crypto: move DEP0203 and DEP0204 to End-of-Life #84896
Annotations
2 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#L174
--- stdout ---
Test failure: 'should watch changes to nested worker dependencies - cjs'
Location: test/sequential/test-watch-mode-worker.mjs:144:3
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
[
'sub-dep v1',
"Completed running '/home/runner/work/node/node/node/test/.tmp.5581/2.js'. Waiting for file changes before restarting...",
"Restarting '/home/runner/work/node/node/node/test/.tmp.5581/2.js'",
+ '{}',
- 'sub-dep v1',
"Completed running '/home/runner/work/node/node/node/test/.tmp.5581/2.js'. Waiting for file changes before restarting..."
]
at TestContext.<anonymous> (file:///home/runner/work/node/node/node/test/sequential/test-watch-mode-worker.mjs:174:12)
at process.processTicksAndRejections (node:internal/process/task_queues:104:5)
at async Test.run (node:internal/test_runner/test:1313:7)
at async Suite.processPendingSubtests (node:internal/test_runner/test:897:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: [Array],
expected: [Array],
operator: 'deepStrictEqual',
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
|
|
sccache stats - test-linux
76% - 3779 hits, 1193 misses, 0 errors
|
|
sccache stats - test-linux
78% - 3882 hits, 1080 misses, 0 errors
|