Skip to content

fix: support dual stack on same port #28168

fix: support dual stack on same port

fix: support dual stack on same port #28168

Triggered via pull request August 13, 2025 11:27
Status Failure
Total duration 15m 32s
Artifacts 1

test.yml

on: pull_request
Matrix: Build
Matrix: Type Checks
Matrix: Browser Tests
Matrix: E2E Tests
Matrix: Lint
Matrix: Spec tests
Matrix: Unit Tests
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 2 warnings
E2E Tests (22)
Process completed with exit code 1.
packages/prover/test/e2e/cli/cmds/start.test.ts > prover/proxy > when started: 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 > web3_provider: 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 > web3_batch_requests: 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 }
Lint (22)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
Type Checks (22)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2

Artifacts

Produced during runtime
Name Size Digest
debug-e2e-test-logs-node-22 Expired
23.4 KB
sha256:3ee85af0b115f9ba1eaf8790ae4bf4568987c26edb9053c95eb857b4eb27819e