this derivation will be built: /nix/store/124p7zskg5aygbg6iqqrrplrcckspj2a-treefmt-check.drv error: Cannot build '/nix/store/124p7zskg5aygbg6iqqrrplrcckspj2a-treefmt-check.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/p8rzhikdmlmmhbp3shxp1c7br2ssq1dh-treefmt-check Last 25 log lines: > assert_eq!(stamp.1, 7); > assert!(filesystem.delete(key).await.unwrap()); > assert!(!root.join("--project--").exists()); > diff --git a/crates/ssync-core/src/session_filesystem/pathmap.rs b/crates/ssync-core/src/session_filesystem/pathmap.rs > index 429b5e3..2021840 100644 > --- a/crates/ssync-core/src/session_filesystem/pathmap.rs > +++ b/crates/ssync-core/src/session_filesystem/pathmap.rs > @@ -196,10 +196,7 @@ impl Resolver { > if let Some(path) = oversized > && local_cwd.is_none() > { > - bail!( > - "{}: required session header exceeds 64 KiB", > - path.display() > - ); > + bail!("{}: required session header exceeds 64 KiB", path.display()); > } > let Some(local_cwd) = local_cwd else { > bail!( > @@ -475,5 +472,4 @@ mod tests { > assert_eq!(m.canonical_of("/any").unwrap(), None); > assert_eq!(m.local_of("/any").unwrap(), None); > } > - > } For full logs, run: nix log /nix/store/124p7zskg5aygbg6iqqrrplrcckspj2a-treefmt-check.drv