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
  • ----- 2026 -----
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2025 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2024 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2023 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2022 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2021 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2020 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2019 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2018 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2017 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2016 -----
  • December
  • November
  • October
  • September
  • August
  • July
ci@lists.libvirt.org

  • 2 participants
  • 9881 discussions
[Libvirt-ci] Still Failing: libvirt/libvirt#2464 (master - 7283439)
by Travis CI 18 Jul '19

18 Jul '19
Build Update for libvirt/libvirt ------------------------------------- Build: #2464 Status: Still Failing Duration: 42 mins and 26 secs Commit: 7283439 (master) Author: Peter Krempa Message: util: command: Ignore bitmap errors when enumerating file descriptors to close virCommandMassCloseGetFDsLinux fails when running libvird on valgrind with the following message: libvirt: error : internal error: unable to set FD as open: 1024 This is because valgrind opens few file descriptors beyond the limit: 65701125 lr-x------. 1 root root 64 Jul 18 14:48 1024 -> /home/pipo/build/libvirt/gcc/src/.libs/libvirtd 65701126 lrwx------. 1 root root 64 Jul 18 14:48 1025 -> '/tmp/valgrind_proc_3849_cmdline_186612e3 (deleted)' 65701127 lrwx------. 1 root root 64 Jul 18 14:48 1026 -> '/tmp/valgrind_proc_3849_auxv_186612e3 (deleted)' 65701128 lrwx------. 1 root root 64 Jul 18 14:48 1027 -> /dev/pts/11 65701129 lr-x------. 1 root root 64 Jul 18 14:48 1028 -> 'pipe:[65689522]' 65701130 l-wx------. 1 root root 64 Jul 18 14:48 1029 -> 'pipe:[65689522]' 65701131 lr-x------. 1 root root 64 Jul 18 14:48 1030 -> /tmp/vgdb-pipe-from-vgdb-to-3849-by-root-on-angien Ignore bitmap errors in this case since we'd leak those FD's anyways in the previous scenario. Signed-off-by: Peter Krempa <pkrempa(a)redhat.com> Reviewed-by: Michal Privoznik <mprivozn(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/9bc01ad87c3a...728343983787 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/560504709?utm_medium=notificat… -- You can unsubscribe from build emails from the libvirt/libvirt repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=4872032&ut…. Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notificati…. Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.
1 0
0 0
[Libvirt-ci] Still Failing: libvirt/libvirt#2463 (master - 9bc01ad)
by Travis CI 18 Jul '19

18 Jul '19
Build Update for libvirt/libvirt ------------------------------------- Build: #2463 Status: Still Failing Duration: 30 mins and 57 secs Commit: 9bc01ad (master) Author: Michal Privoznik Message: libvirt_private.syms: Properly expose virPCI* function from virpci.h There are couple of functions that are meant to be exposed but are missing syms file adjustment. Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/c012e0f7fa80...9bc01ad87c3a View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/560490837?utm_medium=notificat… -- You can unsubscribe from build emails from the libvirt/libvirt repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=4872032&ut…. Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notificati…. Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.
1 0
0 0
[Libvirt-ci] Still Failing: libvirt/libvirt#2462 (master - c012e0f)
by Travis CI 18 Jul '19

18 Jul '19
Build Update for libvirt/libvirt ------------------------------------- Build: #2462 Status: Still Failing Duration: 22 mins and 20 secs Commit: c012e0f (master) Author: Michal Privoznik Message: virSecurityManagerMetadataLock: Skip over duplicate paths If there are two paths on the list that are the same we need to lock it only once. Because when we try to lock it the second time then open() fails. And if it didn't, locking it the second time would fail for sure. After all, it is sufficient to lock all paths just once satisfy the caller. Reported-by: Daniel Henrique Barboza <danielhb413(a)gmail.com> Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com> Reviewed-by: Daniel P. Berrangé <berrange(a)redhat.com> Tested-by: Daniel Henrique Barboza <danielhb413(a)gmail.com> View the changeset: https://github.com/libvirt/libvirt/compare/48df09874ba5...c012e0f7fa80 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/560483733?utm_medium=notificat… -- You can unsubscribe from build emails from the libvirt/libvirt repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=4872032&ut…. Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notificati…. Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.
1 0
0 0
[Libvirt-ci] Build failed in Jenkins: virt-manager-check » libvirt-debian-9 #909
by ci@centos.org 18 Jul '19

