CI
Threads by month
- ----- 2026 -----
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- 2 participants
- 10211 discussions
[Libvirt-ci] Build failed in Jenkins: libvirt-dbus-check » libvirt-fedora-28 #205
by ci@centos.org 19 Feb '19
by ci@centos.org 19 Feb '19
19 Feb '19
See <https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-28/205/…>
------------------------------------------
[...truncated 5.21 KB...]
# FAIL: 2
# XPASS: 0
# ERROR: 0
============================================================================
See tests/test-suite.log
Please report to libvir-list(a)redhat.com
============================================================================
gmake[3]: *** [Makefile:759: test-suite.log] Error 1
gmake[3]: Leaving directory '<https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-28/ws/b…'>
gmake[2]: *** [Makefile:867: check-TESTS] Error 2
gmake[2]: Leaving directory '<https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-28/ws/b…'>
gmake[1]: *** [Makefile:980: check-am] Error 2
gmake[1]: Leaving directory '<https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-28/ws/b…'>
gmake: *** [Makefile:460: check-recursive] Error 1
+ cat tests/test-suite.log
==============================================
libvirt-dbus 1.4.0: tests/test-suite.log
==============================================
# TOTAL: 7
# PASS: 5
# SKIP: 0
# XFAIL: 0
# FAIL: 2
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: test_connect.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/libvirt-dbus-check/systems=libvirt-fedora-28/ws/,> inifile:
collected 35 items
../../tests/test_connect.py .E.............E..................E [100%]
==================================== ERRORS ====================================
_________ ERROR at setup of TestConnect.test_connect_domain_define_xml _________
self = <test_connect.TestConnect object at 0x7f394652cd68>
request = <SubRequest 'libvirt_dbus_setup' for <Function 'test_connect_domain_define_xml'>>
@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 0x7f39465b3c50>
@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.6/site-packages/dbus/proxies.py:70: in __call__
return self._proxy_method(*args, **keywords)
/usr/lib64/python3.6/site-packages/dbus/proxies.py:145: in __call__
**keywords)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <dbus._dbus.SessionBus (session) at 0x7f39465ae468>
bus_name = dbus.String(':1.2')
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.2>
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.6/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 0x7f3946603ba8>
@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:122:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib64/python3.6/site-packages/dbus/proxies.py:70: in __call__
return self._proxy_method(*args, **keywords)
/usr/lib64/python3.6/site-packages/dbus/proxies.py:145: in __call__
**keywords)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <dbus._dbus.SessionBus (session) at 0x7f39465ae468>
bus_name = dbus.String(':1.2')
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.2>
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.6/site-packages/dbus/connection.py:651: DBusException
===================== 32 passed, 3 error in 11.67 seconds ======================
FAIL test_connect.py (exit status: 1)
FAIL: test_domain.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/libvirt-dbus-check/systems=libvirt-fedora-28/ws/,> inifile:
collected 10 items
../../tests/test_domain.py ........E. [100%]
==================================== ERRORS ====================================
________________ ERROR at setup of TestDomain.test_domain_vcpus ________________
self = <test_domain.TestDomain object at 0x7f9696678ac8>
request = <SubRequest 'libvirt_dbus_setup' for <Function 'test_domain_vcpus'>>
@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
====================== 9 passed, 1 error in 10.07 seconds ======================
FAIL test_domain.py (exit status: 1)
+ exit 1
Build step 'Execute shell' marked build as failure
1
1
[Libvirt-ci] Build failed in Jenkins: libvirt-dbus-check » libvirt-fedora-29 #205
by ci@centos.org 19 Feb '19
by ci@centos.org 19 Feb '19
19 Feb '19
See <https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-29/205/…>
------------------------------------------
Started by upstream project "libvirt-dbus-check" build number 205
originally caused by:
Started by upstream project "libvirt-dbus-syntax-check" build number 248
originally caused by:
Started by upstream project "libvirt-dbus-build" build number 255
originally caused by:
Started by upstream project "libvirt-glib-build" build number 251
originally caused by:
Started by upstream project "libvirt-build" build number 316
originally caused by:
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on libvirt-fedora-29 (libvirt) in workspace <https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-29/ws/>
[libvirt-dbus] $ /bin/sh -xe /tmp/jenkins3558560034340044511.sh
+ cd build
+ /usr/bin/gmake check
Making check in data
gmake[1]: Entering directory '<https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-29/ws/b…'>
gmake[1]: Nothing to be done for 'check'.
gmake[1]: Leaving directory '<https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-29/ws/b…'>
Making check in docs
gmake[1]: Entering directory '<https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-29/ws/b…'>
gmake[1]: Nothing to be done for 'check'.
gmake[1]: Leaving directory '<https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-29/ws/b…'>
Making check in src
gmake[1]: Entering directory '<https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-29/ws/b…'>
gmake[1]: Nothing to be done for 'check'.
gmake[1]: Leaving directory '<https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-29/ws/b…'>
Making check in tests
gmake[1]: Entering directory '<https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-29/ws/b…'>
/usr/bin/gmake test_util
gmake[2]: Entering directory '<https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-29/ws/b…'>
CC test_util-test_util.o
CCLD test_util
gmake[2]: Leaving directory '<https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-29/ws/b…'>
/usr/bin/gmake check-TESTS
gmake[2]: Entering directory '<https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-29/ws/b…'>
gmake[3]: Entering directory '<https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-29/ws/b…'>
PASS: test_util
FAIL: test_interface.py
PASS: test_domain.py
PASS: test_network.py
PASS: test_nodedev.py
PASS: test_connect.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-29/ws/b…'>
gmake[2]: *** [Makefile:874: check-TESTS] Error 2
gmake[2]: Leaving directory '<https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-29/ws/b…'>
gmake[1]: *** [Makefile:990: check-am] Error 2
gmake[1]: Leaving directory '<https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-29/ws/b…'>
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_interface.py
=======================
============================= test session starts ==============================
platform linux -- Python 3.7.2, pytest-3.6.4, py-1.5.4, pluggy-0.6.0
rootdir: <https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-29/ws/,> inifile:
collected 5 items
../../tests/test_interface.py ..E.E [100%]
==================================== ERRORS ====================================
____________ ERROR at setup of TestInterface.test_interface_create _____________
self = <test_interface.TestInterface object at 0x7f2e1acc3ac8>
request = <SubRequest 'libvirt_dbus_setup' for <Function 'test_interface_create'>>
@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 TestInterface.test_interface_properties_type ________
self = <test_interface.TestInterface object at 0x7f2e1abd99e8>
@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 0x7f2e1ac490a0>
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
====================== 3 passed, 2 error in 4.85 seconds =======================
FAIL test_interface.py (exit status: 1)
+ exit 1
Build step 'Execute shell' marked build as failure
1
1
[Libvirt-ci] Build failed in Jenkins: libosinfo-check » libvirt-fedora-rawhide #95
by ci@centos.org 18 Feb '19
by ci@centos.org 18 Feb '19
18 Feb '19
See <https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-rawhide/95…>
------------------------------------------
Started by upstream project "libosinfo-check" build number 95
originally caused by:
Started by upstream project "libosinfo-syntax-check" build number 98
originally caused by:
Started by upstream project "libosinfo-build" build number 101
originally caused by:
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on libvirt-fedora-rawhide (libvirt) in workspace <https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-rawhide/ws/>
[libosinfo] $ /bin/sh -xe /tmp/jenkins4029540259833677135.sh
+ cd build
+ /usr/bin/gmake check
Making check in osinfo
GEN public-submodule-commit
gmake[1]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-rawhide/ws…'>
/usr/bin/gmake check-am
gmake[2]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-rawhide/ws…'>
/usr/bin/gmake check-local
gmake[3]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-rawhide/ws…'>
GEN check-symfile
GEN check-symsorting
gmake[3]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-rawhide/ws…'>
gmake[2]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-rawhide/ws…'>
gmake[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-rawhide/ws…'>
Making check in tools
gmake[1]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-rawhide/ws…'>
gmake[1]: Nothing to be done for 'check'.
gmake[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-rawhide/ws…'>
Making check in docs
gmake[1]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-rawhide/ws…'>
Making check in reference
gmake[2]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-rawhide/ws…'>
gmake[2]: Nothing to be done for 'check'.
gmake[2]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-rawhide/ws…'>
gmake[2]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-rawhide/ws…'>
gmake[2]: Nothing to be done for 'check-am'.
gmake[2]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-rawhide/ws…'>
gmake[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-rawhide/ws…'>
Making check in po
gmake[1]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-rawhide/ws…'>
INTLTOOL_EXTRACT="/usr/bin/intltool-extract" XGETTEXT="/usr/bin/xgettext" srcdir=../../po /usr/bin/intltool-update --gettext-package libosinfo --pot
rm -f missing notexist
srcdir=../../po /usr/bin/intltool-update -m
if [ -r missing -o -r notexist ]; then \
exit 1; \
fi
gmake[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-rawhide/ws…'>
Making check in examples
gmake[1]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-rawhide/ws…'>
gmake[1]: Nothing to be done for 'check'.
gmake[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-rawhide/ws…'>
Making check in tests
gmake[1]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-rawhide/ws…'>
/usr/bin/gmake test-entity test-device test-list test-devicelist test-devicelinklist test-filter test-media test-product test-os test-oslist test-productfilter test-platform test-platformlist test-db test-loader test-isodetect test-install-script test-image test-imagelist test-mediauris test-treeuris test-imageuris
gmake[2]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-rawhide/ws…'>
CC test_device-test-device.o
CC test_entity-test-entity.o
CC test_list-test-list.o
CC test_devicelist-test-devicelist.o
CC test_devicelinklist-test-devicelinklist.o
CC test_filter-test-filter.o
CC test_media-test-media.o
CC test_product-test-product.o
CC test_os-test-os.o
CC test_oslist-test-oslist.o
CC test_productfilter-test-productfilter.o
CC test_platform-test-platform.o
CC test_platformlist-test-platformlist.o
CC test_db-test-db.o
CC test_loader-test-loader.o
CC test_isodetect-test-isodetect.o
CC test_install_script-test-install-script.o
CC test_image-test-image.o
CC test_imagelist-test-imagelist.o
CC test_mediauris-test-mediauris.o
CC test_mediauris-test-uris-common.o
CC test_treeuris-test-treeuris.o
CC test_treeuris-test-uris-common.o
CC test_imageuris-test-imageuris.o
CC test_imageuris-test-uris-common.o
CCLD test-entity
CCLD test-device
CCLD test-list
CCLD test-devicelist
CCLD test-devicelinklist
CCLD test-filter
CCLD test-media
CCLD test-product
CCLD test-os
CCLD test-oslist
CCLD test-productfilter
CCLD test-platform
CCLD test-platformlist
CCLD test-db
CCLD test-loader
CCLD test-isodetect
CCLD test-install-script
CCLD test-image
CCLD test-imagelist
CCLD test-mediauris
CCLD test-treeuris
CCLD test-imageuris
gmake[2]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-rawhide/ws…'>
/usr/bin/gmake check-TESTS
gmake[2]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-rawhide/ws…'>
gmake[3]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-rawhide/ws…'>
PASS: test-entity
PASS: test-list
PASS: test-device
PASS: test-devicelinklist
PASS: test-devicelist
PASS: test-filter
PASS: test-product
PASS: test-oslist
PASS: test-media
PASS: test-productfilter
PASS: test-platform
PASS: test-platformlist
PASS: test-db
PASS: test-loader
PASS: test-install-script
PASS: test-image
PASS: test-imagelist
SKIP: test-mediauris
SKIP: test-treeuris
SKIP: test-imageuris
PASS: test-os
FAIL: test-isodetect
============================================================================
Testsuite summary for libosinfo 1.4.0
============================================================================
# TOTAL: 22
# PASS: 18
# SKIP: 3
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
============================================================================
See tests/test-suite.log
Please report to libosinfo(a)redhat.com
============================================================================
gmake[3]: *** [Makefile:1491: test-suite.log] Error 1
gmake[3]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-rawhide/ws…'>
gmake[2]: *** [Makefile:1599: check-TESTS] Error 2
gmake[2]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-rawhide/ws…'>
gmake[1]: *** [Makefile:1820: check-am] Error 2
gmake[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-rawhide/ws…'>
gmake: *** [Makefile:594: check-recursive] Error 1
+ cat tests/test-suite.log
===========================================
libosinfo 1.4.0: tests/test-suite.log
===========================================
# TOTAL: 22
# PASS: 18
# SKIP: 3
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: test-isodetect
====================
/isodetect/pureos: OK
/isodetect/voidlinux: ISO void-live-i686-20181111.iso.txt was not matched by OS voidlinux
/isodetect/voidlinux: ISO void-live-x86_64-20181111.iso.txt was not matched by OS voidlinux
/isodetect/voidlinux: FAIL
/isodetect/gentoo: ISO install-amd64-minimal-20190212T214502Z.iso.txt was not matched by OS gentoo
/isodetect/gentoo: ISO install-x86-minimal-20190214T185527Z.iso.txt was not matched by OS gentoo
/isodetect/gentoo: FAIL
/isodetect/archlinux: ISO archlinux-2019.02.01-x86_64.iso.txt was not matched by OS archlinux
/isodetect/archlinux: FAIL
/isodetect/eos: OK
/isodetect/windows: OK
/isodetect/ubuntu: OK
/isodetect/sles: OK
/isodetect/sled: OK
/isodetect/rhel: OK
/isodetect/popos: OK
/isodetect/opensuse: OK
/isodetect/openbsd: OK
/isodetect/netbsd: OK
/isodetect/mageia: OK
/isodetect/haiku: OK
/isodetect/gnome: OK
/isodetect/freedos: OK
/isodetect/freebsd: OK
/isodetect/fedora: OK
/isodetect/dragonflybsd: OK
/isodetect/debian: OK
/isodetect/centos: OK
/isodetect/asianux: OK
/isodetect/android-x86: OK
/isodetect/altlinux: OK
/isodetect/alpinelinux: OK
FAIL test-isodetect (exit status: 1)
SKIP: test-mediauris
====================
SKIP test-mediauris (exit status: 77)
SKIP: test-treeuris
===================
SKIP test-treeuris (exit status: 77)
SKIP: test-imageuris
====================
SKIP test-imageuris (exit status: 77)
+ exit 1
Build step 'Execute shell' marked build as failure
1
1
[Libvirt-ci] Build failed in Jenkins: libosinfo-check » libvirt-freebsd-12 #95
by ci@centos.org 18 Feb '19
by ci@centos.org 18 Feb '19
18 Feb '19
See <https://ci.centos.org/job/libosinfo-check/systems=libvirt-freebsd-12/95/dis…>
------------------------------------------
Started by upstream project "libosinfo-check" build number 95
originally caused by:
Started by upstream project "libosinfo-syntax-check" build number 98
originally caused by:
Started by upstream project "libosinfo-build" build number 101
originally caused by:
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on libvirt-freebsd-12 (libvirt) in workspace <https://ci.centos.org/job/libosinfo-check/systems=libvirt-freebsd-12/ws/>
[libosinfo] $ /bin/sh -xe /tmp/jenkins360704687170697543.sh
+ cd build
+ /usr/local/bin/gmake check
Making check in osinfo
GEN public-submodule-commit
gmake[1]: Entering directory '/usr<https://ci.centos.org/job/libosinfo-check/systems=libvirt-freebsd-12/ws/bui…'>
/usr/local/bin/gmake check-am
gmake[2]: Entering directory '/usr<https://ci.centos.org/job/libosinfo-check/systems=libvirt-freebsd-12/ws/bui…'>
/usr/local/bin/gmake check-local
gmake[3]: Entering directory '/usr<https://ci.centos.org/job/libosinfo-check/systems=libvirt-freebsd-12/ws/bui…'>
GEN check-symsorting
gmake[3]: Leaving directory '/usr<https://ci.centos.org/job/libosinfo-check/systems=libvirt-freebsd-12/ws/bui…'>
gmake[2]: Leaving directory '/usr<https://ci.centos.org/job/libosinfo-check/systems=libvirt-freebsd-12/ws/bui…'>
gmake[1]: Leaving directory '/usr<https://ci.centos.org/job/libosinfo-check/systems=libvirt-freebsd-12/ws/bui…'>
Making check in tools
gmake[1]: Entering directory '/usr<https://ci.centos.org/job/libosinfo-check/systems=libvirt-freebsd-12/ws/bui…'>
gmake[1]: Nothing to be done for 'check'.
gmake[1]: Leaving directory '/usr<https://ci.centos.org/job/libosinfo-check/systems=libvirt-freebsd-12/ws/bui…'>
Making check in docs
gmake[1]: Entering directory '/usr<https://ci.centos.org/job/libosinfo-check/systems=libvirt-freebsd-12/ws/bui…'>
Making check in reference
gmake[2]: Entering directory '/usr<https://ci.centos.org/job/libosinfo-check/systems=libvirt-freebsd-12/ws/bui…'>
gmake[2]: Nothing to be done for 'check'.
gmake[2]: Leaving directory '/usr<https://ci.centos.org/job/libosinfo-check/systems=libvirt-freebsd-12/ws/bui…'>
gmake[2]: Entering directory '/usr<https://ci.centos.org/job/libosinfo-check/systems=libvirt-freebsd-12/ws/bui…'>
gmake[2]: Nothing to be done for 'check-am'.
gmake[2]: Leaving directory '/usr<https://ci.centos.org/job/libosinfo-check/systems=libvirt-freebsd-12/ws/bui…'>
gmake[1]: Leaving directory '/usr<https://ci.centos.org/job/libosinfo-check/systems=libvirt-freebsd-12/ws/bui…'>
Making check in po
gmake[1]: Entering directory '/usr<https://ci.centos.org/job/libosinfo-check/systems=libvirt-freebsd-12/ws/bui…'>
INTLTOOL_EXTRACT="/usr/local/bin/intltool-extract" XGETTEXT="/usr/local/bin/xgettext" srcdir=../../po /usr/local/bin/intltool-update --gettext-package libosinfo --pot
rm -f missing notexist
srcdir=../../po /usr/local/bin/intltool-update -m
if [ -r missing -o -r notexist ]; then \
exit 1; \
fi
gmake[1]: Leaving directory '/usr<https://ci.centos.org/job/libosinfo-check/systems=libvirt-freebsd-12/ws/bui…'>
Making check in examples
gmake[1]: Entering directory '/usr<https://ci.centos.org/job/libosinfo-check/systems=libvirt-freebsd-12/ws/bui…'>
gmake[1]: Nothing to be done for 'check'.
gmake[1]: Leaving directory '/usr<https://ci.centos.org/job/libosinfo-check/systems=libvirt-freebsd-12/ws/bui…'>
Making check in tests
gmake[1]: Entering directory '/usr<https://ci.centos.org/job/libosinfo-check/systems=libvirt-freebsd-12/ws/bui…'>
/usr/local/bin/gmake test-entity test-device test-list test-devicelist test-devicelinklist test-filter test-media test-product test-os test-oslist test-productfilter test-platform test-platformlist test-db test-loader test-isodetect test-install-script test-image test-imagelist test-mediauris test-treeuris test-imageuris
gmake[2]: Entering directory '/usr<https://ci.centos.org/job/libosinfo-check/systems=libvirt-freebsd-12/ws/bui…'>
CC test_entity-test-entity.o
CC test_device-test-device.o
CC test_list-test-list.o
CC test_devicelist-test-devicelist.o
CC test_devicelinklist-test-devicelinklist.o
CC test_filter-test-filter.o
CC test_media-test-media.o
CC test_product-test-product.o
CC test_os-test-os.o
CC test_oslist-test-oslist.o
CC test_productfilter-test-productfilter.o
CC test_platform-test-platform.o
CC test_platformlist-test-platformlist.o
CC test_db-test-db.o
CC test_loader-test-loader.o
CC test_isodetect-test-isodetect.o
CC test_install_script-test-install-script.o
CC test_image-test-image.o
CC test_imagelist-test-imagelist.o
CC test_mediauris-test-mediauris.o
CC test_mediauris-test-uris-common.o
CC test_treeuris-test-treeuris.o
CC test_treeuris-test-uris-common.o
CC test_imageuris-test-imageuris.o
CC test_imageuris-test-uris-common.o
CCLD test-entity
CCLD test-device
CCLD test-list
CCLD test-devicelist
CCLD test-devicelinklist
CCLD test-filter
CCLD test-media
CCLD test-product
CCLD test-os
CCLD test-oslist
CCLD test-productfilter
CCLD test-platform
CCLD test-platformlist
CCLD test-db
CCLD test-loader
CCLD test-isodetect
CCLD test-install-script
CCLD test-image
CCLD test-imagelist
CCLD test-mediauris
CCLD test-treeuris
CCLD test-imageuris
gmake[2]: Leaving directory '/usr<https://ci.centos.org/job/libosinfo-check/systems=libvirt-freebsd-12/ws/bui…'>
/usr/local/bin/gmake check-TESTS
gmake[2]: Entering directory '/usr<https://ci.centos.org/job/libosinfo-check/systems=libvirt-freebsd-12/ws/bui…'>
gmake[3]: Entering directory '/usr<https://ci.centos.org/job/libosinfo-check/systems=libvirt-freebsd-12/ws/bui…'>
PASS: test-entity
PASS: test-device
PASS: test-list
PASS: test-devicelist
PASS: test-filter
PASS: test-devicelinklist
PASS: test-product
PASS: test-oslist
PASS: test-media
PASS: test-platform
PASS: test-productfilter
PASS: test-platformlist
PASS: test-db
PASS: test-loader
PASS: test-install-script
PASS: test-image
PASS: test-imagelist
SKIP: test-mediauris
SKIP: test-treeuris
SKIP: test-imageuris
PASS: test-os
FAIL: test-isodetect
============================================================================
Testsuite summary for libosinfo 1.4.0
============================================================================
# TOTAL: 22
# PASS: 18
# SKIP: 3
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
============================================================================
See tests/test-suite.log
Please report to libosinfo(a)redhat.com
============================================================================
gmake[3]: *** [Makefile:1491: test-suite.log] Error 1
gmake[3]: Leaving directory '/usr<https://ci.centos.org/job/libosinfo-check/systems=libvirt-freebsd-12/ws/bui…'>
gmake[2]: *** [Makefile:1599: check-TESTS] Error 2
gmake[2]: Leaving directory '/usr<https://ci.centos.org/job/libosinfo-check/systems=libvirt-freebsd-12/ws/bui…'>
gmake[1]: *** [Makefile:1820: check-am] Error 2
gmake[1]: Leaving directory '/usr<https://ci.centos.org/job/libosinfo-check/systems=libvirt-freebsd-12/ws/bui…'>
gmake: *** [Makefile:594: check-recursive] Error 1
+ cat tests/test-suite.log
===========================================
libosinfo 1.4.0: tests/test-suite.log
===========================================
# TOTAL: 22
# PASS: 18
# SKIP: 3
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: test-isodetect
====================
/isodetect/voidlinux: ISO void-live-i686-20181111.iso.txt was not matched by OS voidlinux
/isodetect/voidlinux: ISO void-live-x86_64-20181111.iso.txt was not matched by OS voidlinux
/isodetect/voidlinux: FAIL
/isodetect/gentoo: ISO install-amd64-minimal-20190212T214502Z.iso.txt was not matched by OS gentoo
/isodetect/gentoo: ISO install-x86-minimal-20190214T185527Z.iso.txt was not matched by OS gentoo
/isodetect/gentoo: FAIL
/isodetect/archlinux: ISO archlinux-2019.02.01-x86_64.iso.txt was not matched by OS archlinux
/isodetect/archlinux: FAIL
/isodetect/pureos: OK
/isodetect/eos: OK
/isodetect/windows: OK
/isodetect/ubuntu: OK
/isodetect/sles: OK
/isodetect/sled: OK
/isodetect/rhel: OK
/isodetect/popos: OK
/isodetect/opensuse: OK
/isodetect/openbsd: OK
/isodetect/netbsd: OK
/isodetect/mageia: OK
/isodetect/haiku: OK
/isodetect/gnome: OK
/isodetect/freedos: OK
/isodetect/freebsd: OK
/isodetect/fedora: OK
/isodetect/dragonflybsd: OK
/isodetect/debian: OK
/isodetect/centos: OK
/isodetect/asianux: OK
/isodetect/android-x86: OK
/isodetect/altlinux: OK
/isodetect/alpinelinux: OK
FAIL test-isodetect (exit status: 1)
SKIP: test-mediauris
====================
SKIP test-mediauris (exit status: 77)
SKIP: test-treeuris
===================
SKIP test-treeuris (exit status: 77)
SKIP: test-imageuris
====================
SKIP test-imageuris (exit status: 77)
+ exit 1
Build step 'Execute shell' marked build as failure
1
1
[Libvirt-ci] Build failed in Jenkins: libosinfo-check » libvirt-freebsd-11 #95
by ci@centos.org 18 Feb '19
by ci@centos.org 18 Feb '19
18 Feb '19
See <https://ci.centos.org/job/libosinfo-check/systems=libvirt-freebsd-11/95/dis…>
------------------------------------------
Started by upstream project "libosinfo-check" build number 95
originally caused by:
Started by upstream project "libosinfo-syntax-check" build number 98
originally caused by:
Started by upstream project "libosinfo-build" build number 101
originally caused by:
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on libvirt-freebsd-11 (libvirt) in workspace <https://ci.centos.org/job/libosinfo-check/systems=libvirt-freebsd-11/ws/>
[libosinfo] $ /bin/sh -xe /tmp/jenkins4274233351855047146.sh
+ cd build
+ /usr/local/bin/gmake check
GEN public-submodule-commit
Making check in osinfo
gmake[1]: Entering directory '/usr<https://ci.centos.org/job/libosinfo-check/systems=libvirt-freebsd-11/ws/bui…'>
/usr/local/bin/gmake check-am
gmake[2]: Entering directory '/usr<https://ci.centos.org/job/libosinfo-check/systems=libvirt-freebsd-11/ws/bui…'>
/usr/local/bin/gmake check-local
gmake[3]: Entering directory '/usr<https://ci.centos.org/job/libosinfo-check/systems=libvirt-freebsd-11/ws/bui…'>
GEN check-symsorting
gmake[3]: Leaving directory '/usr<https://ci.centos.org/job/libosinfo-check/systems=libvirt-freebsd-11/ws/bui…'>
gmake[2]: Leaving directory '/usr<https://ci.centos.org/job/libosinfo-check/systems=libvirt-freebsd-11/ws/bui…'>
gmake[1]: Leaving directory '/usr<https://ci.centos.org/job/libosinfo-check/systems=libvirt-freebsd-11/ws/bui…'>
Making check in tools
gmake[1]: Entering directory '/usr<https://ci.centos.org/job/libosinfo-check/systems=libvirt-freebsd-11/ws/bui…'>
gmake[1]: Nothing to be done for 'check'.
gmake[1]: Leaving directory '/usr<https://ci.centos.org/job/libosinfo-check/systems=libvirt-freebsd-11/ws/bui…'>
Making check in docs
gmake[1]: Entering directory '/usr<https://ci.centos.org/job/libosinfo-check/systems=libvirt-freebsd-11/ws/bui…'>
Making check in reference
gmake[2]: Entering directory '/usr<https://ci.centos.org/job/libosinfo-check/systems=libvirt-freebsd-11/ws/bui…'>
gmake[2]: Nothing to be done for 'check'.
gmake[2]: Leaving directory '/usr<https://ci.centos.org/job/libosinfo-check/systems=libvirt-freebsd-11/ws/bui…'>
gmake[2]: Entering directory '/usr<https://ci.centos.org/job/libosinfo-check/systems=libvirt-freebsd-11/ws/bui…'>
gmake[2]: Nothing to be done for 'check-am'.
gmake[2]: Leaving directory '/usr<https://ci.centos.org/job/libosinfo-check/systems=libvirt-freebsd-11/ws/bui…'>
gmake[1]: Leaving directory '/usr<https://ci.centos.org/job/libosinfo-check/systems=libvirt-freebsd-11/ws/bui…'>
Making check in po
gmake[1]: Entering directory '/usr<https://ci.centos.org/job/libosinfo-check/systems=libvirt-freebsd-11/ws/bui…'>
INTLTOOL_EXTRACT="/usr/local/bin/intltool-extract" XGETTEXT="/usr/local/bin/xgettext" srcdir=../../po /usr/local/bin/intltool-update --gettext-package libosinfo --pot
rm -f missing notexist
srcdir=../../po /usr/local/bin/intltool-update -m
if [ -r missing -o -r notexist ]; then \
exit 1; \
fi
gmake[1]: Leaving directory '/usr<https://ci.centos.org/job/libosinfo-check/systems=libvirt-freebsd-11/ws/bui…'>
Making check in examples
gmake[1]: Entering directory '/usr<https://ci.centos.org/job/libosinfo-check/systems=libvirt-freebsd-11/ws/bui…'>
gmake[1]: Nothing to be done for 'check'.
gmake[1]: Leaving directory '/usr<https://ci.centos.org/job/libosinfo-check/systems=libvirt-freebsd-11/ws/bui…'>
Making check in tests
gmake[1]: Entering directory '/usr<https://ci.centos.org/job/libosinfo-check/systems=libvirt-freebsd-11/ws/bui…'>
/usr/local/bin/gmake test-entity test-device test-list test-devicelist test-devicelinklist test-filter test-media test-product test-os test-oslist test-productfilter test-platform test-platformlist test-db test-loader test-isodetect test-install-script test-image test-imagelist test-mediauris test-treeuris test-imageuris
gmake[2]: Entering directory '/usr<https://ci.centos.org/job/libosinfo-check/systems=libvirt-freebsd-11/ws/bui…'>
CC test_entity-test-entity.o
CC test_device-test-device.o
CC test_list-test-list.o
CC test_devicelist-test-devicelist.o
CC test_devicelinklist-test-devicelinklist.o
CC test_filter-test-filter.o
CC test_media-test-media.o
CC test_product-test-product.o
CC test_os-test-os.o
CC test_oslist-test-oslist.o
CC test_productfilter-test-productfilter.o
CC test_platform-test-platform.o
CC test_platformlist-test-platformlist.o
CC test_db-test-db.o
CC test_loader-test-loader.o
CC test_isodetect-test-isodetect.o
CC test_install_script-test-install-script.o
CC test_image-test-image.o
CC test_imagelist-test-imagelist.o
CC test_mediauris-test-mediauris.o
CC test_mediauris-test-uris-common.o
CC test_treeuris-test-treeuris.o
CC test_treeuris-test-uris-common.o
CC test_imageuris-test-imageuris.o
CC test_imageuris-test-uris-common.o
CCLD test-entity
CCLD test-device
CCLD test-list
CCLD test-devicelist
CCLD test-devicelinklist
CCLD test-filter
CCLD test-media
CCLD test-product
CCLD test-os
CCLD test-oslist
CCLD test-productfilter
CCLD test-platform
CCLD test-platformlist
CCLD test-db
CCLD test-loader
CCLD test-isodetect
CCLD test-install-script
CCLD test-image
CCLD test-imagelist
CCLD test-mediauris
CCLD test-treeuris
CCLD test-imageuris
gmake[2]: Leaving directory '/usr<https://ci.centos.org/job/libosinfo-check/systems=libvirt-freebsd-11/ws/bui…'>
/usr/local/bin/gmake check-TESTS
gmake[2]: Entering directory '/usr<https://ci.centos.org/job/libosinfo-check/systems=libvirt-freebsd-11/ws/bui…'>
gmake[3]: Entering directory '/usr<https://ci.centos.org/job/libosinfo-check/systems=libvirt-freebsd-11/ws/bui…'>
PASS: test-device
PASS: test-entity
PASS: test-list
PASS: test-devicelist
PASS: test-devicelinklist
PASS: test-filter
PASS: test-product
PASS: test-oslist
PASS: test-media
PASS: test-productfilter
PASS: test-platform
PASS: test-platformlist
PASS: test-db
PASS: test-loader
PASS: test-install-script
PASS: test-image
PASS: test-imagelist
SKIP: test-mediauris
SKIP: test-treeuris
SKIP: test-imageuris
PASS: test-os
FAIL: test-isodetect
============================================================================
Testsuite summary for libosinfo 1.4.0
============================================================================
# TOTAL: 22
# PASS: 18
# SKIP: 3
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
============================================================================
See tests/test-suite.log
Please report to libosinfo(a)redhat.com
============================================================================
gmake[3]: *** [Makefile:1491: test-suite.log] Error 1
gmake[3]: Leaving directory '/usr<https://ci.centos.org/job/libosinfo-check/systems=libvirt-freebsd-11/ws/bui…'>
gmake[2]: *** [Makefile:1599: check-TESTS] Error 2
gmake[2]: Leaving directory '/usr<https://ci.centos.org/job/libosinfo-check/systems=libvirt-freebsd-11/ws/bui…'>
gmake[1]: *** [Makefile:1820: check-am] Error 2
gmake[1]: Leaving directory '/usr<https://ci.centos.org/job/libosinfo-check/systems=libvirt-freebsd-11/ws/bui…'>
gmake: *** [Makefile:594: check-recursive] Error 1
+ cat tests/test-suite.log
===========================================
libosinfo 1.4.0: tests/test-suite.log
===========================================
# TOTAL: 22
# PASS: 18
# SKIP: 3
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: test-isodetect
====================
/isodetect/pureos: OK
/isodetect/eos: OK
/isodetect/voidlinux: ISO void-live-i686-20181111.iso.txt was not matched by OS voidlinux
/isodetect/voidlinux: ISO void-live-x86_64-20181111.iso.txt was not matched by OS voidlinux
/isodetect/voidlinux: FAIL
/isodetect/gentoo: ISO install-amd64-minimal-20190212T214502Z.iso.txt was not matched by OS gentoo
/isodetect/gentoo: ISO install-x86-minimal-20190214T185527Z.iso.txt was not matched by OS gentoo
/isodetect/gentoo: FAIL
/isodetect/archlinux: ISO archlinux-2019.02.01-x86_64.iso.txt was not matched by OS archlinux
/isodetect/archlinux: FAIL
/isodetect/android-x86: OK
/isodetect/windows: OK
/isodetect/ubuntu: OK
/isodetect/sles: OK
/isodetect/sled: OK
/isodetect/rhel: OK
/isodetect/popos: OK
/isodetect/opensuse: OK
/isodetect/openbsd: OK
/isodetect/netbsd: OK
/isodetect/mageia: OK
/isodetect/haiku: OK
/isodetect/gnome: OK
/isodetect/freedos: OK
/isodetect/freebsd: OK
/isodetect/fedora: OK
/isodetect/dragonflybsd: OK
/isodetect/debian: OK
/isodetect/centos: OK
/isodetect/asianux: OK
/isodetect/altlinux: OK
/isodetect/alpinelinux: OK
FAIL test-isodetect (exit status: 1)
SKIP: test-mediauris
====================
SKIP test-mediauris (exit status: 77)
SKIP: test-treeuris
===================
SKIP test-treeuris (exit status: 77)
SKIP: test-imageuris
====================
SKIP test-imageuris (exit status: 77)
+ exit 1
Build step 'Execute shell' marked build as failure
1
1
[Libvirt-ci] Build failed in Jenkins: libosinfo-check » libvirt-fedora-29 #95
by ci@centos.org 18 Feb '19
by ci@centos.org 18 Feb '19
18 Feb '19
See <https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-29/95/disp…>
------------------------------------------
Started by upstream project "libosinfo-check" build number 95
originally caused by:
Started by upstream project "libosinfo-syntax-check" build number 98
originally caused by:
Started by upstream project "libosinfo-build" build number 101
originally caused by:
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on libvirt-fedora-29 (libvirt) in workspace <https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-29/ws/>
[libosinfo] $ /bin/sh -xe /tmp/jenkins932421939631396198.sh
+ cd build
+ /usr/bin/gmake check
GEN public-submodule-commit
Making check in osinfo
gmake[1]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-29/ws/buil…'>
/usr/bin/gmake check-am
gmake[2]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-29/ws/buil…'>
/usr/bin/gmake check-local
gmake[3]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-29/ws/buil…'>
GEN check-symfile
GEN check-symsorting
gmake[3]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-29/ws/buil…'>
gmake[2]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-29/ws/buil…'>
gmake[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-29/ws/buil…'>
Making check in tools
gmake[1]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-29/ws/buil…'>
gmake[1]: Nothing to be done for 'check'.
gmake[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-29/ws/buil…'>
Making check in docs
gmake[1]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-29/ws/buil…'>
Making check in reference
gmake[2]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-29/ws/buil…'>
gmake[2]: Nothing to be done for 'check'.
gmake[2]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-29/ws/buil…'>
gmake[2]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-29/ws/buil…'>
gmake[2]: Nothing to be done for 'check-am'.
gmake[2]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-29/ws/buil…'>
gmake[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-29/ws/buil…'>
Making check in po
gmake[1]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-29/ws/buil…'>
INTLTOOL_EXTRACT="/usr/bin/intltool-extract" XGETTEXT="/usr/bin/xgettext" srcdir=../../po /usr/bin/intltool-update --gettext-package libosinfo --pot
rm -f missing notexist
srcdir=../../po /usr/bin/intltool-update -m
if [ -r missing -o -r notexist ]; then \
exit 1; \
fi
gmake[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-29/ws/buil…'>
Making check in examples
gmake[1]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-29/ws/buil…'>
gmake[1]: Nothing to be done for 'check'.
gmake[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-29/ws/buil…'>
Making check in tests
gmake[1]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-29/ws/buil…'>
/usr/bin/gmake test-entity test-device test-list test-devicelist test-devicelinklist test-filter test-media test-product test-os test-oslist test-productfilter test-platform test-platformlist test-db test-loader test-isodetect test-install-script test-image test-imagelist test-mediauris test-treeuris test-imageuris
gmake[2]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-29/ws/buil…'>
CC test_entity-test-entity.o
CC test_device-test-device.o
CC test_list-test-list.o
CC test_devicelist-test-devicelist.o
CC test_devicelinklist-test-devicelinklist.o
CC test_filter-test-filter.o
CC test_media-test-media.o
CC test_product-test-product.o
CC test_os-test-os.o
CC test_oslist-test-oslist.o
CC test_productfilter-test-productfilter.o
CC test_platform-test-platform.o
CC test_platformlist-test-platformlist.o
CC test_db-test-db.o
CC test_loader-test-loader.o
CC test_isodetect-test-isodetect.o
CC test_install_script-test-install-script.o
CC test_image-test-image.o
CC test_imagelist-test-imagelist.o
CC test_mediauris-test-mediauris.o
CC test_mediauris-test-uris-common.o
CC test_treeuris-test-treeuris.o
CC test_treeuris-test-uris-common.o
CC test_imageuris-test-imageuris.o
CC test_imageuris-test-uris-common.o
CCLD test-entity
CCLD test-device
CCLD test-list
CCLD test-devicelist
CCLD test-devicelinklist
CCLD test-filter
CCLD test-media
CCLD test-product
CCLD test-os
CCLD test-oslist
CCLD test-productfilter
CCLD test-platform
CCLD test-platformlist
CCLD test-db
CCLD test-loader
CCLD test-isodetect
CCLD test-install-script
CCLD test-image
CCLD test-imagelist
CCLD test-mediauris
CCLD test-treeuris
CCLD test-imageuris
gmake[2]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-29/ws/buil…'>
/usr/bin/gmake check-TESTS
gmake[2]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-29/ws/buil…'>
gmake[3]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-29/ws/buil…'>
PASS: test-entity
PASS: test-device
PASS: test-devicelist
PASS: test-list
PASS: test-devicelinklist
PASS: test-filter
PASS: test-product
PASS: test-media
PASS: test-oslist
PASS: test-productfilter
PASS: test-platform
PASS: test-platformlist
PASS: test-db
PASS: test-loader
PASS: test-install-script
PASS: test-image
PASS: test-imagelist
SKIP: test-mediauris
SKIP: test-treeuris
SKIP: test-imageuris
PASS: test-os
FAIL: test-isodetect
============================================================================
Testsuite summary for libosinfo 1.4.0
============================================================================
# TOTAL: 22
# PASS: 18
# SKIP: 3
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
============================================================================
See tests/test-suite.log
Please report to libosinfo(a)redhat.com
============================================================================
gmake[3]: *** [Makefile:1491: test-suite.log] Error 1
gmake[3]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-29/ws/buil…'>
gmake[2]: *** [Makefile:1599: check-TESTS] Error 2
gmake[2]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-29/ws/buil…'>
gmake[1]: *** [Makefile:1820: check-am] Error 2
gmake[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-29/ws/buil…'>
gmake: *** [Makefile:594: check-recursive] Error 1
+ cat tests/test-suite.log
===========================================
libosinfo 1.4.0: tests/test-suite.log
===========================================
# TOTAL: 22
# PASS: 18
# SKIP: 3
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: test-isodetect
====================
/isodetect/android-x86: OK
/isodetect/eos: OK
/isodetect/pureos: OK
/isodetect/voidlinux: ISO void-live-i686-20181111.iso.txt was not matched by OS voidlinux
/isodetect/voidlinux: ISO void-live-x86_64-20181111.iso.txt was not matched by OS voidlinux
/isodetect/voidlinux: FAIL
/isodetect/gentoo: ISO install-amd64-minimal-20190212T214502Z.iso.txt was not matched by OS gentoo
/isodetect/gentoo: ISO install-x86-minimal-20190214T185527Z.iso.txt was not matched by OS gentoo
/isodetect/gentoo: FAIL
/isodetect/archlinux: ISO archlinux-2019.02.01-x86_64.iso.txt was not matched by OS archlinux
/isodetect/archlinux: FAIL
/isodetect/windows: OK
/isodetect/ubuntu: OK
/isodetect/sles: OK
/isodetect/sled: OK
/isodetect/rhel: OK
/isodetect/popos: OK
/isodetect/opensuse: OK
/isodetect/openbsd: OK
/isodetect/netbsd: OK
/isodetect/mageia: OK
/isodetect/haiku: OK
/isodetect/gnome: OK
/isodetect/freedos: OK
/isodetect/freebsd: OK
/isodetect/fedora: OK
/isodetect/dragonflybsd: OK
/isodetect/debian: OK
/isodetect/centos: OK
/isodetect/asianux: OK
/isodetect/altlinux: OK
/isodetect/alpinelinux: OK
FAIL test-isodetect (exit status: 1)
SKIP: test-mediauris
====================
SKIP test-mediauris (exit status: 77)
SKIP: test-treeuris
===================
SKIP test-treeuris (exit status: 77)
SKIP: test-imageuris
====================
SKIP test-imageuris (exit status: 77)
+ exit 1
Build step 'Execute shell' marked build as failure
1
1
[Libvirt-ci] Build failed in Jenkins: libosinfo-check » libvirt-debian-9 #95
by ci@centos.org 18 Feb '19
by ci@centos.org 18 Feb '19
18 Feb '19
See <https://ci.centos.org/job/libosinfo-check/systems=libvirt-debian-9/95/displ…>
------------------------------------------
Started by upstream project "libosinfo-check" build number 95
originally caused by:
Started by upstream project "libosinfo-syntax-check" build number 98
originally caused by:
Started by upstream project "libosinfo-build" build number 101
originally caused by:
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on libvirt-debian-9 (libvirt) in workspace <https://ci.centos.org/job/libosinfo-check/systems=libvirt-debian-9/ws/>
[libosinfo] $ /bin/sh -xe /tmp/jenkins6563254785403274381.sh
+ cd build
+ /usr/bin/make check
GEN public-submodule-commit
Making check in osinfo
make[1]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-debian-9/ws/build…'>
/usr/bin/make check-am
make[2]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-debian-9/ws/build…'>
/usr/bin/make check-local
make[3]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-debian-9/ws/build…'>
GEN check-symsorting
GEN check-symfile
make[3]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-debian-9/ws/build…'>
make[2]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-debian-9/ws/build…'>
make[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-debian-9/ws/build…'>
Making check in tools
make[1]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-debian-9/ws/build…'>
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-debian-9/ws/build…'>
Making check in docs
make[1]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-debian-9/ws/build…'>
Making check in reference
make[2]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-debian-9/ws/build…'>
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-debian-9/ws/build…'>
make[2]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-debian-9/ws/build…'>
make[2]: Nothing to be done for 'check-am'.
make[2]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-debian-9/ws/build…'>
make[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-debian-9/ws/build…'>
Making check in po
make[1]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-debian-9/ws/build…'>
INTLTOOL_EXTRACT="/usr/bin/intltool-extract" XGETTEXT="/usr/bin/xgettext" srcdir=../../po /usr/bin/intltool-update --gettext-package libosinfo --pot
rm -f missing notexist
srcdir=../../po /usr/bin/intltool-update -m
Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\${ <-- HERE ?PACKAGE_NAME}?/ at /usr/bin/intltool-update line 1071, <CONF> line 295.
if [ -r missing -o -r notexist ]; then \
exit 1; \
fi
make[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-debian-9/ws/build…'>
Making check in examples
make[1]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-debian-9/ws/build…'>
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-debian-9/ws/build…'>
Making check in tests
make[1]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-debian-9/ws/build…'>
/usr/bin/make test-entity test-device test-list test-devicelist test-devicelinklist test-filter test-media test-product test-os test-oslist test-productfilter test-platform test-platformlist test-db test-loader test-isodetect test-install-script test-image test-imagelist test-mediauris test-treeuris test-imageuris
make[2]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-debian-9/ws/build…'>
CC test_list-test-list.o
CC test_device-test-device.o
CC test_entity-test-entity.o
CC test_devicelist-test-devicelist.o
CC test_devicelinklist-test-devicelinklist.o
CC test_filter-test-filter.o
CC test_media-test-media.o
CC test_product-test-product.o
CC test_os-test-os.o
CC test_oslist-test-oslist.o
CC test_productfilter-test-productfilter.o
CC test_platform-test-platform.o
CC test_platformlist-test-platformlist.o
CC test_db-test-db.o
CC test_loader-test-loader.o
CC test_isodetect-test-isodetect.o
CC test_install_script-test-install-script.o
CC test_image-test-image.o
CC test_imagelist-test-imagelist.o
CC test_mediauris-test-mediauris.o
CC test_mediauris-test-uris-common.o
CC test_treeuris-test-treeuris.o
CC test_treeuris-test-uris-common.o
CC test_imageuris-test-imageuris.o
CC test_imageuris-test-uris-common.o
CCLD test-entity
CCLD test-device
CCLD test-list
CCLD test-devicelist
CCLD test-devicelinklist
CCLD test-filter
CCLD test-media
CCLD test-product
CCLD test-os
CCLD test-oslist
CCLD test-productfilter
CCLD test-platform
CCLD test-platformlist
CCLD test-db
CCLD test-loader
CCLD test-isodetect
CCLD test-install-script
CCLD test-image
CCLD test-imagelist
CCLD test-mediauris
CCLD test-treeuris
CCLD test-imageuris
make[2]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-debian-9/ws/build…'>
/usr/bin/make check-TESTS
make[2]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-debian-9/ws/build…'>
make[3]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-debian-9/ws/build…'>
PASS: test-device
PASS: test-entity
PASS: test-list
PASS: test-devicelist
PASS: test-devicelinklist
PASS: test-filter
PASS: test-product
PASS: test-media
PASS: test-oslist
PASS: test-productfilter
PASS: test-platformlist
PASS: test-platform
PASS: test-db
PASS: test-loader
PASS: test-install-script
PASS: test-image
PASS: test-imagelist
SKIP: test-mediauris
SKIP: test-treeuris
SKIP: test-imageuris
PASS: test-os
FAIL: test-isodetect
============================================================================
Testsuite summary for libosinfo 1.4.0
============================================================================
# TOTAL: 22
# PASS: 18
# SKIP: 3
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
============================================================================
See tests/test-suite.log
Please report to libosinfo(a)redhat.com
============================================================================
Makefile:1460: recipe for target 'test-suite.log' failed
make[3]: *** [test-suite.log] Error 1
make[3]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-debian-9/ws/build…'>
Makefile:1566: recipe for target 'check-TESTS' failed
make[2]: *** [check-TESTS] Error 2
make[2]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-debian-9/ws/build…'>
Makefile:1786: recipe for target 'check-am' failed
make[1]: *** [check-am] Error 2
make[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-debian-9/ws/build…'>
Makefile:595: recipe for target 'check-recursive' failed
make: *** [check-recursive] Error 1
+ cat tests/test-suite.log
===========================================
libosinfo 1.4.0: tests/test-suite.log
===========================================
# TOTAL: 22
# PASS: 18
# SKIP: 3
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: test-isodetect
====================
/isodetect/haiku: OK
/isodetect/android-x86: OK
/isodetect/eos: OK
/isodetect/voidlinux: ISO void-live-i686-20181111.iso.txt was not matched by OS voidlinux
/isodetect/voidlinux: ISO void-live-x86_64-20181111.iso.txt was not matched by OS voidlinux
/isodetect/voidlinux: FAIL
/isodetect/gentoo: ISO install-amd64-minimal-20190212T214502Z.iso.txt was not matched by OS gentoo
/isodetect/gentoo: ISO install-x86-minimal-20190214T185527Z.iso.txt was not matched by OS gentoo
/isodetect/gentoo: FAIL
/isodetect/archlinux: ISO archlinux-2019.02.01-x86_64.iso.txt was not matched by OS archlinux
/isodetect/archlinux: FAIL
/isodetect/pureos: OK
/isodetect/windows: OK
/isodetect/ubuntu: OK
/isodetect/sles: OK
/isodetect/sled: OK
/isodetect/rhel: OK
/isodetect/popos: OK
/isodetect/opensuse: OK
/isodetect/openbsd: OK
/isodetect/netbsd: OK
/isodetect/mageia: OK
/isodetect/gnome: OK
/isodetect/freedos: OK
/isodetect/freebsd: OK
/isodetect/fedora: OK
/isodetect/debian: OK
/isodetect/centos: OK
/isodetect/asianux: OK
/isodetect/altlinux: OK
/isodetect/alpinelinux: OK
/isodetect/dragonflybsd: OK
FAIL test-isodetect (exit status: 1)
SKIP: test-mediauris
====================
SKIP test-mediauris (exit status: 77)
SKIP: test-treeuris
===================
SKIP test-treeuris (exit status: 77)
SKIP: test-imageuris
====================
SKIP test-imageuris (exit status: 77)
+ exit 1
Build step 'Execute shell' marked build as failure
1
1
[Libvirt-ci] Build failed in Jenkins: libosinfo-check » libvirt-fedora-28 #95
by ci@centos.org 18 Feb '19
by ci@centos.org 18 Feb '19
18 Feb '19
See <https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-28/95/disp…>
------------------------------------------
Started by upstream project "libosinfo-check" build number 95
originally caused by:
Started by upstream project "libosinfo-syntax-check" build number 98
originally caused by:
Started by upstream project "libosinfo-build" build number 101
originally caused by:
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on libvirt-fedora-28 (libvirt) in workspace <https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-28/ws/>
[libosinfo] $ /bin/sh -xe /tmp/jenkins8946044062473729800.sh
+ cd build
+ /usr/bin/gmake check
GEN public-submodule-commit
Making check in osinfo
gmake[1]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-28/ws/buil…'>
/usr/bin/gmake check-am
gmake[2]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-28/ws/buil…'>
/usr/bin/gmake check-local
gmake[3]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-28/ws/buil…'>
GEN check-symsorting
GEN check-symfile
gmake[3]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-28/ws/buil…'>
gmake[2]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-28/ws/buil…'>
gmake[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-28/ws/buil…'>
Making check in tools
gmake[1]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-28/ws/buil…'>
gmake[1]: Nothing to be done for 'check'.
gmake[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-28/ws/buil…'>
Making check in docs
gmake[1]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-28/ws/buil…'>
Making check in reference
gmake[2]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-28/ws/buil…'>
gmake[2]: Nothing to be done for 'check'.
gmake[2]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-28/ws/buil…'>
gmake[2]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-28/ws/buil…'>
gmake[2]: Nothing to be done for 'check-am'.
gmake[2]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-28/ws/buil…'>
gmake[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-28/ws/buil…'>
Making check in po
gmake[1]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-28/ws/buil…'>
INTLTOOL_EXTRACT="/usr/bin/intltool-extract" XGETTEXT="/usr/bin/xgettext" srcdir=../../po /usr/bin/intltool-update --gettext-package libosinfo --pot
rm -f missing notexist
srcdir=../../po /usr/bin/intltool-update -m
if [ -r missing -o -r notexist ]; then \
exit 1; \
fi
gmake[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-28/ws/buil…'>
Making check in examples
gmake[1]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-28/ws/buil…'>
gmake[1]: Nothing to be done for 'check'.
gmake[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-28/ws/buil…'>
Making check in tests
gmake[1]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-28/ws/buil…'>
/usr/bin/gmake test-entity test-device test-list test-devicelist test-devicelinklist test-filter test-media test-product test-os test-oslist test-productfilter test-platform test-platformlist test-db test-loader test-isodetect test-install-script test-image test-imagelist test-mediauris test-treeuris test-imageuris
gmake[2]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-28/ws/buil…'>
CC test_entity-test-entity.o
CC test_device-test-device.o
CC test_list-test-list.o
CC test_devicelist-test-devicelist.o
CC test_devicelinklist-test-devicelinklist.o
CC test_filter-test-filter.o
CC test_media-test-media.o
CC test_product-test-product.o
CC test_os-test-os.o
CC test_oslist-test-oslist.o
CC test_productfilter-test-productfilter.o
CC test_platform-test-platform.o
CC test_platformlist-test-platformlist.o
CC test_db-test-db.o
CC test_loader-test-loader.o
CC test_isodetect-test-isodetect.o
CC test_install_script-test-install-script.o
CC test_image-test-image.o
CC test_imagelist-test-imagelist.o
CC test_mediauris-test-mediauris.o
CC test_mediauris-test-uris-common.o
CC test_treeuris-test-treeuris.o
CC test_treeuris-test-uris-common.o
CC test_imageuris-test-imageuris.o
CC test_imageuris-test-uris-common.o
CCLD test-entity
CCLD test-device
CCLD test-list
CCLD test-devicelist
CCLD test-devicelinklist
CCLD test-filter
CCLD test-media
CCLD test-product
CCLD test-os
CCLD test-oslist
CCLD test-productfilter
CCLD test-platform
CCLD test-platformlist
CCLD test-db
CCLD test-loader
CCLD test-isodetect
CCLD test-install-script
CCLD test-image
CCLD test-imagelist
CCLD test-mediauris
CCLD test-treeuris
CCLD test-imageuris
gmake[2]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-28/ws/buil…'>
/usr/bin/gmake check-TESTS
gmake[2]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-28/ws/buil…'>
gmake[3]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-28/ws/buil…'>
PASS: test-entity
PASS: test-list
PASS: test-device
PASS: test-filter
PASS: test-devicelinklist
PASS: test-devicelist
PASS: test-product
PASS: test-oslist
PASS: test-media
PASS: test-productfilter
PASS: test-platform
PASS: test-db
PASS: test-platformlist
PASS: test-loader
PASS: test-install-script
PASS: test-image
PASS: test-imagelist
SKIP: test-mediauris
SKIP: test-treeuris
SKIP: test-imageuris
PASS: test-os
FAIL: test-isodetect
============================================================================
Testsuite summary for libosinfo 1.4.0
============================================================================
# TOTAL: 22
# PASS: 18
# SKIP: 3
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
============================================================================
See tests/test-suite.log
Please report to libosinfo(a)redhat.com
============================================================================
gmake[3]: *** [Makefile:1460: test-suite.log] Error 1
gmake[3]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-28/ws/buil…'>
gmake[2]: *** [Makefile:1568: check-TESTS] Error 2
gmake[2]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-28/ws/buil…'>
gmake[1]: *** [Makefile:1786: check-am] Error 2
gmake[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-28/ws/buil…'>
gmake: *** [Makefile:594: check-recursive] Error 1
+ cat tests/test-suite.log
===========================================
libosinfo 1.4.0: tests/test-suite.log
===========================================
# TOTAL: 22
# PASS: 18
# SKIP: 3
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: test-isodetect
====================
/isodetect/pureos: OK
/isodetect/voidlinux: ISO void-live-i686-20181111.iso.txt was not matched by OS voidlinux
/isodetect/voidlinux: ISO void-live-x86_64-20181111.iso.txt was not matched by OS voidlinux
/isodetect/voidlinux: FAIL
/isodetect/windows: OK
/isodetect/ubuntu: OK
/isodetect/sles: OK
/isodetect/sled: OK
/isodetect/rhel: OK
/isodetect/popos: OK
/isodetect/opensuse: OK
/isodetect/openbsd: OK
/isodetect/netbsd: OK
/isodetect/mageia: OK
/isodetect/gnome: OK
/isodetect/freedos: OK
/isodetect/freebsd: OK
/isodetect/gentoo: ISO install-amd64-minimal-20190212T214502Z.iso.txt was not matched by OS gentoo
/isodetect/gentoo: ISO install-x86-minimal-20190214T185527Z.iso.txt was not matched by OS gentoo
/isodetect/gentoo: FAIL
/isodetect/eos: OK
/isodetect/dragonflybsd: OK
/isodetect/haiku: OK
/isodetect/fedora: OK
/isodetect/debian: OK
/isodetect/centos: OK
/isodetect/asianux: OK
/isodetect/altlinux: OK
/isodetect/alpinelinux: OK
/isodetect/archlinux: ISO archlinux-2019.02.01-x86_64.iso.txt was not matched by OS archlinux
/isodetect/archlinux: FAIL
/isodetect/android-x86: OK
FAIL test-isodetect (exit status: 1)
SKIP: test-mediauris
====================
SKIP test-mediauris (exit status: 77)
SKIP: test-treeuris
===================
SKIP test-treeuris (exit status: 77)
SKIP: test-imageuris
====================
SKIP test-imageuris (exit status: 77)
+ exit 1
Build step 'Execute shell' marked build as failure
1
1
[Libvirt-ci] Build failed in Jenkins: libosinfo-check » libvirt-centos-7 #95
by ci@centos.org 18 Feb '19
by ci@centos.org 18 Feb '19
18 Feb '19
See <https://ci.centos.org/job/libosinfo-check/systems=libvirt-centos-7/95/displ…>
------------------------------------------
Started by upstream project "libosinfo-check" build number 95
originally caused by:
Started by upstream project "libosinfo-syntax-check" build number 98
originally caused by:
Started by upstream project "libosinfo-build" build number 101
originally caused by:
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on libvirt-centos-7 (libvirt) in workspace <https://ci.centos.org/job/libosinfo-check/systems=libvirt-centos-7/ws/>
[libosinfo] $ /bin/sh -xe /tmp/jenkins7697236304086731016.sh
+ cd build
+ /usr/bin/gmake check
GEN public-submodule-commit
Making check in osinfo
gmake[1]: Entering directory `<https://ci.centos.org/job/libosinfo-check/systems=libvirt-centos-7/ws/build…'>
/usr/bin/gmake check-am
gmake[2]: Entering directory `<https://ci.centos.org/job/libosinfo-check/systems=libvirt-centos-7/ws/build…'>
/usr/bin/gmake check-local
gmake[3]: Entering directory `<https://ci.centos.org/job/libosinfo-check/systems=libvirt-centos-7/ws/build…'>
GEN check-symfile
GEN check-symsorting
gmake[3]: Leaving directory `<https://ci.centos.org/job/libosinfo-check/systems=libvirt-centos-7/ws/build…'>
gmake[2]: Leaving directory `<https://ci.centos.org/job/libosinfo-check/systems=libvirt-centos-7/ws/build…'>
gmake[1]: Leaving directory `<https://ci.centos.org/job/libosinfo-check/systems=libvirt-centos-7/ws/build…'>
Making check in tools
gmake[1]: Entering directory `<https://ci.centos.org/job/libosinfo-check/systems=libvirt-centos-7/ws/build…'>
gmake[1]: Nothing to be done for `check'.
gmake[1]: Leaving directory `<https://ci.centos.org/job/libosinfo-check/systems=libvirt-centos-7/ws/build…'>
Making check in docs
gmake[1]: Entering directory `<https://ci.centos.org/job/libosinfo-check/systems=libvirt-centos-7/ws/build…'>
Making check in reference
gmake[2]: Entering directory `<https://ci.centos.org/job/libosinfo-check/systems=libvirt-centos-7/ws/build…'>
gmake[2]: Nothing to be done for `check'.
gmake[2]: Leaving directory `<https://ci.centos.org/job/libosinfo-check/systems=libvirt-centos-7/ws/build…'>
gmake[2]: Entering directory `<https://ci.centos.org/job/libosinfo-check/systems=libvirt-centos-7/ws/build…'>
gmake[2]: Nothing to be done for `check-am'.
gmake[2]: Leaving directory `<https://ci.centos.org/job/libosinfo-check/systems=libvirt-centos-7/ws/build…'>
gmake[1]: Leaving directory `<https://ci.centos.org/job/libosinfo-check/systems=libvirt-centos-7/ws/build…'>
Making check in po
gmake[1]: Entering directory `<https://ci.centos.org/job/libosinfo-check/systems=libvirt-centos-7/ws/build…'>
INTLTOOL_EXTRACT="/usr/bin/intltool-extract" XGETTEXT="/usr/bin/xgettext" srcdir=../../po /usr/bin/intltool-update --gettext-package libosinfo --pot
rm -f missing notexist
srcdir=../../po /usr/bin/intltool-update -m
if [ -r missing -o -r notexist ]; then \
exit 1; \
fi
gmake[1]: Leaving directory `<https://ci.centos.org/job/libosinfo-check/systems=libvirt-centos-7/ws/build…'>
Making check in examples
gmake[1]: Entering directory `<https://ci.centos.org/job/libosinfo-check/systems=libvirt-centos-7/ws/build…'>
gmake[1]: Nothing to be done for `check'.
gmake[1]: Leaving directory `<https://ci.centos.org/job/libosinfo-check/systems=libvirt-centos-7/ws/build…'>
Making check in tests
gmake[1]: Entering directory `<https://ci.centos.org/job/libosinfo-check/systems=libvirt-centos-7/ws/build…'>
/usr/bin/gmake test-entity test-device test-list test-devicelist test-devicelinklist test-filter test-media test-product test-os test-oslist test-productfilter test-platform test-platformlist test-db test-loader test-isodetect test-install-script test-image test-imagelist test-mediauris test-treeuris test-imageuris
gmake[2]: Entering directory `<https://ci.centos.org/job/libosinfo-check/systems=libvirt-centos-7/ws/build…'>
CC test_entity-test-entity.o
CC test_device-test-device.o
CC test_list-test-list.o
CC test_devicelist-test-devicelist.o
CC test_devicelinklist-test-devicelinklist.o
CC test_filter-test-filter.o
CC test_media-test-media.o
CC test_product-test-product.o
CC test_os-test-os.o
CC test_oslist-test-oslist.o
CC test_productfilter-test-productfilter.o
CC test_platform-test-platform.o
CC test_platformlist-test-platformlist.o
CC test_db-test-db.o
CC test_loader-test-loader.o
CC test_isodetect-test-isodetect.o
CC test_install_script-test-install-script.o
CC test_image-test-image.o
CC test_imagelist-test-imagelist.o
CC test_mediauris-test-mediauris.o
CC test_mediauris-test-uris-common.o
CC test_treeuris-test-treeuris.o
CC test_treeuris-test-uris-common.o
CC test_imageuris-test-imageuris.o
CC test_imageuris-test-uris-common.o
CCLD test-entity
CCLD test-device
CCLD test-list
CCLD test-devicelist
CCLD test-devicelinklist
CCLD test-filter
CCLD test-media
CCLD test-product
CCLD test-os
CCLD test-oslist
CCLD test-productfilter
CCLD test-platform
CCLD test-platformlist
CCLD test-db
CCLD test-loader
CCLD test-isodetect
CCLD test-install-script
CCLD test-image
CCLD test-imagelist
CCLD test-mediauris
CCLD test-treeuris
CCLD test-imageuris
gmake[2]: Leaving directory `<https://ci.centos.org/job/libosinfo-check/systems=libvirt-centos-7/ws/build…'>
/usr/bin/gmake check-TESTS
gmake[2]: Entering directory `<https://ci.centos.org/job/libosinfo-check/systems=libvirt-centos-7/ws/build…'>
gmake[3]: Entering directory `<https://ci.centos.org/job/libosinfo-check/systems=libvirt-centos-7/ws/build…'>
PASS: test-device
PASS: test-list
PASS: test-entity
PASS: test-devicelist
PASS: test-devicelinklist
PASS: test-media
PASS: test-filter
PASS: test-oslist
PASS: test-product
PASS: test-platform
PASS: test-platformlist
PASS: test-productfilter
PASS: test-db
PASS: test-loader
PASS: test-install-script
PASS: test-image
PASS: test-imagelist
SKIP: test-mediauris
SKIP: test-treeuris
SKIP: test-imageuris
PASS: test-os
FAIL: test-isodetect
gmake[4]: Entering directory `<https://ci.centos.org/job/libosinfo-check/systems=libvirt-centos-7/ws/build…'>
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory `<https://ci.centos.org/job/libosinfo-check/systems=libvirt-centos-7/ws/build…'>
============================================================================
Testsuite summary for libosinfo 1.4.0
============================================================================
# TOTAL: 22
# PASS: 18
# SKIP: 3
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
============================================================================
See tests/test-suite.log
Please report to libosinfo(a)redhat.com
============================================================================
gmake[3]: *** [test-suite.log] Error 1
gmake[3]: Leaving directory `<https://ci.centos.org/job/libosinfo-check/systems=libvirt-centos-7/ws/build…'>
gmake[2]: *** [check-TESTS] Error 2
gmake[2]: Leaving directory `<https://ci.centos.org/job/libosinfo-check/systems=libvirt-centos-7/ws/build…'>
gmake[1]: *** [check-am] Error 2
gmake[1]: Leaving directory `<https://ci.centos.org/job/libosinfo-check/systems=libvirt-centos-7/ws/build…'>
gmake: *** [check-recursive] Error 1
+ cat tests/test-suite.log
===========================================
libosinfo 1.4.0: tests/test-suite.log
===========================================
# TOTAL: 22
# PASS: 18
# SKIP: 3
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: test-isodetect
====================
/isodetect/voidlinux: ISO void-live-i686-20181111.iso.txt was not matched by OS voidlinux
/isodetect/voidlinux: ISO void-live-x86_64-20181111.iso.txt was not matched by OS voidlinux
/isodetect/voidlinux: FAIL
/isodetect/gentoo: ISO install-amd64-minimal-20190212T214502Z.iso.txt was not matched by OS gentoo
/isodetect/gentoo: ISO install-x86-minimal-20190214T185527Z.iso.txt was not matched by OS gentoo
/isodetect/gentoo: FAIL
/isodetect/eos: OK
/isodetect/android-x86: OK
/isodetect/dragonflybsd: OK
/isodetect/haiku: OK
/isodetect/pureos: OK
/isodetect/archlinux: ISO archlinux-2019.02.01-x86_64.iso.txt was not matched by OS archlinux
/isodetect/archlinux: FAIL
/isodetect/windows: OK
/isodetect/ubuntu: OK
/isodetect/sles: OK
/isodetect/sled: OK
/isodetect/rhel: OK
/isodetect/popos: OK
/isodetect/opensuse: OK
/isodetect/openbsd: OK
/isodetect/netbsd: OK
/isodetect/mageia: OK
/isodetect/gnome: OK
/isodetect/freedos: OK
/isodetect/freebsd: OK
/isodetect/fedora: OK
/isodetect/debian: OK
/isodetect/centos: OK
/isodetect/asianux: OK
/isodetect/altlinux: OK
/isodetect/alpinelinux: OK
SKIP: test-mediauris
====================
SKIP: test-treeuris
===================
SKIP: test-imageuris
====================
+ exit 1
Build step 'Execute shell' marked build as failure
1
1
[Libvirt-ci] Build failed in Jenkins: libosinfo-check » libvirt-debian-8 #95
by ci@centos.org 18 Feb '19
by ci@centos.org 18 Feb '19
18 Feb '19
See <https://ci.centos.org/job/libosinfo-check/systems=libvirt-debian-8/95/displ…>
------------------------------------------
Started by upstream project "libosinfo-check" build number 95
originally caused by:
Started by upstream project "libosinfo-syntax-check" build number 98
originally caused by:
Started by upstream project "libosinfo-build" build number 101
originally caused by:
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on libvirt-debian-8 (libvirt) in workspace <https://ci.centos.org/job/libosinfo-check/systems=libvirt-debian-8/ws/>
[libosinfo] $ /bin/sh -xe /tmp/jenkins5219751430104423085.sh
+ cd build
+ /usr/bin/make check
GEN public-submodule-commit
Making check in osinfo
make[1]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-debian-8/ws/build…'>
/usr/bin/make check-am
make[2]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-debian-8/ws/build…'>
/usr/bin/make check-local
make[3]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-debian-8/ws/build…'>
GEN check-symsorting
GEN check-symfile
make[3]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-debian-8/ws/build…'>
make[2]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-debian-8/ws/build…'>
make[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-debian-8/ws/build…'>
Making check in tools
make[1]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-debian-8/ws/build…'>
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-debian-8/ws/build…'>
Making check in docs
make[1]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-debian-8/ws/build…'>
Making check in reference
make[2]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-debian-8/ws/build…'>
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-debian-8/ws/build…'>
make[2]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-debian-8/ws/build…'>
make[2]: Nothing to be done for 'check-am'.
make[2]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-debian-8/ws/build…'>
make[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-debian-8/ws/build…'>
Making check in po
make[1]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-debian-8/ws/build…'>
INTLTOOL_EXTRACT="/usr/bin/intltool-extract" XGETTEXT="/usr/bin/xgettext" srcdir=../../po /usr/bin/intltool-update --gettext-package libosinfo --pot
rm -f missing notexist
srcdir=../../po /usr/bin/intltool-update -m
if [ -r missing -o -r notexist ]; then \
exit 1; \
fi
make[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-debian-8/ws/build…'>
Making check in examples
make[1]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-debian-8/ws/build…'>
make[1]: Nothing to be done for 'check'.
make[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-debian-8/ws/build…'>
Making check in tests
make[1]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-debian-8/ws/build…'>
/usr/bin/make test-entity test-device test-list test-devicelist test-devicelinklist test-filter test-media test-product test-os test-oslist test-productfilter test-platform test-platformlist test-db test-loader test-isodetect test-install-script test-image test-imagelist test-mediauris test-treeuris test-imageuris
make[2]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-debian-8/ws/build…'>
CC test_entity-test-entity.o
CC test_device-test-device.o
CC test_list-test-list.o
CC test_devicelist-test-devicelist.o
CC test_devicelinklist-test-devicelinklist.o
CC test_filter-test-filter.o
CC test_media-test-media.o
CC test_product-test-product.o
CC test_os-test-os.o
CC test_oslist-test-oslist.o
CC test_productfilter-test-productfilter.o
CC test_platform-test-platform.o
CC test_platformlist-test-platformlist.o
CC test_db-test-db.o
CC test_loader-test-loader.o
CC test_install_script-test-install-script.o
CC test_isodetect-test-isodetect.o
CC test_image-test-image.o
CC test_imagelist-test-imagelist.o
CC test_mediauris-test-mediauris.o
CC test_mediauris-test-uris-common.o
CC test_treeuris-test-treeuris.o
CC test_treeuris-test-uris-common.o
CC test_imageuris-test-imageuris.o
CC test_imageuris-test-uris-common.o
CCLD test-entity
CCLD test-device
CCLD test-list
CCLD test-devicelist
CCLD test-devicelinklist
CCLD test-filter
CCLD test-media
CCLD test-product
CCLD test-os
CCLD test-oslist
CCLD test-productfilter
CCLD test-platform
CCLD test-platformlist
CCLD test-db
CCLD test-loader
CCLD test-isodetect
CCLD test-install-script
CCLD test-image
CCLD test-imagelist
CCLD test-mediauris
CCLD test-treeuris
CCLD test-imageuris
make[2]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-debian-8/ws/build…'>
/usr/bin/make check-TESTS
make[2]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-debian-8/ws/build…'>
make[3]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-debian-8/ws/build…'>
PASS: test-device
PASS: test-list
PASS: test-entity
PASS: test-devicelinklist
PASS: test-filter
PASS: test-devicelist
PASS: test-product
PASS: test-oslist
PASS: test-productfilter
PASS: test-media
PASS: test-platform
PASS: test-platformlist
PASS: test-db
PASS: test-loader
PASS: test-install-script
PASS: test-image
PASS: test-imagelist
SKIP: test-mediauris
SKIP: test-treeuris
SKIP: test-imageuris
PASS: test-os
FAIL: test-isodetect
make[4]: Entering directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-debian-8/ws/build…'>
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-debian-8/ws/build…'>
============================================================================
Testsuite summary for libosinfo 1.4.0
============================================================================
# TOTAL: 22
# PASS: 18
# SKIP: 3
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
============================================================================
See tests/test-suite.log
Please report to libosinfo(a)redhat.com
============================================================================
Makefile:1450: recipe for target 'test-suite.log' failed
make[3]: *** [test-suite.log] Error 1
make[3]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-debian-8/ws/build…'>
Makefile:1556: recipe for target 'check-TESTS' failed
make[2]: *** [check-TESTS] Error 2
make[2]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-debian-8/ws/build…'>
Makefile:1776: recipe for target 'check-am' failed
make[1]: *** [check-am] Error 2
make[1]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-debian-8/ws/build…'>
Makefile:585: recipe for target 'check-recursive' failed
make: *** [check-recursive] Error 1
+ cat tests/test-suite.log
===========================================
libosinfo 1.4.0: tests/test-suite.log
===========================================
# TOTAL: 22
# PASS: 18
# SKIP: 3
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: test-isodetect
====================
/isodetect/haiku: OK
/isodetect/dragonflybsd: OK
/isodetect/eos: OK
/isodetect/android-x86: OK
/isodetect/windows: OK
/isodetect/ubuntu: OK
/isodetect/sles: OK
/isodetect/sled: OK
/isodetect/rhel: OK
/isodetect/popos: OK
/isodetect/opensuse: OK
/isodetect/openbsd: OK
/isodetect/netbsd: OK
/isodetect/mageia: OK
/isodetect/gnome: OK
/isodetect/freedos: OK
/isodetect/freebsd: OK
/isodetect/fedora: OK
/isodetect/debian: OK
/isodetect/centos: OK
/isodetect/asianux: OK
/isodetect/altlinux: OK
/isodetect/alpinelinux: OK
/isodetect/voidlinux: ISO void-live-i686-20181111.iso.txt was not matched by OS voidlinux
/isodetect/voidlinux: ISO void-live-x86_64-20181111.iso.txt was not matched by OS voidlinux
/isodetect/voidlinux: FAIL
/isodetect/gentoo: ISO install-amd64-minimal-20190212T214502Z.iso.txt was not matched by OS gentoo
/isodetect/gentoo: ISO install-x86-minimal-20190214T185527Z.iso.txt was not matched by OS gentoo
/isodetect/gentoo: FAIL
/isodetect/archlinux: ISO archlinux-2019.02.01-x86_64.iso.txt was not matched by OS archlinux
/isodetect/archlinux: FAIL
/isodetect/pureos: OK
SKIP: test-mediauris
====================
SKIP: test-treeuris
===================
SKIP: test-imageuris
====================
+ exit 1
Build step 'Execute shell' marked build as failure
1
1