Skip to content

feat(xtask): migrate xtask local command #25

feat(xtask): migrate xtask local command

feat(xtask): migrate xtask local command #25

Triggered via pull request December 9, 2024 18:39
Status Failure
Total duration 1m 10s
Billable time 2m
Artifacts

check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
this function takes 5 arguments but 6 arguments were supplied: xtask/src/run.rs#L73
error[E0061]: this function takes 5 arguments but 6 arguments were supplied --> xtask/src/run.rs:73:16 | 73 | let _run = ops::run_node( | ^^^^^^^^^^^^^ ... 79 | local_seal, | ---------- unexpected argument #6 of type `bool` | note: function defined here --> xtask/src/run.rs:179:12 | 179 | pub fn run_node( | ^^^^^^^^ 180 | base_path: &dyn AsRef<OsStr>, | ---------------------------- 181 | chain_spec: &dyn AsRef<OsStr>, | ----------------------------- 182 | node: &Node<'_>, | --------------- 183 | bootnodes: &[String], | -------------------- 184 | isolated: bool, | -------------- help: remove the extra argument | 78 - r.isolated, 79 - local_seal, 78 + r.isolated, |
check
Clippy had exited with the 101 exit code