nixbot

builds

numtide/freelancer-toolbox build #44 failed

branch main · PR #152 · commit 22e9df1796 · · took 1m 6s

3 failed
failed attributes
status attribute duration
failed aarch64-darwin.pkgs-formatter-check 3s
> def test_reorder_is_undoable(self, client: FlaskClient) -> None: > client.post("/lines/reorder", data={"order": "1,0"}) > resp = client …
>      def test_reorder_is_undoable(self, client: FlaskClient) -> None:
>          client.post("/lines/reorder", data={"order": "1,0"})
>          resp = client.post("/lines/undo")
> -        assert resp.data.index(b"Backend Development") < resp.data.index(
> -            b"Code Review"
> +        assert resp.data.index(b"Backend Development") < resp.data.index(b"Code Review")
>      def test_incomplete_or_bad_order_ignored(self, client: FlaskClient) -> None:
>          for bad in ("0", "0,0", "0,2", "a,b", ""):
Reason: builder failed with exit code 1.
failed aarch64-darwin.pkgs-harvest-invoicer 1m 1s
error: Cannot build '/nix/store/ydlrs5y9z69gp75q1s1m1mw8gnzgc804-python3.13-weasyprint-68.1-unstable-2026-05-18.drv'. error: Cannot build '/nix/store/5yzwvqr60l …
error: Cannot build '/nix/store/ydlrs5y9z69gp75q1s1m1mw8gnzgc804-python3.13-weasyprint-68.1-unstable-2026-05-18.drv'.
error: Cannot build '/nix/store/5yzwvqr60lv64sc9l0a3ifrvs3hnvqgb-harvest-invoicer-0.1.0.drv'.
error: Build failed due to failed dependency
Reason: 1 dependency failed.
failed x86_64-linux.pkgs-formatter-check 3s
> def test_reorder_is_undoable(self, client: FlaskClient) -> None: > client.post("/lines/reorder", data={"order": "1,0"}) > resp = client …
>      def test_reorder_is_undoable(self, client: FlaskClient) -> None:
>          client.post("/lines/reorder", data={"order": "1,0"})
>          resp = client.post("/lines/undo")
> -        assert resp.data.index(b"Backend Development") < resp.data.index(
> -            b"Code Review"
> +        assert resp.data.index(b"Backend Development") < resp.data.index(b"Code Review")
>      def test_incomplete_or_bad_order_ignored(self, client: FlaskClient) -> None:
>          for bad in ("0", "0,0", "0,2", "a,b", ""):
1 succeeded
succeeded attributes
status attribute duration
loading…
26 already built
skipped attributes
status attribute duration
loading…