<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote">On Tue, Sep 24, 2013 at 1:15 AM, Gary Kotton <span dir="ltr"><<a href="mailto:gkotton@vmware.com" target="_blank">gkotton@vmware.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div style="font-size:14px;font-family:Calibri,sans-serif;word-wrap:break-word">
<div>Hi,</div><div>Anyone know the root cause of:</div><div><br></div><div><pre>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</pre></div></div></blockquote><div><br></div><div>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.</div>
<div>  <a href="http://pypi.openstack.org/openstack/pyparsing/pyparsing-2.0.1.tar.gz">http://pypi.openstack.org/openstack/pyparsing/pyparsing-2.0.1.tar.gz</a></div><div><br></div><div>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.</div>
</div><div><br></div>-- <br><div dir="ltr">Regards,<br>Bhuvan Arumugam<div><a href="http://www.livecipher.com" target="_blank">www.livecipher.com</a></div></div>
</div></div>