set -e rm -rf build dist python-virtinst.spec MANIFEST python setup.py build running build Building build/po/fr/virtinst.mo from fr.po Building build/po/it/virtinst.mo from it.po Building build/po/ja/virtinst.mo from ja.po Building build/po/pl/virtinst.mo from pl.po Building build/po/pt_BR/virtinst.mo from pt_BR.po Building build/po/sr/virtinst.mo from sr.po Building build/po/sr@latin/virtinst.mo from sr@latin.po Building build/po/zh-CN/virtinst.mo from zh-CN.po running build_py creating build/lib creating build/lib/virtinst copying virtinst/CapabilitiesParser.py -> build/lib/virtinst copying virtinst/CloneManager.py -> build/lib/virtinst copying virtinst/DistroManager.py -> build/lib/virtinst copying virtinst/FullVirtGuest.py -> build/lib/virtinst copying virtinst/Guest.py -> build/lib/virtinst copying virtinst/ImageFetcher.py -> build/lib/virtinst copying virtinst/ImageManager.py -> build/lib/virtinst copying virtinst/ImageParser.py -> build/lib/virtinst copying virtinst/LiveCDInstaller.py -> build/lib/virtinst copying virtinst/OSDistro.py -> build/lib/virtinst copying virtinst/ParaVirtGuest.py -> build/lib/virtinst copying virtinst/Storage.py -> build/lib/virtinst copying virtinst/VirtualDevice.py -> build/lib/virtinst copying virtinst/VirtualDisk.py -> build/lib/virtinst copying virtinst/__init__.py -> build/lib/virtinst copying virtinst/cli.py -> build/lib/virtinst copying virtinst/keytable.py -> build/lib/virtinst copying virtinst/util.py -> build/lib/virtinst copying virtinst/osdict.py -> build/lib/virtinst copying virtinst/User.py -> build/lib/virtinst copying virtinst/_util.py -> build/lib/virtinst creating build/lib/virtconv copying virtconv/__init__.py -> build/lib/virtconv copying virtconv/diskcfg.py -> build/lib/virtconv copying virtconv/formats.py -> build/lib/virtconv copying virtconv/netdevcfg.py -> build/lib/virtconv copying virtconv/vmcfg.py -> build/lib/virtconv package init file 'virtconv/parsers/__init__.py' not found (or not a regular file) creating build/lib/virtconv/parsers copying virtconv/parsers/virtimage.py -> build/lib/virtconv/parsers copying virtconv/parsers/vmx.py -> build/lib/virtconv/parsers package init file 'virtconv/parsers/__init__.py' not found (or not a regular file) running build_scripts creating build/scripts-2.5 copying and adjusting virt-install -> build/scripts-2.5 copying and adjusting virt-clone -> build/scripts-2.5 copying and adjusting virt-image -> build/scripts-2.5 copying and adjusting virt-convert -> build/scripts-2.5 changing mode of build/scripts-2.5/virt-install from 644 to 755 changing mode of build/scripts-2.5/virt-clone from 644 to 755 changing mode of build/scripts-2.5/virt-image from 644 to 755 changing mode of build/scripts-2.5/virt-convert from 644 to 755 python tests/coverage.py -e rm -rf build/coverage mkdir build/coverage python setup.py test running test ...............E........................... ====================================================================== ERROR: testFVGuestValidation (tests.validation.TestValidation) ---------------------------------------------------------------------- Traceback (most recent call last): File "/var/lib/builder/source-root/virtinst--devel/tests/validation.py", line 206, in testFVGuestValidation type="xen") File "/var/lib/builder/source-root/virtinst--devel/virtinst/FullVirtGuest.py", line 42, in __init__ _util.is_pae_capable(connection), "apic": None } File "/var/lib/builder/source-root/virtinst--devel/virtinst/util.py", line 170, in is_pae_capable conn = libvirt.open('') File "/var/lib/builder/install-root/lib/python2.5/site-packages/libvirt.py", line 160, in open if ret is None:raise libvirtError('virConnectOpen() failed') libvirtError: internal error unable to open connection ---------------------------------------------------------------------- Ran 43 tests in 1.558s FAILED (errors=1)