this derivation will be built: /nix/store/agxnysn3d7wblkl3zy40zasc0cvsvrcf-treefmt-check.drv building '/nix/store/agxnysn3d7wblkl3zy40zasc0cvsvrcf-treefmt-check.drv' on 'ssh-ng://customer@mac02' building '/nix/store/agxnysn3d7wblkl3zy40zasc0cvsvrcf-treefmt-check.drv' treefmt-check> treefmt v2.5.0traversed 102 files treefmt-check> emitted 84 files for processing treefmt-check> formatted 84 files (1 changed) in 417ms treefmt-check> M crates/tribuchet/src/worker/sandbox/linux.rs treefmt-check> diff --git a/crates/tribuchet/src/worker/sandbox/linux.rs b/crates/tribuchet/src/worker/sandbox/linux.rs treefmt-check> index 5b50848..5eb14f6 100644 treefmt-check> --- a/crates/tribuchet/src/worker/sandbox/linux.rs treefmt-check> +++ b/crates/tribuchet/src/worker/sandbox/linux.rs treefmt-check> @@ -695,7 +695,8 @@ fn tmpfs_root(p: &SetupParams) -> io::Result<()> { treefmt-check> .map_err(ioerr("detaching scratch store"))?; treefmt-check> mount("tmpfs", root, "tmpfs", MountFlags::empty(), None) treefmt-check> .map_err(ioerr("mounting tmpfs root"))?; treefmt-check> - write_skeleton(p.spec).map_err(|e| io::Error::other(format!("populating tmpfs root: {e:#}")))?; treefmt-check> + write_skeleton(p.spec) treefmt-check> + .map_err(|e| io::Error::other(format!("populating tmpfs root: {e:#}")))?; treefmt-check> move_mount( treefmt-check> store.as_fd(), treefmt-check> "", 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