gate-python-cinderclient-python33 keeps failing with NameError: name 'StandardError' is not defined and more

Bug #1403739 reported by Gloria Gu
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-cinderclient
New
Undecided
Unassigned

Bug Description

Jenkins gate-python-cinderclient-python33 failed with following errors:

Traceback (most recent call last):
2014-12-18 05:34:27.396 |
2014-12-18 05:34:27.397 | File "<string>", line 1, in <module>
2014-12-18 05:34:27.397 |
2014-12-18 05:34:27.397 | File "/home/jenkins/workspace/gate-python-cinderclient-python33/.tox/py33/build/docutils/setup.py", line 224, in <module>
2014-12-18 05:34:27.397 |
2014-12-18 05:34:27.397 | do_setup()
2014-12-18 05:34:27.397 |
2014-12-18 05:34:27.397 | File "/home/jenkins/workspace/gate-python-cinderclient-python33/.tox/py33/build/docutils/setup.py", line 98, in do_setup
2014-12-18 05:34:27.397 |
2014-12-18 05:34:27.397 | dist = setup(**kwargs)
2014-12-18 05:34:27.397 |
2014-12-18 05:34:27.397 | File "/usr/lib/python3.3/distutils/core.py", line 148, in setup
2014-12-18 05:34:27.397 |
2014-12-18 05:34:27.398 | dist.run_commands()
2014-12-18 05:34:27.398 |
2014-12-18 05:34:27.398 | File "/usr/lib/python3.3/distutils/dist.py", line 929, in run_commands
2014-12-18 05:34:27.398 |
2014-12-18 05:34:27.398 | self.run_command(cmd)
2014-12-18 05:34:27.398 |
2014-12-18 05:34:27.398 | File "/usr/lib/python3.3/distutils/dist.py", line 948, in run_command
2014-12-18 05:34:27.398 |
2014-12-18 05:34:27.398 | cmd_obj.run()
2014-12-18 05:34:27.398 |
2014-12-18 05:34:27.398 | File "/home/jenkins/workspace/gate-python-cinderclient-python33/.tox/py33/lib/python3.3/site-packages/setuptools/command/install.py", line 59, in run
2014-12-18 05:34:27.399 |
2014-12-18 05:34:27.399 | return orig.install.run(self)
2014-12-18 05:34:27.399 |
2014-12-18 05:34:27.399 | File "/usr/lib/python3.3/distutils/command/install.py", line 620, in run
2014-12-18 05:34:27.399 |
2014-12-18 05:34:27.399 | self.run_command(cmd_name)
2014-12-18 05:34:27.399 |
2014-12-18 05:34:27.399 | File "/usr/lib/python3.3/distutils/cmd.py", line 313, in run_command
2014-12-18 05:34:27.399 |
2014-12-18 05:34:27.399 | self.distribution.run_command(command)
2014-12-18 05:34:27.399 |
2014-12-18 05:34:27.399 | File "/usr/lib/python3.3/distutils/dist.py", line 948, in run_command
2014-12-18 05:34:27.400 |
2014-12-18 05:34:27.400 | cmd_obj.run()
2014-12-18 05:34:27.400 |
2014-12-18 05:34:27.400 | File "/home/jenkins/workspace/gate-python-cinderclient-python33/.tox/py33/lib/python3.3/site-packages/setuptools/command/install_egg_info.py", line 29, in run
2014-12-18 05:34:27.400 |
2014-12-18 05:34:27.400 | self.run_command('egg_info')
2014-12-18 05:34:27.400 |
2014-12-18 05:34:27.400 | File "/usr/lib/python3.3/distutils/cmd.py", line 313, in run_command
2014-12-18 05:34:27.400 |
2014-12-18 05:34:27.400 | self.distribution.run_command(command)
2014-12-18 05:34:27.400 |
2014-12-18 05:34:27.400 | File "/usr/lib/python3.3/distutils/dist.py", line 948, in run_command
2014-12-18 05:34:27.401 |
2014-12-18 05:34:27.401 | cmd_obj.run()
2014-12-18 05:34:27.401 |
2014-12-18 05:34:27.401 | File "/home/jenkins/workspace/gate-python-cinderclient-python33/.tox/py33/lib/python3.3/site-packages/setuptools/command/egg_info.py", line 155, in run
2014-12-18 05:34:27.401 |
2014-12-18 05:34:27.401 | writer = ep.load(installer=installer)
2014-12-18 05:34:27.401 |
2014-12-18 05:34:27.401 | File "/home/jenkins/workspace/gate-python-cinderclient-python33/.tox/py33/lib/python3.3/site-packages/pkg_resources.py", line 2147, in load
2014-12-18 05:34:27.401 |
2014-12-18 05:34:27.401 | ['__name__'])
2014-12-18 05:34:27.401 |
2014-12-18 05:34:27.401 | File "/home/jenkins/workspace/gate-python-cinderclient-python33/.tox/py33/lib/python3.3/site-packages/pbr/packaging.py", line 638, in <module>
2014-12-18 05:34:27.402 |
2014-12-18 05:34:27.402 | from sphinx import apidoc
2014-12-18 05:34:27.402 |
2014-12-18 05:34:27.402 | File "/home/jenkins/workspace/gate-python-cinderclient-python33/.tox/py33/lib/python3.3/site-packages/sphinx/apidoc.py", line 22, in <module>
2014-12-18 05:34:27.402 |
2014-12-18 05:34:27.402 | from sphinx.util.osutil import walk
2014-12-18 05:34:27.402 |
2014-12-18 05:34:27.402 | File "/home/jenkins/workspace/gate-python-cinderclient-python33/.tox/py33/lib/python3.3/site-packages/sphinx/util/__init__.py", line 25, in <module>
2014-12-18 05:34:27.402 |
2014-12-18 05:34:27.402 | import docutils
2014-12-18 05:34:27.402 |
2014-12-18 05:34:27.402 | File "./docutils/__init__.py", line 68, in <module>
2014-12-18 05:34:27.403 |
2014-12-18 05:34:27.403 | class ApplicationError(StandardError):
2014-12-18 05:34:27.403 |
2014-12-18 05:34:27.403 | NameError: name 'StandardError' is not defined
2014-12-18 05:34:27.403 |
2014-12-18 05:34:27.403 | ----------------------------------------
2014-12-18 05:34:27.403 | Cleaning up...
2014-12-18 05:34:27.403 | Command /home/jenkins/workspace/gate-python-cinderclient-python33/.tox/py33/bin/python3.3 -c "import setuptools, tokenize;__file__='/home/jenkins/workspace/gate-python-cinderclient-python33/.tox/py33/build/docutils/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/tmp.EpbmV5O37J/pip-rcznfr-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/jenkins/workspace/gate-python-cinderclient-python33/.tox/py33/include/site/python3.3 failed with error code 1 in /home/jenkins/workspace/gate-python-cinderclient-python33/.tox/py33/build/docutils
2014-12-18 05:34:27.403 | Storing debug log for failure in /home/jenkins/.pip/pip.log
2014-12-18 05:34:27.403 |
2014-12-18 05:34:27.403 | ERROR: could not install deps [-r/home/jenkins/workspace/gate-python-cinderclient-python33/requirements.txt, -r/home/jenkins/workspace/gate-python-cinderclient-python33/test-requirements.txt]; v = InvocationError('/home/jenkins/workspace/gate-python-cinderclient-python33/.tox/py33/bin/pip install -U -r/home/jenkins/workspace/gate-python-cinderclient-python33/requirements.txt -r/home/jenkins/workspace/gate-python-cinderclient-python33/test-requirements.txt (see /home/jenkins/workspace/gate-python-cinderclient-python33/.tox/py33/log/py33-1.log)', 1)
2014-12-18 05:34:27.404 | ___________________________________ summary ____________________________________
2014-12-18 05:34:27.404 | ERROR: py33: could not install deps [-r/home/jenkins/workspace/gate-python-cinderclient-python33/requirements.txt, -r/home/jenkins/workspace/gate-python-cinderclient-python33/test-requirements.txt]; v = InvocationError('/home/jenkins/workspace/gate-python-cinderclient-python33/.tox/py33/bin/pip install -U -r/home/jenkins/workspace/gate-python-cinderclient-python33/requirements.txt -r/home/jenkins/workspace/gate-python-cinderclient-python33/test-requirements.txt (see /home/jenkins/workspace/gate-python-cinderclient-python33/.tox/py33/log/py33-1.log)', 1)
2014-12-18 05:34:27.404 | + result=1
2014-12-18 05:34:27.404 | + echo 'Begin pip freeze output from test virtualenv:'
2014-12-18 05:34:27.404 | Begin pip freeze output from test virtualenv:
2014-12-18 05:34:27.404 | + echo ======================================================================
2014-12-18 05:34:27.405 | ======================================================================

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.