Stream: git-wasmtime

Topic: wasmtime / issue #6751 Refactor and simplify component tr...


view this post on Zulip Wasmtime GitHub notifications bot (Jul 20 2023 at 01:04):

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:

To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.

Learn more.
</details>

view this post on Zulip Wasmtime GitHub notifications bot (Jul 24 2023 at 15:23):

alexcrichton commented on issue #6751:

Ok this should be good to go now that https://github.com/bytecodealliance/wasmtime/pull/6691 has landed

view this post on Zulip Wasmtime GitHub notifications bot (Jul 24 2023 at 19:31):

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: Oct 23 2024 at 20:03 UTC