Table of Contents
Test Report
View CI Run 2415 | Commit bdcbb3b
🧪 Test Report
Generated on 2025-08-18 16:01:49 CEST
🧾 General Info
- duration: 5.726732015609741
- root: /workspace/tligui_y/slic
- environment: {}
📋 Summary
- Error: 6
- Passed: 1
- Total: 7
- Collected: 7
🔎 Tests
❌ Error (6)
-
📄 test_utils_dbusnotify.py
↳ Function: test_notify_create
-
❌ Test 1
📌 Setup phase
duration:
4.1827886761166155outcome:
failedcrash:
path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/dbus/connection.py lineno: 634 message: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.Spawn.ChildSignaled: Process org.freedesktop.Notifications received signal 5traceback:
- path: tests/test_utils_dbusnotify.py lineno: 24 message: None - path: slic/utils/dbusnotify.py lineno: 15 message: in __init__ - path: .pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py lineno: 237 message: in get_object - path: .pixi/envs/default/lib/python3.8/site-packages/dbus/proxies.py lineno: 250 message: in __init__ - path: .pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py lineno: 178 message: in activate_name_owner - path: .pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py lineno: 273 message: in start_service_by_name - path: .pixi/envs/default/lib/python3.8/site-packages/dbus/connection.py lineno: 634 message: DBusExceptionlongrepr:
self = <dbus._dbus.SessionBus (session) at 0x7f9ba808d0e0> bus_name = 'org.freedesktop.Notifications' def activate_name_owner(self, bus_name): if (bus_name is not None and bus_name[:1] != ':' and bus_name != BUS_DAEMON_NAME): try: > return self.get_name_owner(bus_name) .pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py:173: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ .pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py:348: in get_name_owner return self.call_blocking(BUS_DAEMON_NAME, BUS_DAEMON_PATH, _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <dbus._dbus.SessionBus (session) at 0x7f9ba808d0e0> bus_name = 'org.freedesktop.DBus', object_path = '/org/freedesktop/DBus' dbus_interface = 'org.freedesktop.DBus', method = 'GetNameOwner' signature = 's', args = ('org.freedesktop.Notifications',), timeout = -1.0 byte_arrays = False, kwargs = {}, get_args_opts = {'byte_arrays': False} message = <dbus.lowlevel.MethodCallMessage path: /org/freedesktop/DBus, iface: org.freedesktop.DBus, member: GetNameOwner dest: org.freedesktop.DBus> 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 '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.freedesktop.DBus.Error.NameHasNoOwner: Could not get owner of name 'org.freedesktop.Notifications': no such name .pixi/envs/default/lib/python3.8/site-packages/dbus/connection.py:634: DBusException During handling of the above exception, another exception occurred: @pytest.fixture(scope="session") def notifier(): """Importe DBusNotify avec un SessionBus actif (dunst -print).""" import slic.utils.dbusnotify as dbn > return dbn.DBusNotify() tests/test_utils_dbusnotify.py:24: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ slic/utils/dbusnotify.py:15: in __init__ obj = bus.get_object(BUS_NAME, OBJECT_PATH) .pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py:237: in get_object return self.ProxyObjectClass(self, bus_name, object_path, .pixi/envs/default/lib/python3.8/site-packages/dbus/proxies.py:250: in __init__ self._named_service = conn.activate_name_owner(bus_name) .pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py:178: in activate_name_owner self.start_service_by_name(bus_name) .pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py:273: in start_service_by_name return (True, self.call_blocking(BUS_DAEMON_NAME, BUS_DAEMON_PATH, _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <dbus._dbus.SessionBus (session) at 0x7f9ba808d0e0> bus_name = 'org.freedesktop.DBus', object_path = '/org/freedesktop/DBus' dbus_interface = 'org.freedesktop.DBus', method = 'StartServiceByName' signature = 'su', args = ('org.freedesktop.Notifications', 0), timeout = -1.0 byte_arrays = False, kwargs = {}, get_args_opts = {'byte_arrays': False} message = <dbus.lowlevel.MethodCallMessage path: /org/freedesktop/DBus, iface: org.freedesktop.DBus, member: StartServiceByName dest: org.freedesktop.DBus> 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 '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.freedesktop.DBus.Error.Spawn.ChildSignaled: Process org.freedesktop.Notifications received signal 5 .pixi/envs/default/lib/python3.8/site-packages/dbus/connection.py:634: DBusException📌 Teardown phase
duration:
0.00036549102514982224outcome:
passed
↳ Function: test_notify_update
-
❌ Test 2
📌 Setup phase
duration:
0.00030861981213092804outcome:
failedcrash:
path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/dbus/connection.py lineno: 634 message: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.Spawn.ChildSignaled: Process org.freedesktop.Notifications received signal 5traceback:
- path: tests/test_utils_dbusnotify.py lineno: 24 message: None - path: slic/utils/dbusnotify.py lineno: 15 message: in __init__ - path: .pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py lineno: 237 message: in get_object - path: .pixi/envs/default/lib/python3.8/site-packages/dbus/proxies.py lineno: 250 message: in __init__ - path: .pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py lineno: 178 message: in activate_name_owner - path: .pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py lineno: 273 message: in start_service_by_name - path: .pixi/envs/default/lib/python3.8/site-packages/dbus/connection.py lineno: 634 message: DBusExceptionlongrepr:
self = <dbus._dbus.SessionBus (session) at 0x7f9ba808d0e0> bus_name = 'org.freedesktop.Notifications' def activate_name_owner(self, bus_name): if (bus_name is not None and bus_name[:1] != ':' and bus_name != BUS_DAEMON_NAME): try: > return self.get_name_owner(bus_name) .pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py:173: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ .pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py:348: in get_name_owner return self.call_blocking(BUS_DAEMON_NAME, BUS_DAEMON_PATH, _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <dbus._dbus.SessionBus (session) at 0x7f9ba808d0e0> bus_name = 'org.freedesktop.DBus', object_path = '/org/freedesktop/DBus' dbus_interface = 'org.freedesktop.DBus', method = 'GetNameOwner' signature = 's', args = ('org.freedesktop.Notifications',), timeout = -1.0 byte_arrays = False, kwargs = {}, get_args_opts = {'byte_arrays': False} message = <dbus.lowlevel.MethodCallMessage path: /org/freedesktop/DBus, iface: org.freedesktop.DBus, member: GetNameOwner dest: org.freedesktop.DBus> 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 '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.freedesktop.DBus.Error.NameHasNoOwner: Could not get owner of name 'org.freedesktop.Notifications': no such name .pixi/envs/default/lib/python3.8/site-packages/dbus/connection.py:634: DBusException During handling of the above exception, another exception occurred: @pytest.fixture(scope="session") def notifier(): """Importe DBusNotify avec un SessionBus actif (dunst -print).""" import slic.utils.dbusnotify as dbn > return dbn.DBusNotify() tests/test_utils_dbusnotify.py:24: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ slic/utils/dbusnotify.py:15: in __init__ obj = bus.get_object(BUS_NAME, OBJECT_PATH) .pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py:237: in get_object return self.ProxyObjectClass(self, bus_name, object_path, .pixi/envs/default/lib/python3.8/site-packages/dbus/proxies.py:250: in __init__ self._named_service = conn.activate_name_owner(bus_name) .pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py:178: in activate_name_owner self.start_service_by_name(bus_name) .pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py:273: in start_service_by_name return (True, self.call_blocking(BUS_DAEMON_NAME, BUS_DAEMON_PATH, _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <dbus._dbus.SessionBus (session) at 0x7f9ba808d0e0> bus_name = 'org.freedesktop.DBus', object_path = '/org/freedesktop/DBus' dbus_interface = 'org.freedesktop.DBus', method = 'StartServiceByName' signature = 'su', args = ('org.freedesktop.Notifications', 0), timeout = -1.0 byte_arrays = False, kwargs = {}, get_args_opts = {'byte_arrays': False} message = <dbus.lowlevel.MethodCallMessage path: /org/freedesktop/DBus, iface: org.freedesktop.DBus, member: StartServiceByName dest: org.freedesktop.DBus> 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 '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.freedesktop.DBus.Error.Spawn.ChildSignaled: Process org.freedesktop.Notifications received signal 5 .pixi/envs/default/lib/python3.8/site-packages/dbus/connection.py:634: DBusException📌 Teardown phase
duration:
0.0002227509394288063outcome:
passed
↳ Function: test_get_server_info
-
❌ Test 3
📌 Setup phase
duration:
0.00018291501328349113outcome:
failedcrash:
path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/dbus/connection.py lineno: 634 message: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.Spawn.ChildSignaled: Process org.freedesktop.Notifications received signal 5traceback:
- path: tests/test_utils_dbusnotify.py lineno: 24 message: None - path: slic/utils/dbusnotify.py lineno: 15 message: in __init__ - path: .pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py lineno: 237 message: in get_object - path: .pixi/envs/default/lib/python3.8/site-packages/dbus/proxies.py lineno: 250 message: in __init__ - path: .pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py lineno: 178 message: in activate_name_owner - path: .pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py lineno: 273 message: in start_service_by_name - path: .pixi/envs/default/lib/python3.8/site-packages/dbus/connection.py lineno: 634 message: DBusExceptionlongrepr:
self = <dbus._dbus.SessionBus (session) at 0x7f9ba808d0e0> bus_name = 'org.freedesktop.Notifications' def activate_name_owner(self, bus_name): if (bus_name is not None and bus_name[:1] != ':' and bus_name != BUS_DAEMON_NAME): try: > return self.get_name_owner(bus_name) .pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py:173: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ .pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py:348: in get_name_owner return self.call_blocking(BUS_DAEMON_NAME, BUS_DAEMON_PATH, _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <dbus._dbus.SessionBus (session) at 0x7f9ba808d0e0> bus_name = 'org.freedesktop.DBus', object_path = '/org/freedesktop/DBus' dbus_interface = 'org.freedesktop.DBus', method = 'GetNameOwner' signature = 's', args = ('org.freedesktop.Notifications',), timeout = -1.0 byte_arrays = False, kwargs = {}, get_args_opts = {'byte_arrays': False} message = <dbus.lowlevel.MethodCallMessage path: /org/freedesktop/DBus, iface: org.freedesktop.DBus, member: GetNameOwner dest: org.freedesktop.DBus> 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 '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.freedesktop.DBus.Error.NameHasNoOwner: Could not get owner of name 'org.freedesktop.Notifications': no such name .pixi/envs/default/lib/python3.8/site-packages/dbus/connection.py:634: DBusException During handling of the above exception, another exception occurred: @pytest.fixture(scope="session") def notifier(): """Importe DBusNotify avec un SessionBus actif (dunst -print).""" import slic.utils.dbusnotify as dbn > return dbn.DBusNotify() tests/test_utils_dbusnotify.py:24: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ slic/utils/dbusnotify.py:15: in __init__ obj = bus.get_object(BUS_NAME, OBJECT_PATH) .pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py:237: in get_object return self.ProxyObjectClass(self, bus_name, object_path, .pixi/envs/default/lib/python3.8/site-packages/dbus/proxies.py:250: in __init__ self._named_service = conn.activate_name_owner(bus_name) .pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py:178: in activate_name_owner self.start_service_by_name(bus_name) .pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py:273: in start_service_by_name return (True, self.call_blocking(BUS_DAEMON_NAME, BUS_DAEMON_PATH, _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <dbus._dbus.SessionBus (session) at 0x7f9ba808d0e0> bus_name = 'org.freedesktop.DBus', object_path = '/org/freedesktop/DBus' dbus_interface = 'org.freedesktop.DBus', method = 'StartServiceByName' signature = 'su', args = ('org.freedesktop.Notifications', 0), timeout = -1.0 byte_arrays = False, kwargs = {}, get_args_opts = {'byte_arrays': False} message = <dbus.lowlevel.MethodCallMessage path: /org/freedesktop/DBus, iface: org.freedesktop.DBus, member: StartServiceByName dest: org.freedesktop.DBus> 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 '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.freedesktop.DBus.Error.Spawn.ChildSignaled: Process org.freedesktop.Notifications received signal 5 .pixi/envs/default/lib/python3.8/site-packages/dbus/connection.py:634: DBusException📌 Teardown phase
duration:
0.00023477384820580482outcome:
passed
↳ Function: test_get_capabilities
-
❌ Test 4
📌 Setup phase
duration:
0.00019453279674053192outcome:
failedcrash:
path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/dbus/connection.py lineno: 634 message: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.Spawn.ChildSignaled: Process org.freedesktop.Notifications received signal 5traceback:
- path: tests/test_utils_dbusnotify.py lineno: 24 message: None - path: slic/utils/dbusnotify.py lineno: 15 message: in __init__ - path: .pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py lineno: 237 message: in get_object - path: .pixi/envs/default/lib/python3.8/site-packages/dbus/proxies.py lineno: 250 message: in __init__ - path: .pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py lineno: 178 message: in activate_name_owner - path: .pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py lineno: 273 message: in start_service_by_name - path: .pixi/envs/default/lib/python3.8/site-packages/dbus/connection.py lineno: 634 message: DBusExceptionlongrepr:
self = <dbus._dbus.SessionBus (session) at 0x7f9ba808d0e0> bus_name = 'org.freedesktop.Notifications' def activate_name_owner(self, bus_name): if (bus_name is not None and bus_name[:1] != ':' and bus_name != BUS_DAEMON_NAME): try: > return self.get_name_owner(bus_name) .pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py:173: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ .pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py:348: in get_name_owner return self.call_blocking(BUS_DAEMON_NAME, BUS_DAEMON_PATH, _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <dbus._dbus.SessionBus (session) at 0x7f9ba808d0e0> bus_name = 'org.freedesktop.DBus', object_path = '/org/freedesktop/DBus' dbus_interface = 'org.freedesktop.DBus', method = 'GetNameOwner' signature = 's', args = ('org.freedesktop.Notifications',), timeout = -1.0 byte_arrays = False, kwargs = {}, get_args_opts = {'byte_arrays': False} message = <dbus.lowlevel.MethodCallMessage path: /org/freedesktop/DBus, iface: org.freedesktop.DBus, member: GetNameOwner dest: org.freedesktop.DBus> 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 '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.freedesktop.DBus.Error.NameHasNoOwner: Could not get owner of name 'org.freedesktop.Notifications': no such name .pixi/envs/default/lib/python3.8/site-packages/dbus/connection.py:634: DBusException During handling of the above exception, another exception occurred: @pytest.fixture(scope="session") def notifier(): """Importe DBusNotify avec un SessionBus actif (dunst -print).""" import slic.utils.dbusnotify as dbn > return dbn.DBusNotify() tests/test_utils_dbusnotify.py:24: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ slic/utils/dbusnotify.py:15: in __init__ obj = bus.get_object(BUS_NAME, OBJECT_PATH) .pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py:237: in get_object return self.ProxyObjectClass(self, bus_name, object_path, .pixi/envs/default/lib/python3.8/site-packages/dbus/proxies.py:250: in __init__ self._named_service = conn.activate_name_owner(bus_name) .pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py:178: in activate_name_owner self.start_service_by_name(bus_name) .pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py:273: in start_service_by_name return (True, self.call_blocking(BUS_DAEMON_NAME, BUS_DAEMON_PATH, _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <dbus._dbus.SessionBus (session) at 0x7f9ba808d0e0> bus_name = 'org.freedesktop.DBus', object_path = '/org/freedesktop/DBus' dbus_interface = 'org.freedesktop.DBus', method = 'StartServiceByName' signature = 'su', args = ('org.freedesktop.Notifications', 0), timeout = -1.0 byte_arrays = False, kwargs = {}, get_args_opts = {'byte_arrays': False} message = <dbus.lowlevel.MethodCallMessage path: /org/freedesktop/DBus, iface: org.freedesktop.DBus, member: StartServiceByName dest: org.freedesktop.DBus> 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 '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.freedesktop.DBus.Error.Spawn.ChildSignaled: Process org.freedesktop.Notifications received signal 5 .pixi/envs/default/lib/python3.8/site-packages/dbus/connection.py:634: DBusException📌 Teardown phase
duration:
0.0002260659821331501outcome:
passed
↳ Function: test_notify_and_close
-
❌ Test 5
📌 Setup phase
duration:
0.0002041887491941452outcome:
failedcrash:
path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/dbus/connection.py lineno: 634 message: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.Spawn.ChildSignaled: Process org.freedesktop.Notifications received signal 5traceback:
- path: tests/test_utils_dbusnotify.py lineno: 24 message: None - path: slic/utils/dbusnotify.py lineno: 15 message: in __init__ - path: .pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py lineno: 237 message: in get_object - path: .pixi/envs/default/lib/python3.8/site-packages/dbus/proxies.py lineno: 250 message: in __init__ - path: .pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py lineno: 178 message: in activate_name_owner - path: .pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py lineno: 273 message: in start_service_by_name - path: .pixi/envs/default/lib/python3.8/site-packages/dbus/connection.py lineno: 634 message: DBusExceptionlongrepr:
self = <dbus._dbus.SessionBus (session) at 0x7f9ba808d0e0> bus_name = 'org.freedesktop.Notifications' def activate_name_owner(self, bus_name): if (bus_name is not None and bus_name[:1] != ':' and bus_name != BUS_DAEMON_NAME): try: > return self.get_name_owner(bus_name) .pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py:173: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ .pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py:348: in get_name_owner return self.call_blocking(BUS_DAEMON_NAME, BUS_DAEMON_PATH, _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <dbus._dbus.SessionBus (session) at 0x7f9ba808d0e0> bus_name = 'org.freedesktop.DBus', object_path = '/org/freedesktop/DBus' dbus_interface = 'org.freedesktop.DBus', method = 'GetNameOwner' signature = 's', args = ('org.freedesktop.Notifications',), timeout = -1.0 byte_arrays = False, kwargs = {}, get_args_opts = {'byte_arrays': False} message = <dbus.lowlevel.MethodCallMessage path: /org/freedesktop/DBus, iface: org.freedesktop.DBus, member: GetNameOwner dest: org.freedesktop.DBus> 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 '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.freedesktop.DBus.Error.NameHasNoOwner: Could not get owner of name 'org.freedesktop.Notifications': no such name .pixi/envs/default/lib/python3.8/site-packages/dbus/connection.py:634: DBusException During handling of the above exception, another exception occurred: @pytest.fixture(scope="session") def notifier(): """Importe DBusNotify avec un SessionBus actif (dunst -print).""" import slic.utils.dbusnotify as dbn > return dbn.DBusNotify() tests/test_utils_dbusnotify.py:24: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ slic/utils/dbusnotify.py:15: in __init__ obj = bus.get_object(BUS_NAME, OBJECT_PATH) .pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py:237: in get_object return self.ProxyObjectClass(self, bus_name, object_path, .pixi/envs/default/lib/python3.8/site-packages/dbus/proxies.py:250: in __init__ self._named_service = conn.activate_name_owner(bus_name) .pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py:178: in activate_name_owner self.start_service_by_name(bus_name) .pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py:273: in start_service_by_name return (True, self.call_blocking(BUS_DAEMON_NAME, BUS_DAEMON_PATH, _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <dbus._dbus.SessionBus (session) at 0x7f9ba808d0e0> bus_name = 'org.freedesktop.DBus', object_path = '/org/freedesktop/DBus' dbus_interface = 'org.freedesktop.DBus', method = 'StartServiceByName' signature = 'su', args = ('org.freedesktop.Notifications', 0), timeout = -1.0 byte_arrays = False, kwargs = {}, get_args_opts = {'byte_arrays': False} message = <dbus.lowlevel.MethodCallMessage path: /org/freedesktop/DBus, iface: org.freedesktop.DBus, member: StartServiceByName dest: org.freedesktop.DBus> 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 '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.freedesktop.DBus.Error.Spawn.ChildSignaled: Process org.freedesktop.Notifications received signal 5 .pixi/envs/default/lib/python3.8/site-packages/dbus/connection.py:634: DBusException📌 Teardown phase
duration:
0.00024700770154595375outcome:
passed
↳ Function: test_notify_invalid_value
-
❌ Test 6
📌 Setup phase
duration:
0.00019790325313806534outcome:
failedcrash:
path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/dbus/connection.py lineno: 634 message: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.Spawn.ChildSignaled: Process org.freedesktop.Notifications received signal 5traceback:
- path: tests/test_utils_dbusnotify.py lineno: 24 message: None - path: slic/utils/dbusnotify.py lineno: 15 message: in __init__ - path: .pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py lineno: 237 message: in get_object - path: .pixi/envs/default/lib/python3.8/site-packages/dbus/proxies.py lineno: 250 message: in __init__ - path: .pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py lineno: 178 message: in activate_name_owner - path: .pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py lineno: 273 message: in start_service_by_name - path: .pixi/envs/default/lib/python3.8/site-packages/dbus/connection.py lineno: 634 message: DBusExceptionlongrepr:
self = <dbus._dbus.SessionBus (session) at 0x7f9ba808d0e0> bus_name = 'org.freedesktop.Notifications' def activate_name_owner(self, bus_name): if (bus_name is not None and bus_name[:1] != ':' and bus_name != BUS_DAEMON_NAME): try: > return self.get_name_owner(bus_name) .pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py:173: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ .pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py:348: in get_name_owner return self.call_blocking(BUS_DAEMON_NAME, BUS_DAEMON_PATH, _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <dbus._dbus.SessionBus (session) at 0x7f9ba808d0e0> bus_name = 'org.freedesktop.DBus', object_path = '/org/freedesktop/DBus' dbus_interface = 'org.freedesktop.DBus', method = 'GetNameOwner' signature = 's', args = ('org.freedesktop.Notifications',), timeout = -1.0 byte_arrays = False, kwargs = {}, get_args_opts = {'byte_arrays': False} message = <dbus.lowlevel.MethodCallMessage path: /org/freedesktop/DBus, iface: org.freedesktop.DBus, member: GetNameOwner dest: org.freedesktop.DBus> 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 '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.freedesktop.DBus.Error.NameHasNoOwner: Could not get owner of name 'org.freedesktop.Notifications': no such name .pixi/envs/default/lib/python3.8/site-packages/dbus/connection.py:634: DBusException During handling of the above exception, another exception occurred: @pytest.fixture(scope="session") def notifier(): """Importe DBusNotify avec un SessionBus actif (dunst -print).""" import slic.utils.dbusnotify as dbn > return dbn.DBusNotify() tests/test_utils_dbusnotify.py:24: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ slic/utils/dbusnotify.py:15: in __init__ obj = bus.get_object(BUS_NAME, OBJECT_PATH) .pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py:237: in get_object return self.ProxyObjectClass(self, bus_name, object_path, .pixi/envs/default/lib/python3.8/site-packages/dbus/proxies.py:250: in __init__ self._named_service = conn.activate_name_owner(bus_name) .pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py:178: in activate_name_owner self.start_service_by_name(bus_name) .pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py:273: in start_service_by_name return (True, self.call_blocking(BUS_DAEMON_NAME, BUS_DAEMON_PATH, _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <dbus._dbus.SessionBus (session) at 0x7f9ba808d0e0> bus_name = 'org.freedesktop.DBus', object_path = '/org/freedesktop/DBus' dbus_interface = 'org.freedesktop.DBus', method = 'StartServiceByName' signature = 'su', args = ('org.freedesktop.Notifications', 0), timeout = -1.0 byte_arrays = False, kwargs = {}, get_args_opts = {'byte_arrays': False} message = <dbus.lowlevel.MethodCallMessage path: /org/freedesktop/DBus, iface: org.freedesktop.DBus, member: StartServiceByName dest: org.freedesktop.DBus> 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 '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.freedesktop.DBus.Error.Spawn.ChildSignaled: Process org.freedesktop.Notifications received signal 5 .pixi/envs/default/lib/python3.8/site-packages/dbus/connection.py:634: DBusException📌 Teardown phase
duration:
0.00022274721413850784outcome:
passed
-
✅ Passed (1)
-
📄 test_utils_dbusnotify.py
↳ Function: test_convert_dbus_strings
-
✅ Test 7
📌 Setup phase
duration:
0.00013225898146629333outcome:
passed📌 Call phase
duration:
0.00020684394985437393outcome:
passed📌 Teardown phase
duration:
0.0001818290911614895outcome:
passed
-
📚 Collected files
✅ (1 tests)
-
✅
- Outcome:
passed - result:
- nodeid: tests/test_utils_dbusnotify.py type: Module - Outcome:
✅ tests (2 tests)
-
✅ tests/test_utils_dbusnotify.py
- Outcome:
passed - result:
- nodeid: tests/test_utils_dbusnotify.py::DBusTestCase type: UnitTestCase - nodeid: tests/test_utils_dbusnotify.py::test_notify_create type: Function lineno: 26 - nodeid: tests/test_utils_dbusnotify.py::test_notify_update type: Function lineno: 36 - nodeid: tests/test_utils_dbusnotify.py::test_get_server_info type: Function lineno: 45 - nodeid: tests/test_utils_dbusnotify.py::test_get_capabilities type: Function lineno: 56 - nodeid: tests/test_utils_dbusnotify.py::test_notify_and_close type: Function lineno: 71 - nodeid: tests/test_utils_dbusnotify.py::test_notify_invalid_value type: Function lineno: 81 - nodeid: tests/test_utils_dbusnotify.py::test_convert_dbus_strings type: Function lineno: 87-
✅ tests/test_utils_dbusnotify.py::DBusTestCase
- Outcome:
passed - result:
[] - Outcome:
- Outcome:
⚠️ Warnings
Warnings nº1
message: invalid escape sequence \-
category: DeprecationWarning
when: runtest
filename: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/bsread/h5.py
lineno: 207
Warnings nº2
message: The module numpy.dual is deprecated. Instead of using dual, use the functions directly from numpy or scipy.
category: DeprecationWarning
when: runtest
filename: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/scipy/fft/__init__.py
lineno: 97