You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 14, 2026. It is now read-only.
Continuing the local PE-US rebuild smoke after working around missing PE-US-data prerequisite files (#147, #148), the run now fails immediately during versioned stage runtime writer initialization.
Important context: this failure occurred in the original checkout, which is currently on codex/stage-3-live-runtime-manifests-20260601 with local stage-runtime changes, not a clean main checkout. I am rerunning from a clean main worktree next to separate this from mainline behavior.
Likely direct fix: import asdict from dataclasses in pipelines/artifacts.py, unless the clean-main rerun shows this only exists on the local stage-runtime branch.
Continuing the local PE-US rebuild smoke after working around missing PE-US-data prerequisite files (#147, #148), the run now fails immediately during versioned stage runtime writer initialization.
Important context: this failure occurred in the original checkout, which is currently on
codex/stage-3-live-runtime-manifests-20260601with local stage-runtime changes, not a clean main checkout. I am rerunning from a clean main worktree next to separate this from mainline behavior.Command shape:
Failure:
Traceback location:
Likely direct fix: import
asdictfromdataclassesinpipelines/artifacts.py, unless the clean-main rerun shows this only exists on the local stage-runtime branch.