github-actions[bot] commented on issue #6751:
Subscribe to Label Action
cc @fitzgen, @peterhuene
<details>
This issue or pull request has been labeled: "fuzzing", "wasmtime:api"Thus the following users have been cc'd because of the following labels:
- fitzgen: fuzzing
- peterhuene: wasmtime:api
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
alexcrichton commented on issue #6751:
Ok this should be good to go now that https://github.com/bytecodealliance/wasmtime/pull/6691 has landed
alexcrichton commented on issue #6751:
cc @pchickey on that last failure, it may be a spurious failure?
test preview2::pipe::test::sink_write_stream ... FAILED failures: ---- preview2::pipe::test::sink_write_stream stdout ---- thread 'preview2::pipe::test::sink_write_stream' panicked at 'assertion failed: `(left == right)` left: `1024`, right: `0`', crates/wasi/src/preview2/pipe.rs:671:9 stack backtrace: 0: rust_begin_unwind at /rustc/8ede3aae28fe6e4d52b38157d7bfe0d3bceef225/library/std/src/panicking.rs:593:5 1: core::panicking::panic_fmt at /rustc/8ede3aae28fe6e4d52b38157d7bfe0d3bceef225/library/core/src/panicking.rs:67:14 2: core::panicking::assert_failed_inner 3: core::panicking::assert_failed 4: wasmtime_wasi::preview2::pipe::test::sink_write_stream::{{closure}} 5: tokio::runtime::context::runtime::enter_runtime 6: wasmtime_wasi::preview2::pipe::test::sink_write_stream 7: core::ops::function::FnOnce::call_once 8: core::ops::function::FnOnce::call_once at /rustc/8ede3aae28fe6e4d52b38157d7bfe0d3bceef225/library/core/src/ops/function.rs:250:5 note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. failures: preview2::pipe::test::sink_write_stream test result: FAILED. 13 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.59s error: test failed, to rerun pass `-p wasmtime-wasi --lib`
Last updated: Nov 22 2024 at 17:03 UTC