Phase 8a — the fetch and undici transport adapters, and the file-backed body #45
Annotations
4 errors and 1 warning
|
ci
Process completed with exit code 1.
|
|
error: expected the send to reject:
packages/transport-conformance/src/run-suite.ts#L62
at rejection (/home/runner/work/nodejs-sdk/nodejs-sdk/packages/transport-conformance/src/run-suite.ts:62:9)
at async <anonymous> (/home/runner/work/nodejs-sdk/nodejs-sdk/packages/transport-conformance/src/run-suite.ts:312:22)
at async withTransport (/home/runner/work/nodejs-sdk/nodejs-sdk/packages/transport-conformance/src/run-suite.ts:72:18)
at async <anonymous> (/home/runner/work/nodejs-sdk/nodejs-sdk/packages/transport-conformance/src/run-suite.ts:309:13)
|
|
TransportFailureError: Response body length does not match content-length header:
packages/transport-undici/src/undici-transport.ts#L232
at toDispatchError (/home/runner/work/nodejs-sdk/nodejs-sdk/packages/transport-undici/src/undici-transport.ts:232:10)
at #dispatch (/home/runner/work/nodejs-sdk/nodejs-sdk/packages/transport-undici/src/undici-transport.ts:478:13)
at async #exchange (/home/runner/work/nodejs-sdk/nodejs-sdk/packages/transport-undici/src/undici-transport.ts:419:31)
at async send (/home/runner/work/nodejs-sdk/nodejs-sdk/packages/transport-undici/src/undici-transport.ts:408:25)
at async <anonymous> (/home/runner/work/nodejs-sdk/nodejs-sdk/packages/transport-conformance/src/run-suite.ts:190:42)
at async withTransport (/home/runner/work/nodejs-sdk/nodejs-sdk/packages/transport-conformance/src/run-suite.ts:72:18)
at async <anonymous> (/home/runner/work/nodejs-sdk/nodejs-sdk/packages/transport-conformance/src/run-suite.ts:186:13)
|
|
ResponseContentLengthMismatchError: Response body length does not match content-length header:
node_modules/.bun/undici@6.28.0/node_modules/undici/lib/dispatcher/client-h1.js#L335
at createError (/home/runner/work/nodejs-sdk/nodejs-sdk/node_modules/.bun/undici@6.28.0/node_modules/undici/lib/dispatcher/client-h1.js:335:14)
at execute (/home/runner/work/nodejs-sdk/nodejs-sdk/node_modules/.bun/undici@6.28.0/node_modules/undici/lib/dispatcher/client-h1.js:547:10)
at readMore (/home/runner/work/nodejs-sdk/nodejs-sdk/node_modules/.bun/undici@6.28.0/node_modules/undici/lib/dispatcher/client-h1.js:470:7)
at /home/runner/work/nodejs-sdk/nodejs-sdk/node_modules/.bun/undici@6.28.0/node_modules/undici/lib/dispatcher/client-h1.js:856:9
at emit (node:events:92:22)
at emitReadable_ (internal:streams/readable:395:16)
at processTicksAndRejections (native:7:39)
|
|
ci
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|