setup
default.checks.x86_64-linux.treefmt
· build #61
· raw
1these 3 derivations will be built:2 /nix/store/4c6wz2fynxhxwc0519v6rql7h0qq745h-treefmt.toml.drv3 /nix/store/ndl0vdscv3n68kwpvabwldp80pfmfmyz-treefmt.drv4 /nix/store/bw6r2nkmwm13xlf09y8zzw3q3601cxpp-treefmt-check.drv5error: Cannot build '/nix/store/bw6r2nkmwm13xlf09y8zzw3q3601cxpp-treefmt-check.drv'.6 Reason: builder failed with exit code 1.7 Output paths:8 /nix/store/2xxyxjxd12vsy599pz3af6pywk9g9kjl-treefmt-check9 Last 25 log lines:10 > | ^^^^^^^^^^^^^^11 > 454 | ["psql", settings.pg_conninfo, "-t", "-c", f"SELECT count(*) FROM {t}"],12 > 455 | capture_output=True,13 > |14 > help: Add explicit `check=False`15 >16 > PLW1510 `subprocess.run` without explicit `check` argument17 > --> tests/unit/test_cli_features.py:17:1218 > |19 > 15 | def _quarry(*args: str, timeout: int = 60) -> subprocess.CompletedProcess:20 > 16 | """Run quarry CLI command and return result."""21 > 17 | return subprocess.run(22 > | ^^^^^^^^^^^^^^23 > 18 | ["quarry", *args],24 > 19 | capture_output=True,25 > |26 > help: Add explicit `check=False`27 >28 > Found 73 errors (21 fixed, 52 remaining).29 > No fixes available (8 hidden fixes can be enabled with the `--unsafe-fixes` option).30 >31 > traversed 171 files32 > emitted 140 files for processing33 > formatted 93 files (9 changed) in 621ms34 > Error: failed to finalise formatting: formatting failures detected35 For full logs, run:36 nix log /nix/store/bw6r2nkmwm13xlf09y8zzw3q3601cxpp-treefmt-check.drv