Skip to content

repl: fix dedup comparing normalized line against raw history #85227

repl: fix dedup comparing normalized line against raw history

repl: fix dedup comparing normalized line against raw history #85227

Triggered via push May 15, 2026 09:04
Status Failure
Total duration 47m 55s
Artifacts

test-linux.yml

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

Annotations

3 errors and 2 notices
test-linux (ubuntu-24.04-arm)
Process completed with exit code 2.
test-linux (ubuntu-24.04-arm): test/sequential/test-watch-mode-worker.mjs#L272
--- stdout --- Test failure: 'should watch changes to nested worker dependencies - esm' Location: test/sequential/test-watch-mode-worker.mjs:243:3 AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + '\n' + + 'node:internal/event_target:1118\n' + + ' process.nextTick(() => { throw err; });\n' + + ' ^\n' + + 'file:///home/runner/work/node/node/node/test/.tmp.5591/dep.mjs:2\n' + + 'import subDep from "file:///home/runner/work/node/node/node/test/.tmp.5591/sub-dep.mjs";\n' + + ' ^^^^^^\n' + + "SyntaxError: The requested module 'file:///home/runner/work/node/node/node/test/.tmp.5591/sub-dep.mjs' does not provide an export named 'default'\n" + + ' at #asyncInstantiate (node:internal/modules/esm/module_job:327:21)\n' + + ' at process.processTicksAndRejections (node:internal/process/task_queues:104:5)\n' + + ' at async ModuleJob.run (node:internal/modules/esm/module_job:431:5)\n' + + ' at async node:internal/modules/esm/loader:666:26\n' + + ' at async asyncRunEntryPointWithESMLoader (node:internal/modules/run_main:101:5)\n' + + '\n' + + 'Node.js v27.0.0-pre\n' - '' at TestContext.<anonymous> (file:///home/runner/work/node/node/node/test/sequential/test-watch-mode-worker.mjs:272:12) at process.processTicksAndRejections (node:internal/process/task_queues:104:5) at async Test.run (node:internal/test_runner/test:1362:7) at async Suite.processPendingSubtests (node:internal/test_runner/test:946:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: '\n' + 'node:internal/event_target:1118\n' + ' process.nextTick(() => { throw err; });\n' + ' ^\n' + 'file:///home/runner/work/node/node/node/test/.tmp.5591/dep.mjs:2\n' + 'import subDep from "file:///home/runner/work/node/node/node/test/.tmp.5591/sub-dep.mjs";\n' + ' ^^^^^^\n' + "SyntaxError: The requested module 'file:///home/runner/work/node/node/node/test/.tmp.5591/sub-dep.mjs' does not provide an export named 'default'\n" + ' at #asyncInstantiate (node:internal/modules/esm/module_job:327:21)\n' + ' at process.processTicksAndRejections (node:internal/process/task_queues:104:5)\n' + '...', expected: '', operator: 'strictEqual', diff: 'simple' } Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/node/node/node/test/sequential/test-watch-mode-worker.mjs
test-linux (ubuntu-24.04-arm): test/parallel/test-cluster-dgram-ipv6only.js#L17
--- stderr --- node:assert:173 throw err; ^ AssertionError [ERR_ASSERTION]: function should not have been called at /home/runner/work/node/node/node/test/parallel/test-cluster-dgram-ipv6only.js:34 called with arguments: Error: bind EADDRINUSE 0.0.0.0:49494 at node:dgram:391:20 at node:dgram:252:9 at rr (node:internal/cluster/child:164:12) at Worker.<anonymous> (node:internal/cluster/child:114:7) at process.onInternalMessage (node:internal/cluster/utils:49:5) at process.emit (node:events:521:24) at emit (node:internal/child_process:956:14) at process.processTicksAndRejections (node:internal/process/task_queues:91:21) { errno: -98, code: 'EADDRINUSE', syscall: 'bind', address: '0.0.0.0', port: 49494 } at Socket.mustNotCall (/home/runner/work/node/node/node/test/common/index.js:567:12) at Socket.emit (node:events:521:24) at node:dgram:393:14 at node:dgram:252:9 at rr (node:internal/cluster/child:164:12) at Worker.<anonymous> (node:internal/cluster/child:114:7) at process.onInternalMessage (node:internal/cluster/utils:49:5) at process.emit (node:events:521:24) at emit (node:internal/child_process:956:14) at process.processTicksAndRejections (node:internal/process/task_queues:91:21) { generatedMessage: false, code: 'ERR_ASSERTION', actual: undefined, expected: undefined, operator: 'fail', diff: 'simple' } Node.js v27.0.0-pre node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: 1 !== 0 at Worker.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-cluster-dgram-ipv6only.js:17:12) at Worker.<anonymous> (/home/runner/work/node/node/node/test/common/index.js:509:15) at Worker.emit (node:events:509:20) at ChildProcess.<anonymous> (node:internal/cluster/primary:187:12) at Object.onceWrapper (node:events:631:12) at ChildProcess.emit (node:events:509:20) at ChildProcess._handle.onexit (node:internal/child_process:294:12) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 1, expected: 0, operator: 'strictEqual', diff: 'simple' } Node.js v27.0.0-pre Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-cluster-dgram-ipv6only.js
sccache stats - test-linux
100% - 4970 hits, 3 misses, 0 errors
sccache stats - test-linux
100% - 4961 hits, 2 misses, 0 errors