lib: add internal Temporal utils #85199
Annotations
5 errors and 2 notices
|
test-linux (ubuntu-24.04-arm)
Process completed with exit code 2.
|
|
test-linux (ubuntu-24.04-arm):
test/parallel/test-bootstrap-modules.js#L264
--- stderr ---
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: These builtins are now unexpectedly loaded at run time.
If this is intentional, add them to `expected.atRunTime`.
# Note: loading more builtins at run time can lead to startup performance regression.
- Consider lazy loading builtins that are not used universally.
--- These could be added to expected.atRunTime ---
[
'NativeModule internal/util/temporal'
]
7 !== 0
at Object.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-bootstrap-modules.js:264:8)
at Module._compile (node:internal/modules/cjs/loader:1873:14)
at Object..js (node:internal/modules/cjs/loader:2013:10)
at Module.load (node:internal/modules/cjs/loader:1596:32)
at Module._load (node:internal/modules/cjs/loader:1398:12)
at wrapModuleLoad (node:internal/modules/cjs/loader:255:19)
at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)
at node:internal/main/run_main_module:33:47 {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: 7,
expected: 0,
operator: 'strictEqual',
diff: 'simple'
}
Node.js v27.0.0-pre
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-bootstrap-modules.js
|
|
test-linux (ubuntu-24.04)
Canceling since a higher priority waiting request for Test Linux-temporal-utils exists
|
|
test-linux (ubuntu-24.04)
The operation was canceled.
|
|
Test Linux
Canceling since a higher priority waiting request for Test Linux-temporal-utils exists
|
|
sccache stats - test-linux
67% - 3332 hits, 1641 misses, 0 errors
|
|
sccache stats - test-linux
78% - 3854 hits, 1109 misses, 0 errors
|