Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] sim/citest: test_mm failed with timeout #15680

Closed
1 task done
lupyuen opened this issue Jan 24, 2025 · 0 comments · Fixed by #15674
Closed
1 task done

[BUG] sim/citest: test_mm failed with timeout #15680

lupyuen opened this issue Jan 24, 2025 · 0 comments · Fixed by #15674
Labels
Arch: simulator Issues related to the SIMulator Area: Applications Issues related to Applications OS: Linux Issues related to Linux (building system, etc) Type: Bug Something isn't working

Comments

@lupyuen
Copy link
Member

lupyuen commented Jan 24, 2025

Description / Steps to reproduce the issue

sim:citest is failing with a test_mm timeout error:
https://github.com/NuttX/nuttx/actions/runs/12935919991/job/36080449067#step:7:173

Configuration/Tool: sim/citest
test_os/test_os.py::test_mm FAILED                                       [ 99%]

=================================== FAILURES ===================================
___________________________________ test_mm ____________________________________

p = <utils.common.connectNuttx object at 0x7f72822c21d0>

    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                                                                                 |
+-------------------------------------------------------------------------------------------------------+

NuttX Build History says that the Breaking Commit is somewhere between these NuttX Commits:

Or maybe between these App Commits:

https://nuttx-dashboard.org/d/fe2q876wubc3kc/nuttx-build-history?from=now-7d&to=now&timezone=browser&var-arch=$__all&var-subarch=$__all&var-board=sim&var-config=citest&var-group=$__all&var-Filters=

Image

NuttX Dashboard says that sim:citest is failing with the same error on other machines in NuttX Build Farm:

https://nuttx-dashboard.org/d/fe2bqg6uk7nr4a/build-logs-from-nuttx-build-farm?from=now-2d&to=now&timezone=browser&var-arch=sim&var-subarch=$__all&var-board=$__all&var-config=$__all&var-group=$__all&var-Filters=

Image

On which OS does this issue occur?

[OS: Linux]

What is the version of your OS?

Ubuntu LTS at GitHub CI

NuttX Version

master

Issue Architecture

[Arch: simulator]

Issue Area

[Area: Applications]

Host information

No response

Verification

  • I have verified before submitting the report.
@lupyuen lupyuen added the Type: Bug Something isn't working label Jan 24, 2025
@github-actions github-actions bot added Arch: simulator Issues related to the SIMulator Area: Applications Issues related to Applications OS: Linux Issues related to Linux (building system, etc) labels Jan 24, 2025
@lupyuen lupyuen changed the title [BUG] sim/citest: test_mm failed [BUG] sim/citest: test_mm failed with timeout Jan 24, 2025
@lupyuen lupyuen linked a pull request Jan 24, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Arch: simulator Issues related to the SIMulator Area: Applications Issues related to Applications OS: Linux Issues related to Linux (building system, etc) Type: Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant