feat(autonatv2): Implement autonat v2 #179
ci.yml
on: pull_request
gather_published_crates
15s
Run all WASM tests
1m 28s
Compile with MSRV
27s
Check rustdoc intra-doc links
1m 1s
IPFS Integration tests
1m 2s
examples
3m 21s
semver
3m 30s
rustfmt
14s
manifest_lint
10s
Check for changes in proto files
19s
Ensure that `Cargo.lock` is up-to-date
20s
cargo-deny
27s
Matrix: clippy
Matrix: cross
Matrix: feature_matrix
Matrix: test
Annotations
23 errors and 4 warnings
Compile on wasm32-unknown-unknown:
protocols/autonat/src/v2/server/behaviour.rs#L176
cannot find value `ENETUNREACH` in crate `libc`
|
Compile on wasm32-unknown-unknown
Process completed with exit code 101.
|
clippy (1.78.0):
protocols/autonat/src/v2/server/behaviour.rs#L107
this `.into_iter()` call is equivalent to `.iter()` and will not consume the `Vec`
|
clippy (1.78.0)
Process completed with exit code 101.
|
Compile with MSRV:
misc/server/src/behaviour.rs#L27
use of deprecated struct `libp2p::libp2p_autonat::Behaviour`: Please use `v2` module instead.
|
Compile with MSRV:
misc/server/src/behaviour.rs#L60
use of deprecated struct `libp2p::libp2p_autonat::Behaviour`: Please use `v2` module instead.
|
Compile with MSRV:
misc/server/src/behaviour.rs#L60
use of deprecated associated function `libp2p::libp2p_autonat::Behaviour::new`: Please use `v2` module instead.
|
Compile with MSRV
Process completed with exit code 101.
|
clippy (beta):
protocols/autonat/src/v2/server/behaviour.rs#L107
this `.into_iter()` call is equivalent to `.iter()` and will not consume the `Vec`
|
clippy (beta)
Process completed with exit code 101.
|
Compile on x86_64-pc-windows-msvc
The job was canceled because "wasm32-unknown-unknown_ub" failed.
|
Compile on x86_64-apple-darwin
The job was canceled because "wasm32-unknown-unknown_ub" failed.
|
Compile on x86_64-apple-darwin
The operation was canceled.
|
Test libp2p-memory-connection-limits
Process completed with exit code 101.
|
Test libp2p-dcutr
Process completed with exit code 101.
|
Test libp2p-autonat
Process completed with exit code 1.
|
Test libp2p-server:
misc/server/src/behaviour.rs#L27
use of deprecated struct `libp2p::libp2p_autonat::Behaviour`: Please use `v2` module instead.
|
Test libp2p-server:
misc/server/src/behaviour.rs#L60
use of deprecated struct `libp2p::libp2p_autonat::Behaviour`: Please use `v2` module instead.
|
Test libp2p-server:
misc/server/src/behaviour.rs#L60
use of deprecated associated function `libp2p::libp2p_autonat::Behaviour::new`: Please use `v2` module instead.
|
Test libp2p-server
Process completed with exit code 101.
|
semver
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|
Test multistream-select
Canceling since a higher priority waiting request for 'Continuous integration-refs/pull/1/merge' exists
|
Test multistream-select
The operation was canceled.
|
Test multistream-select
Failed to download action 'https://api.github.com/repos/actions/checkout/tarball/692973e3d937129bcbf40652eb9f2f61becf3332'. Error: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.
|
Test multistream-select
Back off 16.242 seconds before retry.
|
Test multistream-select
Failed to download action 'https://api.github.com/repos/actions/checkout/tarball/692973e3d937129bcbf40652eb9f2f61becf3332'. Error: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.
|
Test multistream-select
Back off 28.767 seconds before retry.
|