setup
aarch64-darwin.treefmt
· build #117
· raw
1this derivation will be built:2 /nix/store/xwfdz7x594y13yg6j9wj31whx167c7hh-treefmt-check.drv3error: build of '/nix/store/xwfdz7x594y13yg6j9wj31whx167c7hh-treefmt-check.drv' on 'ssh-ng://customer@mac02' failed: Cannot build '/nix/store/xwfdz7x594y13yg6j9wj31whx167c7hh-treefmt-check.drv'.4 Reason: builder failed with exit code 1.5 Output paths:6 /nix/store/cibk4n1fi84685ky1n1wwbl1rkn2x0kh-treefmt-check7 Last 19 log lines:8 > treefmt v2.5.0traversed 87 files9 > emitted 71 files for processing10 > formatted 71 files (1 changed) in 111ms11 > M nix/package.nix12 > diff --git a/nix/package.nix b/nix/package.nix13 > index dec636a..f99ff68 10064414 > --- a/nix/package.nix15 > +++ b/nix/package.nix16 > @@ -26,9 +26,7 @@ let17 > nativeBuildInputs = [ protobuf ];18 > PROTOC = "${protobuf}/bin/protoc";19 > # tribuchet-sandboxd is Linux-only (user namespaces, cgroups)20 > - cargoExtraArgs = lib.optionalString (21 > - !stdenv.isLinux22 > - ) "--workspace --exclude tribuchet-sandboxd";23 > + cargoExtraArgs = lib.optionalString (!stdenv.isLinux) "--workspace --exclude tribuchet-sandboxd";24 > };25 > 26 > cargoArtifacts = craneLib.buildDepsOnly commonArgs;27 For full logs, run:28 nix log /nix/store/xwfdz7x594y13yg6j9wj31whx167c7hh-treefmt-check.drv29error: Cannot build '/nix/store/xwfdz7x594y13yg6j9wj31whx167c7hh-treefmt-check.drv'.30 Reason: builder failed with exit code 1.31 Output paths:32 /nix/store/cibk4n1fi84685ky1n1wwbl1rkn2x0kh-treefmt-check