Mic92/nixbot build #290 cancelled ← #289 #291 →
2 failed
| status | attribute | duration |
|---|---|---|
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:
|
||
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:
|
||
5 cancelled
| status | attribute | duration |
|---|---|---|
| loading… | ||
5 succeeded
| status | attribute | duration |
|---|---|---|
| loading… | ||