nixbot

builds
1this derivation will be built:2 /nix/store/zy05r89dg2hazv5nrx94r5k02a0skq0c-treefmt-check.drv3error: Cannot build '/nix/store/zy05r89dg2hazv5nrx94r5k02a0skq0c-treefmt-check.drv'.4 Reason: builder failed with exit code 1.5 Output paths:6 /nix/store/d6dc1sr1jbqynrdyfbrkpkmpb7hjfqa8-treefmt-check7 Last 25 log lines:8 > | ^^^^^^^^^^^^^^9 > 454 | ["psql", settings.pg_conninfo, "-t", "-c", f"SELECT count(*) FROM {t}"],10 > 455 | capture_output=True,11 > |12 > help: Add explicit `check=False`13 >14 > PLW1510 `subprocess.run` without explicit `check` argument15 > --> tests/unit/test_cli_features.py:17:1216 > |17 > 15 | def _quarry(*args: str, timeout: int = 60) -> subprocess.CompletedProcess:18 > 16 | """Run quarry CLI command and return result."""19 > 17 | return subprocess.run(20 > | ^^^^^^^^^^^^^^21 > 18 | ["quarry", *args],22 > 19 | capture_output=True,23 > |24 > help: Add explicit `check=False`25 >26 > Found 73 errors (21 fixed, 52 remaining).27 > No fixes available (8 hidden fixes can be enabled with the `--unsafe-fixes` option).28 >29 > traversed 171 files30 > emitted 140 files for processing31 > formatted 93 files (9 changed) in 515ms32 > Error: failed to finalise formatting: formatting failures detected33 For full logs, run:34 nix log /nix/store/zy05r89dg2hazv5nrx94r5k02a0skq0c-treefmt-check.drv