libvirt List Archives
Sign In Sign Up
Manage this list Sign In Sign Up

Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview

CI

Thread Start a new thread
Download
Threads by month
  • ----- 2025 -----
  • 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
ci@lists.libvirt.org

February 2019

  • 2 participants
  • 132 discussions
[Libvirt-ci] Build failed in Jenkins: libvirt-perl-check » libvirt-debian-9 #262
by ci@centos.org 22 Feb '19

22 Feb '19
See <https://ci.centos.org/job/libvirt-perl-check/systems=libvirt-debian-9/262/d…> ------------------------------------------ Started by upstream project "libvirt-perl-check" build number 262 originally caused by: Started by upstream project "libvirt-perl-build" build number 262 originally caused by: Started by upstream project "libvirt-build" build number 323 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/libvirt-perl-check/systems=libvirt-debian-9/ws/> [libvirt-perl] $ /bin/sh -xe /tmp/jenkins3058817218145364583.sh + export TEST_MAINTAINER=1 + perl Build test t/005-pod.t ............ ok t/010-pod-coverage.t ... ok t/015-changes.t ........ ok t/020-constants.t ...... ok # Failed test 'VIR_DOMAIN_SAVE_IMAGE_XML_SECURE' # at t/030-api-coverage.t line 175. # Failed test 'VIR_DOMAIN_SNAPSHOT_XML_SECURE' # at t/030-api-coverage.t line 175. # Looks like you failed 2 tests of 1652. t/030-api-coverage.t ... Dubious, test returned 2 (wstat 512, 0x200) Failed 2/1652 subtests t/100-connect.t ........ ok t/200-domains.t ........ ok t/300-networks.t ....... ok t/400-storage-pools.t .. ok t/500-storage-vols.t ... ok t/600-interfaces.t ..... ok t/800-events.t ......... ok Test Summary Report ------------------- t/030-api-coverage.t (Wstat: 512 Tests: 1652 Failed: 2) Failed tests: 984, 1040 Non-zero exit status: 2 Files=12, Tests=1906, 13 wallclock secs ( 0.39 usr 0.92 sys + 11.14 cusr 1.37 csys = 13.82 CPU) Result: FAIL Failed 1/12 test programs. 2/1906 subtests failed. Build step 'Execute shell' marked build as failure
1 7
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-dbus-check » libvirt-fedora-rawhide #210
by ci@centos.org 20 Feb '19

20 Feb '19
See <https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-rawhide…> ------------------------------------------ [...truncated 7.04 KB...] 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 0x7fb3a5260908> @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 0x7fb3a5008ba0> bus_name = dbus.String(':1.7') 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.7> 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 0x7fb3a5068668> @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.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 0x7fb3a5008ba0> bus_name = dbus.String(':1.7') object_path = dbus.ObjectPath('/org/libvirt/Test/storagepool/_dfe224cb_28fb_8dd0_c4b2_64eb3f0f4566') 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/_dfe224cb_28fb_8dd0_c4b2_64eb3f0f4566, iface: org.libvirt.StoragePool, member: StorageVolCreateXML dest: :1.7> 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 =============================== warnings summary =============================== tests/test_connect.py::TestConnect::()::test_connect_interface_lookup_by_property[InterfaceLookupByMAC-MAC] source:362: DeprecationWarning: invalid escape sequence \ source:399: DeprecationWarning: invalid escape sequence \ tests/test_connect.py::TestConnect::()::test_connect_node_device_create_xml /usr/lib/python3.7/site-packages/_pytest/python.py:164: RemovedInPytest4Warning: Fixture "node_device_create" called directly. Fixtures are not meant to be called directly, are created automatically when test functions request them as parameters. See https://docs.pytest.org/en/latest/fixture.html for more information. testfunction(**testargs) tests/test_connect.py::TestConnect::()::test_connect_storage_vol_lookup_by_property[StorageVolLookupByPath-Path] source:362: DeprecationWarning: invalid escape sequence \ source:399: DeprecationWarning: invalid escape sequence \ -- Docs: https://docs.pytest.org/en/latest/warnings.html =============== 32 passed, 5 warnings, 3 error in 17.36 seconds ================ FAIL test_connect.py (exit status: 1) FAIL: test_domain.py ==================== ============================= test session starts ============================== platform linux -- Python 3.7.2, pytest-3.9.3, py-1.7.0, pluggy-0.8.1 rootdir: <https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-rawhide…,> inifile: collected 10 items ../../tests/test_domain.py ......E.FF [100%] ==================================== ERRORS ==================================== __________________ ERROR at setup of TestDomain.test_suspend ___________________ self = <test_domain.TestDomain object at 0x7f0062e2d5f8> request = <SubRequest 'libvirt_dbus_setup' for <Function 'test_suspend'>> @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 =================================== FAILURES =================================== _________________________ TestDomain.test_domain_vcpus _________________________ self = <test_domain.TestDomain object at 0x7f0062ed4ef0> def test_domain_vcpus(self): > obj, domain = self.get_test_domain() ../../tests/test_domain.py:149: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <test_domain.TestDomain object at 0x7f0062ed4ef0> def get_test_domain(self): > path = self.connect.ListDomains(0)[0] E IndexError: list index out of range ../../tests/libvirttest.py:126: IndexError _____________________ TestDomain.test_domain_vcpu_pin_info _____________________ self = <test_domain.TestDomain object at 0x7f0062e5a630> def test_domain_vcpu_pin_info(self): > obj, domain = self.get_test_domain() ../../tests/test_domain.py:155: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <test_domain.TestDomain object at 0x7f0062e5a630> def get_test_domain(self): > path = self.connect.ListDomains(0)[0] E IndexError: list index out of range ../../tests/libvirttest.py:126: IndexError --------------------------- Captured stderr teardown --------------------------- Disconnected from D-Bus. ================= 2 failed, 7 passed, 1 error in 10.03 seconds ================= FAIL test_domain.py (exit status: 1) + exit 1 Build step 'Execute shell' marked build as failure
1 1
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-dbus-check » libvirt-fedora-rawhide #207
by ci@centos.org 20 Feb '19

