1this derivation will be built:2 /nix/store/00qym0xll1l3drxmqv1xw5ccmdjhh1s0-treefmt-check.drv3building '/nix/store/00qym0xll1l3drxmqv1xw5ccmdjhh1s0-treefmt-check.drv' on 'ssh-ng://nix@eliza'4building '/nix/store/00qym0xll1l3drxmqv1xw5ccmdjhh1s0-treefmt-check.drv'5treefmt-check> treefmt v2.5.0traversed 62 files6treefmt-check> emitted 46 files for processing7treefmt-check> formatted 46 files (1 changed) in 86ms8treefmt-check> M tests/conftest.py9treefmt-check> diff --git a/tests/conftest.py b/tests/conftest.py10treefmt-check> index 8b8fb82..f01b585 10064411treefmt-check> --- a/tests/conftest.py12treefmt-check> +++ b/tests/conftest.py13treefmt-check> @@ -182,7 +182,9 @@ class Helpers:14treefmt-check> @staticmethod15treefmt-check> def assert_built(path: str, *pkg_names: str) -> None:16treefmt-check> report = Helpers.load_report(path)17treefmt-check> - assert {attr["name"] for attr in report["result"][current_system()]["built"]} == {*pkg_names}18treefmt-check> + assert {19treefmt-check> + attr["name"] for attr in report["result"][current_system()]["built"]20treefmt-check> + } == {*pkg_names}21treefmt-check> 22treefmt-check> @staticmethod23treefmt-check> @contextmanager24error: build of '/nix/store/00qym0xll1l3drxmqv1xw5ccmdjhh1s0-treefmt-check.drv' on 'ssh-ng://nix@eliza' failed: Cannot build '/nix/store/00qym0xll1l3drxmqv1xw5ccmdjhh1s0-treefmt-check.drv'.25 Reason: builder failed with exit code 1.26 Output paths:27 /nix/store/1ps48bbx15nrx552af8j2n951wybzamz-treefmt-check28 Last 19 log lines:29 > treefmt v2.5.0traversed 62 files30 > emitted 46 files for processing31 > formatted 46 files (1 changed) in 86ms32 > M tests/conftest.py33 > diff --git a/tests/conftest.py b/tests/conftest.py34 > index 8b8fb82..f01b585 10064435 > --- a/tests/conftest.py36 > +++ b/tests/conftest.py37 > @@ -182,7 +182,9 @@ class Helpers:38 > @staticmethod39 > def assert_built(path: str, *pkg_names: str) -> None:40 > report = Helpers.load_report(path)41 > - assert {attr["name"] for attr in report["result"][current_system()]["built"]} == {*pkg_names}42 > + assert {43 > + attr["name"] for attr in report["result"][current_system()]["built"]44 > + } == {*pkg_names}45 > 46 > @staticmethod47 > @contextmanager48 For full logs, run:49 nix log /nix/store/00qym0xll1l3drxmqv1xw5ccmdjhh1s0-treefmt-check.drv50error: Cannot build '/nix/store/00qym0xll1l3drxmqv1xw5ccmdjhh1s0-treefmt-check.drv'.51 Reason: builder failed with exit code 1.52 Output paths:53 /nix/store/1ps48bbx15nrx552af8j2n951wybzamz-treefmt-check