-
Notifications
You must be signed in to change notification settings - Fork 7k
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
qemu_riscv32/qemu_virt_riscv32/smp sample.rust/bench.plain fail #86310
Comments
It builds fine for me with rustc 1.84.0 but I can confirm the deadlock/timeout on the smp target, while the non-SMP variant seem to run the test just fine. |
I think it might be related to rust-lang/rust#132975 as mentioned in the 1.85.0 release notes:
|
How's that going to work in CI? I'd imagine that right now we are pinned to whatever version was there when the image was generated but then if it gets regenerated with the same config it would fall apart. |
It depends on the rust version on the ubuntu image. |
@d3zd3z should this not run on the SMP targets? Sounds like that combination is not stable, probably a better idea to pick some explicit targets and that's it. |
Describe the bug
Hi, bumped into a couple issue with bench.plain tests in CI on main: https://github.com/zephyrproject-rtos/zephyr/runs/37777088940
Then I tried to reproduce it locally but I hit one more issues and can't even build it at all
confirmed by other users after updating the compiler.
@d3zd3z could you look into these?
To Reproduce
west build -p -b qemu_cortex_m3 ../modules/lang/rust/samples/bench
Expected behavior
build and run
Impact
CI is sad. Rust users are also sad I guess.
Environment (please complete the following information):
Linux, Zephyr SDK, a718b84
The text was updated successfully, but these errors were encountered: