-
Notifications
You must be signed in to change notification settings - Fork 626
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
CI: "spec test on nuttx" riscv job is failing frequently #3776
Comments
@no1wudi any idea? |
I have no good idea yet, at first I think it may be caused by the timeout to wait for compiling wasm to aot is a little small, but it doesn't work even when I increases it. And it may report several errors: It fails frequently, I have to re-run it manually many times. |
🤔 I am thinking about "sequential" instead of "parallel" by removing |
It seems failing too frequently. cf. bytecodealliance#3776
Shutting down parallel testing may reduce or even prevent the problem from continuing to occur, but it may lead to excessively long testing times; perhaps we can give it a try. |
it's still failing. |
It's more like an issue related to riscv32_ilp32f, the CI ran failed most on config "riscv32_ilp32f, fp, -t aot -X" and "riscv32_ilp32f, fp, -t aot": |
How about re-opening #3777 and merging it? |
I agree. It has blocked several PRs. |
It seems failing too frequently. cf. bytecodealliance#3776
re-opened and rebased. |
at least riscv64 was failing with similar symptoms too. |
It seems failing too frequently. cf. #3776
it's often "const" of "call_indirect" test failing it seems. but it doesn't seem very consistent.
failure logs i looked at were all ILP32F.
https://github.com/bytecodealliance/wasm-micro-runtime/actions/runs/10764321632/job/29847058408
https://github.com/bytecodealliance/wasm-micro-runtime/actions/runs/10755545345/job/29827427650
https://github.com/bytecodealliance/wasm-micro-runtime/actions/runs/10746972440/job/29808995646
https://github.com/bytecodealliance/wasm-micro-runtime/actions/runs/10730191223/job/29758313644
https://github.com/bytecodealliance/wasm-micro-runtime/actions/runs/10711568587/job/29710199664
https://github.com/bytecodealliance/wasm-micro-runtime/actions/runs/10692765583/job/29641885907
The text was updated successfully, but these errors were encountered: