setup
x86_64-linux.formatting
· build #33
· raw
1this derivation will be built:2 /nix/store/rxah5jm1czw3zm32rgvpsl7qj11kysid-treefmt-check.drv3error: Cannot build '/nix/store/rxah5jm1czw3zm32rgvpsl7qj11kysid-treefmt-check.drv'.4 Reason: builder failed with exit code 1.5 Output paths:6 /nix/store/3yx27css7y2i1ds14rpxxjpxz38ygpnk-treefmt-check7 Last 25 log lines:8 > fn unit_opens_exactly_the_needed_write_paths() {9 > let unit = render_unit(&spec(None));10 > - assert!(11 > - unit.contains(12 > - "ReadWritePaths=/home/alice/.pi/agent/sessions /home/alice/.local/share/ssync"13 > - )14 > - );15 > + assert!(unit.contains(16 > + "ReadWritePaths=/home/alice/.pi/agent/sessions /home/alice/.local/share/ssync"17 > + ));18 > }19 > 20 > #[test]21 > @@ -426,7 +427,10 @@ mod tests {22 > fn missing_components_lists_only_what_create_would_add() {23 > let base = scratch("missing");24 > let leaf = base.join("a/b");25 > - assert_eq!(missing_components(&leaf), vec![leaf.clone(), base.join("a")]);26 > + assert_eq!(27 > + missing_components(&leaf),28 > + vec![leaf.clone(), base.join("a")]29 > + );30 > assert!(missing_components(&base).is_empty());31 > std::fs::remove_dir_all(&base).unwrap();32 > }33 For full logs, run:34 nix log /nix/store/rxah5jm1czw3zm32rgvpsl7qj11kysid-treefmt-check.drv