20 Feb '19
See <https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-rawhide…> ------------------------------------------ Started by upstream project "libvirt-dbus-check" build number 207 originally caused by: Started by upstream project "libvirt-dbus-syntax-check" build number 250 originally caused by: Started by upstream project "libvirt-dbus-build" build number 257 originally caused by: Started by upstream project "libvirt-glib-build" build number 253 originally caused by: Started by upstream project "libvirt-build" build number 318 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/libvirt-dbus-check/systems=libvirt-fedora-rawhide…> [libvirt-dbus] $ /bin/sh -xe /tmp/jenkins8126571978897425305.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-rawhide…'> gmake[1]: Nothing to be done for 'check'. gmake[1]: Leaving directory '<https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-rawhide…'> Making check in docs gmake[1]: Entering directory '<https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-rawhide…'> gmake[1]: Nothing to be done for 'check'. gmake[1]: Leaving directory '<https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-rawhide…'> Making check in src gmake[1]: Entering directory '<https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-rawhide…'> gmake[1]: Nothing to be done for 'check'. gmake[1]: Leaving directory '<https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-rawhide…'> Making check in tests gmake[1]: Entering directory '<https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-rawhide…'> /usr/bin/gmake test_util gmake[2]: Entering directory '<https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-rawhide…'> CC test_util-test_util.o CCLD test_util gmake[2]: Leaving directory '<https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-rawhide…'> /usr/bin/gmake check-TESTS gmake[2]: Entering directory '<https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-rawhide…'> gmake[3]: Entering directory '<https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-rawhide…'> 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-rawhide…'> gmake[2]: *** [Makefile:874: check-TESTS] Error 2 gmake[2]: Leaving directory '<https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-rawhide…'> gmake[1]: *** [Makefile:990: check-am] Error 2 gmake[1]: Leaving directory '<https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-rawhide…'> 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.9.3, py-1.7.0, pluggy-0.8.1 rootdir: <https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-rawhide…,> inifile: collected 5 items ../../tests/test_interface.py ....E [100%] ==================================== ERRORS ==================================== ________ ERROR at setup of TestInterface.test_interface_properties_type ________ self = <test_interface.TestInterface object at 0x7fdad0440a58> request = <SubRequest 'libvirt_dbus_setup' for <Function 'test_interface_properties_type'>> @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 ====================== 4 passed, 1 error in 5.81 seconds ======================= FAIL test_interface.py (exit status: 1) + exit 1 Build step 'Execute shell' marked build as failure
1 1
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-dbus-check » libvirt-fedora-28 #205
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
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-dbus-check » libvirt-fedora-29 #205
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
0 0
[Libvirt-ci] Build failed in Jenkins: libosinfo-check » libvirt-fedora-rawhide #95
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
0 0
[Libvirt-ci] Build failed in Jenkins: libosinfo-check » libvirt-freebsd-12 #95
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
0 0
[Libvirt-ci] Build failed in Jenkins: libosinfo-check » libvirt-freebsd-11 #95
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
0 0
[Libvirt-ci] Build failed in Jenkins: libosinfo-check » libvirt-fedora-29 #95
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
0 0
[Libvirt-ci] Build failed in Jenkins: libosinfo-check » libvirt-debian-9 #95
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
0 0
[Libvirt-ci] Build failed in Jenkins: libosinfo-check » libvirt-fedora-28 #95
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
0 0
[Libvirt-ci] Build failed in Jenkins: libosinfo-check » libvirt-centos-7 #95
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
0 0
[Libvirt-ci] Build failed in Jenkins: libosinfo-check » libvirt-debian-8 #95
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
0 0
[Libvirt-ci] Build failed in Jenkins: libosinfo-syntax-check » libvirt-fedora-rawhide #96
by ci@centos.org 18 Feb '19

