nixbot

builds
1tribuchet: building on eliza2treefmt v2.5.0ERRO formatter | ruff-check: failed to apply with options '[check --fix]': exit status 134warning: The following rules have been removed and ignoring them has no effect:5 - ANN10167CPY001 Missing copyright notice at top of file8--> nix_fast_build/__init__.py:1:1910CPY001 Missing copyright notice at top of file11--> nix_fast_build/build.py:1:11213CPY001 Missing copyright notice at top of file14--> nix_fast_build/ci_renderer.py:1:11516CPY001 Missing copyright notice at top of file17--> nix_fast_build/errors.py:1:11819CPY001 Missing copyright notice at top of file20--> nix_fast_build/log_format.py:1:12122CPY001 Missing copyright notice at top of file23--> nix_fast_build/options.py:1:12425RUF036 `None` not at the end of the type union.26 --> nix_fast_build/options.py:92:2927 |2891 | @property2992 | def remote_url(self) -> None | str:30 | ^^^^^^^^^^3193 | if self.remote is None:3294 | return None33 |34help: Move `None` to the end of the type union3536CPY001 Missing copyright notice at top of file37--> nix_fast_build/processes.py:1:13839CPY001 Missing copyright notice at top of file40--> nix_fast_build/renderer.py:1:14142CPY001 Missing copyright notice at top of file43--> nix_fast_build/report.py:1:14445CPY001 Missing copyright notice at top of file46--> nix_fast_build/results.py:1:14748CPY001 Missing copyright notice at top of file49--> nix_fast_build/sources.py:1:15051CPY001 Missing copyright notice at top of file52--> nix_fast_build/term.py:1:15354CPY001 Missing copyright notice at top of file55--> nix_fast_build/tty_renderer.py:1:15657CPY001 Missing copyright notice at top of file58--> nix_fast_build/workers.py:1:15960PLR0917 Too many positional arguments (6 > 5)61 --> nix_fast_build/workers.py:83:1162 |6383 | async def run_builds(64 | ^^^^^^^^^^6584 | stack: AsyncExitStack,6685 | build_queue: JobQueue,67 |6869CPY001 Missing copyright notice at top of file70--> tests/__init__.py:1:17172CPY001 Missing copyright notice at top of file73--> tests/command.py:1:17475CPY001 Missing copyright notice at top of file76--> tests/conftest.py:1:17778CPY001 Missing copyright notice at top of file79--> tests/ports.py:1:18081CPY001 Missing copyright notice at top of file82--> tests/root.py:1:18384CPY001 Missing copyright notice at top of file85--> tests/sshd.py:1:18687CPY001 Missing copyright notice at top of file88--> tests/test_ci_renderer.py:1:18990CPY001 Missing copyright notice at top of file91--> tests/test_cli.py:1:19293CPY001 Missing copyright notice at top of file94--> tests/test_github_integration.py:1:19596CPY001 Missing copyright notice at top of file97--> tests/test_log_format.py:1:19899CPY001 Missing copyright notice at top of file100--> tests/test_retry.py:1:1101102CPY001 Missing copyright notice at top of file103--> tests/test_term.py:1:1104105CPY001 Missing copyright notice at top of file106--> tests/test_tty_renderer.py:1:1107108Found 29 errors.109No fixes available (1 hidden fix can be enabled with the `--unsafe-fixes` option).110111traversed 47 files112emitted 37 files for processing113formatted 10 files (0 changed) in 91ms114Error: failed to finalise formatting: formatting failures detected