acassis commented on PR #20030: URL: https://github.com/apache/nuttx/pull/20030#issuecomment-5545120489
@raiden00pl please take a look: ``` =========================== short test summary info ============================ FAILED ../../nuttx-ntfc/external/nuttx-testing/arch/os/integration/test_arch_os_integration.py::test_os - "Device crashed" detected, during: call FAILED ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_cancel_2_1] - assert <CmdStatus.TIMEOUT: -2> == 0 FAILED ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_cancel_2_2] - assert <CmdStatus.TIMEOUT: -2> == 0 FAILED ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_cancel_8_1] - assert <CmdStatus.TIMEOUT: -2> == 0 FAILED ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_cancel_9_1] - assert <CmdStatus.TIMEOUT: -2> == 0 FAILED ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_error_1_1] - assert <CmdStatus.TIMEOUT: -2> == 0 FAILED ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_aio_error_3_1] - "Device busy_loop" detected, during: call FAILED ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_10_1] - "Device crashed" detected, during: call FAILED ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_15_1] - assert <CmdStatus.TIMEOUT: -2> == 0 FAILED ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_18_1] - assert <CmdStatus.TIMEOUT: -2> == 0 FAILED ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_1_1] - assert <CmdStatus.TIMEOUT: -2> == 0 FAILED ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_2_1] - assert <CmdStatus.TIMEOUT: -2> == 0 FAILED ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_3_1] - "Device busy_loop" detected, during: call FAILED ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_lio_listio_7_1] - "Device crashed" detected, during: call FAILED ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_attr_setdetachstate_2_1] - assert <CmdStatus.TIMEOUT: -2> == 0 FAILED ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_barrierattr_init_2_1] - assert <CmdStatus.TIMEOUT: -2> == 0 FAILED ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_barrierattr_setpshared_1_1] - assert <CmdStatus.TIMEOUT: -2> == 0 FAILED ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_barrierattr_setpshared_2_1] - assert <CmdStatus.TIMEOUT: -2> == 0 FAILED ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cancel_4_1] - assert <CmdStatus.TIMEOUT: -2> == 0 FAILED ../../nuttx-ntfc/external/nuttx-testing/ltp/test_ltp_interface_integration.py::test_ltp_integration[ltp_interfaces_pthread_cancel_5_1] - "Device busy_loop" detected, during: call FAILED ../../nuttx-ntfc/external/nuttx-testing/mm/cachetest/test_mm_cachetest_integration.py::test_cachetest_integration - assert <CmdStatus.TIMEOUT: -2> == 0 =========== 21 failed, 892 passed, 323 skipped in 3115.70s (0:51:55) =========== ``` At the end of the log there is also a Warning about CPython and gcc support to qemu -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
