these 3 derivations will be built: /nix/store/4c6wz2fynxhxwc0519v6rql7h0qq745h-treefmt.toml.drv /nix/store/ndl0vdscv3n68kwpvabwldp80pfmfmyz-treefmt.drv /nix/store/nsdcrlsk7fwmn5x94m80qixy00nq3gpr-treefmt-check.drv these 6 paths will be fetched (565.6 KiB download, 2.1 MiB unpacked): /nix/store/4pd54f8n2ra5610vw9hskm4b58ir21lm-json2x-0.1.0 /nix/store/mw7ll1cagnmdidanlq48jslxy7f120hd-mdformat-wrapped /nix/store/h18xwhwn7srn4lvhg8wf8n63kp4bmbf4-python3.14-markdown-it-py-4.2.0 /nix/store/hfwl4lcv9gvvs6ddk7k0j0brznxc4r2g-python3.14-mdformat-1.0.0 /nix/store/mn518aasi85dm524plhv35n31gj9cgc4-python3.14-mdurl-0.1.2 /nix/store/7hl43a3zjil847l66i3ml2adhnmbyw3p-stdenv-linux-no-cc error: Cannot build '/nix/store/nsdcrlsk7fwmn5x94m80qixy00nq3gpr-treefmt-check.drv'. Reason: builder failed with exit code 1. Output paths: /nix/store/0y3vbn5s4hxhp39ch31bb6xwjrc3psxz-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 (7 changed) in 535ms > Error: failed to finalise formatting: formatting failures detected For full logs, run: nix log /nix/store/nsdcrlsk7fwmn5x94m80qixy00nq3gpr-treefmt-check.drv