Skip to content

use AbortSignal.any if possible #15090

use AbortSignal.any if possible

use AbortSignal.any if possible #15090

Triggered via pull request October 28, 2024 12:24
Status Failure
Total duration 5m 5s
Artifacts

nodejs.yml

on: pull_request
Matrix: test-without-intl
Matrix: test
dependency-review
9s
dependency-review
Lint
33s
Lint
Fuzzing
3m 34s
Fuzzing
Test TypeScript types
33s
Test TypeScript types
automerge
0s
automerge
Fit to window
Zoom out
Zoom in

Annotations

36 errors and 101 notices
post aborted signal: test/fetch/request.js#L272
Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + undefined - 'gwak' at process.emit (node:events:519:28) { code: 'ERR_TEST_FAILURE', failureType: 'uncaughtException', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + undefined - 'gwak' at res.<computed> (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at ac.signal.addEventListener.once (/home/runner/work/undici/undici/test/fetch/request.js:272:5) at [nodejs.internal.kHybridDispatch] (node:internal/event_target:820:20) at EventTarget.dispatchEvent (node:internal/event_target:755:26) at abortSignal (node:internal/abort_controller:370:10) at AbortController.abort (node:internal/abort_controller:392:5) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/fetch/request.js:274:6) at Test.runInAsyncScope (node:async_hooks:206:9) at Test.run (node:internal/test_runner/test:796:25) at Test.processPendingSubtests (node:internal/test_runner/test:527:18) { generatedMessage: true, code: 'ERR_ASSERTION', actual: undefined, expected: 'gwak', operator: 'strictEqual' } }
post aborted signal cloned: test/fetch/request.js#L315
Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + undefined - 'gwak' at process.emit (node:events:519:28) { code: 'ERR_TEST_FAILURE', failureType: 'uncaughtException', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + undefined - 'gwak' at res.<computed> (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at ac.signal.addEventListener.once (/home/runner/work/undici/undici/test/fetch/request.js:315:5) at [nodejs.internal.kHybridDispatch] (node:internal/event_target:820:20) at EventTarget.dispatchEvent (node:internal/event_target:755:26) at abortSignal (node:internal/abort_controller:370:10) at AbortController.abort (node:internal/abort_controller:392:5) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/fetch/request.js:317:6) at Test.runInAsyncScope (node:async_hooks:206:9) at Test.run (node:internal/test_runner/test:796:25) at Test.processPendingSubtests (node:internal/test_runner/test:527:18) { generatedMessage: true, code: 'ERR_ASSERTION', actual: undefined, expected: 'gwak', operator: 'strictEqual' } }
test (20, ubuntu-latest) / Test with Node.js 20 on ubuntu-latest
Process completed with exit code 1.
post aborted signal: test/fetch/request.js#L272
Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + undefined - 'gwak' at process.emit (node:events:519:28) { code: 'ERR_TEST_FAILURE', failureType: 'uncaughtException', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + undefined - 'gwak' at res.<computed> (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at ac.signal.addEventListener.once (/home/runner/work/undici/undici/test/fetch/request.js:272:5) at [nodejs.internal.kHybridDispatch] (node:internal/event_target:822:20) at EventTarget.dispatchEvent (node:internal/event_target:757:26) at abortSignal (node:internal/abort_controller:374:10) at AbortController.abort (node:internal/abort_controller:396:5) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/fetch/request.js:274:6) at Test.runInAsyncScope (node:async_hooks:206:9) at Test.run (node:internal/test_runner/test:639:25) at Test.processPendingSubtests (node:internal/test_runner/test:382:18) { generatedMessage: true, code: 'ERR_ASSERTION', actual: undefined, expected: 'gwak', operator: 'strictEqual' } }
post aborted signal cloned: test/fetch/request.js#L315
Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + undefined - 'gwak' at process.emit (node:events:519:28) { code: 'ERR_TEST_FAILURE', failureType: 'uncaughtException', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + undefined - 'gwak' at res.<computed> (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at ac.signal.addEventListener.once (/home/runner/work/undici/undici/test/fetch/request.js:315:5) at [nodejs.internal.kHybridDispatch] (node:internal/event_target:822:20) at EventTarget.dispatchEvent (node:internal/event_target:757:26) at abortSignal (node:internal/abort_controller:374:10) at AbortController.abort (node:internal/abort_controller:396:5) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/fetch/request.js:317:6) at Test.runInAsyncScope (node:async_hooks:206:9) at Test.run (node:internal/test_runner/test:639:25) at Test.processPendingSubtests (node:internal/test_runner/test:382:18) { generatedMessage: true, code: 'ERR_ASSERTION', actual: undefined, expected: 'gwak', operator: 'strictEqual' } }
test (21, ubuntu-latest) / Test with Node.js 21 on ubuntu-latest
Process completed with exit code 1.
Should throw when on dual-stack disabled (6): test\interceptors\dns.js#L346
[Error [ERR_TEST_FAILURE]: Missing expected rejection: UND_ERR_HEADERS_TIMEOUT] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Missing expected rejection: UND_ERR_HEADERS_TIMEOUT at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async TestContext.<anonymous> (D:\a\undici\undici\test\interceptors\dns.js:346:5) at async Test.run (node:internal/test_runner/test:935:9) at async Test.processPendingSubtests (node:internal/test_runner/test:633:7) { generatedMessage: false, code: 'ERR_ASSERTION', actual: undefined, expected: undefined, operator: 'rejects' } }
test (22, windows-latest) / Test with Node.js 22 on windows-latest
Process completed with exit code 1.
post aborted signal: test/fetch/request.js#L272
Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + undefined - 'gwak' at process.emit (node:events:517:28) { failureType: 'uncaughtException', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + undefined - 'gwak' at res.<computed> (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at ac.signal.addEventListener.once (/home/runner/work/undici/undici/test/fetch/request.js:272:5) at [nodejs.internal.kHybridDispatch] (node:internal/event_target:786:20) at EventTarget.dispatchEvent (node:internal/event_target:721:26) at abortSignal (node:internal/abort_controller:369:10) at AbortController.abort (node:internal/abort_controller:403:5) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/fetch/request.js:274:6) at Test.runInAsyncScope (node:async_hooks:203:9) at Test.run (node:internal/test_runner/test:631:25) at Test.processPendingSubtests (node:internal/test_runner/test:374:18) { generatedMessage: true, code: 'ERR_ASSERTION', actual: undefined, expected: 'gwak', operator: 'strictEqual' }, code: 'ERR_TEST_FAILURE' }
post aborted signal cloned: test/fetch/request.js#L315
Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + undefined - 'gwak' at process.emit (node:events:517:28) { failureType: 'uncaughtException', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + undefined - 'gwak' at res.<computed> (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at ac.signal.addEventListener.once (/home/runner/work/undici/undici/test/fetch/request.js:315:5) at [nodejs.internal.kHybridDispatch] (node:internal/event_target:786:20) at EventTarget.dispatchEvent (node:internal/event_target:721:26) at abortSignal (node:internal/abort_controller:369:10) at AbortController.abort (node:internal/abort_controller:403:5) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/fetch/request.js:317:6) at Test.runInAsyncScope (node:async_hooks:203:9) at Test.run (node:internal/test_runner/test:631:25) at Test.processPendingSubtests (node:internal/test_runner/test:374:18) { generatedMessage: true, code: 'ERR_ASSERTION', actual: undefined, expected: 'gwak', operator: 'strictEqual' }, code: 'ERR_TEST_FAILURE' }
test (18, ubuntu-latest) / Test with Node.js 18 on ubuntu-latest
Process completed with exit code 1.
post aborted signal: test/fetch/request.js#L272
Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + undefined - 'gwak' at process.emit (node:events:519:28) { code: 'ERR_TEST_FAILURE', failureType: 'uncaughtException', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + undefined - 'gwak' at res.<computed> (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at ac.signal.addEventListener.once (/home/runner/work/undici/undici/test/fetch/request.js:272:5) at [nodejs.internal.kHybridDispatch] (node:internal/event_target:820:20) at EventTarget.dispatchEvent (node:internal/event_target:755:26) at abortSignal (node:internal/abort_controller:370:10) at AbortController.abort (node:internal/abort_controller:392:5) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/fetch/request.js:274:6) at Test.runInAsyncScope (node:async_hooks:206:9) at Test.run (node:internal/test_runner/test:796:25) at Test.processPendingSubtests (node:internal/test_runner/test:527:18) { generatedMessage: true, code: 'ERR_ASSERTION', actual: undefined, expected: 'gwak', operator: 'strictEqual' } }
post aborted signal cloned: test/fetch/request.js#L315
Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + undefined - 'gwak' at process.emit (node:events:519:28) { code: 'ERR_TEST_FAILURE', failureType: 'uncaughtException', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + undefined - 'gwak' at res.<computed> (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at ac.signal.addEventListener.once (/home/runner/work/undici/undici/test/fetch/request.js:315:5) at [nodejs.internal.kHybridDispatch] (node:internal/event_target:820:20) at EventTarget.dispatchEvent (node:internal/event_target:755:26) at abortSignal (node:internal/abort_controller:370:10) at AbortController.abort (node:internal/abort_controller:392:5) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/fetch/request.js:317:6) at Test.runInAsyncScope (node:async_hooks:206:9) at Test.run (node:internal/test_runner/test:796:25) at Test.processPendingSubtests (node:internal/test_runner/test:527:18) { generatedMessage: true, code: 'ERR_ASSERTION', actual: undefined, expected: 'gwak', operator: 'strictEqual' } }
Test with Node.js 20 compiled --without-intl
Process completed with exit code 1.
post aborted signal: test/fetch/request.js#L272
Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + undefined - 'gwak' at process.emit (node:events:519:28) { code: 'ERR_TEST_FAILURE', failureType: 'uncaughtException', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + undefined - 'gwak' at res.<computed> (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at ac.signal.addEventListener.once (/Users/runner/work/undici/undici/test/fetch/request.js:272:5) at [nodejs.internal.kHybridDispatch] (node:internal/event_target:820:20) at EventTarget.dispatchEvent (node:internal/event_target:755:26) at abortSignal (node:internal/abort_controller:370:10) at AbortController.abort (node:internal/abort_controller:392:5) at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/fetch/request.js:274:6) at Test.runInAsyncScope (node:async_hooks:206:9) at Test.run (node:internal/test_runner/test:796:25) at Test.processPendingSubtests (node:internal/test_runner/test:527:18) { generatedMessage: true, code: 'ERR_ASSERTION', actual: undefined, expected: 'gwak', operator: 'strictEqual' } }
post aborted signal cloned: test/fetch/request.js#L315
Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + undefined - 'gwak' at process.emit (node:events:519:28) { code: 'ERR_TEST_FAILURE', failureType: 'uncaughtException', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + undefined - 'gwak' at res.<computed> (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at ac.signal.addEventListener.once (/Users/runner/work/undici/undici/test/fetch/request.js:315:5) at [nodejs.internal.kHybridDispatch] (node:internal/event_target:820:20) at EventTarget.dispatchEvent (node:internal/event_target:755:26) at abortSignal (node:internal/abort_controller:370:10) at AbortController.abort (node:internal/abort_controller:392:5) at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/fetch/request.js:317:6) at Test.runInAsyncScope (node:async_hooks:206:9) at Test.run (node:internal/test_runner/test:796:25) at Test.processPendingSubtests (node:internal/test_runner/test:527:18) { generatedMessage: true, code: 'ERR_ASSERTION', actual: undefined, expected: 'gwak', operator: 'strictEqual' } }
test (20, macos-latest) / Test with Node.js 20 on macos-latest
Process completed with exit code 1.
post aborted signal: test/fetch/request.js#L272
Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + undefined - 'gwak' at process.emit (node:events:519:28) { code: 'ERR_TEST_FAILURE', failureType: 'uncaughtException', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + undefined - 'gwak' at res.<computed> (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at ac.signal.addEventListener.once (/Users/runner/work/undici/undici/test/fetch/request.js:272:5) at [nodejs.internal.kHybridDispatch] (node:internal/event_target:822:20) at EventTarget.dispatchEvent (node:internal/event_target:757:26) at abortSignal (node:internal/abort_controller:374:10) at AbortController.abort (node:internal/abort_controller:396:5) at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/fetch/request.js:274:6) at Test.runInAsyncScope (node:async_hooks:206:9) at Test.run (node:internal/test_runner/test:639:25) at Test.processPendingSubtests (node:internal/test_runner/test:382:18) { generatedMessage: true, code: 'ERR_ASSERTION', actual: undefined, expected: 'gwak', operator: 'strictEqual' } }
post aborted signal cloned: test/fetch/request.js#L315
Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + undefined - 'gwak' at process.emit (node:events:519:28) { code: 'ERR_TEST_FAILURE', failureType: 'uncaughtException', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + undefined - 'gwak' at res.<computed> (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at ac.signal.addEventListener.once (/Users/runner/work/undici/undici/test/fetch/request.js:315:5) at [nodejs.internal.kHybridDispatch] (node:internal/event_target:822:20) at EventTarget.dispatchEvent (node:internal/event_target:757:26) at abortSignal (node:internal/abort_controller:374:10) at AbortController.abort (node:internal/abort_controller:396:5) at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/fetch/request.js:317:6) at Test.runInAsyncScope (node:async_hooks:206:9) at Test.run (node:internal/test_runner/test:639:25) at Test.processPendingSubtests (node:internal/test_runner/test:382:18) { generatedMessage: true, code: 'ERR_ASSERTION', actual: undefined, expected: 'gwak', operator: 'strictEqual' } }
test (21, macos-latest) / Test with Node.js 21 on macos-latest
Process completed with exit code 1.
post aborted signal: test/fetch/request.js#L272
Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + undefined - 'gwak' at process.emit (node:events:519:28) { code: 'ERR_TEST_FAILURE', failureType: 'uncaughtException', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + undefined - 'gwak' at res.<computed> (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at ac.signal.addEventListener.once (/home/runner/work/undici/undici/test/fetch/request.js:272:5) at [nodejs.internal.kHybridDispatch] (node:internal/event_target:822:20) at EventTarget.dispatchEvent (node:internal/event_target:757:26) at abortSignal (node:internal/abort_controller:374:10) at AbortController.abort (node:internal/abort_controller:396:5) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/fetch/request.js:274:6) at Test.runInAsyncScope (node:async_hooks:206:9) at Test.run (node:internal/test_runner/test:639:25) at Test.processPendingSubtests (node:internal/test_runner/test:382:18) { generatedMessage: true, code: 'ERR_ASSERTION', actual: undefined, expected: 'gwak', operator: 'strictEqual' } }
post aborted signal cloned: test/fetch/request.js#L315
Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + undefined - 'gwak' at process.emit (node:events:519:28) { code: 'ERR_TEST_FAILURE', failureType: 'uncaughtException', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + undefined - 'gwak' at res.<computed> (/home/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at ac.signal.addEventListener.once (/home/runner/work/undici/undici/test/fetch/request.js:315:5) at [nodejs.internal.kHybridDispatch] (node:internal/event_target:822:20) at EventTarget.dispatchEvent (node:internal/event_target:757:26) at abortSignal (node:internal/abort_controller:374:10) at AbortController.abort (node:internal/abort_controller:396:5) at TestContext.<anonymous> (/home/runner/work/undici/undici/test/fetch/request.js:317:6) at Test.runInAsyncScope (node:async_hooks:206:9) at Test.run (node:internal/test_runner/test:639:25) at Test.processPendingSubtests (node:internal/test_runner/test:382:18) { generatedMessage: true, code: 'ERR_ASSERTION', actual: undefined, expected: 'gwak', operator: 'strictEqual' } }
Test with Node.js 21 compiled --without-intl
Process completed with exit code 1.
post aborted signal: test/fetch/request.js#L272
Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + undefined - 'gwak' at process.emit (node:events:517:28) { failureType: 'uncaughtException', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + undefined - 'gwak' at res.<computed> (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at ac.signal.addEventListener.once (/Users/runner/work/undici/undici/test/fetch/request.js:272:5) at [nodejs.internal.kHybridDispatch] (node:internal/event_target:786:20) at EventTarget.dispatchEvent (node:internal/event_target:721:26) at abortSignal (node:internal/abort_controller:369:10) at AbortController.abort (node:internal/abort_controller:403:5) at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/fetch/request.js:274:6) at Test.runInAsyncScope (node:async_hooks:203:9) at Test.run (node:internal/test_runner/test:631:25) at Test.processPendingSubtests (node:internal/test_runner/test:374:18) { generatedMessage: true, code: 'ERR_ASSERTION', actual: undefined, expected: 'gwak', operator: 'strictEqual' }, code: 'ERR_TEST_FAILURE' }
post aborted signal cloned: test/fetch/request.js#L315
Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + undefined - 'gwak' at process.emit (node:events:517:28) { failureType: 'uncaughtException', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + undefined - 'gwak' at res.<computed> (/Users/runner/work/undici/undici/node_modules/@matteo.collina/tspl/tspl.js:52:35) at ac.signal.addEventListener.once (/Users/runner/work/undici/undici/test/fetch/request.js:315:5) at [nodejs.internal.kHybridDispatch] (node:internal/event_target:786:20) at EventTarget.dispatchEvent (node:internal/event_target:721:26) at abortSignal (node:internal/abort_controller:369:10) at AbortController.abort (node:internal/abort_controller:403:5) at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/fetch/request.js:317:6) at Test.runInAsyncScope (node:async_hooks:203:9) at Test.run (node:internal/test_runner/test:631:25) at Test.processPendingSubtests (node:internal/test_runner/test:374:18) { generatedMessage: true, code: 'ERR_ASSERTION', actual: undefined, expected: 'gwak', operator: 'strictEqual' }, code: 'ERR_TEST_FAILURE' }
test (18, macos-latest) / Test with Node.js 18 on macos-latest
Process completed with exit code 1.
post aborted signal: test\fetch\request.js#L272
Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + undefined - 'gwak' at process.emit (node:events:519:28) { code: 'ERR_TEST_FAILURE', failureType: 'uncaughtException', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + undefined - 'gwak' at res.<computed> (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35) at ac.signal.addEventListener.once (D:\a\undici\undici\test\fetch\request.js:272:5) at [nodejs.internal.kHybridDispatch] (node:internal/event_target:820:20) at EventTarget.dispatchEvent (node:internal/event_target:755:26) at abortSignal (node:internal/abort_controller:370:10) at AbortController.abort (node:internal/abort_controller:392:5) at TestContext.<anonymous> (D:\a\undici\undici\test\fetch\request.js:274:6) at Test.runInAsyncScope (node:async_hooks:206:9) at Test.run (node:internal/test_runner/test:796:25) at Test.processPendingSubtests (node:internal/test_runner/test:527:18) { generatedMessage: true, code: 'ERR_ASSERTION', actual: undefined, expected: 'gwak', operator: 'strictEqual' } }
post aborted signal cloned: test\fetch\request.js#L315
Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + undefined - 'gwak' at process.emit (node:events:519:28) { code: 'ERR_TEST_FAILURE', failureType: 'uncaughtException', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + undefined - 'gwak' at res.<computed> (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35) at ac.signal.addEventListener.once (D:\a\undici\undici\test\fetch\request.js:315:5) at [nodejs.internal.kHybridDispatch] (node:internal/event_target:820:20) at EventTarget.dispatchEvent (node:internal/event_target:755:26) at abortSignal (node:internal/abort_controller:370:10) at AbortController.abort (node:internal/abort_controller:392:5) at TestContext.<anonymous> (D:\a\undici\undici\test\fetch\request.js:317:6) at Test.runInAsyncScope (node:async_hooks:206:9) at Test.run (node:internal/test_runner/test:796:25) at Test.processPendingSubtests (node:internal/test_runner/test:527:18) { generatedMessage: true, code: 'ERR_ASSERTION', actual: undefined, expected: 'gwak', operator: 'strictEqual' } }
test (20, windows-latest) / Test with Node.js 20 on windows-latest
Process completed with exit code 1.
post aborted signal: test\fetch\request.js#L272
Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + undefined - 'gwak' at process.emit (node:events:519:28) { code: 'ERR_TEST_FAILURE', failureType: 'uncaughtException', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + undefined - 'gwak' at res.<computed> (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35) at ac.signal.addEventListener.once (D:\a\undici\undici\test\fetch\request.js:272:5) at [nodejs.internal.kHybridDispatch] (node:internal/event_target:822:20) at EventTarget.dispatchEvent (node:internal/event_target:757:26) at abortSignal (node:internal/abort_controller:374:10) at AbortController.abort (node:internal/abort_controller:396:5) at TestContext.<anonymous> (D:\a\undici\undici\test\fetch\request.js:274:6) at Test.runInAsyncScope (node:async_hooks:206:9) at Test.run (node:internal/test_runner/test:639:25) at Test.processPendingSubtests (node:internal/test_runner/test:382:18) { generatedMessage: true, code: 'ERR_ASSERTION', actual: undefined, expected: 'gwak', operator: 'strictEqual' } }
post aborted signal cloned: test\fetch\request.js#L315
Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + undefined - 'gwak' at process.emit (node:events:519:28) { code: 'ERR_TEST_FAILURE', failureType: 'uncaughtException', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + undefined - 'gwak' at res.<computed> (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35) at ac.signal.addEventListener.once (D:\a\undici\undici\test\fetch\request.js:315:5) at [nodejs.internal.kHybridDispatch] (node:internal/event_target:822:20) at EventTarget.dispatchEvent (node:internal/event_target:757:26) at abortSignal (node:internal/abort_controller:374:10) at AbortController.abort (node:internal/abort_controller:396:5) at TestContext.<anonymous> (D:\a\undici\undici\test\fetch\request.js:317:6) at Test.runInAsyncScope (node:async_hooks:206:9) at Test.run (node:internal/test_runner/test:639:25) at Test.processPendingSubtests (node:internal/test_runner/test:382:18) { generatedMessage: true, code: 'ERR_ASSERTION', actual: undefined, expected: 'gwak', operator: 'strictEqual' } }
test (21, windows-latest) / Test with Node.js 21 on windows-latest
Process completed with exit code 1.
post aborted signal: test\fetch\request.js#L272
Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + undefined - 'gwak' at process.emit (node:events:517:28) { failureType: 'uncaughtException', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + undefined - 'gwak' at res.<computed> (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35) at ac.signal.addEventListener.once (D:\a\undici\undici\test\fetch\request.js:272:5) at [nodejs.internal.kHybridDispatch] (node:internal/event_target:786:20) at EventTarget.dispatchEvent (node:internal/event_target:721:26) at abortSignal (node:internal/abort_controller:369:10) at AbortController.abort (node:internal/abort_controller:403:5) at TestContext.<anonymous> (D:\a\undici\undici\test\fetch\request.js:274:6) at Test.runInAsyncScope (node:async_hooks:203:9) at Test.run (node:internal/test_runner/test:631:25) at Test.processPendingSubtests (node:internal/test_runner/test:374:18) { generatedMessage: true, code: 'ERR_ASSERTION', actual: undefined, expected: 'gwak', operator: 'strictEqual' }, code: 'ERR_TEST_FAILURE' }
post aborted signal cloned: test\fetch\request.js#L315
Error [ERR_TEST_FAILURE]: Expected values to be strictly equal: + actual - expected + undefined - 'gwak' at process.emit (node:events:517:28) { failureType: 'uncaughtException', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + undefined - 'gwak' at res.<computed> (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35) at ac.signal.addEventListener.once (D:\a\undici\undici\test\fetch\request.js:315:5) at [nodejs.internal.kHybridDispatch] (node:internal/event_target:786:20) at EventTarget.dispatchEvent (node:internal/event_target:721:26) at abortSignal (node:internal/abort_controller:369:10) at AbortController.abort (node:internal/abort_controller:403:5) at TestContext.<anonymous> (D:\a\undici\undici\test\fetch\request.js:317:6) at Test.runInAsyncScope (node:async_hooks:203:9) at Test.run (node:internal/test_runner/test:631:25) at Test.processPendingSubtests (node:internal/test_runner/test:374:18) { generatedMessage: true, code: 'ERR_ASSERTION', actual: undefined, expected: 'gwak', operator: 'strictEqual' }, code: 'ERR_TEST_FAILURE' }
test (18, windows-latest) / Test with Node.js 18 on windows-latest
Process completed with exit code 1.
Fuzzing
Process completed with exit code 1.
test (20, ubuntu-latest) / Test with Node.js 20 on ubuntu-latest
Total Tests: 1018 Suites 📂: 78 Passed ✅: 1013 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 5 Todo 📝: 0 Duration 🕐: 28615.624ms
test (20, ubuntu-latest) / Test with Node.js 20 on ubuntu-latest
Total Tests: 189 Suites 📂: 6 Passed ✅: 176 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 13 Todo 📝: 0 Duration 🕐: 3050.963ms
test (20, ubuntu-latest) / Test with Node.js 20 on ubuntu-latest
Total Tests: 3 Suites 📂: 0 Passed ✅: 3 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 113.863ms
test (20, ubuntu-latest) / Test with Node.js 20 on ubuntu-latest
Total Tests: 16 Suites 📂: 3 Passed ✅: 16 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 69.555ms
test (20, ubuntu-latest) / Test with Node.js 20 on ubuntu-latest
Total Tests: 107 Suites 📂: 1 Passed ✅: 107 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 6336.130ms
test (20, ubuntu-latest) / Test with Node.js 20 on ubuntu-latest
Total Tests: 399 Suites 📂: 17 Passed ✅: 397 Failed ❌: 2 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 34052.081ms
test (21, ubuntu-latest) / Test with Node.js 21 on ubuntu-latest
Total Tests: 1018 Suites 📂: 78 Passed ✅: 1014 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 4 Todo 📝: 0 Duration 🕐: 27826.590ms
test (21, ubuntu-latest) / Test with Node.js 21 on ubuntu-latest
Total Tests: 189 Suites 📂: 6 Passed ✅: 176 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 13 Todo 📝: 0 Duration 🕐: 3026.668ms
test (21, ubuntu-latest) / Test with Node.js 21 on ubuntu-latest
Total Tests: 3 Suites 📂: 0 Passed ✅: 3 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 113.956ms
test (21, ubuntu-latest) / Test with Node.js 21 on ubuntu-latest
Total Tests: 16 Suites 📂: 3 Passed ✅: 16 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 68.517ms
test (21, ubuntu-latest) / Test with Node.js 21 on ubuntu-latest
Total Tests: 107 Suites 📂: 1 Passed ✅: 107 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 6330.634ms
test (21, ubuntu-latest) / Test with Node.js 21 on ubuntu-latest
Total Tests: 399 Suites 📂: 17 Passed ✅: 397 Failed ❌: 2 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 32073.348ms
test (22, windows-latest) / Test with Node.js 22 on windows-latest
Total Tests: 1018 Suites 📂: 78 Passed ✅: 1013 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 5 Todo 📝: 0 Duration 🕐: 33646.593ms
test (22, windows-latest) / Test with Node.js 22 on windows-latest
Total Tests: 189 Suites 📂: 6 Passed ✅: 176 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 13 Todo 📝: 0 Duration 🕐: 3251.038ms
test (22, windows-latest) / Test with Node.js 22 on windows-latest
Total Tests: 3 Suites 📂: 0 Passed ✅: 3 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 154.208ms
test (22, windows-latest) / Test with Node.js 22 on windows-latest
Total Tests: 16 Suites 📂: 3 Passed ✅: 16 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 89.801ms
test (22, windows-latest) / Test with Node.js 22 on windows-latest
Total Tests: 98 Suites 📂: 1 Passed ✅: 97 Failed ❌: 1 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 6523.772ms
test (18, ubuntu-latest) / Test with Node.js 18 on ubuntu-latest
Total Tests: 1018 Suites 📂: 78 Passed ✅: 1014 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 4 Todo 📝: 0 Duration 🕐: 34952.456ms
test (18, ubuntu-latest) / Test with Node.js 18 on ubuntu-latest
Total Tests: 189 Suites 📂: 6 Passed ✅: 176 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 13 Todo 📝: 0 Duration 🕐: 3088.306ms
test (18, ubuntu-latest) / Test with Node.js 18 on ubuntu-latest
Total Tests: 3 Suites 📂: 0 Passed ✅: 3 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 124.287ms
test (18, ubuntu-latest) / Test with Node.js 18 on ubuntu-latest
Total Tests: 16 Suites 📂: 3 Passed ✅: 16 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 76.212ms
test (18, ubuntu-latest) / Test with Node.js 18 on ubuntu-latest
Total Tests: 107 Suites 📂: 1 Passed ✅: 107 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 10552.718ms
test (18, ubuntu-latest) / Test with Node.js 18 on ubuntu-latest
Total Tests: 399 Suites 📂: 17 Passed ✅: 396 Failed ❌: 2 Canceled 🚫: 0 Skipped ⏭️: 1 Todo 📝: 0 Duration 🕐: 57039.070ms
Test with Node.js 20 compiled --without-intl
Total Tests: 1018 Suites 📂: 78 Passed ✅: 1013 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 5 Todo 📝: 0 Duration 🕐: 28446.514ms
Test with Node.js 20 compiled --without-intl
Total Tests: 189 Suites 📂: 6 Passed ✅: 176 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 13 Todo 📝: 0 Duration 🕐: 3068.556ms
Test with Node.js 20 compiled --without-intl
Total Tests: 3 Suites 📂: 0 Passed ✅: 3 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 111.018ms
Test with Node.js 20 compiled --without-intl
Total Tests: 16 Suites 📂: 3 Passed ✅: 16 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 72.897ms
Test with Node.js 20 compiled --without-intl
Total Tests: 107 Suites 📂: 1 Passed ✅: 107 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 6330.260ms
Test with Node.js 20 compiled --without-intl
Total Tests: 399 Suites 📂: 17 Passed ✅: 397 Failed ❌: 2 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 34210.292ms
test (20, macos-latest) / Test with Node.js 20 on macos-latest
Total Tests: 1018 Suites 📂: 78 Passed ✅: 1013 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 5 Todo 📝: 0 Duration 🕐: 35833.227ms
test (20, macos-latest) / Test with Node.js 20 on macos-latest
Total Tests: 189 Suites 📂: 6 Passed ✅: 176 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 13 Todo 📝: 0 Duration 🕐: 2796.709ms
test (20, macos-latest) / Test with Node.js 20 on macos-latest
Total Tests: 3 Suites 📂: 0 Passed ✅: 3 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 108.649ms
test (20, macos-latest) / Test with Node.js 20 on macos-latest
Total Tests: 16 Suites 📂: 3 Passed ✅: 16 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 48.697ms
test (20, macos-latest) / Test with Node.js 20 on macos-latest
Total Tests: 107 Suites 📂: 1 Passed ✅: 107 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 7329.905ms
test (20, macos-latest) / Test with Node.js 20 on macos-latest
Total Tests: 399 Suites 📂: 17 Passed ✅: 397 Failed ❌: 2 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 69040.868ms
test (21, macos-latest) / Test with Node.js 21 on macos-latest
Total Tests: 1018 Suites 📂: 78 Passed ✅: 1014 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 4 Todo 📝: 0 Duration 🕐: 38054.164ms
test (21, macos-latest) / Test with Node.js 21 on macos-latest
Total Tests: 189 Suites 📂: 6 Passed ✅: 176 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 13 Todo 📝: 0 Duration 🕐: 2880.356ms
test (21, macos-latest) / Test with Node.js 21 on macos-latest
Total Tests: 3 Suites 📂: 0 Passed ✅: 3 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 125.967ms
test (21, macos-latest) / Test with Node.js 21 on macos-latest
Total Tests: 16 Suites 📂: 3 Passed ✅: 16 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 53.992ms
test (21, macos-latest) / Test with Node.js 21 on macos-latest
Total Tests: 107 Suites 📂: 1 Passed ✅: 107 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 7182.508ms
test (21, macos-latest) / Test with Node.js 21 on macos-latest
Total Tests: 399 Suites 📂: 17 Passed ✅: 397 Failed ❌: 2 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 62105.473ms
Test with Node.js 21 compiled --without-intl
Total Tests: 1018 Suites 📂: 78 Passed ✅: 1014 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 4 Todo 📝: 0 Duration 🕐: 28362.598ms
Test with Node.js 21 compiled --without-intl
Total Tests: 189 Suites 📂: 6 Passed ✅: 176 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 13 Todo 📝: 0 Duration 🕐: 3060.223ms
Test with Node.js 21 compiled --without-intl
Total Tests: 3 Suites 📂: 0 Passed ✅: 3 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 112.246ms
Test with Node.js 21 compiled --without-intl
Total Tests: 16 Suites 📂: 3 Passed ✅: 16 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 66.567ms
Test with Node.js 21 compiled --without-intl
Total Tests: 107 Suites 📂: 1 Passed ✅: 107 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 6323.852ms
Test with Node.js 21 compiled --without-intl
Total Tests: 399 Suites 📂: 17 Passed ✅: 397 Failed ❌: 2 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 32602.620ms
test (18, macos-latest) / Test with Node.js 18 on macos-latest
Total Tests: 1018 Suites 📂: 78 Passed ✅: 1014 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 4 Todo 📝: 0 Duration 🕐: 48011.352ms
test (18, macos-latest) / Test with Node.js 18 on macos-latest
Total Tests: 189 Suites 📂: 6 Passed ✅: 176 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 13 Todo 📝: 0 Duration 🕐: 2951.335ms
test (18, macos-latest) / Test with Node.js 18 on macos-latest
Total Tests: 3 Suites 📂: 0 Passed ✅: 3 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 162.220ms
test (18, macos-latest) / Test with Node.js 18 on macos-latest
Total Tests: 16 Suites 📂: 3 Passed ✅: 16 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 112.648ms
test (18, macos-latest) / Test with Node.js 18 on macos-latest
Total Tests: 107 Suites 📂: 1 Passed ✅: 107 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 15198.311ms
test (18, macos-latest) / Test with Node.js 18 on macos-latest
Total Tests: 399 Suites 📂: 17 Passed ✅: 396 Failed ❌: 2 Canceled 🚫: 0 Skipped ⏭️: 1 Todo 📝: 0 Duration 🕐: 50518.781ms
test (20, windows-latest) / Test with Node.js 20 on windows-latest
Total Tests: 1018 Suites 📂: 78 Passed ✅: 1013 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 5 Todo 📝: 0 Duration 🕐: 33757.935ms
test (20, windows-latest) / Test with Node.js 20 on windows-latest
Total Tests: 189 Suites 📂: 6 Passed ✅: 176 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 13 Todo 📝: 0 Duration 🕐: 3551.030ms
test (20, windows-latest) / Test with Node.js 20 on windows-latest
Total Tests: 3 Suites 📂: 0 Passed ✅: 3 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 238.050ms
test (20, windows-latest) / Test with Node.js 20 on windows-latest
Total Tests: 16 Suites 📂: 3 Passed ✅: 16 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 136.338ms
test (20, windows-latest) / Test with Node.js 20 on windows-latest
Total Tests: 98 Suites 📂: 1 Passed ✅: 98 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 6544.216ms
test (20, windows-latest) / Test with Node.js 20 on windows-latest
Total Tests: 399 Suites 📂: 17 Passed ✅: 397 Failed ❌: 2 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 48031.522ms
test (21, windows-latest) / Test with Node.js 21 on windows-latest
Total Tests: 1018 Suites 📂: 78 Passed ✅: 1014 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 4 Todo 📝: 0 Duration 🕐: 31264.234ms
test (21, windows-latest) / Test with Node.js 21 on windows-latest
Total Tests: 189 Suites 📂: 6 Passed ✅: 176 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 13 Todo 📝: 0 Duration 🕐: 3328.008ms
test (21, windows-latest) / Test with Node.js 21 on windows-latest
Total Tests: 3 Suites 📂: 0 Passed ✅: 3 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 170.598ms
test (21, windows-latest) / Test with Node.js 21 on windows-latest
Total Tests: 16 Suites 📂: 3 Passed ✅: 16 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 107.618ms
test (21, windows-latest) / Test with Node.js 21 on windows-latest
Total Tests: 98 Suites 📂: 1 Passed ✅: 98 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 6525.113ms
test (21, windows-latest) / Test with Node.js 21 on windows-latest
Total Tests: 399 Suites 📂: 17 Passed ✅: 397 Failed ❌: 2 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 44090.254ms
test (18, windows-latest) / Test with Node.js 18 on windows-latest
Total Tests: 1018 Suites 📂: 78 Passed ✅: 1014 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 4 Todo 📝: 0 Duration 🕐: 39413.064ms
test (18, windows-latest) / Test with Node.js 18 on windows-latest
Total Tests: 189 Suites 📂: 6 Passed ✅: 176 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 13 Todo 📝: 0 Duration 🕐: 3558.753ms
test (18, windows-latest) / Test with Node.js 18 on windows-latest
Total Tests: 3 Suites 📂: 0 Passed ✅: 3 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 262.776ms
test (18, windows-latest) / Test with Node.js 18 on windows-latest
Total Tests: 16 Suites 📂: 3 Passed ✅: 16 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 158.052ms
test (18, windows-latest) / Test with Node.js 18 on windows-latest
Total Tests: 98 Suites 📂: 1 Passed ✅: 98 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 11066.910ms
test (18, windows-latest) / Test with Node.js 18 on windows-latest
Total Tests: 399 Suites 📂: 17 Passed ✅: 396 Failed ❌: 2 Canceled 🚫: 0 Skipped ⏭️: 1 Todo 📝: 0 Duration 🕐: 68673.457ms
test (22, macos-latest) / Test with Node.js 22 on macos-latest
Total Tests: 1018 Suites 📂: 78 Passed ✅: 1013 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 5 Todo 📝: 0 Duration 🕐: 38657.735ms
test (22, macos-latest) / Test with Node.js 22 on macos-latest
Total Tests: 189 Suites 📂: 6 Passed ✅: 176 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 13 Todo 📝: 0 Duration 🕐: 3024.696ms
test (22, macos-latest) / Test with Node.js 22 on macos-latest
Total Tests: 3 Suites 📂: 0 Passed ✅: 3 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 169.257ms
test (22, macos-latest) / Test with Node.js 22 on macos-latest
Total Tests: 16 Suites 📂: 3 Passed ✅: 16 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 69.598ms
test (22, macos-latest) / Test with Node.js 22 on macos-latest
Total Tests: 107 Suites 📂: 1 Passed ✅: 107 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 8055.812ms
test (22, macos-latest) / Test with Node.js 22 on macos-latest
Total Tests: 399 Suites 📂: 17 Passed ✅: 399 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 29575.324ms
test (22, macos-latest) / Test with Node.js 22 on macos-latest
Total Tests: 22 Suites 📂: 4 Passed ✅: 22 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 224.082ms
test (22, macos-latest) / Test with Node.js 22 on macos-latest
Total Tests: 4 Suites 📂: 1 Passed ✅: 4 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 291.618ms
test (22, macos-latest) / Test with Node.js 22 on macos-latest
Total Tests: 66 Suites 📂: 7 Passed ✅: 66 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 1346.723ms
test (22, macos-latest) / Test with Node.js 22 on macos-latest
Total Tests: 95 Suites 📂: 16 Passed ✅: 95 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 13719.459ms
test (22, ubuntu-latest) / Test with Node.js 22 on ubuntu-latest
Total Tests: 1018 Suites 📂: 78 Passed ✅: 1013 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 5 Todo 📝: 0 Duration 🕐: 30776.911ms
test (22, ubuntu-latest) / Test with Node.js 22 on ubuntu-latest
Total Tests: 189 Suites 📂: 6 Passed ✅: 176 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 13 Todo 📝: 0 Duration 🕐: 3208.375ms
test (22, ubuntu-latest) / Test with Node.js 22 on ubuntu-latest
Total Tests: 3 Suites 📂: 0 Passed ✅: 3 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 137.742ms
test (22, ubuntu-latest) / Test with Node.js 22 on ubuntu-latest
Total Tests: 16 Suites 📂: 3 Passed ✅: 16 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 76.109ms
test (22, ubuntu-latest) / Test with Node.js 22 on ubuntu-latest
Total Tests: 107 Suites 📂: 1 Passed ✅: 107 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 6337.738ms
test (22, ubuntu-latest) / Test with Node.js 22 on ubuntu-latest
Total Tests: 399 Suites 📂: 17 Passed ✅: 399 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 36499.340ms
test (22, ubuntu-latest) / Test with Node.js 22 on ubuntu-latest
Total Tests: 22 Suites 📂: 4 Passed ✅: 22 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 181.139ms
test (22, ubuntu-latest) / Test with Node.js 22 on ubuntu-latest
Total Tests: 4 Suites 📂: 1 Passed ✅: 4 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 335.191ms
test (22, ubuntu-latest) / Test with Node.js 22 on ubuntu-latest
Total Tests: 66 Suites 📂: 7 Passed ✅: 66 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 1474.488ms
test (22, ubuntu-latest) / Test with Node.js 22 on ubuntu-latest
Total Tests: 95 Suites 📂: 16 Passed ✅: 95 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 11044.392ms
Test with Node.js 22 compiled --without-intl
Total Tests: 1018 Suites 📂: 78 Passed ✅: 1013 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 5 Todo 📝: 0 Duration 🕐: 27891.748ms
Test with Node.js 22 compiled --without-intl
Total Tests: 189 Suites 📂: 6 Passed ✅: 176 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 13 Todo 📝: 0 Duration 🕐: 3060.154ms
Test with Node.js 22 compiled --without-intl
Total Tests: 3 Suites 📂: 0 Passed ✅: 3 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 113.910ms
Test with Node.js 22 compiled --without-intl
Total Tests: 16 Suites 📂: 3 Passed ✅: 16 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 64.876ms
Test with Node.js 22 compiled --without-intl
Total Tests: 107 Suites 📂: 1 Passed ✅: 107 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 6303.429ms
Test with Node.js 22 compiled --without-intl
Total Tests: 399 Suites 📂: 17 Passed ✅: 399 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 32636.103ms
Test with Node.js 22 compiled --without-intl
Total Tests: 22 Suites 📂: 4 Passed ✅: 22 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 143.283ms
Test with Node.js 22 compiled --without-intl
Total Tests: 4 Suites 📂: 1 Passed ✅: 4 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 261.677ms
Test with Node.js 22 compiled --without-intl
Total Tests: 66 Suites 📂: 7 Passed ✅: 66 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 1509.867ms
Test with Node.js 22 compiled --without-intl
Total Tests: 95 Suites 📂: 16 Passed ✅: 95 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 10926.154ms