-
Notifications
You must be signed in to change notification settings - Fork 7.1k
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
sample.smf.hsm_psicc2 is flaky on SMP platforms #86954
Comments
The same(?) issue on The issue is also present in 4.1.0, and in 4.0.0 |
It has a high reproduce rate on my WSL environment and I debugged a while today. |
Ignore the assertion, it's caused by stack overflow after set CONFIG_NO_OPTIMIZATION=y. |
when the sample fails, which is easy to reproduce under load, I get:
and not the expected logging:
I suspect this is SMP related issue, it is a known issue that SMP based qemus fail under CI heavy load... |
#87099 does not fix the issue for me. still getting the same output above and no logging output. |
btw, to reproduce easily, I use |
@peter-mitsis one of thos flaky CI SMP issues |
also fails on |
my suggestion is not to run this on SMP qemus systems in CI |
@nashif two patches needed. #87097 makes the reproduce rate lower to 1/20 on my WSL, and with #87099 I run the case over 100 times. |
and more, from memory dump, the case has finished running, it seems to be still a logging lost issue. |
Describe the bug
Hi, I noticed few
qemu_x86_64/atom
tests being a bit flaky recently, we see them failing on the main CI and then after a retry they pass, this is a sample run:bad: https://github.com/zephyrproject-rtos/zephyr/actions/runs/13785932905/attempts/1
retry: https://github.com/zephyrproject-rtos/zephyr/actions/runs/13785932905/attempts/2
See:
Is this something you Intel folks could look into?
To Reproduce
No idea,
west twister -p qemu_x86_64/atom -s sample.smf.hsm_psicc2
seems to work locally.Expected behavior
Pass
Impact
Annoyance in CI, if it's failing for a good reason maybe we can exclude the platform.
The text was updated successfully, but these errors were encountered: