aurora-is-near / aurora-relayer

[DEPRECATED] Web3-compatible relayer server for Aurora.
https://aurora-is-near.github.io/aurora-relayer/
Creative Commons Zero v1.0 Universal
26 stars 13 forks source link

Error message `Failure outcome: { ActionError: { index: 0, kind: { FunctionCallError: [Object] } } }` constantly outputed #321

Closed jcs47 closed 1 year ago

jcs47 commented 2 years ago

I am running the aurora relayer on kubernetes. I managed to build an image for release tag 2022.06.15. The relayer seems to be working fine and the data seems to be indexed successful, but I am seeing these errors getting outputed by the indexer. What does this mean?

Indexing transaction 0x9a0bcd08a3fe47a8796577e3cb207d57fa57f4037bfa16d615669373454af42c at #93149332:0...
Indexing transaction 0xe8b3ccf28a7a8908eba5e778810ba19fd067d2beeecb021f66125dfffb9e6691 at #93149333:0...
Failure outcome: { ActionError: { index: 0, kind: { FunctionCallError: [Object] } } }
Indexing transaction 0x8c672c6e861c16e0612394be47c366128ee5285ceaaa0386b5a1c81395fdbbd5 at #93221884:0...
Indexing log event at #93221884:0:0...
Failure outcome: { ActionError: { index: 0, kind: { FunctionCallError: [Object] } } }
Indexing transaction 0xe60c1c56893f1564cee702b0b3ee4cfc26fdb195849dbc8ee78c4b29319267ed at #93149348:0...
Indexing log event at #93149348:0:0...
Failure outcome: { ActionError: { index: 0, kind: { FunctionCallError: [Object] } } }
Failure outcome: { ActionError: { index: 0, kind: { FunctionCallError: [Object] } } }
Indexing skipped block #93221890...
Indexing transaction 0x339ac14456b8e6d641af11a87de6a511728abffc6ceec3c4769160609cb142f1 at #93221888:0...
Indexing skipped block #93149360...
Failure outcome: { ActionError: { index: 0, kind: { FunctionCallError: [Object] } } }
Indexing transaction 0x766a5089f80c234f13368c6f1a875cc51f970e7f4a3012e57ff366f7c0da555c at #93149362:0...
Indexing transaction 0xdb2ca144322ed7e0ff68533e1a9f80a98b5b6bd843fa52149f5e8dd534be82ac at #93149363:0...
Indexing log event at #93149363:0:0...
Failure outcome: { ActionError: { index: 0, kind: { FunctionCallError: [Object] } } }
vorotech commented 2 years ago

The same error, +1 to understand what does it mean

These logs are from the mainnet_indexer container

ndexing block #71838249...
Failure outcome: { ActionError: { index: 0, kind: { FunctionCallError: [Object] } } }
Indexing transaction 0x8c0cb4779e403681befe316ca0230c6a0771375e6cba48b3b4398649f936b402 at #71838048:0...
Indexing block #71838250...
Failure outcome: { ActionError: { index: 0, kind: { FunctionCallError: [Object] } } }
Failure outcome: { ActionError: { index: 0, kind: { FunctionCallError: [Object] } } }
Failure outcome: { ActionError: { index: 0, kind: { FunctionCallError: [Object] } } }
Failure outcome: { ActionError: { index: 0, kind: { FunctionCallError: [Object] } } }
Failure outcome: { ActionError: { index: 0, kind: { FunctionCallError: [Object] } } }
Failure outcome: { ActionError: { index: 0, kind: { FunctionCallError: [Object] } } }
Failure outcome: { ActionError: { index: 0, kind: { FunctionCallError: [Object] } } }
Failure outcome: { ActionError: { index: 0, kind: { FunctionCallError: [Object] } } }
Failure outcome: { ActionError: { index: 0, kind: { FunctionCallError: [Object] } } }
Indexing block #71838251...
Failure outcome: { ActionError: { index: 0, kind: { FunctionCallError: [Object] } } }
Failure outcome: { ActionError: { index: 0, kind: { FunctionCallError: [Object] } } }
Failure outcome: { ActionError: { index: 0, kind: { FunctionCallError: [Object] } } }
Indexing log event at #71837831:0:0...
Indexing log event at #71837831:0:1...
Indexing block #71838252...
Failure outcome: { ActionError: { index: 0, kind: { FunctionCallError: [Object] } } }
Failure outcome: { ActionError: { index: 0, kind: { FunctionCallError: [Object] } } }
Indexing transaction 0xc1b91e2a8a2ac80e0f1f0d79f1f154d743de4a5d12582930a7c573823d631956 at #71838050:0...
Indexing transaction 0x60f6a7af69f5a41ad42824a26f45bc4d99aa81bd058d9944f1dc96de07506158 at #71838050:1...
Indexing transaction 0x882ddcf76fb9365ea723ba8ec8527c676eb577f805d205c72e58d79e68678281 at #71839869:0...
Indexing block #71839907...
Indexing block #71838253...
Failure outcome: { ActionError: { index: 0, kind: { FunctionCallError: [Object] } } }
vorotech commented 2 years ago

Wondering, could it be related to the following warnings from the mainnet_database. NOTE: Timestamps do not much (logs taken at different time), but the pattern of occurrence in the logs seems similar.

2022-08-12 20:47:26.444 UTC [776] WARNING:  there is already a transaction in progress
2022-08-12 20:47:27.211 UTC [776] WARNING:  there is already a transaction in progress
2022-08-12 20:47:27.279 UTC [776] WARNING:  there is already a transaction in progress
2022-08-12 20:47:27.932 UTC [776] WARNING:  there is already a transaction in progress
2022-08-12 20:47:27.949 UTC [776] WARNING:  there is already a transaction in progress
2022-08-12 20:47:28.007 UTC [776] WARNING:  there is no transaction in progress
2022-08-12 20:47:28.071 UTC [776] WARNING:  there is no transaction in progress
2022-08-12 20:47:28.080 UTC [776] WARNING:  there is no transaction in progress
2022-08-12 20:47:28.080 UTC [776] WARNING:  there is no transaction in progress
2022-08-12 20:47:28.090 UTC [776] WARNING:  there is no transaction in progress
2022-08-12 20:47:46.593 UTC [776] WARNING:  there is already a transaction in progress
2022-08-12 20:47:46.995 UTC [776] WARNING:  there is already a transaction in progress
spilin commented 1 year ago

This repository is deprecated. If issue still persists, please reopen it on a new repository of Aurora Relayer v2.