src: fix startup snapshot reproducibility of InternalFieldInfo #91599
Triggered via pull request
August 31, 2026 15:06
Status
Failure
Total duration
1h 57m 29s
Artifacts
–
Annotations
4 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-fs-watch-enoent.js#L112
--- stderr ---
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: Missing expected exception.
at Object.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-fs-watch-enoent.js:112:12)
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:154:5)
at node:internal/main/run_main_module:33:47 {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: undefined,
expected: [Function (anonymous)],
operator: 'throws',
diff: 'simple'
}
Node.js v27.0.0-pre
Command: out/Release/node --expose-internals /home/runner/work/node/node/node/test/parallel/test-fs-watch-enoent.js
|
|
test-linux (ubuntu-24.04)
Process completed with exit code 2.
|
|
test-linux (ubuntu-24.04):
test/parallel/test-fs-watch-enoent.js#L112
--- stderr ---
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: Missing expected exception.
at Object.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-fs-watch-enoent.js:112:12)
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:154:5)
at node:internal/main/run_main_module:33:47 {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: undefined,
expected: [Function (anonymous)],
operator: 'throws',
diff: 'simple'
}
Node.js v27.0.0-pre
Command: out/Release/node --expose-internals /home/runner/work/node/node/node/test/parallel/test-fs-watch-enoent.js
|
|
sccache stats - test-linux
48% - 2435 hits, 2589 misses, 0 errors
|
|
sccache stats - test-linux
42% - 2097 hits, 2937 misses, 0 errors
|