[OpenStack-Infra] [third-party][infra][CI] CloudByte Cinder CI failing since 18th Feb

Bob Ball bob.ball at citrix.com
Fri Feb 19 13:17:55 UTC 2016


Hi Yogesh,

I had the same issue.

You are almost certainly using infra’s system-config (or a clone of it) which used to set the default pypi mirror to be on dfw.  This is set through https://github.com/openstack-infra/system-config/blob/master/modules/openstack_project/files/pydistutils.cfg

This mirror is now no longer in use (and has been updated above).  A quick fix would be to update this file in your system-config to point to pypi.python.org

Bob

From: Yogesh Prasad [mailto:yogesh.prasad at cloudbyte.com]
Sent: 19 February 2016 13:04
To: openstack-infra at lists.openstack.org
Cc: Openstack Team <openstack-dev at cloudbyte.com>; ramy.asselin at hpe.com
Subject: [OpenStack-Infra] [third-party][infra][CI] CloudByte Cinder CI failing since 18th Feb

Hi Team,

Our CI has been failing from 18th Feb 1:00 AM IST onwards.

The logs reveals below issues:

http://117.218.56.3:9090/logs//97/280997/1/check/dsvm-tempest-full/9d99093/logs/devstacklog.txt<http://www.google.com/url?q=http%3A%2F%2F117.218.56.3%3A9090%2Flogs%2F%2F97%2F280997%2F1%2Fcheck%2Fdsvm-tempest-full%2F9d99093%2Flogs%2Fdevstacklog.txt&sa=D&sntz=1&usg=AFQjCNEpBuoP1qu3yXDExCFFgbYMhIp5YQ>


2016-02-19 06:57:12.071 | ++ /opt/stack/new/devstack/lib/tempest:configure_tempest:L323:   cd /opt/stack/new/tempest

2016-02-19 06:57:12.071 | ++ /opt/stack/new/devstack/lib/tempest:configure_tempest:L324:   tox -revenv --notest

2016-02-19 06:57:12.987 | venv create: /opt/stack/new/tempest/.tox/venv

2016-02-19 06:57:22.477 | venv installdeps: -r/opt/stack/new/tempest/requirements.txt, -r/opt/stack/new/tempest/test-requirements.txt

2016-02-19 06:58:00.593 | ERROR: invocation failed (exit code 1), logfile: /opt/stack/new/tempest/.tox/venv/log/venv-1.log

2016-02-19 06:58:00.593 | ERROR: actionid: venv

2016-02-19 06:58:00.593 | msg: getenv

2016-02-19 06:58:00.593 | cmdargs: [local('/opt/stack/new/tempest/.tox/venv/bin/pip'), 'install', '-U', '-r/opt/stack/new/tempest/requirements.txt', '-r/opt/stack/new/tempest/test-requirements.txt']

....

....

Collecting positional>=1.0.1 (from keystoneauth1>=2.1.0->os-client-config>=1.13.1->oslotest>=1.10.0->-r /opt/stack/new/tempest/test-requirements.txt (line 12))

2016-02-19 06:58:00.598 |   Downloading positional-1.0.1.tar.gz

2016-02-19 06:58:00.599 |     Complete output from command python setup.py egg_info:

2016-02-19 06:58:00.599 |     Couldn't find index page for 'pbr' (maybe misspelled?)

2016-02-19 06:58:00.599 |     No local packages or download links found for pbr>=1.8

2016-02-19 06:58:00.599 |     Traceback (most recent call last):

2016-02-19 06:58:00.599 |       File "<string>", line 1, in <module>

2016-02-19 06:58:00.599 |       File "/tmp/pip-build-JVaJIO/positional/setup.py", line 26, in <module>

2016-02-19 06:58:00.599 |         pbr=True)

2016-02-19 06:58:00.599 |       File "/usr/lib/python2.7/distutils/core.py", line 111, in setup

2016-02-19 06:58:00.599 |         _setup_distribution = dist = klass(attrs)

