Clone
1
run 2388 TEST commit aa0dab2
ci-bot edited this page 2025-08-17 11:53:15 +00:00

Test Report

View CI Run 2388 | Commit aa0dab2

🧪 Test Report

Generated on 2025-08-17 13:52:49 CEST

🧾 General Info

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

📋 Summary

  • Error: 8
  • Total: 8
  • Collected: 8

🔎 Tests

Error (8)
  • 📄 test_utils_dbusnotify.py

    Function: test_suspend_on_idle

    • Test 1

      📌 Setup phase

      duration:

      0.10712672164663672
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/tests/test_utils_dbusnotify.py
      lineno: 53
      message: TypeError: spawn_server() got an unexpected keyword argument 'bus_name'
      

      traceback:

      -   path: tests/test_utils_dbusnotify.py
        lineno: 53
        message: TypeError
      

      longrepr:

      @pytest.fixture(scope="session", autouse=True)
          def _dbus_session_notifications():
              # 1) Démarre un bus de session isolé et exporte DBUS_SESSION_BUS_ADDRESS
              _DBusEnv.start_session_bus()
      
              # 2) Crée le service org.freedesktop.Notifications sur CE bus
      >       p_mock, obj = _DBusEnv.spawn_server(
                  bus_name='org.freedesktop.Notifications',
                  object_path='/org/freedesktop/Notifications',
                  interface='org.freedesktop.Notifications',
                  system_bus=False,
                  stdout=None,
              )
      E       TypeError: spawn_server() got an unexpected keyword argument 'bus_name'
      
      tests/test_utils_dbusnotify.py:53: TypeError
      

      📌 Teardown phase

      duration:

      0.0005293898284435272
      

      outcome:

      passed
      

    Function: test_notify_create

    • Test 2

      📌 Setup phase

      duration:

      0.0002454700879752636
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/tests/test_utils_dbusnotify.py
      lineno: 53
      message: TypeError: spawn_server() got an unexpected keyword argument 'bus_name'
      

      traceback:

      -   path: tests/test_utils_dbusnotify.py
        lineno: 53
        message: TypeError
      

      longrepr:

      @pytest.fixture(scope="session", autouse=True)
          def _dbus_session_notifications():
              # 1) Démarre un bus de session isolé et exporte DBUS_SESSION_BUS_ADDRESS
              _DBusEnv.start_session_bus()
      
              # 2) Crée le service org.freedesktop.Notifications sur CE bus
      >       p_mock, obj = _DBusEnv.spawn_server(
                  bus_name='org.freedesktop.Notifications',
                  object_path='/org/freedesktop/Notifications',
                  interface='org.freedesktop.Notifications',
                  system_bus=False,
                  stdout=None,
              )
      E       TypeError: spawn_server() got an unexpected keyword argument 'bus_name'
      
      tests/test_utils_dbusnotify.py:53: TypeError
      

      📌 Teardown phase

      duration:

      0.00015591178089380264
      

      outcome:

      passed
      

    Function: test_notify_update

    • Test 3

      📌 Setup phase

      duration:

      0.00017405208200216293
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/tests/test_utils_dbusnotify.py
      lineno: 53
      message: TypeError: spawn_server() got an unexpected keyword argument 'bus_name'
      

      traceback:

      -   path: tests/test_utils_dbusnotify.py
        lineno: 53
        message: TypeError
      

      longrepr:

      @pytest.fixture(scope="session", autouse=True)
          def _dbus_session_notifications():
              # 1) Démarre un bus de session isolé et exporte DBUS_SESSION_BUS_ADDRESS
              _DBusEnv.start_session_bus()
      
              # 2) Crée le service org.freedesktop.Notifications sur CE bus
      >       p_mock, obj = _DBusEnv.spawn_server(
                  bus_name='org.freedesktop.Notifications',
                  object_path='/org/freedesktop/Notifications',
                  interface='org.freedesktop.Notifications',
                  system_bus=False,
                  stdout=None,
              )
      E       TypeError: spawn_server() got an unexpected keyword argument 'bus_name'
      
      tests/test_utils_dbusnotify.py:53: TypeError
      

      📌 Teardown phase

      duration:

      0.000151132233440876
      

      outcome:

      passed
      

    Function: test_get_server_info

    • Test 4

      📌 Setup phase

      duration:

      0.00016320403665304184
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/tests/test_utils_dbusnotify.py
      lineno: 53
      message: TypeError: spawn_server() got an unexpected keyword argument 'bus_name'
      

      traceback:

      -   path: tests/test_utils_dbusnotify.py
        lineno: 53
        message: TypeError
      

      longrepr:

      @pytest.fixture(scope="session", autouse=True)
          def _dbus_session_notifications():
              # 1) Démarre un bus de session isolé et exporte DBUS_SESSION_BUS_ADDRESS
              _DBusEnv.start_session_bus()
      
              # 2) Crée le service org.freedesktop.Notifications sur CE bus
      >       p_mock, obj = _DBusEnv.spawn_server(
                  bus_name='org.freedesktop.Notifications',
                  object_path='/org/freedesktop/Notifications',
                  interface='org.freedesktop.Notifications',
                  system_bus=False,
                  stdout=None,
              )
      E       TypeError: spawn_server() got an unexpected keyword argument 'bus_name'
      
      tests/test_utils_dbusnotify.py:53: TypeError
      

      📌 Teardown phase

      duration:

      0.00014304881915450096
      

      outcome:

      passed
      

    Function: test_get_capabilities

    • Test 5

      📌 Setup phase

      duration:

      0.0001631239429116249
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/tests/test_utils_dbusnotify.py
      lineno: 53
      message: TypeError: spawn_server() got an unexpected keyword argument 'bus_name'
      

      traceback:

      -   path: tests/test_utils_dbusnotify.py
        lineno: 53
        message: TypeError
      

      longrepr:

      @pytest.fixture(scope="session", autouse=True)
          def _dbus_session_notifications():
              # 1) Démarre un bus de session isolé et exporte DBUS_SESSION_BUS_ADDRESS
              _DBusEnv.start_session_bus()
      
              # 2) Crée le service org.freedesktop.Notifications sur CE bus
      >       p_mock, obj = _DBusEnv.spawn_server(
                  bus_name='org.freedesktop.Notifications',
                  object_path='/org/freedesktop/Notifications',
                  interface='org.freedesktop.Notifications',
                  system_bus=False,
                  stdout=None,
              )
      E       TypeError: spawn_server() got an unexpected keyword argument 'bus_name'
      
      tests/test_utils_dbusnotify.py:53: TypeError
      

      📌 Teardown phase

      duration:

      0.00013805506750941277
      

      outcome:

      passed
      

    Function: test_notify_and_close

    • Test 6

      📌 Setup phase

      duration:

      0.0001653139479458332
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/tests/test_utils_dbusnotify.py
      lineno: 53
      message: TypeError: spawn_server() got an unexpected keyword argument 'bus_name'
      

      traceback:

      -   path: tests/test_utils_dbusnotify.py
        lineno: 53
        message: TypeError
      

      longrepr:

      @pytest.fixture(scope="session", autouse=True)
          def _dbus_session_notifications():
              # 1) Démarre un bus de session isolé et exporte DBUS_SESSION_BUS_ADDRESS
              _DBusEnv.start_session_bus()
      
              # 2) Crée le service org.freedesktop.Notifications sur CE bus
      >       p_mock, obj = _DBusEnv.spawn_server(
                  bus_name='org.freedesktop.Notifications',
                  object_path='/org/freedesktop/Notifications',
                  interface='org.freedesktop.Notifications',
                  system_bus=False,
                  stdout=None,
              )
      E       TypeError: spawn_server() got an unexpected keyword argument 'bus_name'
      
      tests/test_utils_dbusnotify.py:53: TypeError
      

      📌 Teardown phase

      duration:

      0.0002363668754696846
      

      outcome:

      passed
      

    Function: test_notify_invalid_value

    • Test 7

      📌 Setup phase

      duration:

      0.00026494404301047325
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/tests/test_utils_dbusnotify.py
      lineno: 53
      message: TypeError: spawn_server() got an unexpected keyword argument 'bus_name'
      

      traceback:

      -   path: tests/test_utils_dbusnotify.py
        lineno: 53
        message: TypeError
      

      longrepr:

      @pytest.fixture(scope="session", autouse=True)
          def _dbus_session_notifications():
              # 1) Démarre un bus de session isolé et exporte DBUS_SESSION_BUS_ADDRESS
              _DBusEnv.start_session_bus()
      
              # 2) Crée le service org.freedesktop.Notifications sur CE bus
      >       p_mock, obj = _DBusEnv.spawn_server(
                  bus_name='org.freedesktop.Notifications',
                  object_path='/org/freedesktop/Notifications',
                  interface='org.freedesktop.Notifications',
                  system_bus=False,
                  stdout=None,
              )
      E       TypeError: spawn_server() got an unexpected keyword argument 'bus_name'
      
      tests/test_utils_dbusnotify.py:53: TypeError
      

      📌 Teardown phase

      duration:

      0.00017173169180750847
      

      outcome:

      passed
      

    Function: test_convert_dbus_strings

    • Test 8

      📌 Setup phase

      duration:

      0.0001636776141822338
      

      outcome:

      failed
      

      crash:

      path: /workspace/tligui_y/slic/tests/test_utils_dbusnotify.py
      lineno: 53
      message: TypeError: spawn_server() got an unexpected keyword argument 'bus_name'
      

      traceback:

      -   path: tests/test_utils_dbusnotify.py
        lineno: 53
        message: TypeError
      

      longrepr:

      @pytest.fixture(scope="session", autouse=True)
          def _dbus_session_notifications():
              # 1) Démarre un bus de session isolé et exporte DBUS_SESSION_BUS_ADDRESS
              _DBusEnv.start_session_bus()
      
              # 2) Crée le service org.freedesktop.Notifications sur CE bus
      >       p_mock, obj = _DBusEnv.spawn_server(
                  bus_name='org.freedesktop.Notifications',
                  object_path='/org/freedesktop/Notifications',
                  interface='org.freedesktop.Notifications',
                  system_bus=False,
                  stdout=None,
              )
      E       TypeError: spawn_server() got an unexpected keyword argument 'bus_name'
      
      tests/test_utils_dbusnotify.py:53: TypeError
      

      📌 Teardown phase

      duration:

      0.0002056322991847992
      

      outcome:

      passed
      

