lupyuen opened a new issue, #16525: URL: https://github.com/apache/nuttx/issues/16525
### Description / Steps to reproduce the issue NuttX Mirror is failing the CI Test for sim/citest at test_close_order, test_run_once, test_run_nowait, test_queue_foreach_delete, test_ltp_interfaces_shm_open_11_1: https://github.com/NuttX/nuttx/actions/runs/15614231616/job/43982891999#step:7:182 ``` =================================== FAILURES =================================== __________________________ TestLibuv.test_close_order __________________________ self = <script.test_libuv.test_libuv.TestLibuv object at 0x7f1580167d00> p = <utils.common.connectNuttx object at 0x7f15801661a0> def test_close_order(self, p): ret = p.sendCommand( "uv_run_tests close_order", ["not ok 1 -", "ok 1 -"], timeout=10 ) > assert ret == 1 E assert 0 == 1 E +0 E -1 /github/workspace/sources/nuttx/tools/ci/testrun/script/test_libuv/test_libuv.py:41: AssertionError ___________________________ TestLibuv.test_run_once ____________________________ self = <script.test_libuv.test_libuv.TestLibuv object at 0x7f1580113e80> p = <utils.common.connectNuttx object at 0x7f15801661a0> def test_run_once(self, p): ret = p.sendCommand( "uv_run_tests run_once", ["not ok 1 -", "ok 1 -"], timeout=10 ) > assert ret == 1 E assert 0 == 1 E +0 E -1 /github/workspace/sources/nuttx/tools/ci/testrun/script/test_libuv/test_libuv.py:47: AssertionError __________________________ TestLibuv.test_run_nowait ___________________________ self = <script.test_libuv.test_libuv.TestLibuv object at 0x7f15801648e0> p = <utils.common.connectNuttx object at 0x7f15801661a0> def test_run_nowait(self, p): ret = p.sendCommand( "uv_run_tests run_nowait", ["not ok 1 -", "ok 1 -"], timeout=10 ) > assert ret == 1 E assert 0 == 1 E +0 E -1 def test_threadpool_cancel_single(self, p): ret = p.sendCommand( "uv_run_tests threadpool_cancel_single", ["not ok 1 -", "ok 1 -"], timeout=10, ) > assert ret == 1 E assert 0 == 1 E +0 E -1 /github/workspace/sources/nuttx/tools/ci/testrun/script/test_libuv/test_libuv.py:354: AssertionError _____________________ TestLibuv.test_queue_foreach_delete ______________________ self = <script.test_libuv.test_libuv.TestLibuv object at 0x7f158016bb80> p = <utils.common.connectNuttx object at 0x7f15801661a0> def test_queue_foreach_delete(self, p): ret = p.sendCommand( "uv_run_tests queue_foreach_delete", ["not ok 1 -", "ok 1 -"], timeout=10 ) > assert ret == 1 E assert 0 == 1 E +0 E -1 /github/workspace/sources/nuttx/tools/ci/testrun/script/test_libuv/test_libuv.py:408: AssertionError ______________________ test_ltp_interfaces_shm_open_11_1 _______________________ p = <utils.common.connectNuttx object at 0x7f15801661a0> 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 | +-------------------------------------------------------------------------------------------------------+ ``` ### 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: simulator] ### 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