yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #04960
[Bug 1223568] Re: pep8 requirements failing
Closing this as this has resolved itself. This issue was mostly related
to an upstream library.
** Changed in: neutron
Status: In Progress => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1223568
Title:
pep8 requirements failing
Status in OpenStack Neutron (virtual network service):
Invalid
Bug description:
Requirements seem to be failing on version check for six
2013-09-10 20:24:53.377 | using tox.ini: /home/jenkins/workspace/gate-neutron-pep8/tox.ini
2013-09-10 20:24:53.377 | using tox-1.6.1 from /usr/local/lib/python2.7/dist-packages/tox/__init__.pyc
2013-09-10 20:24:53.378 | GLOB sdist-make: /home/jenkins/workspace/gate-neutron-pep8/setup.py
2013-09-10 20:24:53.388 | /home/jenkins/workspace/gate-neutron-pep8$ /usr/bin/python /home/jenkins/workspace/gate-neutron-pep8/setup.py sdist --formats=zip --dist-dir /home/jenkins/workspace/gate-neutron-pep8/.tox/dist >/home/jenkins/workspace/gate-neutron-pep8/.tox/log/tox-0.log
2013-09-10 20:24:56.957 | pep8 create: /home/jenkins/workspace/gate-neutron-pep8/.tox/pep8
2013-09-10 20:24:56.968 | /home/jenkins/workspace/gate-neutron-pep8/.tox$ /usr/bin/python /usr/local/lib/python2.7/dist-packages/virtualenv.py --setuptools --python /usr/bin/python pep8 >/home/jenkins/workspace/gate-neutron-pep8/.tox/pep8/log/pep8-0.log
2013-09-10 20:24:58.578 | pep8 installdeps: -r/home/jenkins/workspace/gate-neutron-pep8/requirements.txt, -r/home/jenkins/workspace/gate-neutron-pep8/test-requirements.txt, setuptools_git>=0.4
2013-09-10 20:24:58.586 | /home/jenkins/workspace/gate-neutron-pep8$ /home/jenkins/workspace/gate-neutron-pep8/.tox/pep8/bin/pip install --pre -r/home/jenkins/workspace/gate-neutron-pep8/requirements.txt -r/home/jenkins/workspace/gate-neutron-pep8/test-requirements.txt setuptools_git>=0.4 >/home/jenkins/workspace/gate-neutron-pep8/.tox/pep8/log/pep8-1.log
2013-09-10 20:25:52.038 | pep8 inst: /home/jenkins/workspace/gate-neutron-pep8/.tox/dist/neutron-2013.2.a552.gaa68a3d.zip
2013-09-10 20:25:52.058 | /home/jenkins/workspace/gate-neutron-pep8$ /home/jenkins/workspace/gate-neutron-pep8/.tox/pep8/bin/pip install --pre /home/jenkins/workspace/gate-neutron-pep8/.tox/dist/neutron-2013.2.a552.gaa68a3d.zip >/home/jenkins/workspace/gate-neutron-pep8/.tox/pep8/log/pep8-2.log
2013-09-10 20:25:57.902 | pep8 runtests: commands[0] | flake8
2013-09-10 20:25:57.907 | /home/jenkins/workspace/gate-neutron-pep8$ /home/jenkins/workspace/gate-neutron-pep8/.tox/pep8/bin/flake8
2013-09-10 20:25:58.112 | Traceback (most recent call last):
2013-09-10 20:25:58.112 | File ".tox/pep8/bin/flake8", line 9, in <module>
2013-09-10 20:25:58.112 | load_entry_point('flake8==2.0', 'console_scripts', 'flake8')()
2013-09-10 20:25:58.112 | File "/home/jenkins/workspace/gate-neutron-pep8/.tox/pep8/local/lib/python2.7/site-packages/flake8/main.py", line 21, in main
2013-09-10 20:25:58.113 | flake8_style = get_style_guide(parse_argv=True, config_file=DEFAULT_CONFIG)
2013-09-10 20:25:58.113 | File "/home/jenkins/workspace/gate-neutron-pep8/.tox/pep8/local/lib/python2.7/site-packages/flake8/engine.py", line 75, in get_style_guide
2013-09-10 20:25:58.114 | kwargs['parser'], options_hooks = get_parser()
2013-09-10 20:25:58.114 | File "/home/jenkins/workspace/gate-neutron-pep8/.tox/pep8/local/lib/python2.7/site-packages/flake8/engine.py", line 38, in get_parser
2013-09-10 20:25:58.114 | (extensions, parser_hooks, options_hooks) = _register_extensions()
2013-09-10 20:25:58.115 | File "/home/jenkins/workspace/gate-neutron-pep8/.tox/pep8/local/lib/python2.7/site-packages/flake8/engine.py", line 24, in _register_extensions
2013-09-10 20:25:58.115 | checker = entry.load()
2013-09-10 20:25:58.115 | File "/home/jenkins/workspace/gate-neutron-pep8/.tox/pep8/local/lib/python2.7/site-packages/pkg_resources.py", line 2259, in load
2013-09-10 20:25:58.116 | if require: self.require(env, installer)
2013-09-10 20:25:58.116 | File "/home/jenkins/workspace/gate-neutron-pep8/.tox/pep8/local/lib/python2.7/site-packages/pkg_resources.py", line 2272, in require
2013-09-10 20:25:58.117 | working_set.resolve(self.dist.requires(self.extras),env,installer)))
2013-09-10 20:25:58.117 | File "/home/jenkins/workspace/gate-neutron-pep8/.tox/pep8/local/lib/python2.7/site-packages/pkg_resources.py", line 630, in resolve
2013-09-10 20:25:58.118 | raise VersionConflict(dist,req) # XXX put more info here
2013-09-10 20:25:58.119 | pkg_resources.VersionConflict: (six 1.4.1 (/home/jenkins/workspace/gate-neutron-pep8/.tox/pep8/lib/python2.7/site-packages), Requirement.parse('six<1.4.0'))
2013-09-10 20:25:58.131 | ERROR: InvocationError: '/home/jenkins/workspace/gate-neutron-pep8/.tox/pep8/bin/flake8'
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1223568/+subscriptions