Skip to content

feat(quic): remove QUIC draft-29 version support #17461

feat(quic): remove QUIC draft-29 version support

feat(quic): remove QUIC draft-29 version support #17461

Re-run triggered December 24, 2024 11:27
Status Failure
Total duration 6m 55s
Artifacts

ci.yml

on: pull_request
gather_published_crates
4s
gather_published_crates
Run all WASM tests
1m 34s
Run all WASM tests
Compile with MSRV
57s
Compile with MSRV
Check rustdoc intra-doc links
48s
Check rustdoc intra-doc links
IPFS Integration tests
1m 9s
IPFS Integration tests
examples
3m 31s
examples
semver
3m 52s
semver
rustfmt
15s
rustfmt
manifest_lint
7s
manifest_lint
Check for changes in proto files
12s
Check for changes in proto files
Ensure that `Cargo.lock` is up-to-date
11s
Ensure that `Cargo.lock` is up-to-date
cargo-deny
28s
cargo-deny
Matrix: clippy
Matrix: cross
Matrix: feature_matrix
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

31 errors and 19 warnings
clippy (beta): transports/quic/tests/smoke.rs#L92
cannot find type `Arc` in this scope
clippy (beta): transports/quic/tests/smoke.rs#L92
cannot find type `Mutex` in this scope
clippy (beta): transports/quic/tests/smoke.rs#L98
cannot find type `BoxFuture` in this scope
clippy (beta): transports/quic/tests/smoke.rs#L104
cannot find type `TransportError` in this scope
clippy (beta): transports/quic/tests/smoke.rs#L119
cannot find type `TransportError` in this scope
clippy (beta): transports/quic/tests/smoke.rs#L125
failed to resolve: use of undeclared type `Delay`
clippy (beta): transports/quic/tests/smoke.rs#L132
failed to resolve: use of undeclared type `TransportError`
clippy (beta): transports/quic/tests/smoke.rs#L135
failed to resolve: use of undeclared type `TransportError`
clippy (beta): transports/quic/tests/smoke.rs#L153
failed to resolve: use of undeclared type `Arc`
clippy (beta): transports/quic/tests/smoke.rs#L153
failed to resolve: use of undeclared type `Mutex`
clippy (1.83.0): transports/quic/src/transport.rs#L800
cannot find function `poll_fn` in this scope
clippy (1.83.0): transports/quic/src/transport.rs#L812
cannot find function `poll_fn` in this scope
clippy (1.83.0): transports/quic/src/transport.rs#L829
cannot find function `poll_fn` in this scope
clippy (1.83.0): transports/quic/src/transport.rs#L840
cannot find function `poll_fn` in this scope
clippy (1.83.0): transports/quic/tests/smoke.rs#L92
cannot find type `Arc` in this scope
clippy (1.83.0): transports/quic/tests/smoke.rs#L92
cannot find type `Mutex` in this scope
clippy (1.83.0): transports/quic/tests/smoke.rs#L98
cannot find type `BoxFuture` in this scope
clippy (1.83.0): transports/quic/tests/smoke.rs#L104
cannot find type `TransportError` in this scope
clippy (1.83.0): transports/quic/tests/smoke.rs#L119
cannot find type `TransportError` in this scope
clippy (1.83.0): transports/quic/tests/smoke.rs#L125
failed to resolve: use of undeclared type `Delay`
Test libp2p-quic: transports/quic/src/transport.rs#L800
cannot find function `poll_fn` in this scope
Test libp2p-quic: transports/quic/src/transport.rs#L812
cannot find function `poll_fn` in this scope
Test libp2p-quic: transports/quic/src/transport.rs#L829
cannot find function `poll_fn` in this scope
Test libp2p-quic: transports/quic/src/transport.rs#L840
cannot find function `poll_fn` in this scope
Test libp2p-quic: transports/quic/tests/smoke.rs#L92
cannot find type `Arc` in this scope
Test libp2p-quic: transports/quic/tests/smoke.rs#L92
cannot find type `Mutex` in this scope
Test libp2p-quic: transports/quic/tests/smoke.rs#L98
cannot find type `BoxFuture` in this scope
Test libp2p-quic: transports/quic/tests/smoke.rs#L104
cannot find type `TransportError` in this scope
Test libp2p-quic: transports/quic/tests/smoke.rs#L119
cannot find type `TransportError` in this scope
Test libp2p-quic: transports/quic/tests/smoke.rs#L125
failed to resolve: use of undeclared type `Delay`
semver
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
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
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
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
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
manifest_lint
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
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-wasi
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
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
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
Compile with MSRV
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