← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1447433] [NEW] gate job failing on django scss version 2.0.0

 

Public bug reported:

The gate job is failing when using dkango scss version 2.0.0

http://logs.openstack.org/45/175045/4/check/gate-horizon-
python27/58dabfa/console.html

2015-04-23 00:39:06.708 | + sudo /usr/local/jenkins/slave_scripts/jenkins-sudo-grep.sh pre
2015-04-23 00:39:07.201 | + tox -v -epy27
2015-04-23 00:39:07.972 | using tox.ini: /home/jenkins/workspace/gate-horizon-python27/tox.ini
2015-04-23 00:39:07.973 | using tox-1.9.2 from /usr/local/lib/python2.7/dist-packages/tox/__init__.pyc
2015-04-23 00:39:07.973 | py27 create: /home/jenkins/workspace/gate-horizon-python27/.tox/py27
2015-04-23 00:39:07.975 |   /home/jenkins/workspace/gate-horizon-python27/.tox$ /usr/bin/python -m virtualenv --setuptools --python /usr/bin/python2.7 py27 >/home/jenkins/workspace/gate-horizon-python27/.tox/py27/log/py27-0.log
2015-04-23 00:39:10.624 | py27 installdeps: -r/home/jenkins/workspace/gate-horizon-python27/requirements.txt, -r/home/jenkins/workspace/gate-horizon-python27/test-requirements.txt
2015-04-23 00:39:10.625 |   /home/jenkins/workspace/gate-horizon-python27$ /home/jenkins/workspace/gate-horizon-python27/.tox/py27/bin/pip install -U -r/home/jenkins/workspace/gate-horizon-python27/requirements.txt -r/home/jenkins/workspace/gate-horizon-python27/test-requirements.txt >/home/jenkins/workspace/gate-horizon-python27/.tox/py27/log/py27-1.log
2015-04-23 00:40:28.498 | py27 develop-inst: /home/jenkins/workspace/gate-horizon-python27
2015-04-23 00:40:28.520 |   /home/jenkins/workspace/gate-horizon-python27$ /home/jenkins/workspace/gate-horizon-python27/.tox/py27/bin/pip install -U -e /home/jenkins/workspace/gate-horizon-python27 >/home/jenkins/workspace/gate-horizon-python27/.tox/py27/log/py27-2.log
2015-04-23 00:40:36.738 | py27 runtests: PYTHONHASHSEED='0'
2015-04-23 00:40:36.738 | py27 runtests: commands[0] | /bin/bash run_tests.sh -N --no-pep8
2015-04-23 00:40:36.739 |   /home/jenkins/workspace/gate-horizon-python27$ /bin/bash run_tests.sh -N --no-pep8 
2015-04-23 00:40:39.659 | Running Horizon application tests
2015-04-23 00:40:40.504 | Traceback (most recent call last):
2015-04-23 00:40:40.505 |   File "/home/jenkins/workspace/gate-horizon-python27/manage.py", line 23, in <module>
2015-04-23 00:40:40.505 |     execute_from_command_line(sys.argv)
2015-04-23 00:40:40.505 |   File "/home/jenkins/workspace/gate-horizon-python27/.tox/py27/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 385, in execute_from_command_line
2015-04-23 00:40:40.506 |     utility.execute()
2015-04-23 00:40:40.506 |   File "/home/jenkins/workspace/gate-horizon-python27/.tox/py27/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 354, in execute
2015-04-23 00:40:40.506 |     django.setup()
2015-04-23 00:40:40.541 |   File "/home/jenkins/workspace/gate-horizon-python27/.tox/py27/local/lib/python2.7/site-packages/django/__init__.py", line 21, in setup
2015-04-23 00:40:40.541 |     apps.populate(settings.INSTALLED_APPS)
2015-04-23 00:40:40.541 |   File "/home/jenkins/workspace/gate-horizon-python27/.tox/py27/local/lib/python2.7/site-packages/django/apps/registry.py", line 85, in populate
2015-04-23 00:40:40.542 |     app_config = AppConfig.create(entry)
2015-04-23 00:40:40.542 |   File "/home/jenkins/workspace/gate-horizon-python27/.tox/py27/local/lib/python2.7/site-packages/django/apps/config.py", line 87, in create
2015-04-23 00:40:40.542 |     module = import_module(entry)
2015-04-23 00:40:40.543 |   File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
2015-04-23 00:40:40.543 |     __import__(name)
2015-04-23 00:40:40.543 |   File "/home/jenkins/workspace/gate-horizon-python27/.tox/py27/local/lib/python2.7/site-packages/django_pyscss/__init__.py", line 1, in <module>
2015-04-23 00:40:40.544 |     from .compiler import DjangoScssCompiler  # NOQA
2015-04-23 00:40:40.544 |   File "/home/jenkins/workspace/gate-horizon-python27/.tox/py27/local/lib/python2.7/site-packages/django_pyscss/compiler.py", line 4, in <module>
2015-04-23 00:40:40.544 |     from pathlib import PurePath
2015-04-23 00:40:40.545 | ImportError: No module named pathlib
2015-04-23 00:40:40.545 | Running openstack_dashboard tests
2015-04-23 00:40:44.573 | WARNING:root:No local_settings file found.

** Affects: horizon
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1447433

Title:
  gate job failing on django scss version 2.0.0

Status in OpenStack Dashboard (Horizon):
  New

Bug description:
  The gate job is failing when using dkango scss version 2.0.0

  http://logs.openstack.org/45/175045/4/check/gate-horizon-
  python27/58dabfa/console.html

  2015-04-23 00:39:06.708 | + sudo /usr/local/jenkins/slave_scripts/jenkins-sudo-grep.sh pre
  2015-04-23 00:39:07.201 | + tox -v -epy27
  2015-04-23 00:39:07.972 | using tox.ini: /home/jenkins/workspace/gate-horizon-python27/tox.ini
  2015-04-23 00:39:07.973 | using tox-1.9.2 from /usr/local/lib/python2.7/dist-packages/tox/__init__.pyc
  2015-04-23 00:39:07.973 | py27 create: /home/jenkins/workspace/gate-horizon-python27/.tox/py27
  2015-04-23 00:39:07.975 |   /home/jenkins/workspace/gate-horizon-python27/.tox$ /usr/bin/python -m virtualenv --setuptools --python /usr/bin/python2.7 py27 >/home/jenkins/workspace/gate-horizon-python27/.tox/py27/log/py27-0.log
  2015-04-23 00:39:10.624 | py27 installdeps: -r/home/jenkins/workspace/gate-horizon-python27/requirements.txt, -r/home/jenkins/workspace/gate-horizon-python27/test-requirements.txt
  2015-04-23 00:39:10.625 |   /home/jenkins/workspace/gate-horizon-python27$ /home/jenkins/workspace/gate-horizon-python27/.tox/py27/bin/pip install -U -r/home/jenkins/workspace/gate-horizon-python27/requirements.txt -r/home/jenkins/workspace/gate-horizon-python27/test-requirements.txt >/home/jenkins/workspace/gate-horizon-python27/.tox/py27/log/py27-1.log
  2015-04-23 00:40:28.498 | py27 develop-inst: /home/jenkins/workspace/gate-horizon-python27
  2015-04-23 00:40:28.520 |   /home/jenkins/workspace/gate-horizon-python27$ /home/jenkins/workspace/gate-horizon-python27/.tox/py27/bin/pip install -U -e /home/jenkins/workspace/gate-horizon-python27 >/home/jenkins/workspace/gate-horizon-python27/.tox/py27/log/py27-2.log
  2015-04-23 00:40:36.738 | py27 runtests: PYTHONHASHSEED='0'
  2015-04-23 00:40:36.738 | py27 runtests: commands[0] | /bin/bash run_tests.sh -N --no-pep8
  2015-04-23 00:40:36.739 |   /home/jenkins/workspace/gate-horizon-python27$ /bin/bash run_tests.sh -N --no-pep8 
  2015-04-23 00:40:39.659 | Running Horizon application tests
  2015-04-23 00:40:40.504 | Traceback (most recent call last):
  2015-04-23 00:40:40.505 |   File "/home/jenkins/workspace/gate-horizon-python27/manage.py", line 23, in <module>
  2015-04-23 00:40:40.505 |     execute_from_command_line(sys.argv)
  2015-04-23 00:40:40.505 |   File "/home/jenkins/workspace/gate-horizon-python27/.tox/py27/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 385, in execute_from_command_line
  2015-04-23 00:40:40.506 |     utility.execute()
  2015-04-23 00:40:40.506 |   File "/home/jenkins/workspace/gate-horizon-python27/.tox/py27/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 354, in execute
  2015-04-23 00:40:40.506 |     django.setup()
  2015-04-23 00:40:40.541 |   File "/home/jenkins/workspace/gate-horizon-python27/.tox/py27/local/lib/python2.7/site-packages/django/__init__.py", line 21, in setup
  2015-04-23 00:40:40.541 |     apps.populate(settings.INSTALLED_APPS)
  2015-04-23 00:40:40.541 |   File "/home/jenkins/workspace/gate-horizon-python27/.tox/py27/local/lib/python2.7/site-packages/django/apps/registry.py", line 85, in populate
  2015-04-23 00:40:40.542 |     app_config = AppConfig.create(entry)
  2015-04-23 00:40:40.542 |   File "/home/jenkins/workspace/gate-horizon-python27/.tox/py27/local/lib/python2.7/site-packages/django/apps/config.py", line 87, in create
  2015-04-23 00:40:40.542 |     module = import_module(entry)
  2015-04-23 00:40:40.543 |   File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
  2015-04-23 00:40:40.543 |     __import__(name)
  2015-04-23 00:40:40.543 |   File "/home/jenkins/workspace/gate-horizon-python27/.tox/py27/local/lib/python2.7/site-packages/django_pyscss/__init__.py", line 1, in <module>
  2015-04-23 00:40:40.544 |     from .compiler import DjangoScssCompiler  # NOQA
  2015-04-23 00:40:40.544 |   File "/home/jenkins/workspace/gate-horizon-python27/.tox/py27/local/lib/python2.7/site-packages/django_pyscss/compiler.py", line 4, in <module>
  2015-04-23 00:40:40.544 |     from pathlib import PurePath
  2015-04-23 00:40:40.545 | ImportError: No module named pathlib
  2015-04-23 00:40:40.545 | Running openstack_dashboard tests
  2015-04-23 00:40:44.573 | WARNING:root:No local_settings file found.

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1447433/+subscriptions


Follow ups

References