nixbot

builds
1this derivation will be built:2 /nix/store/701qq4v255v098cmhj591mb0218af7hn-treefmt-check.drv3error: Cannot build '/nix/store/701qq4v255v098cmhj591mb0218af7hn-treefmt-check.drv'.4 Reason: builder failed with exit code 1.5 Output paths:6 /nix/store/ngaqy1k1w5mw708pnwi711vjhwi0ngng-treefmt-check7 Last 19 log lines:8 > tribuchet: building on eliza9 > treefmt v2.5.0traversed 102 files10 > emitted 84 files for processing11 > formatted 84 files (1 changed) in 162ms12 > M crates/tribuchet/src/worker/sandbox/linux.rs13 > diff --git a/crates/tribuchet/src/worker/sandbox/linux.rs b/crates/tribuchet/src/worker/sandbox/linux.rs14 > index 5b50848..5eb14f6 10064415 > --- a/crates/tribuchet/src/worker/sandbox/linux.rs16 > +++ b/crates/tribuchet/src/worker/sandbox/linux.rs17 > @@ -695,7 +695,8 @@ fn tmpfs_root(p: &SetupParams) -> io::Result<()> {18 > .map_err(ioerr("detaching scratch store"))?;19 > mount("tmpfs", root, "tmpfs", MountFlags::empty(), None)20 > .map_err(ioerr("mounting tmpfs root"))?;21 > - write_skeleton(p.spec).map_err(|e| io::Error::other(format!("populating tmpfs root: {e:#}")))?;22 > + write_skeleton(p.spec)23 > + .map_err(|e| io::Error::other(format!("populating tmpfs root: {e:#}")))?;24 > move_mount(25 > store.as_fd(),26 > "",27 For full logs, run:28 nix log /nix/store/701qq4v255v098cmhj591mb0218af7hn-treefmt-check.drv