fix: support dual stack on same port #28168
Annotations
4 errors
|
|
|
packages/prover/test/e2e/cli/cmds/start.test.ts#L33
Error: connect ECONNREFUSED 0.0.0.0:5001
❯ Function.AxiosError.from node_modules/axios/lib/core/AxiosError.js:92:14
❯ RedirectableRequest.handleRequestError node_modules/axios/lib/adapters/http.js:620:25
❯ ClientRequest.eventHandlers.<computed> node_modules/follow-redirects/index.js:38:24
❯ Axios.request node_modules/axios/lib/core/Axios.js:45:41
❯ getReqStatus packages/test-utils/src/http.ts:10:15
❯ waitForEndpoint packages/test-utils/src/http.ts:46:20
❯ packages/prover/test/e2e/cli/cmds/start.test.ts:33:7
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { description: undefined, number: undefined, fileName: undefined, lineNumber: undefined, columnNumber: undefined, config: { transitional: { silentJSONParsing: true, forcedJSONParsing: true, clarifyTimeoutError: false }, adapter: [ 'xhr', 'http', 'fetch' ], transformRequest: [ 'Function<transformRequest>' ], transformResponse: [ 'Function<transformResponse>' ], timeout: +0, xsrfCookieName: 'XSRF-TOKEN', xsrfHeaderName: 'X-XSRF-TOKEN', maxContentLength: -1, maxBodyLength: -1, env: { FormData: 'Function<FormData>', Blob: 'Function<Blob>' }, validateStatus: 'Function<validateStatus>', headers: { Accept: 'application/json, text/plain, */*', 'User-Agent': 'axios/1.8.2', 'Accept-Encoding': 'gzip, compress, deflate, br' }, url: 'http://0.0.0.0:5001/eth/v1/beacon/headers/40', method: 'get', allowAbsoluteUrls: true }, code: 'ECONNREFUSED', status: undefined }
|
|
packages/prover/test/e2e/web3_provider.test.ts#L12
Error: connect ECONNREFUSED 0.0.0.0:5001
❯ Function.AxiosError.from node_modules/axios/lib/core/AxiosError.js:92:14
❯ RedirectableRequest.handleRequestError node_modules/axios/lib/adapters/http.js:620:25
❯ ClientRequest.eventHandlers.<computed> node_modules/follow-redirects/index.js:38:24
❯ Axios.request node_modules/axios/lib/core/Axios.js:45:41
❯ getReqStatus packages/test-utils/src/http.ts:10:15
❯ waitForEndpoint packages/test-utils/src/http.ts:46:20
❯ packages/prover/test/e2e/web3_provider.test.ts:12:5
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { description: undefined, number: undefined, fileName: undefined, lineNumber: undefined, columnNumber: undefined, config: { transitional: { silentJSONParsing: true, forcedJSONParsing: true, clarifyTimeoutError: false }, adapter: [ 'xhr', 'http', 'fetch' ], transformRequest: [ 'Function<transformRequest>' ], transformResponse: [ 'Function<transformResponse>' ], timeout: +0, xsrfCookieName: 'XSRF-TOKEN', xsrfHeaderName: 'X-XSRF-TOKEN', maxContentLength: -1, maxBodyLength: -1, env: { FormData: 'Function<FormData>', Blob: 'Function<Blob>' }, validateStatus: 'Function<validateStatus>', headers: { Accept: 'application/json, text/plain, */*', 'User-Agent': 'axios/1.8.2', 'Accept-Encoding': 'gzip, compress, deflate, br' }, url: 'http://0.0.0.0:5001/eth/v1/beacon/headers/40', method: 'get', allowAbsoluteUrls: true }, code: 'ECONNREFUSED', status: undefined }
|
|
packages/prover/test/e2e/web3_batch_request.test.ts#L14
Error: connect ECONNREFUSED 0.0.0.0:5001
❯ Function.AxiosError.from node_modules/axios/lib/core/AxiosError.js:92:14
❯ RedirectableRequest.handleRequestError node_modules/axios/lib/adapters/http.js:620:25
❯ ClientRequest.eventHandlers.<computed> node_modules/follow-redirects/index.js:38:24
❯ Axios.request node_modules/axios/lib/core/Axios.js:45:41
❯ getReqStatus packages/test-utils/src/http.ts:10:15
❯ waitForEndpoint packages/test-utils/src/http.ts:46:20
❯ packages/prover/test/e2e/web3_batch_request.test.ts:14:5
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { description: undefined, number: undefined, fileName: undefined, lineNumber: undefined, columnNumber: undefined, config: { transitional: { silentJSONParsing: true, forcedJSONParsing: true, clarifyTimeoutError: false }, adapter: [ 'xhr', 'http', 'fetch' ], transformRequest: [ 'Function<transformRequest>' ], transformResponse: [ 'Function<transformResponse>' ], timeout: +0, xsrfCookieName: 'XSRF-TOKEN', xsrfHeaderName: 'X-XSRF-TOKEN', maxContentLength: -1, maxBodyLength: -1, env: { FormData: 'Function<FormData>', Blob: 'Function<Blob>' }, validateStatus: 'Function<validateStatus>', headers: { Accept: 'application/json, text/plain, */*', 'User-Agent': 'axios/1.8.2', 'Accept-Encoding': 'gzip, compress, deflate, br' }, url: 'http://0.0.0.0:5001/eth/v1/beacon/headers/40', method: 'get', allowAbsoluteUrls: true }, code: 'ECONNREFUSED', status: undefined }
|
The logs for this run have expired and are no longer available.
Loading