Skip to content

Add an example showcasing how to implement a custom network behavior and access streams #14843

Add an example showcasing how to implement a custom network behavior and access streams

Add an example showcasing how to implement a custom network behavior and access streams #14843

Triggered via pull request December 5, 2023 23:18
Status Failure
Total duration 11m 39s
Artifacts

ci.yml

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

Annotations

40 errors
rustfmt: examples/escape-hatch/src/lib.rs#L1
Diff in /home/runner/work/rust-libp2p/rust-libp2p/examples/escape-hatch/src/lib.rs
rustfmt: examples/escape-hatch/src/lib.rs#L23
Diff in /home/runner/work/rust-libp2p/rust-libp2p/examples/escape-hatch/src/lib.rs
rustfmt: examples/escape-hatch/src/lib.rs#L49
Diff in /home/runner/work/rust-libp2p/rust-libp2p/examples/escape-hatch/src/lib.rs
rustfmt: examples/escape-hatch/src/lib.rs#L62
Diff in /home/runner/work/rust-libp2p/rust-libp2p/examples/escape-hatch/src/lib.rs
rustfmt: examples/escape-hatch/src/lib.rs#L95
Diff in /home/runner/work/rust-libp2p/rust-libp2p/examples/escape-hatch/src/lib.rs
rustfmt: examples/escape-hatch/src/main.rs#L1
Diff in /home/runner/work/rust-libp2p/rust-libp2p/examples/escape-hatch/src/main.rs
rustfmt: examples/escape-hatch/src/main.rs#L7
Diff in /home/runner/work/rust-libp2p/rust-libp2p/examples/escape-hatch/src/main.rs
rustfmt
Process completed with exit code 1.
Compile with MSRV: examples/escape-hatch/src/lib.rs#L2
unused import: `Instant`
Compile with MSRV: examples/escape-hatch/src/lib.rs#L3
unused imports: `future::Either`, `prelude::*`
Compile with MSRV: examples/escape-hatch/src/lib.rs#L4
unused import: `quic::Connection`
Compile with MSRV: examples/escape-hatch/src/lib.rs#L5
unused imports: `Multiaddr`, `Transport`, `transport::MemoryTransport`
Compile with MSRV: examples/escape-hatch/src/lib.rs#L6
unused imports: `distributions`, `prelude::*`
Compile with MSRV: examples/escape-hatch/src/lib.rs#L7
unused import: `futures_timer::Delay`
Compile with MSRV: examples/escape-hatch/src/lib.rs#L9
unused import: `futures::future::poll_fn`
Compile with MSRV: examples/escape-hatch/src/lib.rs#L57
unused variable: `e`
Compile with MSRV: examples/escape-hatch/src/lib.rs#L105
unused variable: `peer`
Compile with MSRV: examples/escape-hatch/src/lib.rs#L71
unused variable: `e`
clippy (nightly-2023-09-10): examples/escape-hatch/src/lib.rs#L2
unused import: `Instant`
clippy (nightly-2023-09-10): examples/escape-hatch/src/lib.rs#L3
unused imports: `future::Either`, `prelude::*`
clippy (nightly-2023-09-10): examples/escape-hatch/src/lib.rs#L4
unused import: `quic::Connection`
clippy (nightly-2023-09-10): examples/escape-hatch/src/lib.rs#L5
unused imports: `Multiaddr`, `Transport`, `transport::MemoryTransport`
clippy (nightly-2023-09-10): examples/escape-hatch/src/lib.rs#L6
unused imports: `distributions`, `prelude::*`
clippy (nightly-2023-09-10): examples/escape-hatch/src/lib.rs#L7
unused import: `futures_timer::Delay`
clippy (nightly-2023-09-10): examples/escape-hatch/src/lib.rs#L9
unused import: `futures::future::poll_fn`
clippy (nightly-2023-09-10): examples/escape-hatch/src/lib.rs#L58
this `else` branch is empty
clippy (nightly-2023-09-10): examples/escape-hatch/src/lib.rs#L77
this `else` branch is empty
examples: examples/escape-hatch/src/lib.rs#L4
unresolved import `libp2p::quic`
examples: examples/escape-hatch/src/lib.rs#L2
unused import: `Instant`
examples: examples/escape-hatch/src/lib.rs#L3
unused imports: `future::Either`, `prelude::*`
examples: examples/escape-hatch/src/lib.rs#L5
unused imports: `Multiaddr`, `Transport`, `transport::MemoryTransport`
examples: examples/escape-hatch/src/lib.rs#L6
unused imports: `distributions`, `prelude::*`
examples: examples/escape-hatch/src/lib.rs#L7
unused import: `futures_timer::Delay`
examples: examples/escape-hatch/src/lib.rs#L9
unused import: `futures::future::poll_fn`
examples: examples/escape-hatch/src/lib.rs#L57
unused variable: `e`
examples: examples/escape-hatch/src/lib.rs#L105
unused variable: `peer`
examples
Process completed with exit code 101.
Test libp2p-connection-limits
The job running on runner i-08a6bcef11ed07e43 has exceeded the maximum execution time of 10 minutes.
Test libp2p-connection-limits
The operation was canceled.