Skip to content

test_runner: capture process state in entry point instead of runner #92323

test_runner: capture process state in entry point instead of runner

test_runner: capture process state in entry point instead of runner #92323

Status Failure
Total duration 1h 58m 17s
Artifacts

test-linux.yml

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

Annotations

20 errors and 2 notices
test-linux (ubuntu-24.04): test/parallel/test-runner-tags-experimental-warning.mjs#L57
--- stderr --- (node:186745) ExperimentalWarning: Test tags is an experimental feature and might change at any time (Use `node --trace-warnings ...` to show where the warning was created) --- stdout --- Test failure: '--experimental-test-tag-filter fires the warning' Location: test/parallel/test-runner-tags-experimental-warning.mjs:49:1 AssertionError [ERR_ASSERTION]: node:internal/test_runner/runner:960 throw new ERR_INVALID_ARG_VALUE('options.env', env, 'is not supported with isolation=\'none\''); ^ TypeError [ERR_INVALID_ARG_VALUE]: The property 'options.env' is not supported with isolation='none'. Received { JAVA_HOME: '/usr/lib/jvm/temurin-17-jdk-amd64', GHCUP_INSTALL_BASE_PREFIX: '/usr/local', MEMORY_PRESSURE_WRITE: 'c29tZSA... at run (node:internal/test_runner/runner:960:13) at node:internal/main/test_runner:38:1 { code: 'ERR_INVALID_ARG_VALUE' } Node.js v27.0.0-pre 0 !== 1 at TestContext.<anonymous> (file:///home/runner/work/node/node/node/test/parallel/test-runner-tags-experimental-warning.mjs:57:10) 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: false, code: 'ERR_ASSERTION', actual: 0, expected: 1, operator: 'strictEqual', diff: 'simple' } Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/node/node/node/test/parallel/test-runner-tags-experimental-warning.mjs
test-linux (ubuntu-24.04): test/parallel/test-runner-tag-filter-cli.mjs#L111
--- stdout --- Test failure: 'isolation=none produces identical filtered set' Location: test/parallel/test-runner-tag-filter-cli.mjs:107:1 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 1 !== 0 at TestContext.<anonymous> (file:///home/runner/work/node/node/node/test/parallel/test-runner-tag-filter-cli.mjs:111:10) 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 Test.processPendingSubtests (node:internal/test_runner/test:974:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 1, expected: 0, operator: 'strictEqual', diff: 'simple' } Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/node/node/node/test/parallel/test-runner-tag-filter-cli.mjs
test-linux (ubuntu-24.04): test/parallel/test-runner-snapshot-tests.js#L390
--- stdout --- Test failure: 'fails prior to snapshot generation' Location: test/parallel/test-runner-snapshot-tests.js:375:11 AssertionError [ERR_ASSERTION]: The input did not match the regular expression /tests 6/. Input: '' at assert.<computed> [as match] (node:internal/test_runner/test:347:18) at TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-runner-snapshot-tests.js:390:14) at process.processTicksAndRejections (node:internal/process/task_queues:104:5) at async Test.run (node:internal/test_runner/test:1409:7) at async TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-runner-snapshot-tests.js:375:3) at async Test.run (node:internal/test_runner/test:1409:7) at async Test.processPendingSubtests (node:internal/test_runner/test:974:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: '', expected: /tests 6/, operator: 'match', diff: 'simple' } Test failure: 'passes when regenerating snapshots' Location: test/parallel/test-runner-snapshot-tests.js:396:11 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 1 !== 0 at assert.<computed> [as strictEqual] (node:internal/test_runner/test:347:18) at TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-runner-snapshot-tests.js:410:14) at process.processTicksAndRejections (node:internal/process/task_queues:104:5) at async Test.run (node:internal/test_runner/test:1409:7) at async TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-runner-snapshot-tests.js:396:3) at async Test.run (node:internal/test_runner/test:1409:7) at async Test.processPendingSubtests (node:internal/test_runner/test:974:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 1, expected: 0, operator: 'strictEqual', diff: 'simple' } Test failure: 'passes when snapshots exist' Location: test/parallel/test-runner-snapshot-tests.js:417:11 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 1 !== 0 at assert.<computed> [as strictEqual] (node:internal/test_runner/test:347:18) at TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-runner-snapshot-tests.js:430:14) at process.processTicksAndRejections (node:internal/process/task_queues:104:5) at async Test.run (node:internal/test_runner/test:1409:7) at async TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-runner-snapshot-tests.js:417:3) at async Test.run (node:internal/test_runner/test:1409:7) at async Test.processPendingSubtests (node:internal/test_runner/test:974:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 1, expected: 0, operator: 'strictEqual', diff: 'simple' } Command: out/Release/node --expose-internals --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/node/node/node/test/parallel/test-runner-snapshot-tests.js
test-linux (ubuntu-24.04): test/parallel/test-runner-no-isolation-filtering.js#L25
--- stdout --- Test failure: 'works with --test-only' Location: test/parallel/test-runner-no-isolation-filtering.js:13:1 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 1 !== 0 at TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-runner-no-isolation-filtering.js:25: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: 1, expected: 0, operator: 'strictEqual', diff: 'simple' } Test failure: 'works without --test-only' Location: test/parallel/test-runner-no-isolation-filtering.js:36:1 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 1 !== 0 at TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-runner-no-isolation-filtering.js:47:10) 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: 1, expected: 0, operator: 'strictEqual', diff: 'simple' } Test failure: 'works with --test-name-pattern' Location: test/parallel/test-runner-no-isolation-filtering.js:58:1 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 1 !== 0 at TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-runner-no-isolation-filtering.js:70:10) 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 Test.processPendingSubtests (node:internal/test_runner/test:974:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 1, expected: 0, operator: 'strictEqual', diff: 'simple' } Test failure: 'filtered suites with an async build do not leave cancelled tests' Location: test/parallel/test-runner-no-isolation-filtering.js:76:1 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 1 !== 0 at TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-runner-no-isolation-filtering.js:87:10) 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 Test.processPendingSubtests (node:internal/test_runner/test:974:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 1, expected: 0, operator: 'strictEqual', diff: 'simple' } Test failure: 'works with --test-skip-pattern' Location: test/parallel/test-runner-no-isolation-filtering.js:97:1 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 1 !== 0 at TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-runner-no-isolation-filtering.js:109:10) 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 Test.processPendingSubtests (node:internal/test_runner/test:974:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 1, expected: 0, operator: 'strictEqual', diff: 'simple' } Command: out/Release/node --test-reporter=./t
test-linux (ubuntu-24.04): test/parallel/test-runner-no-isolation-hooks.mjs#L57
--- stdout --- Test failure: 'use --import (CJS) to define global hooks' Location: test/parallel/test-runner-no-isolation-hooks.mjs:48:1 AssertionError [ERR_ASSERTION]: '' == 'before(): global\n' + 'before one: <root>\n' + 'suite one\n' + 'before two: <root>\n' + 'suite two\n' + 'beforeEach(): global\n' + 'beforeEach one: suite one - test\n' + 'beforeEach two: suite one - test\n' + 'suite one - test\n' + 'afterEach(): global\n' + 'afterEach one: suite one - test\n' + 'afterEach two: suite one - test\n' + 'before suite two: suite two\n' + 'beforeEach(): global\n' + 'beforeEach one: suite two - test\n' + 'beforeEach two: suite two - test\n' + 'su... at assert.<computed> [as equal] (node:internal/test_runner/test:347:18) at TestContext.<anonymous> (file:///home/runner/work/node/node/node/test/parallel/test-runner-no-isolation-hooks.mjs:57:12) at process.processTicksAndRejections (node:internal/process/task_queues:104:5) at async Test.run (node:internal/test_runner/test:1409:7) at async startSubtestAfterBootstrap (node:internal/test_runner/harness:387:3) { generatedMessage: true, code: 'ERR_ASSERTION', actual: '', expected: 'before(): global\n' + 'before one: <root>\n' + 'suite one\n' + 'before two: <root>\n' + 'suite two\n' + 'beforeEach(): global\n' + 'beforeEach one: suite one - test\n' + 'beforeEach two: suite one - test\n' + 'suite one - test\n' + 'afterEach(): global\n' + '...', operator: '==', diff: 'simple' } Test failure: 'use --import (ESM) to define global hooks' Location: test/parallel/test-runner-no-isolation-hooks.mjs:60:1 AssertionError [ERR_ASSERTION]: '' == 'before(): global\n' + 'before one: <root>\n' + 'suite one\n' + 'before two: <root>\n' + 'suite two\n' + 'beforeEach(): global\n' + 'beforeEach one: suite one - test\n' + 'beforeEach two: suite one - test\n' + 'suite one - test\n' + 'afterEach(): global\n' + 'afterEach one: suite one - test\n' + 'afterEach two: suite one - test\n' + 'before suite two: suite two\n' + 'beforeEach(): global\n' + 'beforeEach one: suite two - test\n' + 'beforeEach two: suite two - test\n' + 'su... at assert.<computed> [as equal] (node:internal/test_runner/test:347:18) at TestContext.<anonymous> (file:///home/runner/work/node/node/node/test/parallel/test-runner-no-isolation-hooks.mjs:69:12) at process.processTicksAndRejections (node:internal/process/task_queues:104:5) at async Test.run (node:internal/test_runner/test:1409:7) at async Test.processPendingSubtests (node:internal/test_runner/test:974:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: '', expected: 'before(): global\n' + 'before one: <root>\n' + 'suite one\n' + 'before two: <root>\n' + 'suite two\n' + 'beforeEach(): global\n' + 'beforeEach one: suite one - test\n' + 'beforeEach two: suite one - test\n' + 'suite one - test\n' + 'afterEach(): global\n' + '...', operator: '==', diff: 'simple' } Test failure: 'use --require to define global hooks' Location: test/parallel/test-runner-no-isolation-hooks.mjs:72:1 AssertionError [ERR_ASSERTION]: '' == 'before(): global\n' + 'before one: <root>\n' + 'suite one\n' + 'before two: <root>\n' + 'suite two\n' + 'beforeEach(): global\n' + 'beforeEach one: suite one - test\n' + 'beforeEach two: suite one - test\n' + 'suite one - test\n' + 'afterEach(): global\n' + 'afterEach one: suite one - test\n' + 'afterEach two: suite one - test\n' + 'before suite two: suite two\n' + 'beforeEach(): global\n' + 'beforeEach one: suite two - test\n' + 'beforeEach two: suite two - test\n' + 'su... at assert.<computed> [as equal] (node:internal/test_runner/test:347:18) at TestContext.<anonymous> (file:///home/runner/work/node/node/node/test/parallel/test-runner-no-isolation-hooks.mjs:81:12) at process.processTicksAndRejections (node:internal/process/task_queues:104:5) at async Test.run (node:internal/test_runner/test:1409:7) at async
test-linux (ubuntu-24.04): test/parallel/test-runner-global-setup-teardown.mjs#L112
--- stdout --- Test failure: 'should run globalSetup and globalTeardown functions' Location: test/parallel/test-runner-global-setup-teardown.mjs:98:5 AssertionError [ERR_ASSERTION]: The input did not match the regular expression /pass 2/. Input: '' at TestContext.<anonymous> (file:///home/runner/work/node/node/node/test/parallel/test-runner-global-setup-teardown.mjs:112:14) at process.processTicksAndRejections (node:internal/process/task_queues:104:5) 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: '', expected: /pass 2/, operator: 'match', diff: 'simple' } Test failure: 'should run setup-only module' Location: test/parallel/test-runner-global-setup-teardown.mjs:127:5 AssertionError [ERR_ASSERTION]: The input did not match the regular expression /Setup-only module executed/. Input: '' at TestContext.<anonymous> (file:///home/runner/work/node/node/node/test/parallel/test-runner-global-setup-teardown.mjs:140:14) at process.processTicksAndRejections (node:internal/process/task_queues:104:5) at async Test.run (node:internal/test_runner/test:1409:7) at async Suite.processPendingSubtests (node:internal/test_runner/test:974:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: '', expected: /Setup-only module executed/, operator: 'match', diff: 'simple' } Test failure: 'should run teardown-only module' Location: test/parallel/test-runner-global-setup-teardown.mjs:147:5 AssertionError [ERR_ASSERTION]: The input did not match the regular expression /pass 2/. Input: '' at TestContext.<anonymous> (file:///home/runner/work/node/node/node/test/parallel/test-runner-global-setup-teardown.mjs:164:14) at process.processTicksAndRejections (node:internal/process/task_queues:104:5) at async Test.run (node:internal/test_runner/test:1409:7) at async Suite.processPendingSubtests (node:internal/test_runner/test:974:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: '', expected: /pass 2/, operator: 'match', diff: 'simple' } Test failure: 'should run globalTeardown only after all tests are done in case of more than one test file' Location: test/parallel/test-runner-global-setup-teardown.mjs:176:5 AssertionError [ERR_ASSERTION]: The input did not match the regular expression /pass 3/. Input: '' at TestContext.<anonymous> (file:///home/runner/work/node/node/node/test/parallel/test-runner-global-setup-teardown.mjs:195:16) at process.processTicksAndRejections (node:internal/process/task_queues:104:5) at async Test.run (node:internal/test_runner/test:1409:7) at async Suite.processPendingSubtests (node:internal/test_runner/test:974:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: '', expected: /pass 3/, operator: 'match', diff: 'simple' } Test failure: 'should handle async setup and teardown' Location: test/parallel/test-runner-global-setup-teardown.mjs:211:5 AssertionError [ERR_ASSERTION]: The input did not match the regular expression /pass 2/. Input: '' at TestContext.<anonymous> (file:///home/runner/work/node/node/node/test/parallel/test-runner-global-setup-teardown.mjs:228:14) at process.processTicksAndRejections (node:internal/process/task_queues:104:5) at async Test.run (node:internal/test_runner/test:1409:7) at async Suite.processPendingSubtests (node:internal/test_runner/test:974:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: '', expected: /pass 2/, operator: 'match', diff: 'simple' } Test failure: 'should handle error in setup' Location: test/parallel/test-runner-global-setup-teardown.mjs:240:5 AssertionError [ERR_ASSERTION]: Should report the error from global setup at TestContext.<anonymous> (file:///home/runner/work/node/node/node/test/parallel/test-runner-global-setup-teardown.mjs:254:14) at process.p
test-linux (ubuntu-24.04): test/parallel/test-runner-force-exit-failure.js#L20
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'node:internal/test_runner/runner:960\n' + + " throw new ERR_INVALID_ARG_VALUE('options.env', env, 'is not supported with isolation=\\'none\\'');\n" + + ' ^\n' + + '\n' + + "TypeError [ERR_INVALID_ARG_VALUE]: The property 'options.env' is not supported with isolation='none'. Received {\n" + + " JAVA_HOME: '/usr/lib/jvm/temurin-17-jdk-amd64',\n" + + " GHCUP_INSTALL_BASE_PREFIX: '/usr/local',\n" + + " MEMORY_PRESSURE_WRITE: 'c29tZSA...\n" + + ' at run (node:internal/test_runner/runner:960:13)\n' + + ' at node:internal/main/test_runner:38:1 {\n' + + " code: 'ERR_INVALID_ARG_VALUE'\n" + + '}\n' + + '\n' + + 'Node.js v27.0.0-pre\n' - '' at Object.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-runner-force-exit-failure.js:20:10) 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: true, code: 'ERR_ASSERTION', actual: 'node:internal/test_runner/runner:960\n' + " throw new ERR_INVALID_ARG_VALUE('options.env', env, 'is not supported with isolation=\\'none\\'');\n" + ' ^\n' + '\n' + "TypeError [ERR_INVALID_ARG_VALUE]: The property 'options.env' is not supported with isolation='none'. Received {\n" + " JAVA_HOME: '/usr/lib/jvm/temurin-17-jdk-amd64',\n" + " GHCUP_INSTALL_BASE_PREFIX: '/usr/local',\n" + " MEMORY_PRESSURE_WRITE: 'c29tZSA...\n" + ' at run (node:internal/test_runner/runner:960:13)\n' + ' at node:internal/main/test_runner:38:1 {\n' + " code: 'ERR_INVALID_ARG_VALUE'\n" + '}\n' + '\n' + 'Node.js v27.0.0-pre\n', expected: '', operator: 'strictEqual', diff: 'simple' } Node.js v27.0.0-pre Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-runner-force-exit-failure.js
test-linux (ubuntu-24.04): test/parallel/test-runner-extraneous-async-activity.js#L59
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: The input did not match the regular expression /Error: Test hook "before" at .+async-error-in-test-hook\.mjs:3:1 generated asynchronous activity after the test ended/m. Input: '' at Object.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-runner-extraneous-async-activity.js:59:10) 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: true, code: 'ERR_ASSERTION', actual: '', expected: /Error: Test hook "before" at .+async-error-in-test-hook\.mjs:3:1 generated asynchronous activity after the test ended/m, operator: 'match', diff: 'simple' } Node.js v27.0.0-pre Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-runner-extraneous-async-activity.js
test-linux (ubuntu-24.04): test/parallel/test-runner-cli.js#L24
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: The input did not match the regular expression /^Could not find/. Input: 'node:internal/test_runner/runner:960\n' + " throw new ERR_INVALID_ARG_VALUE('options.env', env, 'is not supported with isolation=\\'none\\'');\n" + ' ^\n' + '\n' + "TypeError [ERR_INVALID_ARG_VALUE]: The property 'options.env' is not supported with isolation='none'. Received {\n" + " JAVA_HOME: '/usr/lib/jvm/temurin-17-jdk-amd64',\n" + " GHCUP_INSTALL_BASE_PREFIX: '/usr/local',\n" + " MEMORY_PRESSURE_WRITE: 'c29tZSA...\n" + ' at run (node:internal/test_runner/runner:960:13)\n' + ' at node:internal/main/test_runner:38:1 {\n' + " code: 'ERR_INVALID_ARG_VALUE'\n" + '}\n' + '\n' + 'Node.js v27.0.0-pre\n' at Object.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-runner-cli.js:24: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: true, code: 'ERR_ASSERTION', actual: 'node:internal/test_runner/runner:960\n' + " throw new ERR_INVALID_ARG_VALUE('options.env', env, 'is not supported with isolation=\\'none\\'');\n" + ' ^\n' + '\n' + "TypeError [ERR_INVALID_ARG_VALUE]: The property 'options.env' is not supported with isolation='none'. Received {\n" + " JAVA_HOME: '/usr/lib/jvm/temurin-17-jdk-amd64',\n" + " GHCUP_INSTALL_BASE_PREFIX: '/usr/local',\n" + " MEMORY_PRESSURE_WRITE: 'c29tZSA...\n" + ' at run (node:internal/test_runner/runner:960:13)\n' + ' at node:internal/main/test_runner:38:1 {\n' + " code: 'ERR_INVALID_ARG_VALUE'\n" + '}\n' + '\n' + 'Node.js v27.0.0-pre\n', expected: /^Could not find/, operator: 'match', diff: 'simple' } Node.js v27.0.0-pre Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-runner-cli.js
test-linux (ubuntu-24.04): test/parallel/test-config-file.js#L889
--- stdout --- Test failure: 'should automatically enable --test flag when test namespace is present' Location: test/parallel/test-config-file.js:883:3 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 1 !== 0 at TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-config-file.js:889:12) at process.processTicksAndRejections (node:internal/process/task_queues:104:5) at async Test.run (node:internal/test_runner/test:1409:7) at async Suite.processPendingSubtests (node:internal/test_runner/test:974:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 1, expected: 0, operator: 'strictEqual', diff: 'simple' } Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/node/node/node/test/parallel/test-config-file.js
test-linux (ubuntu-24.04-arm): test/parallel/test-runner-tags-experimental-warning.mjs#L57
--- stderr --- (node:195555) ExperimentalWarning: Test tags is an experimental feature and might change at any time (Use `node --trace-warnings ...` to show where the warning was created) --- stdout --- Test failure: '--experimental-test-tag-filter fires the warning' Location: test/parallel/test-runner-tags-experimental-warning.mjs:49:1 AssertionError [ERR_ASSERTION]: node:internal/test_runner/runner:960 throw new ERR_INVALID_ARG_VALUE('options.env', env, 'is not supported with isolation=\'none\''); ^ TypeError [ERR_INVALID_ARG_VALUE]: The property 'options.env' is not supported with isolation='none'. Received { JAVA_HOME: '/usr/lib/jvm/temurin-17-jdk-arm64', VCPKG_FORCE_SYSTEM_BINARIES: '1', MEMORY_PRESSURE_WRITE: 'c29tZSAyMDAwMD... at run (node:internal/test_runner/runner:960:13) at node:internal/main/test_runner:38:1 { code: 'ERR_INVALID_ARG_VALUE' } Node.js v27.0.0-pre 0 !== 1 at TestContext.<anonymous> (file:///home/runner/work/node/node/node/test/parallel/test-runner-tags-experimental-warning.mjs:57:10) 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: false, code: 'ERR_ASSERTION', actual: 0, expected: 1, operator: 'strictEqual', diff: 'simple' } Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/node/node/node/test/parallel/test-runner-tags-experimental-warning.mjs
test-linux (ubuntu-24.04-arm): test/parallel/test-runner-tag-filter-cli.mjs#L111
--- stdout --- Test failure: 'isolation=none produces identical filtered set' Location: test/parallel/test-runner-tag-filter-cli.mjs:107:1 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 1 !== 0 at TestContext.<anonymous> (file:///home/runner/work/node/node/node/test/parallel/test-runner-tag-filter-cli.mjs:111:10) 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 Test.processPendingSubtests (node:internal/test_runner/test:974:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 1, expected: 0, operator: 'strictEqual', diff: 'simple' } Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/node/node/node/test/parallel/test-runner-tag-filter-cli.mjs
test-linux (ubuntu-24.04-arm): test/parallel/test-runner-snapshot-tests.js#L390
--- stdout --- Test failure: 'fails prior to snapshot generation' Location: test/parallel/test-runner-snapshot-tests.js:375:11 AssertionError [ERR_ASSERTION]: The input did not match the regular expression /tests 6/. Input: '' at assert.<computed> [as match] (node:internal/test_runner/test:347:18) at TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-runner-snapshot-tests.js:390:14) at process.processTicksAndRejections (node:internal/process/task_queues:104:5) at async Test.run (node:internal/test_runner/test:1409:7) at async TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-runner-snapshot-tests.js:375:3) at async Test.run (node:internal/test_runner/test:1409:7) at async Test.processPendingSubtests (node:internal/test_runner/test:974:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: '', expected: /tests 6/, operator: 'match', diff: 'simple' } Test failure: 'passes when regenerating snapshots' Location: test/parallel/test-runner-snapshot-tests.js:396:11 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 1 !== 0 at assert.<computed> [as strictEqual] (node:internal/test_runner/test:347:18) at TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-runner-snapshot-tests.js:410:14) at process.processTicksAndRejections (node:internal/process/task_queues:104:5) at async Test.run (node:internal/test_runner/test:1409:7) at async TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-runner-snapshot-tests.js:396:3) at async Test.run (node:internal/test_runner/test:1409:7) at async Test.processPendingSubtests (node:internal/test_runner/test:974:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 1, expected: 0, operator: 'strictEqual', diff: 'simple' } Test failure: 'passes when snapshots exist' Location: test/parallel/test-runner-snapshot-tests.js:417:11 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 1 !== 0 at assert.<computed> [as strictEqual] (node:internal/test_runner/test:347:18) at TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-runner-snapshot-tests.js:430:14) at process.processTicksAndRejections (node:internal/process/task_queues:104:5) at async Test.run (node:internal/test_runner/test:1409:7) at async TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-runner-snapshot-tests.js:417:3) at async Test.run (node:internal/test_runner/test:1409:7) at async Test.processPendingSubtests (node:internal/test_runner/test:974:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 1, expected: 0, operator: 'strictEqual', diff: 'simple' } Command: out/Release/node --expose-internals --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/node/node/node/test/parallel/test-runner-snapshot-tests.js
test-linux (ubuntu-24.04-arm): test/parallel/test-runner-no-isolation-filtering.js#L25
--- stdout --- Test failure: 'works with --test-only' Location: test/parallel/test-runner-no-isolation-filtering.js:13:1 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 1 !== 0 at TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-runner-no-isolation-filtering.js:25: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: 1, expected: 0, operator: 'strictEqual', diff: 'simple' } Test failure: 'works without --test-only' Location: test/parallel/test-runner-no-isolation-filtering.js:36:1 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 1 !== 0 at TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-runner-no-isolation-filtering.js:47:10) 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: 1, expected: 0, operator: 'strictEqual', diff: 'simple' } Test failure: 'works with --test-name-pattern' Location: test/parallel/test-runner-no-isolation-filtering.js:58:1 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 1 !== 0 at TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-runner-no-isolation-filtering.js:70:10) 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 Test.processPendingSubtests (node:internal/test_runner/test:974:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 1, expected: 0, operator: 'strictEqual', diff: 'simple' } Test failure: 'filtered suites with an async build do not leave cancelled tests' Location: test/parallel/test-runner-no-isolation-filtering.js:76:1 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 1 !== 0 at TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-runner-no-isolation-filtering.js:87:10) 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 Test.processPendingSubtests (node:internal/test_runner/test:974:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 1, expected: 0, operator: 'strictEqual', diff: 'simple' } Test failure: 'works with --test-skip-pattern' Location: test/parallel/test-runner-no-isolation-filtering.js:97:1 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 1 !== 0 at TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-runner-no-isolation-filtering.js:109:10) 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 Test.processPendingSubtests (node:internal/test_runner/test:974:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 1, expected: 0, operator: 'strictEqual', diff: 'simple' } Command: out/Release/node --test-reporter=./t
test-linux (ubuntu-24.04-arm): test/parallel/test-runner-no-isolation-hooks.mjs#L57
--- stdout --- Test failure: 'use --import (CJS) to define global hooks' Location: test/parallel/test-runner-no-isolation-hooks.mjs:48:1 AssertionError [ERR_ASSERTION]: '' == 'before(): global\n' + 'before one: <root>\n' + 'suite one\n' + 'before two: <root>\n' + 'suite two\n' + 'beforeEach(): global\n' + 'beforeEach one: suite one - test\n' + 'beforeEach two: suite one - test\n' + 'suite one - test\n' + 'afterEach(): global\n' + 'afterEach one: suite one - test\n' + 'afterEach two: suite one - test\n' + 'before suite two: suite two\n' + 'beforeEach(): global\n' + 'beforeEach one: suite two - test\n' + 'beforeEach two: suite two - test\n' + 'su... at assert.<computed> [as equal] (node:internal/test_runner/test:347:18) at TestContext.<anonymous> (file:///home/runner/work/node/node/node/test/parallel/test-runner-no-isolation-hooks.mjs:57:12) at process.processTicksAndRejections (node:internal/process/task_queues:104:5) at async Test.run (node:internal/test_runner/test:1409:7) at async startSubtestAfterBootstrap (node:internal/test_runner/harness:387:3) { generatedMessage: true, code: 'ERR_ASSERTION', actual: '', expected: 'before(): global\n' + 'before one: <root>\n' + 'suite one\n' + 'before two: <root>\n' + 'suite two\n' + 'beforeEach(): global\n' + 'beforeEach one: suite one - test\n' + 'beforeEach two: suite one - test\n' + 'suite one - test\n' + 'afterEach(): global\n' + '...', operator: '==', diff: 'simple' } Test failure: 'use --import (ESM) to define global hooks' Location: test/parallel/test-runner-no-isolation-hooks.mjs:60:1 AssertionError [ERR_ASSERTION]: '' == 'before(): global\n' + 'before one: <root>\n' + 'suite one\n' + 'before two: <root>\n' + 'suite two\n' + 'beforeEach(): global\n' + 'beforeEach one: suite one - test\n' + 'beforeEach two: suite one - test\n' + 'suite one - test\n' + 'afterEach(): global\n' + 'afterEach one: suite one - test\n' + 'afterEach two: suite one - test\n' + 'before suite two: suite two\n' + 'beforeEach(): global\n' + 'beforeEach one: suite two - test\n' + 'beforeEach two: suite two - test\n' + 'su... at assert.<computed> [as equal] (node:internal/test_runner/test:347:18) at TestContext.<anonymous> (file:///home/runner/work/node/node/node/test/parallel/test-runner-no-isolation-hooks.mjs:69:12) at process.processTicksAndRejections (node:internal/process/task_queues:104:5) at async Test.run (node:internal/test_runner/test:1409:7) at async Test.processPendingSubtests (node:internal/test_runner/test:974:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: '', expected: 'before(): global\n' + 'before one: <root>\n' + 'suite one\n' + 'before two: <root>\n' + 'suite two\n' + 'beforeEach(): global\n' + 'beforeEach one: suite one - test\n' + 'beforeEach two: suite one - test\n' + 'suite one - test\n' + 'afterEach(): global\n' + '...', operator: '==', diff: 'simple' } Test failure: 'use --require to define global hooks' Location: test/parallel/test-runner-no-isolation-hooks.mjs:72:1 AssertionError [ERR_ASSERTION]: '' == 'before(): global\n' + 'before one: <root>\n' + 'suite one\n' + 'before two: <root>\n' + 'suite two\n' + 'beforeEach(): global\n' + 'beforeEach one: suite one - test\n' + 'beforeEach two: suite one - test\n' + 'suite one - test\n' + 'afterEach(): global\n' + 'afterEach one: suite one - test\n' + 'afterEach two: suite one - test\n' + 'before suite two: suite two\n' + 'beforeEach(): global\n' + 'beforeEach one: suite two - test\n' + 'beforeEach two: suite two - test\n' + 'su... at assert.<computed> [as equal] (node:internal/test_runner/test:347:18) at TestContext.<anonymous> (file:///home/runner/work/node/node/node/test/parallel/test-runner-no-isolation-hooks.mjs:81:12) at process.processTicksAndRejections (node:internal/process/task_queues:104:5) at async Test.run (node:internal/test_runner/test:1409:7) at async
test-linux (ubuntu-24.04-arm): test/parallel/test-runner-global-setup-teardown.mjs#L112
--- stdout --- Test failure: 'should run globalSetup and globalTeardown functions' Location: test/parallel/test-runner-global-setup-teardown.mjs:98:5 AssertionError [ERR_ASSERTION]: The input did not match the regular expression /pass 2/. Input: '' at TestContext.<anonymous> (file:///home/runner/work/node/node/node/test/parallel/test-runner-global-setup-teardown.mjs:112:14) at process.processTicksAndRejections (node:internal/process/task_queues:104:5) 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: '', expected: /pass 2/, operator: 'match', diff: 'simple' } Test failure: 'should run setup-only module' Location: test/parallel/test-runner-global-setup-teardown.mjs:127:5 AssertionError [ERR_ASSERTION]: The input did not match the regular expression /Setup-only module executed/. Input: '' at TestContext.<anonymous> (file:///home/runner/work/node/node/node/test/parallel/test-runner-global-setup-teardown.mjs:140:14) at process.processTicksAndRejections (node:internal/process/task_queues:104:5) at async Test.run (node:internal/test_runner/test:1409:7) at async Suite.processPendingSubtests (node:internal/test_runner/test:974:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: '', expected: /Setup-only module executed/, operator: 'match', diff: 'simple' } Test failure: 'should run teardown-only module' Location: test/parallel/test-runner-global-setup-teardown.mjs:147:5 AssertionError [ERR_ASSERTION]: The input did not match the regular expression /pass 2/. Input: '' at TestContext.<anonymous> (file:///home/runner/work/node/node/node/test/parallel/test-runner-global-setup-teardown.mjs:164:14) at process.processTicksAndRejections (node:internal/process/task_queues:104:5) at async Test.run (node:internal/test_runner/test:1409:7) at async Suite.processPendingSubtests (node:internal/test_runner/test:974:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: '', expected: /pass 2/, operator: 'match', diff: 'simple' } Test failure: 'should run globalTeardown only after all tests are done in case of more than one test file' Location: test/parallel/test-runner-global-setup-teardown.mjs:176:5 AssertionError [ERR_ASSERTION]: The input did not match the regular expression /pass 3/. Input: '' at TestContext.<anonymous> (file:///home/runner/work/node/node/node/test/parallel/test-runner-global-setup-teardown.mjs:195:16) at process.processTicksAndRejections (node:internal/process/task_queues:104:5) at async Test.run (node:internal/test_runner/test:1409:7) at async Suite.processPendingSubtests (node:internal/test_runner/test:974:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: '', expected: /pass 3/, operator: 'match', diff: 'simple' } Test failure: 'should handle async setup and teardown' Location: test/parallel/test-runner-global-setup-teardown.mjs:211:5 AssertionError [ERR_ASSERTION]: The input did not match the regular expression /pass 2/. Input: '' at TestContext.<anonymous> (file:///home/runner/work/node/node/node/test/parallel/test-runner-global-setup-teardown.mjs:228:14) at process.processTicksAndRejections (node:internal/process/task_queues:104:5) at async Test.run (node:internal/test_runner/test:1409:7) at async Suite.processPendingSubtests (node:internal/test_runner/test:974:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: '', expected: /pass 2/, operator: 'match', diff: 'simple' } Test failure: 'should handle error in setup' Location: test/parallel/test-runner-global-setup-teardown.mjs:240:5 AssertionError [ERR_ASSERTION]: Should report the error from global setup at TestContext.<anonymous> (file:///home/runner/work/node/node/node/test/parallel/test-runner-global-setup-teardown.mjs:254:14) at process.p
test-linux (ubuntu-24.04-arm): test/parallel/test-runner-force-exit-failure.js#L20
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'node:internal/test_runner/runner:960\n' + + " throw new ERR_INVALID_ARG_VALUE('options.env', env, 'is not supported with isolation=\\'none\\'');\n" + + ' ^\n' + + '\n' + + "TypeError [ERR_INVALID_ARG_VALUE]: The property 'options.env' is not supported with isolation='none'. Received {\n" + + " JAVA_HOME: '/usr/lib/jvm/temurin-17-jdk-arm64',\n" + + " VCPKG_FORCE_SYSTEM_BINARIES: '1',\n" + + " MEMORY_PRESSURE_WRITE: 'c29tZSAyMDAwMD...\n" + + ' at run (node:internal/test_runner/runner:960:13)\n' + + ' at node:internal/main/test_runner:38:1 {\n' + + " code: 'ERR_INVALID_ARG_VALUE'\n" + + '}\n' + + '\n' + + 'Node.js v27.0.0-pre\n' - '' at Object.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-runner-force-exit-failure.js:20:10) 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: true, code: 'ERR_ASSERTION', actual: 'node:internal/test_runner/runner:960\n' + " throw new ERR_INVALID_ARG_VALUE('options.env', env, 'is not supported with isolation=\\'none\\'');\n" + ' ^\n' + '\n' + "TypeError [ERR_INVALID_ARG_VALUE]: The property 'options.env' is not supported with isolation='none'. Received {\n" + " JAVA_HOME: '/usr/lib/jvm/temurin-17-jdk-arm64',\n" + " VCPKG_FORCE_SYSTEM_BINARIES: '1',\n" + " MEMORY_PRESSURE_WRITE: 'c29tZSAyMDAwMD...\n" + ' at run (node:internal/test_runner/runner:960:13)\n' + ' at node:internal/main/test_runner:38:1 {\n' + " code: 'ERR_INVALID_ARG_VALUE'\n" + '}\n' + '\n' + 'Node.js v27.0.0-pre\n', expected: '', operator: 'strictEqual', diff: 'simple' } Node.js v27.0.0-pre Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-runner-force-exit-failure.js
test-linux (ubuntu-24.04-arm): test/parallel/test-runner-extraneous-async-activity.js#L59
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: The input did not match the regular expression /Error: Test hook "before" at .+async-error-in-test-hook\.mjs:3:1 generated asynchronous activity after the test ended/m. Input: '' at Object.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-runner-extraneous-async-activity.js:59:10) 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: true, code: 'ERR_ASSERTION', actual: '', expected: /Error: Test hook "before" at .+async-error-in-test-hook\.mjs:3:1 generated asynchronous activity after the test ended/m, operator: 'match', diff: 'simple' } Node.js v27.0.0-pre Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-runner-extraneous-async-activity.js
test-linux (ubuntu-24.04-arm): test/parallel/test-runner-cli.js#L24
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: The input did not match the regular expression /^Could not find/. Input: 'node:internal/test_runner/runner:960\n' + " throw new ERR_INVALID_ARG_VALUE('options.env', env, 'is not supported with isolation=\\'none\\'');\n" + ' ^\n' + '\n' + "TypeError [ERR_INVALID_ARG_VALUE]: The property 'options.env' is not supported with isolation='none'. Received {\n" + " JAVA_HOME: '/usr/lib/jvm/temurin-17-jdk-arm64',\n" + " VCPKG_FORCE_SYSTEM_BINARIES: '1',\n" + " MEMORY_PRESSURE_WRITE: 'c29tZSAyMDAwMD...\n" + ' at run (node:internal/test_runner/runner:960:13)\n' + ' at node:internal/main/test_runner:38:1 {\n' + " code: 'ERR_INVALID_ARG_VALUE'\n" + '}\n' + '\n' + 'Node.js v27.0.0-pre\n' at Object.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-runner-cli.js:24: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: true, code: 'ERR_ASSERTION', actual: 'node:internal/test_runner/runner:960\n' + " throw new ERR_INVALID_ARG_VALUE('options.env', env, 'is not supported with isolation=\\'none\\'');\n" + ' ^\n' + '\n' + "TypeError [ERR_INVALID_ARG_VALUE]: The property 'options.env' is not supported with isolation='none'. Received {\n" + " JAVA_HOME: '/usr/lib/jvm/temurin-17-jdk-arm64',\n" + " VCPKG_FORCE_SYSTEM_BINARIES: '1',\n" + " MEMORY_PRESSURE_WRITE: 'c29tZSAyMDAwMD...\n" + ' at run (node:internal/test_runner/runner:960:13)\n' + ' at node:internal/main/test_runner:38:1 {\n' + " code: 'ERR_INVALID_ARG_VALUE'\n" + '}\n' + '\n' + 'Node.js v27.0.0-pre\n', expected: /^Could not find/, operator: 'match', diff: 'simple' } Node.js v27.0.0-pre Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-runner-cli.js
test-linux (ubuntu-24.04-arm): test/parallel/test-config-file.js#L889
--- stdout --- Test failure: 'should automatically enable --test flag when test namespace is present' Location: test/parallel/test-config-file.js:883:3 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 1 !== 0 at TestContext.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-config-file.js:889:12) at process.processTicksAndRejections (node:internal/process/task_queues:104:5) at async Test.run (node:internal/test_runner/test:1409:7) at async Suite.processPendingSubtests (node:internal/test_runner/test:974:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 1, expected: 0, operator: 'strictEqual', diff: 'simple' } Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/node/node/node/test/parallel/test-config-file.js
sccache stats - test-linux
49% - 2481 hits, 2554 misses, 0 errors
sccache stats - test-linux
54% - 2695 hits, 2330 misses, 0 errors