18 Feb '19
See <https://ci.centos.org/job/libosinfo-syntax-check/systems=libvirt-fedora-raw…> ------------------------------------------ Started by upstream project "libosinfo-syntax-check" build number 96 originally caused by: Started by upstream project "libosinfo-build" build number 99 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-syntax-check/systems=libvirt-fedora-raw…> [libosinfo] $ /bin/sh -xe /tmp/jenkins4384216978792221687.sh + cd build + /usr/bin/gmake syntax-check GFDL_version TAB_in_indentation Wundef_boolean avoid_attribute_unused_in_header bindtextdomain avoid_if_before_free bracket_spacing_check cast_of_argument_to_free changelog cast_of_x_alloc_return_value copyright_check const_long_option copyright_format error_message_period error_message_warn_fatal m4_quote_check makefile_TAB_only_indentation makefile_at_at_check makefile_path_separator_check obsolete_symbols po_check preprocessor_indentation prohibit_HAVE_MBRTOWC prohibit_S_IS_definition prohibit_always-defined_macros prohibit_argmatch_without_use prohibit_assert_without_use prohibit_atoi_atof prohibit_backup_files prohibit_c_ctype_without_use prohibit_canonicalize_without_use prohibit_cloexec_without_use prohibit_close_stream_without_use prohibit_cvs_keyword prohibit_defined_have_decl_tests prohibit_dirent_without_use prohibit_doubled_word prohibit_empty_lines_at_EOF prohibit_error_without_use prohibit_getopt_without_use prohibit_hash_pjw_without_use prohibit_hash_without_use prohibit_have_config_h prohibit_ignore_value_without_use prohibit_intprops_without_use prohibit_inttostr_without_use prohibit_long_options_without_use prohibit_magic_number_exit prohibit_openat_without_use prohibit_path_max_allocation prohibit_posixver_without_use prohibit_quote_without_use prohibit_quotearg_without_use prohibit_reversed_compare_failure prohibit_root_dev_ino_without_use prohibit_safe_read_without_use prohibit_same_without_use prohibit_signal_without_use prohibit_stat_st_blocks prohibit_stddef_without_use prohibit_stdio--_without_use prohibit_stdio-safer_without_use prohibit_strcmp prohibit_strings_without_use prohibit_strncpy prohibit_test_double_equal prohibit_test_minus_ao prohibit_undesirable_word_seq prohibit_verify_without_use prohibit_xalloc_without_use prohibit_xfreopen_without_use proper_name_utf8_requires_ICONV redundant_const require_config_h require_config_h_first require_test_exit_idiom space_tab texinfo_acronym tight_scope trailing_blank unmarked_diagnostics useless_cpp_parens vulnerable_makefile_CVE-2009-4029 vulnerable_makefile_CVE-2012-3386 GEN sc_bracket_spacing_check ../tests/test-uris-common.c maint.mk: empty line(s) or no newline at EOF gmake: *** [../maint.mk:926: sc_prohibit_empty_lines_at_EOF] Error 1 gmake: *** Waiting for unfinished jobs.... Build step 'Execute shell' marked build as failure
1 2
0 0
[Libvirt-ci] Build failed in Jenkins: libosinfo-syntax-check » libvirt-freebsd-12 #96
by ci@centos.org 18 Feb '19

18 Feb '19
See <https://ci.centos.org/job/libosinfo-syntax-check/systems=libvirt-freebsd-12…> ------------------------------------------ Started by upstream project "libosinfo-syntax-check" build number 96 originally caused by: Started by upstream project "libosinfo-build" build number 99 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-syntax-check/systems=libvirt-freebsd-12…> [libosinfo] $ /bin/sh -xe /tmp/jenkins4251744045871081114.sh + cd build + /usr/local/bin/gmake syntax-check GFDL_version TAB_in_indentation Wundef_boolean avoid_if_before_free bindtextdomain avoid_attribute_unused_in_header bracket_spacing_check cast_of_argument_to_free changelog cast_of_x_alloc_return_value const_long_option copyright_check copyright_format error_message_period error_message_warn_fatal m4_quote_check makefile_TAB_only_indentation makefile_at_at_check makefile_path_separator_check obsolete_symbols po_check preprocessor_indentation prohibit_HAVE_MBRTOWC prohibit_S_IS_definition prohibit_always-defined_macros prohibit_assert_without_use prohibit_argmatch_without_use prohibit_atoi_atof prohibit_backup_files prohibit_c_ctype_without_use prohibit_canonicalize_without_use prohibit_cloexec_without_use prohibit_close_stream_without_use prohibit_cvs_keyword prohibit_defined_have_decl_tests prohibit_dirent_without_use prohibit_error_without_use prohibit_doubled_word prohibit_empty_lines_at_EOF prohibit_hash_pjw_without_use prohibit_hash_without_use prohibit_getopt_without_use prohibit_have_config_h prohibit_ignore_value_without_use prohibit_intprops_without_use prohibit_inttostr_without_use prohibit_long_options_without_use prohibit_magic_number_exit prohibit_openat_without_use prohibit_path_max_allocation prohibit_posixver_without_use prohibit_quote_without_use prohibit_reversed_compare_failure prohibit_quotearg_without_use prohibit_root_dev_ino_without_use prohibit_safe_read_without_use prohibit_same_without_use prohibit_signal_without_use prohibit_stat_st_blocks prohibit_stddef_without_use prohibit_stdio--_without_use prohibit_stdio-safer_without_use prohibit_strcmp prohibit_strings_without_use prohibit_strncpy prohibit_test_double_equal prohibit_test_minus_ao prohibit_undesirable_word_seq prohibit_verify_without_use prohibit_xalloc_without_use proper_name_utf8_requires_ICONV prohibit_xfreopen_without_use redundant_const require_config_h require_config_h_first require_test_exit_idiom space_tab texinfo_acronym tight_scope trailing_blank unmarked_diagnostics useless_cpp_parens vulnerable_makefile_CVE-2009-4029 vulnerable_makefile_CVE-2012-3386 GEN sc_bracket_spacing_check ../tests/test-uris-common.c maint.mk: empty line(s) or no newline at EOF gmake: *** [../maint.mk:926: sc_prohibit_empty_lines_at_EOF] Error 1 gmake: *** Waiting for unfinished jobs.... Build step 'Execute shell' marked build as failure
1 2
0 0
[Libvirt-ci] Build failed in Jenkins: libosinfo-syntax-check » libvirt-freebsd-11 #96
by ci@centos.org 18 Feb '19

