Skip to content

feat: Add WebTransport protocol based on BiagioFesta/wtransport #17671

feat: Add WebTransport protocol based on BiagioFesta/wtransport

feat: Add WebTransport protocol based on BiagioFesta/wtransport #17671

Triggered via pull request January 11, 2025 09:26
Status Failure
Total duration 8m 35s
Artifacts

ci.yml

on: pull_request
gather_published_crates
14s
gather_published_crates
Run all WASM tests
1m 35s
Run all WASM tests
Compile with MSRV
28s
Compile with MSRV
Check rustdoc intra-doc links
53s
Check rustdoc intra-doc links
IPFS Integration tests
1m 10s
IPFS Integration tests
examples
3m 17s
examples
semver
5m 32s
semver
rustfmt
12s
rustfmt
manifest_lint
12s
manifest_lint
Check for changes in proto files
16s
Check for changes in proto files
Ensure that `Cargo.lock` is up-to-date
15s
Ensure that `Cargo.lock` is up-to-date
cargo-deny
27s
cargo-deny
Matrix: clippy
Matrix: cross
Matrix: feature_matrix
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

28 errors and 19 warnings
rustfmt
Process completed with exit code 1.
clippy (1.83.0): transports/webtransport/src/config.rs#L32
the trait bound `quinn::VarInt: std::convert::From<i32>` is not satisfied
clippy (1.83.0): transports/webtransport/src/config.rs#L38
the trait bound `quinn::VarInt: std::convert::From<i32>` is not satisfied
clippy (1.83.0): transports/webtransport/src/config.rs#L39
the trait bound `quinn::VarInt: std::convert::From<i32>` is not satisfied
clippy (1.83.0)
Process completed with exit code 101.
Compile with MSRV: transports/webtransport/src/config.rs#L32
the trait bound `quinn::VarInt: From<i32>` is not satisfied
Compile with MSRV: transports/webtransport/src/config.rs#L38
the trait bound `quinn::VarInt: From<i32>` is not satisfied
Compile with MSRV: transports/webtransport/src/config.rs#L39
the trait bound `quinn::VarInt: From<i32>` is not satisfied
Compile with MSRV
Process completed with exit code 101.
clippy (beta): transports/webtransport/src/config.rs#L32
the trait bound `quinn::VarInt: std::convert::From<i32>` is not satisfied
clippy (beta): transports/webtransport/src/config.rs#L38
the trait bound `quinn::VarInt: std::convert::From<i32>` is not satisfied
clippy (beta): transports/webtransport/src/config.rs#L39
the trait bound `quinn::VarInt: std::convert::From<i32>` is not satisfied
clippy (beta)
Process completed with exit code 101.
Check rustdoc intra-doc links: transports/webtransport/src/config.rs#L11
unresolved link to `Config::max_idle_timeout`
Check rustdoc intra-doc links: transports/webtransport/src/lib.rs#L14
public documentation for `Error` links to private item `Connection`
Check rustdoc intra-doc links: transports/webtransport/src/lib.rs#L25
public documentation for `UnexpectedPath` links to private item `Connecting`
Check rustdoc intra-doc links: transports/webtransport/src/lib.rs#L35
public documentation for `HandshakeTimedOut` links to private item `Connecting`
Check rustdoc intra-doc links
Process completed with exit code 101.
semver
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
Test libp2p-tls
Process completed with exit code 1.
Test libp2p-webtransport: transports/webtransport/src/config.rs#L32
the trait bound `quinn::VarInt: From<i32>` is not satisfied
Test libp2p-webtransport: transports/webtransport/src/config.rs#L38
the trait bound `quinn::VarInt: From<i32>` is not satisfied
Test libp2p-webtransport: transports/webtransport/src/config.rs#L39
the trait bound `quinn::VarInt: From<i32>` is not satisfied
Test libp2p-webtransport
Process completed with exit code 101.
manifest_lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
gather_published_crates
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Ensure that `Cargo.lock` is up-to-date
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check for changes in proto files
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
rustfmt
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Compile with select features (mdns tcp dns async-std)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
cargo-deny
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Compile on wasm32-unknown-emscripten
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
clippy (1.83.0)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Compile on wasm32-unknown-unknown
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Compile on wasm32-wasip1
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Compile with MSRV
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Compile with select features (mdns tcp dns tokio)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
clippy (beta)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check rustdoc intra-doc links
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
IPFS Integration tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run all WASM tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
examples
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
semver
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636