lib,src,test: fix tests without SQLite #1328
test-shared.yml
on: pull_request
Build slim tarball
1m 39s
Matrix: build
Annotations
22 errors
|
aarch64-linux: with shared libraries
Process completed with exit code 2.
|
|
aarch64-linux: with shared libraries:
test/wpt/test-webstorage.js#L0
--- stderr ---
/home/runner/work/_temp/node-v26.0.0-nightly2025-11-3088c6609ada-slim/test/common/wpt.js:802
throw new Error(
^
Error: Found 19 unexpected failures. Consider updating test/wpt/status/webstorage.json for these files:
defineProperty.window.js
missing_arguments.window.js
set.window.js
storage_builtins.window.js
storage_clear.window.js
storage_enumerate.window.js
storage_functions_not_overwritten.window.js
storage_getitem.window.js
storage_in.window.js
storage_indexing.window.js
storage_key.window.js
storage_key_empty_string.window.js
storage_length.window.js
storage_removeitem.window.js
storage_set_value_enumerate.window.js
storage_setitem.window.js
storage_string_conversion.window.js
storage_supported_property_names.window.js
symbol-props.window.js
at process.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-3088c6609ada-slim/test/common/wpt.js:802:15)
at process.emit (node:events:520:22)
Node.js v26.0.0-pre
--- stdout ---
[SKIPPED] event_constructor.window.js: StorageEvent is currently unimplemented.
[SKIPPED] event_initstorageevent.window.js: StorageEvent is currently unimplemented.
[SKIPPED] localstorage-cross-origin-iframe.https.window.js: iframes are not supported in Node.js.
[SKIPPED] storage_local_window_open.window.js: window.open() is not supported in Node.js.
[SKIPPED] storage_session_window_noopener.window.js: window.open() is not supported in Node.js.
[SKIPPED] storage_session_window_open.window.js: window.open() is not supported in Node.js.
[SKIPPED] storage_session_window_reopen.window.js: window.open() is not supported in Node.js.
[UNEXPECTED_FAILURE][FAIL] Defining data property for key 9 on localStorage
Cannot read properties of undefined (reading 'clear')
TypeError: Cannot read properties of undefined (reading 'clear')
at Test.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-3088c6609ada-slim/test/fixtures/wpt/webstorage/defineProperty.window.js:9:21)
at Test.step (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-3088c6609ada-slim/test/fixtures/wpt/resources/testharness.js:2869:25)
at test (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-3088c6609ada-slim/test/fixtures/wpt/resources/testharness.js:633:30)
at /home/runner/work/_temp/node-v26.0.0-nightly2025-11-3088c6609ada-slim/test/fixtures/wpt/webstorage/defineProperty.window.js:3:9
at Array.forEach (<anonymous>)
at /home/runner/work/_temp/node-v26.0.0-nightly2025-11-3088c6609ada-slim/test/fixtures/wpt/webstorage/defineProperty.window.js:2:14
at Array.forEach (<anonymous>)
at /home/runner/work/_temp/node-v26.0.0-nightly2025-11-3088c6609ada-slim/test/fixtures/wpt/webstorage/defineProperty.window.js:1:36
at Script.runInThisContext (node:vm:137:12)
at runInThisContext (node:vm:317:38)
Command: /home/runner/work/_temp/node-v26.0.0-nightly2025-11-3088c6609ada-slim/out/Release/node /home/runner/work/_temp/node-v26.0.0-nightly2025-11-3088c6609ada-slim/test/wpt/test-webstorage.js 'defineProperty.window.js'
[UNEXPECTED_FAILURE][FAIL] Defining data property for key 9 on localStorage twice
Cannot read properties of undefined (reading 'clear')
TypeError: Cannot read properties of undefined (reading 'clear')
at Test.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-3088c6609ada-slim/test/fixtures/wpt/webstorage/defineProperty.window.js:27:21)
at Test.step (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-3088c6609ada-slim/test/fixtures/wpt/resources/testharness.js:2869:25)
at test (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-3088c6609ada-slim/test/fixtures/wpt/resources/testharness.js:633:30)
at /home/runner/work/_temp/node-v26.0.0-nightly2025-11-3088c6609ada-slim/test/fixtures/wpt/webstorage/defineProperty.window.js:18:9
at Array.forEach (<anonymous>)
at /home/runner/work/_temp/node-v26.0.0-nightly2025-11-3088c6609ada-slim/test/fixtures/wpt/webstorage/defineProperty.window.js:2:14
at Array.forEach (<anonymous>)
at /home/runner/work/_temp/node-v26.0.0-nightly2025-11-3088c6609ada-slim/test/fi
|
|
aarch64-linux: with shared libraries:
test/parallel/test-webstorage.js#L26
--- stdout ---
Test failure: 'Storage instances cannot be created in userland'
Location: test/parallel/test-webstorage.js:18:1
AssertionError [ERR_ASSERTION]: The input did not match the regular expression /Error: Illegal constructor/. Input:
'[eval]:1\n' +
'new globalThis.Storage()\n' +
'^\n' +
'\n' +
'TypeError: globalThis.Storage is not a constructor\n' +
' at [eval]:1:1\n' +
' at runScriptInThisContext (node:internal/vm:219:10)\n' +
' at node:internal/process/execution:451:12\n' +
' at [eval]-wrapper:6:24\n' +
' at runScriptInContext (node:internal/process/execution:449:60)\n' +
' at evalFunction (node:internal/process/execution:283:30)\n' +
' at evalTypeScript (node:internal/process/execution:295:3)\n' +
' at node:internal/main/eval_string:71:3\n' +
'\n' +
'Node.js v26.0.0-pre\n'
at TestContext.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-3088c6609ada-slim/test/parallel/test-webstorage.js:26:10)
at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
at async Test.run (node:internal/test_runner/test:1102:7)
at async startSubtestAfterBootstrap (node:internal/test_runner/harness:358:3) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: '[eval]:1\n' +
'new globalThis.Storage()\n' +
'^\n' +
'\n' +
'TypeError: globalThis.Storage is not a constructor\n' +
' at [eval]:1:1\n' +
' at runScriptInThisContext (node:internal/vm:219:10)\n' +
' at node:internal/process/execution:451:12\n' +
' at [eval]-wrapper:6:24\n' +
' at runScriptInContext (node:internal/process/execution:449:60)\n' +
'...',
expected: /Error: Illegal constructor/,
operator: 'match',
diff: 'simple'
}
Test failure: 'sessionStorage is not persisted'
Location: test/parallel/test-webstorage.js:29:1
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
1 !== 0
at TestContext.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-3088c6609ada-slim/test/parallel/test-webstorage.js:33:10)
at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
at async Test.run (node:internal/test_runner/test:1102:7)
at async Test.processPendingSubtests (node:internal/test_runner/test:777:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 1,
expected: 0,
operator: 'strictEqual',
diff: 'simple'
}
Test failure: 'localStorage throws without --localstorage-file'
Location: test/parallel/test-webstorage.js:44:1
AssertionError [ERR_ASSERTION]: The input did not match the regular expression /SecurityError:/. Input:
'[eval]:1\n' +
'localStorage\n' +
'^\n' +
'\n' +
'ReferenceError: localStorage is not defined\n' +
' at [eval]:1:1\n' +
' at runScriptInThisContext (node:internal/vm:219:10)\n' +
' at node:internal/process/execution:451:12\n' +
' at [eval]-wrapper:6:24\n' +
' at runScriptInContext (node:internal/process/execution:449:60)\n' +
' at evalFunction (node:internal/process/execution:283:30)\n' +
' at evalTypeScript (node:internal/process/execution:295:3)\n' +
' at node:internal/main/eval_string:71:3\n' +
'\n' +
'Node.js v26.0.0-pre\n'
at TestContext.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-3088c6609ada-slim/test/parallel/test-webstorage.js:50:10)
at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
at async Test.run (node:internal/test_runner/test:1102:7)
at async Test.processPendingSubtests (node:internal/test_runner/test:777:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: '[eval]:1\n' +
'localStorage\n' +
'^\n' +
'\n' +
'ReferenceError: localStorage is not defined\n' +
' at [eval]:1:1\n' +
' at runScriptInThisContext (node:internal/vm:219:10)\n' +
' at node:internal/process/execution:451:12\n' +
' at [eval]-wrapper:6:24\n' +
' at runScriptInContext (node:internal/process/execution:449:60)\n' +
'...',
expected: /SecurityError:
|
|
aarch64-linux: with shared libraries:
test/parallel/test-webstorage-without-sqlite.js#L7
--- stderr ---
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ 'undefined'
- 'object'
at Object.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-3088c6609ada-slim/test/parallel/test-webstorage-without-sqlite.js:7:8)
at Module._compile (node:internal/modules/cjs/loader:1760:14)
at Object..js (node:internal/modules/cjs/loader:1891:10)
at Module.load (node:internal/modules/cjs/loader:1480:32)
at Module._load (node:internal/modules/cjs/loader:1299:12)
at TracingChannel.traceSync (node:diagnostics_channel:328:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:245:24)
at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)
at node:internal/main/run_main_module:33:47 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'undefined',
expected: 'object',
operator: 'strictEqual',
diff: 'simple'
}
Node.js v26.0.0-pre
Command: out/Release/node /home/runner/work/_temp/node-v26.0.0-nightly2025-11-3088c6609ada-slim/test/parallel/test-webstorage-without-sqlite.js
|
|
aarch64-linux: with shared libraries:
test/parallel/test-global.js#L65
--- stderr ---
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
... Skipped lines
+ Set(15) {
- Set(17) {
'atob',
'btoa',
'clearImmediate',
'clearInterval',
'clearTimeout',
...
'global',
- 'localStorage',
'navigator',
'performance',
'queueMicrotask',
- 'sessionStorage',
'setImmediate',
'setInterval',
'setTimeout',
'structuredClone'
}
at Object.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-3088c6609ada-slim/test/parallel/test-global.js:65:10)
at Module._compile (node:internal/modules/cjs/loader:1760:14)
at Object..js (node:internal/modules/cjs/loader:1891:10)
at Module.load (node:internal/modules/cjs/loader:1480:32)
at Module._load (node:internal/modules/cjs/loader:1299:12)
at TracingChannel.traceSync (node:diagnostics_channel:328:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:245:24)
at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)
at node:internal/main/run_main_module:33:47 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: Set(15) {
'global',
'clearImmediate',
'setImmediate',
'clearInterval',
'clearTimeout',
'setInterval',
'setTimeout',
'queueMicrotask',
'structuredClone',
'atob',
'btoa',
'performance',
'fetch',
'crypto',
'navigator'
},
expected: Set(17) {
'global',
'queueMicrotask',
'clearImmediate',
'clearInterval',
'clearTimeout',
'atob',
'btoa',
'performance',
'setImmediate',
'setInterval',
'setTimeout',
'structuredClone',
'fetch',
'crypto',
'navigator',
'localStorage',
'sessionStorage'
},
operator: 'deepStrictEqual',
diff: 'simple'
}
Node.js v26.0.0-pre
Command: out/Release/node /home/runner/work/_temp/node-v26.0.0-nightly2025-11-3088c6609ada-slim/test/parallel/test-global.js
|
|
x86_64-linux: with shared libraries
Process completed with exit code 2.
|
|
x86_64-linux: with shared libraries:
test/wpt/test-webstorage.js#L0
--- stderr ---
/home/runner/work/_temp/node-v26.0.0-nightly2025-11-3088c6609ada-slim/test/common/wpt.js:802
throw new Error(
^
Error: Found 19 unexpected failures. Consider updating test/wpt/status/webstorage.json for these files:
defineProperty.window.js
missing_arguments.window.js
set.window.js
storage_builtins.window.js
storage_clear.window.js
storage_enumerate.window.js
storage_functions_not_overwritten.window.js
storage_getitem.window.js
storage_in.window.js
storage_indexing.window.js
storage_key.window.js
storage_key_empty_string.window.js
storage_length.window.js
storage_removeitem.window.js
storage_set_value_enumerate.window.js
storage_setitem.window.js
storage_string_conversion.window.js
storage_supported_property_names.window.js
symbol-props.window.js
at process.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-3088c6609ada-slim/test/common/wpt.js:802:15)
at process.emit (node:events:520:22)
Node.js v26.0.0-pre
--- stdout ---
[SKIPPED] event_constructor.window.js: StorageEvent is currently unimplemented.
[SKIPPED] event_initstorageevent.window.js: StorageEvent is currently unimplemented.
[SKIPPED] localstorage-cross-origin-iframe.https.window.js: iframes are not supported in Node.js.
[SKIPPED] storage_local_window_open.window.js: window.open() is not supported in Node.js.
[SKIPPED] storage_session_window_noopener.window.js: window.open() is not supported in Node.js.
[SKIPPED] storage_session_window_open.window.js: window.open() is not supported in Node.js.
[SKIPPED] storage_session_window_reopen.window.js: window.open() is not supported in Node.js.
[UNEXPECTED_FAILURE][FAIL] Defining data property for key 9 on localStorage
Cannot read properties of undefined (reading 'clear')
TypeError: Cannot read properties of undefined (reading 'clear')
at Test.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-3088c6609ada-slim/test/fixtures/wpt/webstorage/defineProperty.window.js:9:21)
at Test.step (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-3088c6609ada-slim/test/fixtures/wpt/resources/testharness.js:2869:25)
at test (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-3088c6609ada-slim/test/fixtures/wpt/resources/testharness.js:633:30)
at /home/runner/work/_temp/node-v26.0.0-nightly2025-11-3088c6609ada-slim/test/fixtures/wpt/webstorage/defineProperty.window.js:3:9
at Array.forEach (<anonymous>)
at /home/runner/work/_temp/node-v26.0.0-nightly2025-11-3088c6609ada-slim/test/fixtures/wpt/webstorage/defineProperty.window.js:2:14
at Array.forEach (<anonymous>)
at /home/runner/work/_temp/node-v26.0.0-nightly2025-11-3088c6609ada-slim/test/fixtures/wpt/webstorage/defineProperty.window.js:1:36
at Script.runInThisContext (node:vm:137:12)
at runInThisContext (node:vm:317:38)
Command: /home/runner/work/_temp/node-v26.0.0-nightly2025-11-3088c6609ada-slim/out/Release/node /home/runner/work/_temp/node-v26.0.0-nightly2025-11-3088c6609ada-slim/test/wpt/test-webstorage.js 'defineProperty.window.js'
[UNEXPECTED_FAILURE][FAIL] Defining data property for key 9 on localStorage twice
Cannot read properties of undefined (reading 'clear')
TypeError: Cannot read properties of undefined (reading 'clear')
at Test.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-3088c6609ada-slim/test/fixtures/wpt/webstorage/defineProperty.window.js:27:21)
at Test.step (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-3088c6609ada-slim/test/fixtures/wpt/resources/testharness.js:2869:25)
at test (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-3088c6609ada-slim/test/fixtures/wpt/resources/testharness.js:633:30)
at /home/runner/work/_temp/node-v26.0.0-nightly2025-11-3088c6609ada-slim/test/fixtures/wpt/webstorage/defineProperty.window.js:18:9
at Array.forEach (<anonymous>)
at /home/runner/work/_temp/node-v26.0.0-nightly2025-11-3088c6609ada-slim/test/fixtures/wpt/webstorage/defineProperty.window.js:2:14
at Array.forEach (<anonymous>)
at /home/runner/work/_temp/node-v26.0.0-nightly2025-11-3088c6609ada-slim/test/fi
|
|
x86_64-linux: with shared libraries:
test/parallel/test-webstorage.js#L26
--- stdout ---
Test failure: 'Storage instances cannot be created in userland'
Location: test/parallel/test-webstorage.js:18:1
AssertionError [ERR_ASSERTION]: The input did not match the regular expression /Error: Illegal constructor/. Input:
'[eval]:1\n' +
'new globalThis.Storage()\n' +
'^\n' +
'\n' +
'TypeError: globalThis.Storage is not a constructor\n' +
' at [eval]:1:1\n' +
' at runScriptInThisContext (node:internal/vm:219:10)\n' +
' at node:internal/process/execution:451:12\n' +
' at [eval]-wrapper:6:24\n' +
' at runScriptInContext (node:internal/process/execution:449:60)\n' +
' at evalFunction (node:internal/process/execution:283:30)\n' +
' at evalTypeScript (node:internal/process/execution:295:3)\n' +
' at node:internal/main/eval_string:71:3\n' +
'\n' +
'Node.js v26.0.0-pre\n'
at TestContext.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-3088c6609ada-slim/test/parallel/test-webstorage.js:26:10)
at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
at async Test.run (node:internal/test_runner/test:1102:7)
at async startSubtestAfterBootstrap (node:internal/test_runner/harness:358:3) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: '[eval]:1\n' +
'new globalThis.Storage()\n' +
'^\n' +
'\n' +
'TypeError: globalThis.Storage is not a constructor\n' +
' at [eval]:1:1\n' +
' at runScriptInThisContext (node:internal/vm:219:10)\n' +
' at node:internal/process/execution:451:12\n' +
' at [eval]-wrapper:6:24\n' +
' at runScriptInContext (node:internal/process/execution:449:60)\n' +
'...',
expected: /Error: Illegal constructor/,
operator: 'match',
diff: 'simple'
}
Test failure: 'sessionStorage is not persisted'
Location: test/parallel/test-webstorage.js:29:1
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
1 !== 0
at TestContext.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-3088c6609ada-slim/test/parallel/test-webstorage.js:33:10)
at process.processTicksAndRejections (node:internal/process/task_queues:103:5)
at async Test.run (node:internal/test_runner/test:1102:7)
at async Test.processPendingSubtests (node:internal/test_runner/test:777:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 1,
expected: 0,
operator: 'strictEqual',
diff: 'simple'
}
Test failure: 'localStorage throws without --localstorage-file'
Location: test/parallel/test-webstorage.js:44:1
AssertionError [ERR_ASSERTION]: The input did not match the regular expression /SecurityError:/. Input:
'[eval]:1\n' +
'localStorage\n' +
'^\n' +
'\n' +
'ReferenceError: localStorage is not defined\n' +
' at [eval]:1:1\n' +
' at runScriptInThisContext (node:internal/vm:219:10)\n' +
' at node:internal/process/execution:451:12\n' +
' at [eval]-wrapper:6:24\n' +
' at runScriptInContext (node:internal/process/execution:449:60)\n' +
' at evalFunction (node:internal/process/execution:283:30)\n' +
' at evalTypeScript (node:internal/process/execution:295:3)\n' +
' at node:internal/main/eval_string:71:3\n' +
'\n' +
'Node.js v26.0.0-pre\n'
at TestContext.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-3088c6609ada-slim/test/parallel/test-webstorage.js:50:10)
at async Test.run (node:internal/test_runner/test:1102:7)
at async Test.processPendingSubtests (node:internal/test_runner/test:777:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: '[eval]:1\n' +
'localStorage\n' +
'^\n' +
'\n' +
'ReferenceError: localStorage is not defined\n' +
' at [eval]:1:1\n' +
' at runScriptInThisContext (node:internal/vm:219:10)\n' +
' at node:internal/process/execution:451:12\n' +
' at [eval]-wrapper:6:24\n' +
' at runScriptInContext (node:internal/process/execution:449:60)\n' +
'...',
expected: /SecurityError:/,
operator: 'match',
diff: 'simple'
}
Test failure: 'localStorage is not pers
|
|
x86_64-linux: with shared libraries:
test/parallel/test-webstorage-without-sqlite.js#L7
--- stderr ---
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ 'undefined'
- 'object'
at Object.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-3088c6609ada-slim/test/parallel/test-webstorage-without-sqlite.js:7:8)
at Module._compile (node:internal/modules/cjs/loader:1760:14)
at Object..js (node:internal/modules/cjs/loader:1891:10)
at Module.load (node:internal/modules/cjs/loader:1480:32)
at Module._load (node:internal/modules/cjs/loader:1299:12)
at TracingChannel.traceSync (node:diagnostics_channel:328:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:245:24)
at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)
at node:internal/main/run_main_module:33:47 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'undefined',
expected: 'object',
operator: 'strictEqual',
diff: 'simple'
}
Node.js v26.0.0-pre
Command: out/Release/node /home/runner/work/_temp/node-v26.0.0-nightly2025-11-3088c6609ada-slim/test/parallel/test-webstorage-without-sqlite.js
|
|
x86_64-linux: with shared libraries:
test/parallel/test-global.js#L65
--- stderr ---
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
... Skipped lines
+ Set(15) {
- Set(17) {
'atob',
'btoa',
'clearImmediate',
'clearInterval',
'clearTimeout',
...
'global',
- 'localStorage',
'navigator',
'performance',
'queueMicrotask',
- 'sessionStorage',
'setImmediate',
'setInterval',
'setTimeout',
'structuredClone'
}
at Object.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-3088c6609ada-slim/test/parallel/test-global.js:65:10)
at Module._compile (node:internal/modules/cjs/loader:1760:14)
at Object..js (node:internal/modules/cjs/loader:1891:10)
at Module.load (node:internal/modules/cjs/loader:1480:32)
at Module._load (node:internal/modules/cjs/loader:1299:12)
at TracingChannel.traceSync (node:diagnostics_channel:328:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:245:24)
at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)
at node:internal/main/run_main_module:33:47 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: Set(15) {
'global',
'clearImmediate',
'setImmediate',
'clearInterval',
'clearTimeout',
'setInterval',
'setTimeout',
'queueMicrotask',
'structuredClone',
'atob',
'btoa',
'performance',
'fetch',
'crypto',
'navigator'
},
expected: Set(17) {
'global',
'queueMicrotask',
'clearImmediate',
'clearInterval',
'clearTimeout',
'atob',
'btoa',
'performance',
'setImmediate',
'setInterval',
'setTimeout',
'structuredClone',
'fetch',
'crypto',
'navigator',
'localStorage',
'sessionStorage'
},
operator: 'deepStrictEqual',
diff: 'simple'
}
Node.js v26.0.0-pre
Command: out/Release/node /home/runner/work/_temp/node-v26.0.0-nightly2025-11-3088c6609ada-slim/test/parallel/test-global.js
|
|
aarch64-darwin: with shared libraries
Process completed with exit code 2.
|
|
aarch64-darwin: with shared libraries:
test/module-hooks/test-module-hooks-load-builtin-require.js#L0
--- stderr ---
node:internal/bootstrap/realm:185
mod = bindingObj[module] = getInternalBinding(module);
^
Error: No such binding: sqlite
at internalBinding (node:internal/bootstrap/realm:185:34)
at node:sqlite:6:18
at BuiltinModule.compileForInternalLoader (node:internal/bootstrap/realm:398:7)
at BuiltinModule.compileForPublicLoader (node:internal/bootstrap/realm:337:10)
at loadBuiltinModule (node:internal/modules/helpers:125:7)
at loadBuiltinWithHooks (node:internal/modules/cjs/loader:1187:15)
at Module._load (node:internal/modules/cjs/loader:1231:20)
at TracingChannel.traceSync (node:diagnostics_channel:328:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:245:24)
at Module.require (node:internal/modules/cjs/loader:1503:12) {
code: 'ERR_INVALID_MODULE'
}
Node.js v26.0.0-pre
Command: out/Release/node /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-3088c6609ada-slim/test/module-hooks/test-module-hooks-load-builtin-require.js
|
|
aarch64-darwin: with shared libraries:
test/module-hooks/test-module-hooks-builtin-require.js#L0
--- stderr ---
node:internal/bootstrap/realm:185
mod = bindingObj[module] = getInternalBinding(module);
^
Error: No such binding: sqlite
at internalBinding (node:internal/bootstrap/realm:185:34)
at node:sqlite:6:18
at BuiltinModule.compileForInternalLoader (node:internal/bootstrap/realm:398:7)
at BuiltinModule.compileForPublicLoader (node:internal/bootstrap/realm:337:10)
at loadBuiltinModule (node:internal/modules/helpers:125:7)
at loadBuiltinWithHooks (node:internal/modules/cjs/loader:1187:15)
at Module._load (node:internal/modules/cjs/loader:1231:20)
at TracingChannel.traceSync (node:diagnostics_channel:328:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:245:24)
at Module.require (node:internal/modules/cjs/loader:1503:12) {
code: 'ERR_INVALID_MODULE'
}
Node.js v26.0.0-pre
Command: out/Release/node /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-3088c6609ada-slim/test/module-hooks/test-module-hooks-builtin-require.js
|
|
aarch64-darwin: with shared libraries:
test/parallel/test-sqlite-template-tag.js#L0
--- stderr ---
node:internal/bootstrap/realm:185
mod = bindingObj[module] = getInternalBinding(module);
^
Error: No such binding: sqlite
at internalBinding (node:internal/bootstrap/realm:185:34)
at node:sqlite:6:18
at BuiltinModule.compileForInternalLoader (node:internal/bootstrap/realm:398:7)
at BuiltinModule.compileForPublicLoader (node:internal/bootstrap/realm:337:10)
at loadBuiltinModule (node:internal/modules/helpers:125:7)
at loadBuiltinWithHooks (node:internal/modules/cjs/loader:1187:15)
at Module._load (node:internal/modules/cjs/loader:1231:20)
at TracingChannel.traceSync (node:diagnostics_channel:328:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:245:24)
at Module.require (node:internal/modules/cjs/loader:1503:12) {
code: 'ERR_INVALID_MODULE'
}
Node.js v26.0.0-pre
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-3088c6609ada-slim/test/parallel/test-sqlite-template-tag.js
|
|
aarch64-darwin: with shared libraries:
test/parallel/test-sqlite-config.js#L0
--- stderr ---
node:internal/bootstrap/realm:185
mod = bindingObj[module] = getInternalBinding(module);
^
Error: No such binding: sqlite
at internalBinding (node:internal/bootstrap/realm:185:34)
at node:sqlite:6:18
at BuiltinModule.compileForInternalLoader (node:internal/bootstrap/realm:398:7)
at BuiltinModule.compileForPublicLoader (node:internal/bootstrap/realm:337:10)
at loadBuiltinModule (node:internal/modules/helpers:125:7)
at loadBuiltinWithHooks (node:internal/modules/cjs/loader:1187:15)
at Module._load (node:internal/modules/cjs/loader:1231:20)
at TracingChannel.traceSync (node:diagnostics_channel:328:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:245:24)
at Module.require (node:internal/modules/cjs/loader:1503:12) {
code: 'ERR_INVALID_MODULE'
}
Node.js v26.0.0-pre
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-3088c6609ada-slim/test/parallel/test-sqlite-config.js
|
|
aarch64-darwin: with shared libraries:
test/parallel/test-global.js#L65
--- stderr ---
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
... Skipped lines
+ Set(15) {
- Set(17) {
'atob',
'btoa',
'clearImmediate',
'clearInterval',
'clearTimeout',
...
'global',
- 'localStorage',
'navigator',
'performance',
'queueMicrotask',
- 'sessionStorage',
'setImmediate',
'setInterval',
'setTimeout',
'structuredClone'
}
at Object.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-3088c6609ada-slim/test/parallel/test-global.js:65:10)
at Module._compile (node:internal/modules/cjs/loader:1760:14)
at Object..js (node:internal/modules/cjs/loader:1891:10)
at Module.load (node:internal/modules/cjs/loader:1480:32)
at Module._load (node:internal/modules/cjs/loader:1299:12)
at TracingChannel.traceSync (node:diagnostics_channel:328:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:245:24)
at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)
at node:internal/main/run_main_module:33:47 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: Set(15) {
'global',
'clearImmediate',
'setImmediate',
'clearInterval',
'clearTimeout',
'setInterval',
'setTimeout',
'queueMicrotask',
'structuredClone',
'atob',
'btoa',
'performance',
'fetch',
'crypto',
'navigator'
},
expected: Set(17) {
'global',
'queueMicrotask',
'clearImmediate',
'clearInterval',
'clearTimeout',
'atob',
'btoa',
'performance',
'setImmediate',
'setInterval',
'setTimeout',
'structuredClone',
'fetch',
'crypto',
'navigator',
'localStorage',
'sessionStorage'
},
operator: 'deepStrictEqual',
diff: 'simple'
}
Node.js v26.0.0-pre
Command: out/Release/node /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-3088c6609ada-slim/test/parallel/test-global.js
|
|
x86_64-darwin: with shared libraries
Process completed with exit code 2.
|
|
x86_64-darwin: with shared libraries:
test/module-hooks/test-module-hooks-load-builtin-require.js#L0
--- stderr ---
node:internal/bootstrap/realm:185
mod = bindingObj[module] = getInternalBinding(module);
^
Error: No such binding: sqlite
at internalBinding (node:internal/bootstrap/realm:185:34)
at node:sqlite:6:18
at BuiltinModule.compileForInternalLoader (node:internal/bootstrap/realm:398:7)
at BuiltinModule.compileForPublicLoader (node:internal/bootstrap/realm:337:10)
at loadBuiltinModule (node:internal/modules/helpers:125:7)
at loadBuiltinWithHooks (node:internal/modules/cjs/loader:1187:15)
at Module._load (node:internal/modules/cjs/loader:1231:20)
at TracingChannel.traceSync (node:diagnostics_channel:328:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:245:24)
at Module.require (node:internal/modules/cjs/loader:1503:12) {
code: 'ERR_INVALID_MODULE'
}
Node.js v26.0.0-pre
Command: out/Release/node /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-3088c6609ada-slim/test/module-hooks/test-module-hooks-load-builtin-require.js
|
|
x86_64-darwin: with shared libraries:
test/module-hooks/test-module-hooks-builtin-require.js#L0
--- stderr ---
node:internal/bootstrap/realm:185
mod = bindingObj[module] = getInternalBinding(module);
^
Error: No such binding: sqlite
at internalBinding (node:internal/bootstrap/realm:185:34)
at node:sqlite:6:18
at BuiltinModule.compileForInternalLoader (node:internal/bootstrap/realm:398:7)
at BuiltinModule.compileForPublicLoader (node:internal/bootstrap/realm:337:10)
at loadBuiltinModule (node:internal/modules/helpers:125:7)
at loadBuiltinWithHooks (node:internal/modules/cjs/loader:1187:15)
at Module._load (node:internal/modules/cjs/loader:1231:20)
at TracingChannel.traceSync (node:diagnostics_channel:328:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:245:24)
at Module.require (node:internal/modules/cjs/loader:1503:12) {
code: 'ERR_INVALID_MODULE'
}
Node.js v26.0.0-pre
Command: out/Release/node /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-3088c6609ada-slim/test/module-hooks/test-module-hooks-builtin-require.js
|
|
x86_64-darwin: with shared libraries:
test/parallel/test-sqlite-template-tag.js#L0
--- stderr ---
node:internal/bootstrap/realm:185
mod = bindingObj[module] = getInternalBinding(module);
^
Error: No such binding: sqlite
at internalBinding (node:internal/bootstrap/realm:185:34)
at node:sqlite:6:18
at BuiltinModule.compileForInternalLoader (node:internal/bootstrap/realm:398:7)
at BuiltinModule.compileForPublicLoader (node:internal/bootstrap/realm:337:10)
at loadBuiltinModule (node:internal/modules/helpers:125:7)
at loadBuiltinWithHooks (node:internal/modules/cjs/loader:1187:15)
at Module._load (node:internal/modules/cjs/loader:1231:20)
at TracingChannel.traceSync (node:diagnostics_channel:328:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:245:24)
at Module.require (node:internal/modules/cjs/loader:1503:12) {
code: 'ERR_INVALID_MODULE'
}
Node.js v26.0.0-pre
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-3088c6609ada-slim/test/parallel/test-sqlite-template-tag.js
|
|
x86_64-darwin: with shared libraries:
test/parallel/test-sqlite-config.js#L0
--- stderr ---
node:internal/bootstrap/realm:185
mod = bindingObj[module] = getInternalBinding(module);
^
Error: No such binding: sqlite
at internalBinding (node:internal/bootstrap/realm:185:34)
at node:sqlite:6:18
at BuiltinModule.compileForInternalLoader (node:internal/bootstrap/realm:398:7)
at BuiltinModule.compileForPublicLoader (node:internal/bootstrap/realm:337:10)
at loadBuiltinModule (node:internal/modules/helpers:125:7)
at loadBuiltinWithHooks (node:internal/modules/cjs/loader:1187:15)
at Module._load (node:internal/modules/cjs/loader:1231:20)
at TracingChannel.traceSync (node:diagnostics_channel:328:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:245:24)
at Module.require (node:internal/modules/cjs/loader:1503:12) {
code: 'ERR_INVALID_MODULE'
}
Node.js v26.0.0-pre
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-3088c6609ada-slim/test/parallel/test-sqlite-config.js
|
|
x86_64-darwin: with shared libraries:
test/parallel/test-global.js#L65
--- stderr ---
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
... Skipped lines
+ Set(15) {
- Set(17) {
'atob',
'btoa',
'clearImmediate',
'clearInterval',
'clearTimeout',
...
'global',
- 'localStorage',
'navigator',
'performance',
'queueMicrotask',
- 'sessionStorage',
'setImmediate',
'setInterval',
'setTimeout',
'structuredClone'
}
at Object.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-3088c6609ada-slim/test/parallel/test-global.js:65:10)
at Module._compile (node:internal/modules/cjs/loader:1760:14)
at Object..js (node:internal/modules/cjs/loader:1891:10)
at Module.load (node:internal/modules/cjs/loader:1480:32)
at Module._load (node:internal/modules/cjs/loader:1299:12)
at TracingChannel.traceSync (node:diagnostics_channel:328:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:245:24)
at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)
at node:internal/main/run_main_module:33:47 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: Set(15) {
'global',
'clearImmediate',
'setImmediate',
'clearInterval',
'clearTimeout',
'setInterval',
'setTimeout',
'queueMicrotask',
'structuredClone',
'atob',
'btoa',
'performance',
'fetch',
'crypto',
'navigator'
},
expected: Set(17) {
'global',
'queueMicrotask',
'clearImmediate',
'clearInterval',
'clearTimeout',
'atob',
'btoa',
'performance',
'setImmediate',
'setInterval',
'setTimeout',
'structuredClone',
'fetch',
'crypto',
'navigator',
'localStorage',
'sessionStorage'
},
operator: 'deepStrictEqual',
diff: 'simple'
}
Node.js v26.0.0-pre
Command: out/Release/node /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-3088c6609ada-slim/test/parallel/test-global.js
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
tarballs
|
47.7 MB |
sha256:eadc7a61633d44868b00491998a886a60b6fe11e59ec77bffbf2c8b81c48bcc4
|
|