4 services fail to build in dev container #29
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?
Context
The dev container (PR #28) successfully builds and runs 8 of 12 user-profile services. The remaining 4 fail due to upstream repo issues, not container infrastructure.
Failures
lhumina_code/hero_index_serverlhumina_code/hero_embeddermake installfails — cargo build errorlhumina_code/hero_voicemake installfails — cargo build errorlhumina_code/hero_inspectormainbut TOML referencesdevelopment— clone likely succeeds but build failsWhat needs to happen
lhumina_code/hero_index_serverrepo, or updateservices/user/hero_indexer.tomlto point to the correct repomake installon thedevelopmentbranch oflhumina_code/hero_embeddermake installon thedevelopmentbranch oflhumina_code/hero_voicedevelopmentbranch onlhumina_code/hero_inspector, or updateservices/user/hero_inspector_openrpc.tomlto usemainReproducing
Watch logs for
process exited ... state=failedlines.Update
The
developmentbranch Dockerfile has been restructured — builder stage now usesrust:bookwormwhich hasg++andpython3. This changes which fixes are still needed:hero_index_server→hero_indexerg++g++libstdc++g++CARGO_TARGET_DIRdirectlyPRs
mik-tf referenced this issue2026-02-26 14:43:52 +00:00