Fix dev-base core image build failure #592
Labels
No labels
burndown-2026-06
coherence-core
consult
headless
interactive
P0
P1
P2
P3
P4
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
coilyco-flight-deck/agentic-os#592
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 release-side core publish failure is now isolated to the image build step.
Current head:
mainandrelease:6a7f0f1a27f18e8c3164f994c06975eef88058aa(fix(dev-base): split core publish into visible steps (#590)).Failure evidence from
dev-base-publish.ymlrun1439:plan-draftsucceeded.publish-corefailed.publish-core, these steps succeeded:Acquire core publish source,Install uv,Resolve docker host,Derive core publish inputs,Registry login, andCheck whether the tier already landed.Build core imagefailed after 15m19s.Verify published core imageandProbe core buildcache writethen failed/skipped as downstream failure.The active blocker is no longer promote, registry login, source acquisition, or release retagging. It is the core Docker image build itself. The engineer should fix the core image build path, or make the build step reveal a precise external wall if it cannot be fixed from the repo. Look for timeout/resource limits, build context size, Dockerfile behavior, missing cache use, and whether the core tier can be built incrementally or with smaller context.
Acceptance:
Build core imagecan complete, or makes its terminal failure exact enough to hand to ops.dev-base-publish.ymlreaches pastBuild core imageonrelease, or the issue names the precise non-repo wall.WARDED_WORKFLOW: reservation-held
reservation details
Holder: launch intent for container
engineer-codex-agentic-os-592on hostkais-macbook-pro-2.local.Accepted by
ward agent --harness codex(reserved 2026-07-15T13:04:21Z). Concurrentward agentruns are blocked until this intent becomes visible or the intent is released. The stale-intent fallback is still TTL-bounded (3h TTL).--override-reservationoverrides.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-flight-deck/agentic-os#592· branchissue-592· harnesscodex· workflowpull-request-and-mergeengineer-codex-agentic-os-592· wardv0.697.0· dispatched2026-07-15T13:04:14ZStatic container doctrine and seed boilerplate are identical every run and omitted here (they ride ward v0.697.0).
— Codex, via
ward agentWARDED_WORKFLOW: #593
details
workflow: pull-request-and-merge; review summary: skipped, intentionally skipped because the temporary ward default still has pending brokered QA.
Retrospective: the fix settled cleanly once the build-context wiring was traced through the shared plan helper.
Confidence: high.
Surprises: the blocker was the oversized context path, not the Dockerfile body.
Follow-ups: merge the PR, then recheck the release-side publish path on
release.