nixbot

builds
1these 2 derivations will be built:2 /nix/store/ns0qqig3vvvvd4icfds9zgjpp1h00frl-mcptoon-0.7.23.drv3 /nix/store/x6clfc2300plqjh2vcg25q7571bmawqa-check-mcptoon.drv4error: Cannot build '/nix/store/ns0qqig3vvvvd4icfds9zgjpp1h00frl-mcptoon-0.7.23.drv'.5 Reason: builder failed with exit code 1.6 Output paths:7 /nix/store/r6ch61cylz1vvphcqk9gba42vg8x96gx-mcptoon-0.7.23-dist8 /nix/store/ypiiwnc0fd79kcf5ak86r4cy9cpbizks-mcptoon-0.7.239 Last 25 log lines:10 > Only the live claim (total + skipped, one line) is judged: ROADMAP's older11 > entries and the CHANGELOG record what was true then and must not be edited.12 > 13 > 2026-09-17: the first cut allowed a gap of 5, and the guard's own two new14 > tests pushed the suite past the badge while every surface still said 925.15 > The gap is now the number of tests the tree actually skips (at most one:16 > the bash test on a Windows box without WSL), so a stale total cannot hide."""17 > proc = subprocess.run([sys.executable, "-m", "pytest", "tests/", "--collect-only", "-q"],18 > capture_output=True, text=True, cwd=ROOT)19 > collected = sum(1 for line in proc.stdout.splitlines() if "::" in line)20 > self.assertGreater(collected, 500, "collection failed - the claims cannot be judged")21 > seen = 022 > for rel in TEST_CLAIM_SURFACES:23 > text = (ROOT / rel).read_text(encoding="utf-8")24 > for n in TEST_CLAIM.findall(text):25 > seen += 126 > > self.assertTrue(collected - 1 <= int(n) <= collected,27 > f"{rel} advertises {n} passed but {collected} tests are collected")28 > E AssertionError: False is not true : DEVELOPERS.md advertises 1336 passed but 1327 tests are collected29 >30 > tests/test_footprint_claims.py:196: AssertionError31 > =========================== short test summary info ============================32 > FAILED tests/test_footprint_claims.py::TestFootprintClaims::test_prose_suite_totals_match_collection - AssertionError: False is not true : DEVELOPERS.md says 1336 tests but 1327 ...33 > FAILED tests/test_footprint_claims.py::TestFootprintClaims::test_suite_total_is_the_same_on_every_surface - AssertionError: False is not true : DEVELOPERS.md advertises 1336 passed bu...34 > ====== 2 failed, 1321 passed, 1 skipped, 3 deselected in 67.91s (0:01:07) ======35 For full logs, run:36 nix log /nix/store/ns0qqig3vvvvd4icfds9zgjpp1h00frl-mcptoon-0.7.23.drv37error: Cannot build '/nix/store/x6clfc2300plqjh2vcg25q7571bmawqa-check-mcptoon.drv'.38 Reason: 1 dependency failed.39 Output paths:40 /nix/store/j6a3byricp2ac0j5lci6z9cmfz7sn5n5-check-mcptoon