CI runner failures prevent validation of every branch #30
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
CI reports failures on every current branch, including PR #29, despite successful local reproductions. This tracking issue is for the runner or workflow; it is not a requested change to PR #29.
Evidence
23ccb66(2026-07-31) was the last run wherecmake_build,sanitizers, andmutation_testpassed.812d846(2026-08-01), acrossmainand all subsequently pushed branches.akgl_buildandcoveragehave failed on every run in which they appeared, including runs 2 through 8.3342f2bsucceeds locally with the workflow build and test steps: standard build/tests (112/112) and ASan/UBSan build/tests (112/112, no sanitizer report).deps/libakgl(bbb7b8f) anddeps/basicinterpret(d76162c) submodule commits fetch anonymously, so submodule reachability is not the failure.Required outcome
Restore reliable CI job execution and make the failing step and its logs available to repository contributors. Re-run the workflow against an unchanged commit to confirm that green/red status once again reflects the submitted change.
Linked from PR #29.