Skip to content

Cleanup format

Cleanup format #12965

Triggered via pull request March 14, 2024 22:58
Status Failure
Total duration 5m 2s
Artifacts

nodejs.yml

on: pull_request
Matrix: test
dependency-review
13s
dependency-review
Lint
27s
Lint
Test TypeScript types
29s
Test TypeScript types
automerge
0s
automerge
Fit to window
Zoom out
Zoom in

Annotations

18 errors and 27 notices
FormData class custom inspection: test/fetch/formdata-inspect-custom.js#L15
[Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal: + actual - expected + 'FormData [Object: null prototype] {\n' + + " username: 'john_doe',\n" + + " email: 'john@example.com'\n" + + '}' - "FormData { username: 'john_doe', email: 'john@example.com' }"] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected + 'FormData [Object: null prototype] {\n' + + " username: 'john_doe',\n" + + " email: 'john@example.com'\n" + + '}' - "FormData { username: 'john_doe', email: 'john@example.com' }" at TestContext.<anonymous> (/home/runner/work/undici/undici/test/fetch/formdata-inspect-custom.js:15:10) at Test.runInAsyncScope (node:async_hooks:206:9) at Test.run (node:internal/test_runner/test:631:25) at Test.start (node:internal/test_runner/test:542:17) at startSubtest (node:internal/test_runner/harness:216:17) { generatedMessage: true, code: 'ERR_ASSERTION', actual: "FormData [Object: null prototype] {\n username: 'john_doe',\n email: 'john@example.com'\n}", expected: "FormData { username: 'john_doe', email: 'john@example.com' }", operator: 'deepStrictEqual' } }
Test with Node.js 20 on ubuntu-latest
Process completed with exit code 1.
FormData class custom inspection: test/fetch/formdata-inspect-custom.js#L15
[Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal: + actual - expected + 'FormData [Object: null prototype] {\n' + + " username: 'john_doe',\n" + + " email: 'john@example.com'\n" + + '}' - "FormData { username: 'john_doe', email: 'john@example.com' }"] { failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected + 'FormData [Object: null prototype] {\n' + + " username: 'john_doe',\n" + + " email: 'john@example.com'\n" + + '}' - "FormData { username: 'john_doe', email: 'john@example.com' }" at TestContext.<anonymous> (/home/runner/work/undici/undici/test/fetch/formdata-inspect-custom.js:15:10) at Test.runInAsyncScope (node:async_hooks:203:9) at Test.run (node:internal/test_runner/test:631:25) at Test.start (node:internal/test_runner/test:542:17) at startSubtest (node:internal/test_runner/harness:214:17) { generatedMessage: true, code: 'ERR_ASSERTION', actual: "FormData [Object: null prototype] {\n username: 'john_doe',\n email: 'john@example.com'\n}", expected: "FormData { username: 'john_doe', email: 'john@example.com' }", operator: 'deepStrictEqual' }, code: 'ERR_TEST_FAILURE' }
Test with Node.js 18 on ubuntu-latest
Process completed with exit code 1.
FormData class custom inspection: test/fetch/formdata-inspect-custom.js#L15
[Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal: + actual - expected + 'FormData [Object: null prototype] {\n' + + " username: 'john_doe',\n" + + " email: 'john@example.com'\n" + + '}' - "FormData { username: 'john_doe', email: 'john@example.com' }"] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected + 'FormData [Object: null prototype] {\n' + + " username: 'john_doe',\n" + + " email: 'john@example.com'\n" + + '}' - "FormData { username: 'john_doe', email: 'john@example.com' }" at TestContext.<anonymous> (/home/runner/work/undici/undici/test/fetch/formdata-inspect-custom.js:15:10) at Test.runInAsyncScope (node:async_hooks:206:9) at Test.run (node:internal/test_runner/test:639:25) at Test.start (node:internal/test_runner/test:550:17) at startSubtest (node:internal/test_runner/harness:218:17) { generatedMessage: true, code: 'ERR_ASSERTION', actual: "FormData [Object: null prototype] {\n username: 'john_doe',\n email: 'john@example.com'\n}", expected: "FormData { username: 'john_doe', email: 'john@example.com' }", operator: 'deepStrictEqual' } }
Test with Node.js 21 on ubuntu-latest
Process completed with exit code 1.
FormData class custom inspection: test/fetch/formdata-inspect-custom.js#L15
[Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal: + actual - expected + 'FormData [Object: null prototype] {\n' + + " username: 'john_doe',\n" + + " email: 'john@example.com'\n" + + '}' - "FormData { username: 'john_doe', email: 'john@example.com' }"] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected + 'FormData [Object: null prototype] {\n' + + " username: 'john_doe',\n" + + " email: 'john@example.com'\n" + + '}' - "FormData { username: 'john_doe', email: 'john@example.com' }" at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/fetch/formdata-inspect-custom.js:15:10) at Test.runInAsyncScope (node:async_hooks:206:9) at Test.run (node:internal/test_runner/test:631:25) at Test.start (node:internal/test_runner/test:542:17) at startSubtest (node:internal/test_runner/harness:216:17) { generatedMessage: true, code: 'ERR_ASSERTION', actual: "FormData [Object: null prototype] {\n username: 'john_doe',\n email: 'john@example.com'\n}", expected: "FormData { username: 'john_doe', email: 'john@example.com' }", operator: 'deepStrictEqual' } }
Test with Node.js 20 on macos-latest
Process completed with exit code 1.
FormData class custom inspection: test/fetch/formdata-inspect-custom.js#L15
[Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal: + actual - expected + 'FormData [Object: null prototype] {\n' + + " username: 'john_doe',\n" + + " email: 'john@example.com'\n" + + '}' - "FormData { username: 'john_doe', email: 'john@example.com' }"] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected + 'FormData [Object: null prototype] {\n' + + " username: 'john_doe',\n" + + " email: 'john@example.com'\n" + + '}' - "FormData { username: 'john_doe', email: 'john@example.com' }" at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/fetch/formdata-inspect-custom.js:15:10) at Test.runInAsyncScope (node:async_hooks:206:9) at Test.run (node:internal/test_runner/test:639:25) at Test.start (node:internal/test_runner/test:550:17) at startSubtest (node:internal/test_runner/harness:218:17) { generatedMessage: true, code: 'ERR_ASSERTION', actual: "FormData [Object: null prototype] {\n username: 'john_doe',\n email: 'john@example.com'\n}", expected: "FormData { username: 'john_doe', email: 'john@example.com' }", operator: 'deepStrictEqual' } }
Test with Node.js 21 on macos-latest
Process completed with exit code 1.
FormData class custom inspection: test/fetch/formdata-inspect-custom.js#L15
[Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal: + actual - expected + 'FormData [Object: null prototype] {\n' + + " username: 'john_doe',\n" + + " email: 'john@example.com'\n" + + '}' - "FormData { username: 'john_doe', email: 'john@example.com' }"] { failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected + 'FormData [Object: null prototype] {\n' + + " username: 'john_doe',\n" + + " email: 'john@example.com'\n" + + '}' - "FormData { username: 'john_doe', email: 'john@example.com' }" at TestContext.<anonymous> (/Users/runner/work/undici/undici/test/fetch/formdata-inspect-custom.js:15:10) at Test.runInAsyncScope (node:async_hooks:203:9) at Test.run (node:internal/test_runner/test:631:25) at Test.start (node:internal/test_runner/test:542:17) at startSubtest (node:internal/test_runner/harness:214:17) { generatedMessage: true, code: 'ERR_ASSERTION', actual: "FormData [Object: null prototype] {\n username: 'john_doe',\n email: 'john@example.com'\n}", expected: "FormData { username: 'john_doe', email: 'john@example.com' }", operator: 'deepStrictEqual' }, code: 'ERR_TEST_FAILURE' }
Test with Node.js 18 on macos-latest
Process completed with exit code 1.
FormData class custom inspection: test\fetch\formdata-inspect-custom.js#L15
[Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal: + actual - expected + 'FormData [Object: null prototype] {\n' + + " username: 'john_doe',\n" + + " email: 'john@example.com'\n" + + '}' - "FormData { username: 'john_doe', email: 'john@example.com' }"] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected + 'FormData [Object: null prototype] {\n' + + " username: 'john_doe',\n" + + " email: 'john@example.com'\n" + + '}' - "FormData { username: 'john_doe', email: 'john@example.com' }" at TestContext.<anonymous> (D:\a\undici\undici\test\fetch\formdata-inspect-custom.js:15:10) at Test.runInAsyncScope (node:async_hooks:206:9) at Test.run (node:internal/test_runner/test:639:25) at Test.start (node:internal/test_runner/test:550:17) at startSubtest (node:internal/test_runner/harness:218:17) { generatedMessage: true, code: 'ERR_ASSERTION', actual: "FormData [Object: null prototype] {\n username: 'john_doe',\n email: 'john@example.com'\n}", expected: "FormData { username: 'john_doe', email: 'john@example.com' }", operator: 'deepStrictEqual' } }
Test with Node.js 21 on windows-latest
Process completed with exit code 1.
FormData class custom inspection: test\fetch\formdata-inspect-custom.js#L15
[Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal: + actual - expected + 'FormData [Object: null prototype] {\n' + + " username: 'john_doe',\n" + + " email: 'john@example.com'\n" + + '}' - "FormData { username: 'john_doe', email: 'john@example.com' }"] { failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected + 'FormData [Object: null prototype] {\n' + + " username: 'john_doe',\n" + + " email: 'john@example.com'\n" + + '}' - "FormData { username: 'john_doe', email: 'john@example.com' }" at TestContext.<anonymous> (D:\a\undici\undici\test\fetch\formdata-inspect-custom.js:15:10) at Test.runInAsyncScope (node:async_hooks:203:9) at Test.run (node:internal/test_runner/test:631:25) at Test.start (node:internal/test_runner/test:542:17) at startSubtest (node:internal/test_runner/harness:214:17) { generatedMessage: true, code: 'ERR_ASSERTION', actual: "FormData [Object: null prototype] {\n username: 'john_doe',\n email: 'john@example.com'\n}", expected: "FormData { username: 'john_doe', email: 'john@example.com' }", operator: 'deepStrictEqual' }, code: 'ERR_TEST_FAILURE' }
Test with Node.js 18 on windows-latest
Process completed with exit code 1.
FormData class custom inspection: test\fetch\formdata-inspect-custom.js#L15
[Error [ERR_TEST_FAILURE]: Expected values to be strictly deep-equal: + actual - expected + 'FormData [Object: null prototype] {\n' + + " username: 'john_doe',\n" + + " email: 'john@example.com'\n" + + '}' - "FormData { username: 'john_doe', email: 'john@example.com' }"] { code: 'ERR_TEST_FAILURE', failureType: 'testCodeFailure', cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected + 'FormData [Object: null prototype] {\n' + + " username: 'john_doe',\n" + + " email: 'john@example.com'\n" + + '}' - "FormData { username: 'john_doe', email: 'john@example.com' }" at TestContext.<anonymous> (D:\a\undici\undici\test\fetch\formdata-inspect-custom.js:15:10) at Test.runInAsyncScope (node:async_hooks:206:9) at Test.run (node:internal/test_runner/test:631:25) at Test.start (node:internal/test_runner/test:542:17) at startSubtest (node:internal/test_runner/harness:216:17) { generatedMessage: true, code: 'ERR_ASSERTION', actual: "FormData [Object: null prototype] {\n username: 'john_doe',\n email: 'john@example.com'\n}", expected: "FormData { username: 'john_doe', email: 'john@example.com' }", operator: 'deepStrictEqual' } }
Test with Node.js 20 on windows-latest
Process completed with exit code 1.
Test with Node.js 20 on ubuntu-latest
Total Tests: 728 Suites 📂: 50 Passed ✅: 725 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 3 Todo 📝: 0 Duration 🕐: 35442.827ms
Test with Node.js 20 on ubuntu-latest
Total Tests: 189 Suites 📂: 6 Passed ✅: 176 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 13 Todo 📝: 0 Duration 🕐: 3153.630ms
Test with Node.js 20 on ubuntu-latest
Total Tests: 351 Suites 📂: 10 Passed ✅: 350 Failed ❌: 1 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 11053.894ms
Test with Node.js 18 on ubuntu-latest
Total Tests: 728 Suites 📂: 50 Passed ✅: 725 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 3 Todo 📝: 0 Duration 🕐: 34945.504ms
Test with Node.js 18 on ubuntu-latest
Total Tests: 189 Suites 📂: 6 Passed ✅: 176 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 13 Todo 📝: 0 Duration 🕐: 3206.380ms
Test with Node.js 18 on ubuntu-latest
Total Tests: 351 Suites 📂: 10 Passed ✅: 350 Failed ❌: 1 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 11031.152ms
Test with Node.js 21 on ubuntu-latest
Total Tests: 728 Suites 📂: 50 Passed ✅: 725 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 3 Todo 📝: 0 Duration 🕐: 35209.786ms
Test with Node.js 21 on ubuntu-latest
Total Tests: 189 Suites 📂: 6 Passed ✅: 176 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 13 Todo 📝: 0 Duration 🕐: 3181.767ms
Test with Node.js 21 on ubuntu-latest
Total Tests: 351 Suites 📂: 10 Passed ✅: 350 Failed ❌: 1 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 10975.099ms
Test with Node.js 20 on macos-latest
Total Tests: 728 Suites 📂: 50 Passed ✅: 725 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 3 Todo 📝: 0 Duration 🕐: 43081.299ms
Test with Node.js 20 on macos-latest
Total Tests: 189 Suites 📂: 6 Passed ✅: 176 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 13 Todo 📝: 0 Duration 🕐: 3483.125ms
Test with Node.js 20 on macos-latest
Total Tests: 351 Suites 📂: 10 Passed ✅: 350 Failed ❌: 1 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 11453.688ms
Test with Node.js 21 on macos-latest
Total Tests: 728 Suites 📂: 50 Passed ✅: 725 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 3 Todo 📝: 0 Duration 🕐: 42179.940ms
Test with Node.js 21 on macos-latest
Total Tests: 189 Suites 📂: 6 Passed ✅: 176 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 13 Todo 📝: 0 Duration 🕐: 3530.457ms
Test with Node.js 21 on macos-latest
Total Tests: 351 Suites 📂: 10 Passed ✅: 350 Failed ❌: 1 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 11289.144ms
Test with Node.js 18 on macos-latest
Total Tests: 728 Suites 📂: 50 Passed ✅: 725 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 3 Todo 📝: 0 Duration 🕐: 60411.009ms
Test with Node.js 18 on macos-latest
Total Tests: 189 Suites 📂: 6 Passed ✅: 176 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 13 Todo 📝: 0 Duration 🕐: 4844.806ms
Test with Node.js 18 on macos-latest
Total Tests: 351 Suites 📂: 10 Passed ✅: 350 Failed ❌: 1 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 19836.993ms
Test with Node.js 21 on windows-latest
Total Tests: 728 Suites 📂: 50 Passed ✅: 725 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 3 Todo 📝: 0 Duration 🕐: 38635.876ms
Test with Node.js 21 on windows-latest
Total Tests: 189 Suites 📂: 6 Passed ✅: 176 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 13 Todo 📝: 0 Duration 🕐: 3501.285ms
Test with Node.js 21 on windows-latest
Total Tests: 351 Suites 📂: 10 Passed ✅: 350 Failed ❌: 1 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 15422.503ms
Test with Node.js 18 on windows-latest
Total Tests: 728 Suites 📂: 50 Passed ✅: 725 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 3 Todo 📝: 0 Duration 🕐: 40251.368ms
Test with Node.js 18 on windows-latest
Total Tests: 189 Suites 📂: 6 Passed ✅: 176 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 13 Todo 📝: 0 Duration 🕐: 3550.496ms
Test with Node.js 18 on windows-latest
Total Tests: 351 Suites 📂: 10 Passed ✅: 350 Failed ❌: 1 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 15596.853ms
Test with Node.js 20 on windows-latest
Total Tests: 728 Suites 📂: 50 Passed ✅: 725 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 3 Todo 📝: 0 Duration 🕐: 41565.909ms
Test with Node.js 20 on windows-latest
Total Tests: 189 Suites 📂: 6 Passed ✅: 176 Failed ❌: 0 Canceled 🚫: 0 Skipped ⏭️: 13 Todo 📝: 0 Duration 🕐: 3648.477ms
Test with Node.js 20 on windows-latest
Total Tests: 351 Suites 📂: 10 Passed ✅: 350 Failed ❌: 1 Canceled 🚫: 0 Skipped ⏭️: 0 Todo 📝: 0 Duration 🕐: 15682.625ms