nixbot

builds

Mic92/tribuchet build #118 failed

branch main · PR #63 · commit 34e424ff50 · · took 5m 47s

3 failed
failed attributes
status attribute duration
failed aarch64-darwin.treefmt 2s
treefmt-check: # tribuchet-sandboxd is Linux-only (user namespaces, cgroups) - cargoExtraArgs = lib.optionalString ( - !stdenv.isLinux - ) "--wo …
treefmt-check:
     # tribuchet-sandboxd is Linux-only (user namespaces, cgroups)
-    cargoExtraArgs = lib.optionalString (
-      !stdenv.isLinux
-    ) "--workspace --exclude tribuchet-sandboxd";
+    cargoExtraArgs = lib.optionalString (!stdenv.isLinux) "--workspace --exclude tribuchet-sandboxd";
   };
 
   cargoArtifacts = craneLib.buildDepsOnly commonArgs;
failed aarch64-linux.treefmt 0s
treefmt-check: PROTOC = "${protobuf}/bin/protoc"; # tribuchet-sandboxd is Linux-only (user namespaces, cgroups) - cargoExtraArgs = lib.optionalStri …
treefmt-check:
     PROTOC = "${protobuf}/bin/protoc";
     # tribuchet-sandboxd is Linux-only (user namespaces, cgroups)
-    cargoExtraArgs = lib.optionalString (
-      !stdenv.isLinux
-    ) "--workspace --exclude tribuchet-sandboxd";
+    cargoExtraArgs = lib.optionalString (!stdenv.isLinux) "--workspace --exclude tribuchet-sandboxd";
   };
   cargoArtifacts = craneLib.buildDepsOnly commonArgs;
failed x86_64-linux.treefmt 0s
treefmt-check: PROTOC = "${protobuf}/bin/protoc"; # tribuchet-sandboxd is Linux-only (user namespaces, cgroups) - cargoExtraArgs = lib.optionalStri …
treefmt-check:
     PROTOC = "${protobuf}/bin/protoc";
     # tribuchet-sandboxd is Linux-only (user namespaces, cgroups)
-    cargoExtraArgs = lib.optionalString (
-      !stdenv.isLinux
-    ) "--workspace --exclude tribuchet-sandboxd";
+    cargoExtraArgs = lib.optionalString (!stdenv.isLinux) "--workspace --exclude tribuchet-sandboxd";
   };
   cargoArtifacts = craneLib.buildDepsOnly commonArgs;
6 succeeded
succeeded attributes
status attribute duration
loading…
9 already built
skipped attributes
status attribute duration
loading…