Skip to content

fix(gossipsub): add instant to make gossipsub work on browser #17052

fix(gossipsub): add instant to make gossipsub work on browser

fix(gossipsub): add instant to make gossipsub work on browser #17052

Re-run triggered October 15, 2024 10:10
Status Failure
Total duration 8m 50s
Artifacts

ci.yml

on: pull_request
gather_published_crates
5s
gather_published_crates
Run all WASM tests
1m 36s
Run all WASM tests
Compile with MSRV
1m 45s
Compile with MSRV
Check rustdoc intra-doc links
1m 50s
Check rustdoc intra-doc links
IPFS Integration tests
1m 23s
IPFS Integration tests
examples
3m 7s
examples
semver
6m 59s
semver
rustfmt
6s
rustfmt
manifest_lint
6s
manifest_lint
Check for changes in proto files
24s
Check for changes in proto files
Ensure that `Cargo.lock` is up-to-date
16s
Ensure that `Cargo.lock` is up-to-date
cargo-deny
33s
cargo-deny
Matrix: clippy
Matrix: cross
Matrix: feature_matrix
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

31 errors
clippy (1.80.0): wasm-tests/webtransport-tests/src/lib.rs#L21
function `single_conn_single_stream` is never used
clippy (1.80.0): wasm-tests/webtransport-tests/src/lib.rs#L29
function `single_conn_single_stream_incoming` is never used
clippy (1.80.0): wasm-tests/webtransport-tests/src/lib.rs#L37
function `single_conn_multiple_streams` is never used
clippy (1.80.0): wasm-tests/webtransport-tests/src/lib.rs#L60
function `multiple_conn_multiple_streams` is never used
clippy (1.80.0): wasm-tests/webtransport-tests/src/lib.rs#L91
function `multiple_conn_multiple_streams_sequential` is never used
clippy (1.80.0): wasm-tests/webtransport-tests/src/lib.rs#L108
function `read_leftovers` is never used
clippy (1.80.0): wasm-tests/webtransport-tests/src/lib.rs#L131
function `allow_read_after_closing_writer` is never used
clippy (1.80.0): wasm-tests/webtransport-tests/src/lib.rs#L157
function `poll_outbound_error_after_connection_close` is never used
clippy (1.80.0): wasm-tests/webtransport-tests/src/lib.rs#L175
function `poll_inbound_error_after_connection_close` is never used
clippy (1.80.0): wasm-tests/webtransport-tests/src/lib.rs#L193
function `read_error_after_connection_drop` is never used
clippy (beta): wasm-tests/webtransport-tests/src/lib.rs#L21
function `single_conn_single_stream` is never used
clippy (beta): wasm-tests/webtransport-tests/src/lib.rs#L29
function `single_conn_single_stream_incoming` is never used
clippy (beta): wasm-tests/webtransport-tests/src/lib.rs#L37
function `single_conn_multiple_streams` is never used
clippy (beta): wasm-tests/webtransport-tests/src/lib.rs#L60
function `multiple_conn_multiple_streams` is never used
clippy (beta): wasm-tests/webtransport-tests/src/lib.rs#L91
function `multiple_conn_multiple_streams_sequential` is never used
clippy (beta): wasm-tests/webtransport-tests/src/lib.rs#L108
function `read_leftovers` is never used
clippy (beta): wasm-tests/webtransport-tests/src/lib.rs#L131
function `allow_read_after_closing_writer` is never used
clippy (beta): wasm-tests/webtransport-tests/src/lib.rs#L157
function `poll_outbound_error_after_connection_close` is never used
clippy (beta): wasm-tests/webtransport-tests/src/lib.rs#L175
function `poll_inbound_error_after_connection_close` is never used
clippy (beta): wasm-tests/webtransport-tests/src/lib.rs#L193
function `read_error_after_connection_drop` is never used
Compile with MSRV: wasm-tests/webtransport-tests/src/lib.rs#L21
function `single_conn_single_stream` is never used
Compile with MSRV: wasm-tests/webtransport-tests/src/lib.rs#L29
function `single_conn_single_stream_incoming` is never used
Compile with MSRV: wasm-tests/webtransport-tests/src/lib.rs#L37
function `single_conn_multiple_streams` is never used
Compile with MSRV: wasm-tests/webtransport-tests/src/lib.rs#L60
function `multiple_conn_multiple_streams` is never used
Compile with MSRV: wasm-tests/webtransport-tests/src/lib.rs#L91
function `multiple_conn_multiple_streams_sequential` is never used
Compile with MSRV: wasm-tests/webtransport-tests/src/lib.rs#L108
function `read_leftovers` is never used
Compile with MSRV: wasm-tests/webtransport-tests/src/lib.rs#L131
function `allow_read_after_closing_writer` is never used
Compile with MSRV: wasm-tests/webtransport-tests/src/lib.rs#L157
function `poll_outbound_error_after_connection_close` is never used
Compile with MSRV: wasm-tests/webtransport-tests/src/lib.rs#L175
function `poll_inbound_error_after_connection_close` is never used
Compile with MSRV: wasm-tests/webtransport-tests/src/lib.rs#L193
function `read_error_after_connection_drop` is never used
Test libp2p-webrtc
Process completed with exit code 101.