Skip to content

Cleanup executors #1236

Cleanup executors

Cleanup executors #1236

Triggered via pull request January 30, 2025 12:12
Status Failure
Total duration 3m 28s
Artifacts

e2e.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
tests/eth_sendUserOperation.test.ts > '0.7' supports eth_sendUserOperation > Replace mempool transaction: test/e2e/tests/eth_sendUserOperation.test.ts#L137
UserOperationReceiptNotFoundError: User Operation receipt with hash "0xd0366dc4a0a09d1c96dbd23bc10eb0540b8ecdc40b0bdb3394986ed8b10f0790" could not be found. The User Operation may not have been processed yet. Version: 2.21.12 ❯ getUserOperationReceipt ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/viem/account-abstraction/actions/bundler/getUserOperationReceipt.ts:61:23 ❯ tests/eth_sendUserOperation.test.ts:137:31 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { details: undefined, docsPath: undefined, metaMessages: undefined, shortMessage: 'User Operation receipt with hash "0xd0366dc4a0a09d1c96dbd23bc10eb0540b8ecdc40b0bdb3394986ed8b10f0790" could not be found. The User Operation may not have been processed yet.', version: '2.21.12', walk: 'Function<walk>' }
tests/eth_sendUserOperation.test.ts > '0.7' supports eth_sendUserOperation > Send parallel UserOperations: test/e2e/tests/eth_sendUserOperation.test.ts#L257
UserOperationExecutionError: Smart Account has already been deployed. Remove the following properties and try again: `factory` `factoryData` Request Arguments: callData: 0xb61d27f600000000000000000000000023b608675a2b2fb1890d3abbd85c5775c51691d50000000000000000000000000000000000000000000000000214e8348c4f000000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000 callGasLimit: 16323 factory: 0x91E60e0613810449d098b0b5Ec8b51A0FE8c8985 factoryData: 0x5fbfb9cf000000000000000000000000edc3b58f5556cca713417f94472f8d70723b5bf20000000000000000000000000000000000000000000000000000000000000000 maxFeePerGas: 94.110595026 gwei maxPriorityFeePerGas: 1 gwei nonce: 184467440737095516160 paymasterPostOpGasLimit: 0 paymasterVerificationGasLimit: 0 preVerificationGas: 52025 sender: 0x4824e2f89Dd795Cbe16C6068C014746048F8135D signature: 0xe907120aa4e7e9d91508661775d6981be56901a40e1f7033283e5a0f325cde9e4dcb054491c34063cd4f34c76eb1938d07aacd267af5521c57961da992a4e4ee1b verificationGasLimit: 306863 Details: AA10 sender already constructed: A conflicting userOperation with initCode for this sender is already in the mempool. bump the gas price by minimum 10% Version: 2.21.12 ❯ getUserOperationError ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/viem/account-abstraction/utils/errors/getUserOperationError.ts:68:10 ❯ sendUserOperation ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/viem/account-abstraction/actions/bundler/sendUserOperation.ts:160:11 ❯ tests/eth_sendUserOperation.test.ts:257:30 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { details: 'AA10 sender already constructed: A conflicting userOperation with initCode for this sender is already in the mempool. bump the gas price by minimum 10%', docsPath: undefined, metaMessages: [ 'Remove the following properties and try again:', '`factory`', '`factoryData`', ' ', 'Request Arguments:', ' callData: 0xb61d27f600000000000000000000000023b608675a2b2fb1890d3abbd85c5775c51691d50000000000000000000000000000000000000000000000000214e8348c4f000000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000\n callGasLimit: 16323\n factory: 0x91E60e0613810449d098b0b5Ec8b51A0FE8c8985\n factoryData: 0x5fbfb9cf000000000000000000000000edc3b58f5556cca713417f94472f8d70723b5bf20000000000000000000000000000000000000000000000000000000000000000\n maxFeePerGas: 94.110595026 gwei\n maxPriorityFeePerGas: 1 gwei\n nonce: 184467440737095516160\n paymasterPostOpGasLimit: 0\n paymasterVerificationGasLimit: 0\n preVerificationGas: 52025\n sender: 0x4824e2f89Dd795Cbe16C6068C014746048F8135D\n signature: 0xe907120aa4e7e9d91508661775d6981be56901a40e1f7033283e5a0f325cde9e4dcb054491c34063cd4f34c76eb1938d07aacd267af5521c57961da992a4e4ee1b\n verificationGasLimit: 306863' ], shortMessage: 'Smart Account has already been deployed.', version: '2.21.12', walk: 'Function<walk>' } Caused by: SenderAlreadyConstructedError: Smart Account has already been deployed. Remove the following properties and try again: `factory` `factoryData` Details: AA10 sender already constructed: A conflicting userOperation with initCode for this sender is already in the mempool. bump the gas price by minimum 10% Version: 2.21.12 ❯ getBundlerError ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/viem/account-abstraction/utils/errors/getBundlerError.ts:223:12 ❯ ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/viem/account-abstraction/utils/err
tests/eth_sendUserOperation.test.ts > '0.7' supports eth_sendUserOperation > Send queued UserOperations: test/e2e/tests/eth_sendUserOperation.test.ts#L381
UserOperationExecutionError: Smart Account has already been deployed. Remove the following properties and try again: `factory` `factoryData` Request Arguments: callData: 0xb61d27f600000000000000000000000023b608675a2b2fb1890d3abbd85c5775c51691d50000000000000000000000000000000000000000000000000214e8348c4f000000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000 callGasLimit: 16323 factory: 0x91E60e0613810449d098b0b5Ec8b51A0FE8c8985 factoryData: 0x5fbfb9cf000000000000000000000000010164ec54c08b5e7e77175bbad52453dc3ace8a0000000000000000000000000000000000000000000000000000000000000000 maxFeePerGas: 72.501625375 gwei maxPriorityFeePerGas: 1 gwei nonce: 1844674407370955161600 paymasterPostOpGasLimit: 0 paymasterVerificationGasLimit: 0 preVerificationGas: 52025 sender: 0x4F9e1e64B16eF7e8c3797d93F31D36F1874094B0 signature: 0x8197548fd753db51e8d4e4521393b94b907c75a98508caf464e2413e71048401358e0289e6d093eff77c9b995045ef98e61a6ec0a8ef7b8163c73edfa62cbdb01c verificationGasLimit: 306863 Details: AA10 sender already constructed: A conflicting userOperation with initCode for this sender is already in the mempool. bump the gas price by minimum 10% Version: 2.21.12 ❯ getUserOperationError ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/viem/account-abstraction/utils/errors/getUserOperationError.ts:68:10 ❯ sendUserOperation ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/viem/account-abstraction/actions/bundler/sendUserOperation.ts:160:11 ❯ tests/eth_sendUserOperation.test.ts:381:31 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { details: 'AA10 sender already constructed: A conflicting userOperation with initCode for this sender is already in the mempool. bump the gas price by minimum 10%', docsPath: undefined, metaMessages: [ 'Remove the following properties and try again:', '`factory`', '`factoryData`', ' ', 'Request Arguments:', ' callData: 0xb61d27f600000000000000000000000023b608675a2b2fb1890d3abbd85c5775c51691d50000000000000000000000000000000000000000000000000214e8348c4f000000000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000000\n callGasLimit: 16323\n factory: 0x91E60e0613810449d098b0b5Ec8b51A0FE8c8985\n factoryData: 0x5fbfb9cf000000000000000000000000010164ec54c08b5e7e77175bbad52453dc3ace8a0000000000000000000000000000000000000000000000000000000000000000\n maxFeePerGas: 72.501625375 gwei\n maxPriorityFeePerGas: 1 gwei\n nonce: 1844674407370955161600\n paymasterPostOpGasLimit: 0\n paymasterVerificationGasLimit: 0\n preVerificationGas: 52025\n sender: 0x4F9e1e64B16eF7e8c3797d93F31D36F1874094B0\n signature: 0x8197548fd753db51e8d4e4521393b94b907c75a98508caf464e2413e71048401358e0289e6d093eff77c9b995045ef98e61a6ec0a8ef7b8163c73edfa62cbdb01c\n verificationGasLimit: 306863' ], shortMessage: 'Smart Account has already been deployed.', version: '2.21.12', walk: 'Function<walk>' } Caused by: SenderAlreadyConstructedError: Smart Account has already been deployed. Remove the following properties and try again: `factory` `factoryData` Details: AA10 sender already constructed: A conflicting userOperation with initCode for this sender is already in the mempool. bump the gas price by minimum 10% Version: 2.21.12 ❯ getBundlerError ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/viem/account-abstraction/utils/errors/getBundlerError.ts:223:12 ❯ ../../node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/viem/account-abstraction/utils/e
docker-e2e
Process completed with exit code 1.