[Libvirt-ci] Build failed in Jenkins: libvirt-dbus-check » libvirt-fedora-rawhide #363
by ci@centos.org
See <https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-rawhi...>
------------------------------------------
[...truncated 3.78 KB...]
Making check in data
gmake[1]: Entering directory '<https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-rawhi...'>
gmake[1]: Nothing to be done for 'check'.
gmake[1]: Leaving directory '<https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-rawhi...'>
Making check in docs
gmake[1]: Entering directory '<https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-rawhi...'>
gmake[1]: Nothing to be done for 'check'.
gmake[1]: Leaving directory '<https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-rawhi...'>
Making check in src
gmake[1]: Entering directory '<https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-rawhi...'>
gmake[1]: Nothing to be done for 'check'.
gmake[1]: Leaving directory '<https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-rawhi...'>
Making check in tests
gmake[1]: Entering directory '<https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-rawhi...'>
/usr/bin/gmake test_util
gmake[2]: Entering directory '<https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-rawhi...'>
CC test_util-test_util.o
CCLD test_util
gmake[2]: Leaving directory '<https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-rawhi...'>
/usr/bin/gmake check-TESTS
gmake[2]: Entering directory '<https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-rawhi...'>
gmake[3]: Entering directory '<https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-rawhi...'>
PASS: test_util
PASS: test_interface.py
PASS: test_domain.py
FAIL: test_connect.py
PASS: test_network.py
PASS: test_nodedev.py
PASS: test_storage.py
============================================================================
Testsuite summary for libvirt-dbus 1.4.0
============================================================================
# TOTAL: 7
# PASS: 6
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
============================================================================
See tests/test-suite.log
Please report to libvir-list(a)redhat.com
============================================================================
gmake[3]: *** [Makefile:766: test-suite.log] Error 1
gmake[3]: Leaving directory '<https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-rawhi...'>
gmake[2]: *** [Makefile:874: check-TESTS] Error 2
gmake[2]: Leaving directory '<https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-rawhi...'>
gmake[1]: *** [Makefile:990: check-am] Error 2
gmake[1]: Leaving directory '<https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-rawhi...'>
gmake: *** [Makefile:460: check-recursive] Error 1
+ cat tests/test-suite.log
==============================================
libvirt-dbus 1.4.0: tests/test-suite.log
==============================================
# TOTAL: 7
# PASS: 6
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: test_connect.py
=====================
============================= test session starts ==============================
platform linux -- Python 3.7.3, pytest-4.4.1, py-1.8.0, pluggy-0.9.0
rootdir: <https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-rawhi...>
collected 35 items
../../tests/test_connect.py ..E............E..................E [100%]
==================================== ERRORS ====================================
_ ERROR at setup of TestConnect.test_connect_domain_lookup_by_id[DomainLookupByID-Id] _
self = <test_connect.TestConnect object at 0x7f3357aee438>
request = <SubRequest 'libvirt_dbus_setup' for <Function test_connect_domain_lookup_by_id[DomainLookupByID-Id]>>
@pytest.fixture(autouse=True)
def libvirt_dbus_setup(self, request):
"""Start libvirt-dbus for each test function
"""
os.environ['LIBVIRT_DEBUG'] = '3'
self.libvirt_dbus = subprocess.Popen([exe, '--session'])
self.bus = dbus.SessionBus()
for i in range(10):
if self.bus.name_has_owner('org.libvirt'):
break
time.sleep(0.1)
else:
> raise TimeoutError('error starting libvirt-dbus')
E TimeoutError: error starting libvirt-dbus
../../tests/libvirttest.py:44: TimeoutError
_ ERROR at setup of TestConnect.test_connect_interface_lookup_by_property[InterfaceLookupByMAC-MAC] _
self = <test_connect.TestConnect object at 0x7f3357b3a550>
@pytest.fixture
def interface_create(self):
""" Fixture to define dummy interface on the test driver
This fixture should be used in the setup of every test manipulating
with interfaces.
"""
path = self.connect.InterfaceDefineXML(xmldata.minimal_interface_xml, 0)
obj = self.bus.get_object('org.libvirt', path)
interface_obj = dbus.Interface(obj, 'org.libvirt.Interface')
> interface_obj.Create(0)
../../tests/libvirttest.py:84:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib64/python3.7/site-packages/dbus/proxies.py:70: in __call__
return self._proxy_method(*args, **keywords)
/usr/lib64/python3.7/site-packages/dbus/proxies.py:145: in __call__
**keywords)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <dbus._dbus.SessionBus (session) at 0x7f3357a6e990>
bus_name = dbus.String(':1.3')
object_path = dbus.ObjectPath('/org/libvirt/Test/interface/11_3a22_3a33_3a44_3a55_3a66')
dbus_interface = 'org.libvirt.Interface', method = 'Create', signature = 'u'
args = (0,), timeout = -1.0, byte_arrays = False, kwargs = {}
get_args_opts = {'byte_arrays': False}
message = <dbus.lowlevel.MethodCallMessage path: /org/libvirt/Test/interface/11_3a22_3a33_3a44_3a55_3a66, iface: org.libvirt.Interface, member: Create dest: :1.3>
def call_blocking(self, bus_name, object_path, dbus_interface, method,
signature, args, timeout=-1.0,
byte_arrays=False, **kwargs):
"""Call the given method, synchronously.
:Since: 0.81.0
"""
if object_path == LOCAL_PATH:
raise DBusException('Methods may not be called on the reserved '
'path %s' % LOCAL_PATH)
if dbus_interface == LOCAL_IFACE:
raise DBusException('Methods may not be called on the reserved '
'interface %s' % LOCAL_IFACE)
# no need to validate other args - MethodCallMessage ctor will do
get_args_opts = dict(byte_arrays=byte_arrays)
if is_py2:
get_args_opts['utf8_strings'] = kwargs.get('utf8_strings', False)
elif 'utf8_strings' in kwargs:
raise TypeError("unexpected keyword argument 'utf8_strings'")
message = MethodCallMessage(destination=bus_name,
path=object_path,
interface=dbus_interface,
method=method)
# Add the arguments to the function
try:
message.append(signature=signature, *args)
except Exception as e:
logging.basicConfig()
_logger.error('Unable to set arguments %r according to '
'signature %r: %s: %s',
args, signature, e.__class__, e)
raise
# make a blocking call
reply_message = self.send_message_with_reply_and_block(
> message, timeout)
E dbus.exceptions.DBusException: org.libvirt.Error: Requested operation is not valid
/usr/lib64/python3.7/site-packages/dbus/connection.py:651: DBusException
_ ERROR at setup of TestConnect.test_connect_storage_vol_lookup_by_property[StorageVolLookupByPath-Path] _
self = <test_connect.TestConnect object at 0x7f3357a4cbe0>
@pytest.fixture
def storage_volume_create(self):
""" Fixture to create dummy storage volume on the test driver
This fixture should be used in the setup of every test manipulating
with test volume.
"""
_, test_storage_pool = self.get_test_storage_pool()
interface_obj = dbus.Interface(test_storage_pool,
'org.libvirt.StoragePool')
> path = interface_obj.StorageVolCreateXML(xmldata.minimal_storage_vol_xml, 0)
../../tests/libvirttest.py:125:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib64/python3.7/site-packages/dbus/proxies.py:70: in __call__
return self._proxy_method(*args, **keywords)
/usr/lib64/python3.7/site-packages/dbus/proxies.py:145: in __call__
**keywords)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <dbus._dbus.SessionBus (session) at 0x7f3357a6e990>
bus_name = dbus.String(':1.3')
object_path = dbus.ObjectPath('/org/libvirt/Test/storagepool/_35bb2ad9_388a_cdfe_461a_b8907f6e53fe')
dbus_interface = 'org.libvirt.StoragePool', method = 'StorageVolCreateXML'
signature = 'su'
args = ('\n<volume>\n <name>sparse.img</name>\n <capacity unit="G">2</capacity>\n <target>\n <path>/var/lib/virt/images/sparse.img</path>\n </target>\n</volume>\n', 0)
timeout = -1.0, byte_arrays = False, kwargs = {}
get_args_opts = {'byte_arrays': False}
message = <dbus.lowlevel.MethodCallMessage path: /org/libvirt/Test/storagepool/_35bb2ad9_388a_cdfe_461a_b8907f6e53fe, iface: org.libvirt.StoragePool, member: StorageVolCreateXML dest: :1.3>
def call_blocking(self, bus_name, object_path, dbus_interface, method,
signature, args, timeout=-1.0,
byte_arrays=False, **kwargs):
"""Call the given method, synchronously.
:Since: 0.81.0
"""
if object_path == LOCAL_PATH:
raise DBusException('Methods may not be called on the reserved '
'path %s' % LOCAL_PATH)
if dbus_interface == LOCAL_IFACE:
raise DBusException('Methods may not be called on the reserved '
'interface %s' % LOCAL_IFACE)
# no need to validate other args - MethodCallMessage ctor will do
get_args_opts = dict(byte_arrays=byte_arrays)
if is_py2:
get_args_opts['utf8_strings'] = kwargs.get('utf8_strings', False)
elif 'utf8_strings' in kwargs:
raise TypeError("unexpected keyword argument 'utf8_strings'")
message = MethodCallMessage(destination=bus_name,
path=object_path,
interface=dbus_interface,
method=method)
# Add the arguments to the function
try:
message.append(signature=signature, *args)
except Exception as e:
logging.basicConfig()
_logger.error('Unable to set arguments %r according to '
'signature %r: %s: %s',
args, signature, e.__class__, e)
raise
# make a blocking call
reply_message = self.send_message_with_reply_and_block(
> message, timeout)
E dbus.exceptions.DBusException: org.libvirt.Error: operation failed: storage vol already exists
/usr/lib64/python3.7/site-packages/dbus/connection.py:651: DBusException
====================== 32 passed, 3 error in 9.58 seconds ======================
FAIL test_connect.py (exit status: 1)
+ exit 1
Build step 'Execute shell' marked build as failure
5 years, 7 months
[Libvirt-ci] Build failed in Jenkins: osinfo-db-tools-rpm » libvirt-fedora-rawhide #20
by ci@centos.org
See <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
------------------------------------------
[...truncated 76.73 KB...]
installing ast.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing bal.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing be.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing bg.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing bn_IN.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing bn.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing bo.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing br.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing brx.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing bs.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing ca.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing cs.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing cy.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing da.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing de_CH.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing de.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing el.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing en_GB.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing eo.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing es.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing et.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing eu.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing fa.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing fi.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing fr.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing gl.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing gu.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing he.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing hi.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing hr.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing hu.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing ia.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing id.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing ilo.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing is.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing it.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing ja.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing ka.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing kk.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing km.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing kn.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing ko.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing kw_GB.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing kw(a)kkcor.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing kw.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing kw(a)uccor.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing ky.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing lt.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing lv.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing mai.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing mk.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing ml.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing mn.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing mr.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing ms.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing nb.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing nds.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing ne.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing nl.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing nn.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing nso.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing or.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing pa.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing pl.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing pt_BR.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing pt.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing ro.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing ru.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing si.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing sk.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing sl.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing sq.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing sr(a)latin.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing sr.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing sv.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing ta.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing te.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing tg.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing th.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing tr.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing tw.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing uk.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing ur.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing vi.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing wba.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing yo.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing zh_CN.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing zh_HK.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing zh_TW.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
installing zu.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
if test "osinfo-db-tools" = "gettext-tools"; then \
/usr/bin/mkdir -p <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...;> \
for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en(a)quot.header en(a)boldquot.header insert-header.sin Rules-quot Makevars.template; do \
/usr/bin/install -c -m 644 ./$file \
<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...;> \
done; \
for file in Makevars; do \
rm -f <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...;> \
done; \
else \
: ; \
fi
gmake[1]: Leaving directory '<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...'>
Making install in tests
gmake[1]: Entering directory '<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...'>
gmake[2]: Entering directory '<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...'>
gmake[2]: Nothing to be done for 'install-exec-am'.
gmake[2]: Nothing to be done for 'install-data-am'.
gmake[2]: Leaving directory '<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...'>
gmake[1]: Leaving directory '<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...'>
gmake[1]: Entering directory '<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...'>
gmake[2]: Entering directory '<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...'>
gmake[2]: Nothing to be done for 'install-exec-am'.
gmake[2]: Nothing to be done for 'install-data-am'.
gmake[2]: Leaving directory '<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...'>
gmake[1]: Leaving directory '<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...'>
+ /usr/lib/rpm/find-lang.sh <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...> osinfo-db-tools
+ /usr/lib/rpm/find-debuginfo.sh -j2 --strict-build-id -m -i --build-id-seed 1.5.0-1.fc31 --unique-debug-suffix -1.5.0-1.fc31.x86_64 --unique-debug-src-base osinfo-db-tools-1.5.0-1.fc31.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
explicitly decompress any DWARF compressed ELF sections in <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
explicitly decompress any DWARF compressed ELF sections in <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
extracting debug info from <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
extracting debug info from <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
explicitly decompress any DWARF compressed ELF sections in <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
extracting debug info from <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
explicitly decompress any DWARF compressed ELF sections in <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
extracting debug info from <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
/usr/lib/rpm/sepdebugcrcfix: Updated 4 CRC32s, 0 CRC32s did match.
120 blocks
+ /usr/lib/rpm/check-buildroot
+ /usr/lib/rpm/redhat/brp-ldconfig
+ /usr/lib/rpm/brp-compress
+ /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
+ /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 0
+ /usr/lib/rpm/brp-python-hardlink
+ /usr/lib/rpm/redhat/brp-mangle-shebangs
Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.S2sm35
+ umask 022
+ cd <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
+ cd osinfo-db-tools-1.5.0
+ make check
GEN public-submodule-commit
Making check in tools
gmake[1]: Entering directory '<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...'>
gmake[1]: Nothing to be done for 'check'.
gmake[1]: Leaving directory '<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...'>
Making check in docs
gmake[1]: Entering directory '<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...'>
gmake[1]: Nothing to be done for 'check'.
gmake[1]: Leaving directory '<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...'>
Making check in po
gmake[1]: Entering directory '<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...'>
gmake[1]: Nothing to be done for 'check'.
gmake[1]: Leaving directory '<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...'>
Making check in tests
gmake[1]: Entering directory '<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...'>
/usr/bin/gmake check-TESTS
gmake[2]: Entering directory '<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...'>
gmake[3]: Entering directory '<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...'>
FAIL: test_osinfo_db_path.py
PASS: test_osinfo_db_validate.py
PASS: test_osinfo_db_export_import.py
============================================================================
Testsuite summary for osinfo-db-tools 1.5.0
============================================================================
# TOTAL: 3
# PASS: 2
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
============================================================================
See tests/test-suite.log
Please report to libosinfo(a)redhat.com
============================================================================
gmake[3]: *** [Makefile:577: test-suite.log] Error 1
gmake[3]: Leaving directory '<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...'>
gmake[2]: *** [Makefile:685: check-TESTS] Error 2
gmake[2]: Leaving directory '<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...'>
gmake[1]: *** [Makefile:772: check-am] Error 2
gmake[1]: Leaving directory '<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...'>
make: *** [Makefile:477: check-recursive] Error 1
+ cat tests/test-suite.log
=================================================
osinfo-db-tools 1.5.0: tests/test-suite.log
=================================================
# TOTAL: 3
# PASS: 2
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: test_osinfo_db_path.py
============================
============================= test session starts ==============================
platform linux -- Python 3.7.3, pytest-4.4.1, py-1.8.0, pluggy-0.9.0
rootdir: <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-rawh...>
collected 5 items
test_osinfo_db_path.py F...F [100%]
=================================== FAILURES ===================================
__________________________ test_osinfo_db_path_system __________________________
def test_osinfo_db_path_system():
"""
Test osinfo-db-path --system
"""
cmd = [util.Tools.db_path, util.ToolsArgs.SYSTEM]
output = util.get_output(cmd)
expected_output = os.path.join(DATADIR, "osinfo\n")
> assert output == expected_output
E AssertionError: assert '/home/jenkin...hare/osinfo\n' == '/usr/share/osinfo\n'
E - /home/jenkins/build/libvirt/share/osinfo
E + /usr/share/osinfo
test_osinfo_db_path.py:24: AssertionError
___________________________ test_osinfo_db_path_root ___________________________
def test_osinfo_db_path_root():
"""
Test osinfo-db-path --root FOOBAR_DIR --system
"""
cmd = [util.Tools.db_path, util.ToolsArgs.ROOT, FOOBAR_DIR,
util.ToolsArgs.SYSTEM]
output = util.get_output(cmd)
expected_output = os.path.join(FOOBAR_DIR, *DATADIR.split("/"), "osinfo\n")
> assert output == expected_output
E AssertionError: assert '/foo/bar/hom...hare/osinfo\n' == '/foo/bar/usr/share/osinfo\n'
E - /foo/bar/home/jenkins/build/libvirt/share/osinfo
E + /foo/bar/usr/share/osinfo
test_osinfo_db_path.py:66: AssertionError
====================== 2 failed, 3 passed in 2.50 seconds ======================
FAIL test_osinfo_db_path.py (exit status: 1)
+ exit 1
error: Bad exit status from /var/tmp/rpm-tmp.S2sm35 (%check)
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.S2sm35 (%check)
Build step 'Execute shell' marked build as failure
5 years, 7 months
[Libvirt-ci] Build failed in Jenkins: osinfo-db-tools-rpm » libvirt-fedora-29 #20
by ci@centos.org
See <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/2...>
------------------------------------------
[...truncated 76.74 KB...]
installing bal.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing be.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing bg.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing bn_IN.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing bn.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing bo.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing br.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing brx.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing bs.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing ca.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing cs.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing cy.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing da.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing de_CH.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing de.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing el.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing en_GB.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing eo.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing es.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing et.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing eu.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing fa.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing fi.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing fr.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing gl.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing gu.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing he.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing hi.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing hr.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing hu.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing ia.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing id.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing ilo.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing is.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing it.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing ja.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing ka.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing kk.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing km.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing kn.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing ko.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing kw_GB.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing kw(a)kkcor.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing kw.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing kw(a)uccor.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing ky.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing lt.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing lv.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing mai.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing mk.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing ml.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing mn.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing mr.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing ms.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing nb.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing nds.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing ne.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing nl.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing nn.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing nso.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing or.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing pa.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing pl.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing pt_BR.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing pt.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing ro.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing ru.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing si.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing sk.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing sl.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing sq.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing sr(a)latin.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing sr.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing sv.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing ta.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing te.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing tg.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing th.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing tr.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing tw.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing uk.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing ur.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing vi.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing wba.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing yo.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing zh_CN.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing zh_HK.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing zh_TW.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
installing zu.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
if test "osinfo-db-tools" = "gettext-tools"; then \
/usr/bin/mkdir -p <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...;> \
for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en(a)quot.header en(a)boldquot.header insert-header.sin Rules-quot Makevars.template; do \
/usr/bin/install -c -m 644 ./$file \
<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...;> \
done; \
for file in Makevars; do \
rm -f <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...;> \
done; \
else \
: ; \
fi
gmake[1]: Leaving directory '<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...'>
Making install in tests
gmake[1]: Entering directory '<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...'>
gmake[2]: Entering directory '<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...'>
gmake[2]: Nothing to be done for 'install-exec-am'.
gmake[2]: Nothing to be done for 'install-data-am'.
gmake[2]: Leaving directory '<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...'>
gmake[1]: Leaving directory '<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...'>
gmake[1]: Entering directory '<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...'>
gmake[2]: Entering directory '<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...'>
gmake[2]: Nothing to be done for 'install-exec-am'.
gmake[2]: Nothing to be done for 'install-data-am'.
gmake[2]: Leaving directory '<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...'>
gmake[1]: Leaving directory '<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...'>
+ /usr/lib/rpm/find-lang.sh <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...> osinfo-db-tools
+ /usr/lib/rpm/find-debuginfo.sh -j2 --strict-build-id -m -i --build-id-seed 1.5.0-1.fc29 --unique-debug-suffix -1.5.0-1.fc29.x86_64 --unique-debug-src-base osinfo-db-tools-1.5.0-1.fc29.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
explicitly decompress any DWARF compressed ELF sections in <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
explicitly decompress any DWARF compressed ELF sections in <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
extracting debug info from <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
extracting debug info from <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
explicitly decompress any DWARF compressed ELF sections in <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
explicitly decompress any DWARF compressed ELF sections in <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
extracting debug info from <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
extracting debug info from <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
/usr/lib/rpm/sepdebugcrcfix: Updated 4 CRC32s, 0 CRC32s did match.
120 blocks
+ /usr/lib/rpm/check-buildroot
+ /usr/lib/rpm/redhat/brp-ldconfig
/sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
+ /usr/lib/rpm/brp-compress
+ /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
+ /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1
+ /usr/lib/rpm/brp-python-hardlink
+ /usr/lib/rpm/redhat/brp-mangle-shebangs
Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.K5G9o4
+ umask 022
+ cd <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...>
+ cd osinfo-db-tools-1.5.0
+ make check
GEN public-submodule-commit
Making check in tools
gmake[1]: Entering directory '<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...'>
gmake[1]: Nothing to be done for 'check'.
gmake[1]: Leaving directory '<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...'>
Making check in docs
gmake[1]: Entering directory '<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...'>
gmake[1]: Nothing to be done for 'check'.
gmake[1]: Leaving directory '<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...'>
Making check in po
gmake[1]: Entering directory '<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...'>
gmake[1]: Nothing to be done for 'check'.
gmake[1]: Leaving directory '<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...'>
Making check in tests
gmake[1]: Entering directory '<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...'>
/usr/bin/gmake check-TESTS
gmake[2]: Entering directory '<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...'>
gmake[3]: Entering directory '<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...'>
PASS: test_osinfo_db_validate.py
FAIL: test_osinfo_db_path.py
PASS: test_osinfo_db_export_import.py
============================================================================
Testsuite summary for osinfo-db-tools 1.5.0
============================================================================
# TOTAL: 3
# PASS: 2
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
============================================================================
See tests/test-suite.log
Please report to libosinfo(a)redhat.com
============================================================================
gmake[3]: *** [Makefile:577: test-suite.log] Error 1
gmake[3]: Leaving directory '<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...'>
gmake[2]: *** [Makefile:685: check-TESTS] Error 2
gmake[2]: Leaving directory '<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...'>
gmake[1]: *** [Makefile:772: check-am] Error 2
gmake[1]: Leaving directory '<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...'>
make: *** [Makefile:477: check-recursive] Error 1
+ cat tests/test-suite.log
=================================================
osinfo-db-tools 1.5.0: tests/test-suite.log
=================================================
# TOTAL: 3
# PASS: 2
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: test_osinfo_db_path.py
============================
============================= test session starts ==============================
platform linux -- Python 3.7.3, pytest-3.6.4, py-1.5.4, pluggy-0.6.0
rootdir: <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-29/w...,> inifile:
collected 5 items
test_osinfo_db_path.py F...F [100%]
=================================== FAILURES ===================================
__________________________ test_osinfo_db_path_system __________________________
def test_osinfo_db_path_system():
"""
Test osinfo-db-path --system
"""
cmd = [util.Tools.db_path, util.ToolsArgs.SYSTEM]
output = util.get_output(cmd)
expected_output = os.path.join(DATADIR, "osinfo\n")
> assert output == expected_output
E AssertionError: assert '/home/jenkin...hare/osinfo\n' == '/usr/share/osinfo\n'
E - /home/jenkins/build/libvirt/share/osinfo
E + /usr/share/osinfo
test_osinfo_db_path.py:24: AssertionError
___________________________ test_osinfo_db_path_root ___________________________
def test_osinfo_db_path_root():
"""
Test osinfo-db-path --root FOOBAR_DIR --system
"""
cmd = [util.Tools.db_path, util.ToolsArgs.ROOT, FOOBAR_DIR,
util.ToolsArgs.SYSTEM]
output = util.get_output(cmd)
expected_output = os.path.join(FOOBAR_DIR, *DATADIR.split("/"), "osinfo\n")
> assert output == expected_output
E AssertionError: assert '/foo/bar/hom...hare/osinfo\n' == '/foo/bar/usr/share/osinfo\n'
E - /foo/bar/home/jenkins/build/libvirt/share/osinfo
E + /foo/bar/usr/share/osinfo
test_osinfo_db_path.py:66: AssertionError
====================== 2 failed, 3 passed in 0.34 seconds ======================
FAIL test_osinfo_db_path.py (exit status: 1)
+ exit 1
error: Bad exit status from /var/tmp/rpm-tmp.K5G9o4 (%check)
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.K5G9o4 (%check)
Build step 'Execute shell' marked build as failure
5 years, 7 months
[Libvirt-ci] Build failed in Jenkins: osinfo-db-tools-rpm » libvirt-fedora-28 #20
by ci@centos.org
See <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/2...>
------------------------------------------
[...truncated 74.27 KB...]
installing anp.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing ar.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing as.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing ast.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing bal.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing be.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing bg.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing bn_IN.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing bn.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing bo.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing br.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing brx.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing bs.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing ca.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing cs.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing cy.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing da.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing de_CH.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing de.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing el.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing en_GB.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing eo.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing es.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing et.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing eu.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing fa.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing fi.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing fr.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing gl.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing gu.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing he.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing hi.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing hr.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing hu.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing ia.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing id.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing ilo.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing is.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing it.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing ja.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing ka.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing kk.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing km.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing kn.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing ko.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing kw_GB.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing kw(a)kkcor.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing kw.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing kw(a)uccor.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing ky.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing lt.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing lv.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing mai.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing mk.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing ml.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing mn.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing mr.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing ms.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing nb.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing nds.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing ne.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing nl.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing nn.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing nso.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing or.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing pa.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing pl.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing pt_BR.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing pt.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing ro.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing ru.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing si.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing sk.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing sl.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing sq.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing sr(a)latin.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing sr.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing sv.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing ta.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing te.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing tg.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing th.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing tr.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing tw.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing uk.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing ur.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing vi.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing wba.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing yo.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing zh_CN.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing zh_HK.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing zh_TW.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
installing zu.gmo as <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
if test "osinfo-db-tools" = "gettext-tools"; then \
/usr/bin/mkdir -p <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...;> \
for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en(a)quot.header en(a)boldquot.header insert-header.sin Rules-quot Makevars.template; do \
/usr/bin/install -c -m 644 ./$file \
<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...;> \
done; \
for file in Makevars; do \
rm -f <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...;> \
done; \
else \
: ; \
fi
gmake[1]: Leaving directory '<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...'>
Making install in tests
gmake[1]: Entering directory '<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...'>
gmake[2]: Entering directory '<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...'>
gmake[2]: Nothing to be done for 'install-exec-am'.
gmake[2]: Nothing to be done for 'install-data-am'.
gmake[2]: Leaving directory '<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...'>
gmake[1]: Leaving directory '<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...'>
gmake[1]: Entering directory '<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...'>
gmake[2]: Entering directory '<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...'>
gmake[2]: Nothing to be done for 'install-exec-am'.
gmake[2]: Nothing to be done for 'install-data-am'.
gmake[2]: Leaving directory '<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...'>
gmake[1]: Leaving directory '<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...'>
+ /usr/lib/rpm/find-lang.sh <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...> osinfo-db-tools
+ /usr/lib/rpm/find-debuginfo.sh -j2 --strict-build-id -m -i --build-id-seed 1.5.0-1.fc28 --unique-debug-suffix -1.5.0-1.fc28.x86_64 --unique-debug-src-base osinfo-db-tools-1.5.0-1.fc28.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
extracting debug info from <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
extracting debug info from <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
extracting debug info from <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
extracting debug info from <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
/usr/lib/rpm/sepdebugcrcfix: Updated 4 CRC32s, 0 CRC32s did match.
120 blocks
+ /usr/lib/rpm/check-buildroot
+ /usr/lib/rpm/redhat/brp-ldconfig
/sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
+ /usr/lib/rpm/brp-compress
+ /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
+ /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1
+ /usr/lib/rpm/brp-python-hardlink
+ /usr/lib/rpm/redhat/brp-mangle-shebangs '' ''
Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.rHBa84
+ umask 022
+ cd <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...>
+ cd osinfo-db-tools-1.5.0
+ make check
GEN public-submodule-commit
Making check in tools
gmake[1]: Entering directory '<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...'>
gmake[1]: Nothing to be done for 'check'.
gmake[1]: Leaving directory '<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...'>
Making check in docs
gmake[1]: Entering directory '<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...'>
gmake[1]: Nothing to be done for 'check'.
gmake[1]: Leaving directory '<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...'>
Making check in po
gmake[1]: Entering directory '<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...'>
gmake[1]: Nothing to be done for 'check'.
gmake[1]: Leaving directory '<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...'>
Making check in tests
gmake[1]: Entering directory '<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...'>
/usr/bin/gmake check-TESTS
gmake[2]: Entering directory '<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...'>
gmake[3]: Entering directory '<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...'>
FAIL: test_osinfo_db_path.py
PASS: test_osinfo_db_validate.py
PASS: test_osinfo_db_export_import.py
============================================================================
Testsuite summary for osinfo-db-tools 1.5.0
============================================================================
# TOTAL: 3
# PASS: 2
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
============================================================================
See tests/test-suite.log
Please report to libosinfo(a)redhat.com
============================================================================
gmake[3]: *** [Makefile:577: test-suite.log] Error 1
gmake[3]: Leaving directory '<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...'>
gmake[2]: *** [Makefile:685: check-TESTS] Error 2
gmake[2]: Leaving directory '<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...'>
gmake[1]: *** [Makefile:769: check-am] Error 2
gmake[1]: Leaving directory '<https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...'>
make: *** [Makefile:477: check-recursive] Error 1
+ cat tests/test-suite.log
=================================================
osinfo-db-tools 1.5.0: tests/test-suite.log
=================================================
# TOTAL: 3
# PASS: 2
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: test_osinfo_db_path.py
============================
============================= test session starts ==============================
platform linux -- Python 3.6.8, pytest-3.4.2, py-1.5.4, pluggy-0.6.0
rootdir: <https://ci.centos.org/job/osinfo-db-tools-rpm/systems=libvirt-fedora-28/w...,> inifile:
collected 5 items
test_osinfo_db_path.py F...F [100%]
=================================== FAILURES ===================================
__________________________ test_osinfo_db_path_system __________________________
def test_osinfo_db_path_system():
"""
Test osinfo-db-path --system
"""
cmd = [util.Tools.db_path, util.ToolsArgs.SYSTEM]
output = util.get_output(cmd)
expected_output = os.path.join(DATADIR, "osinfo\n")
> assert output == expected_output
E AssertionError: assert '/home/jenkin...hare/osinfo\n' == '/usr/share/osinfo\n'
E - /home/jenkins/build/libvirt/share/osinfo
E + /usr/share/osinfo
test_osinfo_db_path.py:24: AssertionError
___________________________ test_osinfo_db_path_root ___________________________
def test_osinfo_db_path_root():
"""
Test osinfo-db-path --root FOOBAR_DIR --system
"""
cmd = [util.Tools.db_path, util.ToolsArgs.ROOT, FOOBAR_DIR,
util.ToolsArgs.SYSTEM]
output = util.get_output(cmd)
expected_output = os.path.join(FOOBAR_DIR, *DATADIR.split("/"), "osinfo\n")
> assert output == expected_output
E AssertionError: assert '/foo/bar/hom...hare/osinfo\n' == '/foo/bar/usr/share/osinfo\n'
E - /foo/bar/home/jenkins/build/libvirt/share/osinfo
E + /foo/bar/usr/share/osinfo
test_osinfo_db_path.py:66: AssertionError
====================== 2 failed, 3 passed in 0.31 seconds ======================
FAIL test_osinfo_db_path.py (exit status: 1)
+ exit 1
error: Bad exit status from /var/tmp/rpm-tmp.rHBa84 (%check)
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.rHBa84 (%check)
Build step 'Execute shell' marked build as failure
5 years, 7 months