alexcrichton assigned dicej to issue #11621.
alexcrichton opened issue #11621:
In https://github.com/bytecodealliance/wasmtime/pull/11620 I ported the
preview1_file_write.rstest from WASIp1 to WASIp3 but running it fails:$ cargo test -p wasmtime-wasi --features p3 --test all -- --exact p3::p3_file_write --nocapture ... running 1 test preopen: TempDir { path: "/tmp/wasi_components_p3_file_write.component_6vHcas" } thread 'p3::p3_file_write' panicked at /home/alex/code/wasmtime/crates/wasmtime/src/runtime/component/concurrent/futures_and_streams.rs:2101:36: internal error: entered unreachable code note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace test p3::p3_file_write ... FAILED failures: failures: p3::p3_file_write test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 215 filtered out; finished in 1.68s error: test failed, to rerun pass `-p wasmtime-wasi --test all`
alexcrichton added the wasm-proposal:component-model-async label to Issue #11621.
dicej closed issue #11621:
In https://github.com/bytecodealliance/wasmtime/pull/11620 I ported the
preview1_file_write.rstest from WASIp1 to WASIp3 but running it fails:$ cargo test -p wasmtime-wasi --features p3 --test all -- --exact p3::p3_file_write --nocapture ... running 1 test preopen: TempDir { path: "/tmp/wasi_components_p3_file_write.component_6vHcas" } thread 'p3::p3_file_write' panicked at /home/alex/code/wasmtime/crates/wasmtime/src/runtime/component/concurrent/futures_and_streams.rs:2101:36: internal error: entered unreachable code note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace test p3::p3_file_write ... FAILED failures: failures: p3::p3_file_write test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 215 filtered out; finished in 1.68s error: test failed, to rerun pass `-p wasmtime-wasi --test all`
Last updated: Dec 06 2025 at 06:05 UTC