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 -----
  • 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
  • 9424 discussions
[Libvirt-ci] Fixed: libvirt/libvirt#2445 (master - ff09b1f)
by Travis CI 13 Jul '19

13 Jul '19
Build Update for libvirt/libvirt ------------------------------------- Build: #2445 Status: Fixed Duration: 21 mins and 48 secs Commit: ff09b1f (master) Author: Daniel P. Berrangé Message: tests: skip systemd activation test if FDs 3/4/5 are open With systemd activation the passed in file descriptors are required to be numbered from STDERR_FILENO + 1 onwards. The unit tests thus require FDs 3, 4 and 5 to be available. This may not be the case in all environments in which the tests run. For example on RHEL7 it was seen that a library constructor (gcrypt probably) opens /dev/urandom and leaves the file handle open. This means FD 3 is not available and the activation tests fail. The best way to deal with this would be to create a standalone helper program for the tests, but that's much more work than just skipping the tests if we notice we have the problem. Signed-off-by: Daniel P. Berrangé <berrange(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/597bded48d0c...ff09b1f62bb3 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/557950837?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#2444 (master - 597bded)
by Travis CI 13 Jul '19

13 Jul '19
Build Update for libvirt/libvirt ------------------------------------- Build: #2444 Status: Broken Duration: 22 mins and 16 secs Commit: 597bded (master) Author: Daniel P. Berrangé Message: rpc: remove unused typedef for auto shutdown function callback The use of the virNetServerAutoShutdownFunc typedef was removed in commit 79b8a56995e6d9ce47e0b44512f7be440df9ff7d Author: Daniel P. Berrange <berrange(a)redhat.com> Date: Wed Oct 31 19:03:55 2012 +0000 Replace polling for active VMs with signalling by drivers This unused typedef was then copied into the virNetDaemon object when that was split off from virNetServer, resulting in a typedef virNetDaemonAutoShutdownFunc that has never been needed. Reviewed-by: Michal Privoznik <mprivozn(a)redhat.com> Signed-off-by: Daniel P. Berrangé <berrange(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/68c4d6204609...597bded48d0c View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/557918876?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-30 #478
by ci@centos.org 12 Jul '19

12 Jul '19
See <https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-30/478/…> ------------------------------------------ [...truncated 10.80 KB...] Disconnected from D-Bus. ___________________________ TestDomain.test_shutdown ___________________________ self = <test_domain.TestDomain object at 0x7fc8945b2518> def test_shutdown(self): def domain_stopped(path, event, detail): if event != libvirttest.DomainEvent.STOPPED: return assert detail == libvirttest.DomainEventStoppedDetailType.SHUTDOWN assert isinstance(path, dbus.ObjectPath) self.loop.quit() self.connect.connect_to_signal('DomainEvent', domain_stopped) obj, domain = self.get_test_domain() > domain.Shutdown(0) ../../tests/test_domain.py:107: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /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 0x7fc8946c07d8> bus_name = dbus.String(':1.2') object_path = dbus.ObjectPath('/org/libvirt/Test/domain/_6695eb01_f6a4_8304_79aa_97f2502e193f') dbus_interface = 'org.libvirt.Domain', method = 'Shutdown', 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/domain/_6695eb01_f6a4_8304_79aa_97f2502e193f, iface: org.libvirt.Domain, member: Shutdown 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: internal error: domain 'test' not running /usr/lib64/python3.7/site-packages/dbus/connection.py:651: DBusException --------------------------- Captured stderr teardown --------------------------- Disconnected from D-Bus. ___________________________ TestDomain.test_suspend ____________________________ self = <test_domain.TestDomain object at 0x7fc894677080> def test_suspend(self): def domain_suspended(path, event, detail): if event != libvirttest.DomainEvent.SUSPENDED: return assert detail == libvirttest.DomainEventSuspendedDetailType.PAUSED assert isinstance(path, dbus.ObjectPath) self.loop.quit() self.connect.connect_to_signal('DomainEvent', domain_suspended) obj, domain = self.get_test_domain() > domain.Suspend() ../../tests/test_domain.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 0x7fc8946c07d8> bus_name = dbus.String(':1.2') object_path = dbus.ObjectPath('/org/libvirt/Test/domain/_6695eb01_f6a4_8304_79aa_97f2502e193f') dbus_interface = 'org.libvirt.Domain', method = 'Suspend', signature = '' args = (), timeout = -1.0, byte_arrays = False, kwargs = {} get_args_opts = {'byte_arrays': False} message = <dbus.lowlevel.MethodCallMessage path: /org/libvirt/Test/domain/_6695eb01_f6a4_8304_79aa_97f2502e193f, iface: org.libvirt.Domain, member: Suspend 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: internal error: domain 'test' not running /usr/lib64/python3.7/site-packages/dbus/connection.py:651: DBusException --------------------------- Captured stderr teardown --------------------------- Disconnected from D-Bus. ___________________________ TestDomain.test_undefine ___________________________ self = <test_domain.TestDomain object at 0x7fc8946a1b38> def test_undefine(self): def domain_undefined(path, event, detail): if event != libvirttest.DomainEvent.UNDEFINED: return assert detail == libvirttest.DomainEventUndefinedDetailType.REMOVED assert isinstance(path, dbus.ObjectPath) self.loop.quit() self.connect.connect_to_signal('DomainEvent', domain_undefined) _, domain = self.get_test_domain() > domain.Shutdown(0) ../../tests/test_domain.py:143: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /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 0x7fc8946c07d8> bus_name = dbus.String(':1.2') object_path = dbus.ObjectPath('/org/libvirt/Test/domain/_6695eb01_f6a4_8304_79aa_97f2502e193f') dbus_interface = 'org.libvirt.Domain', method = 'Shutdown', 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/domain/_6695eb01_f6a4_8304_79aa_97f2502e193f, iface: org.libvirt.Domain, member: Shutdown 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: internal error: domain 'test' not running /usr/lib64/python3.7/site-packages/dbus/connection.py:651: DBusException --------------------------- Captured stderr teardown --------------------------- Disconnected from D-Bus. =============================== warnings summary =============================== tests/test_domain.py::TestDomain::()::test_resume source:362: DeprecationWarning: invalid escape sequence \ source:399: DeprecationWarning: invalid escape sequence \ tests/test_domain.py::TestDomain::()::test_shutdown source:362: DeprecationWarning: invalid escape sequence \ source:399: DeprecationWarning: invalid escape sequence \ tests/test_domain.py::TestDomain::()::test_suspend source:362: DeprecationWarning: invalid escape sequence \ source:399: DeprecationWarning: invalid escape sequence \ tests/test_domain.py::TestDomain::()::test_undefine source:362: DeprecationWarning: invalid escape sequence \ source:399: DeprecationWarning: invalid escape sequence \ -- Docs: https://docs.pytest.org/en/latest/warnings.html =========== 4 failed, 5 passed, 8 warnings, 1 error in 7.60 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-freebsd-11 #478
by ci@centos.org 12 Jul '19

