Clone
1
run 2386 TEST commit 66fa503
ci-bot edited this page 2025-08-17 11:42:01 +00:00

Test Report

View CI Run 2386 | Commit 66fa503

🧪 Test Report

Generated on 2025-08-17 13:41:36 CEST

🧾 General Info

  • duration: 5.139739513397217
  • 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.0005010580644011497
      

      outcome:

      failed
      

      longrepr:

      file /workspace/tligui_y/slic/tests/test_utils_dbusnotify.py, line 41
        def test_suspend_on_idle(upower_mock):
      file /workspace/tligui_y/slic/tests/test_utils_dbusnotify.py, line 18
        @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:18
      

      📌 Teardown phase

      duration:

      0.0002972991205751896
      

      outcome:

      passed
      

    Function: test_notify_create

    • Test 2

      📌 Setup phase

      duration:

      0.0003863368183374405
      

      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: 50
        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:50: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      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.00034763989970088005
      

      outcome:

      passed
      

    Function: test_notify_update

    • Test 3

      📌 Setup phase

      duration:

      0.00036580581218004227
      

      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: 50
        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:50: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      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.019262309186160564
      

      outcome:

      passed
      

    Function: test_get_server_info

    • Test 4

      📌 Setup phase

      duration:

      0.0004239478148519993
      

      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: 50
        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:50: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      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.00037691183388233185
      

      outcome:

      passed
      

    Function: test_get_capabilities

    • Test 5

      📌 Setup phase

      duration:

      0.004056563600897789
      

      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: 50
        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:50: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      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.0002968893386423588
      

      outcome:

      passed
      

    Function: test_notify_and_close

    • Test 6

      📌 Setup phase

      duration:

      0.0003093159757554531
      

      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: 50
        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:50: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      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.0002892836928367615
      

      outcome:

      passed
      

    Function: test_notify_invalid_value

    • Test 7

      📌 Setup phase

      duration:

      0.0003216438926756382
      

      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: 50
        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:50: 
      _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
      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.0004516253247857094
      

      outcome:

      passed
      
Passed (1)
  • 📄 test_utils_dbusnotify.py

    Function: test_convert_dbus_strings

    • Test 8

      📌 Setup phase

      duration:

      0.00019668787717819214
      

      outcome:

      passed
      

      📌 Call phase

      duration:

      0.00022330600768327713
      

      outcome:

      passed
      

      📌 Teardown phase

      duration:

      0.00012279581278562546
      

      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: 40
    -   nodeid: tests/test_utils_dbusnotify.py::test_notify_create
      type: Function
      lineno: 51
    -   nodeid: tests/test_utils_dbusnotify.py::test_notify_update
      type: Function
      lineno: 61
    -   nodeid: tests/test_utils_dbusnotify.py::test_get_server_info
      type: Function
      lineno: 72
    -   nodeid: tests/test_utils_dbusnotify.py::test_get_capabilities
      type: Function
      lineno: 82
    -   nodeid: tests/test_utils_dbusnotify.py::test_notify_and_close
      type: Function
      lineno: 96
    -   nodeid: tests/test_utils_dbusnotify.py::test_notify_invalid_value
      type: Function
      lineno: 107
    -   nodeid: tests/test_utils_dbusnotify.py::test_convert_dbus_strings
      type: Function
      lineno: 111
    
    • 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