Add basic CI #1
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
14 errors
Rustfmt
Process completed with exit code 1.
|
file not found for module `reset`:
src/main.rs#L5
error[E0583]: file not found for module `reset`
--> src/commands.rs:5:1
|
5 | pub(crate) mod reset;
| ^^^^^^^^^^^^^^^^^^^^^
|
= help: to create the module `reset`, create file "src/commands/reset.rs" or "src/commands/reset/mod.rs"
|
cannot find type `Command` in module `commands::reset`:
src/main.rs#L40
error[E0412]: cannot find type `Command` in module `commands::reset`
--> src/main.rs:40:28
|
40 | Reset(commands::reset::Command),
| ^^^^^^^ not found in `commands::reset`
|
help: consider importing one of these items
|
6 + use crate::commands::balance::Command;
|
6 + use crate::commands::init::Command;
|
6 + use crate::commands::list_tx::Command;
|
6 + use crate::commands::list_unspent::Command;
|
and 4 other candidates
help: if you import `Command`, refer to it directly
|
40 - Reset(commands::reset::Command),
40 + Reset(Command),
|
|
aborting due to 2 previous errors
error: aborting due to 2 previous errors
|
Clippy
Received a internal compiler error OR an unknown message type, view this in debug mode to view the payload
|
Clippy
{
"rendered": "Some errors have detailed explanations: E0412, E0583.\n",
"children": [],
"code": null,
"level": "failure-note",
"message": "Some errors have detailed explanations: E0412, E0583.",
"spans": []
}
|
Build on macOS-latest
Process completed with exit code 101.
|
Build on windows-latest
The job was canceled because "macOS-latest" failed.
|
Build on windows-latest
The operation was canceled.
|
Build on ubuntu-latest
The job was canceled because "macOS-latest" failed.
|
Build on ubuntu-latest
The operation was canceled.
|
Build latest on ubuntu-latest
Process completed with exit code 101.
|
Build latest on macOS-latest
Process completed with exit code 101.
|
Build latest on windows-latest
Process completed with exit code 1.
|