this derivation will be built: /nix/store/hj1pg08mwrgr31hrrfg6xzs21fpmqd0s-treefmt-check.drv error: Cannot build '/nix/store/hj1pg08mwrgr31hrrfg6xzs21fpmqd0s-treefmt-check.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/2kjs9axklzy2hy9zlnw2pg1535ka52rc-treefmt-check Last 25 log lines: > | ^^^^^^^^^^^^^^ > 454 | ["psql", settings.pg_conninfo, "-t", "-c", f"SELECT count(*) FROM {t}"], > 455 | capture_output=True, > | > help: Add explicit `check=False` > > PLW1510 `subprocess.run` without explicit `check` argument > --> tests/unit/test_cli_features.py:17:12 > | > 15 | def _quarry(*args: str, timeout: int = 60) -> subprocess.CompletedProcess: > 16 | """Run quarry CLI command and return result.""" > 17 | return subprocess.run( > | ^^^^^^^^^^^^^^ > 18 | ["quarry", *args], > 19 | capture_output=True, > | > help: Add explicit `check=False` > > Found 73 errors (21 fixed, 52 remaining). > No fixes available (8 hidden fixes can be enabled with the `--unsafe-fixes` option). > > traversed 171 files > emitted 140 files for processing > formatted 93 files (9 changed) in 545ms > Error: failed to finalise formatting: formatting failures detected For full logs, run: nix log /nix/store/hj1pg08mwrgr31hrrfg6xzs21fpmqd0s-treefmt-check.drv