-
Notifications
You must be signed in to change notification settings - Fork 9
Investigate staging Dealbot startup failure #411
Copy link
Copy link
Closed
Milestone
Description
Dealbot pods are failing to start due to a contract call revert during initialization. As a result, the worker pods are also unable to start successfully.
Failure Log:
{"level":"fatal","pid":14,"timestamp":1774938593839,"message":{"event":"bootstrap_failed","message":"Bootstrap failed","error":{"type":"error","name":"ContractFunctionExecutionError","message":"The contract function \"getClientDataSets\" reverted with the following reason:\nmessage execution failed (exit=[SysErrOutOfGas(7)], vm error=[unknown error (RetCode=7)])\n\nContract Call:\n address: 0x537320bd004a7FDd3c1932ca64BD88268301322A\n function: getClientDataSets(address client)\n args: (0xa5F90bc2AA73a2E0Bad4D7092a932644d5dD5d71)\n\nDocs: https://viem.sh/docs/contract/readContract\nDetails: message execution failed (exit=[SysErrOutOfGas(7)], vm error=[unknown error (RetCode=7)])\nVersion: viem@2.47.5","stack":"ContractFunctionExecutionError: The contract function \"getClientDataSets\" reverted with the following reason:\nmessage execution failed (exit=[SysErrOutOfGas(7)], vm error=[unknown error (RetCode=7)])\n\nContract Call:\n address: 0x537320bd004a7FDd3c1932ca64BD88268301322A\n function: getClientDataSets(address client)\n args: (0xa5F90bc2AA73a2E0Bad4D7092a932644d5dD5d71)\n\nDocs: https://viem.sh/docs/contract/readContract\nDetails: message execution failed (exit=[SysErrOutOfGas(7)], vm error=[unknown error (RetCode=7)])\nVersion: viem@2.47.5\n at getContractError (file:///app/node_modules/.pnpm/viem@2.47.5_typescript@5.9.3_zod@4.3.6/node_modules/viem/_esm/utils/errors/getContractError.js:34:12)\n at readContract (file:///app/node_modules/.pnpm/viem@2.47.5_typescript@5.9.3_zod@4.3.6/node_modules/viem/_esm/actions/public/readContract.js:58:15)\n at process.processTicksAndRejections (node:internal/process/task_queues:104:5)\n at async getClientDataSets (file:///app/node_modules/.pnpm/@filoz+synapse-core@0.3.2_typescript@5.9.3_viem@2.47.5_typescript@5.9.3_zod@4.3.6_/node_modules/@filoz/synapse-core/dist/src/warm-storage/get-client-data-sets.js:4:18)\n at async getPdpDataSets (file:///app/node_modules/.pnpm/@filoz+synapse-core@0.3.2_typescript@5.9.3_viem@2.47.5_typescript@5.9.3_zod@4.3.6_/node_modules/@filoz/synapse-core/dist/src/warm-storage/get-pdp-data-sets.js:4:18)\n at async Promise.all (index 2)\n at async fetchProviderSelectionInput (file:///app/node_modules/.pnpm/@filoz+synapse-core@0.3.2_typescript@5.9.3_viem@2.47.5_typescript@5.9.3_zod@4.3.6_/node_modules/@filoz/synapse-core/dist/src/warm-storage/fetch-provider-selection-input.js:5:51)\n at async StorageContext.smartSelect (file:///app/node_modules/.pnpm/@filoz+synapse-sdk@0.40.1_typescript@5.9.3_viem@2.47.5_typescript@5.9.3_zod@4.3.6_/node_modules/@filoz/synapse-sdk/dist/src/storage/context.js:253:23)\n at async StorageContext.createContexts (file:///app/node_modules/.pnpm/@filoz+synapse-sdk@0.40.1_typescript@5.9.3_viem@2.47.5_typescript@5.9.3_zod@4.3.6_/node_modules/@filoz/synapse-sdk/dist/src/storage/context.js:106:27)\n at async StorageManager.createContexts (file:///app/node_modules/.pnpm/@filoz+synapse-sdk@0.40.1_typescript@5.9.3_viem@2.47.5_typescript@5.9.3_zod@4.3.6_/node_modules/@filoz/synapse-sdk/dist/src/storage/manager.js:509:26)"}},"context":"Main"}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
🎉 Done