Merge pull request #7 from idky137/cratify_workspace #18
ci.yml
on: push
Bitrot check
4m 27s
Clippy (MSRV)
3m 7s
Clippy (beta)
14s
Code coverage
2m 1s
Intra-doc links
5m 1s
Rustfmt
11s
Matrix: build-latest
Matrix: test
Annotations
12 errors and 4 warnings
Clippy (beta)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|
Code coverage
Process completed with exit code 1.
|
unused import: `nym_server::nym_serve`:
zingo-proxyd/src/bin/zingoproxyd.rs#L9
error: unused import: `nym_server::nym_serve`
--> zingo-proxyd/src/bin/zingoproxyd.rs:9:21
|
9 | use zingoproxylib::{nym_server::nym_serve, server::spawn_server};
| ^^^^^^^^^^^^^^^^^^^^^
|
unused import: `zingo_rpc::nym::utils::nym_spawn`:
zingo-proxyd/src/bin/zingoproxyd.rs#L8
error: unused import: `zingo_rpc::nym::utils::nym_spawn`
--> zingo-proxyd/src/bin/zingoproxyd.rs:8:5
|
8 | use zingo_rpc::nym::utils::nym_spawn;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `-D unused-imports` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_imports)]`
|
unused import: `nym_server::nym_serve`:
zingo-proxyd/src/bin/zingoproxyd.rs#L9
error: unused import: `nym_server::nym_serve`
--> zingo-proxyd/src/bin/zingoproxyd.rs:9:21
|
9 | use zingoproxylib::{nym_server::nym_serve, server::spawn_server};
| ^^^^^^^^^^^^^^^^^^^^^
|
unused import: `zingo_rpc::nym::utils::nym_spawn`:
zingo-proxyd/src/bin/zingoproxyd.rs#L8
error: unused import: `zingo_rpc::nym::utils::nym_spawn`
--> zingo-proxyd/src/bin/zingoproxyd.rs:8:5
|
8 | use zingo_rpc::nym::utils::nym_spawn;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `-D unused-imports` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_imports)]`
|
Clippy (MSRV)
Clippy had exited with the 101 exit code
|
Test on macOS-latest
Process completed with exit code 101.
|
Test on windows-latest
The job was canceled because "macOS-latest" failed.
|
Test on windows-latest
The operation was canceled.
|
Test on ubuntu-latest
The job was canceled because "macOS-latest" failed.
|
Test on ubuntu-latest
The operation was canceled.
|
Clippy (beta)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Clippy (beta)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Clippy (MSRV)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Clippy (MSRV)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|