12 Jul '19
See <https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-freebsd-11/478…> ------------------------------------------ [...truncated 28.11 KB...] 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: storage pool 'default-pool' is not active /usr/local/lib/python3.6/site-packages/dbus/connection.py:651: DBusException --------------------------- Captured stderr teardown --------------------------- Disconnected from D-Bus. ____________ TestStoragePool.test_storage_pool_list_storage_volumes ____________ self = <test_storage.TestStoragePool object at 0x809717898> def test_storage_pool_list_storage_volumes(self): _, test_storage_pool = self.get_test_storage_pool() interface_obj = dbus.Interface(test_storage_pool, 'org.libvirt.StoragePool') > storage_vols = interface_obj.ListStorageVolumes(0) ../../tests/test_storage.py:88: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/local/lib/python3.6/site-packages/dbus/proxies.py:70: in __call__ return self._proxy_method(*args, **keywords) /usr/local/lib/python3.6/site-packages/dbus/proxies.py:145: in __call__ **keywords) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <dbus._dbus.SessionBus (session) at 0x8096d3d00> bus_name = dbus.String(':1.3') object_path = dbus.ObjectPath('/org/libvirt/Test/storagepool/_dfe224cb_28fb_8dd0_c4b2_64eb3f0f4566') dbus_interface = 'org.libvirt.StoragePool', method = 'ListStorageVolumes' 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/storagepool/_dfe224cb_28fb_8dd0_c4b2_64eb3f0f4566, iface: org.libvirt.StoragePool, member: ListStorageVolumes 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: storage pool is not active /usr/local/lib/python3.6/site-packages/dbus/connection.py:651: DBusException --------------------------- Captured stderr teardown --------------------------- Disconnected from D-Bus. __________________ TestStoragePool.test_storage_pool_undefine __________________ self = <test_storage.TestStoragePool object at 0x8096bdeb8> def test_storage_pool_undefine(self): def storage_pool_undefined(path, event, _detail): if event != libvirttest.StoragePoolEvent.UNDEFINED: return assert isinstance(path, dbus.ObjectPath) self.loop.quit() self.connect.connect_to_signal('StoragePoolEvent', storage_pool_undefined) _, test_storage_pool = self.get_test_storage_pool() interface_obj = dbus.Interface(test_storage_pool, 'org.libvirt.StoragePool') > interface_obj.Destroy() ../../tests/test_storage.py:116: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/local/lib/python3.6/site-packages/dbus/proxies.py:70: in __call__ return self._proxy_method(*args, **keywords) /usr/local/lib/python3.6/site-packages/dbus/proxies.py:145: in __call__ **keywords) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <dbus._dbus.SessionBus (session) at 0x8096d3d00> bus_name = dbus.String(':1.3') object_path = dbus.ObjectPath('/org/libvirt/Test/storagepool/_dfe224cb_28fb_8dd0_c4b2_64eb3f0f4566') dbus_interface = 'org.libvirt.StoragePool', method = 'Destroy', signature = '' args = (), 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: Destroy 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: storage pool 'default-pool' is not active /usr/local/lib/python3.6/site-packages/dbus/connection.py:651: DBusException --------------------------- Captured stderr teardown --------------------------- Disconnected from D-Bus. __________________ TestStoragePool.test_storage_pool_refresh ___________________ self = <test_storage.TestStoragePool object at 0x8097f6d30> def test_storage_pool_refresh(self): _, test_storage_pool = self.get_test_storage_pool() interface_obj = dbus.Interface(test_storage_pool, 'org.libvirt.StoragePool') interface_obj.connect_to_signal('Refresh', lambda: self.loop.quit()) > interface_obj.Refresh(0) ../../tests/test_storage.py:127: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/local/lib/python3.6/site-packages/dbus/proxies.py:70: in __call__ return self._proxy_method(*args, **keywords) /usr/local/lib/python3.6/site-packages/dbus/proxies.py:145: in __call__ **keywords) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <dbus._dbus.SessionBus (session) at 0x8096d3d00> bus_name = dbus.String(':1.3') object_path = dbus.ObjectPath('/org/libvirt/Test/storagepool/_dfe224cb_28fb_8dd0_c4b2_64eb3f0f4566') dbus_interface = 'org.libvirt.StoragePool', method = 'Refresh', 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/storagepool/_dfe224cb_28fb_8dd0_c4b2_64eb3f0f4566, iface: org.libvirt.StoragePool, member: Refresh 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: storage pool 'default-pool' is not active /usr/local/lib/python3.6/site-packages/dbus/connection.py:651: DBusException --------------------------- Captured stderr teardown --------------------------- Disconnected from D-Bus. ================= 4 failed, 6 passed, 6 error in 11.43 seconds ================= FAIL test_storage.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-build » libvirt-freebsd-11 #650
by ci@centos.org 12 Jul '19

