this derivation will be built: /nix/store/57y8ycc4kjhmzr2cxcfcwr404fyskgl0-treefmt-check.drv building '/nix/store/57y8ycc4kjhmzr2cxcfcwr404fyskgl0-treefmt-check.drv' on 'ssh-ng://customer@mac02' building '/nix/store/57y8ycc4kjhmzr2cxcfcwr404fyskgl0-treefmt-check.drv' treefmt-check> treefmt v2.5.0traversed 246 files treefmt-check> emitted 206 files for processing treefmt-check> formatted 206 files (1 changed) in 821ms treefmt-check> M nixbot/nixbot/tests/test_executor.py treefmt-check> diff --git a/nixbot/nixbot/tests/test_executor.py b/nixbot/nixbot/tests/test_executor.py treefmt-check> index e1aec1c..1cf8878 100644 treefmt-check> --- a/nixbot/nixbot/tests/test_executor.py treefmt-check> +++ b/nixbot/nixbot/tests/test_executor.py treefmt-check> @@ -788,9 +788,7 @@ def test_scrapes_cannot_build_reason_wording() -> None: treefmt-check> " Output paths:\n" treefmt-check> " /nix/store/7bs-closure-info" treefmt-check> ) treefmt-check> - cap.setup_line( treefmt-check> - f"error: Cannot build '{top}'.\n Reason: 1 dependency failed." treefmt-check> - ) treefmt-check> + cap.setup_line(f"error: Cannot build '{top}'.\n Reason: 1 dependency failed.") treefmt-check> cap.mark_failed(top) treefmt-check> state = {e["name"]: e["status"] for e in cap.state()} treefmt-check> # Leaf flagged with its output; no phantom top-level card, setup neutral. error: build of '/nix/store/57y8ycc4kjhmzr2cxcfcwr404fyskgl0-treefmt-check.drv' on 'ssh-ng://customer@mac02' failed: Cannot build '/nix/store/57y8ycc4kjhmzr2cxcfcwr404fyskgl0-treefmt-check.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/lvag3ws0xr9p1jviqrzzrc4rssh23d41-treefmt-check Last 19 log lines: > treefmt v2.5.0traversed 246 files > emitted 206 files for processing > formatted 206 files (1 changed) in 821ms > M nixbot/nixbot/tests/test_executor.py > diff --git a/nixbot/nixbot/tests/test_executor.py b/nixbot/nixbot/tests/test_executor.py > index e1aec1c..1cf8878 100644 > --- a/nixbot/nixbot/tests/test_executor.py > +++ b/nixbot/nixbot/tests/test_executor.py > @@ -788,9 +788,7 @@ def test_scrapes_cannot_build_reason_wording() -> None: > " Output paths:\n" > " /nix/store/7bs-closure-info" > ) > - cap.setup_line( > - f"error: Cannot build '{top}'.\n Reason: 1 dependency failed." > - ) > + cap.setup_line(f"error: Cannot build '{top}'.\n Reason: 1 dependency failed.") > cap.mark_failed(top) > state = {e["name"]: e["status"] for e in cap.state()} > # Leaf flagged with its output; no phantom top-level card, setup neutral. For full logs, run: nix log /nix/store/57y8ycc4kjhmzr2cxcfcwr404fyskgl0-treefmt-check.drv error: Cannot build '/nix/store/57y8ycc4kjhmzr2cxcfcwr404fyskgl0-treefmt-check.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/lvag3ws0xr9p1jviqrzzrc4rssh23d41-treefmt-check