lab build --download --install reports PASS for hero_cockpit + hero_os_tfgrid_deployer but binaries do not land in ~/hero/bin/ #303
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_skills#303
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?
During s158 admin VM bootstrap via setup-binaries.sh,
lab build hero_cockpit --download --installandlab build hero_os_tfgrid_deployer --download --installboth reported PASS at the loop level but nohero_cockpit*orhero_tfgrid_deployer*binaries appeared in/home/driver/hero/bin/. The lab log showed:But
ls /home/driver/hero/bin/ | grep cockpitreturned empty. The clone + build path appeared to silently fall through to download without actually installing.This is similar in shape to issue patterns at hero_skills (lab orchestration) — the download phase might be reporting PASS without actually placing the binaries when the artifact name format doesn't match what lab expects, OR when the source build fails midway.
Workaround at s158: scp pre-built binaries from workstation
~/hero/bin/. Sustainable demo setup needslab build --download --installto either succeed deterministically OR fail loudly so the operator knows to use a fallback path.Affects every Hero OS bootstrap on a fresh TFGrid VM — without this fix, every admin VM provisioned by
deployer.provision_vmwill be missing the cockpit + deployer binaries that users actually interact with.Still relevant at s159.
lab build --download --installcontinues to report PASS even when the install step does not actually deposit a binary in~/hero/bin/. The s158 admin VM walk hit this forhero_cockpit(the manifest reported PASS but the binary had to bescp'd from the workstation as a workaround); seememory/reference_admin_vm_topology.mdfor the catalogued s158 workarounds. s159 did not touch this; left for Mahmoud or a dedicated lab-cli session.