12 Jul '19
See <https://ci.centos.org/job/libvirt-build/systems=libvirt-freebsd-11/650/disp…> Changes: [berrange] qemu: acquire a pidfile in the driver root directory [berrange] secrets: acquire a pidfile in the driver root directory [berrange] network: acquire a pidfile in the driver root directory [berrange] storage: acquire a pidfile in the driver root directory [berrange] nodedev: acquire a pidfile in the driver root directory [berrange] interface: acquire a pidfile in the driver root directory [berrange] nwfilter: acquire a pidfile in the driver root directory [berrange] libxl: remove obsolete check for xend during driver startup [berrange] libxl: acquire a pidfile in the driver root directory [berrange] lxc: acquire a pidfile in the driver root directory [berrange] vz: acquire a pidfile in the driver root directory [berrange] bhyve: acquire a pidfile in the driver root directory ------------------------------------------ [...truncated 135.07 KB...] CC util/libvirt_util_la-virhashcode.lo CC util/libvirt_util_la-virhook.lo CC util/libvirt_util_la-virhostcpu.lo CC util/libvirt_util_la-virhostdev.lo CC util/libvirt_util_la-virhostmem.lo CC util/libvirt_util_la-viridentity.lo CC util/libvirt_util_la-virinitctl.lo CC util/libvirt_util_la-viriptables.lo CC util/libvirt_util_la-viriscsi.lo CC util/libvirt_util_la-virjson.lo CC util/libvirt_util_la-virkeycode.lo CC util/libvirt_util_la-virkeyfile.lo CC util/libvirt_util_la-virlease.lo CC util/libvirt_util_la-virlockspace.lo CC util/libvirt_util_la-virlog.lo CC util/libvirt_util_la-virmacaddr.lo CC util/libvirt_util_la-virmacmap.lo CC util/libvirt_util_la-virmodule.lo CC util/libvirt_util_la-virnetdev.lo CC util/libvirt_util_la-virnetdevbandwidth.lo CC util/libvirt_util_la-virnetdevbridge.lo CC util/libvirt_util_la-virnetdevip.lo CC util/libvirt_util_la-virnetdevmacvlan.lo CC util/libvirt_util_la-virnetdevmidonet.lo CC util/libvirt_util_la-virnetdevopenvswitch.lo CC util/libvirt_util_la-virnetdevtap.lo CC util/libvirt_util_la-virnetdevveth.lo CC util/libvirt_util_la-virnetdevvlan.lo CC util/libvirt_util_la-virnetdevvportprofile.lo CC util/libvirt_util_la-virnetlink.lo CC util/libvirt_util_la-virnodesuspend.lo CC util/libvirt_util_la-virkmod.lo CC util/libvirt_util_la-virnuma.lo CC util/libvirt_util_la-virobject.lo CC util/libvirt_util_la-virpci.lo CC util/libvirt_util_la-virpidfile.lo CC util/libvirt_util_la-virpolkit.lo CC util/libvirt_util_la-virportallocator.lo CC util/libvirt_util_la-virprocess.lo CC util/libvirt_util_la-virqemu.lo CC util/libvirt_util_la-virrandom.lo CC util/libvirt_util_la-virresctrl.lo CC util/libvirt_util_la-virrotatingfile.lo CC util/libvirt_util_la-virscsi.lo CC util/libvirt_util_la-virscsihost.lo CC util/libvirt_util_la-virscsivhost.lo CC util/libvirt_util_la-virseclabel.lo CC util/libvirt_util_la-virsecret.lo CC util/libvirt_util_la-virsocketaddr.lo CC util/libvirt_util_la-virstorageencryption.lo CC util/libvirt_util_la-virstoragefile.lo CC util/libvirt_util_la-virstoragefilebackend.lo CC util/libvirt_util_la-virstring.lo CC util/libvirt_util_la-virsysinfo.lo CC util/libvirt_util_la-virsystemd.lo CC util/libvirt_util_la-virthread.lo CC util/libvirt_util_la-virthreadjob.lo CC util/libvirt_util_la-virthreadpool.lo CC util/libvirt_util_la-virtime.lo CC util/libvirt_util_la-virtpm.lo CC util/libvirt_util_la-virtypedparam.lo CC util/libvirt_util_la-virusb.lo CC util/libvirt_util_la-viruri.lo CC util/libvirt_util_la-virutil.lo CC util/libvirt_util_la-viruuid.lo CC util/libvirt_util_la-virvhba.lo CC util/libvirt_util_la-virvsock.lo CC util/libvirt_util_la-virxml.lo CC util/libvirt_util_la-virmdev.lo CC util/libvirt_util_la-virfilecache.lo CC conf/libvirt_conf_la-netdev_bandwidth_conf.lo CC conf/libvirt_conf_la-netdev_vport_profile_conf.lo CC conf/libvirt_conf_la-netdev_vlan_conf.lo CC conf/libvirt_conf_la-virnetworkportdef.lo CC conf/libvirt_conf_la-capabilities.lo CC conf/libvirt_conf_la-domain_addr.lo CC conf/libvirt_conf_la-domain_capabilities.lo CC conf/libvirt_conf_la-domain_conf.lo CC conf/libvirt_conf_la-domain_audit.lo CC conf/libvirt_conf_la-domain_nwfilter.lo CC conf/libvirt_conf_la-virsavecookie.lo CC conf/libvirt_conf_la-moment_conf.lo CC conf/libvirt_conf_la-snapshot_conf.lo CC conf/libvirt_conf_la-numa_conf.lo CC conf/libvirt_conf_la-virdomainobjlist.lo CC conf/libvirt_conf_la-virdomainmomentobjlist.lo CC conf/libvirt_conf_la-virdomainsnapshotobjlist.lo CC conf/libvirt_conf_la-object_event.lo CC conf/libvirt_conf_la-domain_event.lo CC conf/libvirt_conf_la-network_event.lo CC conf/libvirt_conf_la-storage_event.lo CC conf/libvirt_conf_la-node_device_event.lo CC conf/libvirt_conf_la-secret_event.lo CC conf/libvirt_conf_la-network_conf.lo CC conf/libvirt_conf_la-virnetworkobj.lo CC conf/libvirt_conf_la-networkcommon_conf.lo CC conf/libvirt_conf_la-nwfilter_params.lo CC conf/libvirt_conf_la-nwfilter_ipaddrmap.lo CC conf/libvirt_conf_la-nwfilter_conf.lo CC conf/libvirt_conf_la-virnwfilterobj.lo CC conf/libvirt_conf_la-virnwfilterbindingdef.lo CC conf/libvirt_conf_la-virnwfilterbindingobj.lo CC conf/libvirt_conf_la-virnwfilterbindingobjlist.lo CC conf/libvirt_conf_la-node_device_conf.lo CC conf/libvirt_conf_la-node_device_util.lo CC conf/libvirt_conf_la-virnodedeviceobj.lo CC conf/libvirt_conf_la-storage_adapter_conf.lo CC conf/libvirt_conf_la-storage_capabilities.lo CC conf/libvirt_conf_la-storage_conf.lo CC conf/libvirt_conf_la-virstorageobj.lo CC conf/libvirt_conf_la-interface_conf.lo CC conf/libvirt_conf_la-virinterfaceobj.lo CC conf/libvirt_conf_la-secret_conf.lo CC conf/libvirt_conf_la-virsecretobj.lo CC conf/libvirt_conf_la-cpu_conf.lo CC conf/libvirt_conf_la-virchrdev.lo CC conf/libvirt_conf_la-device_conf.lo CC cpu/libvirt_cpu_la-cpu.lo CC cpu/libvirt_cpu_la-cpu_x86.lo CC cpu/libvirt_cpu_la-cpu_s390.lo CC cpu/libvirt_cpu_la-cpu_arm.lo CC cpu/libvirt_cpu_la-cpu_ppc64.lo CC cpu/libvirt_cpu_la-cpu_map.lo CC security/libvirt_security_manager_la-security_driver.lo CC security/libvirt_security_manager_la-security_nop.lo CC security/libvirt_security_manager_la-security_stack.lo CC security/libvirt_security_manager_la-security_dac.lo CC security/libvirt_security_manager_la-security_manager.lo CC security/libvirt_security_manager_la-security_util.lo CC access/libvirt_driver_access_la-viraccessperm.lo CC access/libvirt_driver_access_la-viraccessmanager.lo CC access/libvirt_driver_access_la-viraccessdrivernop.lo CC access/libvirt_driver_access_la-viraccessdriverstack.lo CC access/libvirt_driver_access_la-viraccessapicheck.lo CC access/libvirt_driver_access_la-viraccessapicheckqemu.lo CC access/libvirt_driver_access_la-viraccessapichecklxc.lo CC access/libvirt_driver_access_la-viraccessdriverpolkit.lo CC rpc/libvirt_net_rpc_la-virnetmessage.lo CC rpc/libvirt_net_rpc_la-virnettlscontext.lo CC rpc/libvirt_net_rpc_la-virnetsocket.lo CC rpc/libvirt_net_rpc_la-virkeepalive.lo CC rpc/libvirt_net_rpc_la-virnetprotocol.lo CC rpc/libvirt_net_rpc_la-virkeepaliveprotocol.lo CC rpc/libvirt_net_rpc_la-virnetsshsession.lo CC rpc/libvirt_net_rpc_la-virnetsaslcontext.lo CC rpc/libvirt_net_rpc_la-virnetlibsshsession.lo CC rpc/libvirt_net_rpc_server_la-virnetserverprogram.lo CC rpc/libvirt_net_rpc_server_la-virnetserverservice.lo CC rpc/libvirt_net_rpc_server_la-virnetserverclient.lo CC rpc/libvirt_net_rpc_server_la-virnetdaemon.lo CC rpc/libvirt_net_rpc_server_la-virnetserver.lo CC rpc/libvirt_net_rpc_client_la-virnetclientprogram.lo CC rpc/libvirt_net_rpc_client_la-virnetclientstream.lo CC rpc/libvirt_net_rpc_client_la-virnetclient.lo CC phyp/libvirt_driver_phyp_la-phyp_driver.lo CC test/libvirt_driver_test_la-test_driver.lo CC esx/libvirt_driver_esx_la-esx_driver.lo CC esx/libvirt_driver_esx_la-esx_interface_driver.lo CC esx/libvirt_driver_esx_la-esx_network_driver.lo CC esx/libvirt_driver_esx_la-esx_storage_driver.lo CC esx/libvirt_driver_esx_la-esx_storage_backend_vmfs.lo CC esx/libvirt_driver_esx_la-esx_storage_backend_iscsi.lo CC esx/libvirt_driver_esx_la-esx_stream.lo CC esx/libvirt_driver_esx_la-esx_util.lo CC esx/libvirt_driver_esx_la-esx_vi.lo CC esx/libvirt_driver_esx_la-esx_vi_methods.lo CC esx/libvirt_driver_esx_la-esx_vi_types.lo CC vmx/libvirt_vmx_la-vmx.lo CC vmware/libvirt_driver_vmware_la-vmware_driver.lo CC vmware/libvirt_driver_vmware_la-vmware_conf.lo CC secret/libvirt_secret_la-secret_util.lo CC remote/libvirt_driver_remote_la-remote_driver.lo CC remote/libvirt_driver_remote_la-remote_protocol.lo CC remote/libvirt_driver_remote_la-lxc_protocol.lo CC remote/libvirt_driver_remote_la-qemu_protocol.lo CC logging/libvirt_driver_la-log_protocol.lo CC logging/libvirt_driver_la-log_manager.lo CC locking/libvirt_driver_la-lock_manager.lo CC locking/libvirt_driver_la-lock_driver_nop.lo CC locking/libvirt_driver_la-domain_lock.lo CC admin/libvirt_driver_admin_la-admin_protocol.lo CC admin/libvirt_driver_admin_la-admin_server.lo CC admin/libvirt_driver_admin_la-admin_server_dispatch.lo CC vbox/libvirt_driver_vbox_impl_la-vbox_glue.lo CC vbox/libvirt_driver_vbox_impl_la-vbox_driver.lo CC vbox/libvirt_driver_vbox_impl_la-vbox_snapshot_conf.lo CC vbox/libvirt_driver_vbox_impl_la-vbox_V5_0.lo CC vbox/libvirt_driver_vbox_impl_la-vbox_V5_1.lo CC vbox/libvirt_driver_vbox_impl_la-vbox_V5_2.lo CC vbox/libvirt_driver_vbox_impl_la-vbox_common.lo CC vbox/libvirt_driver_vbox_impl_la-vbox_network.lo CC vbox/libvirt_driver_vbox_impl_la-vbox_storage.lo CC qemu/libvirt_driver_qemu_impl_la-qemu_agent.lo CC qemu/libvirt_driver_qemu_impl_la-qemu_alias.lo CC qemu/libvirt_driver_qemu_impl_la-qemu_block.lo CC qemu/libvirt_driver_qemu_impl_la-qemu_blockjob.lo CC qemu/libvirt_driver_qemu_impl_la-qemu_capabilities.lo CC qemu/libvirt_driver_qemu_impl_la-qemu_command.lo CC qemu/libvirt_driver_qemu_impl_la-qemu_domain.lo CC qemu/libvirt_driver_qemu_impl_la-qemu_domain_address.lo CC qemu/libvirt_driver_qemu_impl_la-qemu_cgroup.lo CC qemu/libvirt_driver_qemu_impl_la-qemu_extdevice.lo CC qemu/libvirt_driver_qemu_impl_la-qemu_firmware.lo CC qemu/libvirt_driver_qemu_impl_la-qemu_hostdev.lo CC qemu/libvirt_driver_qemu_impl_la-qemu_hotplug.lo CC qemu/libvirt_driver_qemu_impl_la-qemu_conf.lo CC qemu/libvirt_driver_qemu_impl_la-qemu_process.lo CC qemu/libvirt_driver_qemu_impl_la-qemu_migration.lo CC qemu/libvirt_driver_qemu_impl_la-qemu_migration_cookie.lo CC qemu/libvirt_driver_qemu_impl_la-qemu_migration_params.lo CC qemu/libvirt_driver_qemu_impl_la-qemu_monitor.lo CC qemu/libvirt_driver_qemu_impl_la-qemu_monitor_text.lo CC qemu/libvirt_driver_qemu_impl_la-qemu_monitor_json.lo CC qemu/libvirt_driver_qemu_impl_la-qemu_driver.lo CC qemu/libvirt_driver_qemu_impl_la-qemu_interface.lo CC qemu/libvirt_driver_qemu_impl_la-qemu_security.lo CC qemu/libvirt_driver_qemu_impl_la-qemu_qapi.lo CC qemu/libvirt_driver_qemu_impl_la-qemu_tpm.lo CC bhyve/libvirt_driver_bhyve_impl_la-bhyve_capabilities.lo CC bhyve/libvirt_driver_bhyve_impl_la-bhyve_command.lo CC bhyve/libvirt_driver_bhyve_impl_la-bhyve_conf.lo CC bhyve/libvirt_driver_bhyve_impl_la-bhyve_parse_command.lo CC bhyve/libvirt_driver_bhyve_impl_la-bhyve_device.lo CC bhyve/libvirt_driver_bhyve_impl_la-bhyve_domain.lo CC bhyve/libvirt_driver_bhyve_impl_la-bhyve_driver.lo CC bhyve/libvirt_driver_bhyve_impl_la-bhyve_monitor.lo CC bhyve/libvirt_driver_bhyve_impl_la-bhyve_process.lo CCLD libvirt_driver_network_impl.la CC node_device/libvirt_driver_nodedev_la-node_device_driver.lo CC node_device/libvirt_driver_nodedev_la-node_device_hal.lo CC storage/libvirt_driver_storage_impl_la-storage_driver.lo ../../src/node_device/node_device_hal.c:632:9: error: implicit declaration of function 'virFileMakePathWithMode' is invalid in C99 [-Werror,-Wimplicit-function-declaration] if (virFileMakePathWithMode(driver->stateDir, S_IRWXU) < 0) { ^ ../../src/node_device/node_device_hal.c:632:9: error: this function declaration is not a prototype [-Werror,-Wstrict-prototypes] ../../src/node_device/node_device_hal.c:632:51: error: use of undeclared identifier 'S_IRWXU' if (virFileMakePathWithMode(driver->stateDir, S_IRWXU) < 0) { ^ 3 errors generated. gmake[3]: *** [Makefile:10962: node_device/libvirt_driver_nodedev_la-node_device_hal.lo] Error 1 gmake[3]: *** Waiting for unfinished jobs.... rm util/virkeycode-atset3.pod util/virkeycode-usb.pod util/virkeycode-qnum.pod util/virkeycode-xtkbd.pod util/virkeycode-win32.pod util/virkeyname-linux.pod util/virkeycode-osx.pod util/virkeycode-linux.pod util/virkeyname-osx.pod util/virkeycode-atset1.pod util/virkeyname-win32.pod util/virkeycode-atset2.pod gmake[3]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-build/systems=libvirt-freebsd-11/ws/build…'> gmake[2]: *** [Makefile:7067: all] Error 2 gmake[2]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-build/systems=libvirt-freebsd-11/ws/build…'> gmake[1]: *** [Makefile:2127: all-recursive] Error 1 gmake[1]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-build/systems=libvirt-freebsd-11/ws/build'> gmake: *** [Makefile:2020: all] Error 2 Build step 'Execute shell' marked build as failure
1 1
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-build » libvirt-freebsd-12 #650
by ci@centos.org 12 Jul '19

12 Jul '19
See <https://ci.centos.org/job/libvirt-build/systems=libvirt-freebsd-12/650/disp…> Changes: [berrange] qemu: acquire a pidfile in the driver root directory [berrange] secrets: acquire a pidfile in the driver root directory [berrange] network: acquire a pidfile in the driver root directory [berrange] storage: acquire a pidfile in the driver root directory [berrange] nodedev: acquire a pidfile in the driver root directory [berrange] interface: acquire a pidfile in the driver root directory [berrange] nwfilter: acquire a pidfile in the driver root directory [berrange] libxl: remove obsolete check for xend during driver startup [berrange] libxl: acquire a pidfile in the driver root directory [berrange] lxc: acquire a pidfile in the driver root directory [berrange] vz: acquire a pidfile in the driver root directory [berrange] bhyve: acquire a pidfile in the driver root directory ------------------------------------------ [...truncated 135.00 KB...] CC util/libvirt_util_la-virhashcode.lo CC util/libvirt_util_la-virhook.lo CC util/libvirt_util_la-virhostcpu.lo CC util/libvirt_util_la-virhostdev.lo CC util/libvirt_util_la-virhostmem.lo CC util/libvirt_util_la-viridentity.lo CC util/libvirt_util_la-virinitctl.lo CC util/libvirt_util_la-viriptables.lo CC util/libvirt_util_la-viriscsi.lo CC util/libvirt_util_la-virjson.lo CC util/libvirt_util_la-virkeycode.lo CC util/libvirt_util_la-virkeyfile.lo CC util/libvirt_util_la-virlease.lo CC util/libvirt_util_la-virlockspace.lo CC util/libvirt_util_la-virlog.lo CC util/libvirt_util_la-virmacaddr.lo CC util/libvirt_util_la-virmacmap.lo CC util/libvirt_util_la-virmodule.lo CC util/libvirt_util_la-virnetdev.lo CC util/libvirt_util_la-virnetdevbandwidth.lo CC util/libvirt_util_la-virnetdevbridge.lo CC util/libvirt_util_la-virnetdevmacvlan.lo CC util/libvirt_util_la-virnetdevip.lo CC util/libvirt_util_la-virnetdevmidonet.lo CC util/libvirt_util_la-virnetdevopenvswitch.lo CC util/libvirt_util_la-virnetdevtap.lo CC util/libvirt_util_la-virnetdevveth.lo CC util/libvirt_util_la-virnetdevvlan.lo CC util/libvirt_util_la-virnetdevvportprofile.lo CC util/libvirt_util_la-virnetlink.lo CC util/libvirt_util_la-virnodesuspend.lo CC util/libvirt_util_la-virkmod.lo CC util/libvirt_util_la-virnuma.lo CC util/libvirt_util_la-virobject.lo CC util/libvirt_util_la-virpci.lo CC util/libvirt_util_la-virpidfile.lo CC util/libvirt_util_la-virpolkit.lo CC util/libvirt_util_la-virportallocator.lo CC util/libvirt_util_la-virprocess.lo CC util/libvirt_util_la-virqemu.lo CC util/libvirt_util_la-virrandom.lo CC util/libvirt_util_la-virresctrl.lo CC util/libvirt_util_la-virrotatingfile.lo CC util/libvirt_util_la-virscsi.lo CC util/libvirt_util_la-virscsihost.lo CC util/libvirt_util_la-virscsivhost.lo CC util/libvirt_util_la-virseclabel.lo CC util/libvirt_util_la-virsecret.lo CC util/libvirt_util_la-virsocketaddr.lo CC util/libvirt_util_la-virstorageencryption.lo CC util/libvirt_util_la-virstoragefile.lo CC util/libvirt_util_la-virstoragefilebackend.lo CC util/libvirt_util_la-virstring.lo CC util/libvirt_util_la-virsysinfo.lo CC util/libvirt_util_la-virsystemd.lo CC util/libvirt_util_la-virthread.lo CC util/libvirt_util_la-virthreadjob.lo CC util/libvirt_util_la-virthreadpool.lo CC util/libvirt_util_la-virtime.lo CC util/libvirt_util_la-virtpm.lo CC util/libvirt_util_la-virtypedparam.lo CC util/libvirt_util_la-virusb.lo CC util/libvirt_util_la-viruri.lo CC util/libvirt_util_la-virutil.lo CC util/libvirt_util_la-viruuid.lo CC util/libvirt_util_la-virvhba.lo CC util/libvirt_util_la-virvsock.lo CC util/libvirt_util_la-virxml.lo CC util/libvirt_util_la-virmdev.lo CC util/libvirt_util_la-virfilecache.lo CC conf/libvirt_conf_la-netdev_bandwidth_conf.lo CC conf/libvirt_conf_la-netdev_vport_profile_conf.lo CC conf/libvirt_conf_la-netdev_vlan_conf.lo CC conf/libvirt_conf_la-virnetworkportdef.lo CC conf/libvirt_conf_la-capabilities.lo CC conf/libvirt_conf_la-domain_addr.lo CC conf/libvirt_conf_la-domain_capabilities.lo CC conf/libvirt_conf_la-domain_conf.lo CC conf/libvirt_conf_la-domain_audit.lo CC conf/libvirt_conf_la-domain_nwfilter.lo CC conf/libvirt_conf_la-virsavecookie.lo CC conf/libvirt_conf_la-moment_conf.lo CC conf/libvirt_conf_la-snapshot_conf.lo CC conf/libvirt_conf_la-numa_conf.lo CC conf/libvirt_conf_la-virdomainobjlist.lo CC conf/libvirt_conf_la-virdomainmomentobjlist.lo CC conf/libvirt_conf_la-virdomainsnapshotobjlist.lo CC conf/libvirt_conf_la-object_event.lo CC conf/libvirt_conf_la-domain_event.lo CC conf/libvirt_conf_la-network_event.lo CC conf/libvirt_conf_la-storage_event.lo CC conf/libvirt_conf_la-node_device_event.lo CC conf/libvirt_conf_la-secret_event.lo CC conf/libvirt_conf_la-network_conf.lo CC conf/libvirt_conf_la-virnetworkobj.lo CC conf/libvirt_conf_la-networkcommon_conf.lo CC conf/libvirt_conf_la-nwfilter_params.lo CC conf/libvirt_conf_la-nwfilter_ipaddrmap.lo CC conf/libvirt_conf_la-nwfilter_conf.lo CC conf/libvirt_conf_la-virnwfilterobj.lo CC conf/libvirt_conf_la-virnwfilterbindingdef.lo CC conf/libvirt_conf_la-virnwfilterbindingobj.lo CC conf/libvirt_conf_la-virnwfilterbindingobjlist.lo CC conf/libvirt_conf_la-node_device_conf.lo CC conf/libvirt_conf_la-node_device_util.lo CC conf/libvirt_conf_la-virnodedeviceobj.lo CC conf/libvirt_conf_la-storage_adapter_conf.lo CC conf/libvirt_conf_la-storage_capabilities.lo CC conf/libvirt_conf_la-storage_conf.lo CC conf/libvirt_conf_la-virstorageobj.lo CC conf/libvirt_conf_la-interface_conf.lo CC conf/libvirt_conf_la-virinterfaceobj.lo CC conf/libvirt_conf_la-secret_conf.lo CC conf/libvirt_conf_la-virsecretobj.lo CC conf/libvirt_conf_la-cpu_conf.lo CC conf/libvirt_conf_la-virchrdev.lo CC conf/libvirt_conf_la-device_conf.lo CC cpu/libvirt_cpu_la-cpu.lo CC cpu/libvirt_cpu_la-cpu_x86.lo CC cpu/libvirt_cpu_la-cpu_s390.lo CC cpu/libvirt_cpu_la-cpu_arm.lo CC cpu/libvirt_cpu_la-cpu_ppc64.lo CC cpu/libvirt_cpu_la-cpu_map.lo CC security/libvirt_security_manager_la-security_driver.lo CC security/libvirt_security_manager_la-security_nop.lo CC security/libvirt_security_manager_la-security_stack.lo CC security/libvirt_security_manager_la-security_dac.lo CC security/libvirt_security_manager_la-security_manager.lo CC security/libvirt_security_manager_la-security_util.lo CC access/libvirt_driver_access_la-viraccessperm.lo CC access/libvirt_driver_access_la-viraccessmanager.lo CC access/libvirt_driver_access_la-viraccessdrivernop.lo CC access/libvirt_driver_access_la-viraccessdriverstack.lo CC access/libvirt_driver_access_la-viraccessapicheck.lo CC access/libvirt_driver_access_la-viraccessapicheckqemu.lo CC access/libvirt_driver_access_la-viraccessapichecklxc.lo CC access/libvirt_driver_access_la-viraccessdriverpolkit.lo CC rpc/libvirt_net_rpc_la-virnetmessage.lo CC rpc/libvirt_net_rpc_la-virnettlscontext.lo CC rpc/libvirt_net_rpc_la-virnetsocket.lo CC rpc/libvirt_net_rpc_la-virkeepalive.lo CC rpc/libvirt_net_rpc_la-virnetprotocol.lo CC rpc/libvirt_net_rpc_la-virkeepaliveprotocol.lo CC rpc/libvirt_net_rpc_la-virnetsshsession.lo CC rpc/libvirt_net_rpc_la-virnetsaslcontext.lo CC rpc/libvirt_net_rpc_la-virnetlibsshsession.lo CC rpc/libvirt_net_rpc_server_la-virnetserverprogram.lo CC rpc/libvirt_net_rpc_server_la-virnetserverservice.lo CC rpc/libvirt_net_rpc_server_la-virnetserverclient.lo CC rpc/libvirt_net_rpc_server_la-virnetdaemon.lo CC rpc/libvirt_net_rpc_client_la-virnetclientprogram.lo CC rpc/libvirt_net_rpc_server_la-virnetserver.lo CC rpc/libvirt_net_rpc_client_la-virnetclientstream.lo CC rpc/libvirt_net_rpc_client_la-virnetclient.lo CC phyp/libvirt_driver_phyp_la-phyp_driver.lo CC test/libvirt_driver_test_la-test_driver.lo CC esx/libvirt_driver_esx_la-esx_driver.lo CC esx/libvirt_driver_esx_la-esx_interface_driver.lo CC esx/libvirt_driver_esx_la-esx_network_driver.lo CC esx/libvirt_driver_esx_la-esx_storage_driver.lo CC esx/libvirt_driver_esx_la-esx_storage_backend_vmfs.lo CC esx/libvirt_driver_esx_la-esx_storage_backend_iscsi.lo CC esx/libvirt_driver_esx_la-esx_stream.lo CC esx/libvirt_driver_esx_la-esx_util.lo CC esx/libvirt_driver_esx_la-esx_vi.lo CC esx/libvirt_driver_esx_la-esx_vi_methods.lo CC esx/libvirt_driver_esx_la-esx_vi_types.lo CC vmx/libvirt_vmx_la-vmx.lo CC vmware/libvirt_driver_vmware_la-vmware_driver.lo CC vmware/libvirt_driver_vmware_la-vmware_conf.lo CC secret/libvirt_secret_la-secret_util.lo CC remote/libvirt_driver_remote_la-remote_driver.lo CC remote/libvirt_driver_remote_la-remote_protocol.lo CC remote/libvirt_driver_remote_la-lxc_protocol.lo CC remote/libvirt_driver_remote_la-qemu_protocol.lo CC logging/libvirt_driver_la-log_protocol.lo CC logging/libvirt_driver_la-log_manager.lo CC locking/libvirt_driver_la-lock_manager.lo CC locking/libvirt_driver_la-lock_driver_nop.lo CC locking/libvirt_driver_la-domain_lock.lo CC admin/libvirt_driver_admin_la-admin_protocol.lo CC admin/libvirt_driver_admin_la-admin_server.lo CC admin/libvirt_driver_admin_la-admin_server_dispatch.lo CC vbox/libvirt_driver_vbox_impl_la-vbox_glue.lo CC vbox/libvirt_driver_vbox_impl_la-vbox_driver.lo CC vbox/libvirt_driver_vbox_impl_la-vbox_snapshot_conf.lo CC vbox/libvirt_driver_vbox_impl_la-vbox_V5_0.lo CC vbox/libvirt_driver_vbox_impl_la-vbox_V5_1.lo CC vbox/libvirt_driver_vbox_impl_la-vbox_V5_2.lo CC vbox/libvirt_driver_vbox_impl_la-vbox_common.lo CC vbox/libvirt_driver_vbox_impl_la-vbox_network.lo CC vbox/libvirt_driver_vbox_impl_la-vbox_storage.lo CC qemu/libvirt_driver_qemu_impl_la-qemu_agent.lo CC qemu/libvirt_driver_qemu_impl_la-qemu_alias.lo CC qemu/libvirt_driver_qemu_impl_la-qemu_block.lo CC qemu/libvirt_driver_qemu_impl_la-qemu_blockjob.lo CC qemu/libvirt_driver_qemu_impl_la-qemu_capabilities.lo CC qemu/libvirt_driver_qemu_impl_la-qemu_command.lo CC qemu/libvirt_driver_qemu_impl_la-qemu_domain.lo CC qemu/libvirt_driver_qemu_impl_la-qemu_domain_address.lo CC qemu/libvirt_driver_qemu_impl_la-qemu_cgroup.lo CC qemu/libvirt_driver_qemu_impl_la-qemu_extdevice.lo CC qemu/libvirt_driver_qemu_impl_la-qemu_firmware.lo CC qemu/libvirt_driver_qemu_impl_la-qemu_hostdev.lo CC qemu/libvirt_driver_qemu_impl_la-qemu_hotplug.lo CC qemu/libvirt_driver_qemu_impl_la-qemu_conf.lo CC qemu/libvirt_driver_qemu_impl_la-qemu_process.lo CC qemu/libvirt_driver_qemu_impl_la-qemu_migration.lo CC qemu/libvirt_driver_qemu_impl_la-qemu_migration_cookie.lo CC qemu/libvirt_driver_qemu_impl_la-qemu_migration_params.lo CC qemu/libvirt_driver_qemu_impl_la-qemu_monitor.lo CC qemu/libvirt_driver_qemu_impl_la-qemu_monitor_text.lo CC qemu/libvirt_driver_qemu_impl_la-qemu_monitor_json.lo CC qemu/libvirt_driver_qemu_impl_la-qemu_driver.lo CC qemu/libvirt_driver_qemu_impl_la-qemu_interface.lo CC qemu/libvirt_driver_qemu_impl_la-qemu_security.lo CC qemu/libvirt_driver_qemu_impl_la-qemu_qapi.lo CC qemu/libvirt_driver_qemu_impl_la-qemu_tpm.lo CC bhyve/libvirt_driver_bhyve_impl_la-bhyve_capabilities.lo CC bhyve/libvirt_driver_bhyve_impl_la-bhyve_command.lo CC bhyve/libvirt_driver_bhyve_impl_la-bhyve_conf.lo CC bhyve/libvirt_driver_bhyve_impl_la-bhyve_parse_command.lo CC bhyve/libvirt_driver_bhyve_impl_la-bhyve_device.lo CC bhyve/libvirt_driver_bhyve_impl_la-bhyve_domain.lo CC bhyve/libvirt_driver_bhyve_impl_la-bhyve_driver.lo CC bhyve/libvirt_driver_bhyve_impl_la-bhyve_monitor.lo CC bhyve/libvirt_driver_bhyve_impl_la-bhyve_process.lo CCLD libvirt_driver_network_impl.la CC node_device/libvirt_driver_nodedev_la-node_device_driver.lo CC node_device/libvirt_driver_nodedev_la-node_device_hal.lo CC storage/libvirt_driver_storage_impl_la-storage_driver.lo ../../src/node_device/node_device_hal.c:632:9: error: implicit declaration of function 'virFileMakePathWithMode' is invalid in C99 [-Werror,-Wimplicit-function-declaration] if (virFileMakePathWithMode(driver->stateDir, S_IRWXU) < 0) { ^ ../../src/node_device/node_device_hal.c:632:9: error: this function declaration is not a prototype [-Werror,-Wstrict-prototypes] ../../src/node_device/node_device_hal.c:632:51: error: use of undeclared identifier 'S_IRWXU' if (virFileMakePathWithMode(driver->stateDir, S_IRWXU) < 0) { ^ 3 errors generated. gmake[3]: *** [Makefile:10962: node_device/libvirt_driver_nodedev_la-node_device_hal.lo] Error 1 gmake[3]: *** Waiting for unfinished jobs.... rm util/virkeycode-atset3.pod util/virkeycode-usb.pod util/virkeycode-qnum.pod util/virkeycode-xtkbd.pod util/virkeycode-win32.pod util/virkeyname-linux.pod util/virkeycode-osx.pod util/virkeycode-linux.pod util/virkeyname-osx.pod util/virkeycode-atset1.pod util/virkeyname-win32.pod util/virkeycode-atset2.pod gmake[3]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-build/systems=libvirt-freebsd-12/ws/build…'> gmake[2]: *** [Makefile:7067: all] Error 2 gmake[2]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-build/systems=libvirt-freebsd-12/ws/build…'> gmake[1]: *** [Makefile:2127: all-recursive] Error 1 gmake[1]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-build/systems=libvirt-freebsd-12/ws/build'> gmake: *** [Makefile:2020: all] Error 2 Build step 'Execute shell' marked build as failure
1 1
0 0
[Libvirt-ci] Fixed: libvirt/libvirt#2438 (master - ec9f1cd)
by Travis CI 11 Jul '19

