Split out from #248, which was originally filed for a `[object Promise]` leak into the Unity image tag. That specific bug is fixed by #249 (merged) - 16 missing `await`s on `UnityVersioning.determineUnityVersion(...)`, plus a defensive guard in `ImageTag` that now throws a clear error instead of silently stringifying a Promise.
While re-investigating #248, a genuinely separate, still-failing CI step was found: `orchestrator-end2end-caching` fails with a `LocalDockerOrchestrator` build `exit code 1`. Not yet root-caused - this issue tracks that investigation, so it isn't lost inside #248's thread once that one closes.
Next steps
- Pull the actual failing job log for `orchestrator-end2end-caching` on a recent `main` run and get the real error (not just the exit code) before guessing at a cause.
- Confirm whether this is still reproducing on current `main`, since some time has passed since it was first noticed.
🤖 Filed with Claude Code
Split out from #248, which was originally filed for a `[object Promise]` leak into the Unity image tag. That specific bug is fixed by #249 (merged) - 16 missing `await`s on `UnityVersioning.determineUnityVersion(...)`, plus a defensive guard in `ImageTag` that now throws a clear error instead of silently stringifying a Promise.
While re-investigating #248, a genuinely separate, still-failing CI step was found: `orchestrator-end2end-caching` fails with a `LocalDockerOrchestrator` build `exit code 1`. Not yet root-caused - this issue tracks that investigation, so it isn't lost inside #248's thread once that one closes.
Next steps
🤖 Filed with Claude Code