Merge pull request #4 from AloeareV/add_ci #1
ci.yml
on: push
Bitrot check
1m 6s
Clippy (MSRV)
55s
Clippy (beta)
13s
Code coverage
2m 53s
Intra-doc links
1m 55s
Rustfmt
5s
Matrix: build-latest
Matrix: test
Annotations
23 errors and 4 warnings
Clippy (beta)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|
unused import: `ChainSpec`:
src/proxy.rs#L11
error: unused import: `ChainSpec`
--> src/proxy.rs:11:61
|
11 | Address, AddressList, Balance, BlockId, BlockRange, ChainSpec, Empty, Exclude,
| ^^^^^^^^^
|
unused imports: `ProxyServer`, `spawn_server`:
src/main.rs#L2
error: unused imports: `ProxyServer`, `spawn_server`
--> src/main.rs:2:13
|
2 | use proxy::{spawn_server, ProxyServer};
| ^^^^^^^^^^^^ ^^^^^^^^^^^
|
unused import: `http::Uri`:
src/main.rs#L1
error: unused import: `http::Uri`
--> src/main.rs:1:5
|
1 | use http::Uri;
| ^^^^^^^^^
|
= note: `-D unused-imports` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_imports)]`
|
unused import: `ChainSpec`:
src/proxy.rs#L11
error: unused import: `ChainSpec`
--> src/proxy.rs:11:61
|
11 | Address, AddressList, Balance, BlockId, BlockRange, ChainSpec, Empty, Exclude,
| ^^^^^^^^^
|
unused imports: `ProxyServer`, `spawn_server`:
src/main.rs#L2
error: unused imports: `ProxyServer`, `spawn_server`
--> src/main.rs:2:13
|
2 | use proxy::{spawn_server, ProxyServer};
| ^^^^^^^^^^^^ ^^^^^^^^^^^
|
unused import: `http::Uri`:
src/main.rs#L1
error: unused import: `http::Uri`
--> src/main.rs:1:5
|
1 | use http::Uri;
| ^^^^^^^^^
|
= note: `-D unused-imports` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_imports)]`
|
unresolved import `zcash_client_backend::proto::service::compact_tx_streamer_server`:
src/proxy.rs#L10
error[E0432]: unresolved import `zcash_client_backend::proto::service::compact_tx_streamer_server`
--> src/proxy.rs:10:9
|
10 | compact_tx_streamer_server::{CompactTxStreamer, CompactTxStreamerServer},
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `compact_tx_streamer_server` in `service`
|
unresolved import `zcash_client_backend::proto::service::compact_tx_streamer_server`:
src/proxy.rs#L10
error[E0432]: unresolved import `zcash_client_backend::proto::service::compact_tx_streamer_server`
--> src/proxy.rs:10:9
|
10 | compact_tx_streamer_server::{CompactTxStreamer, CompactTxStreamerServer},
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `compact_tx_streamer_server` in `service`
|
Clippy (MSRV)
Clippy had exited with the 101 exit code
|
Bitrot check
Process completed with exit code 101.
|
Latest build on ubuntu-latest
Process completed with exit code 101.
|
Latest build on windows-latest
The job was canceled because "ubuntu-latest" failed.
|
Latest build on windows-latest
The operation was canceled.
|
Latest build on macOS-latest
The job was canceled because "ubuntu-latest" failed.
|
Latest build on macOS-latest
The operation was canceled.
|
Test on ubuntu-latest
Process completed with exit code 101.
|
Test on windows-latest
The job was canceled because "ubuntu-latest" failed.
|
Test on windows-latest
The operation was canceled.
|
Intra-doc links
Process completed with exit code 101.
|
Test on macOS-latest
The job was canceled because "ubuntu-latest" failed.
|
Test on macOS-latest
The operation was canceled.
|
Code coverage
Process completed with exit code 1.
|
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/
|