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][microTVM] RPC server is flaky on the Arduino Nano 33 BLE #8730

Closed
guberti opened this issue Aug 11, 2021 · 1 comment
Closed

[Bug][microTVM] RPC server is flaky on the Arduino Nano 33 BLE #8730

guberti opened this issue Aug 11, 2021 · 1 comment
Labels
core:rpc type: micro microTVM-related issues

Comments

@guberti
Copy link
Member

guberti commented Aug 11, 2021

The Arduino support implemented in #8708 works well on a wide variety of boards, but the RPC server sometimes fails only when running on the Arduino Nano 33 BLE. Which and how many tests fail is inconsistent from run to run. It doesn't seem to be a memory error, as the test that allocates a 161024 array will sometimes succeed while the test allocating a 11024 array fails.

Included below are two logs for two runs of test_arduino_rpc_server.py. The verbose log was created by running:

pytest test_arduino_rpc_server.py --microtvm-platforms nano33ble -s --tvm-debug --log-cli-level=debug

nano_33_ble_rpc_verbose.log

The non-verbose one was created by running:

pytest test_arduino_rpc_server.py --microtvm-platforms nano33ble -s

nano_33_ble_rpc.log

cc @alanmacd @gromero @mehrdadh

@guberti
Copy link
Member Author

guberti commented Aug 17, 2021

The RPC server behaves nicely on a variety of devices, including the Arduino Due, Seeed Wio Terminal, and Sony Spresense. It's just the Nano 33 BLE which has this issue.

@areusch areusch added the needs-triage PRs or issues that need to be investigated by maintainers to find the right assignees to address it label Oct 19, 2022
@Lunderberg Lunderberg added type: micro microTVM-related issues core:rpc and removed needs-triage PRs or issues that need to be investigated by maintainers to find the right assignees to address it labels Nov 16, 2022
@tqchen tqchen closed this as completed Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core:rpc type: micro microTVM-related issues
Projects
None yet
Development

No branches or pull requests

4 participants