Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Traceback (most recent call last):
- File "/home/ggu/500G/horizon/.tox/py27/lib/python2.7/site-packages/nose/loader.py", line 418, in loadTestsFromName
- addr.filename, addr.module)
- File "/home/ggu/500G/horizon/.tox/py27/lib/python2.7/site-packages/nose/importer.py", line 47, in importFromPath
- return self.importFromDir(dir_path, fqname)
- File "/home/ggu/500G/horizon/.tox/py27/lib/python2.7/site-packages/nose/importer.py", line 94, in importFromDir
- mod = load_module(part_fqname, fh, filename, desc)
- File "/home/ggu/500G/horizon/openstack_dashboard/dashboards/settings/user/tests.py", line 21, in <module>
- INDEX_URL = reverse("horizon:settings:user:index")
- File "/home/ggu/500G/horizon/.tox/py27/lib/python2.7/site-packages/django/core/urlresolvers.py", line 549, in reverse
- app_list = resolver.app_dict[ns]
- File "/home/ggu/500G/horizon/.tox/py27/lib/python2.7/site-packages/django/core/urlresolvers.py", line 351, in app_dict
- self._populate()
- File "/home/ggu/500G/horizon/.tox/py27/lib/python2.7/site-packages/django/core/urlresolvers.py", line 284, in _populate
- for pattern in reversed(self.url_patterns):
- File "/home/ggu/500G/horizon/.tox/py27/lib/python2.7/site-packages/django/core/urlresolvers.py", line 403, in url_patterns
- iter(patterns)
- File "/home/ggu/500G/horizon/horizon/base.py", line 655, in __iter__
- self._setup()
- File "/home/ggu/500G/horizon/.tox/py27/lib/python2.7/site-packages/django/utils/functional.py", line 376, in _setup
- self._wrapped = self._setupfunc()
- File "/home/ggu/500G/horizon/horizon/base.py", line 821, in url_patterns
- return self._urls()[0]
- File "/home/ggu/500G/horizon/horizon/base.py", line 855, in _urls
- include(dash._decorated_urls)))
- File "/home/ggu/500G/horizon/horizon/base.py", line 532, in _decorated_urls
- include(panel._decorated_urls)))
- File "/home/ggu/500G/horizon/horizon/base.py", line 306, in _decorated_urls
- urlpatterns = self._get_default_urlpatterns()
- File "/home/ggu/500G/horizon/horizon/base.py", line 112, in _get_default_urlpatterns
- urls_mod = import_module('.urls', package_string)
- File "/usr/lib64/python2.7/importlib/__init__.py", line 37, in import_module
- __import__(name)
- File "/home/ggu/500G/horizon/openstack_dashboard/dashboards/admin/snapshots/urls.py", line 15, in <module>
- File "/home/ggu/500G/horizon/openstack_dashboard/dashboards/admin/snapshots/views.py", line 31, in <module>
- File "/home/ggu/500G/horizon/openstack_dashboard/dashboards/project/snapshots/views.py", line 33, in <module>
- AttributeError: 'module' object has no attribute 'PagedTableMixin'
- ======================================================================
- FAIL: test_registration_failure (openstack_dashboard.contrib.developer.tests.DeveloperTests)
- ----------------------------------------------------------------------
- Traceback (most recent call last):
- File "/home/ggu/500G/horizon/openstack_dashboard/contrib/developer/tests.py", line 27, in test_registration_failure
- horizon.get_dashboard("developer")
- AssertionError: NotRegistered not raised
- Slowest 5 tests took 2.91 secs:
- 1.00 PolicyBackendTestCaseAdmin.test_check_nova_context_is_admin_true
- 0.65 NovaRestTestCase.test_snapshots_create
- 0.51 NeutronExtensionsTestCase.test_list_extensions
- 0.40 KeystoneRestTestCase.test_project_get_list
- 0.35 FwaasApiTests.test_policy_get
- ----------------------------------------------------------------------
- Ran 707 tests in 20.480s
- FAILED (SKIP=1, errors=262, failures=1)
- Destroying test database for alias 'default'...
- ERROR: InvocationError: '/bin/bash -c project=`echo | cut -d. -f1`; if [ -z "$project" ]; then EXIT_STATUS=0; /home/ggu/500G/horizon/.tox/py27/bin/python /home/ggu/500G/horizon/manage.py test horizon --settings=horizon.test.settings || EXIT_STATUS=$?; /home/ggu/500G/horizon/.tox/py27/bin/python /home/ggu/500G/horizon/manage.py test openstack_dashboard --settings=openstack_dashboard.test.settings --exclude-dir=openstack_dashboard/test/integration_tests || EXIT_STATUS=$?; exit $EXIT_STATUS; else /home/ggu/500G/horizon/.tox/py27/bin/python /home/ggu/500G/horizon/manage.py test --settings=$project.test.settings --exclude-dir=openstack_dashboard/test/integration_tests; fi'
- py34 create: /home/ggu/500G/horizon/.tox/py34
- ERROR: InterpreterNotFound: python3.4
- py35 create: /home/ggu/500G/horizon/.tox/py35
- ERROR: InterpreterNotFound: python3.5
- releasenotes recreate: /home/ggu/500G/horizon/.tox/releasenotes
- releasenotes installdeps: -r/home/ggu/500G/horizon/requirements.txt, -r/home/ggu/500G/horizon/test-requirements.txt
- releasenotes installed: -f /var/cache/pip,appdirs==1.4.0,Babel==2.3.4,cliff==2.2.0,cmd2==0.6.8,colorama==0.3.7,coverage==4.2,debtcollector==1.8.0,Django==1.8.14,django-appconf==1.0.2,django-babel==0.5.1,django-compressor==2.1,django-nose==1.4.4,django-openstack-auth==2.4.2,django-pyscss==2.0.2,docutils==0.12,enum34==1.1.6,extras==1.0.0,fasteners==0.14.1,fixtures==3.0.0,flake8==2.2.4,funcsigs==1.0.2,functools32==3.2.3.post2,futures==3.0.5,hacking==0.10.3,iso8601==0.1.11,Jinja2==2.8,jsonpatch==1.14,jsonpointer==1.10,jsonschema==2.5.1,keystoneauth1==2.12.3,linecache2==1.0.0,MarkupSafe==0.23,mccabe==0.2.1,mock==2.0.0,monotonic==1.2,mox3==0.18.0,msgpack-python==0.4.8,netaddr==0.7.18,netifaces==0.10.5,nodeenv==0.13.6,nose==1.3.7,nose-exclude==0.4.1,nosehtmloutput==0.0.5,nosexcover==1.0.10,openstack.nose-plugin==0.11,os-client-config==1.21.1,osc-lib==1.1.0,oslo.concurrency==3.13.0,oslo.config==3.14.0,oslo.i18n==3.8.0,oslo.policy==1.14.0,oslo.serialization==2.13.0,oslo.utils==3.16.0,oslosphinx==4.7.0,packaging==16.8,pathlib==1.0.1,pbr==1.10.0,pep8==1.5.7,Pint==0.7.2,positional==1.1.1,prettytable==0.7.2,pyflakes==0.8.1,Pygments==2.1.3,pyparsing==2.1.10,pyScss==1.3.4,python-ceilometerclient==2.6.2,python-cinderclient==1.9.0,python-glanceclient==2.5.0,python-heatclient==1.5.0,python-keystoneclient==3.5.0,python-mimeparse==1.5.2,python-neutronclient==6.0.0,python-novaclient==6.0.0,python-swiftclient==3.1.0,pytz==2016.6.1,PyYAML==3.11,rcssmin==1.0.6,reno==1.9.0,requests==2.10.0,requestsexceptions==1.1.3,retrying==1.3.3,rfc3986==0.4.1,rjsmin==1.0.12,selenium==2.53.6,simplejson==3.8.2,six==1.10.0,Sphinx==1.2.3,stevedore==1.17.1,termcolor==1.1.0,testtools==2.2.0,traceback2==1.4.0,unicodecsv==0.14.1,unittest2==1.1.0,warlock==1.2.0,wrapt==1.10.8,XStatic==1.0.1,XStatic-Angular==1.4.10.1,XStatic-Angular-Bootstrap==0.11.0.8,XStatic-Angular-FileUpload==12.0.4.0,XStatic-Angular-Gettext==2.1.0.2,XStatic-Angular-lrdragndrop==1.0.2.2,XStatic-Angular-Schema-Form==0.8.13.0,XStatic-Bootstrap-Datepicker==1.3.1.0,XStatic-Bootstrap-SCSS==3.3.7.1,XStatic-bootswatch==3.3.6.0,XStatic-D3==3.1.6.2,XStatic-Font-Awesome==4.5.0.0,XStatic-Hogan==2.0.0.2,XStatic-Jasmine==2.4.1.1,XStatic-jQuery==1.10.2.1,XStatic-JQuery-Migrate==1.2.1.1,XStatic-jquery-ui==1.11.0.1,XStatic-JQuery.quicksearch==2.0.3.1,XStatic-JQuery.TableSorter==2.14.5.1,XStatic-JSEncrypt==2.0.0.2,XStatic-mdi==1.4.57.0,XStatic-objectpath==1.2.1.0,XStatic-Rickshaw==1.5.0.0,XStatic-roboto-fontface==0.4.3.2,XStatic-smart-table==1.4.13.2,XStatic-term.js==0.0.7.0,XStatic-tv4==1.2.7.0,xvfbwrapper==0.2.8
- releasenotes runtests: PYTHONHASHSEED='581553493'
- releasenotes runtests: commands[0] | sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
- Running Sphinx v1.2.3
- Using openstack theme from /home/ggu/500G/horizon/.tox/releasenotes/lib/python2.7/site-packages/oslosphinx/theme
- building [html]: all source files
- updating environment: 4 added, 0 changed, 0 removed
- reading sources... [ 25%] index
- reading sources... [ 50%] liberty
- [reno] scanning /home/ggu/500G/horizon/releasenotes/notes for origin/stable/liberty release notes
- No handlers could be found for logger "reno.scanner"
- reading sources... [ 75%] mitaka
- [reno] scanning /home/ggu/500G/horizon/releasenotes/notes for origin/stable/mitaka release notes
- [reno] unable to find file associated with unique id u'eb54206cc9ecc329', skipping
- reading sources... [100%] unreleased
- [reno] scanning /home/ggu/500G/horizon/releasenotes/notes for current branch release notes
- [reno] unable to find file associated with unique id u'eb54206cc9ecc329', skipping
- looking for now-outdated files... none found
- pickling environment... done
- checking consistency... done
- preparing documents... done
- writing output... [ 25%] index
- writing output... [ 50%] liberty
- writing output... [ 75%] mitaka
- writing output... [100%] unreleased
- writing additional files... genindex search
- copying static files... done
- copying extra files... done
- dumping search index... done
- dumping object inventory... done
- build succeeded.
- ______________________________________________________ summary ______________________________________________________
- pep8: commands succeeded
- ERROR: py27dj18: commands failed
- ERROR: py27: commands failed
- ERROR: py34: InterpreterNotFound: python3.4
- ERROR: py35: InterpreterNotFound: python3.5
- releasenotes: commands succeeded
Advertisement
Add Comment
Please, Sign In to add comment