openclaw - 💡(How to fix) Fix [Bug]: Dev channel fails to build (preflight lint fails) [1 comments, 1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openclaw/openclaw#62261Fetched 2026-04-08 03:07:01
View on GitHub
Comments
1
Participants
1
Timeline
3
Reactions
0
Participants
Timeline (top)
labeled ×2commented ×1

Stable release (last: 2026.4.5) was working fine.

Tried to switch to dev update channel, openclaw update --channel dev

Got a few "preflight lint" errors (different commit hashes) that look like:

 ✗ preflight lint (5291a2cf) (54.18s)
        at TracingChannel.traceSync (node:diagnostics_channel:328:14) {
      status: null,
      signal: 'SIGKILL',
      output: [ null, null, null ],
      pid: 68423,
      stdout: null,
      stderr: null
    }
    Node.js v22.22.2

Error Message

Update Result: ERROR Update Result: ERROR

Root Cause

Stable release (last: 2026.4.5) was working fine.

Tried to switch to dev update channel, openclaw update --channel dev

Got a few "preflight lint" errors (different commit hashes) that look like:

 ✗ preflight lint (5291a2cf) (54.18s)
        at TracingChannel.traceSync (node:diagnostics_channel:328:14) {
      status: null,
      signal: 'SIGKILL',
      output: [ null, null, null ],
      pid: 68423,
      stdout: null,
      stderr: null
    }
    Node.js v22.22.2

Code Example

✗ preflight lint (5291a2cf) (54.18s)
        at TracingChannel.traceSync (node:diagnostics_channel:328:14) {
      status: null,
      signal: 'SIGKILL',
      output: [ null, null, null ],
      pid: 68423,
      stdout: null,
      stderr: null
    }
    Node.js v22.22.2

---

Update Result: ERROR
  Root: /home/redact/openclaw
  Reason: preflight lint (338c7b8d)
  Before: 2026.4.6
  After: 2026.4.6

Total time: 392.25s

---

$ openclaw update --channel dev
Updating OpenClaw...

◇  ✓ Cloning git checkout (11.75s)
◇  ✓ Working directory is clean (534ms)
◇  ✓ Upstream branch exists (2ms)
◇  ✓ Fetching latest changes (236ms)
◇  ✓ Resolving upstream commit (4ms)
◇  ✓ Enumerating candidate commits (3ms)
◇  ✓ Preparing preflight worktree (388ms)
◇  ✓ preflight checkout (338c7b8d) (521ms)
◇  ✓ preflight deps install (338c7b8d) (19.59s)
◇  ✓ preflight build (338c7b8d) (27.26s)
◇  ✗ preflight lint (338c7b8d) (17.16s)
        at TracingChannel.traceSync (node:diagnostics_channel:328:14) {
      status: null,
      signal: 'SIGKILL',
      output: [ null, null, null ],
      pid: 66986,
      stdout: null,
      stderr: null
    }
    Node.js v22.22.2
◇  ✓ preflight checkout (8cea63c6) (68ms)
◇  ✓ preflight deps install (8cea63c6) (8.85s)
◇  ✓ preflight build (8cea63c6) (23.45s)
◇  ✗ preflight lint (8cea63c6) (7.66s)
        at TracingChannel.traceSync (node:diagnostics_channel:328:14) {
      status: null,
      signal: 'SIGKILL',
      output: [ null, null, null ],
      pid: 67828,
      stdout: null,
      stderr: null
    }
    Node.js v22.22.2
◇  ✓ preflight checkout (5291a2cf) (71ms)
◇  ✓ preflight deps install (5291a2cf) (1.36s)
◇  ✓ preflight build (5291a2cf) (22.51s)
◇  ✗ preflight lint (5291a2cf) (54.18s)
        at TracingChannel.traceSync (node:diagnostics_channel:328:14) {
      status: null,
      signal: 'SIGKILL',
      output: [ null, null, null ],
      pid: 68423,
      stdout: null,
      stderr: null
    }
    Node.js v22.22.2
◇  ✓ preflight checkout (6ab359f5) (74ms)
◇  ✓ preflight deps install (6ab359f5) (1.36s)
◇  ✓ preflight build (6ab359f5) (22.76s)
◇  ✓ preflight lint (6ab359f5) (128.58s)
◇  ✓ Cleaning preflight worktree (1.9s)
◇  ✓ Rebasing onto target commit (26ms)
◇  ✓ Installing dependencies (1.52s)
◇  ✓ Building (26.64s)
◇  ✓ Building UI assets (961ms)
◇  ✓ Running doctor checks (10.91s)
◇  ✓ Verifying update (2ms)

Update Result: ERROR
  Root: /home/redact/openclaw
  Reason: preflight lint (338c7b8d)
  Before: 2026.4.6
  After: 2026.4.6

Total time: 392.25s
RAW_BUFFERClick to expand / collapse

Bug type

Regression (worked before, now fails)

Beta release blocker

Yes

Summary

Stable release (last: 2026.4.5) was working fine.

Tried to switch to dev update channel, openclaw update --channel dev

Got a few "preflight lint" errors (different commit hashes) that look like:

 ✗ preflight lint (5291a2cf) (54.18s)
        at TracingChannel.traceSync (node:diagnostics_channel:328:14) {
      status: null,
      signal: 'SIGKILL',
      output: [ null, null, null ],
      pid: 68423,
      stdout: null,
      stderr: null
    }
    Node.js v22.22.2

Steps to reproduce

openclaw update --channel dev

Expected behavior

Update should work.

Actual behavior

Update fails with lint errors, result:

Update Result: ERROR
  Root: /home/redact/openclaw
  Reason: preflight lint (338c7b8d)
  Before: 2026.4.6
  After: 2026.4.6

Total time: 392.25s

OpenClaw version

338c7b8d

Operating system

Linux (Ubuntu v24)

Install method

npm

Model

anthropic/opus-5-6

Provider / routing chain

openclaw

Additional provider/model setup details

No response

Logs, screenshots, and evidence

$ openclaw update --channel dev
Updating OpenClaw...

◇  ✓ Cloning git checkout (11.75s)
◇  ✓ Working directory is clean (534ms)
◇  ✓ Upstream branch exists (2ms)
◇  ✓ Fetching latest changes (236ms)
◇  ✓ Resolving upstream commit (4ms)
◇  ✓ Enumerating candidate commits (3ms)
◇  ✓ Preparing preflight worktree (388ms)
◇  ✓ preflight checkout (338c7b8d) (521ms)
◇  ✓ preflight deps install (338c7b8d) (19.59s)
◇  ✓ preflight build (338c7b8d) (27.26s)
◇  ✗ preflight lint (338c7b8d) (17.16s)
        at TracingChannel.traceSync (node:diagnostics_channel:328:14) {
      status: null,
      signal: 'SIGKILL',
      output: [ null, null, null ],
      pid: 66986,
      stdout: null,
      stderr: null
    }
    Node.js v22.22.2
◇  ✓ preflight checkout (8cea63c6) (68ms)
◇  ✓ preflight deps install (8cea63c6) (8.85s)
◇  ✓ preflight build (8cea63c6) (23.45s)
◇  ✗ preflight lint (8cea63c6) (7.66s)
        at TracingChannel.traceSync (node:diagnostics_channel:328:14) {
      status: null,
      signal: 'SIGKILL',
      output: [ null, null, null ],
      pid: 67828,
      stdout: null,
      stderr: null
    }
    Node.js v22.22.2
◇  ✓ preflight checkout (5291a2cf) (71ms)
◇  ✓ preflight deps install (5291a2cf) (1.36s)
◇  ✓ preflight build (5291a2cf) (22.51s)
◇  ✗ preflight lint (5291a2cf) (54.18s)
        at TracingChannel.traceSync (node:diagnostics_channel:328:14) {
      status: null,
      signal: 'SIGKILL',
      output: [ null, null, null ],
      pid: 68423,
      stdout: null,
      stderr: null
    }
    Node.js v22.22.2
◇  ✓ preflight checkout (6ab359f5) (74ms)
◇  ✓ preflight deps install (6ab359f5) (1.36s)
◇  ✓ preflight build (6ab359f5) (22.76s)
◇  ✓ preflight lint (6ab359f5) (128.58s)
◇  ✓ Cleaning preflight worktree (1.9s)
◇  ✓ Rebasing onto target commit (26ms)
◇  ✓ Installing dependencies (1.52s)
◇  ✓ Building (26.64s)
◇  ✓ Building UI assets (961ms)
◇  ✓ Running doctor checks (10.91s)
◇  ✓ Verifying update (2ms)

Update Result: ERROR
  Root: /home/redact/openclaw
  Reason: preflight lint (338c7b8d)
  Before: 2026.4.6
  After: 2026.4.6

Total time: 392.25s

Impact and severity

Can't get latest commits which include all the custom cliBackends reverted commits

Additional information

No response

extent analysis

TL;DR

The most likely fix is to investigate and resolve the preflight lint errors that are causing the update to fail.

Guidance

  • Investigate the preflight lint errors by checking the logs for more detailed error messages or running the preflight lint step manually to see if it provides more information.
  • Check if there are any issues with the node:diagnostics_channel module or if it's related to the SIGKILL signal being received.
  • Try updating Node.js to a newer version to see if it resolves the issue, as the current version (v22.22.2) might be causing compatibility issues.
  • Consider reaching out to the OpenClaw community or developers for further assistance, as the issue seems to be related to the openclaw update process.

Example

No code snippet is provided as it's not clearly supported by the issue.

Notes

The issue seems to be related to the preflight lint step, which is failing with a SIGKILL signal. This could be due to a variety of reasons, including compatibility issues with Node.js or problems with the node:diagnostics_channel module.

Recommendation

Apply workaround: Try to resolve the preflight lint errors by investigating the logs and checking for compatibility issues with Node.js. If the issue persists, consider reaching out to the OpenClaw community or developers for further assistance.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

FAQ

Expected behavior

Update should work.

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING