You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both Windows matrix jobs (windows-latest, 3.10 and 3.14) have failed on every run since 2026-08-26 — on main and on every PR — independently of #294 (which is now fixed by #295). Linux and macOS are green.
Journal rollup on Windows — seven PermissionError: [Errno 13] failures. The rollup archives/deletes dailies; on Windows a file that is still open (or was just written) cannot be renamed/unlinked, which is the classic NTFS sharing-violation shape. Likely a handle left open by the writer or the reader before the archive move.
Neither job is a required check, so mergeStateStatus reads UNSTABLE rather than BLOCKED, which is why PRs still merge — but it means the Windows matrix currently carries no signal at all. Example run: https://github.com/CryptoJones/omind/actions/runs/33800438606
Both Windows matrix jobs (
windows-latest, 3.10 and 3.14) have failed on every run since 2026-08-26 — onmainand on every PR — independently of #294 (which is now fixed by #295). Linux and macOS are green.The 8 failures are the same on every run:
Two distinct causes:
PermissionError: [Errno 13]failures. The rollup archives/deletes dailies; on Windows a file that is still open (or was just written) cannot be renamed/unlinked, which is the classic NTFS sharing-violation shape. Likely a handle left open by the writer or the reader before the archive move.test_resolve_finds_a_cli_outside_path— the resolver that finds model CLIs installed offPATH(fix(verify): find model CLIs that are installed but not on a hook's PATH #271) does not find the fixture on Windows; probably an executable-suffix (.exe/.cmd) or a~/.local/bin-style path assumption.Neither job is a required check, so
mergeStateStatusreadsUNSTABLErather thanBLOCKED, which is why PRs still merge — but it means the Windows matrix currently carries no signal at all. Example run: https://github.com/CryptoJones/omind/actions/runs/33800438606