Skip to content

src,lib: support path in v8.writeHeapSnapshot output #79096

src,lib: support path in v8.writeHeapSnapshot output

src,lib: support path in v8.writeHeapSnapshot output #79096

Triggered via pull request December 21, 2025 14:46
Status Failure
Total duration 34m 42s
Artifacts

test-linux.yml

on: pull_request
Matrix: test-linux
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 notices
test-linux (ubuntu-24.04-arm)
Process completed with exit code 2.
test-linux (ubuntu-24.04-arm): test/sequential/test-heapdump-flag-custom-dir.js#L44
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 1 !== 0 at Object.<anonymous> (/home/runner/work/node/node/node/test/sequential/test-heapdump-flag-custom-dir.js:44:10) at Module._compile (node:internal/modules/cjs/loader:1759:14) at Object..js (node:internal/modules/cjs/loader:1890: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: 1, expected: 0, operator: 'strictEqual', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node /home/runner/work/node/node/node/test/sequential/test-heapdump-flag-custom-dir.js
test-linux (ubuntu-24.04-arm): test/sequential/test-heapdump-flag.js#L39
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 1 !== 0 at Object.<anonymous> (/home/runner/work/node/node/node/test/sequential/test-heapdump-flag.js:39:10) at Module._compile (node:internal/modules/cjs/loader:1759:14) at Object..js (node:internal/modules/cjs/loader:1890: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: 1, expected: 0, operator: 'strictEqual', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node /home/runner/work/node/node/node/test/sequential/test-heapdump-flag.js
test-linux (ubuntu-24.04-arm): test/sequential/test-heapdump.js#L20
--- stderr --- node:v8:96 options.encoding == 'utf8' ^ TypeError: Cannot read properties of undefined (reading 'encoding') at writeHeapSnapshot (node:v8:96:13) at Object.<anonymous> (/home/runner/work/node/node/node/test/sequential/test-heapdump.js:20:3) at Module._compile (node:internal/modules/cjs/loader:1759:14) at Object..js (node:internal/modules/cjs/loader:1890: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 Node.js v26.0.0-pre Command: out/Release/node /home/runner/work/node/node/node/test/sequential/test-heapdump.js
test-linux (ubuntu-24.04-arm): test/parallel/test-permission-fs-write-v8.js#L20
--- stderr --- node:assert:456 throw err; ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected + Comparison {} - Comparison { - code: 'ERR_ACCESS_DENIED', - permission: 'FileSystemWrite', - resource: './secret.txt' - } at Object.<anonymous> (/home/runner/work/node/node/node/test/common/index.js:739:12) at Object.<anonymous> (/home/runner/work/node/node/node/test/common/index.js:506:15) at expectedException (node:assert:547:17) at expectsError (node:assert:672:21) at assert.throws (node:assert:728:3) at Object.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-permission-fs-write-v8.js:20:10) at Module._compile (node:internal/modules/cjs/loader:1759:14) at Object..js (node:internal/modules/cjs/loader:1890:10) at Module.load (node:internal/modules/cjs/loader:1480:32) at Module._load (node:internal/modules/cjs/loader:1299:12) { generatedMessage: true, code: 'ERR_ASSERTION', actual: TypeError: Cannot read properties of undefined (reading 'encoding') at Object.writeHeapSnapshot (node:v8:96:13) at assert.throws.common.expectsError.code (/home/runner/work/node/node/node/test/parallel/test-permission-fs-write-v8.js:21:8) at getActual (node:assert:580:5) at assert.throws (node:assert:728:24) at Object.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-permission-fs-write-v8.js:20:10) at Module._compile (node:internal/modules/cjs/loader:1759:14) at Object..js (node:internal/modules/cjs/loader:1890: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), expected: { code: 'ERR_ACCESS_DENIED', permission: 'FileSystemWrite', resource: './secret.txt' }, operator: 'throws', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node --permission --allow-fs-read=* /home/runner/work/node/node/node/test/parallel/test-permission-fs-write-v8.js
test-linux (ubuntu-24.04)
Process completed with exit code 2.
test-linux (ubuntu-24.04): test/sequential/test-heapdump-flag-custom-dir.js#L44
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 1 !== 0 at Object.<anonymous> (/home/runner/work/node/node/node/test/sequential/test-heapdump-flag-custom-dir.js:44:10) at Module._compile (node:internal/modules/cjs/loader:1759:14) at Object..js (node:internal/modules/cjs/loader:1890: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: 1, expected: 0, operator: 'strictEqual', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node /home/runner/work/node/node/node/test/sequential/test-heapdump-flag-custom-dir.js
test-linux (ubuntu-24.04): test/sequential/test-heapdump-flag.js#L39
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 1 !== 0 at Object.<anonymous> (/home/runner/work/node/node/node/test/sequential/test-heapdump-flag.js:39:10) at Module._compile (node:internal/modules/cjs/loader:1759:14) at Object..js (node:internal/modules/cjs/loader:1890: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: 1, expected: 0, operator: 'strictEqual', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node /home/runner/work/node/node/node/test/sequential/test-heapdump-flag.js
test-linux (ubuntu-24.04): test/sequential/test-heapdump.js#L20
--- stderr --- node:v8:96 options.encoding == 'utf8' ^ TypeError: Cannot read properties of undefined (reading 'encoding') at writeHeapSnapshot (node:v8:96:13) at Object.<anonymous> (/home/runner/work/node/node/node/test/sequential/test-heapdump.js:20:3) at Module._compile (node:internal/modules/cjs/loader:1759:14) at Object..js (node:internal/modules/cjs/loader:1890: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 Node.js v26.0.0-pre Command: out/Release/node /home/runner/work/node/node/node/test/sequential/test-heapdump.js
test-linux (ubuntu-24.04): test/parallel/test-permission-fs-write-v8.js#L20
--- stderr --- node:assert:456 throw err; ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected + Comparison {} - Comparison { - code: 'ERR_ACCESS_DENIED', - permission: 'FileSystemWrite', - resource: './secret.txt' - } at Object.<anonymous> (/home/runner/work/node/node/node/test/common/index.js:739:12) at Object.<anonymous> (/home/runner/work/node/node/node/test/common/index.js:506:15) at expectedException (node:assert:547:17) at expectsError (node:assert:672:21) at assert.throws (node:assert:728:3) at Object.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-permission-fs-write-v8.js:20:10) at Module._compile (node:internal/modules/cjs/loader:1759:14) at Object..js (node:internal/modules/cjs/loader:1890:10) at Module.load (node:internal/modules/cjs/loader:1480:32) at Module._load (node:internal/modules/cjs/loader:1299:12) { generatedMessage: true, code: 'ERR_ASSERTION', actual: TypeError: Cannot read properties of undefined (reading 'encoding') at Object.writeHeapSnapshot (node:v8:96:13) at assert.throws.common.expectsError.code (/home/runner/work/node/node/node/test/parallel/test-permission-fs-write-v8.js:21:8) at getActual (node:assert:580:5) at assert.throws (node:assert:728:24) at Object.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-permission-fs-write-v8.js:20:10) at Module._compile (node:internal/modules/cjs/loader:1759:14) at Object..js (node:internal/modules/cjs/loader:1890: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), expected: { code: 'ERR_ACCESS_DENIED', permission: 'FileSystemWrite', resource: './secret.txt' }, operator: 'throws', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node --permission --allow-fs-read=* /home/runner/work/node/node/node/test/parallel/test-permission-fs-write-v8.js
sccache stats
0% - 0 hits, 0 misses, 0 errors
sccache stats
0% - 0 hits, 0 misses, 0 errors