merge dev #116
ci.yml
on: push
Bitrot check
5m 24s
Clippy (MSRV)
3m 6s
Clippy (beta)
14s
Code coverage
16m 15s
Intra-doc links
6m 13s
Rustfmt
11s
Matrix: build-latest
Matrix: test
Annotations
17 errors and 4 warnings
Latest build on macOS-latest
Process completed with exit code 101.
|
Latest build on windows-latest
The job was canceled because "macOS-latest" failed.
|
Latest build on ubuntu-latest
The job was canceled because "macOS-latest" failed.
|
Rustfmt
Process completed with exit code 1.
|
Clippy (beta)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|
constant `SERVICE_PROTO` is never used:
zaino-serve/build.rs#L9
error: constant `SERVICE_PROTO` is never used
--> zaino-serve/build.rs:9:7
|
9 | const SERVICE_PROTO: &str = "proto/service.proto";
| ^^^^^^^^^^^^^
|
constant `PROPOSAL_PROTO` is never used:
zaino-serve/build.rs#L8
error: constant `PROPOSAL_PROTO` is never used
--> zaino-serve/build.rs:8:7
|
8 | const PROPOSAL_PROTO: &str = "proto/proposal.proto";
| ^^^^^^^^^^^^^^
|
constant `COMPACT_FORMATS_PROTO` is never used:
zaino-serve/build.rs#L7
error: constant `COMPACT_FORMATS_PROTO` is never used
--> zaino-serve/build.rs:7:7
|
7 | const COMPACT_FORMATS_PROTO: &str = "proto/compact_formats.proto";
| ^^^^^^^^^^^^^^^^^^^^^
|
= note: `-D dead-code` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(dead_code)]`
|
unused imports: `PathBuf`, `Path`:
zaino-serve/build.rs#L4
error: unused imports: `PathBuf`, `Path`
--> zaino-serve/build.rs:4:17
|
4 | use std::path::{Path, PathBuf};
| ^^^^ ^^^^^^^
|
unused import: `std::fs`:
zaino-serve/build.rs#L2
error: unused import: `std::fs`
--> zaino-serve/build.rs:2:5
|
2 | use std::fs;
| ^^^^^^^
|
= 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.
|
Code coverage
Process completed with exit code 1.
|
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 (beta)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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/
|
Clippy (MSRV)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|