nixbot

builds
1this derivation will be built:2 /nix/store/agxnysn3d7wblkl3zy40zasc0cvsvrcf-treefmt-check.drv3error: build of '/nix/store/agxnysn3d7wblkl3zy40zasc0cvsvrcf-treefmt-check.drv' on 'ssh-ng://customer@mac02' failed: Cannot build '/nix/store/agxnysn3d7wblkl3zy40zasc0cvsvrcf-treefmt-check.drv'.4 Reason: builder failed with exit code 1.5 Output paths:6 /nix/store/3cgvnhkp37fiilq8dd4hi8ndi0ai5vzb-treefmt-check7 Last 18 log lines:8 > treefmt v2.5.0traversed 102 files9 > emitted 84 files for processing10 > formatted 84 files (1 changed) in 417ms11 > M crates/tribuchet/src/worker/sandbox/linux.rs12 > diff --git a/crates/tribuchet/src/worker/sandbox/linux.rs b/crates/tribuchet/src/worker/sandbox/linux.rs13 > index 5b50848..5eb14f6 10064414 > --- a/crates/tribuchet/src/worker/sandbox/linux.rs15 > +++ b/crates/tribuchet/src/worker/sandbox/linux.rs16 > @@ -695,7 +695,8 @@ fn tmpfs_root(p: &SetupParams) -> io::Result<()> {17 > .map_err(ioerr("detaching scratch store"))?;18 > mount("tmpfs", root, "tmpfs", MountFlags::empty(), None)19 > .map_err(ioerr("mounting tmpfs root"))?;20 > - write_skeleton(p.spec).map_err(|e| io::Error::other(format!("populating tmpfs root: {e:#}")))?;21 > + write_skeleton(p.spec)22 > + .map_err(|e| io::Error::other(format!("populating tmpfs root: {e:#}")))?;23 > move_mount(24 > store.as_fd(),25 > "",26 For full logs, run:27 nix log /nix/store/agxnysn3d7wblkl3zy40zasc0cvsvrcf-treefmt-check.drv28error: Cannot build '/nix/store/agxnysn3d7wblkl3zy40zasc0cvsvrcf-treefmt-check.drv'.29 Reason: builder failed with exit code 1.30 Output paths:31 /nix/store/3cgvnhkp37fiilq8dd4hi8ndi0ai5vzb-treefmt-check