Skip to content

meta: make stale bot faster #8348

meta: make stale bot faster

meta: make stale bot faster #8348

Triggered via pull request June 22, 2026 23:13
Status Failure
Total duration 1h 29m 5s
Artifacts 1

test-shared.yml

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

Annotations

28 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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-22f76bcb430b-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-22f76bcb430b-slim/test/parallel/test-repl-sigint.js --- TIMEOUT ---
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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-22f76bcb430b-slim/test/parallel/test-repl-completion-on-getters-disabled.js:14:37 at Array.
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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-22f76bcb430b-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.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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-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-22f76bcb430b-slim/test/common/index.js:468:10) at /home/runner/work/_temp/node-v27.0.0-nightly2026-06-22f76bcb430b-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

Artifacts

Produced during runtime
Name Size Digest
tarballs
46.6 MB
sha256:9d6653a442836753c4d3eebcfa8e5b0c2f49aab4f660edaab08fd6bc75df4c0a