Skip to content

deps: update libuv to 1.53.0 - #66282

Open
nodejs-github-bot wants to merge 1 commit into
mainfrom
actions/tools-update-libuv
Open

nodejs-github-bot wants to merge 1 commit into
mainfrom
actions/tools-update-libuv

Conversation

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

This is an automated update of libuv to 1.53.0.

@nodejs-github-bot nodejs-github-bot added the dependencies PRs that add, update, or configure Node.js dependencies. label Sep 25, 2026
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator Author

Review requested:

  • @nodejs/security-wg

@nodejs-github-bot nodejs-github-bot added libuv Issues and PRs related to the libuv dependency or the uv binding. needs-ci PRs that need a full CI run. labels Sep 25, 2026
@panva

panva commented Sep 25, 2026 •

Copy link
Copy Markdown
Member

This should also fix the SmartOS test-worker-init-failure flake in the reliability report, introduced by #65796.

Switching V8's entropy source to uv_random() made worker initialization open /dev/urandom on SmartOS. Under the test's deliberate file-descriptor exhaustion, that can abort the entire process instead of reporting a worker initialization error. libuv/libuv#5187 (part of this release) switches to getrandom(2), removing that descriptor dependency.

@aduh95 aduh95 added author ready PRs with CI started, the required approvals, and no outstanding review comments. request-ci Add this label to start a Jenkins CI on a PR. Only starts once the PR has an approving review. labels Sep 25, 2026
@github-actions github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. Only starts once the PR has an approving review. label Sep 25, 2026
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator Author

@richardlau

Copy link
Copy Markdown
Member

https://github.com/nodejs/node/actions/runs/36140009857/job/108087238784?pr=66282#step:6:4886

lld-link : error : undefined symbol: WaitOnAddress [D:\a\node\node\node_js2c.vcxproj]
  >>> referenced by D:\a\node\node\deps\uv\src\win\pipe.c:1066
  >>>               libuv.lib(pipe.obj):(uv__pipe_cancel_synchronous_io)
  
lld-link : error : undefined symbol: WakeByAddressSingle [D:\a\node\node\node_js2c.vcxproj]
  >>> referenced by D:\a\node\node\deps\uv\src\win\pipe.c:1450
  >>>               libuv.lib(pipe.obj):(uv__pipe_begin_synchronous_io)
  >>> referenced by D:\a\node\node\deps\uv\src\win\pipe.c:1460
  >>>               libuv.lib(pipe.obj):(uv__pipe_begin_synchronous_io)

@aduh95 aduh95 removed the author ready PRs with CI started, the required approvals, and no outstanding review comments. label Sep 25, 2026
@aduh95

aduh95 commented Sep 25, 2026

Copy link
Copy Markdown
Contributor
---
duration_ms: 221.414
exitcode: 1
severity: fail
stack: |-
  node:internal/assert/utils:146
    throw error;
    ^

  AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:

  true !== false

      at Object.<anonymous> (/home/iojs/build/workspace/node/test/parallel/test-blocklist.js:891:10)
      at Module._compile (node:internal/modules/cjs/loader:1956:14)
      at Object..js (node:internal/modules/cjs/loader:2096:10)
      at Module.load (node:internal/modules/cjs/loader:1678:32)
      at Module._load (node:internal/modules/cjs/loader:1470:12)
      at wrapModuleLoad (node:internal/modules/cjs/loader:261:19)
      at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:171:5)
      at node:internal/main/run_main_module:33:47 {
    generatedMessage: true,
    code: 'ERR_ASSERTION',
    actual: true,
    expected: false,
    operator: 'strictEqual',
    diff: 'simple'
  }

  Node.js v27.0.0-pre
...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies PRs that add, update, or configure Node.js dependencies. libuv Issues and PRs related to the libuv dependency or the uv binding. needs-ci PRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants