this derivation will be built: /nix/store/agxnysn3d7wblkl3zy40zasc0cvsvrcf-treefmt-check.drv error: build of '/nix/store/agxnysn3d7wblkl3zy40zasc0cvsvrcf-treefmt-check.drv' on 'ssh-ng://customer@mac02' failed: Cannot build '/nix/store/agxnysn3d7wblkl3zy40zasc0cvsvrcf-treefmt-check.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/3cgvnhkp37fiilq8dd4hi8ndi0ai5vzb-treefmt-check Last 18 log lines: > treefmt v2.5.0traversed 102 files > emitted 84 files for processing > formatted 84 files (1 changed) in 417ms > M crates/tribuchet/src/worker/sandbox/linux.rs > diff --git a/crates/tribuchet/src/worker/sandbox/linux.rs b/crates/tribuchet/src/worker/sandbox/linux.rs > index 5b50848..5eb14f6 100644 > --- a/crates/tribuchet/src/worker/sandbox/linux.rs > +++ b/crates/tribuchet/src/worker/sandbox/linux.rs > @@ -695,7 +695,8 @@ fn tmpfs_root(p: &SetupParams) -> io::Result<()> { > .map_err(ioerr("detaching scratch store"))?; > mount("tmpfs", root, "tmpfs", MountFlags::empty(), None) > .map_err(ioerr("mounting tmpfs root"))?; > - write_skeleton(p.spec).map_err(|e| io::Error::other(format!("populating tmpfs root: {e:#}")))?; > + write_skeleton(p.spec) > + .map_err(|e| io::Error::other(format!("populating tmpfs root: {e:#}")))?; > move_mount( > store.as_fd(), > "", For full logs, run: nix log /nix/store/agxnysn3d7wblkl3zy40zasc0cvsvrcf-treefmt-check.drv error: Cannot build '/nix/store/agxnysn3d7wblkl3zy40zasc0cvsvrcf-treefmt-check.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/3cgvnhkp37fiilq8dd4hi8ndi0ai5vzb-treefmt-check