Skip to content

Cleanup executors #1235

Cleanup executors

Cleanup executors #1235

Triggered via pull request January 30, 2025 02:23
Status Failure
Total duration 3m 34s
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 "0x0a2eb5013539a08a5c18afd463fd3f867c729db112b6e3128d47404da50e0218" 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 "0x0a2eb5013539a08a5c18afd463fd3f867c729db112b6e3128d47404da50e0218" 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: 0x5fbfb9cf0000000000000000000000001606d8783af30ad41b0efdac5e801c7d814613550000000000000000000000000000000000000000000000000000000000000000 maxFeePerGas: 94.110595026 gwei maxPriorityFeePerGas: 1 gwei nonce: 184467440737095516160 paymasterPostOpGasLimit: 0 paymasterVerificationGasLimit: 0 preVerificationGas: 52025 sender: 0x9cd9548FC2bB3617e74d2032F78a66E60bE262e6 signature: 0xacd3bba5a5afa250848785228dcaa99786c4a0b537f6bd4e703ea5c6498a62bc18b01cca0ab07ea1260ea4d45918ae12bd215fd426381e56d60cd1dd530b3dc01b 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: 0x5fbfb9cf0000000000000000000000001606d8783af30ad41b0efdac5e801c7d814613550000000000000000000000000000000000000000000000000000000000000000\n maxFeePerGas: 94.110595026 gwei\n maxPriorityFeePerGas: 1 gwei\n nonce: 184467440737095516160\n paymasterPostOpGasLimit: 0\n paymasterVerificationGasLimit: 0\n preVerificationGas: 52025\n sender: 0x9cd9548FC2bB3617e74d2032F78a66E60bE262e6\n signature: 0xacd3bba5a5afa250848785228dcaa99786c4a0b537f6bd4e703ea5c6498a62bc18b01cca0ab07ea1260ea4d45918ae12bd215fd426381e56d60cd1dd530b3dc01b\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: 0x5fbfb9cf000000000000000000000000d0b6034e2a9ba56b4f9ac0d21ca18b6324bf97090000000000000000000000000000000000000000000000000000000000000000 maxFeePerGas: 72.501617227 gwei maxPriorityFeePerGas: 1 gwei nonce: 1844674407370955161600 paymasterPostOpGasLimit: 0 paymasterVerificationGasLimit: 0 preVerificationGas: 52025 sender: 0xc1322095a0c2a213Bcda2F559770CDbFFbaEC62C signature: 0x205c55bb495123a1cffb1d7ffadb46794f737c3a7826875de99ce5c5be0e3de55c2da72c81d1ef36bb8eede4b1b1cd5c4d800f848678e25de30360e6a647e06a1b 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: 0x5fbfb9cf000000000000000000000000d0b6034e2a9ba56b4f9ac0d21ca18b6324bf97090000000000000000000000000000000000000000000000000000000000000000\n maxFeePerGas: 72.501617227 gwei\n maxPriorityFeePerGas: 1 gwei\n nonce: 1844674407370955161600\n paymasterPostOpGasLimit: 0\n paymasterVerificationGasLimit: 0\n preVerificationGas: 52025\n sender: 0xc1322095a0c2a213Bcda2F559770CDbFFbaEC62C\n signature: 0x205c55bb495123a1cffb1d7ffadb46794f737c3a7826875de99ce5c5be0e3de55c2da72c81d1ef36bb8eede4b1b1cd5c4d800f848678e25de30360e6a647e06a1b\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.