Skip to content

Instantly share code, notes, and snippets.

@harlowja
Created February 9, 2017 19:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save harlowja/8521b90a06429cc8f903103d593ca1c8 to your computer and use it in GitHub Desktop.
Save harlowja/8521b90a06429cc8f903103d593ca1c8 to your computer and use it in GitHub Desktop.
INFO:kolla.image.build.glance-base: Successfully uninstalled packaging-16.8
INFO:kolla.image.build.glance-base: Running setup.py install for pycrypto: started
INFO:kolla.image.build.glance-base: Running setup.py install for pycrypto: finished with status 'error'
INFO:kolla.image.build.glance-base: Complete output from command /var/lib/kolla/venv/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-z_DGJl/pycrypto/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-ihoEo5-record/install-record.txt --single-version-externally-managed --compile --install-headers /var/lib/kolla/venv/include/site/python2.7/pycrypto:
INFO:kolla.image.build.glance-base: Traceback (most recent call last):
INFO:kolla.image.build.glance-base: File "<string>", line 1, in <module>
INFO:kolla.image.build.glance-base: File "/var/lib/kolla/venv/lib/python2.7/site-packages/setuptools/__init__.py", line 12, in <module>
INFO:kolla.image.build.glance-base: import setuptools.version
INFO:kolla.image.build.glance-base: File "/var/lib/kolla/venv/lib/python2.7/site-packages/setuptools/version.py", line 1, in <module>
INFO:kolla.image.build.glance-base: import pkg_resources
INFO:kolla.image.build.glance-base: File "/var/lib/kolla/venv/lib/python2.7/site-packages/pkg_resources/__init__.py", line 72, in <module>
INFO:kolla.image.build.glance-base: import packaging.requirements
INFO:kolla.image.build.glance-base: ImportError: No module named requirements
INFO:kolla.image.build.glance-base:
INFO:kolla.image.build.glance-base: ----------------------------------------
INFO:kolla.image.build.glance-base:Command "/var/lib/kolla/venv/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-z_DGJl/pycrypto/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-ihoEo5-record/install-record.txt --single-version-externally-managed --compile --install-headers /var/lib/kolla/venv/include/site/python2.7/pycrypto" failed with error code 1 in /tmp/pip-build-z_DGJl/pycrypto/
INFO:kolla.image.build.glance-base:
INFO:kolla.image.build.glance-base:Removing intermediate container 3b103689e76b
ERROR:kolla.image.build.glance-base:Error'd with the following message
ERROR:kolla.image.build.glance-base:The command '/bin/sh -c ln -s glance-base-source/* glance && useradd --user-group glance && /var/lib/kolla/venv/bin/pip --no-cache-dir install --upgrade -c requirements/upper-constraints.txt /glance[cinder] && mkdir -p /etc/glance /var/lib/glance /home/glance && cp -r /glance/etc/* /etc/glance/ && chown -R glance: /etc/glance /var/lib/glance /home/glance' returned a non-zero code: 1
DEBUG:kolla.image.build:Image glance-base failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment