Your assumption is correct, it's currently affecting the gate too. Bug: https://bugs.launchpad.net/tempest/+bug/1440984 Possible solution: https://review.openstack.org/#/c/171060/ The offending pip commit: https://github.com/pypa/pip/commit/e8e2566279879b7df04394edfcaa9c63c0ce9e67 Log stash: http://logstash.openstack.org/#eyJzZWFyY2giOiJtZXNzYWdlOlwiQXR0cmlidXRlRXJyb3I6ICdJbnN0YWxsUmVxdWlyZW1lbnQnIG9iamVjdCBoYXMgbm8gYXR0cmlidXRlICd1cmwnXCIiLCJmaWVsZHMiOltdLCJvZmZzZXQiOjAsInRpbWVmcmFtZSI6IjM2MDAiLCJncmFwaG1vZGUiOiJjb3VudCIsInRpbWUiOnsidXNlcl9pbnRlcnZhbCI6MH0sInN0YW1wIjoxNDI4Mzg2OTQwOTU2fQ==
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. Thanks, Steve Martinelli OpenStack Keystone Core Abhishek Shrivastava <[email protected]> wrote on 04/07/2015 03:14:11 AM: > From: Abhishek Shrivastava <[email protected]> > To: "[email protected]" <openstack- > [email protected]> > Date: 04/07/2015 03:16 AM > Subject: [OpenStack-Infra] Devstack Installtion failure in CI due toPip 6.1.0 > > Hi Infra Team, > > Today I am seeing that my CI, including other peoples CI and Jenkins > is failing during devstack installation. > > This is the error snippet which I am observing in every CI failure: > > 2015-04-07 05:49:11.125 | + cd /opt/stack/new/requirements > 2015-04-07 05:49:11.125 | + python update.py /opt/stack/new/keystone > 2015-04-07 05:49:11.429 | Traceback (most recent call last): > 2015-04-07 05:49:11.429 | File "update.py", line 274, in <module> > 2015-04-07 05:49:11.429 | main(options, args) > 2015-04-07 05:49:11.429 | File "update.py", line 259, in main > 2015-04-07 05:49:11.429 | _copy_requires(options.suffix, > options.softupdate, args[0]) > 2015-04-07 05:49:11.429 | File "update.py", line 219, in _copy_requires > 2015-04-07 05:49:11.429 | source_reqs = _parse_reqs('global- > requirements.txt') > 2015-04-07 05:49:11.429 | File "update.py", line 140, in _parse_reqs > 2015-04-07 05:49:11.429 | reqs[_parse_pip(pip)] = pip > 2015-04-07 05:49:11.429 | File "update.py", line 101, in _parse_pip > 2015-04-07 05:49:11.429 | elif install_require.url: > 2015-04-07 05:49:11.430 | AttributeError: 'InstallRequirement' > object has no attribute 'url' > > Going a bit deep we found out that pip version has been changed from 6.0.8to > 6.1.0, which is causing this error. > Are others experiencing the same issue?? > > -- > [image removed] > Thanks & Regards, > Abhishek > Cloudbyte Inc._______________________________________________ > OpenStack-Infra mailing list > [email protected] > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra
_______________________________________________ OpenStack-Infra mailing list [email protected] http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-infra
