setup
default.checks.x86_64-linux.treefmt
· build #73
· raw
1this derivation will be built:2 /nix/store/606i0hd85jah8nrlbyamwyixfva70y1r-treefmt-check.drv3error: Cannot build '/nix/store/606i0hd85jah8nrlbyamwyixfva70y1r-treefmt-check.drv'.4 Reason: builder failed with exit code 1.5 Output paths:6 /nix/store/da5hjh7qj9gvkn0v982mqrh1a7nbh82i-treefmt-check7 Last 20 log lines:8 > tribuchet: building on jamie9 > treefmt v2.5.0traversed 55 files10 > emitted 32 files for processing11 > formatted 32 files (1 changed) in 107ms12 > M crates/gc/src/main.rs13 > diff --git a/crates/gc/src/main.rs b/crates/gc/src/main.rs14 > index 865ecac..b48548a 10064415 > --- a/crates/gc/src/main.rs16 > +++ b/crates/gc/src/main.rs17 > @@ -168,7 +168,9 @@ fn parse_args_from(args: Vec<std::ffi::OsString>) -> Result<Args> {18 > fn init_rayon() {19 > if let Err(e) = rayon::ThreadPoolBuilder::new().build_global() {20 > log::warn!("failed to start rayon thread pool ({e}); falling back to a single thread");21 > - let _ = rayon::ThreadPoolBuilder::new().num_threads(1).build_global();22 > + let _ = rayon::ThreadPoolBuilder::new()23 > + .num_threads(1)24 > + .build_global();25 > }26 > }27 >28 For full logs, run:29 nix log /nix/store/606i0hd85jah8nrlbyamwyixfva70y1r-treefmt-check.drv