Skip to content

Make gRPC work through Mux! #1988

Make gRPC work through Mux!

Make gRPC work through Mux! #1988

Triggered via push September 29, 2023 15:54
Status Success
Total duration 8m 54s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: push
Build documentation
3m 29s
Build documentation
Coverage
8m 44s
Coverage
Docker build and push to Docker Hub
0s
Docker build and push to Docker Hub
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

96 warnings
Build documentation
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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 documentation
some crates are on edition 2021 which defaults to `resolver = "2"`, but virtual workspaces default to `resolver = "1"`
Build documentation: lib/src/protocol/mux/h2.rs#L1
unused import: `str::from_utf8_unchecked`
Build documentation: lib/src/protocol/mux/h1.rs#L249
unused variable: `context`
Build documentation: lib/src/protocol/mux/h2.rs#L134
unused variable: `stream_id`
Build documentation: lib/src/protocol/mux/h2.rs#L590
unused variable: `push_promise`
Build documentation: lib/src/protocol/mux/h2.rs#L753
unused variable: `context`
Build documentation: lib/src/protocol/mux/parser.rs#L121
unused variable: `other`
Build documentation: lib/src/protocol/mux/mod.rs#L377
unused variable: `token`
Build documentation: lib/src/protocol/mux/mod.rs#L383
unused variable: `token`
Build documentation: lib/src/protocol/mux/mod.rs#L383
unused variable: `stream`
Build documentation
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 documentation
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 documentation
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 documentation
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 (false, beta)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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 (false, beta)
some crates are on edition 2021 which defaults to `resolver = "2"`, but virtual workspaces default to `resolver = "1"`
Test (false, beta): lib/src/protocol/mux/h2.rs#L1
unused import: `str::from_utf8_unchecked`
Test (false, beta): lib/src/protocol/mux/h1.rs#L249
unused variable: `context`
Test (false, beta): lib/src/protocol/mux/h2.rs#L134
unused variable: `stream_id`
Test (false, beta): lib/src/protocol/mux/h2.rs#L590
unused variable: `push_promise`
Test (false, beta): lib/src/protocol/mux/h2.rs#L753
unused variable: `context`
Test (false, beta): lib/src/protocol/mux/parser.rs#L121
unused variable: `other`
Test (false, beta): lib/src/protocol/mux/mod.rs#L377
unused variable: `token`
Test (false, beta): lib/src/protocol/mux/mod.rs#L383
unused variable: `token`
Test (false, beta): lib/src/protocol/mux/mod.rs#L383
unused variable: `stream`
Test (false, beta)
some crates are on edition 2021 which defaults to `resolver = "2"`, but virtual workspaces default to `resolver = "1"`
Test (false, beta): lib/src/protocol/mux/h2.rs#L1
unused import: `str::from_utf8_unchecked`
Test (false, beta): lib/src/protocol/mux/h1.rs#L249
unused variable: `context`
Test (false, beta): lib/src/protocol/mux/h2.rs#L134
unused variable: `stream_id`
Test (false, beta): lib/src/protocol/mux/h2.rs#L590
unused variable: `push_promise`
Test (false, beta): lib/src/protocol/mux/h2.rs#L753
unused variable: `context`
Test (false, beta): lib/src/protocol/mux/parser.rs#L121
unused variable: `other`
Test (false, beta): lib/src/protocol/mux/mod.rs#L377
unused variable: `token`
Test (false, beta): lib/src/protocol/mux/mod.rs#L383
unused variable: `token`
Test (false, beta): lib/src/protocol/mux/mod.rs#L383
unused variable: `stream`
Test (false, beta)
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 (false, beta)
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 (false, beta)
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 (false, beta)
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 (false, stable)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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 (false, stable)
some crates are on edition 2021 which defaults to `resolver = "2"`, but virtual workspaces default to `resolver = "1"`
Test (false, stable): lib/src/protocol/mux/h2.rs#L1
unused import: `str::from_utf8_unchecked`
Test (false, stable): lib/src/protocol/mux/h1.rs#L249
unused variable: `context`
Test (false, stable): lib/src/protocol/mux/h2.rs#L134
unused variable: `stream_id`
Test (false, stable): lib/src/protocol/mux/h2.rs#L590
unused variable: `push_promise`
Test (false, stable): lib/src/protocol/mux/h2.rs#L753
unused variable: `context`
Test (false, stable): lib/src/protocol/mux/parser.rs#L121
unused variable: `other`
Test (false, stable): lib/src/protocol/mux/mod.rs#L377
unused variable: `token`
Test (false, stable): lib/src/protocol/mux/mod.rs#L383
unused variable: `token`
Test (false, stable): lib/src/protocol/mux/mod.rs#L383
unused variable: `stream`
Test (false, stable)
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 (false, stable)
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 (false, stable)
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 (false, stable)
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 (false, stable)
some crates are on edition 2021 which defaults to `resolver = "2"`, but virtual workspaces default to `resolver = "1"`
Test (false, stable): lib/src/protocol/mux/h2.rs#L1
unused import: `str::from_utf8_unchecked`
Test (false, stable): lib/src/protocol/mux/h1.rs#L249
unused variable: `context`
Test (false, stable): lib/src/protocol/mux/h2.rs#L134
unused variable: `stream_id`
Test (false, stable): lib/src/protocol/mux/h2.rs#L590
unused variable: `push_promise`
Test (false, stable): lib/src/protocol/mux/h2.rs#L753
unused variable: `context`
Test (false, stable): lib/src/protocol/mux/parser.rs#L121
unused variable: `other`
Test (false, stable): lib/src/protocol/mux/mod.rs#L377
unused variable: `token`
Test (false, stable): lib/src/protocol/mux/mod.rs#L383
unused variable: `token`
Test (false, stable): lib/src/protocol/mux/mod.rs#L383
unused variable: `stream`
Test (nightly, true)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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 (nightly, true)
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 (nightly, true)
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 (nightly, true)
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 (nightly, true)
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 (nightly, true)
virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
Test (nightly, true): lib/src/protocol/mux/h2.rs#L1
unused import: `str::from_utf8_unchecked`
Test (nightly, true): lib/src/protocol/mux/h1.rs#L249
unused variable: `context`
Test (nightly, true): lib/src/protocol/mux/h2.rs#L134
unused variable: `stream_id`
Test (nightly, true): lib/src/protocol/mux/h2.rs#L590
unused variable: `push_promise`
Test (nightly, true): lib/src/protocol/mux/h2.rs#L753
unused variable: `context`
Test (nightly, true): lib/src/protocol/mux/parser.rs#L121
unused variable: `other`
Test (nightly, true): lib/src/protocol/mux/mod.rs#L377
unused variable: `token`
Test (nightly, true): lib/src/protocol/mux/mod.rs#L383
unused variable: `token`
Test (nightly, true): lib/src/protocol/mux/mod.rs#L383
unused variable: `stream`
Test (nightly, true)
virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
Test (nightly, true): lib/src/protocol/mux/h2.rs#L1
unused import: `str::from_utf8_unchecked`
Test (nightly, true): lib/src/protocol/mux/h1.rs#L249
unused variable: `context`
Test (nightly, true): lib/src/protocol/mux/h2.rs#L134
unused variable: `stream_id`
Test (nightly, true): lib/src/protocol/mux/h2.rs#L590
unused variable: `push_promise`
Test (nightly, true): lib/src/protocol/mux/h2.rs#L753
unused variable: `context`
Test (nightly, true): lib/src/protocol/mux/parser.rs#L121
unused variable: `other`
Test (nightly, true): lib/src/protocol/mux/mod.rs#L377
unused variable: `token`
Test (nightly, true): lib/src/protocol/mux/mod.rs#L383
unused variable: `token`
Test (nightly, true): lib/src/protocol/mux/mod.rs#L383
unused variable: `stream`
Coverage
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
Coverage
some crates are on edition 2021 which defaults to `resolver = "2"`, but virtual workspaces default to `resolver = "1"`
Coverage
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/
Coverage
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/
Coverage
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/
Coverage
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/