18 Jul '19
See <https://ci.centos.org/job/virt-manager-check/systems=libvirt-debian-9/909/d…> ------------------------------------------ Started by upstream project "virt-manager-check" build number 909 originally caused by: Started by upstream project "virt-manager-build" build number 913 originally caused by: Started by upstream project "libosinfo-build" build number 196 originally caused by: Started by an SCM change Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on libvirt-debian-9 (libvirt) in workspace <https://ci.centos.org/job/virt-manager-check/systems=libvirt-debian-9/ws/> [virt-manager] $ /bin/sh -xe /tmp/jenkins352849180623176545.sh + /usr/bin/python3 ./setup.py test running test ............................................................<https://ci.centos.org/job/virt-manager-check/systems=libvirt-debian-9/ws/vi…>:257: Warning: g_main_loop_quit: assertion 'g_atomic_int_get (&loop->ref_count) > 0' failed tree = Libosinfo.Tree.create_from_location(location, None) .................................................................................................................................Segmentation fault Build step 'Execute shell' marked build as failure
1 5
0 0
[Libvirt-ci] Build failed in Jenkins: virt-manager-check » libvirt-fedora-29 #909
by ci@centos.org 18 Jul '19

18 Jul '19
See <https://ci.centos.org/job/virt-manager-check/systems=libvirt-fedora-29/909/…> ------------------------------------------ Started by upstream project "virt-manager-check" build number 909 originally caused by: Started by upstream project "virt-manager-build" build number 913 originally caused by: Started by upstream project "libosinfo-build" build number 196 originally caused by: Started by an SCM change Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on libvirt-fedora-29 (libvirt) in workspace <https://ci.centos.org/job/virt-manager-check/systems=libvirt-fedora-29/ws/> [virt-manager] $ /bin/sh -xe /tmp/jenkins17661671551945070767.sh + /usr/bin/python3 ./setup.py test running test ............................................................<https://ci.centos.org/job/virt-manager-check/systems=libvirt-fedora-29/ws/v…>:257: Warning: g_main_loop_quit: assertion 'g_atomic_int_get (&loop->ref_count) > 0' failed tree = Libosinfo.Tree.create_from_location(location, None) ................................................................................................................................./tmp/jenkins17661671551945070767.sh: line 3: 31686 Segmentation fault (core dumped) $PYTHON ./setup.py test Build step 'Execute shell' marked build as failure
1 5
0 0
[Libvirt-ci] Build failed in Jenkins: virt-manager-check » libvirt-debian-10 #909
by ci@centos.org 18 Jul '19

18 Jul '19
See <https://ci.centos.org/job/virt-manager-check/systems=libvirt-debian-10/909/…> ------------------------------------------ Started by upstream project "virt-manager-check" build number 909 originally caused by: Started by upstream project "virt-manager-build" build number 913 originally caused by: Started by upstream project "libosinfo-build" build number 196 originally caused by: Started by an SCM change Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on libvirt-debian-10 (libvirt) in workspace <https://ci.centos.org/job/virt-manager-check/systems=libvirt-debian-10/ws/> [virt-manager] $ /bin/sh -xe /tmp/jenkins5397131769138969662.sh + /usr/bin/python3 ./setup.py test running test ............................................................<https://ci.centos.org/job/virt-manager-check/systems=libvirt-debian-10/ws/v…>:257: Warning: g_main_loop_quit: assertion 'g_atomic_int_get (&loop->ref_count) > 0' failed tree = Libosinfo.Tree.create_from_location(location, None) .................................................................................................................................Segmentation fault Build step 'Execute shell' marked build as failure
1 5
0 0
[Libvirt-ci] Still Failing: libvirt/libvirt#2461 (master - 48df098)
by Travis CI 18 Jul '19

