Skip to content

deps: update undici to 5.25.4 #40357

deps: update undici to 5.25.4

deps: update undici to 5.25.4 #40357

You are viewing an older attempt in the history of this workflow run. View latest attempt.
Triggered via pull request October 7, 2023 09:06
Status Failure
Total duration 2h 46m 26s
Artifacts

test-asan.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
test-asan: test/es-module/test-esm-loader-resolve-type.mjs#L1
--- stderr --- node:internal/process/esm_loader:40 internalBinding('errors').triggerUncaughtException( ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected { code: 0, signal: null, stderr: '', + stdout: '{"before":{"importedESM":0,"importedCJS":0},"after":{"importedESM":0,"importedCJS":0}}\n' - stdout: '{"before":{"importedESM":0,"importedCJS":0},"after":{"importedESM":1,"importedCJS":0}}\n' } at file:///home/runner/work/node/node/test/es-module/test-esm-loader-resolve-type.mjs:34:3 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) { generatedMessage: true, code: 'ERR_ASSERTION', actual: { code: 0, signal: null, stderr: '', stdout: '{"before":{"importedESM":0,"importedCJS":0},"after":{"importedESM":0,"importedCJS":0}}\n' }, expected: { code: 0, signal: null, stderr: '', stdout: '{"before":{"importedESM":0,"importedCJS":0},"after":{"importedESM":1,"importedCJS":0}}\n' }, operator: 'deepStrictEqual' } Node.js v21.0.0-pre Command: out/Release/node --test-reporter=spec --test-reporter-destination=stdout --test-reporter=./tools/github_reporter/index.js --test-reporter-destination=stdout /home/runner/work/node/node/test/es-module/test-esm-loader-resolve-type.mjs
test-asan
Process completed with exit code 2.