-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
Arch: risc-vIssues related to the RISC-V (32-bit or 64-bit) architectureIssues related to the RISC-V (32-bit or 64-bit) architectureOS: LinuxIssues related to Linux (building system, etc)Issues related to Linux (building system, etc)Type: BugSomething isn't workingSomething isn't working
Description
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
- I have verified before submitting the report.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Arch: risc-vIssues related to the RISC-V (32-bit or 64-bit) architectureIssues related to the RISC-V (32-bit or 64-bit) architectureOS: LinuxIssues related to Linux (building system, etc)Issues related to Linux (building system, etc)Type: BugSomething isn't workingSomething isn't working