Skip to content

repl: use inspector over vm #8347

repl: use inspector over vm

repl: use inspector over vm #8347

Triggered via pull request June 22, 2026 20:28
Status Failure
Total duration 1h 23m 28s
Artifacts 1

test-shared.yml

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

Annotations

29 errors
x86_64-linux: with shared libraries
Process completed with exit code 2.
x86_64-linux: with shared libraries: test/parallel/test-repl-sigint.js#L0
Command: out/Release/node /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-sigint.js --- TIMEOUT ---
x86_64-linux: with shared libraries: test/parallel/test-repl-tab-complete-computed-props.js#L0
--- stdout --- Test failure: 'works with a simple variable' Location: test/parallel/test-repl-tab-complete-computed-props.js:121:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected [ + [], - [ - 'obj[oneStr].toFixed' - ], 'obj[oneStr].toFi' ] at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-tab-complete-computed-props.js:17:16 at completionGroupsLoaded (node:internal/repl/completion:502:5) at node:internal/repl/completion:446:11 at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/common/repl.js:45:17 at once (node:internal/repl/eval:209:14) at inspectorEval (node:internal/repl/eval:198:12) { generatedMessage: true, code: 'ERR_ASSERTION', actual: [Array], expected: [Array], operator: 'deepStrictEqual', diff: 'simple' } Test failure: 'works with a computed variable' Location: test/parallel/test-repl-tab-complete-computed-props.js:127:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected [ + [], - [ - 'obj[helloWorldStr].toLocaleUpperCase' - ], 'obj[helloWorldStr].tolocaleup' ] at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-tab-complete-computed-props.js:17:16 at completionGroupsLoaded (node:internal/repl/completion:502:5) at node:internal/repl/completion:446:11 at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/common/repl.js:45:17 at once (node:internal/repl/eval:209:14) at inspectorEval (node:internal/repl/eval:198:12) { generatedMessage: true, code: 'ERR_ASSERTION', actual: [Array], expected: [Array], operator: 'deepStrictEqual', diff: 'simple' } Test failure: 'works with a simple inlined computed property' Location: test/parallel/test-repl-tab-complete-computed-props.js:133:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected [ + [], - [ - 'obj["Hello " + "World"].toLocaleUpperCase' - ], 'obj["Hello " + "World"].tolocaleup' ] at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-tab-complete-computed-props.js:17:16 at completionGroupsLoaded (node:internal/repl/completion:502:5) at node:internal/repl/completion:446:11 at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/common/repl.js:45:17 at once (node:internal/repl/eval:209:14) at inspectorEval (node:internal/repl/eval:198:12) { generatedMessage: true, code: 'ERR_ASSERTION', actual: [Array], expected: [Array], operator: 'deepStrictEqual', diff: 'simple' } Test failure: 'works with a ternary inlined computed property' Location: test/parallel/test-repl-tab-complete-computed-props.js:139:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected [ + [], - [ - 'obj[(1 + 2 > 5) ? oneStr : "Hello " + "World"].toLocaleUpperCase' - ], 'obj[(1 + 2 > 5) ? oneStr : "Hello " + "World"].toLocaleUpperCase' ] at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-tab-complete-computed-props.js:17:16 at completionGroupsLoaded (node:internal/repl/completion:502:5) at node:internal/repl/completion:446:11 at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/common/repl.js:45:17 at once (node:internal/repl/eval:209:14) at inspectorEval (node:internal/repl/eval:198:12) { generatedMessage: true, code: 'ERR_ASSERTION', actual: [Array], expected: [Array], operator: 'deepStrictEqual', diff: 'simple' } Test failure: 'works with an inlined computed property with a nested property lookup' Location: test/parallel/test-repl-tab-complete-computed-props.js:148:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected [ + [], - [ - 'obj[lookupObj.stringLookup].toLocaleUpperCase'
x86_64-linux: with shared libraries: test/parallel/test-repl-completion-on-getters-disabled.js#L13
--- stdout --- Mismatched <anonymous> function calls. Expected exactly 1, actual 0. at Proxy.mustCall (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:14:37 at Array.forEach (<anonymous>) at runCompletionTests (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:13:9) at TestContext.<anonymous> (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:40:7) at Test.runInAsyncScope (node:async_hooks:227:14) at Test.run (node:internal/test_runner/test:1382:25) at Suite.processPendingSubtests (node:internal/test_runner/test:960:18) at Test.postRun (node:internal/test_runner/test:1522:19) Mismatched <anonymous> function calls. Expected exactly 1, actual 0. at Proxy.mustCall (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:14:37 at Array.forEach (<anonymous>) at runCompletionTests (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:13:9) at TestContext.<anonymous> (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:40:7) at Test.runInAsyncScope (node:async_hooks:227:14) at Test.run (node:internal/test_runner/test:1382:25) at Suite.processPendingSubtests (node:internal/test_runner/test:960:18) at Test.postRun (node:internal/test_runner/test:1522:19) Mismatched <anonymous> function calls. Expected exactly 1, actual 0. at Proxy.mustCall (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:14:37 at Array.forEach (<anonymous>) at runCompletionTests (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:13:9) at TestContext.<anonymous> (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:40:7) at Test.runInAsyncScope (node:async_hooks:227:14) at Test.run (node:internal/test_runner/test:1382:25) at Suite.processPendingSubtests (node:internal/test_runner/test:960:18) at Test.postRun (node:internal/test_runner/test:1522:19) Mismatched <anonymous> function calls. Expected exactly 1, actual 0. at Proxy.mustCall (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:14:37 at Array.forEach (<anonymous>) at runCompletionTests (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:13:9) at TestContext.<anonymous> (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:40:7) at Test.runInAsyncScope (node:async_hooks:227:14) at Test.run (node:internal/test_runner/test:1382:25) at Suite.processPendingSubtests (node:internal/test_runner/test:960:18) at Test.postRun (node:internal/test_runner/test:1522:19) Mismatched <anonymous> function calls. Expected exactly 1, actual 0. at Proxy.mustCall (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters
aarch64-linux: with shared boringssl-0.20260526.0
Process completed with exit code 2.
aarch64-linux: with shared boringssl-0.20260526.0: test/parallel/test-repl-sigint.js#L0
Command: out/Release/node /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-sigint.js --- TIMEOUT ---
aarch64-linux: with shared boringssl-0.20260526.0: test/parallel/test-repl-underscore.mjs#L245
--- stderr --- node:internal/modules/run_main:107 triggerUncaughtException( ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected [ + 'Uncaught Error [ERR_INSPECTOR_COMMAND]: Inspector error -32000: Promise was collected', + ' at #onMessage (node:inspector:93:15) {', + " code: 'ERR_INSPECTOR_COMMAND'", + '}', 'undefined', 'undefined', - 'undefined', '10', '10', 'Expression assignment to _ now disabled.', '20', '20', at assertOutput (file:///home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-underscore.mjs:245:10) at testSloppyMode (file:///home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-underscore.mjs:48:3) at async file:///home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-underscore.mjs:22:1 { generatedMessage: true, code: 'ERR_ASSERTION', actual: [ 'Uncaught Error [ERR_INSPECTOR_COMMAND]: Inspector error -32000: Promise was collected', ' at #onMessage (node:inspector:93:15) {', " code: 'ERR_INSPECTOR_COMMAND'", '}', 'undefined', 'undefined', '10', '10', 'Expression assignment to _ now disabled.', '20', '20', '30', '30', '40', '30' ], expected: [ 'undefined', 'undefined', 'undefined', '10', '10', 'Expression assignment to _ now disabled.', '20', '20', '30', '30', '40', '30' ], operator: 'deepStrictEqual', diff: 'simple' } Node.js v27.0.0-pre Command: out/Release/node /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-underscore.mjs
aarch64-linux: with shared boringssl-0.20260526.0: test/parallel/test-repl-tab-complete-computed-props.js#L0
--- stdout --- Test failure: 'works with a simple variable' Location: test/parallel/test-repl-tab-complete-computed-props.js:121:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected [ + [], - [ - 'obj[oneStr].toFixed' - ], 'obj[oneStr].toFi' ] at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-tab-complete-computed-props.js:17:16 at completionGroupsLoaded (node:internal/repl/completion:502:5) at node:internal/repl/completion:446:11 at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/common/repl.js:45:17 at once (node:internal/repl/eval:209:14) at inspectorEval (node:internal/repl/eval:198:12) { generatedMessage: true, code: 'ERR_ASSERTION', actual: [Array], expected: [Array], operator: 'deepStrictEqual', diff: 'simple' } Test failure: 'works with a computed variable' Location: test/parallel/test-repl-tab-complete-computed-props.js:127:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected [ + [], - [ - 'obj[helloWorldStr].toLocaleUpperCase' - ], 'obj[helloWorldStr].tolocaleup' ] at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-tab-complete-computed-props.js:17:16 at completionGroupsLoaded (node:internal/repl/completion:502:5) at node:internal/repl/completion:446:11 at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/common/repl.js:45:17 at once (node:internal/repl/eval:209:14) at inspectorEval (node:internal/repl/eval:198:12) { generatedMessage: true, code: 'ERR_ASSERTION', actual: [Array], expected: [Array], operator: 'deepStrictEqual', diff: 'simple' } Test failure: 'works with a simple inlined computed property' Location: test/parallel/test-repl-tab-complete-computed-props.js:133:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected [ + [], - [ - 'obj["Hello " + "World"].toLocaleUpperCase' - ], 'obj["Hello " + "World"].tolocaleup' ] at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-tab-complete-computed-props.js:17:16 at completionGroupsLoaded (node:internal/repl/completion:502:5) at node:internal/repl/completion:446:11 at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/common/repl.js:45:17 at once (node:internal/repl/eval:209:14) at inspectorEval (node:internal/repl/eval:198:12) { generatedMessage: true, code: 'ERR_ASSERTION', actual: [Array], expected: [Array], operator: 'deepStrictEqual', diff: 'simple' } Test failure: 'works with a ternary inlined computed property' Location: test/parallel/test-repl-tab-complete-computed-props.js:139:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected [ + [], - [ - 'obj[(1 + 2 > 5) ? oneStr : "Hello " + "World"].toLocaleUpperCase' - ], 'obj[(1 + 2 > 5) ? oneStr : "Hello " + "World"].toLocaleUpperCase' ] at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-tab-complete-computed-props.js:17:16 at completionGroupsLoaded (node:internal/repl/completion:502:5) at node:internal/repl/completion:446:11 at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/common/repl.js:45:17 at once (node:internal/repl/eval:209:14) at inspectorEval (node:internal/repl/eval:198:12) { generatedMessage: true, code: 'ERR_ASSERTION', actual: [Array], expected: [Array], operator: 'deepStrictEqual', diff: 'simple' } Test failure: 'works with an inlined computed property with a nested property lookup' Location: test/parallel/test-repl-tab-complete-computed-props.js:148:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected [ + [], - [ - 'obj[lookupObj.stringLookup].toLocaleUpperCase'
aarch64-linux: with shared boringssl-0.20260526.0: test/parallel/test-repl-completion-on-getters-disabled.js#L13
--- stdout --- Mismatched <anonymous> function calls. Expected exactly 1, actual 0. at Proxy.mustCall (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:14:37 at Array.forEach (<anonymous>) at runCompletionTests (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:13:9) at TestContext.<anonymous> (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:40:7) at Test.runInAsyncScope (node:async_hooks:227:14) at Test.run (node:internal/test_runner/test:1382:25) at Suite.processPendingSubtests (node:internal/test_runner/test:960:18) at Test.postRun (node:internal/test_runner/test:1522:19) Mismatched <anonymous> function calls. Expected exactly 1, actual 0. at Proxy.mustCall (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:14:37 at Array.forEach (<anonymous>) at runCompletionTests (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:13:9) at TestContext.<anonymous> (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:40:7) at Test.runInAsyncScope (node:async_hooks:227:14) at Test.run (node:internal/test_runner/test:1382:25) at Suite.processPendingSubtests (node:internal/test_runner/test:960:18) at Test.postRun (node:internal/test_runner/test:1522:19) Mismatched <anonymous> function calls. Expected exactly 1, actual 0. at Proxy.mustCall (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:14:37 at Array.forEach (<anonymous>) at runCompletionTests (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:13:9) at TestContext.<anonymous> (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:40:7) at Test.runInAsyncScope (node:async_hooks:227:14) at Test.run (node:internal/test_runner/test:1382:25) at Suite.processPendingSubtests (node:internal/test_runner/test:960:18) at Test.postRun (node:internal/test_runner/test:1522:19) Mismatched <anonymous> function calls. Expected exactly 1, actual 0. at Proxy.mustCall (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:14:37 at Array.forEach (<anonymous>) at runCompletionTests (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:13:9) at TestContext.<anonymous> (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:40:7) at Test.runInAsyncScope (node:async_hooks:227:14) at Test.run (node:internal/test_runner/test:1382:25) at Suite.processPendingSubtests (node:internal/test_runner/test:960:18) at Test.postRun (node:internal/test_runner/test:1522:19) Mismatched <anonymous> function calls. Expected exactly 1, actual 0. at Proxy.mustCall (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters
aarch64-linux: with shared openssl-3.0.20
Process completed with exit code 2.
aarch64-linux: with shared openssl-3.0.20: test/parallel/test-repl-sigint.js#L0
Command: out/Release/node /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-sigint.js --- TIMEOUT ---
aarch64-linux: with shared openssl-3.0.20: test/parallel/test-repl-tab-complete-computed-props.js#L0
--- stdout --- Test failure: 'works with a simple variable' Location: test/parallel/test-repl-tab-complete-computed-props.js:121:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected [ + [], - [ - 'obj[oneStr].toFixed' - ], 'obj[oneStr].toFi' ] at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-tab-complete-computed-props.js:17:16 at completionGroupsLoaded (node:internal/repl/completion:502:5) at node:internal/repl/completion:446:11 at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/common/repl.js:45:17 at once (node:internal/repl/eval:209:14) at inspectorEval (node:internal/repl/eval:198:12) { generatedMessage: true, code: 'ERR_ASSERTION', actual: [Array], expected: [Array], operator: 'deepStrictEqual', diff: 'simple' } Test failure: 'works with a computed variable' Location: test/parallel/test-repl-tab-complete-computed-props.js:127:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected [ + [], - [ - 'obj[helloWorldStr].toLocaleUpperCase' - ], 'obj[helloWorldStr].tolocaleup' ] at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-tab-complete-computed-props.js:17:16 at completionGroupsLoaded (node:internal/repl/completion:502:5) at node:internal/repl/completion:446:11 at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/common/repl.js:45:17 at once (node:internal/repl/eval:209:14) at inspectorEval (node:internal/repl/eval:198:12) { generatedMessage: true, code: 'ERR_ASSERTION', actual: [Array], expected: [Array], operator: 'deepStrictEqual', diff: 'simple' } Test failure: 'works with a simple inlined computed property' Location: test/parallel/test-repl-tab-complete-computed-props.js:133:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected [ + [], - [ - 'obj["Hello " + "World"].toLocaleUpperCase' - ], 'obj["Hello " + "World"].tolocaleup' ] at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-tab-complete-computed-props.js:17:16 at completionGroupsLoaded (node:internal/repl/completion:502:5) at node:internal/repl/completion:446:11 at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/common/repl.js:45:17 at once (node:internal/repl/eval:209:14) at inspectorEval (node:internal/repl/eval:198:12) { generatedMessage: true, code: 'ERR_ASSERTION', actual: [Array], expected: [Array], operator: 'deepStrictEqual', diff: 'simple' } Test failure: 'works with a ternary inlined computed property' Location: test/parallel/test-repl-tab-complete-computed-props.js:139:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected [ + [], - [ - 'obj[(1 + 2 > 5) ? oneStr : "Hello " + "World"].toLocaleUpperCase' - ], 'obj[(1 + 2 > 5) ? oneStr : "Hello " + "World"].toLocaleUpperCase' ] at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-tab-complete-computed-props.js:17:16 at completionGroupsLoaded (node:internal/repl/completion:502:5) at node:internal/repl/completion:446:11 at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/common/repl.js:45:17 at once (node:internal/repl/eval:209:14) at inspectorEval (node:internal/repl/eval:198:12) { generatedMessage: true, code: 'ERR_ASSERTION', actual: [Array], expected: [Array], operator: 'deepStrictEqual', diff: 'simple' } Test failure: 'works with an inlined computed property with a nested property lookup' Location: test/parallel/test-repl-tab-complete-computed-props.js:148:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected [ + [], - [ - 'obj[lookupObj.stringLookup].toLocaleUpperCase'
aarch64-linux: with shared openssl-3.0.20: test/parallel/test-repl-completion-on-getters-disabled.js#L13
--- stdout --- Mismatched <anonymous> function calls. Expected exactly 1, actual 0. at Proxy.mustCall (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:14:37 at Array.forEach (<anonymous>) at runCompletionTests (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:13:9) at TestContext.<anonymous> (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:54:7) at Test.runInAsyncScope (node:async_hooks:227:14) at Test.run (node:internal/test_runner/test:1382:25) at Test.start (node:internal/test_runner/test:1242:17) at node:internal/test_runner/test:1867:71 Mismatched <anonymous> function calls. Expected exactly 1, actual 0. at Proxy.mustCall (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:14:37 at Array.forEach (<anonymous>) at runCompletionTests (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:13:9) at TestContext.<anonymous> (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:54:7) at Test.runInAsyncScope (node:async_hooks:227:14) at Test.run (node:internal/test_runner/test:1382:25) at Test.start (node:internal/test_runner/test:1242:17) at node:internal/test_runner/test:1867:71 Mismatched <anonymous> function calls. Expected exactly 1, actual 0. at Proxy.mustCall (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:14:37 at Array.forEach (<anonymous>) at runCompletionTests (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:13:9) at TestContext.<anonymous> (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:54:7) at Test.runInAsyncScope (node:async_hooks:227:14) at Test.run (node:internal/test_runner/test:1382:25) at Test.start (node:internal/test_runner/test:1242:17) at node:internal/test_runner/test:1867:71 Mismatched <anonymous> function calls. Expected exactly 1, actual 0. at Proxy.mustCall (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:14:37 at Array.forEach (<anonymous>) at runCompletionTests (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:13:9) at TestContext.<anonymous> (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:54:7) at Test.runInAsyncScope (node:async_hooks:227:14) at Test.run (node:internal/test_runner/test:1382:25) at Test.start (node:internal/test_runner/test:1242:17) at node:internal/test_runner/test:1867:71 Mismatched <anonymous> function calls. Expected exactly 1, actual 0. at Proxy.mustCall (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:14:37 at Array.forEach (<anonymous>) at runCompletionTests (/home/runner/work/_temp/node-v27.0.0-nightly202
aarch64-linux: with shared openssl-3.6.2
Process completed with exit code 2.
aarch64-linux: with shared openssl-3.6.2: test/parallel/test-repl-sigint.js#L0
Command: out/Release/node /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-sigint.js --- TIMEOUT ---
aarch64-linux: with shared openssl-3.6.2: test/parallel/test-repl-tab-complete-computed-props.js#L0
--- stdout --- Test failure: 'works with a simple variable' Location: test/parallel/test-repl-tab-complete-computed-props.js:121:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected [ + [], - [ - 'obj[oneStr].toFixed' - ], 'obj[oneStr].toFi' ] at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-tab-complete-computed-props.js:17:16 at completionGroupsLoaded (node:internal/repl/completion:502:5) at node:internal/repl/completion:446:11 at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/common/repl.js:45:17 at once (node:internal/repl/eval:209:14) at inspectorEval (node:internal/repl/eval:198:12) { generatedMessage: true, code: 'ERR_ASSERTION', actual: [Array], expected: [Array], operator: 'deepStrictEqual', diff: 'simple' } Test failure: 'works with a computed variable' Location: test/parallel/test-repl-tab-complete-computed-props.js:127:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected [ + [], - [ - 'obj[helloWorldStr].toLocaleUpperCase' - ], 'obj[helloWorldStr].tolocaleup' ] at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-tab-complete-computed-props.js:17:16 at completionGroupsLoaded (node:internal/repl/completion:502:5) at node:internal/repl/completion:446:11 at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/common/repl.js:45:17 at once (node:internal/repl/eval:209:14) at inspectorEval (node:internal/repl/eval:198:12) { generatedMessage: true, code: 'ERR_ASSERTION', actual: [Array], expected: [Array], operator: 'deepStrictEqual', diff: 'simple' } Test failure: 'works with a simple inlined computed property' Location: test/parallel/test-repl-tab-complete-computed-props.js:133:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected [ + [], - [ - 'obj["Hello " + "World"].toLocaleUpperCase' - ], 'obj["Hello " + "World"].tolocaleup' ] at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-tab-complete-computed-props.js:17:16 at completionGroupsLoaded (node:internal/repl/completion:502:5) at node:internal/repl/completion:446:11 at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/common/repl.js:45:17 at once (node:internal/repl/eval:209:14) at inspectorEval (node:internal/repl/eval:198:12) { generatedMessage: true, code: 'ERR_ASSERTION', actual: [Array], expected: [Array], operator: 'deepStrictEqual', diff: 'simple' } Test failure: 'works with a ternary inlined computed property' Location: test/parallel/test-repl-tab-complete-computed-props.js:139:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected [ + [], - [ - 'obj[(1 + 2 > 5) ? oneStr : "Hello " + "World"].toLocaleUpperCase' - ], 'obj[(1 + 2 > 5) ? oneStr : "Hello " + "World"].toLocaleUpperCase' ] at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-tab-complete-computed-props.js:17:16 at completionGroupsLoaded (node:internal/repl/completion:502:5) at node:internal/repl/completion:446:11 at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/common/repl.js:45:17 at once (node:internal/repl/eval:209:14) at inspectorEval (node:internal/repl/eval:198:12) { generatedMessage: true, code: 'ERR_ASSERTION', actual: [Array], expected: [Array], operator: 'deepStrictEqual', diff: 'simple' } Test failure: 'works with an inlined computed property with a nested property lookup' Location: test/parallel/test-repl-tab-complete-computed-props.js:148:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected [ + [], - [ - 'obj[lookupObj.stringLookup].toLocaleUpperCase'
aarch64-linux: with shared openssl-3.6.2: test/parallel/test-repl-completion-on-getters-disabled.js#L13
--- stdout --- Mismatched <anonymous> function calls. Expected exactly 1, actual 0. at Proxy.mustCall (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:14:37 at Array.forEach (<anonymous>) at runCompletionTests (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:13:9) at TestContext.<anonymous> (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:40:7) at Test.runInAsyncScope (node:async_hooks:227:14) at Test.run (node:internal/test_runner/test:1382:25) at Suite.processPendingSubtests (node:internal/test_runner/test:960:18) at Test.postRun (node:internal/test_runner/test:1522:19) Mismatched <anonymous> function calls. Expected exactly 1, actual 0. at Proxy.mustCall (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:14:37 at Array.forEach (<anonymous>) at runCompletionTests (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:13:9) at TestContext.<anonymous> (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:40:7) at Test.runInAsyncScope (node:async_hooks:227:14) at Test.run (node:internal/test_runner/test:1382:25) at Suite.processPendingSubtests (node:internal/test_runner/test:960:18) at Test.postRun (node:internal/test_runner/test:1522:19) Mismatched <anonymous> function calls. Expected exactly 1, actual 0. at Proxy.mustCall (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:14:37 at Array.forEach (<anonymous>) at runCompletionTests (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:13:9) at TestContext.<anonymous> (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:40:7) at Test.runInAsyncScope (node:async_hooks:227:14) at Test.run (node:internal/test_runner/test:1382:25) at Suite.processPendingSubtests (node:internal/test_runner/test:960:18) at Test.postRun (node:internal/test_runner/test:1522:19) Mismatched <anonymous> function calls. Expected exactly 1, actual 0. at Proxy.mustCall (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:14:37 at Array.forEach (<anonymous>) at runCompletionTests (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:13:9) at TestContext.<anonymous> (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:40:7) at Test.runInAsyncScope (node:async_hooks:227:14) at Test.run (node:internal/test_runner/test:1382:25) at Suite.processPendingSubtests (node:internal/test_runner/test:960:18) at Test.postRun (node:internal/test_runner/test:1522:19) Mismatched <anonymous> function calls. Expected exactly 1, actual 0. at Proxy.mustCall (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters
aarch64-linux: with shared openssl-4.0.0
Process completed with exit code 2.
aarch64-linux: with shared openssl-4.0.0: test/parallel/test-repl-sigint.js#L0
Command: out/Release/node /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-sigint.js --- TIMEOUT ---
aarch64-linux: with shared openssl-4.0.0: test/parallel/test-repl-tab-complete-computed-props.js#L0
--- stdout --- Test failure: 'works with a simple variable' Location: test/parallel/test-repl-tab-complete-computed-props.js:121:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected [ + [], - [ - 'obj[oneStr].toFixed' - ], 'obj[oneStr].toFi' ] at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-tab-complete-computed-props.js:17:16 at completionGroupsLoaded (node:internal/repl/completion:502:5) at node:internal/repl/completion:446:11 at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/common/repl.js:45:17 at once (node:internal/repl/eval:209:14) at inspectorEval (node:internal/repl/eval:198:12) { generatedMessage: true, code: 'ERR_ASSERTION', actual: [Array], expected: [Array], operator: 'deepStrictEqual', diff: 'simple' } Test failure: 'works with a computed variable' Location: test/parallel/test-repl-tab-complete-computed-props.js:127:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected [ + [], - [ - 'obj[helloWorldStr].toLocaleUpperCase' - ], 'obj[helloWorldStr].tolocaleup' ] at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-tab-complete-computed-props.js:17:16 at completionGroupsLoaded (node:internal/repl/completion:502:5) at node:internal/repl/completion:446:11 at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/common/repl.js:45:17 at once (node:internal/repl/eval:209:14) at inspectorEval (node:internal/repl/eval:198:12) { generatedMessage: true, code: 'ERR_ASSERTION', actual: [Array], expected: [Array], operator: 'deepStrictEqual', diff: 'simple' } Test failure: 'works with a simple inlined computed property' Location: test/parallel/test-repl-tab-complete-computed-props.js:133:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected [ + [], - [ - 'obj["Hello " + "World"].toLocaleUpperCase' - ], 'obj["Hello " + "World"].tolocaleup' ] at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-tab-complete-computed-props.js:17:16 at completionGroupsLoaded (node:internal/repl/completion:502:5) at node:internal/repl/completion:446:11 at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/common/repl.js:45:17 at once (node:internal/repl/eval:209:14) at inspectorEval (node:internal/repl/eval:198:12) { generatedMessage: true, code: 'ERR_ASSERTION', actual: [Array], expected: [Array], operator: 'deepStrictEqual', diff: 'simple' } Test failure: 'works with a ternary inlined computed property' Location: test/parallel/test-repl-tab-complete-computed-props.js:139:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected [ + [], - [ - 'obj[(1 + 2 > 5) ? oneStr : "Hello " + "World"].toLocaleUpperCase' - ], 'obj[(1 + 2 > 5) ? oneStr : "Hello " + "World"].toLocaleUpperCase' ] at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-tab-complete-computed-props.js:17:16 at completionGroupsLoaded (node:internal/repl/completion:502:5) at node:internal/repl/completion:446:11 at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/common/repl.js:45:17 at once (node:internal/repl/eval:209:14) at inspectorEval (node:internal/repl/eval:198:12) { generatedMessage: true, code: 'ERR_ASSERTION', actual: [Array], expected: [Array], operator: 'deepStrictEqual', diff: 'simple' } Test failure: 'works with an inlined computed property with a nested property lookup' Location: test/parallel/test-repl-tab-complete-computed-props.js:148:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected [ + [], - [ - 'obj[lookupObj.stringLookup].toLocaleUpperCase'
aarch64-linux: with shared openssl-4.0.0: test/parallel/test-repl-completion-on-getters-disabled.js#L13
--- stdout --- Mismatched <anonymous> function calls. Expected exactly 1, actual 0. at Proxy.mustCall (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:14:37 at Array.forEach (<anonymous>) at runCompletionTests (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:13:9) at TestContext.<anonymous> (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:40:7) at Test.runInAsyncScope (node:async_hooks:227:14) at Test.run (node:internal/test_runner/test:1382:25) at Suite.processPendingSubtests (node:internal/test_runner/test:960:18) at Test.postRun (node:internal/test_runner/test:1522:19) Mismatched <anonymous> function calls. Expected exactly 1, actual 0. at Proxy.mustCall (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:14:37 at Array.forEach (<anonymous>) at runCompletionTests (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:13:9) at TestContext.<anonymous> (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:40:7) at Test.runInAsyncScope (node:async_hooks:227:14) at Test.run (node:internal/test_runner/test:1382:25) at Suite.processPendingSubtests (node:internal/test_runner/test:960:18) at Test.postRun (node:internal/test_runner/test:1522:19) Mismatched <anonymous> function calls. Expected exactly 1, actual 0. at Proxy.mustCall (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:14:37 at Array.forEach (<anonymous>) at runCompletionTests (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:13:9) at TestContext.<anonymous> (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:40:7) at Test.runInAsyncScope (node:async_hooks:227:14) at Test.run (node:internal/test_runner/test:1382:25) at Suite.processPendingSubtests (node:internal/test_runner/test:960:18) at Test.postRun (node:internal/test_runner/test:1522:19) Mismatched <anonymous> function calls. Expected exactly 1, actual 0. at Proxy.mustCall (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:14:37 at Array.forEach (<anonymous>) at runCompletionTests (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:13:9) at TestContext.<anonymous> (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:40:7) at Test.runInAsyncScope (node:async_hooks:227:14) at Test.run (node:internal/test_runner/test:1382:25) at Suite.processPendingSubtests (node:internal/test_runner/test:960:18) at Test.postRun (node:internal/test_runner/test:1522:19) Mismatched <anonymous> function calls. Expected exactly 1, actual 0. at Proxy.mustCall (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters
aarch64-linux: with shared openssl-1.1.1w
Process completed with exit code 2.
aarch64-linux: with shared openssl-1.1.1w: test/parallel/test-repl-sigint.js#L0
Command: out/Release/node /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-sigint.js --- TIMEOUT ---
aarch64-linux: with shared openssl-1.1.1w: test/parallel/test-repl-tab-complete-computed-props.js#L0
--- stdout --- Test failure: 'works with a simple variable' Location: test/parallel/test-repl-tab-complete-computed-props.js:121:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected [ + [], - [ - 'obj[oneStr].toFixed' - ], 'obj[oneStr].toFi' ] at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-tab-complete-computed-props.js:17:16 at completionGroupsLoaded (node:internal/repl/completion:502:5) at node:internal/repl/completion:446:11 at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/common/repl.js:45:17 at once (node:internal/repl/eval:209:14) at inspectorEval (node:internal/repl/eval:198:12) { generatedMessage: true, code: 'ERR_ASSERTION', actual: [Array], expected: [Array], operator: 'deepStrictEqual', diff: 'simple' } Test failure: 'works with a computed variable' Location: test/parallel/test-repl-tab-complete-computed-props.js:127:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected [ + [], - [ - 'obj[helloWorldStr].toLocaleUpperCase' - ], 'obj[helloWorldStr].tolocaleup' ] at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-tab-complete-computed-props.js:17:16 at completionGroupsLoaded (node:internal/repl/completion:502:5) at node:internal/repl/completion:446:11 at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/common/repl.js:45:17 at once (node:internal/repl/eval:209:14) at inspectorEval (node:internal/repl/eval:198:12) { generatedMessage: true, code: 'ERR_ASSERTION', actual: [Array], expected: [Array], operator: 'deepStrictEqual', diff: 'simple' } Test failure: 'works with a simple inlined computed property' Location: test/parallel/test-repl-tab-complete-computed-props.js:133:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected [ + [], - [ - 'obj["Hello " + "World"].toLocaleUpperCase' - ], 'obj["Hello " + "World"].tolocaleup' ] at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-tab-complete-computed-props.js:17:16 at completionGroupsLoaded (node:internal/repl/completion:502:5) at node:internal/repl/completion:446:11 at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/common/repl.js:45:17 at once (node:internal/repl/eval:209:14) at inspectorEval (node:internal/repl/eval:198:12) { generatedMessage: true, code: 'ERR_ASSERTION', actual: [Array], expected: [Array], operator: 'deepStrictEqual', diff: 'simple' } Test failure: 'works with a ternary inlined computed property' Location: test/parallel/test-repl-tab-complete-computed-props.js:139:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected [ + [], - [ - 'obj[(1 + 2 > 5) ? oneStr : "Hello " + "World"].toLocaleUpperCase' - ], 'obj[(1 + 2 > 5) ? oneStr : "Hello " + "World"].toLocaleUpperCase' ] at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-tab-complete-computed-props.js:17:16 at completionGroupsLoaded (node:internal/repl/completion:502:5) at node:internal/repl/completion:446:11 at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/common/repl.js:45:17 at once (node:internal/repl/eval:209:14) at inspectorEval (node:internal/repl/eval:198:12) { generatedMessage: true, code: 'ERR_ASSERTION', actual: [Array], expected: [Array], operator: 'deepStrictEqual', diff: 'simple' } Test failure: 'works with an inlined computed property with a nested property lookup' Location: test/parallel/test-repl-tab-complete-computed-props.js:148:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected [ + [], - [ - 'obj[lookupObj.stringLookup].toLocaleUpperCase'
aarch64-linux: with shared openssl-1.1.1w: test/parallel/test-repl-completion-on-getters-disabled.js#L13
--- stdout --- Mismatched <anonymous> function calls. Expected exactly 1, actual 0. at Proxy.mustCall (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:14:37 at Array.forEach (<anonymous>) at runCompletionTests (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:13:9) at TestContext.<anonymous> (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:40:7) at Test.runInAsyncScope (node:async_hooks:227:14) at Test.run (node:internal/test_runner/test:1382:25) at Suite.processPendingSubtests (node:internal/test_runner/test:960:18) at Test.postRun (node:internal/test_runner/test:1522:19) Mismatched <anonymous> function calls. Expected exactly 1, actual 0. at Proxy.mustCall (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:14:37 at Array.forEach (<anonymous>) at runCompletionTests (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:13:9) at TestContext.<anonymous> (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:40:7) at Test.runInAsyncScope (node:async_hooks:227:14) at Test.run (node:internal/test_runner/test:1382:25) at Suite.processPendingSubtests (node:internal/test_runner/test:960:18) at Test.postRun (node:internal/test_runner/test:1522:19) Mismatched <anonymous> function calls. Expected exactly 1, actual 0. at Proxy.mustCall (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:14:37 at Array.forEach (<anonymous>) at runCompletionTests (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:13:9) at TestContext.<anonymous> (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:40:7) at Test.runInAsyncScope (node:async_hooks:227:14) at Test.run (node:internal/test_runner/test:1382:25) at Suite.processPendingSubtests (node:internal/test_runner/test:960:18) at Test.postRun (node:internal/test_runner/test:1522:19) Mismatched <anonymous> function calls. Expected exactly 1, actual 0. at Proxy.mustCall (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:14:37 at Array.forEach (<anonymous>) at runCompletionTests (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:13:9) at TestContext.<anonymous> (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:40:7) at Test.runInAsyncScope (node:async_hooks:227:14) at Test.run (node:internal/test_runner/test:1382:25) at Suite.processPendingSubtests (node:internal/test_runner/test:960:18) at Test.postRun (node:internal/test_runner/test:1522:19) Mismatched <anonymous> function calls. Expected exactly 1, actual 0. at Proxy.mustCall (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters
aarch64-linux: with shared openssl-3.5.6
Process completed with exit code 2.
aarch64-linux: with shared openssl-3.5.6: test/parallel/test-repl-sigint.js#L0
Command: out/Release/node /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-sigint.js --- TIMEOUT ---
aarch64-linux: with shared openssl-3.5.6: test/parallel/test-repl-tab-complete-computed-props.js#L0
--- stdout --- Test failure: 'works with a simple variable' Location: test/parallel/test-repl-tab-complete-computed-props.js:121:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected [ + [], - [ - 'obj[oneStr].toFixed' - ], 'obj[oneStr].toFi' ] at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-tab-complete-computed-props.js:17:16 at completionGroupsLoaded (node:internal/repl/completion:502:5) at node:internal/repl/completion:446:11 at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/common/repl.js:45:17 at once (node:internal/repl/eval:209:14) at inspectorEval (node:internal/repl/eval:198:12) { generatedMessage: true, code: 'ERR_ASSERTION', actual: [Array], expected: [Array], operator: 'deepStrictEqual', diff: 'simple' } Test failure: 'works with a computed variable' Location: test/parallel/test-repl-tab-complete-computed-props.js:127:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected [ + [], - [ - 'obj[helloWorldStr].toLocaleUpperCase' - ], 'obj[helloWorldStr].tolocaleup' ] at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-tab-complete-computed-props.js:17:16 at completionGroupsLoaded (node:internal/repl/completion:502:5) at node:internal/repl/completion:446:11 at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/common/repl.js:45:17 at once (node:internal/repl/eval:209:14) at inspectorEval (node:internal/repl/eval:198:12) { generatedMessage: true, code: 'ERR_ASSERTION', actual: [Array], expected: [Array], operator: 'deepStrictEqual', diff: 'simple' } Test failure: 'works with a simple inlined computed property' Location: test/parallel/test-repl-tab-complete-computed-props.js:133:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected [ + [], - [ - 'obj["Hello " + "World"].toLocaleUpperCase' - ], 'obj["Hello " + "World"].tolocaleup' ] at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-tab-complete-computed-props.js:17:16 at completionGroupsLoaded (node:internal/repl/completion:502:5) at node:internal/repl/completion:446:11 at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/common/repl.js:45:17 at once (node:internal/repl/eval:209:14) at inspectorEval (node:internal/repl/eval:198:12) { generatedMessage: true, code: 'ERR_ASSERTION', actual: [Array], expected: [Array], operator: 'deepStrictEqual', diff: 'simple' } Test failure: 'works with a ternary inlined computed property' Location: test/parallel/test-repl-tab-complete-computed-props.js:139:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected [ + [], - [ - 'obj[(1 + 2 > 5) ? oneStr : "Hello " + "World"].toLocaleUpperCase' - ], 'obj[(1 + 2 > 5) ? oneStr : "Hello " + "World"].toLocaleUpperCase' ] at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-tab-complete-computed-props.js:17:16 at completionGroupsLoaded (node:internal/repl/completion:502:5) at node:internal/repl/completion:446:11 at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/common/repl.js:45:17 at once (node:internal/repl/eval:209:14) at inspectorEval (node:internal/repl/eval:198:12) { generatedMessage: true, code: 'ERR_ASSERTION', actual: [Array], expected: [Array], operator: 'deepStrictEqual', diff: 'simple' } Test failure: 'works with an inlined computed property with a nested property lookup' Location: test/parallel/test-repl-tab-complete-computed-props.js:148:5 AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected [ + [], - [ - 'obj[lookupObj.stringLookup].toLocaleUpperCase'
aarch64-linux: with shared openssl-3.5.6: test/parallel/test-repl-completion-on-getters-disabled.js#L13
--- stdout --- Mismatched <anonymous> function calls. Expected exactly 1, actual 0. at Proxy.mustCall (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:14:37 at Array.forEach (<anonymous>) at runCompletionTests (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:13:9) at TestContext.<anonymous> (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:40:7) at Test.runInAsyncScope (node:async_hooks:227:14) at Test.run (node:internal/test_runner/test:1382:25) at Suite.processPendingSubtests (node:internal/test_runner/test:960:18) at Test.postRun (node:internal/test_runner/test:1522:19) Mismatched <anonymous> function calls. Expected exactly 1, actual 0. at Proxy.mustCall (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:14:37 at Array.forEach (<anonymous>) at runCompletionTests (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:13:9) at TestContext.<anonymous> (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:40:7) at Test.runInAsyncScope (node:async_hooks:227:14) at Test.run (node:internal/test_runner/test:1382:25) at Suite.processPendingSubtests (node:internal/test_runner/test:960:18) at Test.postRun (node:internal/test_runner/test:1522:19) Mismatched <anonymous> function calls. Expected exactly 1, actual 0. at Proxy.mustCall (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:14:37 at Array.forEach (<anonymous>) at runCompletionTests (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:13:9) at TestContext.<anonymous> (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:40:7) at Test.runInAsyncScope (node:async_hooks:227:14) at Test.run (node:internal/test_runner/test:1382:25) at Suite.processPendingSubtests (node:internal/test_runner/test:960:18) at Test.postRun (node:internal/test_runner/test:1522:19) Mismatched <anonymous> function calls. Expected exactly 1, actual 0. at Proxy.mustCall (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:14:37 at Array.forEach (<anonymous>) at runCompletionTests (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:13:9) at TestContext.<anonymous> (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters-disabled.js:40:7) at Test.runInAsyncScope (node:async_hooks:227:14) at Test.run (node:internal/test_runner/test:1382:25) at Suite.processPendingSubtests (node:internal/test_runner/test:960:18) at Test.postRun (node:internal/test_runner/test:1522:19) Mismatched <anonymous> function calls. Expected exactly 1, actual 0. at Proxy.mustCall (/home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-224e1b90673a-slim/test/parallel/test-repl-completion-on-getters

Artifacts

Produced during runtime
Name Size Digest
tarballs
46.6 MB
sha256:52c6d96ec1c3afcd6b7777f0082908d037a77d3b190b5f33569e1dafee586f3f