18 Feb '19
See <https://ci.centos.org/job/libosinfo-syntax-check/systems=libvirt-freebsd-11…> ------------------------------------------ Started by upstream project "libosinfo-syntax-check" build number 96 originally caused by: Started by upstream project "libosinfo-build" build number 99 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-syntax-check/systems=libvirt-freebsd-11…> [libosinfo] $ /bin/sh -xe /tmp/jenkins8749326905301146382.sh + cd build + /usr/local/bin/gmake syntax-check GFDL_version TAB_in_indentation Wundef_boolean avoid_attribute_unused_in_header avoid_if_before_free bindtextdomain bracket_spacing_check cast_of_argument_to_free cast_of_x_alloc_return_value changelog const_long_option copyright_check copyright_format error_message_period error_message_warn_fatal m4_quote_check makefile_TAB_only_indentation makefile_at_at_check makefile_path_separator_check obsolete_symbols po_check preprocessor_indentation prohibit_S_IS_definition prohibit_HAVE_MBRTOWC prohibit_always-defined_macros prohibit_argmatch_without_use prohibit_assert_without_use prohibit_atoi_atof prohibit_backup_files prohibit_c_ctype_without_use prohibit_canonicalize_without_use prohibit_cloexec_without_use prohibit_cvs_keyword prohibit_close_stream_without_use prohibit_defined_have_decl_tests prohibit_doubled_word prohibit_dirent_without_use prohibit_empty_lines_at_EOF prohibit_error_without_use prohibit_hash_pjw_without_use prohibit_hash_without_use prohibit_getopt_without_use prohibit_have_config_h prohibit_ignore_value_without_use prohibit_intprops_without_use prohibit_inttostr_without_use prohibit_long_options_without_use prohibit_magic_number_exit prohibit_openat_without_use prohibit_path_max_allocation prohibit_posixver_without_use prohibit_quote_without_use prohibit_quotearg_without_use prohibit_reversed_compare_failure prohibit_root_dev_ino_without_use prohibit_same_without_use prohibit_safe_read_without_use prohibit_signal_without_use prohibit_stat_st_blocks prohibit_stddef_without_use prohibit_stdio--_without_use prohibit_stdio-safer_without_use prohibit_strcmp prohibit_strings_without_use prohibit_strncpy prohibit_test_double_equal prohibit_test_minus_ao prohibit_undesirable_word_seq prohibit_verify_without_use prohibit_xalloc_without_use prohibit_xfreopen_without_use proper_name_utf8_requires_ICONV redundant_const require_config_h require_config_h_first require_test_exit_idiom space_tab texinfo_acronym tight_scope trailing_blank unmarked_diagnostics useless_cpp_parens vulnerable_makefile_CVE-2009-4029 vulnerable_makefile_CVE-2012-3386 GEN sc_bracket_spacing_check ../tests/test-uris-common.c maint.mk: empty line(s) or no newline at EOF gmake: *** [../maint.mk:926: sc_prohibit_empty_lines_at_EOF] Error 1 gmake: *** Waiting for unfinished jobs.... Build step 'Execute shell' marked build as failure
1 2
0 0
[Libvirt-ci] Build failed in Jenkins: libosinfo-syntax-check » libvirt-centos-7 #96
by ci@centos.org 18 Feb '19

