Situation: A compute job failed or stalled

Triggers: A *-compute background job (build, mine, refine, raid) exited, produced no completion, or has been running far longer than expected.

60-second diagnosis

cat memory/jobs/<job>.log      # what did the compute helper print?
ps -p "$(cat memory/jobs/<job>.pid)" 2>/dev/null && echo running || echo not running

Common causes and fixes

Log/symptom Cause Fix
account sequence mismatch two txs from one key at once one job per key; wait ~6s/block, re-run
out of gas missing --gas auto always pass --gas auto --gas-adjustment 1.5
completion rejected, raid Command Ship came back online (shields not vulnerable) re-scout; only raid when shields vulnerable
build completion, no power activation would exceed capacity free capacity first (offline)
nothing in log job never launched re-initiate, then re-run compute in background

Stop / escalate

See also