simbit18 commented on PR #15671:
URL: https://github.com/apache/nuttx/pull/15671#issuecomment-2610001235
@xiaoxiang781216 the sim/citest build is broken
```
====================================================================================
Configuration/Tool: sim/citest
2025-01-23 13:27:06
------------------------------------------------------------------------------------
=================================== FAILURES
===================================
___________________________________ test_mm
____________________________________
p = <utils.common.connectNuttx object at 0x7fa7d181db10>
def test_mm(p):
if p.board in do_not_support:
pytest.skip("unsupported at {}".format(p.board))
ret = p.sendCommand("mm", "TEST COMPLETE", timeout=120)
> assert ret == 0
E assert -1 == 0
E +-1
E -0
/github/workspace/sources/nuttx/tools/ci/testrun/script/test_os/test_os.py:45:
AssertionError
----------------------------- Captured stdout call
-----------------------------
+------------------------------------------- Catch Exception
-------------------------------------------+
+----------------------------------------------- Result
------------------------------------------------+
| Command : 'mm'
|
| Expect value: ['TEST COMPLETE']
|
| Timeout : 120s
|
| Test result : Timeout
|
+-------------------------------------------------------------------------------------------------------+
- generated json report:
/github/workspace/sources/nuttx/boards/sim/sim/sim/configs/citest/logs/sim/sim/pytest.json
-
=========================== short test summary info
============================
FAILED test_os/test_os.py::test_mm - assert -1 == 0
=========== 1 failed, 1057 passed, 10 skipped in 2899.46s (0:48:19)
============
[1/1] Normalize sim/citest
144d143
< CONFIG_TESTING_LTP=y
145a145
> CONFIG_TESTING_LTP=y
Saving the new configuration file
HEAD detached at pull/15671/merge
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: boards/sim/sim/sim/configs/citest/defconfig
Untracked files:
(use "git add <file>..." to include in what will be committed)
boards/sim/sim/sim/configs/citest/logs/
no changes added to commit (use "git add" and/or "git commit -a")
====================================================================================
```
--
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]