Skip to content

Instantly share code, notes, and snippets.

Created April 19, 2016 04:06
Show Gist options
  • Save anonymous/f663430d3700c334db0000955d04adfd to your computer and use it in GitHub Desktop.
Save anonymous/f663430d3700c334db0000955d04adfd to your computer and use it in GitHub Desktop.
Installing collected packages: Babel, oslo.log, pyrsistent, testtools
Found existing installation: Babel 2.3.3
Uninstalling Babel-2.3.3:
Successfully uninstalled Babel-2.3.3
Found existing installation: oslo.log 3.4.0
Uninstalling oslo.log-3.4.0:
Successfully uninstalled oslo.log-3.4.0
Found existing installation: testtools 2.1.0
Uninstalling testtools-2.1.0:
Successfully uninstalled testtools-2.1.0
Successfully installed Babel-2.2.0 oslo.log-3.3.0 pyrsistent-0.11.13 testtools-2.0.0
__________________________________________________________________________________________________ summary __________________________________________________________________________________________________
venv: commands succeeded
congratulations :)
++lib/tempest:configure_tempest:522 iniset /opt/stack/tempest/etc/tempest.conf auth tempest_roles Member
++inc/ini-config:iniset:172 local xtrace
+++inc/ini-config:iniset:173 set +o
+++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 xtrace='set -o xtrace'
++inc/ini-config:iniset:174 set +o xtrace
++lib/tempest:configure_tempest:523 [[ False == \T\r\u\e ]]
++lib/tempest:configure_tempest:531 [[ True == \F\a\l\s\e ]]
++lib/tempest:configure_tempest:535 iniset /opt/stack/tempest/etc/tempest.conf auth use_dynamic_credentials True
++inc/ini-config:iniset:172 local xtrace
+++inc/ini-config:iniset:173 set +o
+++inc/ini-config:iniset:173 grep xtrace
++inc/ini-config:iniset:173 xtrace='set -o xtrace'
++inc/ini-config:iniset:174 set +o xtrace
++lib/tempest:configure_tempest:541 tox -evenv -- tempest verify-config -uro /tmp/tmp.dnYVcIvsYW
venv develop-inst-noop: /opt/stack/tempest
venv installed: anyjson==0.3.3,appdirs==1.4.0,Babel==2.2.0,cffi==1.5.2,cliff==2.0.0,cmd2==0.6.8,coverage==4.0.3,cryptography==1.3.1,debtcollector==1.3.0,docutils==0.12,ecdsa==0.13,enum34==1.1.3,extras==0.0.3,fasteners==0.14.1,fixtures==1.4.0,flake8==2.2.4,funcsigs==1.0.0,functools32==3.2.3.post2,hacking==0.10.2,idna==2.1,ipaddress==1.0.16,iso8601==0.1.11,Jinja2==2.8,jsonschema==2.5.1,keystoneauth1==2.6.0,linecache2==1.0.0,MarkupSafe==0.23,mccabe==0.2.1,mock==2.0.0,monotonic==1.0,mox==0.5.3,mox3==0.14.0,msgpack-python==0.4.7,netaddr==0.7.18,netifaces==0.10.4,ordereddict==1.1,os-client-config==1.17.0,os-testr==0.6.0,oslo.concurrency==3.7.0,oslo.config==3.9.0,oslo.context==2.2.0,oslo.i18n==3.5.0,oslo.log==3.3.0,oslo.serialization==2.4.0,oslo.utils==3.8.0,oslosphinx==4.3.0,oslotest==2.4.0,paramiko==1.16.0,pbr==1.9.1,pep8==1.5.7,positional==1.0.1,prettytable==0.7.2,pyasn1==0.1.9,pycparser==2.14,pycrypto==2.6.1,pyflakes==0.8.1,Pygments==2.1.3,pyinotify==0.9.6,pyOpenSSL==16.0.0,pyparsing==2.1.1,pyrsistent==0.11.13,python-dateutil==2.5.2,python-mimeparse==1.5.1,python-subunit==1.2.0,pytz==2016.3,PyYAML==3.11,reno==1.6.2,requests==2.9.1,requestsexceptions==1.1.3,retrying==1.3.3,six==1.10.0,Sphinx==1.2.3,stevedore==1.12.0,-e git://git.openstack.org/openstack/tempest.git@326bbb4884e28fdd9d33e22bfa882ecaf35a1d4b#egg=tempest,testrepository==0.0.20,testscenarios==0.5.0,testtools==2.0.0,traceback2==1.4.0,unicodecsv==0.14.1,unittest2==1.1.0,urllib3==1.15.1,wrapt==1.10.8
venv runtests: PYTHONHASHSEED='133683828'
venv runtests: commands[0] | tempest verify-config -uro ../../../tmp/tmp.dnYVcIvsYW
Running config verification...
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/cmd/verify_tempest_config.py", line 404, in take_action
return main(parsed_args)
File "/opt/stack/tempest/tempest/cmd/verify_tempest_config.py", line 370, in main
os = clients.Manager(icreds.get_primary_creds())
File "/opt/stack/tempest/tempest/common/dynamic_creds.py", line 276, in get_primary_creds
return self.get_credentials('primary')
File "/opt/stack/tempest/tempest/common/dynamic_creds.py", line 268, in get_credentials
credentials.tenant_id)
File "/opt/stack/tempest/tempest/common/dynamic_creds.py", line 185, in _create_network_resources
router = self._create_router(router_name, tenant_id)
File "/opt/stack/tempest/tempest/common/dynamic_creds.py", line 244, in _create_router
tenant_id=tenant_id)
File "/opt/stack/tempest/tempest/services/network/json/routers_client.py", line 26, in create_router
return self.create_resource(uri, post_body)
File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 60, in create_resource
resp, body = self.post(req_uri, req_post_data)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 259, in post
return self.request('POST', url, extra_headers, headers, body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 641, in request
resp, resp_body)
File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 699, in _error_checker
raise exceptions.BadRequest(resp_body, resp=resp)
BadRequest: Bad request
Details: {u'type': u'HTTPBadRequest', u'detail': u'', u'message': u"Invalid input for external_gateway_info. Reason: '' is not a valid UUID."}
ERROR: InvocationError: '/opt/stack/tempest/.tox/venv/bin/tempest verify-config -uro ../../../tmp/tmp.dnYVcIvsYW'
__________________________________________________________________________________________________ summary __________________________________________________________________________________________________
ERROR: venv: commands failed
+lib/tempest:configure_tempest:1 exit_trap
+./stack.sh:exit_trap:474 local r=1
++./stack.sh:exit_trap:475 jobs -p
+./stack.sh:exit_trap:475 jobs=
+./stack.sh:exit_trap:478 [[ -n '' ]]
+./stack.sh:exit_trap:484 kill_spinner
+./stack.sh:kill_spinner:370 '[' '!' -z '' ']'
+./stack.sh:exit_trap:486 [[ 1 -ne 0 ]]
+./stack.sh:exit_trap:487 echo 'Error on exit'
Error on exit
+./stack.sh:exit_trap:488 generate-subunit 1461032606 3386 fail
+./stack.sh:exit_trap:489 [[ -z /opt/stack/logs ]]
+./stack.sh:exit_trap:492 /home/vagrant/devstack/tools/worlddump.py -d /opt/stack/logs
World dumping... see /opt/stack/logs/worlddump-2016-04-19-031953.txt for details
+./stack.sh:exit_trap:498 exit 1
real 56m30.659s
user 15m47.646s
sys 24m30.511s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment