nixbot

builds

succeeded setup aarch64-linux.treefmt · build #117 · raw

1this derivation will be built:2 /nix/store/bb7a720x5006hny5cl4j6pmxx2dbgb2k-treefmt-check.drv3error: Cannot build '/nix/store/bb7a720x5006hny5cl4j6pmxx2dbgb2k-treefmt-check.drv'.4 Reason: builder failed with exit code 1.5 Output paths:6 /nix/store/x1qdrdlbnbgiqbklffysx7h46jd3dc4j-treefmt-check7 Last 20 log lines:8 > tribuchet: building on eliza9 > treefmt v2.5.0traversed 87 files10 > emitted 71 files for processing11 > formatted 71 files (1 changed) in 153ms12 > M nix/package.nix13 > diff --git a/nix/package.nix b/nix/package.nix14 > index dec636a..f99ff68 10064415 > --- a/nix/package.nix16 > +++ b/nix/package.nix17 > @@ -26,9 +26,7 @@ let18 > nativeBuildInputs = [ protobuf ];19 > PROTOC = "${protobuf}/bin/protoc";20 > # tribuchet-sandboxd is Linux-only (user namespaces, cgroups)21 > - cargoExtraArgs = lib.optionalString (22 > - !stdenv.isLinux23 > - ) "--workspace --exclude tribuchet-sandboxd";24 > + cargoExtraArgs = lib.optionalString (!stdenv.isLinux) "--workspace --exclude tribuchet-sandboxd";25 > };26 >27 > cargoArtifacts = craneLib.buildDepsOnly commonArgs;28 For full logs, run:29 nix log /nix/store/bb7a720x5006hny5cl4j6pmxx2dbgb2k-treefmt-check.drv