setup
x86_64-linux.formatting
· build #78
· raw
1this derivation will be built:2 /nix/store/124p7zskg5aygbg6iqqrrplrcckspj2a-treefmt-check.drv3error: Cannot build '/nix/store/124p7zskg5aygbg6iqqrrplrcckspj2a-treefmt-check.drv'.4 Reason: builder failed with exit code 1.5 Output paths:6 /nix/store/p8rzhikdmlmmhbp3shxp1c7br2ssq1dh-treefmt-check7 Last 25 log lines:8 > assert_eq!(stamp.1, 7);9 > assert!(filesystem.delete(key).await.unwrap());10 > assert!(!root.join("--project--").exists());11 > diff --git a/crates/ssync-core/src/session_filesystem/pathmap.rs b/crates/ssync-core/src/session_filesystem/pathmap.rs12 > index 429b5e3..2021840 10064413 > --- a/crates/ssync-core/src/session_filesystem/pathmap.rs14 > +++ b/crates/ssync-core/src/session_filesystem/pathmap.rs15 > @@ -196,10 +196,7 @@ impl Resolver {16 > if let Some(path) = oversized17 > && local_cwd.is_none()18 > {19 > - bail!(20 > - "{}: required session header exceeds 64 KiB",21 > - path.display()22 > - );23 > + bail!("{}: required session header exceeds 64 KiB", path.display());24 > }25 > let Some(local_cwd) = local_cwd else {26 > bail!(27 > @@ -475,5 +472,4 @@ mod tests {28 > assert_eq!(m.canonical_of("/any").unwrap(), None);29 > assert_eq!(m.local_of("/any").unwrap(), None);30 > }31 > -32 > }33 For full logs, run:34 nix log /nix/store/124p7zskg5aygbg6iqqrrplrcckspj2a-treefmt-check.drv