lupyuen opened a new issue, #16524: URL: https://github.com/apache/nuttx/issues/16524
### Description / Steps to reproduce the issue NuttX Mirror is failing the CI Test for rv-virt/citest test_ltp_interfaces_shm_open_11_1: https://github.com/NuttX/nuttx/actions/runs/15618481335/job/43997243287#step:7:87 ``` =================================== FAILURES =================================== ______________________ test_ltp_interfaces_shm_open_11_1 _______________________ p = <utils.common.connectNuttx object at 0x7fed12b0e1d0> def test_ltp_interfaces_shm_open_11_1(p): ret = p.sendCommand( "ltp_interfaces_shm_open_11_1", ["PASSED", "passed", "Passed", "PASS"], timeout=10, ) retID = p.sendCommand("echo $?", "0", timeout=2) > assert ret >= 0 E assert -1 >= 0 /github/workspace/sources/nuttx/tools/ci/testrun/script/test_open_posix/test_openposix_.py:7630: AssertionError ----------------------------- Captured stdout call ----------------------------- +------------------------------------------- Catch Exception -------------------------------------------+ +----------------------------------------------- Result ------------------------------------------------+ | Command : 'ltp_interfaces_shm_open_11_1' | | Expect value: [['PASSED', 'passed', 'Passed', 'PASS']] | | Timeout : 10s | | Test result : Timeout | +-------------------------------------------------------------------------------------------------------+ +------------------------------------------- Catch Exception -------------------------------------------+ +----------------------------------------------- Result ------------------------------------------------+ | Command : 'echo $?' | | Expect value: ['0'] | | Timeout : 2s | | Test result : Timeout | +-------------------------------------------------------------------------------------------------------+ - generated json report: /github/workspace/sources/nuttx/boards/risc-v/qemu-rv/rv-virt/configs/citest/logs/rv-virt/qemu/pytest.json - =========================== short test summary info ============================ FAILED test_open_posix/test_openposix_.py::test_ltp_interfaces_shm_open_11_1 ==== 1 failed, 989 passed, 11 skipped, 67 deselected in 1834.70s (0:30:34) ===== ``` ### On which OS does this issue occur? [OS: Linux] ### What is the version of your OS? Ubuntu LTS (GitHub Actions) ### NuttX Version master ### Issue Architecture [Arch: risc-v] ### Issue Area [Area: Other] ### Host information _No response_ ### Verification - [x] I have verified before submitting the report. -- 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: commits-unsubscr...@nuttx.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org