Skip to content

Update async-channel requirement from 1.5 to 2.0 #67

Update async-channel requirement from 1.5 to 2.0

Update async-channel requirement from 1.5 to 2.0 #67

Triggered via pull request October 26, 2023 01:12
Status Failure
Total duration 1d 20h 54m 51s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 16 warnings
Build: bin/tfrps.rs#L22
cannot determine resolution for the derive macro `Clap`
Build: bin/tfrps.rs#L23
cannot find attribute `clap` in this scope
Build: bin/tfrps.rs#L25
cannot find attribute `clap` in this scope
Build
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
Coverage
This request was automatically failed because there were no enabled runners online to process the request for more than 1 days.
Build
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
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
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
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
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: src/conn/client.rs#L20
unused import: `ReadHalf`
Build: src/conn/server.rs#L15
unused import: `std::collections::HashMap`
Build: src/conn/server.rs#L18
unused import: `FutureExt`
Build: src/conn/server.rs#L21
unused imports: `ReadHalf`, `WriteHalf`
Build: src/model/server.rs#L17
unused import: `crate::model::config::Protocol`
Build: src/model/server.rs#L18
unused imports: `SinkExt`, `StreamExt`
Build: src/model/server.rs#L19
unused imports: `make_service_fn`, `service_fn`
Build: src/model/server.rs#L21
unused imports: `Body`, `Client`, `Request`, `Response`, `Server`, `StatusCode`, `client::connect::Connect`
Build: src/model/server.rs#L22
unused import: `hyper_tls::HttpsConnector`
Build: src/model/server.rs#L23
unused import: `std::collections::HashMap`
CI
The ubuntu-18.04 environment is deprecated, consider switching to ubuntu-20.04(ubuntu-latest), or ubuntu-22.04 instead. For more details see https://github.com/actions/virtual-environments/issues/6002