Source-build fail: hero_os build-script panic exit 101 in desktop OSchema generator #130
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_os#130
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?
Source-build failure surfaced by session 80 Phase 0 sweep:
The build-script writes all expected files successfully, then exits with status 101 (Rust panic) with no further visible stderr in the captured tail. Likely an
assert!orunwrap()in the OSchema generator after file writes. Per D-03 the fix lives at the generator layer, not in any autogen output.Status: s80 sweep ran on hero_os 18 commits behind
origin/development(now ff-pulled). Some of those commits ("format and reorder imports in desktop modules", "rust-version 1.95.0", "pin hero_ git deps to version 0.6.0") may resolve this on retry. Session 81 hero_builder sweep on synced state will re-test.Reproduce:
cd lhumina_code/hero_os && cargo build --workspace --release. Read full stderr frombuild_logs/80/hero_os.logif/when needed (workspace tracker only).Filed at session 80 close.