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:
|