nixbot

builds

Mic92/nixpkgs-review build #22 failed

branch main · PR #654 · commit d51a3a52d8 · · took 42s

eval warnings 1 kind · 5 occurrences
  • warn Nixpkgs 26.05 will be the last release to support x86_64-darwin; see https://nixos.org/… ×5

3 failed
failed attributes
status attribute duration
failed aarch64-darwin.treefmt 1s
> @staticmethod > def assert_built(path: str, *pkg_names: str) -> None: > report = Helpers.load_report(path) > - assert {attr["name"] …
>      @staticmethod
>      def assert_built(path: str, *pkg_names: str) -> None:
>          report = Helpers.load_report(path)
> -        assert {attr["name"] for attr in report["result"][current_system()]["built"]} == {*pkg_names}
> +        assert {
> +            attr["name"] for attr in report["result"][current_system()]["built"]
> +        } == {*pkg_names}
>      @contextmanager
Reason: builder failed with exit code 1.
failed aarch64-linux.treefmt 2s
> @staticmethod > def assert_built(path: str, *pkg_names: str) -> None: > report = Helpers.load_report(path) > - assert {attr["name"] …
>      @staticmethod
>      def assert_built(path: str, *pkg_names: str) -> None:
>          report = Helpers.load_report(path)
> -        assert {attr["name"] for attr in report["result"][current_system()]["built"]} == {*pkg_names}
> +        assert {
> +            attr["name"] for attr in report["result"][current_system()]["built"]
> +        } == {*pkg_names}
>      @contextmanager
Reason: builder failed with exit code 1.
failed x86_64-linux.treefmt 0s
> --- a/tests/conftest.py > +++ b/tests/conftest.py > @@ -182,7 +182,9 @@ class Helpers: > def assert_built(path: str, *pkg_names: str) -> None: > …
> --- a/tests/conftest.py
> +++ b/tests/conftest.py
> @@ -182,7 +182,9 @@ class Helpers:
>      def assert_built(path: str, *pkg_names: str) -> None:
>          report = Helpers.load_report(path)
> -        assert {attr["name"] for attr in report["result"][current_system()]["built"]} == {*pkg_names}
> +        assert {
> +            attr["name"] for attr in report["result"][current_system()]["built"]
Reason: builder failed with exit code 1.
8 succeeded
succeeded attributes
status attribute duration
loading…
3 already built
skipped attributes
status attribute duration
loading…