Close forge runner substrate workplan
All checks were successful
Forge Runner Smoke / compatibility-smoke (push) Successful in 1s

This commit is contained in:
2026-06-08 10:16:08 +02:00
parent 6468b824f3
commit 5861c61c8e
2 changed files with 33 additions and 5 deletions

View File

@@ -189,6 +189,24 @@ passes and Gitea can schedule jobs on haskelseed. The first inter-hub job picked
up after org registration failed, according to the authenticated UI observation
reported by the operator on 2026-06-08.
Forge reproduced the non-secret build phase on haskelseed from a committed-only
archive of inter-hub `84ee797`. The build fails before publish/deploy:
```text
Web/Controller/Api/V2/Annotations.hs:20:23: error: GHC-87543
Ambiguous occurrence `createAnnotation`.
It could refer to Generated.Types.createAnnotation
or Web.Controller.Api.V2.Annotations.createAnnotation.
Web/Controller/Api/V2/Annotations.hs:29:42: error: GHC-87543
Ambiguous occurrence `createAnnotation`.
```
Registry inspection from haskelseed still reports `manifest unknown` for
`84ee797`, `7cc3173`, `fa96fb8`, and `latest`, matching a failure before or
during publish. Since the reproduced failure happens in `nix build .#docker`,
the next fix belongs in the inter-hub source repo.
Expected evidence after inter-hub rerun:
| Field | Value |
@@ -196,6 +214,6 @@ Expected evidence after inter-hub rerun:
| Inter-hub commit | `TODO` |
| Workflow id/url | `TODO` |
| Image tag/digest | `TODO` |
| Deployment result | failed after scheduling to the runner |
| `https://hub.coulomb.social/api/v2/hubs` | `TODO` |
| Remaining blocker | inspect inter-hub job logs for the workload-specific failure |
| Deployment result | failed before image publish/deploy |
| `https://hub.coulomb.social/api/v2/hubs` | still old surface; no new image tag deployed |
| Remaining blocker | fix inter-hub GHC ambiguity in `Web/Controller/Api/V2/Annotations.hs` |