Fix or remove the hanging build-mods CI gate #109
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
The
modsjob in.forgejo/workflows/build-publish.ymlis still not a useful signal. Kai reports that the step namedCompile the four C# mods (build-mods gate)has, to her knowledge, never succeeded and always hangs for upwards of 20 minutes. Recent visible log shape:This supersedes the closed #69 assumption that retrying NuGet egress would turn the gate green. The retry loop appears to convert a persistently failing gate into a long-running CI sink.
Current code findings from a read-only scratch clone:
.forgejo/workflows/build-publish.ymlhas amodsjob running in pinned dev-basev0.195.0.ward exec build-modsin a 3-attempt outer loop.build-modsismake build-mods, which runs four sequential dotnet builds: jobs, replay, telemetry, stores.net10.0; jobs/replay/stores/telemetry restoreEco.ReferenceAssembliesand other NuGet packages.publishis correctly decoupled and still only needs[test, frontend]; do not re-couplemodsto publish.Requested implementation:
modsCI job either reliably green or explicitly non-blocking/removed until there is a real green path. Prefer a fast, actionable failure over three long attempts.publishmust not needmods.docs/FEATURES.mdand workflow comments so they no longer claim this gate is green/reliable unless the engineer proves it with a fresh CI run.Acceptance:
modsjob no longer hangs for 20+ minutes.publishremains decoupled frommods.WARD-RESERVATION: held 🔒
reservation details
Holder: container
engineer-codex-eco-app-109on hostkais-macbook-pro-2.local.Reserved by
ward agent --harness codex(reserved 2026-07-09T16:41:41Z). Concurrentward agentruns are blocked until it finishes or the reservation goes stale (1h TTL).--forceoverrides.Do not comment on or edit this issue to steer the run while it is reserved. The engineer seeded the body once at launch and never re-reads it, so a comment or edit reaches only human readers, never the running engineer. A correction goes to a new issue, dispatched fresh. That is the only channel that reaches a run in flight. Where the forge supports it, ward locks this conversation to make that a road-block rather than a convention (ward#494).
run seed context — what this run is carrying (ward#609)
coilyco-gaming/eco-app#109· branchissue-109· harnesscodex· workflowdirect-to-mainengineer-codex-eco-app-109· wardv0.493.0· dispatched2026-07-09T16:41:41ZStatic container doctrine and seed boilerplate are identical every run and omitted here (they ride ward v0.493.0).
— Codex, via
ward agentWARD-OUTCOME: done ✅
details
workflow: direct-to-main; review summary: skipped by ~/.ward/config.yaml default; review gate skipped by ~/.ward/config.yaml default
retrospective: the gate was a retry sink, so I split restore from build/test and timed each project.
confidence: high
surprise: this container has no local dotnet, so I validated syntax and the repo precommit gate here.
follow-ups: watch the next CI run for a one-pass mods job or a fast NuGet preflight failure.