1this derivation will be built:2 /nix/store/j4qxv85l1h6f2ci2prgyba8pdlf8bx1q-treefmt-check.drv3error: build of '/nix/store/j4qxv85l1h6f2ci2prgyba8pdlf8bx1q-treefmt-check.drv' on 'ssh-ng://customer@mac02' failed: Cannot build '/nix/store/j4qxv85l1h6f2ci2prgyba8pdlf8bx1q-treefmt-check.drv'.4 Reason: builder failed with exit code 1.5 Output paths:6 /nix/store/lna608g3581ps4p1jn7j8d3nw3j3frwi-treefmt-check7 Last 19 log lines:8 > treefmt v2.5.0traversed 55 files9 > emitted 32 files for processing10 > formatted 32 files (1 changed) in 67ms11 > M crates/gc/src/main.rs12 > diff --git a/crates/gc/src/main.rs b/crates/gc/src/main.rs13 > index 865ecac..b48548a 10064414 > --- a/crates/gc/src/main.rs15 > +++ b/crates/gc/src/main.rs16 > @@ -168,7 +168,9 @@ fn parse_args_from(args: Vec<std::ffi::OsString>) -> Result<Args> {17 > fn init_rayon() {18 > if let Err(e) = rayon::ThreadPoolBuilder::new().build_global() {19 > log::warn!("failed to start rayon thread pool ({e}); falling back to a single thread");20 > - let _ = rayon::ThreadPoolBuilder::new().num_threads(1).build_global();21 > + let _ = rayon::ThreadPoolBuilder::new()22 > + .num_threads(1)23 > + .build_global();24 > }25 > }26 > 27 For full logs, run:28 nix log /nix/store/j4qxv85l1h6f2ci2prgyba8pdlf8bx1q-treefmt-check.drv29error: Cannot build '/nix/store/j4qxv85l1h6f2ci2prgyba8pdlf8bx1q-treefmt-check.drv'.30 Reason: builder failed with exit code 1.31 Output paths:32 /nix/store/lna608g3581ps4p1jn7j8d3nw3j3frwi-treefmt-check