Skip to content

deps: replace part of acorn with amaro #12985

deps: replace part of acorn with amaro

deps: replace part of acorn with amaro #12985

Triggered via pull request September 16, 2026 00:01
Status Failure
Total duration 2h 44m 31s
Artifacts 2

test-shared.yml

on: pull_request
Build slim tarball
1m 16s
Build slim tarball
aarch64-linux: Cache V8 build
1h 5m
aarch64-linux: Cache V8 build
Matrix: build
Matrix: build-openssl
Fit to window
Zoom out
Zoom in

Annotations

12 errors
aarch64-darwin: with shared libraries / build
Process completed with exit code 2.
aarch64-darwin: with shared libraries / build: test/test-runner/test-output-test-runner-plan-timeout.mjs#L0
--- stderr --- node:internal/modules/run_main:107 triggerUncaughtException( ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected ... Skipped lines 'TAP version 13\n' + '# Subtest: planning with wait\n' + ' # Subtest: planning with wait and passing\n' + ' ok 1 - planning with wait and passing\n' + ' ---\n' + ... " failureType: 'uncaughtException'\n" + + ` error: "Missing internal module 'internal/deps/amaro/dist/nodejs'"\n` + + " code: 'ERR_TEST_FAILURE'\n" + + " name: 'TypeError'\n" + - ' error: |-\n' + - ' The expression evaluated to a falsy value:\n' + - '\n' + - ' t.assert.ok(false)\n' + - '\n' + - " code: 'ERR_ASSERTION'\n" + - " name: 'AssertionError'\n" + - ' expected: true\n' + - ' actual: false\n' + - " operator: '=='\n" + ' stack: |-\n' + + ' <node-internal-frames>\n' + ' Timeout._onTimeout (<project-root>/test/fixtures/test-runner/output/test-runner-plan-timeout.js:22:18)\n' + ' <node-internal-frames>\n' + ' ...\n' + ' # Subtest: planning wait time expires before plan is met\n' + ' not ok 3 - planning wait time expires before plan is met\n' + ... " failureType: 'uncaughtException'\n" + + ` error: "Missing internal module 'internal/deps/amaro/dist/nodejs'"\n` + + " code: 'ERR_TEST_FAILURE'\n" + + " name: 'TypeError'\n" + - ' error: |-\n' + - ' The expression evaluated to a falsy value:\n' + - '\n' + - ' t.assert.ok(false)\n' + - '\n' + - " code: 'ERR_ASSERTION'\n" + - " name: 'AssertionError'\n" + - ' expected: true\n' + - ' actual: false\n' + - " operator: '=='\n" + ' stack: |-\n' + + ' <node-internal-frames>\n' + ' Timeout._onTimeout (<project-root>/test/fixtures/test-runner/output/test-runner-plan-timeout.js:58:18)\n' + ' <node-internal-frames>\n' + ' ...\n' + ' # Subtest: planning with wait "options.wait : false" should not wait\n' + ' not ok 6 - planning with wait "options.wait : false" should not wait\n' + at assertSnapshot (/Users/runner/work/_temp/node-v27.0.0-nightly2026-09-16e1da587338-slim/test/common/assertSnapshot.js:173:12) at async spawnAndAssert (/Users/runner/work/_temp/node-v27.0.0-nightly2026-09-16e1da587338-slim/test/common/assertSnapshot.js:208:3) at async file:///Users/runner/work/_temp/node-v27.0.0-nightly2026-09-16e1da587338-slim/test/test-runner/test-output-test-runner-plan-timeout.mjs:8:1 { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'TAP version 13\n' + '# Subtest: planning with wait\n' + ' # Subtest: planning with wait and passing\n' + ' ok 1 - planning with wait and passing\n' + ' ---\n' + ' duration_ms: *\n' + " type: 'test'\n" + ' ...\n' + ' # Subtest: planning with wait and failing\n' + ' not ok 2 - planning with wait and failing\n' + ' ---\n' + ' duration_ms: *\n' + " type: 'test'\n" + " location: '<project-root>/test/fixtures/test-runner/output/test-runner-plan-timeout.js:17:3'\n" + " failureType: 'uncaughtException'\n" + ` error: "Missing internal module 'internal/deps/amaro/dist/nodejs'"\n` + " code: 'ERR_TEST_FAILURE'\n" + " name: 'TypeError'\n" + ' stack: |-\n' + ' <node-internal-frames>\n' + ' Timeout._onTimeout (<project-root>/test/fixtures/test-runner/output/test-runner-plan-timeout.js:22:18)\n' + ' <node-internal-frames>\n' + ' ...\n' + ' # Subtest: planning wait time expires before plan is met\n' + ' not ok 3 - planning wait time expires before plan is met\n' + ' ---\n' + ' duration_ms: *\n' + " type: 'test'\n" + " location: '<project-root>/test/fixtures/test-runner/output/test-runner-plan-timeout.js:29:3'\n" +
aarch64-darwin: with shared libraries / build: test/parallel/test-runner-assert.js#L19
--- stdout --- Test failure: 't.assert.ok correctly parses the stacktrace' Location: test/parallel/test-runner-assert.js:18:1 AssertionError [ERR_ASSERTION]: The input did not match the regular expression /t\.assert\.ok\(1 === 2\)/. Input: "TypeError: Missing internal module 'internal/deps/amaro/dist/nodejs'" at assert.<computed> [as throws] (node:internal/test_runner/test:347:18) at TestContext.<anonymous> (/Users/runner/work/_temp/node-v27.0.0-nightly2026-09-16e1da587338-slim/test/parallel/test-runner-assert.js:19:12) at Test.runInAsyncScope (node:async_hooks:227:14) at Test.run (node:internal/test_runner/test:1402:25) at Test.processPendingSubtests (node:internal/test_runner/test:974:18) at Test.postRun (node:internal/test_runner/test:1542:19) at Test.run (node:internal/test_runner/test:1467:12) at async startSubtestAfterBootstrap (node:internal/test_runner/harness:387:3) { generatedMessage: true, code: 'ERR_ASSERTION', actual: TypeError: Missing internal module 'internal/deps/amaro/dist/nodejs' at requireBuiltin (node:internal/bootstrap/realm:453:19) at getFirstExpression (node:internal/errors/error_source:70:34) at getErrorSourceExpression (node:internal/errors/error_source:89:10) at getErrMessage (node:internal/assert/utils:91:16) at innerOk (node:internal/assert/utils:164:22) at Object.ok (node:internal/test_runner/test:358:11) at /Users/runner/work/_temp/node-v27.0.0-nightly2026-09-16e1da587338-slim/test/parallel/test-runner-assert.js:19:34 at getActual (node:assert:580:5) at TestContext.throws (node:assert:728:24) at assert.<computed> [as throws] (node:internal/test_runner/test:347:18), expected: /t\.assert\.ok\(1 === 2\)/, operator: 'throws', 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-09-16e1da587338-slim/test/parallel/test-runner-assert.js
aarch64-darwin: with shared libraries / build: test/parallel/test-node-output-sourcemaps.mjs#L32
--- stdout --- Test failure: 'source-map/output/source_map_assert_no_source_map.mjs' Location: test/parallel/test-node-output-sourcemaps.mjs:31:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'node:internal/bootstrap/realm:<line>\n' + + " if (!mod) throw new TypeError(`Missing internal module '${id}'`);\n" + + ' ^\n' + - 'node:internal/modules/run_main:<line>\n' + - ' triggerUncaughtException(\n' + - ' ^\n' + '\n' + + "TypeError: Missing internal module 'internal/deps/amaro/dist/nodejs'\n" + + ' at <node-internal-frames>\n' + - 'AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:\n' + - '\n' + - ' assert(false)\n' + - '\n' + ' at file://<project-root>/test/fixtures/source-map/output/source_map_assert_no_source_map.mjs:9:1\n' + ' at <node-internal-frames>\n' + - ' at <node-internal-frames> {\n' + - ' generatedMessage: true,\n' + - " code: 'ERR_ASSERTION',\n" + - ' actual: false,\n' + - ' expected: true,\n' + - " operator: '==',\n" + - " diff: 'simple'\n" + - '}\n' + '\n' + 'Node.js <node-version>\n' at assertSnapshot (/Users/runner/work/_temp/node-v27.0.0-nightly2026-09-16e1da587338-slim/test/common/assertSnapshot.js:173:12) at async Module.spawnAndAssert (/Users/runner/work/_temp/node-v27.0.0-nightly2026-09-16e1da587338-slim/test/common/assertSnapshot.js:208:3) at async TestContext.<anonymous> (file:///Users/runner/work/_temp/node-v27.0.0-nightly2026-09-16e1da587338-slim/test/parallel/test-node-output-sourcemaps.mjs:32:7) at async Test.run (node:internal/test_runner/test:1409:7) at async Promise.all (index 0) at async Suite.run (node:internal/test_runner/test:1905:7) at async startSubtestAfterBootstrap (node:internal/test_runner/harness:387:3) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'node:internal/bootstrap/realm:<line>\n' + " if (!mod) throw new TypeError(`Missing internal module '${id}'`);\n" + ' ^\n' + '\n' + "TypeError: Missing internal module 'internal/deps/amaro/dist/nodejs'\n" + ' at <node-internal-frames>\n' + ' at file://<project-root>/test/fixtures/source-map/output/source_map_assert_no_source_map.mjs:9:1\n' + ' at <node-internal-frames>\n' + '\n' + 'Node.js <node-version>\n' + '...', expected: 'node:internal/modules/run_main:<line>\n' + ' triggerUncaughtException(\n' + ' ^\n' + '\n' + 'AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:\n' + '\n' + ' assert(false)\n' + '\n' + ' at file://<project-root>/test/fixtures/source-map/output/source_map_assert_no_source_map.mjs:9:1\n' + ' at <node-internal-frames>\n' + '...', operator: 'strictEqual', diff: 'simple' } Test failure: 'source-map/output/source_map_assert_ok_no_source_map.cjs' Location: test/parallel/test-node-output-sourcemaps.mjs:31:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'node:internal/bootstrap/realm:<line>\n' + + " if (!mod) throw new TypeError(`Missing internal module '${id}'`);\n" + + ' ^\n' + - 'node:internal/assert/utils:<line>\n' + - ' throw error;\n' + - ' ^\n' + '\n' + + "TypeError: Missing internal module 'internal/deps/amaro/dist/nodejs'\n" + + ' at <node-internal-frames>\n' + - 'AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:\n' + - '\n' + - ' assert.ok(false)\n' + - '\n' + ' at Object.<anonymous> (<project-root>/test/fixtures/source-map/output/source_map_assert_ok_no_source_map.cjs:10:8)\n' + ' at <node-internal-frames>\n' + - ' at <node-internal-frames> {\n' + - ' generatedMessage: true,\n' + - " code: 'ERR_ASSERTION',\n" + - ' actual: false,\n' + - ' expected: true,\n' + - " operator: '==',\n" + - " diff: 'simple'\n" + - '}\n' + '\n' + 'Node.js <node-version>\n' at assertSnapshot (/Users/runner/work/_te
aarch64-darwin: with shared libraries / build: test/parallel/test-assert-first-line.js#L11
--- stdout --- Test failure: 'Verify that asserting in the very first line produces the expected result' Location: test/parallel/test-assert-first-line.js:10:1 AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected Comparison { + message: "Missing internal module 'internal/deps/amaro/dist/nodejs'", + name: 'TypeError' - message: "The expression evaluated to a falsy value:\n\n ässört.ok('')\n", - name: 'AssertionError' } at TestContext.<anonymous> (/Users/runner/work/_temp/node-v27.0.0-nightly2026-09-16e1da587338-slim/test/parallel/test-assert-first-line.js:11:10) at Test.runInAsyncScope (node:async_hooks:227:14) at Test.run (node:internal/test_runner/test:1402:25) at Test.start (node:internal/test_runner/test:1262:17) at startSubtestAfterBootstrap (node:internal/test_runner/harness:387:17) { generatedMessage: true, code: 'ERR_ASSERTION', actual: TypeError: Missing internal module 'internal/deps/amaro/dist/nodejs' at requireBuiltin (node:internal/bootstrap/realm:453:19) at getFirstExpression (node:internal/errors/error_source:70:34) at getErrorSourceExpression (node:internal/errors/error_source:89:10) at getErrMessage (node:internal/assert/utils:91:16) at innerOk (node:internal/assert/utils:164:22) at assert.ok (node:assert:197:3) at Object.<anonymous> (/Users/runner/work/_temp/node-v27.0.0-nightly2026-09-16e1da587338-slim/test/fixtures/assert-first-line.js:1:70) 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), expected: [Object], operator: 'throws', 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-09-16e1da587338-slim/test/parallel/test-assert-first-line.js
aarch64-darwin: with shared libraries / build: test/parallel/test-assert.js#L48
--- stdout --- Test failure: 'some basics' Location: test/parallel/test-assert.js:44:1 AssertionError [ERR_ASSERTION]: ok(false) at TestContext.<anonymous> (/Users/runner/work/_temp/node-v27.0.0-nightly2026-09-16e1da587338-slim/test/parallel/test-assert.js:48:10) at Test.runInAsyncScope (node:async_hooks:227:14) at Test.run (node:internal/test_runner/test:1402:25) at Test.start (node:internal/test_runner/test:1262:17) at startSubtestAfterBootstrap (node:internal/test_runner/harness:387:17) { generatedMessage: false, code: 'ERR_ASSERTION', actual: TypeError: Missing internal module 'internal/deps/amaro/dist/nodejs' at requireBuiltin (node:internal/bootstrap/realm:453:19) at getFirstExpression (node:internal/errors/error_source:70:34) at getErrorSourceExpression (node:internal/errors/error_source:89:10) at getErrMessage (node:internal/assert/utils:91:16) at innerOk (node:internal/assert/utils:164:22) at assert (node:assert:186:3) at /Users/runner/work/_temp/node-v27.0.0-nightly2026-09-16e1da587338-slim/test/parallel/test-assert.js:48:23 at getActual (node:assert:580:5) at assert.throws (node:assert:728:24) at TestContext.<anonymous> (/Users/runner/work/_temp/node-v27.0.0-nightly2026-09-16e1da587338-slim/test/parallel/test-assert.js:48:10), expected: [class AssertionError extends Error], operator: 'throws', diff: 'simple' } Test failure: 'Test strict assert' Location: test/parallel/test-assert.js:584:1 [AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected Comparison { + constructor: [Function: TypeError], + message: "Missing internal module 'internal/deps/amaro/dist/nodejs'" - code: 'ERR_ASSERTION', - constructor: [class AssertionError extends Error], - message: 'The expression evaluated to a falsy value:\n\n strict.ok(\n' } ] { generatedMessage: true, code: 'ERR_ASSERTION', actual: [TypeError: Missing internal module 'internal/deps/amaro/dist/nodejs'], expected: [Object], operator: 'throws', diff: 'simple' } Test failure: 'Additional asserts' Location: test/parallel/test-assert.js:828:1 [AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected Comparison { + constructor: [Function: TypeError], + message: "Missing internal module 'internal/deps/amaro/dist/nodejs'" - code: 'ERR_ASSERTION', - constructor: [class AssertionError extends Error], - generatedMessage: true, - message: 'The expression evaluated to a falsy value:\n\n assert.ok(null)\n' } ] { generatedMessage: true, code: 'ERR_ASSERTION', actual: [TypeError: Missing internal module 'internal/deps/amaro/dist/nodejs'], expected: [Object], operator: 'throws', diff: 'simple' } Test failure: 'Throws accepts objects' Location: test/parallel/test-assert.js:1062:1 [AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected Comparison { + message: "Missing internal module 'internal/deps/amaro/dist/nodejs'" - message: 'The expression evaluated to a falsy value:\n' + - '\n' + - " assert.ok((() => Boolean('\\u0001' === false))())\n" } ] { generatedMessage: true, code: 'ERR_ASSERTION', actual: [TypeError: Missing internal module 'internal/deps/amaro/dist/nodejs'], expected: [Object], operator: 'throws', 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-09-16e1da587338-slim/test/parallel/test-assert.js
x86_64-darwin: with shared libraries / build
Process completed with exit code 2.
x86_64-darwin: with shared libraries / build: test/test-runner/test-output-test-runner-plan-timeout.mjs#L0
--- stderr --- node:internal/modules/run_main:107 triggerUncaughtException( ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected ... Skipped lines 'TAP version 13\n' + '# Subtest: planning with wait\n' + ' # Subtest: planning with wait and passing\n' + ' ok 1 - planning with wait and passing\n' + ' ---\n' + ... " failureType: 'uncaughtException'\n" + + ` error: "Missing internal module 'internal/deps/amaro/dist/nodejs'"\n` + + " code: 'ERR_TEST_FAILURE'\n" + + " name: 'TypeError'\n" + - ' error: |-\n' + - ' The expression evaluated to a falsy value:\n' + - '\n' + - ' t.assert.ok(false)\n' + - '\n' + - " code: 'ERR_ASSERTION'\n" + - " name: 'AssertionError'\n" + - ' expected: true\n' + - ' actual: false\n' + - " operator: '=='\n" + ' stack: |-\n' + + ' <node-internal-frames>\n' + ' Timeout._onTimeout (<project-root>/test/fixtures/test-runner/output/test-runner-plan-timeout.js:22:18)\n' + ' <node-internal-frames>\n' + ' ...\n' + ' # Subtest: planning wait time expires before plan is met\n' + ' not ok 3 - planning wait time expires before plan is met\n' + ... " failureType: 'uncaughtException'\n" + + ` error: "Missing internal module 'internal/deps/amaro/dist/nodejs'"\n` + + " code: 'ERR_TEST_FAILURE'\n" + + " name: 'TypeError'\n" + - ' error: |-\n' + - ' The expression evaluated to a falsy value:\n' + - '\n' + - ' t.assert.ok(false)\n' + - '\n' + - " code: 'ERR_ASSERTION'\n" + - " name: 'AssertionError'\n" + - ' expected: true\n' + - ' actual: false\n' + - " operator: '=='\n" + ' stack: |-\n' + + ' <node-internal-frames>\n' + ' Timeout._onTimeout (<project-root>/test/fixtures/test-runner/output/test-runner-plan-timeout.js:58:18)\n' + ' <node-internal-frames>\n' + ' ...\n' + ' # Subtest: planning with wait "options.wait : false" should not wait\n' + ' not ok 6 - planning with wait "options.wait : false" should not wait\n' + at assertSnapshot (/Users/runner/work/_temp/node-v27.0.0-nightly2026-09-16e1da587338-slim/test/common/assertSnapshot.js:173:12) at async spawnAndAssert (/Users/runner/work/_temp/node-v27.0.0-nightly2026-09-16e1da587338-slim/test/common/assertSnapshot.js:208:3) at async file:///Users/runner/work/_temp/node-v27.0.0-nightly2026-09-16e1da587338-slim/test/test-runner/test-output-test-runner-plan-timeout.mjs:8:1 { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'TAP version 13\n' + '# Subtest: planning with wait\n' + ' # Subtest: planning with wait and passing\n' + ' ok 1 - planning with wait and passing\n' + ' ---\n' + ' duration_ms: *\n' + " type: 'test'\n" + ' ...\n' + ' # Subtest: planning with wait and failing\n' + ' not ok 2 - planning with wait and failing\n' + ' ---\n' + ' duration_ms: *\n' + " type: 'test'\n" + " location: '<project-root>/test/fixtures/test-runner/output/test-runner-plan-timeout.js:17:3'\n" + " failureType: 'uncaughtException'\n" + ` error: "Missing internal module 'internal/deps/amaro/dist/nodejs'"\n` + " code: 'ERR_TEST_FAILURE'\n" + " name: 'TypeError'\n" + ' stack: |-\n' + ' <node-internal-frames>\n' + ' Timeout._onTimeout (<project-root>/test/fixtures/test-runner/output/test-runner-plan-timeout.js:22:18)\n' + ' <node-internal-frames>\n' + ' ...\n' + ' # Subtest: planning wait time expires before plan is met\n' + ' not ok 3 - planning wait time expires before plan is met\n' + ' ---\n' + ' duration_ms: *\n' + " type: 'test'\n" + " location: '<project-root>/test/fixtures/test-runner/output/test-runner-plan-timeout.js:29:3'\n" +
x86_64-darwin: with shared libraries / build: test/parallel/test-runner-assert.js#L19
--- stdout --- Test failure: 't.assert.ok correctly parses the stacktrace' Location: test/parallel/test-runner-assert.js:18:1 AssertionError [ERR_ASSERTION]: The input did not match the regular expression /t\.assert\.ok\(1 === 2\)/. Input: "TypeError: Missing internal module 'internal/deps/amaro/dist/nodejs'" at assert.<computed> [as throws] (node:internal/test_runner/test:347:18) at TestContext.<anonymous> (/Users/runner/work/_temp/node-v27.0.0-nightly2026-09-16e1da587338-slim/test/parallel/test-runner-assert.js:19:12) at Test.runInAsyncScope (node:async_hooks:227:14) at Test.run (node:internal/test_runner/test:1402:25) at Test.processPendingSubtests (node:internal/test_runner/test:974:18) at Test.postRun (node:internal/test_runner/test:1542:19) at Test.run (node:internal/test_runner/test:1467:12) at async startSubtestAfterBootstrap (node:internal/test_runner/harness:387:3) { generatedMessage: true, code: 'ERR_ASSERTION', actual: TypeError: Missing internal module 'internal/deps/amaro/dist/nodejs' at requireBuiltin (node:internal/bootstrap/realm:453:19) at getFirstExpression (node:internal/errors/error_source:70:34) at getErrorSourceExpression (node:internal/errors/error_source:89:10) at getErrMessage (node:internal/assert/utils:91:16) at innerOk (node:internal/assert/utils:164:22) at Object.ok (node:internal/test_runner/test:358:11) at /Users/runner/work/_temp/node-v27.0.0-nightly2026-09-16e1da587338-slim/test/parallel/test-runner-assert.js:19:34 at getActual (node:assert:580:5) at TestContext.throws (node:assert:728:24) at assert.<computed> [as throws] (node:internal/test_runner/test:347:18), expected: /t\.assert\.ok\(1 === 2\)/, operator: 'throws', 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-09-16e1da587338-slim/test/parallel/test-runner-assert.js
x86_64-darwin: with shared libraries / build: test/parallel/test-node-output-sourcemaps.mjs#L32
--- stdout --- Test failure: 'source-map/output/source_map_assert_no_source_map.mjs' Location: test/parallel/test-node-output-sourcemaps.mjs:31:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'node:internal/bootstrap/realm:<line>\n' + + " if (!mod) throw new TypeError(`Missing internal module '${id}'`);\n" + + ' ^\n' + - 'node:internal/modules/run_main:<line>\n' + - ' triggerUncaughtException(\n' + - ' ^\n' + '\n' + + "TypeError: Missing internal module 'internal/deps/amaro/dist/nodejs'\n" + + ' at <node-internal-frames>\n' + - 'AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:\n' + - '\n' + - ' assert(false)\n' + - '\n' + ' at file://<project-root>/test/fixtures/source-map/output/source_map_assert_no_source_map.mjs:9:1\n' + ' at <node-internal-frames>\n' + - ' at <node-internal-frames> {\n' + - ' generatedMessage: true,\n' + - " code: 'ERR_ASSERTION',\n" + - ' actual: false,\n' + - ' expected: true,\n' + - " operator: '==',\n" + - " diff: 'simple'\n" + - '}\n' + '\n' + 'Node.js <node-version>\n' at assertSnapshot (/Users/runner/work/_temp/node-v27.0.0-nightly2026-09-16e1da587338-slim/test/common/assertSnapshot.js:173:12) at async Module.spawnAndAssert (/Users/runner/work/_temp/node-v27.0.0-nightly2026-09-16e1da587338-slim/test/common/assertSnapshot.js:208:3) at async TestContext.<anonymous> (file:///Users/runner/work/_temp/node-v27.0.0-nightly2026-09-16e1da587338-slim/test/parallel/test-node-output-sourcemaps.mjs:32:7) at async Test.run (node:internal/test_runner/test:1409:7) at async Promise.all (index 0) at async Suite.run (node:internal/test_runner/test:1905:7) at async startSubtestAfterBootstrap (node:internal/test_runner/harness:387:3) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'node:internal/bootstrap/realm:<line>\n' + " if (!mod) throw new TypeError(`Missing internal module '${id}'`);\n" + ' ^\n' + '\n' + "TypeError: Missing internal module 'internal/deps/amaro/dist/nodejs'\n" + ' at <node-internal-frames>\n' + ' at file://<project-root>/test/fixtures/source-map/output/source_map_assert_no_source_map.mjs:9:1\n' + ' at <node-internal-frames>\n' + '\n' + 'Node.js <node-version>\n' + '...', expected: 'node:internal/modules/run_main:<line>\n' + ' triggerUncaughtException(\n' + ' ^\n' + '\n' + 'AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:\n' + '\n' + ' assert(false)\n' + '\n' + ' at file://<project-root>/test/fixtures/source-map/output/source_map_assert_no_source_map.mjs:9:1\n' + ' at <node-internal-frames>\n' + '...', operator: 'strictEqual', diff: 'simple' } Test failure: 'source-map/output/source_map_assert_ok_no_source_map.cjs' Location: test/parallel/test-node-output-sourcemaps.mjs:31:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'node:internal/bootstrap/realm:<line>\n' + + " if (!mod) throw new TypeError(`Missing internal module '${id}'`);\n" + + ' ^\n' + - 'node:internal/assert/utils:<line>\n' + - ' throw error;\n' + - ' ^\n' + '\n' + + "TypeError: Missing internal module 'internal/deps/amaro/dist/nodejs'\n" + + ' at <node-internal-frames>\n' + - 'AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:\n' + - '\n' + - ' assert.ok(false)\n' + - '\n' + ' at Object.<anonymous> (<project-root>/test/fixtures/source-map/output/source_map_assert_ok_no_source_map.cjs:10:8)\n' + ' at <node-internal-frames>\n' + - ' at <node-internal-frames> {\n' + - ' generatedMessage: true,\n' + - " code: 'ERR_ASSERTION',\n" + - ' actual: false,\n' + - ' expected: true,\n' + - " operator: '==',\n" + - " diff: 'simple'\n" + - '}\n' + '\n' + 'Node.js <node-version>\n' at assertSnapshot (/Users/runner/work/_te
x86_64-darwin: with shared libraries / build: test/parallel/test-assert-first-line.js#L11
--- stdout --- Test failure: 'Verify that asserting in the very first line produces the expected result' Location: test/parallel/test-assert-first-line.js:10:1 AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected Comparison { + message: "Missing internal module 'internal/deps/amaro/dist/nodejs'", + name: 'TypeError' - message: "The expression evaluated to a falsy value:\n\n ässört.ok('')\n", - name: 'AssertionError' } at TestContext.<anonymous> (/Users/runner/work/_temp/node-v27.0.0-nightly2026-09-16e1da587338-slim/test/parallel/test-assert-first-line.js:11:10) at Test.runInAsyncScope (node:async_hooks:227:14) at Test.run (node:internal/test_runner/test:1402:25) at Test.start (node:internal/test_runner/test:1262:17) at startSubtestAfterBootstrap (node:internal/test_runner/harness:387:17) { generatedMessage: true, code: 'ERR_ASSERTION', actual: TypeError: Missing internal module 'internal/deps/amaro/dist/nodejs' at requireBuiltin (node:internal/bootstrap/realm:453:19) at getFirstExpression (node:internal/errors/error_source:70:34) at getErrorSourceExpression (node:internal/errors/error_source:89:10) at getErrMessage (node:internal/assert/utils:91:16) at innerOk (node:internal/assert/utils:164:22) at assert.ok (node:assert:197:3) at Object.<anonymous> (/Users/runner/work/_temp/node-v27.0.0-nightly2026-09-16e1da587338-slim/test/fixtures/assert-first-line.js:1:70) 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), expected: [Object], operator: 'throws', 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-09-16e1da587338-slim/test/parallel/test-assert-first-line.js
x86_64-darwin: with shared libraries / build: test/parallel/test-assert.js#L48
--- stdout --- Test failure: 'some basics' Location: test/parallel/test-assert.js:44:1 AssertionError [ERR_ASSERTION]: ok(false) at TestContext.<anonymous> (/Users/runner/work/_temp/node-v27.0.0-nightly2026-09-16e1da587338-slim/test/parallel/test-assert.js:48:10) at Test.runInAsyncScope (node:async_hooks:227:14) at Test.run (node:internal/test_runner/test:1402:25) at Test.start (node:internal/test_runner/test:1262:17) at startSubtestAfterBootstrap (node:internal/test_runner/harness:387:17) { generatedMessage: false, code: 'ERR_ASSERTION', actual: TypeError: Missing internal module 'internal/deps/amaro/dist/nodejs' at requireBuiltin (node:internal/bootstrap/realm:453:19) at getFirstExpression (node:internal/errors/error_source:70:34) at getErrorSourceExpression (node:internal/errors/error_source:89:10) at getErrMessage (node:internal/assert/utils:91:16) at innerOk (node:internal/assert/utils:164:22) at assert (node:assert:186:3) at /Users/runner/work/_temp/node-v27.0.0-nightly2026-09-16e1da587338-slim/test/parallel/test-assert.js:48:23 at getActual (node:assert:580:5) at assert.throws (node:assert:728:24) at TestContext.<anonymous> (/Users/runner/work/_temp/node-v27.0.0-nightly2026-09-16e1da587338-slim/test/parallel/test-assert.js:48:10), expected: [class AssertionError extends Error], operator: 'throws', diff: 'simple' } Test failure: 'Test strict assert' Location: test/parallel/test-assert.js:584:1 [AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected Comparison { + constructor: [Function: TypeError], + message: "Missing internal module 'internal/deps/amaro/dist/nodejs'" - code: 'ERR_ASSERTION', - constructor: [class AssertionError extends Error], - message: 'The expression evaluated to a falsy value:\n\n strict.ok(\n' } ] { generatedMessage: true, code: 'ERR_ASSERTION', actual: [TypeError: Missing internal module 'internal/deps/amaro/dist/nodejs'], expected: [Object], operator: 'throws', diff: 'simple' } Test failure: 'Additional asserts' Location: test/parallel/test-assert.js:828:1 [AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected Comparison { + constructor: [Function: TypeError], + message: "Missing internal module 'internal/deps/amaro/dist/nodejs'" - code: 'ERR_ASSERTION', - constructor: [class AssertionError extends Error], - generatedMessage: true, - message: 'The expression evaluated to a falsy value:\n\n assert.ok(null)\n' } ] { generatedMessage: true, code: 'ERR_ASSERTION', actual: [TypeError: Missing internal module 'internal/deps/amaro/dist/nodejs'], expected: [Object], operator: 'throws', diff: 'simple' } Test failure: 'Throws accepts objects' Location: test/parallel/test-assert.js:1062:1 [AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected Comparison { + message: "Missing internal module 'internal/deps/amaro/dist/nodejs'" - message: 'The expression evaluated to a falsy value:\n' + - '\n' + - " assert.ok((() => Boolean('\\u0001' === false))())\n" } ] { generatedMessage: true, code: 'ERR_ASSERTION', actual: [TypeError: Missing internal module 'internal/deps/amaro/dist/nodejs'], expected: [Object], operator: 'throws', 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-09-16e1da587338-slim/test/parallel/test-assert.js

Artifacts

Produced during runtime
Name Size Digest
libv8-aarch64-linux.nar
31.1 MB
sha256:a2a9f174f5d0eed71f787f34f35f52f3d1291fab40eb801d15737e8c0711bf87
node-v27.0.0-nightly2026-09-16e1da587338-slim.tar.gz
43.1 MB
sha256:23bea5d868a6f82fdbc38997e35b225177758d0a6f04a4a63e9f2098fadbada1