📚 Collected files

(1 tests)
    • Outcome: passed
    • result:
    -   nodeid: tests/test_utils_dbusnotify.py
      type: Module
    
tests (3 tests)
  • tests/test_utils_dbusnotify.py
    • Outcome: passed
    • result:
    -   nodeid: tests/test_utils_dbusnotify.py::DBusTestCase
      type: UnitTestCase
    -   nodeid: tests/test_utils_dbusnotify.py::_DBusEnv
      type: UnitTestCase
    -   nodeid: tests/test_utils_dbusnotify.py::test_suspend_on_idle
      type: Function
      lineno: 72
    -   nodeid: tests/test_utils_dbusnotify.py::test_notify_create
      type: Function
      lineno: 83
    -   nodeid: tests/test_utils_dbusnotify.py::test_notify_update
      type: Function
      lineno: 93
    -   nodeid: tests/test_utils_dbusnotify.py::test_get_server_info
      type: Function
      lineno: 104
    -   nodeid: tests/test_utils_dbusnotify.py::test_get_capabilities
      type: Function
      lineno: 114
    -   nodeid: tests/test_utils_dbusnotify.py::test_notify_and_close
      type: Function
      lineno: 128
    -   nodeid: tests/test_utils_dbusnotify.py::test_notify_invalid_value
      type: Function
      lineno: 139
    -   nodeid: tests/test_utils_dbusnotify.py::test_convert_dbus_strings
      type: Function
      lineno: 143
    
    • tests/test_utils_dbusnotify.py::DBusTestCase
      • Outcome: passed
      • result:
      []
      
    • tests/test_utils_dbusnotify.py::_DBusEnv
      • 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