#openclaw update fails during preflight lint with SIGKILL

1 messages Β· Page 1 of 1 (latest)

serene turtle
#

i’m running into an issue when trying to update OpenClaw.

openclaw update consistently fails during the preflight lint step. The build step completes successfully, but lint is terminated with SIGKILL, and the updater then falls back to older candidate commits.

Updating OpenClaw...

β”‚
β—‡ βœ“ Working directory is clean (29ms)
β”‚
β—‡ βœ“ Upstream branch exists (4ms)
β”‚
β—‡ βœ“ Fetching latest changes (652ms)
β”‚
β—‡ βœ“ Resolving upstream commit (4ms)
β”‚
β—‡ βœ“ Enumerating candidate commits (5ms)
β”‚
β—‡ βœ“ Preparing preflight worktree (589ms)
β”‚
β—‡ βœ“ preflight checkout (60cd98a8) (184ms)
β”‚
β—‡ βœ“ preflight deps install (60cd98a8) (7.78s)
β”‚
β—‡ βœ“ preflight build (60cd98a8) (48.94s)
β”‚
β—‡ βœ— preflight lint (60cd98a8) (38.57s)
at wrapModuleLoad (node:internal/modules/cjs/loader:255:19) {
status: null,
signal: 'SIGKILL',
output: [ null, null, null ],
pid: 1665044,
stdout: null,
stderr: null
}
Node.js v24.14.0
β”‚
β—‡ βœ“ preflight checkout (b1b162fc) (531ms)
β”‚
β—‡ βœ“ preflight deps install (b1b162fc) (2.91s)