Skip to content

change prefix_int to use u64 instead of usize (#223) #7

change prefix_int to use u64 instead of usize (#223)

change prefix_int to use u64 instead of usize (#223) #7

Triggered via push January 11, 2024 03:04
Status Success
Total duration 9m 28s
Artifacts

CI.yml

on: push
Matrix: test
Check MSRV
4m 16s
Check MSRV
Check MSRV of `h3-quinn`
4m 15s
Check MSRV of `h3-quinn`
CI is green
0s
CI is green
Fit to window
Zoom out
Zoom in

Annotations

82 warnings
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
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/qpack/mod.rs#L3
unused imports: `Decoder`, `Encoder`, `ack_header`, `dynamic::Error as DynamicTableError`, `stream_canceled`
Lint: h3/src/qpack/prefix_string/mod.rs#L14
unused import: `DecodeIter`
Lint: h3/src/qpack/stream.rs#L102
unused variable: `e`
Lint: h3/src/qpack/stream.rs#L297
casting to the same type is unnecessary (`u64` -> `u64`)
Lint: h3/src/qpack/stream.rs#L316
casting to the same type is unnecessary (`u64` -> `u64`)
Lint
`h3` (lib) generated 5 warnings (run `cargo clippy --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
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/qpack/mod.rs#L3
unused imports: `Decoder`, `Encoder`, `ack_header`, `dynamic::Error as DynamicTableError`, `stream_canceled`
Test stable ubuntu-latest: h3/src/qpack/prefix_string/mod.rs#L14
unused import: `DecodeIter`
Test stable ubuntu-latest: h3/src/qpack/stream.rs#L102
unused variable: `e`
Test stable ubuntu-latest
`h3` (lib) generated 3 warnings (run `cargo fix --lib -p h3` to apply 3 suggestions)
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/qpack/mod.rs#L3
unused imports: `Decoder`, `Encoder`, `ack_header`, `dynamic::Error as DynamicTableError`, `stream_canceled`
Test stable ubuntu-latest: h3/src/qpack/prefix_string/mod.rs#L14
unused import: `DecodeIter`
Test stable ubuntu-latest: h3/src/qpack/stream.rs#L102
unused variable: `e`
Test stable ubuntu-latest
`h3` (lib) generated 3 warnings (run `cargo fix --lib -p h3` to apply 3 suggestions)
Test stable ubuntu-latest: h3/src/qpack/mod.rs#L3
unused imports: `ack_header`, `dynamic::Error as DynamicTableError`, `stream_canceled`
Test stable ubuntu-latest: h3-quinn/src/lib.rs#L24
unused import: `crypto::Session`
Test stable ubuntu-latest
`h3` (lib test) generated 4 warnings (2 duplicates) (run `cargo fix --lib -p h3 --tests` to apply 2 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 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/qpack/mod.rs#L3
unused imports: `Decoder`, `Encoder`, `ack_header`, `dynamic::Error as DynamicTableError`, `stream_canceled`
Test beta ubuntu-latest: h3/src/qpack/prefix_string/mod.rs#L14
unused import: `DecodeIter`
Test beta ubuntu-latest: h3/src/qpack/stream.rs#L102
unused variable: `e`
Test beta ubuntu-latest
`h3` (lib) generated 3 warnings (run `cargo fix --lib -p h3` to apply 3 suggestions)
Test beta ubuntu-latest: h3/src/qpack/mod.rs#L3
unused imports: `ack_header`, `dynamic::Error as DynamicTableError`, `stream_canceled`
Test beta ubuntu-latest: h3-quinn/src/lib.rs#L24
unused import: `crypto::Session`
Test beta ubuntu-latest
`h3` (lib test) generated 4 warnings (2 duplicates) (run `cargo fix --lib -p h3 --tests` to apply 2 suggestions)
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/
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`: h3/src/qpack/stream.rs#L102
unused variable: `e`
Check MSRV of `h3-quinn`
`h3` (lib) generated 1 warning
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/
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 `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/qpack/stream.rs#L102
unused variable: `e`
Check MSRV
`h3` (lib) generated 1 warning
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/
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
virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
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 `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/