feat: add QUIC support #27738
test.yml
on: pull_request
Matrix: Build
Matrix: Type Checks
Matrix: Browser Tests
Matrix: E2E Tests
Matrix: Lint
Matrix: Spec tests
Matrix: Unit Tests
Annotations
12 errors and 2 warnings
|
Type Checks (22)
Process completed with exit code 1.
|
|
Lint (22)
Process completed with exit code 1.
|
|
packages/beacon-node/test/e2e/network/gossipsub.test.ts > gossipsub / main thread > Publish and receive a LightClientFinalityUpdate:
packages/beacon-node/src/network/core/networkCore.ts#L138
UnsupportedListenAddressesError: Some configured addresses failed to be listened on, you may need to remove one or more listen addresses from your configuration or set `transportManager.faultTolerance` to NO_FATAL:
/ip4/0.0.0.0/tcp/0: UnsupportedListenAddressError: No transport was configured to listen on this address
at file:///home/runner/actions-runner/_work/lodestar/lodestar/node_modules/libp2p/src/transport-manager.ts:226:45
at Array.forEach (<anonymous>)
at DefaultTransportManager.listen (file:///home/runner/actions-runner/_work/lodestar/lodestar/node_modules/libp2p/src/transport-manager.ts:225:11)
at DefaultTransportManager.afterStart (file:///home/runner/actions-runner/_work/lodestar/lodestar/node_modules/libp2p/src/transport-manager.ts:94:16)
at file:///home/runner/actions-runner/_work/lodestar/lodestar/node_modules/libp2p/src/components.ts:79:40
at Array.map (<anonymous>)
at Proxy._invokeStartableMethod (file:///home/runner/actions-runner/_work/lodestar/lodestar/node_modules/libp2p/src/components.ts:78:10)
at Proxy.afterStart (file:///home/runner/actions-runner/_work/lodestar/lodestar/node_modules/libp2p/src/components.ts:94:16)
at Libp2p.start (file:///home/runner/actions-runner/_work/lodestar/lodestar/node_modules/libp2p/src/libp2p.ts:235:41)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
❯ node_modules/libp2p/src/transport-manager.ts:226:45
❯ DefaultTransportManager.listen node_modules/libp2p/src/transport-manager.ts:225:11
❯ DefaultTransportManager.afterStart node_modules/libp2p/src/transport-manager.ts:94:16
❯ node_modules/libp2p/src/components.ts:79:40
❯ Proxy._invokeStartableMethod node_modules/libp2p/src/components.ts:78:10
❯ Proxy.afterStart node_modules/libp2p/src/components.ts:94:16
❯ Libp2p.start node_modules/libp2p/src/libp2p.ts:235:41
❯ DefaultTransportManager.listen node_modules/libp2p/src/transport-manager.ts:318:11
❯ DefaultTransportManager.afterStart node_modules/libp2p/src/transport-manager.ts:94:5
❯ node_modules/libp2p/src/components.ts:79:11
❯ Proxy._invokeStartableMethod node_modules/libp2p/src/components.ts:75:5
❯ Proxy.afterStart node_modules/libp2p/src/components.ts:94:5
❯ Libp2p.start node_modules/libp2p/src/libp2p.ts:235:7
❯ createLibp2p node_modules/libp2p/src/index.ts:210:5
❯ Function.init packages/beacon-node/src/network/core/networkCore.ts:138:20
|
|
packages/beacon-node/test/e2e/network/gossipsub.test.ts > gossipsub / main thread > Publish and receive a LightClientOptimisticUpdate:
packages/beacon-node/src/network/core/networkCore.ts#L138
UnsupportedListenAddressesError: Some configured addresses failed to be listened on, you may need to remove one or more listen addresses from your configuration or set `transportManager.faultTolerance` to NO_FATAL:
/ip4/0.0.0.0/tcp/0: UnsupportedListenAddressError: No transport was configured to listen on this address
at file:///home/runner/actions-runner/_work/lodestar/lodestar/node_modules/libp2p/src/transport-manager.ts:226:45
at Array.forEach (<anonymous>)
at DefaultTransportManager.listen (file:///home/runner/actions-runner/_work/lodestar/lodestar/node_modules/libp2p/src/transport-manager.ts:225:11)
at DefaultTransportManager.afterStart (file:///home/runner/actions-runner/_work/lodestar/lodestar/node_modules/libp2p/src/transport-manager.ts:94:16)
at file:///home/runner/actions-runner/_work/lodestar/lodestar/node_modules/libp2p/src/components.ts:79:40
at Array.map (<anonymous>)
at Proxy._invokeStartableMethod (file:///home/runner/actions-runner/_work/lodestar/lodestar/node_modules/libp2p/src/components.ts:78:10)
at Proxy.afterStart (file:///home/runner/actions-runner/_work/lodestar/lodestar/node_modules/libp2p/src/components.ts:94:16)
at Libp2p.start (file:///home/runner/actions-runner/_work/lodestar/lodestar/node_modules/libp2p/src/libp2p.ts:235:41)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
❯ node_modules/libp2p/src/transport-manager.ts:226:45
❯ DefaultTransportManager.listen node_modules/libp2p/src/transport-manager.ts:225:11
❯ DefaultTransportManager.afterStart node_modules/libp2p/src/transport-manager.ts:94:16
❯ node_modules/libp2p/src/components.ts:79:40
❯ Proxy._invokeStartableMethod node_modules/libp2p/src/components.ts:78:10
❯ Proxy.afterStart node_modules/libp2p/src/components.ts:94:16
❯ Libp2p.start node_modules/libp2p/src/libp2p.ts:235:41
❯ DefaultTransportManager.listen node_modules/libp2p/src/transport-manager.ts:318:11
❯ DefaultTransportManager.afterStart node_modules/libp2p/src/transport-manager.ts:94:5
❯ node_modules/libp2p/src/components.ts:79:11
❯ Proxy._invokeStartableMethod node_modules/libp2p/src/components.ts:75:5
❯ Proxy.afterStart node_modules/libp2p/src/components.ts:94:5
❯ Libp2p.start node_modules/libp2p/src/libp2p.ts:235:7
❯ createLibp2p node_modules/libp2p/src/index.ts:210:5
❯ Function.init packages/beacon-node/src/network/core/networkCore.ts:138:20
|
|
packages/beacon-node/test/e2e/network/gossipsub.test.ts > gossipsub / main thread > Publish and receive a proposerSlashing:
packages/beacon-node/src/network/core/networkCore.ts#L138
UnsupportedListenAddressesError: Some configured addresses failed to be listened on, you may need to remove one or more listen addresses from your configuration or set `transportManager.faultTolerance` to NO_FATAL:
/ip4/0.0.0.0/tcp/0: UnsupportedListenAddressError: No transport was configured to listen on this address
at file:///home/runner/actions-runner/_work/lodestar/lodestar/node_modules/libp2p/src/transport-manager.ts:226:45
at Array.forEach (<anonymous>)
at DefaultTransportManager.listen (file:///home/runner/actions-runner/_work/lodestar/lodestar/node_modules/libp2p/src/transport-manager.ts:225:11)
at DefaultTransportManager.afterStart (file:///home/runner/actions-runner/_work/lodestar/lodestar/node_modules/libp2p/src/transport-manager.ts:94:16)
at file:///home/runner/actions-runner/_work/lodestar/lodestar/node_modules/libp2p/src/components.ts:79:40
at Array.map (<anonymous>)
at Proxy._invokeStartableMethod (file:///home/runner/actions-runner/_work/lodestar/lodestar/node_modules/libp2p/src/components.ts:78:10)
at Proxy.afterStart (file:///home/runner/actions-runner/_work/lodestar/lodestar/node_modules/libp2p/src/components.ts:94:16)
at Libp2p.start (file:///home/runner/actions-runner/_work/lodestar/lodestar/node_modules/libp2p/src/libp2p.ts:235:41)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
❯ node_modules/libp2p/src/transport-manager.ts:226:45
❯ DefaultTransportManager.listen node_modules/libp2p/src/transport-manager.ts:225:11
❯ DefaultTransportManager.afterStart node_modules/libp2p/src/transport-manager.ts:94:16
❯ node_modules/libp2p/src/components.ts:79:40
❯ Proxy._invokeStartableMethod node_modules/libp2p/src/components.ts:78:10
❯ Proxy.afterStart node_modules/libp2p/src/components.ts:94:16
❯ Libp2p.start node_modules/libp2p/src/libp2p.ts:235:41
❯ DefaultTransportManager.listen node_modules/libp2p/src/transport-manager.ts:318:11
❯ DefaultTransportManager.afterStart node_modules/libp2p/src/transport-manager.ts:94:5
❯ node_modules/libp2p/src/components.ts:79:11
❯ Proxy._invokeStartableMethod node_modules/libp2p/src/components.ts:75:5
❯ Proxy.afterStart node_modules/libp2p/src/components.ts:94:5
❯ Libp2p.start node_modules/libp2p/src/libp2p.ts:235:7
❯ createLibp2p node_modules/libp2p/src/index.ts:210:5
❯ Function.init packages/beacon-node/src/network/core/networkCore.ts:138:20
|
|
packages/beacon-node/test/e2e/network/gossipsub.test.ts > gossipsub / main thread > Publish and receive an attesterSlashing:
packages/beacon-node/src/network/core/networkCore.ts#L138
UnsupportedListenAddressesError: Some configured addresses failed to be listened on, you may need to remove one or more listen addresses from your configuration or set `transportManager.faultTolerance` to NO_FATAL:
/ip4/0.0.0.0/tcp/0: UnsupportedListenAddressError: No transport was configured to listen on this address
at file:///home/runner/actions-runner/_work/lodestar/lodestar/node_modules/libp2p/src/transport-manager.ts:226:45
at Array.forEach (<anonymous>)
at DefaultTransportManager.listen (file:///home/runner/actions-runner/_work/lodestar/lodestar/node_modules/libp2p/src/transport-manager.ts:225:11)
at DefaultTransportManager.afterStart (file:///home/runner/actions-runner/_work/lodestar/lodestar/node_modules/libp2p/src/transport-manager.ts:94:16)
at file:///home/runner/actions-runner/_work/lodestar/lodestar/node_modules/libp2p/src/components.ts:79:40
at Array.map (<anonymous>)
at Proxy._invokeStartableMethod (file:///home/runner/actions-runner/_work/lodestar/lodestar/node_modules/libp2p/src/components.ts:78:10)
at Proxy.afterStart (file:///home/runner/actions-runner/_work/lodestar/lodestar/node_modules/libp2p/src/components.ts:94:16)
at Libp2p.start (file:///home/runner/actions-runner/_work/lodestar/lodestar/node_modules/libp2p/src/libp2p.ts:235:41)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
❯ node_modules/libp2p/src/transport-manager.ts:226:45
❯ DefaultTransportManager.listen node_modules/libp2p/src/transport-manager.ts:225:11
❯ DefaultTransportManager.afterStart node_modules/libp2p/src/transport-manager.ts:94:16
❯ node_modules/libp2p/src/components.ts:79:40
❯ Proxy._invokeStartableMethod node_modules/libp2p/src/components.ts:78:10
❯ Proxy.afterStart node_modules/libp2p/src/components.ts:94:16
❯ Libp2p.start node_modules/libp2p/src/libp2p.ts:235:41
❯ DefaultTransportManager.listen node_modules/libp2p/src/transport-manager.ts:318:11
❯ DefaultTransportManager.afterStart node_modules/libp2p/src/transport-manager.ts:94:5
❯ node_modules/libp2p/src/components.ts:79:11
❯ Proxy._invokeStartableMethod node_modules/libp2p/src/components.ts:75:5
❯ Proxy.afterStart node_modules/libp2p/src/components.ts:94:5
❯ Libp2p.start node_modules/libp2p/src/libp2p.ts:235:7
❯ createLibp2p node_modules/libp2p/src/index.ts:210:5
❯ Function.init packages/beacon-node/src/network/core/networkCore.ts:138:20
|
|
packages/beacon-node/test/e2e/network/gossipsub.test.ts > gossipsub / main thread > Publish and receive a blsToExecutionChange:
packages/beacon-node/src/network/core/networkCore.ts#L138
UnsupportedListenAddressesError: Some configured addresses failed to be listened on, you may need to remove one or more listen addresses from your configuration or set `transportManager.faultTolerance` to NO_FATAL:
/ip4/0.0.0.0/tcp/0: UnsupportedListenAddressError: No transport was configured to listen on this address
at file:///home/runner/actions-runner/_work/lodestar/lodestar/node_modules/libp2p/src/transport-manager.ts:226:45
at Array.forEach (<anonymous>)
at DefaultTransportManager.listen (file:///home/runner/actions-runner/_work/lodestar/lodestar/node_modules/libp2p/src/transport-manager.ts:225:11)
at DefaultTransportManager.afterStart (file:///home/runner/actions-runner/_work/lodestar/lodestar/node_modules/libp2p/src/transport-manager.ts:94:16)
at file:///home/runner/actions-runner/_work/lodestar/lodestar/node_modules/libp2p/src/components.ts:79:40
at Array.map (<anonymous>)
at Proxy._invokeStartableMethod (file:///home/runner/actions-runner/_work/lodestar/lodestar/node_modules/libp2p/src/components.ts:78:10)
at Proxy.afterStart (file:///home/runner/actions-runner/_work/lodestar/lodestar/node_modules/libp2p/src/components.ts:94:16)
at Libp2p.start (file:///home/runner/actions-runner/_work/lodestar/lodestar/node_modules/libp2p/src/libp2p.ts:235:41)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
❯ node_modules/libp2p/src/transport-manager.ts:226:45
❯ DefaultTransportManager.listen node_modules/libp2p/src/transport-manager.ts:225:11
❯ DefaultTransportManager.afterStart node_modules/libp2p/src/transport-manager.ts:94:16
❯ node_modules/libp2p/src/components.ts:79:40
❯ Proxy._invokeStartableMethod node_modules/libp2p/src/components.ts:78:10
❯ Proxy.afterStart node_modules/libp2p/src/components.ts:94:16
❯ Libp2p.start node_modules/libp2p/src/libp2p.ts:235:41
❯ DefaultTransportManager.listen node_modules/libp2p/src/transport-manager.ts:318:11
❯ DefaultTransportManager.afterStart node_modules/libp2p/src/transport-manager.ts:94:5
❯ node_modules/libp2p/src/components.ts:79:11
❯ Proxy._invokeStartableMethod node_modules/libp2p/src/components.ts:75:5
❯ Proxy.afterStart node_modules/libp2p/src/components.ts:94:5
❯ Libp2p.start node_modules/libp2p/src/libp2p.ts:235:7
❯ createLibp2p node_modules/libp2p/src/index.ts:210:5
❯ Function.init packages/beacon-node/src/network/core/networkCore.ts:138:20
|
|
packages/beacon-node/test/e2e/network/gossipsub.test.ts > gossipsub / main thread > Publish and receive a voluntaryExit:
packages/beacon-node/src/network/core/networkCore.ts#L138
UnsupportedListenAddressesError: Some configured addresses failed to be listened on, you may need to remove one or more listen addresses from your configuration or set `transportManager.faultTolerance` to NO_FATAL:
/ip4/0.0.0.0/tcp/0: UnsupportedListenAddressError: No transport was configured to listen on this address
at file:///home/runner/actions-runner/_work/lodestar/lodestar/node_modules/libp2p/src/transport-manager.ts:226:45
at Array.forEach (<anonymous>)
at DefaultTransportManager.listen (file:///home/runner/actions-runner/_work/lodestar/lodestar/node_modules/libp2p/src/transport-manager.ts:225:11)
at DefaultTransportManager.afterStart (file:///home/runner/actions-runner/_work/lodestar/lodestar/node_modules/libp2p/src/transport-manager.ts:94:16)
at file:///home/runner/actions-runner/_work/lodestar/lodestar/node_modules/libp2p/src/components.ts:79:40
at Array.map (<anonymous>)
at Proxy._invokeStartableMethod (file:///home/runner/actions-runner/_work/lodestar/lodestar/node_modules/libp2p/src/components.ts:78:10)
at Proxy.afterStart (file:///home/runner/actions-runner/_work/lodestar/lodestar/node_modules/libp2p/src/components.ts:94:16)
at Libp2p.start (file:///home/runner/actions-runner/_work/lodestar/lodestar/node_modules/libp2p/src/libp2p.ts:235:41)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
❯ node_modules/libp2p/src/transport-manager.ts:226:45
❯ DefaultTransportManager.listen node_modules/libp2p/src/transport-manager.ts:225:11
❯ DefaultTransportManager.afterStart node_modules/libp2p/src/transport-manager.ts:94:16
❯ node_modules/libp2p/src/components.ts:79:40
❯ Proxy._invokeStartableMethod node_modules/libp2p/src/components.ts:78:10
❯ Proxy.afterStart node_modules/libp2p/src/components.ts:94:16
❯ Libp2p.start node_modules/libp2p/src/libp2p.ts:235:41
❯ DefaultTransportManager.listen node_modules/libp2p/src/transport-manager.ts:318:11
❯ DefaultTransportManager.afterStart node_modules/libp2p/src/transport-manager.ts:94:5
❯ node_modules/libp2p/src/components.ts:79:11
❯ Proxy._invokeStartableMethod node_modules/libp2p/src/components.ts:75:5
❯ Proxy.afterStart node_modules/libp2p/src/components.ts:94:5
❯ Libp2p.start node_modules/libp2p/src/libp2p.ts:235:7
❯ createLibp2p node_modules/libp2p/src/index.ts:210:5
❯ Function.init packages/beacon-node/src/network/core/networkCore.ts:138:20
|
|
packages/beacon-node/test/e2e/chain/proposerBoostReorg.test.ts > proposer boost reorg > should reorg a late block at slot 10:
packages/beacon-node/src/network/core/networkCore.ts#L138
UnsupportedListenAddressesError: Some configured addresses failed to be listened on, you may need to remove one or more listen addresses from your configuration or set `transportManager.faultTolerance` to NO_FATAL:
/ip4/127.0.0.1/tcp/0: UnsupportedListenAddressError: No transport was configured to listen on this address
at file:///home/runner/actions-runner/_work/lodestar/lodestar/node_modules/libp2p/src/transport-manager.ts:226:45
at Array.forEach (<anonymous>)
at DefaultTransportManager.listen (file:///home/runner/actions-runner/_work/lodestar/lodestar/node_modules/libp2p/src/transport-manager.ts:225:11)
at DefaultTransportManager.afterStart (file:///home/runner/actions-runner/_work/lodestar/lodestar/node_modules/libp2p/src/transport-manager.ts:94:16)
at file:///home/runner/actions-runner/_work/lodestar/lodestar/node_modules/libp2p/src/components.ts:79:40
at Array.map (<anonymous>)
at Proxy._invokeStartableMethod (file:///home/runner/actions-runner/_work/lodestar/lodestar/node_modules/libp2p/src/components.ts:78:10)
at Proxy.afterStart (file:///home/runner/actions-runner/_work/lodestar/lodestar/node_modules/libp2p/src/components.ts:94:16)
at Libp2p.start (file:///home/runner/actions-runner/_work/lodestar/lodestar/node_modules/libp2p/src/libp2p.ts:235:41)
at processTicksAndRejections (node:internal/process/task_queues:105:5)
❯ node_modules/libp2p/src/transport-manager.ts:226:45
❯ DefaultTransportManager.listen node_modules/libp2p/src/transport-manager.ts:225:11
❯ DefaultTransportManager.afterStart node_modules/libp2p/src/transport-manager.ts:94:16
❯ node_modules/libp2p/src/components.ts:79:40
❯ Proxy._invokeStartableMethod node_modules/libp2p/src/components.ts:78:10
❯ Proxy.afterStart node_modules/libp2p/src/components.ts:94:16
❯ Libp2p.start node_modules/libp2p/src/libp2p.ts:235:41
❯ DefaultTransportManager.listen node_modules/libp2p/src/transport-manager.ts:318:11
❯ DefaultTransportManager.afterStart node_modules/libp2p/src/transport-manager.ts:94:5
❯ node_modules/libp2p/src/components.ts:79:11
❯ Proxy._invokeStartableMethod node_modules/libp2p/src/components.ts:75:5
❯ Proxy.afterStart node_modules/libp2p/src/components.ts:94:5
❯ Libp2p.start node_modules/libp2p/src/libp2p.ts:235:7
❯ createLibp2p node_modules/libp2p/src/index.ts:210:5
❯ Function.init packages/beacon-node/src/network/core/networkCore.ts:138:20
|
|
packages/beacon-node/test/e2e/chain/lightclient.test.ts > chain / lightclient > Lightclient track head on server configuration:
packages/beacon-node/lib/network/core/networkCore.js#L105
UnsupportedListenAddressesError: Some configured addresses failed to be listened on, you may need to remove one or more listen addresses from your configuration or set `transportManager.faultTolerance` to NO_FATAL:
/ip4/127.0.0.1/tcp/0: UnsupportedListenAddressError: No transport was configured to listen on this address
at file:///home/runner/actions-runner/_work/lodestar/lodestar/node_modules/libp2p/dist/src/transport-manager.js:166:51
at Array.forEach (<anonymous>)
at DefaultTransportManager.listen (file:///home/runner/actions-runner/_work/lodestar/lodestar/node_modules/libp2p/dist/src/transport-manager.js:165:15)
at DefaultTransportManager.afterStart (file:///home/runner/actions-runner/_work/lodestar/lodestar/node_modules/libp2p/dist/src/transport-manager.js:54:20)
at file:///home/runner/actions-runner/_work/lodestar/lodestar/node_modules/libp2p/dist/src/components.js:23:42
at Array.map (<anonymous>)
at Proxy._invokeStartableMethod (file:///home/runner/actions-runner/_work/lodestar/lodestar/node_modules/libp2p/dist/src/components.js:22:14)
at Proxy.afterStart (file:///home/runner/actions-runner/_work/lodestar/lodestar/node_modules/libp2p/dist/src/components.js:34:20)
at Libp2p.start (file:///home/runner/actions-runner/_work/lodestar/lodestar/node_modules/libp2p/dist/src/libp2p.js:187:47)
at async createLibp2p (file:///home/runner/actions-runner/_work/lodestar/lodestar/node_modules/libp2p/dist/src/index.js:54:9)
❯ node_modules/libp2p/dist/src/transport-manager.js:166:51
❯ DefaultTransportManager.listen node_modules/libp2p/dist/src/transport-manager.js:165:15
❯ DefaultTransportManager.afterStart node_modules/libp2p/dist/src/transport-manager.js:54:20
❯ node_modules/libp2p/dist/src/components.js:23:42
❯ Proxy._invokeStartableMethod node_modules/libp2p/dist/src/components.js:22:14
❯ Proxy.afterStart node_modules/libp2p/dist/src/components.js:34:20
❯ Libp2p.start node_modules/libp2p/dist/src/libp2p.js:187:47
❯ createLibp2p node_modules/libp2p/dist/src/index.js:54:9
❯ DefaultTransportManager.listen node_modules/libp2p/dist/src/transport-manager.js:239:15
❯ DefaultTransportManager.afterStart node_modules/libp2p/dist/src/transport-manager.js:54:9
❯ node_modules/libp2p/dist/src/components.js:23:13
❯ Proxy._invokeStartableMethod node_modules/libp2p/dist/src/components.js:20:9
❯ Proxy.afterStart node_modules/libp2p/dist/src/components.js:34:9
❯ Libp2p.start node_modules/libp2p/dist/src/libp2p.js:187:13
❯ createLibp2p node_modules/libp2p/dist/src/index.js:54:9
❯ NetworkCore.init packages/beacon-node/lib/network/core/networkCore.js:105:24
❯ packages/beacon-node/lib/network/core/networkCoreWorker.js:75:14
|
|
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 }
|
|
Type Checks (22)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
|
Lint (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
|
15.3 KB |
sha256:c7b76266fa9a243097b27ba5b6381697d099331678364bab7d1a1dfff03f5849
|
|