this derivation will be built: /nix/store/dsv16cpq4gy0xjbl1niwfch7nwrni53s-treefmt-check.drv building '/nix/store/dsv16cpq4gy0xjbl1niwfch7nwrni53s-treefmt-check.drv' on 'ssh-ng://customer@mac02' building '/nix/store/dsv16cpq4gy0xjbl1niwfch7nwrni53s-treefmt-check.drv' treefmt-check> treefmt v2.5.0traversed 298 files treefmt-check> emitted 247 files for processing treefmt-check> formatted 247 files (0 changed) in 841ms treefmt-check> M nixbot/nixbot/web/templating.py treefmt-check> diff --git a/nixbot/nixbot/web/templating.py b/nixbot/nixbot/web/templating.py treefmt-check> index 936c90c..d13dfc7 100644 treefmt-check> --- a/nixbot/nixbot/web/templating.py treefmt-check> +++ b/nixbot/nixbot/web/templating.py treefmt-check> @@ -86,7 +86,7 @@ def eval_stats(row: dict[str, Any]) -> str: treefmt-check> """Empty when nix-eval-jobs reported no stats for the attribute.""" treefmt-check> if row.get("eval_wall_ms") is None: treefmt-check> return "" treefmt-check> - return f"eval {format_ms(row["eval_wall_ms"])} · {format_bytes(row["eval_alloc_bytes"])} allocated" treefmt-check> + return f"eval {format_ms(row['eval_wall_ms'])} · {format_bytes(row['eval_alloc_bytes'])} allocated" treefmt-check> treefmt-check> treefmt-check> def _forge_base(project: dict[str, Any]) -> str | None: error: build of '/nix/store/dsv16cpq4gy0xjbl1niwfch7nwrni53s-treefmt-check.drv' on 'ssh-ng://customer@mac02' failed: Cannot build '/nix/store/dsv16cpq4gy0xjbl1niwfch7nwrni53s-treefmt-check.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/yf5cydwbwaaaili8kwngchdkpffsfz0f-treefmt-check Last 17 log lines: > treefmt v2.5.0traversed 298 files > emitted 247 files for processing > formatted 247 files (0 changed) in 841ms > M nixbot/nixbot/web/templating.py > diff --git a/nixbot/nixbot/web/templating.py b/nixbot/nixbot/web/templating.py > index 936c90c..d13dfc7 100644 > --- a/nixbot/nixbot/web/templating.py > +++ 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: For full logs, run: nix log /nix/store/dsv16cpq4gy0xjbl1niwfch7nwrni53s-treefmt-check.drv error: Cannot build '/nix/store/dsv16cpq4gy0xjbl1niwfch7nwrni53s-treefmt-check.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/yf5cydwbwaaaili8kwngchdkpffsfz0f-treefmt-check