18 Feb '19
See <https://ci.centos.org/job/libosinfo-syntax-check/systems=libvirt-centos-7/9…> ------------------------------------------ Started by upstream project "libosinfo-syntax-check" build number 96 originally caused by: Started by upstream project "libosinfo-build" build number 99 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-syntax-check/systems=libvirt-centos-7/w…> [libosinfo] $ /bin/sh -xe /tmp/jenkins431390190633187583.sh + cd build + /usr/bin/gmake syntax-check GFDL_version TAB_in_indentation Wundef_boolean avoid_attribute_unused_in_header avoid_if_before_free bindtextdomain bracket_spacing_check cast_of_argument_to_free cast_of_x_alloc_return_value changelog const_long_option copyright_check copyright_format error_message_period error_message_warn_fatal m4_quote_check makefile_TAB_only_indentation makefile_at_at_check makefile_path_separator_check obsolete_symbols po_check prohibit_HAVE_MBRTOWC prohibit_S_IS_definition prohibit_always-defined_macros preprocessor_indentation prohibit_argmatch_without_use prohibit_assert_without_use prohibit_atoi_atof prohibit_backup_files prohibit_c_ctype_without_use prohibit_canonicalize_without_use prohibit_cloexec_without_use prohibit_close_stream_without_use prohibit_cvs_keyword prohibit_dirent_without_use prohibit_defined_have_decl_tests prohibit_doubled_word prohibit_empty_lines_at_EOF prohibit_error_without_use prohibit_getopt_without_use prohibit_hash_pjw_without_use prohibit_hash_without_use prohibit_have_config_h prohibit_ignore_value_without_use prohibit_inttostr_without_use prohibit_long_options_without_use prohibit_intprops_without_use prohibit_magic_number_exit prohibit_openat_without_use prohibit_path_max_allocation prohibit_posixver_without_use prohibit_quote_without_use prohibit_quotearg_without_use prohibit_reversed_compare_failure prohibit_root_dev_ino_without_use prohibit_safe_read_without_use prohibit_same_without_use prohibit_signal_without_use prohibit_stat_st_blocks prohibit_stddef_without_use prohibit_stdio--_without_use prohibit_stdio-safer_without_use prohibit_strncpy prohibit_strings_without_use prohibit_strcmp prohibit_test_double_equal prohibit_test_minus_ao prohibit_undesirable_word_seq prohibit_verify_without_use prohibit_xalloc_without_use prohibit_xfreopen_without_use proper_name_utf8_requires_ICONV redundant_const require_config_h require_config_h_first require_test_exit_idiom space_tab texinfo_acronym tight_scope trailing_blank unmarked_diagnostics useless_cpp_parens vulnerable_makefile_CVE-2009-4029 vulnerable_makefile_CVE-2012-3386 GEN sc_bracket_spacing_check maint.mk: skipping test sc_preprocessor_indentation: cppi not installed ../tests/test-uris-common.c maint.mk: empty line(s) or no newline at EOF gmake: *** [sc_prohibit_empty_lines_at_EOF] Error 1 gmake: *** Waiting for unfinished jobs.... Build step 'Execute shell' marked build as failure
1 2
0 0
[Libvirt-ci] Build failed in Jenkins: libosinfo-syntax-check » libvirt-fedora-28 #96
by ci@centos.org 18 Feb '19

18 Feb '19
See <https://ci.centos.org/job/libosinfo-syntax-check/systems=libvirt-fedora-28/…> ------------------------------------------ Started by upstream project "libosinfo-syntax-check" build number 96 originally caused by: Started by upstream project "libosinfo-build" build number 99 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-syntax-check/systems=libvirt-fedora-28/…> [libosinfo] $ /bin/sh -xe /tmp/jenkins2308330718169212890.sh + cd build + /usr/bin/gmake syntax-check GFDL_version TAB_in_indentation Wundef_boolean avoid_attribute_unused_in_header avoid_if_before_free bindtextdomain bracket_spacing_check cast_of_argument_to_free cast_of_x_alloc_return_value changelog const_long_option copyright_check copyright_format error_message_period error_message_warn_fatal m4_quote_check makefile_TAB_only_indentation makefile_at_at_check makefile_path_separator_check obsolete_symbols po_check preprocessor_indentation prohibit_HAVE_MBRTOWC prohibit_S_IS_definition prohibit_always-defined_macros prohibit_argmatch_without_use prohibit_assert_without_use prohibit_atoi_atof prohibit_backup_files prohibit_c_ctype_without_use prohibit_canonicalize_without_use prohibit_cloexec_without_use prohibit_close_stream_without_use prohibit_cvs_keyword prohibit_defined_have_decl_tests prohibit_dirent_without_use prohibit_doubled_word prohibit_empty_lines_at_EOF prohibit_error_without_use prohibit_getopt_without_use prohibit_hash_pjw_without_use prohibit_hash_without_use prohibit_have_config_h prohibit_ignore_value_without_use prohibit_intprops_without_use prohibit_inttostr_without_use prohibit_long_options_without_use prohibit_magic_number_exit prohibit_openat_without_use prohibit_path_max_allocation prohibit_posixver_without_use prohibit_quote_without_use prohibit_quotearg_without_use prohibit_reversed_compare_failure prohibit_root_dev_ino_without_use prohibit_safe_read_without_use prohibit_same_without_use prohibit_signal_without_use prohibit_stat_st_blocks prohibit_stddef_without_use prohibit_stdio--_without_use prohibit_stdio-safer_without_use prohibit_strcmp prohibit_strings_without_use prohibit_test_double_equal prohibit_strncpy prohibit_test_minus_ao prohibit_undesirable_word_seq prohibit_verify_without_use prohibit_xalloc_without_use prohibit_xfreopen_without_use proper_name_utf8_requires_ICONV redundant_const require_config_h require_config_h_first require_test_exit_idiom space_tab texinfo_acronym tight_scope trailing_blank unmarked_diagnostics useless_cpp_parens vulnerable_makefile_CVE-2009-4029 vulnerable_makefile_CVE-2012-3386 GEN sc_bracket_spacing_check ../tests/test-uris-common.c maint.mk: empty line(s) or no newline at EOF gmake: *** [../maint.mk:926: sc_prohibit_empty_lines_at_EOF] Error 1 gmake: *** Waiting for unfinished jobs.... Build step 'Execute shell' marked build as failure
1 2
0 0
[Libvirt-ci] Build failed in Jenkins: libosinfo-syntax-check » libvirt-fedora-29 #96
by ci@centos.org 18 Feb '19

