setup
default.checks.x86_64-linux.treefmt
· build #54
· raw
1this derivation will be built:2 /nix/store/q3wcdkgrm10mi6m9i4w3n2myx0k3y3a8-treefmt-check.drv3error: Cannot build '/nix/store/q3wcdkgrm10mi6m9i4w3n2myx0k3y3a8-treefmt-check.drv'.4 Reason: builder failed with exit code 1.5 Output paths:6 /nix/store/x6r68qlj5si9pw69bqss48k1pnc54f35-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 (7 changed) in 536ms32 > Error: failed to finalise formatting: formatting failures detected33 For full logs, run:34 nix log /nix/store/q3wcdkgrm10mi6m9i4w3n2myx0k3y3a8-treefmt-check.drv