Clone
1
run 2385 TEST commit 9cb953b
ci-bot edited this page 2025-08-17 11:40:32 +00:00

Test Report

View CI Run 2385 | Commit 9cb953b

🧪 Test Report

Generated on 2025-08-17 13:40:07 CEST

🧾 General Info

  • duration: 5.223276615142822
  • root: /workspace/tligui_y/slic
  • environment: {}

📋 Summary

  • Error: 7
  • Passed: 1
  • Total: 8
  • Collected: 8

🔎 Tests

Error (7)
  • 📄 test_utils_dbusnotify.py

    Function: test_suspend_on_idle

    • Test 1

      📌 Setup phase

      duration:

      0.00048406561836600304
      

      outcome:

      failed
      

      longrepr:

      file /workspace/tligui_y/slic/tests/test_utils_dbusnotify.py, line 36
        def test_suspend_on_idle(upower_mock):
      file /workspace/tligui_y/slic/tests/test_utils_dbusnotify.py, line 13
        @pytest.fixture
        def upower_mock(dbusmock_system):
      E       fixture 'dbusmock_system' not found
      >       available fixtures: cache, capfd, capfdbinary, caplog, capsys, capsysbinary, cov, doctest_namespace, extra, extras, include_metadata_in_junit_xml, json_metadata, metadata, monkeypatch, no_cover, notifier, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, start_ioc, time_machine, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, upower_mock
      >       use 'pytest --fixtures [testpath]' for help on them.
      
      /workspace/tligui_y/slic/tests/test_utils_dbusnotify.py:13
      

      📌 Teardown phase

      duration:

      0.0002681734040379524
      

      outcome:

      passed
      

    Function: test_notify_create

    • Test 2

      📌 Setup phase

      duration:

      0.0003397190012037754
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py
      lineno: 120
      message: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NotSupported: Using X11 for dbus-daemon autolaunch was disabled at compile time, set your DBUS_SESSION_BUS_ADDRESS instead
      

      traceback:

      -   path: tests/test_utils_dbusnotify.py
        lineno: 45
        message: None
      -   path: slic/utils/dbusnotify.py
        lineno: 14
        message: in __init__
      -   path: .pixi/envs/default/lib/python3.8/site-packages/dbus/_dbus.py
        lineno: 209
        message: in __new__
      -   path: .pixi/envs/default/lib/python3.8/site-packages/dbus/_dbus.py
        lineno: 99
        message: in __new__
      -   path: .pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py
        lineno: 120
        message: DBusException
      

      longrepr:

      @pytest.fixture
          def notifier():
              """Création de l'objet DBusNotify pour les tests."""
      >       return DBusNotify()
      
      tests/test_utils_dbusnotify.py:45: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      slic/utils/dbusnotify.py:14: in __init__
          bus = dbus.SessionBus()
      .pixi/envs/default/lib/python3.8/site-packages/dbus/_dbus.py:209: in __new__
          return Bus.__new__(cls, Bus.TYPE_SESSION, private=private,
      .pixi/envs/default/lib/python3.8/site-packages/dbus/_dbus.py:99: in __new__
          bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      
      cls = <class 'dbus._dbus.SessionBus'>, address_or_type = 0, mainloop = None
      
          def __new__(cls, address_or_type=TYPE_SESSION, mainloop=None):
      >       bus = cls._new_for_bus(address_or_type, mainloop=mainloop)
      E       dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NotSupported: Using X11 for dbus-daemon autolaunch was disabled at compile time, set your DBUS_SESSION_BUS_ADDRESS instead
      
      .pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py:120: DBusException
      

      📌 Teardown phase

      duration:

      0.0003247130662202835
      

      outcome:

      passed
      

    Function: test_notify_update

    • Test 3

      📌 Setup phase

      duration:

      0.0003253621980547905
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py
      lineno: 120
      message: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NotSupported: Using X11 for dbus-daemon autolaunch was disabled at compile time, set your DBUS_SESSION_BUS_ADDRESS instead
      

      traceback:

      -   path: tests/test_utils_dbusnotify.py
        lineno: 45
        message: None
      -   path: slic/utils/dbusnotify.py
        lineno: 14
        message: in __init__
      -   path: .pixi/envs/default/lib/python3.8/site-packages/dbus/_dbus.py
        lineno: 209
        message: in __new__
      -   path: .pixi/envs/default/lib/python3.8/site-packages/dbus/_dbus.py
        lineno: 99
        message: in __new__
      -   path: .pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py
        lineno: 120
        message: DBusException
      

      longrepr:

      @pytest.fixture
          def notifier():
              """Création de l'objet DBusNotify pour les tests."""
      >       return DBusNotify()
      
      tests/test_utils_dbusnotify.py:45: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      slic/utils/dbusnotify.py:14: in __init__
          bus = dbus.SessionBus()
      .pixi/envs/default/lib/python3.8/site-packages/dbus/_dbus.py:209: in __new__
          return Bus.__new__(cls, Bus.TYPE_SESSION, private=private,
      .pixi/envs/default/lib/python3.8/site-packages/dbus/_dbus.py:99: in __new__
          bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      
      cls = <class 'dbus._dbus.SessionBus'>, address_or_type = 0, mainloop = None
      
          def __new__(cls, address_or_type=TYPE_SESSION, mainloop=None):
      >       bus = cls._new_for_bus(address_or_type, mainloop=mainloop)
      E       dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NotSupported: Using X11 for dbus-daemon autolaunch was disabled at compile time, set your DBUS_SESSION_BUS_ADDRESS instead
      
      .pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py:120: DBusException
      

      📌 Teardown phase

      duration:

      0.0002781120128929615
      

      outcome:

      passed
      

    Function: test_get_server_info

    • Test 4

      📌 Setup phase

      duration:

      0.00031294766813516617
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py
      lineno: 120
      message: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NotSupported: Using X11 for dbus-daemon autolaunch was disabled at compile time, set your DBUS_SESSION_BUS_ADDRESS instead
      

      traceback:

      -   path: tests/test_utils_dbusnotify.py
        lineno: 45
        message: None
      -   path: slic/utils/dbusnotify.py
        lineno: 14
        message: in __init__
      -   path: .pixi/envs/default/lib/python3.8/site-packages/dbus/_dbus.py
        lineno: 209
        message: in __new__
      -   path: .pixi/envs/default/lib/python3.8/site-packages/dbus/_dbus.py
        lineno: 99
        message: in __new__
      -   path: .pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py
        lineno: 120
        message: DBusException
      

      longrepr:

      @pytest.fixture
          def notifier():
              """Création de l'objet DBusNotify pour les tests."""
      >       return DBusNotify()
      
      tests/test_utils_dbusnotify.py:45: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      slic/utils/dbusnotify.py:14: in __init__
          bus = dbus.SessionBus()
      .pixi/envs/default/lib/python3.8/site-packages/dbus/_dbus.py:209: in __new__
          return Bus.__new__(cls, Bus.TYPE_SESSION, private=private,
      .pixi/envs/default/lib/python3.8/site-packages/dbus/_dbus.py:99: in __new__
          bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      
      cls = <class 'dbus._dbus.SessionBus'>, address_or_type = 0, mainloop = None
      
          def __new__(cls, address_or_type=TYPE_SESSION, mainloop=None):
      >       bus = cls._new_for_bus(address_or_type, mainloop=mainloop)
      E       dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NotSupported: Using X11 for dbus-daemon autolaunch was disabled at compile time, set your DBUS_SESSION_BUS_ADDRESS instead
      
      .pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py:120: DBusException
      

      📌 Teardown phase

      duration:

      0.0003089713864028454
      

      outcome:

      passed
      

    Function: test_get_capabilities

    • Test 5

      📌 Setup phase

      duration:

      0.0032750549726188183
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py
      lineno: 120
      message: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NotSupported: Using X11 for dbus-daemon autolaunch was disabled at compile time, set your DBUS_SESSION_BUS_ADDRESS instead
      

      traceback:

      -   path: tests/test_utils_dbusnotify.py
        lineno: 45
        message: None
      -   path: slic/utils/dbusnotify.py
        lineno: 14
        message: in __init__
      -   path: .pixi/envs/default/lib/python3.8/site-packages/dbus/_dbus.py
        lineno: 209
        message: in __new__
      -   path: .pixi/envs/default/lib/python3.8/site-packages/dbus/_dbus.py
        lineno: 99
        message: in __new__
      -   path: .pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py
        lineno: 120
        message: DBusException
      

      longrepr:

      @pytest.fixture
          def notifier():
              """Création de l'objet DBusNotify pour les tests."""
      >       return DBusNotify()
      
      tests/test_utils_dbusnotify.py:45: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      slic/utils/dbusnotify.py:14: in __init__
          bus = dbus.SessionBus()
      .pixi/envs/default/lib/python3.8/site-packages/dbus/_dbus.py:209: in __new__
          return Bus.__new__(cls, Bus.TYPE_SESSION, private=private,
      .pixi/envs/default/lib/python3.8/site-packages/dbus/_dbus.py:99: in __new__
          bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      
      cls = <class 'dbus._dbus.SessionBus'>, address_or_type = 0, mainloop = None
      
          def __new__(cls, address_or_type=TYPE_SESSION, mainloop=None):
      >       bus = cls._new_for_bus(address_or_type, mainloop=mainloop)
      E       dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NotSupported: Using X11 for dbus-daemon autolaunch was disabled at compile time, set your DBUS_SESSION_BUS_ADDRESS instead
      
      .pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py:120: DBusException
      

      📌 Teardown phase

      duration:

      0.00027741212397813797
      

      outcome:

      passed
      

    Function: test_notify_and_close

    • Test 6

      📌 Setup phase

      duration:

      0.00031782127916812897
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py
      lineno: 120
      message: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NotSupported: Using X11 for dbus-daemon autolaunch was disabled at compile time, set your DBUS_SESSION_BUS_ADDRESS instead
      

      traceback:

      -   path: tests/test_utils_dbusnotify.py
        lineno: 45
        message: None
      -   path: slic/utils/dbusnotify.py
        lineno: 14
        message: in __init__
      -   path: .pixi/envs/default/lib/python3.8/site-packages/dbus/_dbus.py
        lineno: 209
        message: in __new__
      -   path: .pixi/envs/default/lib/python3.8/site-packages/dbus/_dbus.py
        lineno: 99
        message: in __new__
      -   path: .pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py
        lineno: 120
        message: DBusException
      

      longrepr:

      @pytest.fixture
          def notifier():
              """Création de l'objet DBusNotify pour les tests."""
      >       return DBusNotify()
      
      tests/test_utils_dbusnotify.py:45: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      slic/utils/dbusnotify.py:14: in __init__
          bus = dbus.SessionBus()
      .pixi/envs/default/lib/python3.8/site-packages/dbus/_dbus.py:209: in __new__
          return Bus.__new__(cls, Bus.TYPE_SESSION, private=private,
      .pixi/envs/default/lib/python3.8/site-packages/dbus/_dbus.py:99: in __new__
          bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      
      cls = <class 'dbus._dbus.SessionBus'>, address_or_type = 0, mainloop = None
      
          def __new__(cls, address_or_type=TYPE_SESSION, mainloop=None):
      >       bus = cls._new_for_bus(address_or_type, mainloop=mainloop)
      E       dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NotSupported: Using X11 for dbus-daemon autolaunch was disabled at compile time, set your DBUS_SESSION_BUS_ADDRESS instead
      
      .pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py:120: DBusException
      

      📌 Teardown phase

      duration:

      0.00028027500957250595
      

      outcome:

      passed
      

    Function: test_notify_invalid_value

    • Test 7

      📌 Setup phase

      duration:

      0.0002930699847638607
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py
      lineno: 120
      message: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NotSupported: Using X11 for dbus-daemon autolaunch was disabled at compile time, set your DBUS_SESSION_BUS_ADDRESS instead
      

      traceback:

      -   path: tests/test_utils_dbusnotify.py
        lineno: 45
        message: None
      -   path: slic/utils/dbusnotify.py
        lineno: 14
        message: in __init__
      -   path: .pixi/envs/default/lib/python3.8/site-packages/dbus/_dbus.py
        lineno: 209
        message: in __new__
      -   path: .pixi/envs/default/lib/python3.8/site-packages/dbus/_dbus.py
        lineno: 99
        message: in __new__
      -   path: .pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py
        lineno: 120
        message: DBusException
      

      longrepr:

      @pytest.fixture
          def notifier():
              """Création de l'objet DBusNotify pour les tests."""
      >       return DBusNotify()
      
      tests/test_utils_dbusnotify.py:45: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      slic/utils/dbusnotify.py:14: in __init__
          bus = dbus.SessionBus()
      .pixi/envs/default/lib/python3.8/site-packages/dbus/_dbus.py:209: in __new__
          return Bus.__new__(cls, Bus.TYPE_SESSION, private=private,
      .pixi/envs/default/lib/python3.8/site-packages/dbus/_dbus.py:99: in __new__
          bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      
      cls = <class 'dbus._dbus.SessionBus'>, address_or_type = 0, mainloop = None
      
          def __new__(cls, address_or_type=TYPE_SESSION, mainloop=None):
      >       bus = cls._new_for_bus(address_or_type, mainloop=mainloop)
      E       dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NotSupported: Using X11 for dbus-daemon autolaunch was disabled at compile time, set your DBUS_SESSION_BUS_ADDRESS instead
      
      .pixi/envs/default/lib/python3.8/site-packages/dbus/bus.py:120: DBusException
      

      📌 Teardown phase

      duration:

      0.00024818815290927887
      

      outcome:

      passed
      
Passed (1)
  • 📄 test_utils_dbusnotify.py

    Function: test_convert_dbus_strings

    • Test 8

      📌 Setup phase

      duration:

      0.0001422148197889328
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00019528809934854507
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00011855876073241234
      

      outcome:

      passed
      

📚 Collected files

(1 tests)
    • Outcome: passed
    • result:
    -   nodeid: tests/test_utils_dbusnotify.py
      type: Module
    
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_suspend_on_idle
      type: Function
      lineno: 35
    -   nodeid: tests/test_utils_dbusnotify.py::test_notify_create
      type: Function
      lineno: 46
    -   nodeid: tests/test_utils_dbusnotify.py::test_notify_update
      type: Function
      lineno: 56
    -   nodeid: tests/test_utils_dbusnotify.py::test_get_server_info
      type: Function
      lineno: 67
    -   nodeid: tests/test_utils_dbusnotify.py::test_get_capabilities
      type: Function
      lineno: 77
    -   nodeid: tests/test_utils_dbusnotify.py::test_notify_and_close
      type: Function
      lineno: 91
    -   nodeid: tests/test_utils_dbusnotify.py::test_notify_invalid_value
      type: Function
      lineno: 102
    -   nodeid: tests/test_utils_dbusnotify.py::test_convert_dbus_strings
      type: Function
      lineno: 106
    
    • tests/test_utils_dbusnotify.py::DBusTestCase
      • Outcome: passed
      • result:
      []
      

⚠️ Warnings

Warnings nº1
message: invalid escape sequence \-
category: DeprecationWarning
when: collect
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: collect
filename: /workspace/tligui_y/slic/.pixi/envs/default/lib/python3.8/site-packages/scipy/fft/__init__.py
lineno: 97