Skip to content

Instantly share code, notes, and snippets.

@harlowja
Created October 9, 2017 18:53
Show Gist options
  • Save harlowja/ce809a62d26dcc63b2b6e932c987de1e to your computer and use it in GitHub Desktop.
Save harlowja/ce809a62d26dcc63b2b6e932c987de1e to your computer and use it in GitHub Desktop.
INFO:kolla.image.build.nova-compute:Collecting libvirt-python===1.3.2 (from -c requirements/upper-constraints.txt (line 171))
INFO:kolla.image.build.nova-compute: Downloading https://artifactory.secureserver.net/artifactory/api/pypi/python-pypi.python.org-remote/packages/39/e9/ca0127323a3b23279be82d54ee07eaf921cf6262a2e0de8f9251421c2e6b/libvirt-python-1.3.2.tar.gz (171kB)
INFO:kolla.image.build.nova-compute:Installing collected packages: libvirt-python
INFO:kolla.image.build.nova-compute: Running setup.py install for libvirt-python: started
INFO:kolla.image.build.nova-compute: Running setup.py install for libvirt-python: finished with status 'error'
INFO:kolla.image.build.nova-compute: Complete output from command /var/lib/kolla/venv/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-mtK5yi/libvirt-python/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-usg9pY-record/install-record.txt --single-version-externally-managed --compile --install-headers /var/lib/kolla/venv/include/site/python2.7/libvirt-python:
INFO:kolla.image.build.nova-compute: running install
INFO:kolla.image.build.nova-compute: running build
INFO:kolla.image.build.nova-compute: /usr/bin/pkg-config --print-errors --atleast-version=0.9.11 libvirt
INFO:kolla.image.build.nova-compute: /var/lib/kolla/venv/bin/python generator.py libvirt /usr/share/libvirt/api/libvirt-api.xml
INFO:kolla.image.build.nova-compute: Found 420 functions in /usr/share/libvirt/api/libvirt-api.xml
INFO:kolla.image.build.nova-compute: Found 0 functions in libvirt-override-api.xml
INFO:kolla.image.build.nova-compute: Generated 345 wrapper functions
INFO:kolla.image.build.nova-compute: Missing type converters:
INFO:kolla.image.build.nova-compute: virConnectNodeDeviceEventGenericCallback:1
INFO:kolla.image.build.nova-compute: virConnectSecretEventGenericCallback:1
INFO:kolla.image.build.nova-compute: virConnectStoragePoolEventGenericCallback:1
INFO:kolla.image.build.nova-compute: virTypedParameterPtr *:2
INFO:kolla.image.build.nova-compute: virStorageVolInfoPtr:1
INFO:kolla.image.build.nova-compute: virTypedParameterPtr:1
INFO:kolla.image.build.nova-compute: ERROR: failed virConnectNodeDeviceEventRegisterAny
INFO:kolla.image.build.nova-compute: ERROR: failed virConnectSecretEventRegisterAny
INFO:kolla.image.build.nova-compute: ERROR: failed virConnectStoragePoolEventRegisterAny
INFO:kolla.image.build.nova-compute: ERROR: failed virDomainGetGuestVcpus
INFO:kolla.image.build.nova-compute: ERROR: failed virDomainGetPerfEvents
INFO:kolla.image.build.nova-compute: ERROR: failed virDomainSetPerfEvents
INFO:kolla.image.build.nova-compute: ERROR: failed virStorageVolGetInfoFlags
INFO:kolla.image.build.nova-compute: error: command '/var/lib/kolla/venv/bin/python' failed with exit status 1
INFO:kolla.image.build.nova-compute:
INFO:kolla.image.build.nova-compute: ----------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment