Intermittent: 'box new' hangs before the instance exists — incus launch client wedges with no server-side operation #93
Labels
No labels
blocked
blocker:ci-red
blocker:conflict
blocker:drill-pending
blocker:unrequested
bug
claimed
documentation
enhancement
epic
merge-next
needs-triage
ready
release
scope:cli
scope:drill
scope:host
scope:installer
scope:templates
scope:tiers
stale
state:addressing
state:bots-reviewing
state:building
state:needs-human
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: heavy-duty/box#93
Loading…
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?
Observed twice during the 2026-07-19 release drill; filing with evidence even though the root cause is not pinned down — a mint that hangs forever with no narration is a finding regardless of whose bug it turns out to be.
What happened
Two of ~8 mints on this host (Debian 13, Incus 6.x, nested VM with /dev/kvm, images fully cached) wedged the same way:
box new --name conv-grok --template grok— the childincus launchran for 56 minutes; killed by hand.box new --name conv-staging --template staging— same shape; killed by a 540s wrapper timeout.In both cases, while the client hung:
incus operation list→ empty (no server-side operation at all)incus list→ the instance does not existdmesgclean, >3 GiB available); disk fineimages:debian/13/cloud, VM variant) already in the local storeimages:remote answered a freshincus image list images:in ~2sAn immediate retry of the identical command succeeded in ~2-3 minutes, both times. The 85/0 drill run earlier the same day minted ~6 boxes serially through one process with no wedge; both wedges happened on mints launched from fresh shells (
sg incus-admin -c … incus exec …; … box new …compound invocations).Why file it against box
Even if the wedge is an Incus client/stream bug,
box newcurrently inherits it as an indefinite silent hang: no progress line distinguishes "cold mint, working" from "wedged before the create was even accepted". RUNS.md documents stall diagnosis for the drill; the tool itself could:launching instance…before the first dot), so a wedge is visible in one glance.incus launchcall (generous — cold VM mints are minutes, not an hour) and fail loudly with the retry hint, since the observed failure retries clean.Happy to close as external if this reproduces as a bare-
incusbug — but box is where an operator meets it.🤖 Filed from the release-drill session.