nixbot

builds

Mic92/nixbot build #70 failed

branch main · PR #48 · commit cd0a54dd42 · · took 7m 20s

3 failed
failed attributes
status attribute duration
failed aarch64-darwin.treefmt 11s
> 89 | self, project_id: int, schedule_name: str, effect: str, when_spec: str > | ^^^ …
> 89 |         self, project_id: int, schedule_name: str, effect: str, when_spec: str
>    |                                                                 ^^^^^^^^^
> 90 |     ) -> None:
> 91 |         self.scheduled_runs.append((project_id, schedule_name, effect))
> Found 1 error.
> traversed 228 files
> emitted 191 files for processing
> formatted 58 files (1 changed) in 776ms
Reason: builder failed with exit code 1.
failed aarch64-linux.treefmt 17s
> 89 | self, project_id: int, schedule_name: str, effect: str, when_spec: str > | ^^^ …
> 89 |         self, project_id: int, schedule_name: str, effect: str, when_spec: str
>    |                                                                 ^^^^^^^^^
> 90 |     ) -> None:
> 91 |         self.scheduled_runs.append((project_id, schedule_name, effect))
> Found 1 error.
> traversed 228 files
> emitted 191 files for processing
> formatted 58 files (1 changed) in 8.331s
Reason: builder failed with exit code 1.
failed x86_64-linux.treefmt 9s
> --> nixbot/nixbot/tests/test_control.py:89:65 > | > 88 | async def run_scheduled_now( > 89 | self, project_id: int, schedule_name: str, effec …
>   --> nixbot/nixbot/tests/test_control.py:89:65
>    |
> 88 |     async def run_scheduled_now(
> 89 |         self, project_id: int, schedule_name: str, effect: str, when_spec: str
>    |                                                                 ^^^^^^^^^
> 90 |     ) -> None:
> 91 |         self.scheduled_runs.append((project_id, schedule_name, effect))
> Found 1 error.
Reason: builder failed with exit code 1.
10 succeeded
succeeded attributes
status attribute duration
loading…