18 Feb '19
See <https://ci.centos.org/job/libosinfo-syntax-check/systems=libvirt-fedora-29/…> ------------------------------------------ Started by upstream project "libosinfo-syntax-check" build number 96 originally caused by: Started by upstream project "libosinfo-build" build number 99 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-syntax-check/systems=libvirt-fedora-29/…> [libosinfo] $ /bin/sh -xe /tmp/jenkins7265978817975161493.sh + cd build + /usr/bin/gmake syntax-check TAB_in_indentation GFDL_version Wundef_boolean avoid_attribute_unused_in_header avoid_if_before_free bindtextdomain bracket_spacing_check cast_of_argument_to_free cast_of_x_alloc_return_value changelog const_long_option copyright_check copyright_format error_message_period error_message_warn_fatal m4_quote_check makefile_TAB_only_indentation makefile_at_at_check makefile_path_separator_check obsolete_symbols po_check preprocessor_indentation prohibit_HAVE_MBRTOWC prohibit_S_IS_definition prohibit_always-defined_macros prohibit_argmatch_without_use prohibit_assert_without_use prohibit_atoi_atof prohibit_backup_files prohibit_c_ctype_without_use prohibit_canonicalize_without_use prohibit_cloexec_without_use prohibit_close_stream_without_use prohibit_cvs_keyword prohibit_defined_have_decl_tests prohibit_dirent_without_use prohibit_doubled_word prohibit_empty_lines_at_EOF prohibit_error_without_use prohibit_getopt_without_use prohibit_hash_pjw_without_use prohibit_hash_without_use prohibit_have_config_h prohibit_ignore_value_without_use prohibit_intprops_without_use prohibit_inttostr_without_use prohibit_long_options_without_use prohibit_magic_number_exit prohibit_openat_without_use prohibit_path_max_allocation prohibit_posixver_without_use prohibit_quote_without_use prohibit_quotearg_without_use prohibit_reversed_compare_failure prohibit_root_dev_ino_without_use prohibit_safe_read_without_use prohibit_same_without_use prohibit_signal_without_use prohibit_stat_st_blocks prohibit_stddef_without_use prohibit_stdio--_without_use prohibit_stdio-safer_without_use prohibit_strcmp prohibit_strings_without_use prohibit_strncpy prohibit_test_double_equal prohibit_test_minus_ao prohibit_undesirable_word_seq prohibit_verify_without_use prohibit_xalloc_without_use prohibit_xfreopen_without_use proper_name_utf8_requires_ICONV redundant_const require_config_h require_config_h_first require_test_exit_idiom space_tab texinfo_acronym tight_scope trailing_blank unmarked_diagnostics useless_cpp_parens vulnerable_makefile_CVE-2009-4029 vulnerable_makefile_CVE-2012-3386 GEN sc_bracket_spacing_check ../tests/test-uris-common.c maint.mk: empty line(s) or no newline at EOF gmake: *** [../maint.mk:926: sc_prohibit_empty_lines_at_EOF] Error 1 gmake: *** Waiting for unfinished jobs.... Build step 'Execute shell' marked build as failure
1 2
0 0
[Libvirt-ci] Build failed in Jenkins: libosinfo-syntax-check » libvirt-debian-9 #96
by ci@centos.org 18 Feb '19

