Skip to content

use async fn in traits in SendStream #622

use async fn in traits in SendStream

use async fn in traits in SendStream #622

Triggered via pull request April 4, 2024 18:23
Status Failure
Total duration 1m 45s
Artifacts

CI.yml

on: pull_request
Matrix: test
Check MSRV
1m 4s
Check MSRV
Check MSRV of `h3-quinn`
1m 5s
Check MSRV of `h3-quinn`
Build docs
0s
Build docs
Fuzz test
0s
Fuzz test
Compliance report
0s
Compliance report
CI is green
0s
CI is green
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 64 warnings
Test beta ubuntu-latest: h3/src/server/mod.rs#L24
`impl Future<Output = Result<(), <<C as h3::quic::Connection<bytes::Bytes>>::BidiStream as SendStreamLocal<bytes::Bytes>>::Error>>` cannot be sent between threads safely
Test beta ubuntu-latest
aborting due to 1 previous error
Test beta ubuntu-latest
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
Test stable ubuntu-latest
The job was canceled because "ubuntu-latest_beta" failed.
Test stable ubuntu-latest: h3/src/server/mod.rs#L24
`impl Future<Output = Result<(), <<C as h3::quic::Connection<bytes::Bytes>>::BidiStream as SendStreamLocal<bytes::Bytes>>::Error>>` cannot be sent between threads safely
Test stable ubuntu-latest
aborting due to 1 previous error
Test stable ubuntu-latest
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
Check MSRV of `h3-quinn`
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
Check MSRV
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
Check Style
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Check Style
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Check Style
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check Style
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check Style
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check Style
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Lint
virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
Lint: h3/src/quic.rs#L9
unused import: `std::future::Future`
Lint: h3/src/server/stream.rs#L32
unused import: `self`
Lint: h3/src/stream.rs#L8
unused import: `future`
Lint: h3/src/server/stream.rs#L31
unused import: `quic::SendStreamLocal`
Lint: h3/src/frame.rs#L7
unused import: `SendStream`
Lint: h3/src/stream.rs#L22
unused import: `SendStream`
Lint: h3/src/stream.rs#L251
field `0` is never read
Lint
`h3` (lib) generated 7 warnings (run `cargo clippy --fix --lib -p h3` to apply 3 suggestions)
Lint: h3-quinn/src/lib.rs#L554
redundant field names in struct initialization
Test beta ubuntu-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test beta ubuntu-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test beta ubuntu-latest
virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
Test beta ubuntu-latest: h3/src/client/stream.rs#L12
the item `TryFrom` is imported redundantly
Test beta ubuntu-latest: h3/src/config.rs#L1
the item `TryFrom` is imported redundantly
Test beta ubuntu-latest: h3/src/ext.rs#L3
the item `TryFrom` is imported redundantly
Test beta ubuntu-latest: h3/src/quic.rs#L9
unused import: `std::future::Future`
Test beta ubuntu-latest: h3/src/server/builder.rs#L24
the item `Result` is imported redundantly
Test beta ubuntu-latest: h3/src/server/connection.rs#L8
the item `Option` is imported redundantly
Test beta ubuntu-latest: h3/src/server/connection.rs#L9
the item `Result` is imported redundantly
Test beta ubuntu-latest: h3/src/server/request.rs#L1
the item `TryFrom` is imported redundantly
Test beta ubuntu-latest: h3/src/server/stream.rs#L16
the item `Option` is imported redundantly
Test beta ubuntu-latest
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test beta ubuntu-latest
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test beta ubuntu-latest
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test beta ubuntu-latest
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test stable ubuntu-latest
virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
Test stable ubuntu-latest: h3/src/quic.rs#L9
unused import: `std::future::Future`
Test stable ubuntu-latest: h3/src/server/stream.rs#L32
unused import: `self`
Test stable ubuntu-latest: h3/src/stream.rs#L8
unused import: `future`
Test stable ubuntu-latest: h3/src/server/stream.rs#L31
unused import: `quic::SendStreamLocal`
Test stable ubuntu-latest: h3/src/frame.rs#L7
unused import: `SendStream`
Test stable ubuntu-latest: h3/src/stream.rs#L22
unused import: `SendStream`
Test stable ubuntu-latest: h3/src/stream.rs#L251
field `0` is never read
Test stable ubuntu-latest
`h3` (lib) generated 7 warnings (run `cargo fix --lib -p h3` to apply 3 suggestions)
Test stable ubuntu-latest: h3-quinn/src/lib.rs#L545
type alias `WriteFuture` is never used
Test stable ubuntu-latest
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test stable ubuntu-latest
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test stable ubuntu-latest
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test stable ubuntu-latest
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check MSRV
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Check MSRV of `h3-quinn`
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Check MSRV
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Check MSRV of `h3-quinn`
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Check MSRV
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check MSRV
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check MSRV of `h3-quinn`
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check MSRV
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check MSRV of `h3-quinn`
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check MSRV
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check MSRV of `h3-quinn`
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check MSRV of `h3-quinn`
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/