11 Jul '19
Build Update for libvirt/libvirt ------------------------------------- Build: #2438 Status: Fixed Duration: 38 mins and 16 secs Commit: ec9f1cd (master) Author: Daniel P. Berrangé Message: nodedev: add missing include for virFileMakePathWithMode Signed-off-by: Daniel P. Berrangé <berrange(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/5a23d22b6c24...ec9f1cd569b7 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/557338624?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] Fixed: libvirt/libvirt#2437 (master - 5a23d22)
by Travis CI 11 Jul '19

11 Jul '19
Build Update for libvirt/libvirt ------------------------------------- Build: #2437 Status: Fixed Duration: 47 mins and 29 secs Commit: 5a23d22 (master) Author: Andrea Bolognani Message: gitlab: Perform some builds on Debian 10 The split is mostly arbitrary, but we purposefully moved the mips64el builds off sid since currently that container is failing to build and is thus unavailable. Signed-off-by: Andrea Bolognani <abologna(a)redhat.com> Reviewed-by: Daniel P. Berrangé <berrange(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/dbfdbd9accc3...5a23d22b6c24 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/557330920?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#2436 (master - dbfdbd9)
by Travis CI 11 Jul '19

11 Jul '19
Build Update for libvirt/libvirt ------------------------------------- Build: #2436 Status: Broken Duration: 54 mins and 57 secs Commit: dbfdbd9 (master) Author: Daniel P. Berrangé Message: bhyve: acquire a pidfile in the driver root directory When we allow multiple instances of the driver for the same user account, using a separate root directory, we need to ensure mutual exclusion. Use a pidfile to guarantee this. In privileged libvirtd this ends up locking /var/run/libvirt/bhyve/driver.pid In unprivileged libvirtd this ends up locking /run/user/$UID/libvirt/bhyve/run/driver.pid NB, the latter can vary depending on $XDG_RUNTIME_DIR Signed-off-by: Daniel P. Berrangé <berrange(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/95f8e3237e54...dbfdbd9accc3 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/557296021?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-check » libvirt-fedora-rawhide #515
by ci@centos.org 11 Jul '19