18 Jul '19
Build Update for libvirt/libvirt ------------------------------------- Build: #2461 Status: Still Failing Duration: 21 mins and 40 secs Commit: 48df098 (master) Author: Julio Faracco Message: util: Fix uninitalized variable to avoid garbage value. This commit is similar with 596aa144. It fixes an uninitialized variable to avoid garbage value. This case, it uses time 't' 0 if an error occurs with virTimeMillisNowRaw. Signed-off-by: Julio Faracco <jcfaracco(a)gmail.com> Reviewed-by: Michal Privoznik <mprivozn(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/e10b599a2420...48df09874ba5 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/560399201?utm_medium=notificat… -- You can unsubscribe from build emails from the libvirt/libvirt repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=4872032&ut…. Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notificati…. Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.
1 0
0 0
[Libvirt-ci] Broken: libvirt/libvirt#2460 (master - e10b599)
by Travis CI 18 Jul '19

18 Jul '19
Build Update for libvirt/libvirt ------------------------------------- Build: #2460 Status: Broken Duration: 23 mins and 23 secs Commit: e10b599 (master) Author: Cole Robinson Message: docs: formatnetwork: Document xmlns:dnsmasq Reviewed-by: Laine Stump <laine(a)laine.org> Signed-off-by: Cole Robinson <crobinso(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/d51522eb57f0...e10b599a2420 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/560202564?utm_medium=notificat… -- You can unsubscribe from build emails from the libvirt/libvirt repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=4872032&ut…. Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notificati…. Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.
1 0
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-dbus-check » libvirt-fedora-29 #484
by ci@centos.org 16 Jul '19

16 Jul '19
See <https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-29/484/…> ------------------------------------------ [...truncated 3.79 KB...] 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 PASS: test_interface.py PASS: test_domain.py FAIL: test_connect.py PASS: test_network.py PASS: test_nodedev.py PASS: test_storage.py ============================================================================ Testsuite summary for libvirt-dbus 1.4.0 ============================================================================ # TOTAL: 7 # PASS: 6 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 ============================================================================ See tests/test-suite.log Please report to libvir-list(a)redhat.com ============================================================================ gmake[3]: *** [Makefile:766: test-suite.log] Error 1 gmake[3]: Leaving directory '<https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-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_connect.py ===================== ============================= test session starts ============================== platform linux -- Python 3.7.3, pytest-3.6.4, py-1.5.4, pluggy-0.6.0 rootdir: <https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-29/ws/,> inifile: collected 35 items ../../tests/test_connect.py ......E........E..................E [100%] ==================================== ERRORS ==================================== ___________ ERROR at setup of TestConnect.test_connect_list_domains ____________ self = <test_connect.TestConnect object at 0x7fd7e7690a58> request = <SubRequest 'libvirt_dbus_setup' for <Function 'test_connect_list_domains'>> @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 0x7fd7e76af048> @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 0x7fd7e7733620> 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 0x7fd7e76ceac8> @pytest.fixture def storage_volume_create(self): """ Fixture to create dummy storage volume on the test driver This fixture should be used in the setup of every test manipulating with test volume. """ _, test_storage_pool = self.get_test_storage_pool() interface_obj = dbus.Interface(test_storage_pool, 'org.libvirt.StoragePool') > path = interface_obj.StorageVolCreateXML(xmldata.minimal_storage_vol_xml, 0) ../../tests/libvirttest.py:125: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/lib64/python3.7/site-packages/dbus/proxies.py:70: in __call__ return self._proxy_method(*args, **keywords) /usr/lib64/python3.7/site-packages/dbus/proxies.py:145: in __call__ **keywords) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <dbus._dbus.SessionBus (session) at 0x7fd7e7733620> 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 ===================== 32 passed, 3 error in 13.61 seconds ====================== FAIL test_connect.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-check » libvirt-debian-10 #519
by ci@centos.org 15 Jul '19