2016-02-19 06:58:00.599 |       File "/opt/stack/new/tempest/.tox/venv/local/lib/python2.7/site-packages/setuptools/dist.py", line 269, in __init__

2016-02-19 06:58:00.599 |         self.fetch_build_eggs(attrs['setup_requires'])

2016-02-19 06:58:00.599 |       File "/opt/stack/new/tempest/.tox/venv/local/lib/python2.7/site-packages/setuptools/dist.py", line 313, in fetch_build_eggs

2016-02-19 06:58:00.599 |         replace_conflicting=True,

2016-02-19 06:58:00.599 |       File "/opt/stack/new/tempest/.tox/venv/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 825, in resolve

2016-02-19 06:58:00.599 |         dist = best[req.key] = env.best_match(req, ws, installer)

2016-02-19 06:58:00.599 |       File "/opt/stack/new/tempest/.tox/venv/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 1070, in best_match

2016-02-19 06:58:00.599 |         return self.obtain(req, installer)

2016-02-19 06:58:00.599 |       File "/opt/stack/new/tempest/.tox/venv/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 1082, in obtain

2016-02-19 06:58:00.599 |         return installer(requirement)

2016-02-19 06:58:00.599 |       File "/opt/stack/new/tempest/.tox/venv/local/lib/python2.7/site-packages/setuptools/dist.py", line 380, in fetch_build_egg

2016-02-19 06:58:00.599 |         return cmd.easy_install(req)

2016-02-19 06:58:00.600 |       File "/opt/stack/new/tempest/.tox/venv/local/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 634, in easy_install

2016-02-19 06:58:00.600 |         raise DistutilsError(msg)

2016-02-19 06:58:00.600 |     distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pbr>=1.8')

2016-02-19 06:58:00.600 |

2016-02-19 06:58:00.600 |     ----------------------------------------

2016-02-19 06:58:00.600 | Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-JVaJIO/positional

2016-02-19 06:58:00.600 |

2016-02-19 06:58:00.600 | ERROR: could not install deps [-r/opt/stack/new/tempest/requirements.txt, -r/opt/stack/new/tempest/test-requirements.txt]; v = InvocationError('/opt/stack/new/tempest/.tox/venv/bin/pip install -U -r/opt/stack/new/tempest/requirements.txt -r/opt/stack/new/tempest/test-requirements.txt (see /opt/stack/new/tempest/.tox/venv/log/venv-1.log)', 1)

2016-02-19 06:58:00.600 | ___________________________________ summary ____________________________________

2016-02-19 06:58:00.601 | ERROR:   venv: could not install deps [-r/opt/stack/new/tempest/requirements.txt, -r/opt/stack/new/tempest/test-requirements.txt]; v = InvocationError('/opt/stack/new/tempest/.tox/venv/bin/pip install -U -r/opt/stack/new/tempest/requirements.txt -r/opt/stack/new/tempest/test-requirements.txt (see /opt/stack/new/tempest/.tox/venv/log/venv-1.log)', 1)


When we tried to compare the error logs with the last successful logs,
we could trace the issue to below commit:

https://github.com/openstack-dev/devstack/commit/5c61de26ba4ed209f592adbc6a806fc70d263bd0<https://www.google.com/url?q=https%3A%2F%2Fgithub.com%2Fopenstack-dev%2Fdevstack%2Fcommit%2F5c61de26ba4ed209f592adbc6a806fc70d263bd0&sa=D&sntz=1&usg=AFQjCNEQc9ROfS_JDWHLL_BhHPk7IrQlbw>


Please advice, if there is anything, we have been missing out.
We have been following a slightly modified version of ramy's repository.
https://github.com/rasselin/os-ext-testing-data



Regards,
Yogesh
[https://docs.google.com/uc?export=download&id=0B2m0crhw0IPTOTZJeVNSalg5X2c&revid=0B2m0crhw0IPTaG1XN1dmOWpZUnlvdG50MDhZektoU2hMcWVZPQ]<http://www.cloudbyte.com/>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-infra/attachments/20160219/3000357a/attachment-0001.html>


More information about the OpenStack-Infra mailing list