18 Feb '19
See <https://ci.centos.org/job/libosinfo-syntax-check/systems=libvirt-debian-9/9…> ------------------------------------------ Started by upstream project "libosinfo-syntax-check" build number 96 originally caused by: Started by upstream project "libosinfo-build" build number 99 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-syntax-check/systems=libvirt-debian-9/w…> [libosinfo] $ /bin/sh -xe /tmp/jenkins1562676934238075581.sh + cd build + /usr/bin/make syntax-check GFDL_version TAB_in_indentation Wundef_boolean avoid_attribute_unused_in_header avoid_if_before_free bindtextdomain bracket_spacing_check cast_of_x_alloc_return_value cast_of_argument_to_free changelog const_long_option copyright_format copyright_check error_message_period error_message_warn_fatal m4_quote_check makefile_TAB_only_indentation makefile_at_at_check makefile_path_separator_check obsolete_symbols preprocessor_indentation po_check prohibit_HAVE_MBRTOWC prohibit_S_IS_definition prohibit_always-defined_macros prohibit_argmatch_without_use prohibit_assert_without_use prohibit_atoi_atof prohibit_backup_files prohibit_c_ctype_without_use prohibit_canonicalize_without_use prohibit_cloexec_without_use prohibit_close_stream_without_use prohibit_cvs_keyword prohibit_dirent_without_use prohibit_defined_have_decl_tests prohibit_doubled_word prohibit_error_without_use prohibit_empty_lines_at_EOF prohibit_hash_pjw_without_use prohibit_getopt_without_use prohibit_hash_without_use prohibit_have_config_h prohibit_ignore_value_without_use prohibit_intprops_without_use prohibit_inttostr_without_use prohibit_long_options_without_use prohibit_magic_number_exit prohibit_openat_without_use prohibit_path_max_allocation prohibit_posixver_without_use prohibit_quote_without_use prohibit_quotearg_without_use prohibit_reversed_compare_failure prohibit_safe_read_without_use prohibit_root_dev_ino_without_use prohibit_same_without_use prohibit_stat_st_blocks prohibit_stddef_without_use prohibit_signal_without_use prohibit_stdio-safer_without_use prohibit_stdio--_without_use prohibit_strcmp prohibit_strings_without_use prohibit_test_double_equal prohibit_strncpy prohibit_test_minus_ao prohibit_undesirable_word_seq prohibit_verify_without_use prohibit_xalloc_without_use prohibit_xfreopen_without_use redundant_const proper_name_utf8_requires_ICONV require_config_h require_config_h_first space_tab require_test_exit_idiom texinfo_acronym tight_scope trailing_blank unmarked_diagnostics useless_cpp_parens vulnerable_makefile_CVE-2009-4029 vulnerable_makefile_CVE-2012-3386 GEN sc_bracket_spacing_check maint.mk: skipping test sc_preprocessor_indentation: cppi not installed ../tests/test-uris-common.c maint.mk: empty line(s) or no newline at EOF ../maint.mk:926: recipe for target 'sc_prohibit_empty_lines_at_EOF' failed make: *** [sc_prohibit_empty_lines_at_EOF] Error 1 make: *** Waiting for unfinished jobs.... Build step 'Execute shell' marked build as failure
1 2
0 0
[Libvirt-ci] Build failed in Jenkins: libosinfo-syntax-check » libvirt-debian-8 #96
by ci@centos.org 18 Feb '19

18 Feb '19
See <https://ci.centos.org/job/libosinfo-syntax-check/systems=libvirt-debian-8/9…> ------------------------------------------ Started by upstream project "libosinfo-syntax-check" build number 96 originally caused by: Started by upstream project "libosinfo-build" build number 99 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-syntax-check/systems=libvirt-debian-8/w…> [libosinfo] $ /bin/sh -xe /tmp/jenkins5440080298647442646.sh + cd build + /usr/bin/make syntax-check GFDL_version TAB_in_indentation Wundef_boolean avoid_attribute_unused_in_header avoid_if_before_free bindtextdomain bracket_spacing_check cast_of_argument_to_free cast_of_x_alloc_return_value changelog const_long_option copyright_check copyright_format error_message_period error_message_warn_fatal m4_quote_check makefile_TAB_only_indentation makefile_at_at_check makefile_path_separator_check obsolete_symbols po_check preprocessor_indentation prohibit_HAVE_MBRTOWC prohibit_S_IS_definition prohibit_always-defined_macros prohibit_argmatch_without_use prohibit_assert_without_use prohibit_backup_files prohibit_atoi_atof prohibit_c_ctype_without_use prohibit_canonicalize_without_use prohibit_cloexec_without_use prohibit_close_stream_without_use prohibit_cvs_keyword prohibit_dirent_without_use prohibit_defined_have_decl_tests prohibit_doubled_word prohibit_empty_lines_at_EOF prohibit_error_without_use prohibit_getopt_without_use prohibit_hash_pjw_without_use prohibit_hash_without_use prohibit_have_config_h prohibit_ignore_value_without_use prohibit_intprops_without_use prohibit_inttostr_without_use prohibit_long_options_without_use prohibit_magic_number_exit prohibit_openat_without_use prohibit_path_max_allocation prohibit_posixver_without_use prohibit_quote_without_use prohibit_quotearg_without_use prohibit_reversed_compare_failure prohibit_safe_read_without_use prohibit_root_dev_ino_without_use prohibit_same_without_use prohibit_signal_without_use prohibit_stat_st_blocks prohibit_stddef_without_use prohibit_stdio--_without_use prohibit_stdio-safer_without_use prohibit_strings_without_use prohibit_strcmp prohibit_strncpy prohibit_test_double_equal prohibit_test_minus_ao prohibit_undesirable_word_seq prohibit_verify_without_use prohibit_xalloc_without_use prohibit_xfreopen_without_use proper_name_utf8_requires_ICONV redundant_const require_config_h require_config_h_first require_test_exit_idiom space_tab tight_scope texinfo_acronym trailing_blank unmarked_diagnostics vulnerable_makefile_CVE-2009-4029 useless_cpp_parens vulnerable_makefile_CVE-2012-3386 GEN sc_bracket_spacing_check maint.mk: skipping test sc_preprocessor_indentation: cppi not installed ../tests/test-uris-common.c maint.mk: empty line(s) or no newline at EOF ../maint.mk:926: recipe for target 'sc_prohibit_empty_lines_at_EOF' failed make: *** [sc_prohibit_empty_lines_at_EOF] Error 1 make: *** Waiting for unfinished jobs.... Build step 'Execute shell' marked build as failure
1 2
0 0
[Libvirt-ci] Build failed in Jenkins: libosinfo-check » libvirt-fedora-rawhide #93
by ci@centos.org 18 Feb '19

