fix(ci): apply rustfmt so the Check workflow passes again #41

Merged
David merged 1 commit from fix/ci-cargo-fmt into main 2026-06-06 02:49:25 +02:00
Owner

What

The fmt + clippy + build + tests Check workflow has failed on every push and PR for a while (tasks #130 through #148, all dying in 2-12 seconds). Root cause, reproduced locally: the workflow's first real step, cargo fmt --check, exits non-zero on 10 pre-existing formatting violations in crates/meshcentral-agent-fetch (fetcher.rs, lib.rs, source.rs, verify.rs) and crates/meshcentral/src/boot.rs, so the job aborts before clippy, build, or tests ever run.

This PR is cargo fmt --all output only - line wrapping, no semantic changes.

Verification

All four workflow steps run locally on this branch:

  • cargo fmt --all -- --check - clean
  • cargo clippy --all-targets -- -D warnings - clean
  • cargo build --all-targets - ok
  • cargo test --lib - 29 suites, all pass, 0 failures
## What The `fmt + clippy + build + tests` Check workflow has failed on every push and PR for a while (tasks #130 through #148, all dying in 2-12 seconds). Root cause, reproduced locally: the workflow's first real step, `cargo fmt --check`, exits non-zero on 10 pre-existing formatting violations in `crates/meshcentral-agent-fetch` (`fetcher.rs`, `lib.rs`, `source.rs`, `verify.rs`) and `crates/meshcentral/src/boot.rs`, so the job aborts before clippy, build, or tests ever run. This PR is `cargo fmt --all` output only - line wrapping, no semantic changes. ## Verification All four workflow steps run locally on this branch: - `cargo fmt --all -- --check` - clean - `cargo clippy --all-targets -- -D warnings` - clean - `cargo build --all-targets` - ok - `cargo test --lib` - 29 suites, all pass, 0 failures
fix(ci): apply rustfmt so the Check workflow passes again
All checks were successful
Check / fmt + clippy + build + tests (pull_request) Successful in 1m34s
Create release / Create release from merged PR (pull_request) Has been skipped
cc657b9327
The fmt + clippy + build + tests workflow has failed on every push and PR since meshcentral-agent-fetch landed: its first real step, cargo fmt --check, exits non-zero on 10 pre-existing formatting violations in crates/meshcentral-agent-fetch (fetcher.rs, lib.rs, source.rs, verify.rs) and crates/meshcentral/src/boot.rs, killing the job in seconds before clippy, build, or tests run.

This is cargo fmt --all output only, no semantic changes. All four workflow steps (cargo fmt --check, cargo clippy --all-targets -- -D warnings, cargo build --all-targets, cargo test --lib) verified passing locally.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
David merged commit 8948b87efc into main 2026-06-06 02:49:25 +02:00
David deleted branch fix/ci-cargo-fmt 2026-06-06 02:49:25 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
psa-systems/vervain-server!41
No description provided.