<div dir="ltr">I also faced same issue.<div><br></div><div>After adding REQUIREMENTS_BRANCH=refs/changes/60/171060/3 in local.conf,its working for me<br></div><div><br></div><div>Thanks Steve for fix<br></div><div><br></div><div><br></div><div>Regards</div><div>Nikesh</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Apr 7, 2015 at 12:51 PM, Steve Martinelli <span dir="ltr"><<a href="mailto:stevemar@ca.ibm.com" target="_blank">stevemar@ca.ibm.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><font face="sans-serif">Your assumption is correct, it's currently
affecting the gate too.</font>
<br>
<br><font face="sans-serif">Bug: </font><a href="https://bugs.launchpad.net/tempest/+bug/1440984" target="_blank"><font color="blue" face="sans-serif">https://bugs.launchpad.net/tempest/+bug/1440984</font></a>
<br><font face="sans-serif">Possible solution: </font><a href="https://review.openstack.org/#/c/171060/" target="_blank"><font color="blue" face="sans-serif">https://review.openstack.org/#/c/171060/</font></a>
<br><font face="sans-serif">The offending pip commit: </font><a href="https://github.com/pypa/pip/commit/e8e2566279879b7df04394edfcaa9c63c0ce9e67" target="_blank"><font color="blue" face="sans-serif">https://github.com/pypa/pip/commit/e8e2566279879b7df04394edfcaa9c63c0ce9e67</font></a>
<br><font face="sans-serif">Log stash: </font><a href="http://logstash.openstack.org/#eyJzZWFyY2giOiJtZXNzYWdlOlwiQXR0cmlidXRlRXJyb3I6ICdJbnN0YWxsUmVxdWlyZW1lbnQnIG9iamVjdCBoYXMgbm8gYXR0cmlidXRlICd1cmwnXCIiLCJmaWVsZHMiOltdLCJvZmZzZXQiOjAsInRpbWVmcmFtZSI6IjM2MDAiLCJncmFwaG1vZGUiOiJjb3VudCIsInRpbWUiOnsidXNlcl9pbnRlcnZhbCI6MH0sInN0YW1wIjoxNDI4Mzg2OTQwOTU2fQ==" target="_blank"><font color="blue" face="sans-serif">http://logstash.openstack.org/#eyJzZWFyY2giOiJtZXNzYWdlOlwiQXR0cmlidXRlRXJyb3I6ICdJbnN0YWxsUmVxdWlyZW1lbnQnIG9iamVjdCBoYXMgbm8gYXR0cmlidXRlICd1cmwnXCIiLCJmaWVsZHMiOltdLCJvZmZzZXQiOjAsInRpbWVmcmFtZSI6IjM2MDAiLCJncmFwaG1vZGUiOiJjb3VudCIsInRpbWUiOnsidXNlcl9pbnRlcnZhbCI6MH0sInN0YW1wIjoxNDI4Mzg2OTQwOTU2fQ==</font></a>
<br>
<br><font face="sans-serif">I'll wait for the infra team to check
this all out in the morning. Hopefully I wasn't too far off in the solution.</font>
<br>
<br><font face="sans-serif">Thanks,<br>
<br>
Steve Martinelli<br>
OpenStack Keystone Core</font>
<br>
<br><tt><font>Abhishek Shrivastava <<a href="mailto:abhishek@cloudbyte.com" target="_blank">abhishek@cloudbyte.com</a>>
wrote on 04/07/2015 03:14:11 AM:<br>
<br>
> From: Abhishek Shrivastava <<a href="mailto:abhishek@cloudbyte.com" target="_blank">abhishek@cloudbyte.com</a>></font></tt>
<br><tt><font>> To: "<a href="mailto:openstack-infra@lists.openstack.org" target="_blank">openstack-infra@lists.openstack.org</a>"
<openstack-<br>
> <a href="mailto:infra@lists.openstack.org" target="_blank">infra@lists.openstack.org</a>></font></tt>
<br><tt><font>> Date: 04/07/2015 03:16 AM</font></tt>
<br><tt><font>> Subject: [OpenStack-Infra] Devstack Installtion
failure in CI due toPip 6.1.0</font></tt>
<br><div><div class="h5"><tt><font>> <br>
> Hi Infra Team,</font></tt>
<br><tt><font>> <br>
> Today I am seeing that my CI, including other peoples CI and Jenkins<br>
> is failing during devstack installation.</font></tt>
<br><tt><font>> <br>
> This is the error snippet which I am observing in every CI failure:</font></tt>
<br><tt><font>> <br>
> 2015-04-07 05:49:11.125 | + cd /opt/stack/new/requirements<br>
> 2015-04-07 05:49:11.125 | + python update.py /opt/stack/new/keystone<br>
> 2015-04-07 05:49:11.429 | Traceback (most recent call last):<br>
> 2015-04-07 05:49:11.429 | File "update.py", line
274, in <module><br>
> 2015-04-07 05:49:11.429 | main(options, args)<br>
> 2015-04-07 05:49:11.429 | File "update.py", line
259, in main<br>
> 2015-04-07 05:49:11.429 | _copy_requires(options.suffix,
<br>
> options.softupdate, args[0])<br>
> 2015-04-07 05:49:11.429 | File "update.py", line
219, in _copy_requires<br>
> 2015-04-07 05:49:11.429 | source_reqs = _parse_reqs('global-<br>
> requirements.txt')<br>
> 2015-04-07 05:49:11.429 | File "update.py", line
140, in _parse_reqs<br>
> 2015-04-07 05:49:11.429 | reqs[_parse_pip(pip)] = pip<br>
> 2015-04-07 05:49:11.429 | File "update.py", line
101, in _parse_pip<br>
> 2015-04-07 05:49:11.429 | elif install_require.url:<br>
> 2015-04-07 05:49:11.430 | AttributeError: 'InstallRequirement' <br>
> object has no attribute 'url'</font></tt>
<br><tt><font>> <br>
> Going a bit deep we found out that pip version has been changed from
6.0.8to <br>
> 6.1.0, which is causing this error.</font></tt>
<br><tt><font>> Are others experiencing the same issue??</font></tt>
<br><tt><font>> <br>
> -- </font></tt>
<br></div></div><tt><font>> [image removed] </font></tt>
<br><tt><font>> Thanks & Regards,</font></tt>
<br><tt><font>> Abhishek</font></tt>
<br><tt><font>> Cloudbyte Inc._______________________________________________<br>
> OpenStack-Infra mailing list<br>
> <a href="mailto:OpenStack-Infra@lists.openstack.org" target="_blank">OpenStack-Infra@lists.openstack.org</a><br>
> </font></tt><a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra" target="_blank"><tt><font>http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra</font></tt></a><tt><font><br>
</font></tt><br>_______________________________________________<br>
OpenStack-Infra mailing list<br>
<a href="mailto:OpenStack-Infra@lists.openstack.org">OpenStack-Infra@lists.openstack.org</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra</a><br>
<br></blockquote></div><br></div>