lupyuen opened a new issue, #14808: URL: https://github.com/apache/nuttx/issues/14808
### Description / Steps to reproduce the issue Since yesterday: `rv-virt/citest` has been failing `test_hello` onwards, or `test_pipe` onwards, hanging our CI Checks in GitHub and Build Farm. It might have been caused by one of these [NuttX Commits](https://github.com/NuttX/nuttx/commits/8ac11439c0208e2751a630461e3fc5e3a841241e/): - [arch/toochain: Add toochain to gcc](https://github.com/NuttX/nuttx/commit/656883fec5561ca91502a26bf018473ca0229aa4) - [mps3-an547:ap: Disable cmd_wait() as it depends on procfs currently](https://github.com/NuttX/nuttx/commit/85eed31443e60ecaf760d1212a5ec13991755585) - [Earlier commits were OK](https://github.com/NuttX/nuttx/commits/ff4ab61b64573a97c8f24b421fcf51bb47b272a9/) Or maybe one of these [NuttX Apps Commits](https://github.com/apache/nuttx-apps/commits/3c4ddd2802a189fccc802230ab946d50a97cb93c/): - [nshlib/pipeline: Concat variable arguments failed](https://github.com/apache/nuttx-apps/commit/3c4ddd2802a189fccc802230ab946d50a97cb93c) - [nshlib/nsh_parse: Fix variable arguments concat error of nsh_execute()](https://github.com/apache/nuttx-apps/commit/3a6ecb82b5f1ee670cd3bca505256f25d339e7d5) - [Earlier commits were OK](https://github.com/nuttxpr/nuttx-apps/commits/1c7a7f7529475b0d535e2088a9c4e1532c487156/) Also when one test fails: Why do the rest of the tests take a loooong time to fail, hanging our CI Checks in GitHub and Build Farm? Fail at test_hello onwards: https://github.com/NuttX/nuttx/actions/runs/11833005280/job/32970891697#step:7:143 ```text Configuration/Tool: rv-virt/citest test_framework/test_cmocka.py::test_cmocka PASSED [ 0%] test_example/test_example.py::test_hello FAILED [ 0%] test_example/test_example.py::test_helloxx FAILED [ 0%] test_example/test_example.py::test_pipe FAILED [ 0%] test_example/test_example.py::test_popen FAILED [ 0%] test_example/test_example.py::test_usrsocktest FAILED [ 0%] ``` Fail at test_pipe onwards: https://github.com/NuttX/nuttx/actions/runs/11850442831/job/33025374105#step:7:145 ```text test_framework/test_cmocka.py::test_cmocka PASSED [ 0%] test_example/test_example.py::test_hello PASSED [ 0%] test_example/test_example.py::test_helloxx PASSED [ 0%] test_example/test_example.py::test_pipe FAILED [ 0%] test_example/test_example.py::test_popen FAILED [ 0%] test_example/test_example.py::test_usrsocktest FAILED [ 0%] ``` ### On which OS does this issue occur? [OS: Linux] ### What is the version of your OS? Ubuntu LTS at GitHub Actions ### NuttX Version master ### Issue Architecture [Arch: risc-v] ### Issue Area [Area: Build System] ### 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