18 Feb '19
See <https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-rawhide/93…> ------------------------------------------ Started by upstream project "libosinfo-check" build number 93 originally caused by: Started by upstream project "libosinfo-syntax-check" build number 94 originally caused by: Started by upstream project "libosinfo-build" build number 97 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/jenkins6012909466857481289.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-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_list-test-list.o CC test_entity-test-entity.o CC test_device-test-device.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_treeuris-test-treeuris.o CC test_imageuris-test-imageuris.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-list PASS: test-device PASS: test-entity 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:1440: test-suite.log] Error 1 gmake[3]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-rawhide/ws…'> gmake[2]: *** [Makefile:1548: check-TESTS] Error 2 gmake[2]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-rawhide/ws…'> gmake[1]: *** [Makefile:1769: 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/eos: OK /isodetect/windows: OK /isodetect/ubuntu: ISO ubuntu-18.04.1.0-live-server-amd64.iso.txt was not matched by OS ubuntu18.04 /isodetect/ubuntu: FAIL /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
0 0
[Libvirt-ci] Build failed in Jenkins: libosinfo-check » libvirt-freebsd-12 #93
by ci@centos.org 18 Feb '19

18 Feb '19
See <https://ci.centos.org/job/libosinfo-check/systems=libvirt-freebsd-12/93/dis…> ------------------------------------------ Started by upstream project "libosinfo-check" build number 93 originally caused by: Started by upstream project "libosinfo-syntax-check" build number 94 originally caused by: Started by upstream project "libosinfo-build" build number 97 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/jenkins5414381805141037675.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_treeuris-test-treeuris.o CC test_imageuris-test-imageuris.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-list PASS: test-devicelinklist PASS: test-device PASS: test-devicelist PASS: test-filter PASS: test-product PASS: test-oslist PASS: test-productfilter PASS: test-media 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:1440: 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:1548: 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:1769: 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/pureos: OK /isodetect/eos: OK /isodetect/windows: OK /isodetect/ubuntu: ISO ubuntu-18.04.1.0-live-server-amd64.iso.txt was not matched by OS ubuntu18.04 /isodetect/ubuntu: FAIL /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
0 0
[Libvirt-ci] Build failed in Jenkins: libosinfo-check » libvirt-freebsd-11 #93
by ci@centos.org 18 Feb '19

18 Feb '19
See <https://ci.centos.org/job/libosinfo-check/systems=libvirt-freebsd-11/93/dis…> ------------------------------------------ Started by upstream project "libosinfo-check" build number 93 originally caused by: Started by upstream project "libosinfo-syntax-check" build number 94 originally caused by: Started by upstream project "libosinfo-build" build number 97 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/jenkins8810259437469373807.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-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_treeuris-test-treeuris.o CC test_imageuris-test-imageuris.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-entity PASS: test-list PASS: test-device PASS: test-devicelinklist PASS: test-devicelist PASS: test-filter PASS: test-product PASS: test-media PASS: test-productfilter PASS: test-oslist 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 ============================================================================ gmake[3]: *** [Makefile:1440: 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:1548: 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:1769: 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/android-x86: OK /isodetect/windows: OK /isodetect/ubuntu: ISO ubuntu-18.04.1.0-live-server-amd64.iso.txt was not matched by OS ubuntu18.04 /isodetect/ubuntu: FAIL /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
0 0
[Libvirt-ci] Build failed in Jenkins: libosinfo-check » libvirt-fedora-28 #93
by ci@centos.org 18 Feb '19

18 Feb '19
See <https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-28/93/disp…> ------------------------------------------ Started by upstream project "libosinfo-check" build number 93 originally caused by: Started by upstream project "libosinfo-syntax-check" build number 94 originally caused by: Started by upstream project "libosinfo-build" build number 97 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/jenkins2653946735051716873.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-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-symfile GEN check-symsorting 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_list-test-list.o CC test_device-test-device.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_treeuris-test-treeuris.o CC test_imageuris-test-imageuris.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-list PASS: test-entity PASS: test-device PASS: test-devicelinklist PASS: test-filter PASS: test-devicelist 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 ============================================================================ gmake[3]: *** [Makefile:1412: 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:1520: check-TESTS] Error 2 gmake[2]: Leaving directory '<https://ci.centos.org/job/libosinfo-check/systems=libvirt-fedora-28/ws/buil…'> gmake[1]: *** [Makefile:1738: 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/windows: OK /isodetect/ubuntu: ISO ubuntu-18.04.1.0-live-server-amd64.iso.txt was not matched by OS ubuntu18.04 /isodetect/ubuntu: FAIL /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/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/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
0 0
  • ← Newer
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.