15 Jul '19
See <https://ci.centos.org/job/libvirt-check/systems=libvirt-debian-10/519/displ…> ------------------------------------------ [...truncated 34.15 KB...] Testsuite summary for libvirt 5.6.0 ============================================================================ # TOTAL: 221 # PASS: 195 # SKIP: 26 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-debian-10/ws/build/…'> make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-debian-10/ws/build/…'> make[3]: Leaving directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-debian-10/ws/build/…'> make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-debian-10/ws/build/…'> make[1]: Leaving directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-debian-10/ws/build/…'> Making check in tests make[1]: Entering directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-debian-10/ws/build/…'> /usr/bin/make make[2]: Entering directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-debian-10/ws/build/…'> make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-debian-10/ws/build/…'> /usr/bin/make check-TESTS make[2]: Entering directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-debian-10/ws/build/…'> make[3]: Entering directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-debian-10/ws/build/…'> PASS: sockettest PASS: virhostcputest PASS: virbuftest PASS: seclabeltest PASS: virhashtest PASS: virconftest PASS: viratomictest PASS: utiltest PASS: shunloadtest PASS: virtimetest PASS: viruritest PASS: virkeyfiletest PASS: viralloctest PASS: virauthconfigtest PASS: virbitmaptest PASS: vircgrouptest PASS: vircryptotest PASS: virpcitest PASS: virendiantest PASS: virfiletest PASS: virfilecachetest PASS: virfirewalltest PASS: viriscsitest PASS: virkeycodetest PASS: virlockspacetest PASS: virlogtest PASS: virrotatingfiletest PASS: virschematest PASS: virstringtest PASS: virportallocatortest PASS: sysinfotest PASS: virkmodtest PASS: vircapstest PASS: commandtest PASS: domainconftest PASS: domaincapstest PASS: virnetdevtest PASS: virhostdevtest PASS: vshtabletest PASS: virtypedparamtest PASS: virnetmessagetest PASS: virerrortest PASS: virnetdaemontest PASS: virnetserverclienttest PASS: virnettlscontexttest PASS: virnettlssessiontest PASS: fchosttest PASS: scsihosttest PASS: virnetsockettest PASS: vircaps2xmltest PASS: fdstreamtest PASS: virresctrltest PASS: virdbustest FAIL: virsystemdtest PASS: virpolkittest PASS: securityselinuxtest PASS: viridentitytest PASS: xlconfigtest PASS: securityselinuxlabeltest PASS: xmconfigtest PASS: qemuxml2argvtest PASS: libxlxml2domconfigtest PASS: qemudomainsnapshotxml2xmltest PASS: qemuxml2xmltest PASS: qemumonitorjsontest PASS: qemuhotplugtest PASS: qemucapabilitiestest PASS: qemuagenttest PASS: qemucaps2xmltest PASS: qemumemlocktest PASS: qemucommandutiltest PASS: qemublocktest PASS: qemumigparamstest PASS: qemufirmwaretest PASS: lxcxml2xmltest PASS: lxcconf2xmltest PASS: openvzutilstest PASS: qemusecuritytest PASS: esxutilstest PASS: vmx2xmltest PASS: vboxsnapshotxmltest PASS: vmwarevertest PASS: xml2vmxtest PASS: virjsontest PASS: networkxml2xmltest PASS: virnetworkportxml2xmltest PASS: networkxml2xmlupdatetest PASS: networkxml2firewalltest PASS: networkxml2conftest PASS: nwfilterxml2xmltest PASS: virnwfilterbindingxml2xmltest PASS: nwfilterebiptablestest PASS: nwfilterxml2firewalltest PASS: storagevolxml2argvtest PASS: virstorageutiltest PASS: storagepoolxml2argvtest PASS: storagepoolxml2xmltest PASS: storagepoolcapstest PASS: virscsitest PASS: nsstest PASS: nssguesttest PASS: storagevolxml2xmltest PASS: nodedevxml2xmltest PASS: interfacexml2xmltest PASS: cputest PASS: metadatatest PASS: secretxml2xmltest PASS: genericxml2xmltest PASS: virusbtest PASS: virnetdevbandwidthtest PASS: eventtest PASS: virdrivermoduletest PASS: objecteventtest PASS: virmacmaptest PASS: libvirtd-fail PASS: virstoragetest PASS: libvirtd-pool PASS: virsh-cpuset PASS: virsh-define-dev-segfault PASS: virsh-int-overflow PASS: virsh-read-bufsiz PASS: virsh-read-non-seekable PASS: virsh-schedinfo PASS: virsh-self-test PASS: virt-admin-self-test PASS: virsh-snapshot PASS: virsh-start PASS: virsh-undefine PASS: virsh-uriprecedence PASS: virsh-vcpupin PASS: virsh-optparse PASS: virt-aa-helper-test PASS: virshtest ============================================================================ Testsuite summary for libvirt 5.6.0 ============================================================================ # TOTAL: 133 # PASS: 132 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 ============================================================================ See tests/test-suite.log Please report to libvir-list(a)redhat.com ============================================================================ make[3]: *** [Makefile:5994: test-suite.log] Error 1 make[3]: Leaving directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-debian-10/ws/build/…'> make[2]: *** [Makefile:6102: check-TESTS] Error 2 make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-debian-10/ws/build/…'> make[1]: *** [Makefile:7135: check-am] Error 2 make[1]: Leaving directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-debian-10/ws/build/…'> make: *** [Makefile:2127: check-recursive] Error 1 + cat tests/test-suite.log ========================================= libvirt 5.6.0: tests/test-suite.log ========================================= # TOTAL: 133 # PASS: 132 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: virsystemdtest ==================== TEST: virsystemdtest 1) Test create container ... OK 2) Test create container again ... OK 3) Test terminate container ... OK 4) Test terminate container again ... OK 5) Test create machine ... OK 6) Test create machine again ... OK 7) Test terminate machine ... OK 8) Test terminate machine again ... OK 9) Test create no systemd ... OK 10) Test create no systemd again ... OK 11) Test create systemd not running ... OK 12) Test create systemd not running again ... OK 13) Test create bad systemd ... libvirt: DBus Utils error : Something went wrong creating the machine OK 14) Test create bad systemd again ... libvirt: DBus Utils error : Something went wrong creating the machine OK 15) Test create with network ... OK 16) Test create with network again ... OK 17) Test getting machine name ... OK 18) Test getting machine name again ... OK 19) Test scopename ... OK 20) Test scopename ... OK 21) Test scopename ... OK 22) Test scopename ... OK 23) Test scopename ... OK 24) Test scopename ... OK 25) Test scopename ... OK 26) Test scopename ... OK 27) Test scopename ... OK 28) Test scopename ... OK 29) Test scopename ... OK 30) Test scopename ... OK 31) Test scopename ... OK 32) Test scopename ... OK 33) Test canSuspend ... OK 34) Test canSuspend no systemd ... OK 35) Test systemd canSuspend not running ... OK 36) Test canHibernate ... OK 37) Test canHibernate no systemd ... OK 38) Test systemd canHibernate not running ... OK 39) Test canHybridSleep ... OK 40) Test canHybridSleep no systemd ... OK 41) Test systemd canHybridSleep not running ... OK 42) Test activation empty ... OK 43) Test activation names ... Got 3 IP sockets but expected only 1 or 2 FAILED 44) Test activation addrs ... Got 3 IP sockets but expected only 1 or 2 FAILED FAIL virsystemdtest (exit status: 1) + exit 1 Build step 'Execute shell' marked build as failure
1 3
0 0
  • ← Newer
  • 1
  • ...
  • 687
  • 688
  • 689
  • 690
  • 691
  • 692
  • 693
  • ...
  • 989
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.