Guest User

Devstack_failure

a guest
Jan 7th, 2016
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. All three voting jobs are failing at the same point, stack trace below
  2.  
  3. gate-tempest-dsvm-full-kilo FAILURE in 35m 00s
  4. gate-tempest-dsvm-postgres-full-kilo FAILURE in 34m 54s
  5. gate-tempest-dsvm-neutron-full-kilo FAILURE in 34m 50s
  6.  
  7. 2016-01-07 23:30:56.491 | + cd /opt/stack/new/horizon
  8. 2016-01-07 23:30:56.491 | + ./run_tests.sh -N --compilemessages
  9. 2016-01-07 23:30:57.081 | WARNING:root:No local_settings file found.
  10. 2016-01-07 23:30:57.420 | Traceback (most recent call last):
  11. 2016-01-07 23:30:57.420 | File "/opt/stack/new/horizon/manage.py", line 23, in <module>
  12. 2016-01-07 23:30:57.420 | execute_from_command_line(sys.argv)
  13. 2016-01-07 23:30:57.420 | File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 385, in execute_from_command_line
  14. 2016-01-07 23:30:57.421 | utility.execute()
  15. 2016-01-07 23:30:57.421 | File "/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 354, in execute
  16. 2016-01-07 23:30:57.421 | django.setup()
  17. 2016-01-07 23:30:57.421 | File "/usr/local/lib/python2.7/dist-packages/django/__init__.py", line 21, in setup
  18. 2016-01-07 23:30:57.421 | apps.populate(settings.INSTALLED_APPS)
  19. 2016-01-07 23:30:57.421 | File "/usr/local/lib/python2.7/dist-packages/django/apps/registry.py", line 108, in populate
  20. 2016-01-07 23:30:57.421 | app_config.import_models(all_models)
  21. 2016-01-07 23:30:57.421 | File "/usr/local/lib/python2.7/dist-packages/django/apps/config.py", line 202, in import_models
  22. 2016-01-07 23:30:57.421 | self.models_module = import_module(models_module_name)
  23. 2016-01-07 23:30:57.421 | File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
  24. 2016-01-07 23:30:57.437 | __import__(name)
  25. 2016-01-07 23:30:57.437 | File "/usr/local/lib/python2.7/dist-packages/compressor/models.py", line 1, in <module>
  26. 2016-01-07 23:30:57.438 | from compressor.conf import CompressorConf # noqa
  27. 2016-01-07 23:30:57.438 | File "/usr/local/lib/python2.7/dist-packages/compressor/conf.py", line 5, in <module>
  28. 2016-01-07 23:30:57.438 | from django.template.utils import InvalidTemplateEngineError
  29. 2016-01-07 23:30:57.438 | ImportError: No module named utils
Advertisement
Add Comment
Please, Sign In to add comment