[openstack-dev] [Jenkins} Gating broken

Bhuvan Arumugam bhuvan at apache.org
Tue Sep 24 18:28:32 UTC 2013


On Tue, Sep 24, 2013 at 1:15 AM, Gary Kotton <gkotton at vmware.com> wrote:

> Hi,
> Anyone know the root cause of:
>
> 2013-09-24 06:47:01.670 | Cleaning up...
> 2013-09-24 06:47:01.670 | No distributions matching the version for pyparsing>=2.0.1 (from cliff>=1.4.3->python-neutronclient>=2.3.0,<3->-r /home/jenkins/workspace/gate-nova-pep8/requirements.txt (line 25))
> 2013-09-24 06:47:01.670 | Traceback (most recent call last):
> 2013-09-24 06:47:01.671 |   File ".tox/pep8/bin/pip", line 9, in <module>
> 2013-09-24 06:47:01.671 |     load_entry_point('pip==1.4.1', 'console_scripts', 'pip')()
> 2013-09-24 06:47:01.671 |   File "/home/jenkins/workspace/gate-nova-pep8/.tox/pep8/local/lib/python2.7/site-packages/pip/__init__.py", line 148, in main
> 2013-09-24 06:47:01.671 |     return command.main(args[1:], options)
> 2013-09-24 06:47:01.672 |   File "/home/jenkins/workspace/gate-nova-pep8/.tox/pep8/local/lib/python2.7/site-packages/pip/basecommand.py", line 169, in main
> 2013-09-24 06:47:01.672 |     text = '\n'.join(complete_log)
> 2013-09-24 06:47:01.672 | UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 56: ordinal not in range(128)
> 2013-09-24 06:47:01.673 |
> 2013-09-24 06:47:01.673 | ERROR: could not install deps [-r/home/jenkins/workspace/gate-nova-pep8/requirements.txt, -r/home/jenkins/workspace/gate-nova-pep8/test-requi
>
>
Likely due to missing dependency in pypi mirror. pyparsing 2.0.1 was not
synced with the mirror at that point in time. pyparsing 2.0.1 is now
updated in the mirror. It shouldn't be an issue anymore. The tests ran at
6:47, while the package was uploaded/synced at 14:25.
  http://pypi.openstack.org/openstack/pyparsing/pyparsing-2.0.1.tar.gz

I see it as an issue between time the requirements is changed and time the
packages are sync'ed to the mirror. In this case, a newer version is
released and cliff>=1.4.3 attempt to install newer version v1.4.5. The new
version of cliff v1.4.5 released yesterday require pyparsing>=2.0.1.

-- 
Regards,
Bhuvan Arumugam
www.livecipher.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20130924/18464b27/attachment.html>


More information about the OpenStack-dev mailing list