Mic92/nixpkgs-review build #22 failed ← #21 #23 →
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
| status | attribute | duration |
|---|---|---|
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. |
||
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. |
||
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
| status | attribute | duration |
|---|---|---|
| loading… | ||
3 already built
| status | attribute | duration |
|---|---|---|
| loading… | ||