Skip to content

move datagram to separate crate #694

move datagram to separate crate

move datagram to separate crate #694

Triggered via pull request August 24, 2024 13:38
Status Failure
Total duration 6m 27s
Artifacts

CI.yml

on: pull_request
Matrix: test
Check MSRV
18s
Check MSRV
Check MSRV of `h3-quinn`
26s
Check MSRV of `h3-quinn`
CI is green
0s
CI is green
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 181 warnings
Check MSRV: h3/src/proto/stream.rs#L138
missing documentation for a method
Check MSRV
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
Build docs: h3/src/proto/stream.rs#L138
missing documentation for a method
Build docs
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
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 following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-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
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 following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-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: h3/src/client/connection.rs#L391
unneeded unit expression
Lint: h3/src/server/connection.rs#L7
unused import: `marker::PhantomData`
Lint: h3/src/server/connection.rs#L372
unneeded unit expression
Lint: h3/src/server/stream.rs#L10
unused import: `pin_project_lite::pin_project`
Lint: h3/src/server/stream.rs#L12
unused import: `Connection`
Lint: h3/src/server/stream.rs#L13
unused import: `marker::PhantomData`
Lint: h3/src/server/stream.rs#L22
unused import: `ready`
Lint: h3/src/server/stream.rs#L22
unused import: `future::Future`
Lint: h3/src/qpack/prefix_string/decode.rs#L111
casting a character literal to `u8` truncates
Lint: h3/src/qpack/prefix_string/decode.rs#L111
casting a character literal to `u8` truncates
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
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-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
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: h3/src/server/connection.rs#L7
unused import: `marker::PhantomData`
Check MSRV: h3/src/server/stream.rs#L10
unused import: `pin_project_lite::pin_project`
Check MSRV: h3/src/server/stream.rs#L12
unused import: `Connection`
Check MSRV: h3/src/server/stream.rs#L13
unused import: `marker::PhantomData`
Check MSRV: h3/src/server/stream.rs#L22
unused import: `ready`
Check MSRV: h3/src/server/stream.rs#L22
unused import: `future::Future`
Check MSRV
`h3` (lib) generated 6 warnings
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 of `h3-quinn`
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Check MSRV of `h3-quinn`: h3/src/server/connection.rs#L7
unused import: `marker::PhantomData`
Check MSRV of `h3-quinn`: h3/src/server/stream.rs#L10
unused import: `pin_project_lite::pin_project`
Check MSRV of `h3-quinn`: h3/src/server/stream.rs#L12
unused import: `Connection`
Check MSRV of `h3-quinn`: h3/src/server/stream.rs#L13
unused import: `marker::PhantomData`
Check MSRV of `h3-quinn`: h3/src/server/stream.rs#L22
unused import: `ready`
Check MSRV of `h3-quinn`: h3/src/server/stream.rs#L22
unused import: `future::Future`
Check MSRV of `h3-quinn`
`h3` (lib) generated 6 warnings (run `cargo fix --lib -p h3` to apply 5 suggestions)
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/
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/
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
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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 beta ubuntu-latest: h3/src/server/connection.rs#L7
unused import: `marker::PhantomData`
Test beta ubuntu-latest: h3/src/server/stream.rs#L10
unused import: `pin_project_lite::pin_project`
Test beta ubuntu-latest: h3/src/server/stream.rs#L12
unused import: `Connection`
Test beta ubuntu-latest: h3/src/server/stream.rs#L13
unused import: `marker::PhantomData`
Test beta ubuntu-latest: h3/src/server/stream.rs#L22
unused import: `ready`
Test beta ubuntu-latest: h3/src/server/stream.rs#L22
unused import: `future::Future`
Test beta ubuntu-latest
`h3` (lib) generated 6 warnings (run `cargo fix --lib -p h3` to apply 5 suggestions)
Test beta ubuntu-latest: h3/src/server/stream.rs#L22
unused imports: `future::Future` and `ready`
Test beta ubuntu-latest
`h3` (lib test) generated 5 warnings (4 duplicates) (run `cargo fix --lib -p h3 --tests` to apply 1 suggestion)
Test stable 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 stable ubuntu-latest
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test stable ubuntu-latest: h3/src/server/connection.rs#L7
unused import: `marker::PhantomData`
Test stable ubuntu-latest: h3/src/server/stream.rs#L10
unused import: `pin_project_lite::pin_project`
Test stable ubuntu-latest: h3/src/server/stream.rs#L12
unused import: `Connection`
Test stable ubuntu-latest: h3/src/server/stream.rs#L13
unused import: `marker::PhantomData`
Test stable ubuntu-latest: h3/src/server/stream.rs#L22
unused import: `ready`
Test stable ubuntu-latest: h3/src/server/stream.rs#L22
unused import: `future::Future`
Test stable ubuntu-latest
`h3` (lib) generated 6 warnings (run `cargo fix --lib -p h3` to apply 5 suggestions)
Test stable ubuntu-latest: h3/src/server/stream.rs#L22
unused imports: `future::Future` and `ready`
Test stable ubuntu-latest
`h3` (lib test) generated 5 warnings (4 duplicates) (run `cargo fix --lib -p h3 --tests` to apply 1 suggestion)
Test stable ubuntu-latest: h3/src/server/connection.rs#L7
unused import: `marker::PhantomData`
Test stable ubuntu-latest: h3/src/server/stream.rs#L10
unused import: `pin_project_lite::pin_project`
Test stable ubuntu-latest: h3/src/server/stream.rs#L12
unused import: `Connection`
Test stable ubuntu-latest: h3/src/server/stream.rs#L13
unused import: `marker::PhantomData`
Test stable ubuntu-latest: h3/src/server/stream.rs#L22
unused import: `ready`
Test stable ubuntu-latest: h3/src/server/stream.rs#L22
unused import: `future::Future`
Test stable ubuntu-latest
`h3` (lib) generated 6 warnings (run `cargo fix --lib -p h3` to apply 5 suggestions)
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/
Test stable 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 stable ubuntu-latest
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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/
Test stable ubuntu-latest: h3/src/server/connection.rs#L7
unused import: `marker::PhantomData`
Test stable ubuntu-latest: h3/src/server/stream.rs#L10
unused import: `pin_project_lite::pin_project`
Test stable ubuntu-latest: h3/src/server/stream.rs#L12
unused import: `Connection`
Test stable ubuntu-latest: h3/src/server/stream.rs#L13
unused import: `marker::PhantomData`
Test stable ubuntu-latest: h3/src/server/stream.rs#L22
unused import: `ready`
Test stable ubuntu-latest: h3/src/server/stream.rs#L22
unused import: `future::Future`
Test stable ubuntu-latest
`h3` (lib) generated 6 warnings (run `cargo fix --lib -p h3` to apply 5 suggestions)
Test stable ubuntu-latest: h3/src/server/stream.rs#L22
unused imports: `future::Future` and `ready`
Test stable ubuntu-latest
`h3` (lib test) generated 5 warnings (4 duplicates) (run `cargo fix --lib -p h3 --tests` to apply 1 suggestion)
Test stable ubuntu-latest: h3/src/server/connection.rs#L7
unused import: `marker::PhantomData`
Test stable ubuntu-latest: h3/src/server/stream.rs#L10
unused import: `pin_project_lite::pin_project`
Test stable ubuntu-latest: h3/src/server/stream.rs#L12
unused import: `Connection`
Test stable ubuntu-latest: h3/src/server/stream.rs#L13
unused import: `marker::PhantomData`
Test stable ubuntu-latest: h3/src/server/stream.rs#L22
unused import: `ready`
Test stable ubuntu-latest: h3/src/server/stream.rs#L22
unused import: `future::Future`
Test stable ubuntu-latest
`h3` (lib) generated 6 warnings (run `cargo fix --lib -p h3` to apply 5 suggestions)
Test stable 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 stable ubuntu-latest
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test stable ubuntu-latest: h3/src/server/connection.rs#L7
unused import: `marker::PhantomData`
Test stable ubuntu-latest: h3/src/server/stream.rs#L10
unused import: `pin_project_lite::pin_project`
Test stable ubuntu-latest: h3/src/server/stream.rs#L12
unused import: `Connection`
Test stable ubuntu-latest: h3/src/server/stream.rs#L13
unused import: `marker::PhantomData`
Test stable ubuntu-latest: h3/src/server/stream.rs#L22
unused import: `ready`
Test stable ubuntu-latest: h3/src/server/stream.rs#L22
unused import: `future::Future`
Test stable ubuntu-latest
`h3` (lib) generated 6 warnings (run `cargo fix --lib -p h3` to apply 5 suggestions)
Test stable ubuntu-latest: h3/src/server/connection.rs#L7
unused import: `marker::PhantomData`
Test stable ubuntu-latest: h3/src/server/stream.rs#L10
unused import: `pin_project_lite::pin_project`
Test stable ubuntu-latest: h3/src/server/stream.rs#L12
unused import: `Connection`
Test stable ubuntu-latest: h3/src/server/stream.rs#L13
unused import: `marker::PhantomData`
Test stable ubuntu-latest: h3/src/server/stream.rs#L22
unused import: `ready`
Test stable ubuntu-latest: h3/src/server/stream.rs#L22
unused import: `future::Future`
Test stable ubuntu-latest
`h3` (lib) generated 6 warnings (run `cargo fix --lib -p h3` to apply 5 suggestions)
Test stable ubuntu-latest: h3/src/server/stream.rs#L22
unused imports: `future::Future` and `ready`
Test stable ubuntu-latest
`h3` (lib test) generated 5 warnings (4 duplicates) (run `cargo fix --lib -p h3 --tests` to apply 1 suggestion)
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/
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
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
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 beta ubuntu-latest: h3/src/server/connection.rs#L7
unused import: `marker::PhantomData`
Test beta ubuntu-latest: h3/src/server/stream.rs#L10
unused import: `pin_project_lite::pin_project`
Test beta ubuntu-latest: h3/src/server/stream.rs#L12
unused import: `Connection`
Test beta ubuntu-latest: h3/src/server/stream.rs#L13
unused import: `marker::PhantomData`
Test beta ubuntu-latest: h3/src/server/stream.rs#L22
unused import: `ready`
Test beta ubuntu-latest: h3/src/server/stream.rs#L22
unused import: `future::Future`
Test beta ubuntu-latest
`h3` (lib) generated 6 warnings (run `cargo fix --lib -p h3` to apply 5 suggestions)
Test beta ubuntu-latest: h3/src/server/stream.rs#L22
unused imports: `future::Future` and `ready`
Test beta ubuntu-latest
`h3` (lib test) generated 5 warnings (4 duplicates) (run `cargo fix --lib -p h3 --tests` to apply 1 suggestion)
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
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test beta ubuntu-latest: h3/src/server/connection.rs#L7
unused import: `marker::PhantomData`
Test beta ubuntu-latest: h3/src/server/stream.rs#L10
unused import: `pin_project_lite::pin_project`
Test beta ubuntu-latest: h3/src/server/stream.rs#L12
unused import: `Connection`
Test beta ubuntu-latest: h3/src/server/stream.rs#L13
unused import: `marker::PhantomData`
Test beta ubuntu-latest: h3/src/server/stream.rs#L22
unused import: `ready`
Test beta ubuntu-latest: h3/src/server/stream.rs#L22
unused import: `future::Future`
Test beta ubuntu-latest
`h3` (lib) generated 6 warnings (run `cargo fix --lib -p h3` to apply 5 suggestions)
Test beta ubuntu-latest: h3/src/server/stream.rs#L22
unused imports: `future::Future` and `ready`
Test beta ubuntu-latest
`h3` (lib test) generated 5 warnings (4 duplicates) (run `cargo fix --lib -p h3 --tests` to apply 1 suggestion)
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/
Build docs
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/
Build docs
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build docs
lint `intra_doc_link_resolution_failure` has been renamed to `rustdoc::broken_intra_doc_links`
Build docs
`h3` (lib doc) generated 1 warning
Build docs
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/
Build docs
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/
Build docs
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/
Build docs
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/
Fuzz test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, camshaft/install@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/
Fuzz test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/toolchain@v1, camshaft/install@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Fuzz test
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/
Fuzz test
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/
Fuzz test
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/
Fuzz test
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/
Compliance report
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/
Compliance report
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/
Compliance report
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/
Compliance report
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/
Compliance report
The `save-state` 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/
Compliance report
The `save-state` 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/
Compliance report
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, camshaft/rust-cache@v1, camshaft/install@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Compliance report
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/toolchain@v1, camshaft/rust-cache@v1, camshaft/install@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/