nixbot

builds

Mic92/nixbot build #296 failed

branch maiao.Ib495c1aa3c3132bb16dbc72cdfe32a0fdcce91d1 · PR #178 · commit 50b0eb8eb0 · · took 10m 3s

3 failed
failed attributes
status attribute duration
failed checks.aarch64-darwin.treefmt 2s
treefmt-check: """Empty when nix-eval-jobs reported no stats for the attribute.""" if row.get("eval_wall_ms") is None: return "" - return …
treefmt-check:
     """Empty when nix-eval-jobs reported no stats for the attribute."""
     if row.get("eval_wall_ms") is None:
         return ""
-    return f"eval {format_ms(row["eval_wall_ms"])} · {format_bytes(row["eval_alloc_bytes"])} allocated"
+    return f"eval {format_ms(row['eval_wall_ms'])} · {format_bytes(row['eval_alloc_bytes'])} allocated"
 
 
 def _forge_base(project: dict[str, Any]) -> str | None:
failed checks.aarch64-linux.treefmt 12s
treefmt-check: +++ b/nixbot/nixbot/web/templating.py @@ -86,7 +86,7 @@ def eval_stats(row: dict[str, Any]) -> str: """Empty when nix-eval-jobs reported no …
treefmt-check:
+++ b/nixbot/nixbot/web/templating.py
@@ -86,7 +86,7 @@ def eval_stats(row: dict[str, Any]) -> str:
     """Empty when nix-eval-jobs reported no stats for the attribute."""
     if row.get("eval_wall_ms") is None:
         return ""
-    return f"eval {format_ms(row["eval_wall_ms"])} · {format_bytes(row["eval_alloc_bytes"])} allocated"
+    return f"eval {format_ms(row['eval_wall_ms'])} · {format_bytes(row['eval_alloc_bytes'])} allocated"
 def _forge_base(project: dict[str, Any]) -> str | None:
failed checks.x86_64-linux.treefmt 19s
treefmt-check: """Empty when nix-eval-jobs reported no stats for the attribute.""" if row.get("eval_wall_ms") is None: return "" - return …
treefmt-check:
     """Empty when nix-eval-jobs reported no stats for the attribute."""
     if row.get("eval_wall_ms") is None:
         return ""
-    return f"eval {format_ms(row["eval_wall_ms"])} · {format_bytes(row["eval_alloc_bytes"])} allocated"
+    return f"eval {format_ms(row['eval_wall_ms'])} · {format_bytes(row['eval_alloc_bytes'])} allocated"
 
 
 def _forge_base(project: dict[str, Any]) -> str | None:
12 succeeded
succeeded attributes
status attribute duration
loading…