In this CI run on main, the wasi-nn test job appears to fail with a Wasm trap in wasm-nn-example.wasm. The same test passed on the PR that just merged and triggered the CI run on main.
It appears that the wasi-nn test is influenced by model data or other bits downloaded from the Internet; as such, I suspect there is an issue due to changing inputs.
@abrown / @jlb6740, would you be able to look into this? Since wasi-nn support is tier 3, we'll need to disable the test tomorrow if not fixed urgently, since it blocks any other PR from merging.
In this CI run on
main, thewasi-nntest job appears to fail with a Wasm trap inwasm-nn-example.wasm. The same test passed on the PR that just merged and triggered the CI run on main.It appears that the
wasi-nntest is influenced by model data or other bits downloaded from the Internet; as such, I suspect there is an issue due to changing inputs.@abrown / @jlb6740, would you be able to look into this? Since wasi-nn support is tier 3, we'll need to disable the test tomorrow if not fixed urgently, since it blocks any other PR from merging.