CI for fuel-ostf fails: No module named utils and config

Bug #1476704 reported by Alexander Evseev
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
Fix Released
Critical
Fuel Python (Deprecated)

Bug Description

CI test failed with complaining for not available Python (oslo) modules:

======================================================================
ERROR: Failure: ImportError (No module named utils)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/jenkins/workspace/verify-fuel-ostf/.tox/py26/lib/python2.6/site-packages/nose/loader.py", line 418, in loadTestsFromName
    addr.filename, addr.module)
  File "/home/jenkins/workspace/verify-fuel-ostf/.tox/py26/lib/python2.6/site-packages/nose/importer.py", line 47, in importFromPath
    return self.importFromDir(dir_path, fqname)
  File "/home/jenkins/workspace/verify-fuel-ostf/.tox/py26/lib/python2.6/site-packages/nose/importer.py", line 94, in importFromDir
    mod = load_module(part_fqname, fh, filename, desc)
  File "/home/jenkins/workspace/verify-fuel-ostf/fuel_plugin/testing/tests/unit/test_nose_discovery.py", line 18, in <module>
    from fuel_plugin.ostf_adapter.nose_plugin import nose_discovery
  File "/home/jenkins/workspace/verify-fuel-ostf/fuel_plugin/ostf_adapter/nose_plugin/nose_discovery.py", line 22, in <module>
    from fuel_plugin.ostf_adapter.nose_plugin import nose_utils
  File "/home/jenkins/workspace/verify-fuel-ostf/fuel_plugin/ostf_adapter/nose_plugin/nose_utils.py", line 26, in <module>
    from oslo.serialization import jsonutils
  File "/home/jenkins/workspace/verify-fuel-ostf/.tox/py26/lib/python2.6/site-packages/oslo/serialization/jsonutils.py", line 13, in <module>
    from oslo_serialization.jsonutils import * # noqa
  File "/home/jenkins/workspace/verify-fuel-ostf/.tox/py26/lib/python2.6/site-packages/oslo_serialization/jsonutils.py", line 62, in <module>
    from oslo.utils import encodeutils
ImportError: No module named utils

======================================================================
ERROR: Failure: ImportError (No module named config)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/jenkins/workspace/verify-fuel-ostf/.tox/py26/lib/python2.6/site-packages/nose/loader.py", line 418, in loadTestsFromName
    addr.filename, addr.module)
  File "/home/jenkins/workspace/verify-fuel-ostf/.tox/py26/lib/python2.6/site-packages/nose/importer.py", line 47, in importFromPath
    return self.importFromDir(dir_path, fqname)
  File "/home/jenkins/workspace/verify-fuel-ostf/.tox/py26/lib/python2.6/site-packages/nose/importer.py", line 94, in importFromDir
    mod = load_module(part_fqname, fh, filename, desc)
  File "/home/jenkins/workspace/verify-fuel-ostf/fuel_plugin/testing/tests/unit/test_results_logger.py", line 20, in <module>
    from fuel_plugin.testing.tests import base
  File "/home/jenkins/workspace/verify-fuel-ostf/fuel_plugin/testing/tests/base.py", line 25, in <module>
    from fuel_plugin.ostf_adapter import config
  File "/home/jenkins/workspace/verify-fuel-ostf/fuel_plugin/ostf_adapter/config.py", line 18, in <module>
    from oslo.config import cfg
ImportError: No module named config

Link to the failed gate job: https://ci.fuel-infra.org/job/verify-fuel-ostf/378/

Tags: fuel-ci
Changed in fuel:
milestone: none → 7.0
importance: Undecided → Critical
status: New → Confirmed
assignee: nobody → Fuel QA Team (fuel-qa)
tags: added: fuel-ci
Revision history for this message
Tatyanka (tatyana-leontovich) wrote :

Actually those tests cover adapter part, so move to the fuel-python team

Changed in fuel:
assignee: Fuel QA Team (fuel-qa) → Fuel Python Team (fuel-python)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to fuel-ostf (master)

Fix proposed to branch: master
Review: https://review.openstack.org/204135

Changed in fuel:
status: Confirmed → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-ostf (master)

Reviewed: https://review.openstack.org/204135
Committed: https://git.openstack.org/cgit/stackforge/fuel-ostf/commit/?id=1672bf8908f8f506df5b2e63bd13b56aabbaf266
Submitter: Jenkins
Branch: master

commit 1672bf8908f8f506df5b2e63bd13b56aabbaf266
Author: Tatyana Leontovich <email address hidden>
Date: Tue Jul 21 18:43:04 2015 +0300

    Fix test CI failures

    * pin oslo.serialization<1.5.0
    * pin oslo.config<=1.11.0

    Change-Id: I762b774b7531e887c1d47877b7fa709ff07265ac
    Closes-Bug: #1476704

Changed in fuel:
status: In Progress → Fix Committed
Changed in fuel:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.