Guest User

Untitled

a guest
Mar 21st, 2017
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.93 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/home/ggu/500G/horizon/.tox/py27/lib/python2.7/site-packages/nose/loader.py", line 418, in loadTestsFromName
  3. addr.filename, addr.module)
  4. File "/home/ggu/500G/horizon/.tox/py27/lib/python2.7/site-packages/nose/importer.py", line 47, in importFromPath
  5. return self.importFromDir(dir_path, fqname)
  6. File "/home/ggu/500G/horizon/.tox/py27/lib/python2.7/site-packages/nose/importer.py", line 94, in importFromDir
  7. mod = load_module(part_fqname, fh, filename, desc)
  8. File "/home/ggu/500G/horizon/openstack_dashboard/dashboards/settings/user/tests.py", line 21, in <module>
  9. INDEX_URL = reverse("horizon:settings:user:index")
  10. File "/home/ggu/500G/horizon/.tox/py27/lib/python2.7/site-packages/django/core/urlresolvers.py", line 549, in reverse
  11. app_list = resolver.app_dict[ns]
  12. File "/home/ggu/500G/horizon/.tox/py27/lib/python2.7/site-packages/django/core/urlresolvers.py", line 351, in app_dict
  13. self._populate()
  14. File "/home/ggu/500G/horizon/.tox/py27/lib/python2.7/site-packages/django/core/urlresolvers.py", line 284, in _populate
  15. for pattern in reversed(self.url_patterns):
  16. File "/home/ggu/500G/horizon/.tox/py27/lib/python2.7/site-packages/django/core/urlresolvers.py", line 403, in url_patterns
  17. iter(patterns)
  18. File "/home/ggu/500G/horizon/horizon/base.py", line 655, in __iter__
  19. self._setup()
  20. File "/home/ggu/500G/horizon/.tox/py27/lib/python2.7/site-packages/django/utils/functional.py", line 376, in _setup
  21. self._wrapped = self._setupfunc()
  22. File "/home/ggu/500G/horizon/horizon/base.py", line 821, in url_patterns
  23. return self._urls()[0]
  24. File "/home/ggu/500G/horizon/horizon/base.py", line 855, in _urls
  25. include(dash._decorated_urls)))
  26. File "/home/ggu/500G/horizon/horizon/base.py", line 532, in _decorated_urls
  27. include(panel._decorated_urls)))
  28. File "/home/ggu/500G/horizon/horizon/base.py", line 306, in _decorated_urls
  29. urlpatterns = self._get_default_urlpatterns()
  30. File "/home/ggu/500G/horizon/horizon/base.py", line 112, in _get_default_urlpatterns
  31. urls_mod = import_module('.urls', package_string)
  32. File "/usr/lib64/python2.7/importlib/__init__.py", line 37, in import_module
  33. __import__(name)
  34. File "/home/ggu/500G/horizon/openstack_dashboard/dashboards/admin/snapshots/urls.py", line 15, in <module>
  35. File "/home/ggu/500G/horizon/openstack_dashboard/dashboards/admin/snapshots/views.py", line 31, in <module>
  36. File "/home/ggu/500G/horizon/openstack_dashboard/dashboards/project/snapshots/views.py", line 33, in <module>
  37. AttributeError: 'module' object has no attribute 'PagedTableMixin'
  38.  
  39. ======================================================================
  40. FAIL: test_registration_failure (openstack_dashboard.contrib.developer.tests.DeveloperTests)
  41. ----------------------------------------------------------------------
  42. Traceback (most recent call last):
  43. File "/home/ggu/500G/horizon/openstack_dashboard/contrib/developer/tests.py", line 27, in test_registration_failure
  44. horizon.get_dashboard("developer")
  45. AssertionError: NotRegistered not raised
  46.  
  47.  
  48. Slowest 5 tests took 2.91 secs:
  49. 1.00 PolicyBackendTestCaseAdmin.test_check_nova_context_is_admin_true
  50. 0.65 NovaRestTestCase.test_snapshots_create
  51. 0.51 NeutronExtensionsTestCase.test_list_extensions
  52. 0.40 KeystoneRestTestCase.test_project_get_list
  53. 0.35 FwaasApiTests.test_policy_get
  54. ----------------------------------------------------------------------
  55. Ran 707 tests in 20.480s
  56.  
  57. FAILED (SKIP=1, errors=262, failures=1)
  58. Destroying test database for alias 'default'...
  59. 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'
  60. py34 create: /home/ggu/500G/horizon/.tox/py34
  61. ERROR: InterpreterNotFound: python3.4
  62. py35 create: /home/ggu/500G/horizon/.tox/py35
  63. ERROR: InterpreterNotFound: python3.5
  64. releasenotes recreate: /home/ggu/500G/horizon/.tox/releasenotes
  65. releasenotes installdeps: -r/home/ggu/500G/horizon/requirements.txt, -r/home/ggu/500G/horizon/test-requirements.txt
  66. 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
  67. releasenotes runtests: PYTHONHASHSEED='581553493'
  68. releasenotes runtests: commands[0] | sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
  69. Running Sphinx v1.2.3
  70. Using openstack theme from /home/ggu/500G/horizon/.tox/releasenotes/lib/python2.7/site-packages/oslosphinx/theme
  71. building [html]: all source files
  72. updating environment: 4 added, 0 changed, 0 removed
  73. reading sources... [ 25%] index
  74. reading sources... [ 50%] liberty
  75. [reno] scanning /home/ggu/500G/horizon/releasenotes/notes for origin/stable/liberty release notes
  76. No handlers could be found for logger "reno.scanner"
  77. reading sources... [ 75%] mitaka
  78. [reno] scanning /home/ggu/500G/horizon/releasenotes/notes for origin/stable/mitaka release notes
  79. [reno] unable to find file associated with unique id u'eb54206cc9ecc329', skipping
  80. reading sources... [100%] unreleased
  81. [reno] scanning /home/ggu/500G/horizon/releasenotes/notes for current branch release notes
  82. [reno] unable to find file associated with unique id u'eb54206cc9ecc329', skipping
  83.  
  84. looking for now-outdated files... none found
  85. pickling environment... done
  86. checking consistency... done
  87. preparing documents... done
  88. writing output... [ 25%] index
  89. writing output... [ 50%] liberty
  90. writing output... [ 75%] mitaka
  91. writing output... [100%] unreleased
  92.  
  93. writing additional files... genindex search
  94. copying static files... done
  95. copying extra files... done
  96. dumping search index... done
  97. dumping object inventory... done
  98. build succeeded.
  99. ______________________________________________________ summary ______________________________________________________
  100. pep8: commands succeeded
  101. ERROR: py27dj18: commands failed
  102. ERROR: py27: commands failed
  103. ERROR: py34: InterpreterNotFound: python3.4
  104. ERROR: py35: InterpreterNotFound: python3.5
  105. releasenotes: commands succeeded
Advertisement
Add Comment
Please, Sign In to add comment