nixbot

builds
1these 3 derivations will be built:2 /nix/store/4c6wz2fynxhxwc0519v6rql7h0qq745h-treefmt.toml.drv3 /nix/store/ndl0vdscv3n68kwpvabwldp80pfmfmyz-treefmt.drv4 /nix/store/q2079lgwzigw4g940d0s1qfnjl074nfs-treefmt-check.drv5this path will be fetched (256.1 KiB download, 576.4 KiB unpacked):6 /nix/store/4pd54f8n2ra5610vw9hskm4b58ir21lm-json2x-0.1.07error: Cannot build '/nix/store/q2079lgwzigw4g940d0s1qfnjl074nfs-treefmt-check.drv'.8 Reason: builder failed with exit code 1.9 Output paths:10 /nix/store/qfwbzhn9839r97wfkxfvyynm55hjcpdw-treefmt-check11 Last 25 log lines:12 > | ^^^^^^^^^^^^^^13 > 454 | ["psql", settings.pg_conninfo, "-t", "-c", f"SELECT count(*) FROM {t}"],14 > 455 | capture_output=True,15 > |16 > help: Add explicit `check=False`17 >18 > PLW1510 `subprocess.run` without explicit `check` argument19 > --> tests/unit/test_cli_features.py:17:1220 > |21 > 15 | def _quarry(*args: str, timeout: int = 60) -> subprocess.CompletedProcess:22 > 16 | """Run quarry CLI command and return result."""23 > 17 | return subprocess.run(24 > | ^^^^^^^^^^^^^^25 > 18 | ["quarry", *args],26 > 19 | capture_output=True,27 > |28 > help: Add explicit `check=False`29 >30 > Found 73 errors (21 fixed, 52 remaining).31 > No fixes available (8 hidden fixes can be enabled with the `--unsafe-fixes` option).32 >33 > traversed 171 files34 > emitted 140 files for processing35 > formatted 93 files (7 changed) in 518ms36 > Error: failed to finalise formatting: formatting failures detected37 For full logs, run:38 nix log /nix/store/q2079lgwzigw4g940d0s1qfnjl074nfs-treefmt-check.drv