module: synchronously load most ES modules #83074
Annotations
4 errors, 2 warnings, and 2 notices
|
test-linux (ubuntu-24.04-arm)
Process completed with exit code 2.
|
|
test-linux (ubuntu-24.04-arm):
test/parallel/test-inspector-debug-brk-flag-esm.js#L32
--- stderr ---
AssertionError [ERR_ASSERTION]: file:///home/runner/work/node/node/node/test/fixtures/es-modules/message.mjs !== file:///home/runner/work/node/node/node/test/fixtures/es-modules/loop.mjs
+ actual - expected
+ 'file:///home/runner/work/node/node/node/test/fixtures/es-modules/message.mjs'
- 'file:///home/runner/work/node/node/node/test/fixtures/es-modules/loop.mjs'
at InspectorSession._isBreakOnLineNotification (/home/runner/work/node/node/node/test/common/inspector-helper.js:258:14)
at /home/runner/work/node/node/node/test/common/inspector-helper.js:270:16
at InspectorSession._asyncWaitForNotification (/home/runner/work/node/node/node/test/common/inspector-helper.js:249:15)
at InspectorSession.waitForNotification (/home/runner/work/node/node/node/test/common/inspector-helper.js:232:12)
at InspectorSession.waitForBreakOnLine (/home/runner/work/node/node/node/test/common/inspector-helper.js:268:8)
at testBreakpointOnStart (/home/runner/work/node/node/node/test/parallel/test-inspector-debug-brk-flag-esm.js:32:17)
at process.processTicksAndRejections (node:internal/process/task_queues:104:5)
at async runTests (/home/runner/work/node/node/node/test/parallel/test-inspector-debug-brk-flag-esm.js:39:3) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: 'file:///home/runner/work/node/node/node/test/fixtures/es-modules/message.mjs',
expected: 'file:///home/runner/work/node/node/node/test/fixtures/es-modules/loop.mjs',
operator: 'strictEqual',
diff: 'simple'
}
1
--- stdout ---
[test] Connecting to a child Node process
[test] Testing /json/list
[err] Debugger listening on ws://127.0.0.1:44953/16d5aacb-1fc3-4534-823c-d6a10c17b22d
[err] For help, see: https://nodejs.org/en/docs/inspector
[err]
[err] Debugger attached.
[err]
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-inspector-debug-brk-flag-esm.js
|
|
test-linux (ubuntu-24.04)
Process completed with exit code 2.
|
|
test-linux (ubuntu-24.04):
test/parallel/test-inspector-debug-brk-flag-esm.js#L32
--- stderr ---
AssertionError [ERR_ASSERTION]: file:///home/runner/work/node/node/node/test/fixtures/es-modules/message.mjs !== file:///home/runner/work/node/node/node/test/fixtures/es-modules/loop.mjs
+ actual - expected
+ 'file:///home/runner/work/node/node/node/test/fixtures/es-modules/message.mjs'
- 'file:///home/runner/work/node/node/node/test/fixtures/es-modules/loop.mjs'
at InspectorSession._isBreakOnLineNotification (/home/runner/work/node/node/node/test/common/inspector-helper.js:258:14)
at /home/runner/work/node/node/node/test/common/inspector-helper.js:270:16
at InspectorSession._asyncWaitForNotification (/home/runner/work/node/node/node/test/common/inspector-helper.js:249:15)
at InspectorSession.waitForNotification (/home/runner/work/node/node/node/test/common/inspector-helper.js:232:12)
at InspectorSession.waitForBreakOnLine (/home/runner/work/node/node/node/test/common/inspector-helper.js:268:8)
at testBreakpointOnStart (/home/runner/work/node/node/node/test/parallel/test-inspector-debug-brk-flag-esm.js:32:17)
at process.processTicksAndRejections (node:internal/process/task_queues:104:5)
at async runTests (/home/runner/work/node/node/node/test/parallel/test-inspector-debug-brk-flag-esm.js:39:3) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: 'file:///home/runner/work/node/node/node/test/fixtures/es-modules/message.mjs',
expected: 'file:///home/runner/work/node/node/node/test/fixtures/es-modules/loop.mjs',
operator: 'strictEqual',
diff: 'simple'
}
1
--- stdout ---
[test] Connecting to a child Node process
[test] Testing /json/list
[err] Debugger listening on ws://127.0.0.1:44071/f43452a5-032f-4972-ad1f-d2fd05e277b4
[err] For help, see: https://nodejs.org/en/docs/inspector
[err]
[err] Debugger attached.
[err]
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-inspector-debug-brk-flag-esm.js
|
|
test-linux (ubuntu-24.04-arm)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: Mozilla-Actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test-linux (ubuntu-24.04)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: Mozilla-Actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
sccache stats
67% - 3244 hits, 1620 misses, 0 errors
|
|
sccache stats
72% - 3476 hits, 1375 misses, 0 errors
|