errors: trace unhandled promise rejection location #8587
test-shared.yml
on: pull_request
Annotations
27 errors and 1 notice
|
aarch64-linux: with shared boringssl-0.20260526.0 / build
Process completed with exit code 2.
|
|
aarch64-linux: with shared boringssl-0.20260526.0 / build:
test/parallel/test-node-output-errors.mjs#L45
--- stdout ---
Test failure: 'errors/promise_always_throw_unhandled.js'
Location: test/parallel/test-node-output-errors.mjs:44:5
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ '<project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:9\n' +
+ 'const ref1 = new Promise(() => {\n' +
+ ' ^\n' +
- '<project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:10\n' +
- " throw new Error('One');\n" +
- ' ^\n' +
'\n' +
'Error: One\n' +
' at <project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:10:9\n' +
' at new Promise (<anonymous>)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:9:14)\n' +
at assertSnapshot (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/common/assertSnapshot.js:173:12)
at async Module.spawnAndAssert (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/common/assertSnapshot.js:208:3)
at async TestContext.<anonymous> (file:///home/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/parallel/test-node-output-errors.mjs:45:7)
at async Test.run (node:internal/test_runner/test:1389:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:960:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: '<project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:9\n' +
'const ref1 = new Promise(() => {\n' +
' ^\n' +
'\n' +
'Error: One\n' +
' at <project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:10:9\n' +
' at new Promise (<anonymous>)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:9:14)\n' +
' at <node-internal-frames>\n' +
'\n' +
'...',
expected: '<project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:10\n' +
" throw new Error('One');\n" +
' ^\n' +
'\n' +
'Error: One\n' +
' at <project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:10:9\n' +
' at new Promise (<anonymous>)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:9:14)\n' +
' at <node-internal-frames>\n' +
'\n' +
'...',
operator: 'strictEqual',
diff: 'simple'
}
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/parallel/test-node-output-errors.mjs
|
|
aarch64-linux: with shared boringssl-0.20260526.0 / build:
test/parallel/test-node-output-sourcemaps.mjs#L30
--- stdout ---
Test failure: 'source-map/output/source_map_throw_async_stack_trace.mjs'
Location: test/parallel/test-node-output-sourcemaps.mjs:29:5
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ '<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:18\n' +
+ '})()\n' +
+ '^\n' +
- '<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:13\n' +
- " throw new Error('message')\n" +
- ' ^\n' +
'\n' +
'Error: message\n' +
' at Throw (<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:13:9)\n' +
' at async Promise.all (index 3)\n' +
' at async main (<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:17:3)\n' +
at assertSnapshot (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/common/assertSnapshot.js:173:12)
at async Module.spawnAndAssert (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/common/assertSnapshot.js:208:3)
at async TestContext.<anonymous> (file:///home/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/parallel/test-node-output-sourcemaps.mjs:30:7)
at async Test.run (node:internal/test_runner/test:1389:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:960:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: '<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:18\n' +
'})()\n' +
'^\n' +
'\n' +
'Error: message\n' +
' at Throw (<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:13:9)\n' +
' at async Promise.all (index 3)\n' +
' at async main (<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:17:3)\n' +
'\n' +
'Node.js <node-version>\n' +
'...',
expected: '<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:13\n' +
" throw new Error('message')\n" +
' ^\n' +
'\n' +
'Error: message\n' +
' at Throw (<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:13:9)\n' +
' at async Promise.all (index 3)\n' +
' at async main (<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:17:3)\n' +
'\n' +
'Node.js <node-version>\n' +
'...',
operator: 'strictEqual',
diff: 'simple'
}
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/parallel/test-node-output-sourcemaps.mjs
|
|
aarch64-linux: with shared openssl-3.0.21 / build
Process completed with exit code 2.
|
|
aarch64-linux: with shared openssl-3.0.21 / build:
test/parallel/test-node-output-errors.mjs#L45
--- stdout ---
Test failure: 'errors/promise_always_throw_unhandled.js'
Location: test/parallel/test-node-output-errors.mjs:44:5
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ '<project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:9\n' +
+ 'const ref1 = new Promise(() => {\n' +
+ ' ^\n' +
- '<project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:10\n' +
- " throw new Error('One');\n" +
- ' ^\n' +
'\n' +
'Error: One\n' +
' at <project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:10:9\n' +
' at new Promise (<anonymous>)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:9:14)\n' +
at assertSnapshot (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/common/assertSnapshot.js:173:12)
at async Module.spawnAndAssert (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/common/assertSnapshot.js:208:3)
at async TestContext.<anonymous> (file:///home/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/parallel/test-node-output-errors.mjs:45:7)
at async Test.run (node:internal/test_runner/test:1389:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:960:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: '<project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:9\n' +
'const ref1 = new Promise(() => {\n' +
' ^\n' +
'\n' +
'Error: One\n' +
' at <project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:10:9\n' +
' at new Promise (<anonymous>)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:9:14)\n' +
' at <node-internal-frames>\n' +
'\n' +
'...',
expected: '<project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:10\n' +
" throw new Error('One');\n" +
' ^\n' +
'\n' +
'Error: One\n' +
' at <project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:10:9\n' +
' at new Promise (<anonymous>)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:9:14)\n' +
' at <node-internal-frames>\n' +
'\n' +
'...',
operator: 'strictEqual',
diff: 'simple'
}
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/parallel/test-node-output-errors.mjs
|
|
aarch64-linux: with shared openssl-3.0.21 / build:
test/parallel/test-node-output-sourcemaps.mjs#L30
--- stdout ---
Test failure: 'source-map/output/source_map_throw_async_stack_trace.mjs'
Location: test/parallel/test-node-output-sourcemaps.mjs:29:5
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ '<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:18\n' +
+ '})()\n' +
+ '^\n' +
- '<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:13\n' +
- " throw new Error('message')\n" +
- ' ^\n' +
'\n' +
'Error: message\n' +
' at Throw (<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:13:9)\n' +
' at async Promise.all (index 3)\n' +
' at async main (<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:17:3)\n' +
at assertSnapshot (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/common/assertSnapshot.js:173:12)
at async Module.spawnAndAssert (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/common/assertSnapshot.js:208:3)
at async TestContext.<anonymous> (file:///home/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/parallel/test-node-output-sourcemaps.mjs:30:7)
at async Test.run (node:internal/test_runner/test:1389:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:960:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: '<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:18\n' +
'})()\n' +
'^\n' +
'\n' +
'Error: message\n' +
' at Throw (<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:13:9)\n' +
' at async Promise.all (index 3)\n' +
' at async main (<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:17:3)\n' +
'\n' +
'Node.js <node-version>\n' +
'...',
expected: '<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:13\n' +
" throw new Error('message')\n" +
' ^\n' +
'\n' +
'Error: message\n' +
' at Throw (<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:13:9)\n' +
' at async Promise.all (index 3)\n' +
' at async main (<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:17:3)\n' +
'\n' +
'Node.js <node-version>\n' +
'...',
operator: 'strictEqual',
diff: 'simple'
}
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/parallel/test-node-output-sourcemaps.mjs
|
|
aarch64-linux: with shared openssl-4.0.1 / build
Process completed with exit code 2.
|
|
aarch64-linux: with shared openssl-4.0.1 / build:
test/parallel/test-node-output-errors.mjs#L45
--- stdout ---
Test failure: 'errors/promise_always_throw_unhandled.js'
Location: test/parallel/test-node-output-errors.mjs:44:5
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ '<project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:9\n' +
+ 'const ref1 = new Promise(() => {\n' +
+ ' ^\n' +
- '<project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:10\n' +
- " throw new Error('One');\n" +
- ' ^\n' +
'\n' +
'Error: One\n' +
' at <project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:10:9\n' +
' at new Promise (<anonymous>)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:9:14)\n' +
at assertSnapshot (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/common/assertSnapshot.js:173:12)
at async Module.spawnAndAssert (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/common/assertSnapshot.js:208:3)
at async TestContext.<anonymous> (file:///home/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/parallel/test-node-output-errors.mjs:45:7)
at async Test.run (node:internal/test_runner/test:1389:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:960:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: '<project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:9\n' +
'const ref1 = new Promise(() => {\n' +
' ^\n' +
'\n' +
'Error: One\n' +
' at <project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:10:9\n' +
' at new Promise (<anonymous>)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:9:14)\n' +
' at <node-internal-frames>\n' +
'\n' +
'...',
expected: '<project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:10\n' +
" throw new Error('One');\n" +
' ^\n' +
'\n' +
'Error: One\n' +
' at <project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:10:9\n' +
' at new Promise (<anonymous>)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:9:14)\n' +
' at <node-internal-frames>\n' +
'\n' +
'...',
operator: 'strictEqual',
diff: 'simple'
}
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/parallel/test-node-output-errors.mjs
|
|
aarch64-linux: with shared openssl-4.0.1 / build:
test/parallel/test-node-output-sourcemaps.mjs#L30
--- stdout ---
Test failure: 'source-map/output/source_map_throw_async_stack_trace.mjs'
Location: test/parallel/test-node-output-sourcemaps.mjs:29:5
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ '<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:18\n' +
+ '})()\n' +
+ '^\n' +
- '<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:13\n' +
- " throw new Error('message')\n" +
- ' ^\n' +
'\n' +
'Error: message\n' +
' at Throw (<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:13:9)\n' +
' at async Promise.all (index 3)\n' +
' at async main (<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:17:3)\n' +
at assertSnapshot (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/common/assertSnapshot.js:173:12)
at async Module.spawnAndAssert (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/common/assertSnapshot.js:208:3)
at async TestContext.<anonymous> (file:///home/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/parallel/test-node-output-sourcemaps.mjs:30:7)
at async Test.run (node:internal/test_runner/test:1389:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:960:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: '<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:18\n' +
'})()\n' +
'^\n' +
'\n' +
'Error: message\n' +
' at Throw (<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:13:9)\n' +
' at async Promise.all (index 3)\n' +
' at async main (<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:17:3)\n' +
'\n' +
'Node.js <node-version>\n' +
'...',
expected: '<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:13\n' +
" throw new Error('message')\n" +
' ^\n' +
'\n' +
'Error: message\n' +
' at Throw (<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:13:9)\n' +
' at async Promise.all (index 3)\n' +
' at async main (<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:17:3)\n' +
'\n' +
'Node.js <node-version>\n' +
'...',
operator: 'strictEqual',
diff: 'simple'
}
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/parallel/test-node-output-sourcemaps.mjs
|
|
aarch64-linux: with shared openssl-3.6.2 / build
Process completed with exit code 2.
|
|
aarch64-linux: with shared openssl-3.6.2 / build:
test/parallel/test-node-output-errors.mjs#L45
--- stdout ---
Test failure: 'errors/promise_always_throw_unhandled.js'
Location: test/parallel/test-node-output-errors.mjs:44:5
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ '<project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:9\n' +
+ 'const ref1 = new Promise(() => {\n' +
+ ' ^\n' +
- '<project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:10\n' +
- " throw new Error('One');\n" +
- ' ^\n' +
'\n' +
'Error: One\n' +
' at <project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:10:9\n' +
' at new Promise (<anonymous>)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:9:14)\n' +
at assertSnapshot (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/common/assertSnapshot.js:173:12)
at async Module.spawnAndAssert (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/common/assertSnapshot.js:208:3)
at async TestContext.<anonymous> (file:///home/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/parallel/test-node-output-errors.mjs:45:7)
at async Test.run (node:internal/test_runner/test:1389:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:960:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: '<project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:9\n' +
'const ref1 = new Promise(() => {\n' +
' ^\n' +
'\n' +
'Error: One\n' +
' at <project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:10:9\n' +
' at new Promise (<anonymous>)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:9:14)\n' +
' at <node-internal-frames>\n' +
'\n' +
'...',
expected: '<project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:10\n' +
" throw new Error('One');\n" +
' ^\n' +
'\n' +
'Error: One\n' +
' at <project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:10:9\n' +
' at new Promise (<anonymous>)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:9:14)\n' +
' at <node-internal-frames>\n' +
'\n' +
'...',
operator: 'strictEqual',
diff: 'simple'
}
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/parallel/test-node-output-errors.mjs
|
|
aarch64-linux: with shared openssl-3.6.2 / build:
test/parallel/test-node-output-sourcemaps.mjs#L30
--- stdout ---
Test failure: 'source-map/output/source_map_throw_async_stack_trace.mjs'
Location: test/parallel/test-node-output-sourcemaps.mjs:29:5
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ '<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:18\n' +
+ '})()\n' +
+ '^\n' +
- '<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:13\n' +
- " throw new Error('message')\n" +
- ' ^\n' +
'\n' +
'Error: message\n' +
' at Throw (<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:13:9)\n' +
' at async Promise.all (index 3)\n' +
' at async main (<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:17:3)\n' +
at assertSnapshot (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/common/assertSnapshot.js:173:12)
at async Module.spawnAndAssert (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/common/assertSnapshot.js:208:3)
at async TestContext.<anonymous> (file:///home/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/parallel/test-node-output-sourcemaps.mjs:30:7)
at async Test.run (node:internal/test_runner/test:1389:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:960:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: '<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:18\n' +
'})()\n' +
'^\n' +
'\n' +
'Error: message\n' +
' at Throw (<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:13:9)\n' +
' at async Promise.all (index 3)\n' +
' at async main (<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:17:3)\n' +
'\n' +
'Node.js <node-version>\n' +
'...',
expected: '<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:13\n' +
" throw new Error('message')\n" +
' ^\n' +
'\n' +
'Error: message\n' +
' at Throw (<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:13:9)\n' +
' at async Promise.all (index 3)\n' +
' at async main (<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:17:3)\n' +
'\n' +
'Node.js <node-version>\n' +
'...',
operator: 'strictEqual',
diff: 'simple'
}
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/parallel/test-node-output-sourcemaps.mjs
|
|
aarch64-linux: with shared openssl-1.1.1w / build
Process completed with exit code 2.
|
|
aarch64-linux: with shared openssl-1.1.1w / build:
test/parallel/test-node-output-errors.mjs#L45
--- stdout ---
Test failure: 'errors/promise_always_throw_unhandled.js'
Location: test/parallel/test-node-output-errors.mjs:44:5
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ '<project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:9\n' +
+ 'const ref1 = new Promise(() => {\n' +
+ ' ^\n' +
- '<project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:10\n' +
- " throw new Error('One');\n" +
- ' ^\n' +
'\n' +
'Error: One\n' +
' at <project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:10:9\n' +
' at new Promise (<anonymous>)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:9:14)\n' +
at assertSnapshot (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/common/assertSnapshot.js:173:12)
at async Module.spawnAndAssert (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/common/assertSnapshot.js:208:3)
at async TestContext.<anonymous> (file:///home/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/parallel/test-node-output-errors.mjs:45:7)
at async Test.run (node:internal/test_runner/test:1389:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:960:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: '<project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:9\n' +
'const ref1 = new Promise(() => {\n' +
' ^\n' +
'\n' +
'Error: One\n' +
' at <project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:10:9\n' +
' at new Promise (<anonymous>)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:9:14)\n' +
' at <node-internal-frames>\n' +
'\n' +
'...',
expected: '<project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:10\n' +
" throw new Error('One');\n" +
' ^\n' +
'\n' +
'Error: One\n' +
' at <project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:10:9\n' +
' at new Promise (<anonymous>)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:9:14)\n' +
' at <node-internal-frames>\n' +
'\n' +
'...',
operator: 'strictEqual',
diff: 'simple'
}
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/parallel/test-node-output-errors.mjs
|
|
aarch64-linux: with shared openssl-1.1.1w / build:
test/parallel/test-node-output-sourcemaps.mjs#L30
--- stdout ---
Test failure: 'source-map/output/source_map_throw_async_stack_trace.mjs'
Location: test/parallel/test-node-output-sourcemaps.mjs:29:5
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ '<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:18\n' +
+ '})()\n' +
+ '^\n' +
- '<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:13\n' +
- " throw new Error('message')\n" +
- ' ^\n' +
'\n' +
'Error: message\n' +
' at Throw (<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:13:9)\n' +
' at async Promise.all (index 3)\n' +
' at async main (<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:17:3)\n' +
at assertSnapshot (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/common/assertSnapshot.js:173:12)
at async Module.spawnAndAssert (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/common/assertSnapshot.js:208:3)
at async TestContext.<anonymous> (file:///home/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/parallel/test-node-output-sourcemaps.mjs:30:7)
at async Test.run (node:internal/test_runner/test:1389:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:960:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: '<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:18\n' +
'})()\n' +
'^\n' +
'\n' +
'Error: message\n' +
' at Throw (<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:13:9)\n' +
' at async Promise.all (index 3)\n' +
' at async main (<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:17:3)\n' +
'\n' +
'Node.js <node-version>\n' +
'...',
expected: '<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:13\n' +
" throw new Error('message')\n" +
' ^\n' +
'\n' +
'Error: message\n' +
' at Throw (<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:13:9)\n' +
' at async Promise.all (index 3)\n' +
' at async main (<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:17:3)\n' +
'\n' +
'Node.js <node-version>\n' +
'...',
operator: 'strictEqual',
diff: 'simple'
}
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/parallel/test-node-output-sourcemaps.mjs
|
|
aarch64-linux: with shared openssl-3.5.7 / build
Process completed with exit code 2.
|
|
aarch64-linux: with shared openssl-3.5.7 / build:
test/parallel/test-node-output-errors.mjs#L45
--- stdout ---
Test failure: 'errors/promise_always_throw_unhandled.js'
Location: test/parallel/test-node-output-errors.mjs:44:5
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ '<project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:9\n' +
+ 'const ref1 = new Promise(() => {\n' +
+ ' ^\n' +
- '<project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:10\n' +
- " throw new Error('One');\n" +
- ' ^\n' +
'\n' +
'Error: One\n' +
' at <project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:10:9\n' +
' at new Promise (<anonymous>)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:9:14)\n' +
at assertSnapshot (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/common/assertSnapshot.js:173:12)
at async Module.spawnAndAssert (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/common/assertSnapshot.js:208:3)
at async TestContext.<anonymous> (file:///home/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/parallel/test-node-output-errors.mjs:45:7)
at async Test.run (node:internal/test_runner/test:1389:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:960:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: '<project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:9\n' +
'const ref1 = new Promise(() => {\n' +
' ^\n' +
'\n' +
'Error: One\n' +
' at <project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:10:9\n' +
' at new Promise (<anonymous>)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:9:14)\n' +
' at <node-internal-frames>\n' +
'\n' +
'...',
expected: '<project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:10\n' +
" throw new Error('One');\n" +
' ^\n' +
'\n' +
'Error: One\n' +
' at <project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:10:9\n' +
' at new Promise (<anonymous>)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:9:14)\n' +
' at <node-internal-frames>\n' +
'\n' +
'...',
operator: 'strictEqual',
diff: 'simple'
}
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/parallel/test-node-output-errors.mjs
|
|
aarch64-linux: with shared openssl-3.5.7 / build:
test/parallel/test-node-output-sourcemaps.mjs#L30
--- stdout ---
Test failure: 'source-map/output/source_map_throw_async_stack_trace.mjs'
Location: test/parallel/test-node-output-sourcemaps.mjs:29:5
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ '<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:18\n' +
+ '})()\n' +
+ '^\n' +
- '<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:13\n' +
- " throw new Error('message')\n" +
- ' ^\n' +
'\n' +
'Error: message\n' +
' at Throw (<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:13:9)\n' +
' at async Promise.all (index 3)\n' +
' at async main (<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:17:3)\n' +
at assertSnapshot (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/common/assertSnapshot.js:173:12)
at async Module.spawnAndAssert (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/common/assertSnapshot.js:208:3)
at async TestContext.<anonymous> (file:///home/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/parallel/test-node-output-sourcemaps.mjs:30:7)
at async Test.run (node:internal/test_runner/test:1389:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:960:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: '<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:18\n' +
'})()\n' +
'^\n' +
'\n' +
'Error: message\n' +
' at Throw (<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:13:9)\n' +
' at async Promise.all (index 3)\n' +
' at async main (<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:17:3)\n' +
'\n' +
'Node.js <node-version>\n' +
'...',
expected: '<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:13\n' +
" throw new Error('message')\n" +
' ^\n' +
'\n' +
'Error: message\n' +
' at Throw (<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:13:9)\n' +
' at async Promise.all (index 3)\n' +
' at async main (<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:17:3)\n' +
'\n' +
'Node.js <node-version>\n' +
'...',
operator: 'strictEqual',
diff: 'simple'
}
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/parallel/test-node-output-sourcemaps.mjs
|
|
aarch64-darwin: with shared libraries / build
Process completed with exit code 2.
|
|
aarch64-darwin: with shared libraries / build:
test/parallel/test-node-output-errors.mjs#L45
--- stdout ---
Test failure: 'errors/promise_always_throw_unhandled.js'
Location: test/parallel/test-node-output-errors.mjs:44:5
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ '<project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:9\n' +
+ 'const ref1 = new Promise(() => {\n' +
+ ' ^\n' +
- '<project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:10\n' +
- " throw new Error('One');\n" +
- ' ^\n' +
'\n' +
'Error: One\n' +
' at <project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:10:9\n' +
' at new Promise (<anonymous>)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:9:14)\n' +
at assertSnapshot (/Users/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/common/assertSnapshot.js:173:12)
at async Module.spawnAndAssert (/Users/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/common/assertSnapshot.js:208:3)
at async TestContext.<anonymous> (file:///Users/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/parallel/test-node-output-errors.mjs:45:7)
at async Test.run (node:internal/test_runner/test:1389:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:960:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: '<project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:9\n' +
'const ref1 = new Promise(() => {\n' +
' ^\n' +
'\n' +
'Error: One\n' +
' at <project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:10:9\n' +
' at new Promise (<anonymous>)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:9:14)\n' +
' at <node-internal-frames>\n' +
'\n' +
'...',
expected: '<project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:10\n' +
" throw new Error('One');\n" +
' ^\n' +
'\n' +
'Error: One\n' +
' at <project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:10:9\n' +
' at new Promise (<anonymous>)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:9:14)\n' +
' at <node-internal-frames>\n' +
'\n' +
'...',
operator: 'strictEqual',
diff: 'simple'
}
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /Users/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/parallel/test-node-output-errors.mjs
|
|
aarch64-darwin: with shared libraries / build:
test/parallel/test-node-output-sourcemaps.mjs#L30
--- stdout ---
Test failure: 'source-map/output/source_map_throw_async_stack_trace.mjs'
Location: test/parallel/test-node-output-sourcemaps.mjs:29:5
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ '<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:18\n' +
+ '})()\n' +
+ '^\n' +
- '<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:13\n' +
- " throw new Error('message')\n" +
- ' ^\n' +
'\n' +
'Error: message\n' +
' at Throw (<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:13:9)\n' +
' at async Promise.all (index 3)\n' +
' at async main (<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:17:3)\n' +
at assertSnapshot (/Users/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/common/assertSnapshot.js:173:12)
at async Module.spawnAndAssert (/Users/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/common/assertSnapshot.js:208:3)
at async TestContext.<anonymous> (file:///Users/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/parallel/test-node-output-sourcemaps.mjs:30:7)
at async Test.run (node:internal/test_runner/test:1389:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:960:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: '<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:18\n' +
'})()\n' +
'^\n' +
'\n' +
'Error: message\n' +
' at Throw (<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:13:9)\n' +
' at async Promise.all (index 3)\n' +
' at async main (<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:17:3)\n' +
'\n' +
'Node.js <node-version>\n' +
'...',
expected: '<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:13\n' +
" throw new Error('message')\n" +
' ^\n' +
'\n' +
'Error: message\n' +
' at Throw (<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:13:9)\n' +
' at async Promise.all (index 3)\n' +
' at async main (<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:17:3)\n' +
'\n' +
'Node.js <node-version>\n' +
'...',
operator: 'strictEqual',
diff: 'simple'
}
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /Users/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/parallel/test-node-output-sourcemaps.mjs
|
|
x86_64-linux: with shared libraries / build
Process completed with exit code 2.
|
|
x86_64-linux: with shared libraries / build:
test/parallel/test-node-output-errors.mjs#L45
--- stdout ---
Test failure: 'errors/promise_always_throw_unhandled.js'
Location: test/parallel/test-node-output-errors.mjs:44:5
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ '<project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:9\n' +
+ 'const ref1 = new Promise(() => {\n' +
+ ' ^\n' +
- '<project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:10\n' +
- " throw new Error('One');\n" +
- ' ^\n' +
'\n' +
'Error: One\n' +
' at <project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:10:9\n' +
' at new Promise (<anonymous>)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:9:14)\n' +
at assertSnapshot (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/common/assertSnapshot.js:173:12)
at async Module.spawnAndAssert (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/common/assertSnapshot.js:208:3)
at async TestContext.<anonymous> (file:///home/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/parallel/test-node-output-errors.mjs:45:7)
at async Test.run (node:internal/test_runner/test:1389:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:960:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: '<project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:9\n' +
'const ref1 = new Promise(() => {\n' +
' ^\n' +
'\n' +
'Error: One\n' +
' at <project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:10:9\n' +
' at new Promise (<anonymous>)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:9:14)\n' +
' at <node-internal-frames>\n' +
'\n' +
'...',
expected: '<project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:10\n' +
" throw new Error('One');\n" +
' ^\n' +
'\n' +
'Error: One\n' +
' at <project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:10:9\n' +
' at new Promise (<anonymous>)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:9:14)\n' +
' at <node-internal-frames>\n' +
'\n' +
'...',
operator: 'strictEqual',
diff: 'simple'
}
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/parallel/test-node-output-errors.mjs
|
|
x86_64-linux: with shared libraries / build:
test/parallel/test-node-output-sourcemaps.mjs#L30
--- stdout ---
Test failure: 'source-map/output/source_map_throw_async_stack_trace.mjs'
Location: test/parallel/test-node-output-sourcemaps.mjs:29:5
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ '<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:18\n' +
+ '})()\n' +
+ '^\n' +
- '<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:13\n' +
- " throw new Error('message')\n" +
- ' ^\n' +
'\n' +
'Error: message\n' +
' at Throw (<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:13:9)\n' +
' at async Promise.all (index 3)\n' +
' at async main (<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:17:3)\n' +
at assertSnapshot (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/common/assertSnapshot.js:173:12)
at async Module.spawnAndAssert (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/common/assertSnapshot.js:208:3)
at async TestContext.<anonymous> (file:///home/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/parallel/test-node-output-sourcemaps.mjs:30:7)
at async Test.run (node:internal/test_runner/test:1389:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:960:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: '<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:18\n' +
'})()\n' +
'^\n' +
'\n' +
'Error: message\n' +
' at Throw (<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:13:9)\n' +
' at async Promise.all (index 3)\n' +
' at async main (<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:17:3)\n' +
'\n' +
'Node.js <node-version>\n' +
'...',
expected: '<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:13\n' +
" throw new Error('message')\n" +
' ^\n' +
'\n' +
'Error: message\n' +
' at Throw (<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:13:9)\n' +
' at async Promise.all (index 3)\n' +
' at async main (<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:17:3)\n' +
'\n' +
'Node.js <node-version>\n' +
'...',
operator: 'strictEqual',
diff: 'simple'
}
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/parallel/test-node-output-sourcemaps.mjs
|
|
x86_64-darwin: with shared libraries / build
Process completed with exit code 2.
|
|
x86_64-darwin: with shared libraries / build:
test/parallel/test-node-output-errors.mjs#L45
--- stdout ---
Test failure: 'errors/promise_always_throw_unhandled.js'
Location: test/parallel/test-node-output-errors.mjs:44:5
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ '<project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:9\n' +
+ 'const ref1 = new Promise(() => {\n' +
+ ' ^\n' +
- '<project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:10\n' +
- " throw new Error('One');\n" +
- ' ^\n' +
'\n' +
'Error: One\n' +
' at <project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:10:9\n' +
' at new Promise (<anonymous>)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:9:14)\n' +
at assertSnapshot (/Users/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/common/assertSnapshot.js:173:12)
at async Module.spawnAndAssert (/Users/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/common/assertSnapshot.js:208:3)
at async TestContext.<anonymous> (file:///Users/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/parallel/test-node-output-errors.mjs:45:7)
at async Test.run (node:internal/test_runner/test:1389:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:960:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: '<project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:9\n' +
'const ref1 = new Promise(() => {\n' +
' ^\n' +
'\n' +
'Error: One\n' +
' at <project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:10:9\n' +
' at new Promise (<anonymous>)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:9:14)\n' +
' at <node-internal-frames>\n' +
'\n' +
'...',
expected: '<project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:10\n' +
" throw new Error('One');\n" +
' ^\n' +
'\n' +
'Error: One\n' +
' at <project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:10:9\n' +
' at new Promise (<anonymous>)\n' +
' at Object.<anonymous> (<project-root>/test/fixtures/errors/promise_always_throw_unhandled.js:9:14)\n' +
' at <node-internal-frames>\n' +
'\n' +
'...',
operator: 'strictEqual',
diff: 'simple'
}
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /Users/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/parallel/test-node-output-errors.mjs
|
|
x86_64-darwin: with shared libraries / build:
test/parallel/test-node-output-sourcemaps.mjs#L30
--- stdout ---
Test failure: 'source-map/output/source_map_throw_async_stack_trace.mjs'
Location: test/parallel/test-node-output-sourcemaps.mjs:29:5
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ '<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:18\n' +
+ '})()\n' +
+ '^\n' +
- '<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:13\n' +
- " throw new Error('message')\n" +
- ' ^\n' +
'\n' +
'Error: message\n' +
' at Throw (<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:13:9)\n' +
' at async Promise.all (index 3)\n' +
' at async main (<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:17:3)\n' +
at assertSnapshot (/Users/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/common/assertSnapshot.js:173:12)
at async Module.spawnAndAssert (/Users/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/common/assertSnapshot.js:208:3)
at async TestContext.<anonymous> (file:///Users/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/parallel/test-node-output-sourcemaps.mjs:30:7)
at async Test.run (node:internal/test_runner/test:1389:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:960:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: '<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:18\n' +
'})()\n' +
'^\n' +
'\n' +
'Error: message\n' +
' at Throw (<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:13:9)\n' +
' at async Promise.all (index 3)\n' +
' at async main (<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:17:3)\n' +
'\n' +
'Node.js <node-version>\n' +
'...',
expected: '<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:13\n' +
" throw new Error('message')\n" +
' ^\n' +
'\n' +
'Error: message\n' +
' at Throw (<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:13:9)\n' +
' at async Promise.all (index 3)\n' +
' at async main (<project-root>/test/fixtures/source-map/output/source_map_throw_async_stack_trace.mts:17:3)\n' +
'\n' +
'Node.js <node-version>\n' +
'...',
operator: 'strictEqual',
diff: 'simple'
}
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /Users/runner/work/_temp/node-v27.0.0-nightly2026-06-2927a20afc9b-slim/test/parallel/test-node-output-sourcemaps.mjs
|
|
aarch64-darwin: with shared libraries / build
The macos-latest label will migrate to macOS 26 beginning June 15, 2026. For more information see https://github.com/actions/runner-images/issues/14167
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
tarballs
|
46.6 MB |
sha256:5ea9a924b3154218c94e1b1db506468158d046605ff64ae0eac578306315eb43
|
|