11 Jul '19
See <https://ci.centos.org/job/libvirt-check/systems=libvirt-fedora-rawhide/515/…> ------------------------------------------ [...truncated 25.98 KB...] PASS: test-time SKIP: test-ttyname_r PASS: test-uname PASS: test-unistd PASS: test-uc_width PASS: test-unlockpt PASS: test-init.sh PASS: test-unsetenv PASS: uniwidth/test-uc_width2.sh PASS: test-vasnprintf PASS: test-vasprintf SKIP: test-vc-list-files-cvs.sh PASS: test-verify PASS: test-vc-list-files-git.sh PASS: test-vsnprintf PASS: test-usleep PASS: test-wcrtomb.sh PASS: test-wchar SKIP: test-wcrtomb-w32-1.sh SKIP: test-wcrtomb-w32-2.sh SKIP: test-wcrtomb-w32-3.sh SKIP: test-wcrtomb-w32-4.sh SKIP: test-wcrtomb-w32-5.sh PASS: test-wctype-h PASS: test-wcwidth PASS: test-write PASS: test-xalloc-die.sh PASS: test-verify.sh ============================================================================ Testsuite summary for libvirt 5.6.0 ============================================================================ # TOTAL: 221 # PASS: 195 # SKIP: 26 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ gmake[5]: Leaving directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-fedora-rawhide/ws/b…'> gmake[4]: Leaving directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-fedora-rawhide/ws/b…'> gmake[3]: Leaving directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-fedora-rawhide/ws/b…'> gmake[2]: Leaving directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-fedora-rawhide/ws/b…'> gmake[1]: Leaving directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-fedora-rawhide/ws/b…'> Making check in tests gmake[1]: Entering directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-fedora-rawhide/ws/b…'> /usr/bin/gmake gmake[2]: Entering directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-fedora-rawhide/ws/b…'> gmake[2]: Nothing to be done for 'all'. gmake[2]: Leaving directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-fedora-rawhide/ws/b…'> /usr/bin/gmake check-TESTS gmake[2]: Entering directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-fedora-rawhide/ws/b…'> gmake[3]: Entering directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-fedora-rawhide/ws/b…'> 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 ../../build-aux/test-driver: line 107: 28594 Alarm clock "$@" > $log_file 2>&1 FAIL: commandtest PASS: virkeycodetest PASS: virlockspacetest PASS: virlogtest PASS: virrotatingfiletest PASS: virstringtest PASS: virportallocatortest PASS: sysinfotest PASS: virschematest PASS: vircapstest PASS: virkmodtest PASS: domaincapstest PASS: domainconftest PASS: virnetdevtest PASS: virhostdevtest PASS: virtypedparamtest PASS: vshtabletest PASS: virerrortest PASS: virnetmessagetest PASS: virnetdaemontest PASS: virnetserverclienttest PASS: virnettlscontexttest PASS: virnettlssessiontest PASS: virnetsockettest PASS: fchosttest PASS: scsihosttest PASS: vircaps2xmltest PASS: virresctrltest PASS: virdbustest PASS: fdstreamtest PASS: virsystemdtest PASS: virpolkittest PASS: securityselinuxtest PASS: viridentitytest PASS: xlconfigtest PASS: securityselinuxlabeltest PASS: xmconfigtest PASS: qemuxml2argvtest PASS: qemuxml2xmltest PASS: libxlxml2domconfigtest PASS: qemudomainsnapshotxml2xmltest PASS: qemumonitorjsontest PASS: qemuhotplugtest PASS: qemuagenttest PASS: qemucapabilitiestest PASS: qemucaps2xmltest PASS: qemumemlocktest PASS: qemucommandutiltest PASS: qemumigparamstest PASS: qemublocktest PASS: qemufirmwaretest PASS: qemusecuritytest PASS: lxcxml2xmltest PASS: lxcconf2xmltest PASS: openvzutilstest PASS: esxutilstest PASS: vboxsnapshotxmltest PASS: vmx2xmltest PASS: xml2vmxtest PASS: vmwarevertest PASS: virjsontest PASS: networkxml2xmltest PASS: networkxml2xmlupdatetest PASS: virnetworkportxml2xmltest PASS: networkxml2conftest PASS: networkxml2firewalltest PASS: storagebackendsheepdogtest PASS: nwfilterxml2xmltest PASS: virnwfilterbindingxml2xmltest PASS: nwfilterebiptablestest PASS: nwfilterxml2firewalltest PASS: storagevolxml2argvtest PASS: storagepoolxml2argvtest PASS: virstorageutiltest 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: virstoragetest PASS: virmacmaptest PASS: libvirtd-pool PASS: virsh-cpuset PASS: libvirtd-fail 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: 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 ============================================================================ gmake[3]: *** [Makefile:5994: test-suite.log] Error 1 gmake[3]: Leaving directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-fedora-rawhide/ws/b…'> gmake[2]: *** [Makefile:6102: check-TESTS] Error 2 gmake[2]: Leaving directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-fedora-rawhide/ws/b…'> gmake[1]: *** [Makefile:7135: check-am] Error 2 gmake[1]: Leaving directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-fedora-rawhide/ws/b…'> gmake: *** [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: commandtest ================= TEST: commandtest 1) Command Exec test0 test ... OK 2) Command Exec test1 test ... OK 3) Command Exec test2 test ... OK 4) Command Exec test3 test ... OK 5) Command Exec test4 test ... OK 6) Command Exec test5 test ... OK 7) Command Exec test6 test ... OK 8) Command Exec test7 test ... OK 9) Command Exec test8 test ... OK 10) Command Exec test9 test ... OK 11) Command Exec test10 test ... OK 12) Command Exec test11 test ... OK 13) Command Exec test12 test ... OK 14) Command Exec test13 test ... OK 15) Command Exec test14 test ... OK 16) Command Exec test15 test ... OK 17) Command Exec test16 test ... OK 18) Command Exec test17 test ... OK 19) Command Exec test18 test ... FAIL commandtest (exit status: 142) + exit 1 Build step 'Execute shell' marked build as failure
1 1
0 0
  • ← Newer
  • 1
  • ...
  • 644
  • 645
  • 646
  • 647
  • 648
  • 649
  • 650
  • ...
  • 943
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.