repl: use inspector over vm #87080
Annotations
6 errors and 2 notices
|
test-linux (ubuntu-24.04-arm)
Process completed with exit code 2.
|
|
test-linux (ubuntu-24.04-arm):
test/parallel/test-repl-mode.js#L25
--- stderr ---
node:internal/process/promises:324
triggerUncaughtException(err, true /* fromPromise */);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ '> Uncaught Error [ERR_INSPECTOR_COMMAND]: Inspector error -32000: Promise was collected\n' +
+ ' at #onMessage (node:inspector:93:15) {\n' +
+ " code: 'ERR_INSPECTOR_COMMAND'\n" +
+ '}\n' +
+ '> '
- '> 3\n> '
at testSloppyMode (/home/runner/work/node/node/node/test/parallel/test-repl-mode.js:25:10)
at runNextTicks (node:internal/process/task_queues:65:5)
at process.processImmediate (node:internal/timers:472:9) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: '> Uncaught Error [ERR_INSPECTOR_COMMAND]: Inspector error -32000: Promise was collected\n' +
' at #onMessage (node:inspector:93:15) {\n' +
" code: 'ERR_INSPECTOR_COMMAND'\n" +
'}\n' +
'> ',
expected: '> 3\n> ',
operator: 'strictEqual',
diff: 'simple'
}
Node.js v27.0.0-pre
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-repl-mode.js
|
|
test-linux (ubuntu-24.04-arm):
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/node/node/node/test/common/index.js:468:10)
at /home/runner/work/node/node/node/test/parallel/test-repl-completion-on-getters-disabled.js:14:37
at Array.forEach (<anonymous>)
at runCompletionTests (/home/runner/work/node/node/node/test/parallel/test-repl-completion-on-getters-disabled.js:13:9)
at TestContext.<anonymous> (/home/runner/work/node/node/node/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/node/node/node/test/common/index.js:468:10)
at /home/runner/work/node/node/node/test/parallel/test-repl-completion-on-getters-disabled.js:14:37
at Array.forEach (<anonymous>)
at runCompletionTests (/home/runner/work/node/node/node/test/parallel/test-repl-completion-on-getters-disabled.js:13:9)
at TestContext.<anonymous> (/home/runner/work/node/node/node/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/node/node/node/test/common/index.js:468:10)
at /home/runner/work/node/node/node/test/parallel/test-repl-completion-on-getters-disabled.js:14:37
at Array.forEach (<anonymous>)
at runCompletionTests (/home/runner/work/node/node/node/test/parallel/test-repl-completion-on-getters-disabled.js:13:9)
at TestContext.<anonymous> (/home/runner/work/node/node/node/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/node/node/node/test/common/index.js:468:10)
at /home/runner/work/node/node/node/test/parallel/test-repl-completion-on-getters-disabled.js:14:37
at Array.forEach (<anonymous>)
at runCompletionTests (/home/runner/work/node/node/node/test/parallel/test-repl-completion-on-getters-disabled.js:13:9)
at TestContext.<anonymous> (/home/runner/work/node/node/node/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/node/node/node/test/common/index.js:468:10)
at /home/runner/work/node/node/node/test/parallel/test-repl-completion-on-getters-disabled.js:14:37
at Array.forEach (<anonymous>)
at runCompletionTests (/home/runner/work/node/node/node/test/parallel/test-repl-completion-on-getters-disabled.js:13:9)
at TestContext.<anonymous> (/home/runner/work/node/node/node/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/n
|
|
test-linux (ubuntu-24.04)
Process completed with exit code 2.
|
|
test-linux (ubuntu-24.04):
test/parallel/test-repl-tab-complete-buffer.js#L42
--- stdout ---
Mismatched <anonymous> function calls. Expected exactly 1, actual 0.
at Proxy.mustCall (/home/runner/work/node/node/node/test/common/index.js:468:10)
at Object.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-repl-tab-complete-buffer.js:42:12)
at Module._compile (node:internal/modules/cjs/loader:1947:14)
at Object..js (node:internal/modules/cjs/loader:2087:10)
at Module.load (node:internal/modules/cjs/loader:1669:32)
at Module._load (node:internal/modules/cjs/loader:1450:12)
at wrapModuleLoad (node:internal/modules/cjs/loader:260:19)
at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)
at node:internal/main/run_main_module:33:47
Mismatched <anonymous> function calls. Expected exactly 1, actual 0.
at Proxy.mustCall (/home/runner/work/node/node/node/test/common/index.js:468:10)
at Object.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-repl-tab-complete-buffer.js:42:12)
at Module._compile (node:internal/modules/cjs/loader:1947:14)
at Object..js (node:internal/modules/cjs/loader:2087:10)
at Module.load (node:internal/modules/cjs/loader:1669:32)
at Module._load (node:internal/modules/cjs/loader:1450:12)
at wrapModuleLoad (node:internal/modules/cjs/loader:260:19)
at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)
at node:internal/main/run_main_module:33:47
Mismatched <anonymous> function calls. Expected exactly 1, actual 0.
at Proxy.mustCall (/home/runner/work/node/node/node/test/common/index.js:468:10)
at Object.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-repl-tab-complete-buffer.js:42:12)
at Module._compile (node:internal/modules/cjs/loader:1947:14)
at Object..js (node:internal/modules/cjs/loader:2087:10)
at Module.load (node:internal/modules/cjs/loader:1669:32)
at Module._load (node:internal/modules/cjs/loader:1450:12)
at wrapModuleLoad (node:internal/modules/cjs/loader:260:19)
at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)
at node:internal/main/run_main_module:33:47
Mismatched <anonymous> function calls. Expected exactly 1, actual 0.
at Proxy.mustCall (/home/runner/work/node/node/node/test/common/index.js:468:10)
at Object.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-repl-tab-complete-buffer.js:42:12)
at Module._compile (node:internal/modules/cjs/loader:1947:14)
at Object..js (node:internal/modules/cjs/loader:2087:10)
at Module.load (node:internal/modules/cjs/loader:1669:32)
at Module._load (node:internal/modules/cjs/loader:1450:12)
at wrapModuleLoad (node:internal/modules/cjs/loader:260:19)
at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)
at node:internal/main/run_main_module:33:47
Mismatched <anonymous> function calls. Expected exactly 1, actual 0.
at Proxy.mustCall (/home/runner/work/node/node/node/test/common/index.js:468:10)
at Object.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-repl-tab-complete-buffer.js:42:12)
at Module._compile (node:internal/modules/cjs/loader:1947:14)
at Object..js (node:internal/modules/cjs/loader:2087:10)
at Module.load (node:internal/modules/cjs/loader:1669:32)
at Module._load (node:internal/modules/cjs/loader:1450:12)
at wrapModuleLoad (node:internal/modules/cjs/loader:260:19)
at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)
at node:internal/main/run_main_module:33:47
Mismatched <anonymous> function calls. Expected exactly 1, actual 0.
at Proxy.mustCall (/home/runner/work/node/node/node/test/common/index.js:468:10)
at Object.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-repl-tab-complete-buffer.js:42:12)
at Module._compile (node:internal/modules/cjs/loader:1947:14)
at Object..js (node:internal/modules/cjs/loader:2087:10)
at Module.load (node:internal/modules/cjs/loader:1669:32)
at Module._load (nod
|
|
test-linux (ubuntu-24.04):
test/parallel/test-repl-mode.js#L25
--- stderr ---
node:internal/process/promises:324
triggerUncaughtException(err, true /* fromPromise */);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ '> Uncaught Error [ERR_INSPECTOR_COMMAND]: Inspector error -32000: Promise was collected\n' +
+ ' at #onMessage (node:inspector:93:15) {\n' +
+ " code: 'ERR_INSPECTOR_COMMAND'\n" +
+ '}\n' +
+ '> '
- '> 3\n> '
at testSloppyMode (/home/runner/work/node/node/node/test/parallel/test-repl-mode.js:25:10)
at runNextTicks (node:internal/process/task_queues:65:5)
at process.processImmediate (node:internal/timers:472:9) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: '> Uncaught Error [ERR_INSPECTOR_COMMAND]: Inspector error -32000: Promise was collected\n' +
' at #onMessage (node:inspector:93:15) {\n' +
" code: 'ERR_INSPECTOR_COMMAND'\n" +
'}\n' +
'> ',
expected: '> 3\n> ',
operator: 'strictEqual',
diff: 'simple'
}
Node.js v27.0.0-pre
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-repl-mode.js
|
|
sccache stats - test-linux
89% - 4467 hits, 562 misses, 0 errors
|
|
sccache stats - test-linux
92% - 4655 hits, 385 misses, 0 errors
|