threefoldtech / tfchain_graphql

Graphql for TFchain
Apache License 2.0
2 stars 3 forks source link

Testnet: indexer sync fails at "Unable to decode storage system.events::" #15

Closed coesensbert closed 2 years ago

coesensbert commented 2 years ago

Testnet: Indexer started to sync from 02.tfchain.test.grid.tf but failed at te following.

[2022-03-07T10:58:46.884] [INFO] default - Starting the indexer
2022-03-07T10:58:46.888Z hydra-indexer:manager Hydra Indexer version: 4.2.0-alpha.9
2022-03-07T10:58:46.895Z index-builder:helper DB config: {
  "type": "postgres",
  "host": "db",
  "port": 5432,
  "username": "postgres",
  "password": "postgres",
  "database": "indexer-db",
  "entities": [
    null,
    null,
    null
  ],
  "migrations": [
    "/hydra/packages/hydra-indexer/lib/migrations/v3/*.js",
    "/hydra/packages/hydra-indexer/lib/migrations/v4/*.js"
  ],
  "cli": {
    "migrationsDir": "src/migrations/v3"
  },
  "logging": "error",
  "namingStrategy": {
    "nestedSetColumnNames": {
      "left": "nsleft",
      "right": "nsright"
    },
    "materializedPathColumnName": "mpath"
  }
}
2022-03-07T10:58:47.410Z hydra-indexer:manager Database connection OK
2022-03-07T10:58:47.420Z index-builder:redis-factory Initializing Redis Client Factory
2022-03-07T10:58:47.423Z index-builder:redis-factory Using redis://redis:6379/1 for Redis clients
2022-03-07T10:58:47.491Z hydra-indexer:manager PubSub OK
2022-03-07T10:58:47.492Z index-builder:indexer Starting Index Builder
2022-03-07T10:58:47.492Z hydra-indexer:producer Creating Block Producer
2022-03-07T10:58:47.493Z hydra-indexer:status-server Creating status service
2022-03-07T10:58:47.498Z hydra-indexer:status-server Initializing status service
2022-03-07T10:58:47.530Z index-builder:indexer Spawned worker.
2022-03-07T10:58:47.531Z index-builder:indexer Last indexed block in the database: 13149
2022-03-07T10:58:47.531Z index-builder:indexer WARNING! The database contains indexed blocks.
          The last indexed block height is 13149. The indexer
          will continue from block 13149 ignoring the start
          block height hint. Set the environment variable FORCE_BLOCK_HEIGHT to true
          if you want to start from 0 anyway.
2022-03-07T10:58:47.531Z index-builder:indexer Starting the block indexer at block 13150
2022-03-07T10:58:47.531Z hydra-indexer:producer Starting Block Producer
2022-03-07T10:58:47.532Z hydra-indexer:substrate-service Initializing SubstrateService
2022-03-07T10:58:47.532Z hydra-indexer:substrate-api Creating new Api Promise
2022-03-07T10:58:47.571Z hydra-indexer:substrate-api Injected types: Farm, PublicIP, Entity, Twin, EntityProof, Node, PublicConfig, Location, Resources, Interface, CertificationType, CertificationCodeType, CertificationCodes, PricingPolicy, Policy, Unit, Contract, ContractData, NodeContract, NameContract, ContractBillingInformation, ContractState, Cause, Consumption, DiscountLevel, NameRegistration, FarmingPolicy, ContractBill, PalletStorageVersion, StorageVersion, Address, LookupSource, BalanceOf, Public, U16F16, BufferIndex, VestingInfo, StellarTransaction, MintTransaction, BurnTransaction, RefundTransaction, StellarSignature, Burn, ValueStruct, AccountInfo, Keys, SessionKeys1, SessionKeys2
2022-03-07 10:58:52        METADATA: Unknown types found, no types for TermsAndConditions
Unable to map u16 to a lookup index
Unable to map u16 to a lookup index
Unable to map u16 to a lookup index
Unable to map u16 to a lookup index
Unable to map u16 to a lookup index
Unable to map u16 to a lookup index
Unable to map u16 to a lookup index
Unable to map u16 to a lookup index
Unable to map u16 to a lookup index
Unable to map u16 to a lookup index
Unable to map u16 to a lookup index
Unable to map u16 to a lookup index
Unable to map u16 to a lookup index
Unable to map u16 to a lookup index
Unable to map u16 to a lookup index
Unable to map u16 to a lookup index
Unable to map u16 to a lookup index
Unable to map u16 to a lookup index
2022-03-07T10:58:53.807Z hydra-indexer:substrate-service Subscribing to new heads
2022-03-07T10:58:53.809Z hydra-indexer:substrate-service PING
2022-03-07T10:58:53.919Z hydra-indexer:substrate-service PONG. Node health: {"peers":8,"isSyncing":false,"shouldHavePeers":true}
2022-03-07T10:58:53.940Z hydra-indexer:producer Starting the block producer, next block: 13150
2022-03-07T10:58:53.941Z index-builder:indexer Started a pool of indexers.
2022-03-07T10:58:53.945Z hydra-indexer:producer Yield: 13150
2022-03-07T10:58:53.945Z index-builder:indexer Processing block #13150
2022-03-07T10:58:53.961Z index-builder:redis-relayer Relaying to redis: hydra:indexer:started:block {"height":13150}
2022-03-07T10:58:53.962Z hydra-indexer:producer Fetching block #13150
2022-03-07T10:58:53.962Z hydra-indexer:substrate-service Fetching block hash. BlockNumber: "13150"
2022-03-07T10:58:53.970Z hydra-indexer:producer         Hash 0x19e564e9e7209533cdd3b97e834878257749a3b4921fbb56265b82fcce9a1e7a.
2022-03-07T10:58:53.971Z hydra-indexer:substrate-service Fething events. BlockHash:  "0x19e564e9e7209533cdd3b97e834878257749a3b4921fbb56265b82fcce9a1e7a"
2022-03-07T10:58:53.971Z hydra-indexer:substrate-service Fething signed block: "0x19e564e9e7209533cdd3b97e834878257749a3b4921fbb56265b82fcce9a1e7a"
Unable to map u16 to a lookup index
Unable to map u16 to a lookup index
Unable to map u16 to a lookup index
Unable to map u16 to a lookup index
Unable to map u16 to a lookup index
Unable to map u16 to a lookup index
Unable to map u16 to a lookup index
Unable to map u16 to a lookup index
Unable to map u16 to a lookup index
Unable to map u16 to a lookup index
Unable to map u16 to a lookup index
Unable to map u16 to a lookup index
Unable to map u16 to a lookup index
Unable to map u16 to a lookup index
2022-03-07T10:58:58.574Z hydra-indexer:producer New finalized head: {"parentHash":"0x072b263ec346a7583dac30956aabd98efc6315c1319e61d6422207522f4220b8","number":2007776,"stateRoot":"0xacca1680920b682b2bc375f22bd3284ea5fc2a0562c8fc1f0f7c7cc0bae2d686","extrinsicsRoot":"0x628a9f986d5492a3159e1b75b129f47119cf55a0d1a6decd6e180f144c433f3d","digest":{"logs":[{"preRuntime":["0x61757261","0x3aa65b1000000000"]},{"seal":["0x61757261","0x0eba64a9674bcba9f4c8565dde6f230593b125358080f5735fb72518f1bf9348e49db97ae4883c9246d8e7bacb0e9c08de71ba6cb232250bdf48da8f56a87f87"]}]}}, height: 2007776
2022-03-07 10:58:58        RPC-CORE: getStorage(key: StorageKey, at?: BlockHash): StorageData:: Unable to decode storage system.events:: createType(Vec<EventRecord>):: Vec<EventRecord>:: Decoded input doesn't match input, received 0x10000000000000005095a209000000000200000001000000000010cae1110000…6166663a666533303a3361396300000200000000000ae1f50500000000000000 (218 bytes), created 0x10000000000000005095a209000000000200000001000000000010cae1110000…343a376166663a666533303a3361396300000200000000000ae1f50500000000 (215 bytes)
2022-03-07T10:58:58.724Z hydra-indexer:substrate-service Failed to execute "get block events of block "0x19e564e9e7209533cdd3b97e834878257749a3b4921fbb56265b82fcce9a1e7a"" after 1 attempts. Retries left: 5
2022-03-07 10:58:59        RPC-CORE: getStorage(key: StorageKey, at?: BlockHash): StorageData:: Unable to decode storage system.events:: createType(Vec<EventRecord>):: Vec<EventRecord>:: Decoded input doesn't match input, received 0x10000000000000005095a209000000000200000001000000000010cae1110000…6166663a666533303a3361396300000200000000000ae1f50500000000000000 (218 bytes), created 0x10000000000000005095a209000000000200000001000000000010cae1110000…343a376166663a666533303a3361396300000200000000000ae1f50500000000 (215 bytes)
2022-03-07T10:58:59.779Z hydra-indexer:substrate-service Failed to execute "get block events of block "0x19e564e9e7209533cdd3b97e834878257749a3b4921fbb56265b82fcce9a1e7a"" after 2 attempts. Retries left: 4
2022-03-07T10:59:01.654Z hydra-indexer:producer New finalized head: {"parentHash":"0x51abac496debd5a6d74a192dcdaad7d0082f2f463becf1a0d2abdb23711af800","number":2007777,"stateRoot":"0xb325e49099a494d1aa23157c1e4bf3ecf3b9de7e33e9e6153c00eb61f9c4e0f1","extrinsicsRoot":"0x61e3199a554e5a8a6f127755dd89cb93aad60781c638c66767e76a784b4f536c","digest":{"logs":[{"preRuntime":["0x61757261","0x3ba65b1000000000"]},{"seal":["0x61757261","0x06de27182aa14c491d6437437e435b4e7edf3828f699075a749535dca448be11340eca83b92b7539a1fbc618fd2ec085c83b47b363871410f07063971ed1f384"]}]}}, height: 2007777
2022-03-07 10:59:01        RPC-CORE: getStorage(key: StorageKey, at?: BlockHash): StorageData:: Unable to decode storage system.events:: createType(Vec<EventRecord>):: Vec<EventRecord>:: Decoded input doesn't match input, received 0x10000000000000005095a209000000000200000001000000000010cae1110000…6166663a666533303a3361396300000200000000000ae1f50500000000000000 (218 bytes), created 0x10000000000000005095a209000000000200000001000000000010cae1110000…343a376166663a666533303a3361396300000200000000000ae1f50500000000 (215 bytes)
2022-03-07T10:59:01.831Z hydra-indexer:substrate-service Failed to execute "get block events of block "0x19e564e9e7209533cdd3b97e834878257749a3b4921fbb56265b82fcce9a1e7a"" after 3 attempts. Retries left: 3
2022-03-07 10:59:05        RPC-CORE: getStorage(key: StorageKey, at?: BlockHash): StorageData:: Unable to decode storage system.events:: createType(Vec<EventRecord>):: Vec<EventRecord>:: Decoded input doesn't match input, received 0x10000000000000005095a209000000000200000001000000000010cae1110000…6166663a666533303a3361396300000200000000000ae1f50500000000000000 (218 bytes), created 0x10000000000000005095a209000000000200000001000000000010cae1110000…343a376166663a666533303a3361396300000200000000000ae1f50500000000 (215 bytes)
2022-03-07T10:59:05.888Z hydra-indexer:substrate-service Failed to execute "get block events of block "0x19e564e9e7209533cdd3b97e834878257749a3b4921fbb56265b82fcce9a1e7a"" after 4 attempts. Retries left: 2
2022-03-07T10:59:08.098Z hydra-indexer:producer New finalized head: {"parentHash":"0xc12322b5204c4a9fa9924c6badd9ce150efed767b0f042e085378463e7c95664","number":2007778,"stateRoot":"0x67f5e040800239221a5b6aa94cdb4b861c5f3f68a239a068155e90ce3f091f0a","extrinsicsRoot":"0xa7c183d0ea9ba11c4ec8c245f2b7ed3b1660fd888f3a8b4edcb258df90fb8cfa","digest":{"logs":[{"preRuntime":["0x61757261","0x3ca65b1000000000"]},{"seal":["0x61757261","0xb643ee59dc441927d8fcb8bcf8333340ad78e6e71db58492159b3a056234214e30ce40c13cec2ceab99cc32b5fdb85987d0e9441d2dbb929bab5f3f313060186"]}]}}, height: 2007778
2022-03-07T10:59:13.436Z hydra-indexer:producer New finalized head: {"parentHash":"0xf0981949dd9adc54083b62a9721e1aaa1917866e70e06082104deb27d0eb591c","number":2007779,"stateRoot":"0x85cce6f7efbcf19e70c3858e086d1221d00cd3b0eddf5ae208cfb7d24f978ef1","extrinsicsRoot":"0x32b53ab1ef45960e21a181e9f53987df37b78056593d0591ff2b96df67fb9342","digest":{"logs":[{"preRuntime":["0x61757261","0x3da65b1000000000"]},{"seal":["0x61757261","0x964b4b26445c17c9b83af6a50871819490d0242ab8d05bccf1c9333cb3f27b5c8d734bbf5efb9a1dc7987f738be4e6b7d3cccce0f110c746c0786903830fe48c"]}]}}, height: 2007779
2022-03-07 10:59:13        RPC-CORE: getStorage(key: StorageKey, at?: BlockHash): StorageData:: Unable to decode storage system.events:: createType(Vec<EventRecord>):: Vec<EventRecord>:: Decoded input doesn't match input, received 0x10000000000000005095a209000000000200000001000000000010cae1110000…6166663a666533303a3361396300000200000000000ae1f50500000000000000 (218 bytes), created 0x10000000000000005095a209000000000200000001000000000010cae1110000…343a376166663a666533303a3361396300000200000000000ae1f50500000000 (215 bytes)
2022-03-07T10:59:13.956Z hydra-indexer:substrate-service Failed to execute "get block events of block "0x19e564e9e7209533cdd3b97e834878257749a3b4921fbb56265b82fcce9a1e7a"" after 5 attempts. Retries left: 1
2022-03-07T10:59:18.827Z hydra-indexer:producer New finalized head: {"parentHash":"0x6a61dd83d2f9e288ce1159a81e0c97b2cf4805e2a41cf0e16cd35a6191788756","number":2007780,"stateRoot":"0x2f4f0b956555096cb11d6e1486ea6d449fcde8f1b08d4411dc7d4d7fad6bc2ac","extrinsicsRoot":"0x836a1eaa9431cba353bbd28fb3489b1eaa1764c3558fce082e9cbd58dd423c2b","digest":{"logs":[{"preRuntime":["0x61757261","0x3ea65b1000000000"]},{"seal":["0x61757261","0xfc16be6d05442fca8fd5a71c0dfb1a801207b642c4513d539fc0b89fb349ae65f759501292fdc130839bda956b5ac61e7006df434c8703d1f1d8cd9aa3078888"]}]}}, height: 2007780
2022-03-07T10:59:25.612Z hydra-indexer:producer New finalized head: {"parentHash":"0x9d5a81d13be62042dcd76391af94201b30dd63209a38303a14176dcf7ffe6df5","number":2007781,"stateRoot":"0x662e8c57b5748650f1adf46fecc28aaae3277de9cb4504e5f2244ad21a10bbc1","extrinsicsRoot":"0xdca99dab6b970de62427ba017d153913eb1ecabdbebb6aed1a490c1b5a34db3f","digest":{"logs":[{"preRuntime":["0x61757261","0x3fa65b1000000000"]},{"seal":["0x61757261","0x82046bc9f72a96f610c278c66ade0241996e8c3c2a6533e9dac8f34a29ba5b2f52ad4e5c79b7c5fec1111912460370891c4c3f38ec9de62f403f085ab8bf2886"]}]}}, height: 2007781
2022-03-07 10:59:30        RPC-CORE: getStorage(key: StorageKey, at?: BlockHash): StorageData:: Unable to decode storage system.events:: createType(Vec<EventRecord>):: Vec<EventRecord>:: Decoded input doesn't match input, received 0x10000000000000005095a209000000000200000001000000000010cae1110000…6166663a666533303a3361396300000200000000000ae1f50500000000000000 (218 bytes), created 0x10000000000000005095a209000000000200000001000000000010cae1110000…343a376166663a666533303a3361396300000200000000000ae1f50500000000 (215 bytes)
2022-03-07T10:59:30.026Z hydra-indexer:substrate-service Failed to execute "get block events of block "0x19e564e9e7209533cdd3b97e834878257749a3b4921fbb56265b82fcce9a1e7a"" after 6 attempts. Retries left: 0
2022-03-07T10:59:31.028Z hydra-indexer:producer         Hash 0x19e564e9e7209533cdd3b97e834878257749a3b4921fbb56265b82fcce9a1e7a.
2022-03-07T10:59:31.029Z hydra-indexer:substrate-service Fething events. BlockHash:  "0x19e564e9e7209533cdd3b97e834878257749a3b4921fbb56265b82fcce9a1e7a"
2022-03-07T10:59:31.030Z hydra-indexer:substrate-service Fething signed block: "0x19e564e9e7209533cdd3b97e834878257749a3b4921fbb56265b82fcce9a1e7a"
2022-03-07 10:59:31        RPC-CORE: getStorage(key: StorageKey, at?: BlockHash): StorageData:: Unable to decode storage system.events:: createType(Vec<EventRecord>):: Vec<EventRecord>:: Decoded input doesn't match input, received 0x10000000000000005095a209000000000200000001000000000010cae1110000…6166663a666533303a3361396300000200000000000ae1f50500000000000000 (218 bytes), created 0x10000000000000005095a209000000000200000001000000000010cae1110000…343a376166663a666533303a3361396300000200000000000ae1f50500000000 (215 bytes)
2022-03-07T10:59:31.193Z hydra-indexer:substrate-service Failed to execute "get block events of block "0x19e564e9e7209533cdd3b97e834878257749a3b4921fbb56265b82fcce9a1e7a"" after 1 attempts. Retries left: 5
2022-03-07 10:59:32        RPC-CORE: getStorage(key: StorageKey, at?: BlockHash): StorageData:: Unable to decode storage system.events:: createType(Vec<EventRecord>):: Vec<EventRecord>:: Decoded input doesn't match input, received 0x10000000000000005095a209000000000200000001000000000010cae1110000…6166663a666533303a3361396300000200000000000ae1f50500000000000000 (218 bytes), created 0x10000000000000005095a209000000000200000001000000000010cae1110000…343a376166663a666533303a3361396300000200000000000ae1f50500000000 (215 bytes)
2022-03-07T10:59:32.239Z hydra-indexer:substrate-service Failed to execute "get block events of block "0x19e564e9e7209533cdd3b97e834878257749a3b4921fbb56265b82fcce9a1e7a"" after 2 attempts. Retries left: 4
2022-03-07T10:59:32.376Z hydra-indexer:producer New finalized head: {"parentHash":"0x6a94f515199a079817727457f569ece95e4d30192632dd54752b7aca21214be6","number":2007782,"stateRoot":"0x1e78f80f369923ea52cee0d7483a0a07c04d474e7128941ea63d1b888fc9724d","extrinsicsRoot":"0xa448f10eb2d6cfc09a8cc0570b76de91c10e0ad09146354ca368d6da4046677b","digest":{"logs":[{"preRuntime":["0x61757261","0x40a65b1000000000"]},{"seal":["0x61757261","0x7e6043eb149eb32830313bd61eb8f6a3f2c2613a924735081770efac5a55df7fcab59c177afa5611a48aa4b6417ddaa6adf10a946d1e01ec7eb2fb9694353983"]}]}}, height: 2007782
2022-03-07 10:59:34        RPC-CORE: getStorage(key: StorageKey, at?: BlockHash): StorageData:: Unable to decode storage system.events:: createType(Vec<EventRecord>):: Vec<EventRecord>:: Decoded input doesn't match input, received 0x10000000000000005095a209000000000200000001000000000010cae1110000…6166663a666533303a3361396300000200000000000ae1f50500000000000000 (218 bytes), created 0x10000000000000005095a209000000000200000001000000000010cae1110000…343a376166663a666533303a3361396300000200000000000ae1f50500000000 (215 bytes)
2022-03-07T10:59:34.287Z hydra-indexer:substrate-service Failed to execute "get block events of block "0x19e564e9e7209533cdd3b97e834878257749a3b4921fbb56265b82fcce9a1e7a"" after 3 attempts. Retries left: 3
2022-03-07T10:59:37.643Z hydra-indexer:producer New finalized head: {"parentHash":"0x710cee75b19b86625d6735a216d6dbc18f6ccec113edcb14d270b08875d824c1","number":2007783,"stateRoot":"0x6bff996dba5d398cb194bea09f608ea4f11a021daccc80721dace52129d1f172","extrinsicsRoot":"0x052d96f1137f0da92e33ddc1123553aabc0daa59cc18a1c43d9d523dd0c1972b","digest":{"logs":[{"preRuntime":["0x61757261","0x41a65b1000000000"]},{"seal":["0x61757261","0x4ee7b45964b935e5d63ba286a18ad5f93dbb837fc113d8e461a6a42f5b361b076efd875ea1cd13e152e709d85b0e9725bab1a754aed0b799349e07ae2cf68386"]}]}}, height: 2007783
2022-03-07 10:59:38        RPC-CORE: getStorage(key: StorageKey, at?: BlockHash): StorageData:: Unable to decode storage system.events:: createType(Vec<EventRecord>):: Vec<EventRecord>:: Decoded input doesn't match input, received 0x10000000000000005095a209000000000200000001000000000010cae1110000…6166663a666533303a3361396300000200000000000ae1f50500000000000000 (218 bytes), created 0x10000000000000005095a209000000000200000001000000000010cae1110000…343a376166663a666533303a3361396300000200000000000ae1f50500000000 (215 bytes)
2022-03-07T10:59:38.342Z hydra-indexer:substrate-service Failed to execute "get block events of block "0x19e564e9e7209533cdd3b97e834878257749a3b4921fbb56265b82fcce9a1e7a"" after 4 attempts. Retries left: 2
2022-03-07T10:59:43.022Z hydra-indexer:producer New finalized head: {"parentHash":"0x650e02fc724151b6ad87a192f0338adf9ee0ae5bdc62cc8f7dadf69c8d6caa39","number":2007784,"stateRoot":"0xfb5fb5b00d0bef8b7794521a95e759796c79c3b855edab20c0ff6f72455f2263","extrinsicsRoot":"0x6c04fa8291511ea971776b1600320297aa14070fb0c24d06c4f196da37502f92","digest":{"logs":[{"preRuntime":["0x61757261","0x42a65b1000000000"]},{"seal":["0x61757261","0x9a76c3fee2514b89e6b5ec253f2ff40ceb1be1d3d4f13139fa55be232e42b1556a22e9b5235aef528e21e07b35975a0fe7d36b709cbf6182681ca9dd46b5ab88"]}]}}, height: 2007784
2022-03-07 10:59:46        RPC-CORE: getStorage(key: StorageKey, at?: BlockHash): StorageData:: Unable to decode storage system.events:: createType(Vec<EventRecord>):: Vec<EventRecord>:: Decoded input doesn't match input, received 0x10000000000000005095a209000000000200000001000000000010cae1110000…6166663a666533303a3361396300000200000000000ae1f50500000000000000 (218 bytes), created 0x10000000000000005095a209000000000200000001000000000010cae1110000…343a376166663a666533303a3361396300000200000000000ae1f50500000000 (215 bytes)
2022-03-07T10:59:46.407Z hydra-indexer:substrate-service Failed to execute "get block events of block "0x19e564e9e7209533cdd3b97e834878257749a3b4921fbb56265b82fcce9a1e7a"" after 5 attempts. Retries left: 1
2022-03-07T10:59:49.875Z hydra-indexer:producer New finalized head: {"parentHash":"0x4fd916b63d33656f0e985c258d8f06f721b9ab0d49f7f3795e4d818c129af490","number":2007785,"stateRoot":"0xbfe3aa9528e4272c2835b47a9ba4585d6175b1b28d43192594ca1156dcb39c8f","extrinsicsRoot":"0x49fcb78da7a21d6ef979f6dc27688cd935360e9cb6bec53dc96ddbaa58d8ab1b","digest":{"logs":[{"preRuntime":["0x61757261","0x43a65b1000000000"]},{"seal":["0x61757261","0x745e5e501816b9313125adaa8e25db450db10d340da2f369d412b5055f5bf03555e34a28c9d7a36374b539f4cbc1d347ddab85f8beda1be0accf938ab89e3687"]}]}}, height: 2007785
2022-03-07T10:59:53.934Z hydra-indexer:substrate-service PING
2022-03-07T10:59:53.954Z hydra-indexer:substrate-service PONG. Node health: {"peers":8,"isSyncing":false,"shouldHavePeers":true}
2022-03-07T10:59:55.111Z hydra-indexer:producer New finalized head: {"parentHash":"0x78ed8a8aac2daa8eab0373cb5ade3cda312ec3c41e3d13d436e661d3f0c09df3","number":2007786,"stateRoot":"0xfabadf272f689a14084aa709e737469be675b485ba6d832aa0f9a7248a645073","extrinsicsRoot":"0x0821d5233fd6a261e2a814b76c169d78b2f26a2e91f5242f6c0ca13eda5cba81","digest":{"logs":[{"preRuntime":["0x61757261","0x44a65b1000000000"]},{"seal":["0x61757261","0xc46963241b2ea8b372ff8db4a6abd3610d390e91f1b0cc3722df69190023fe729d669f2db4c9ac79f3633936b173a32e4302bfa4b0054898b1a6e345fc17c882"]}]}}, height: 2007786
2022-03-07T11:00:02.030Z hydra-indexer:producer New finalized head: {"parentHash":"0xd357ff2092848e5ff55f9b2389124c185fd0d1f858af4776b91f6c0de70d5730","number":2007787,"stateRoot":"0xa2f6d22d7ac4e1ea02bb6084e43f46446300551be21ee25b29afa57e7541a673","extrinsicsRoot":"0x8ff9df59243b3259912123a9039c1f8c170a31d712b6e7eca44f3bc2b60c2a58","digest":{"logs":[{"preRuntime":["0x61757261","0x45a65b1000000000"]},{"seal":["0x61757261","0x7c2b9b98add29a86dda9c8bf1c90833737662b60a07552fa28239d3e37c63245ccb03c3989129aebd33e22ebdd902237885bb761ee77f7bc4ef75367848adb81"]}]}}, height: 2007787
2022-03-07 11:00:02        RPC-CORE: getStorage(key: StorageKey, at?: BlockHash): StorageData:: Unable to decode storage system.events:: createType(Vec<EventRecord>):: Vec<EventRecord>:: Decoded input doesn't match input, received 0x10000000000000005095a209000000000200000001000000000010cae1110000…6166663a666533303a3361396300000200000000000ae1f50500000000000000 (218 bytes), created 0x10000000000000005095a209000000000200000001000000000010cae1110000…343a376166663a666533303a3361396300000200000000000ae1f50500000000 (215 bytes)
2022-03-07T11:00:02.470Z hydra-indexer:substrate-service Failed to execute "get block events of block "0x19e564e9e7209533cdd3b97e834878257749a3b4921fbb56265b82fcce9a1e7a"" after 6 attempts. Retries left: 0
2022-03-07T11:00:04.471Z hydra-indexer:producer         Hash 0x19e564e9e7209533cdd3b97e834878257749a3b4921fbb56265b82fcce9a1e7a.
2022-03-07T11:00:04.472Z hydra-indexer:substrate-service Fething events. BlockHash:  "0x19e564e9e7209533cdd3b97e834878257749a3b4921fbb56265b82fcce9a1e7a"
2022-03-07T11:00:04.472Z hydra-indexer:substrate-service Fething signed block: "0x19e564e9e7209533cdd3b97e834878257749a3b4921fbb56265b82fcce9a1e7a"
2022-03-07 11:00:04        RPC-CORE: getStorage(key: StorageKey, at?: BlockHash): StorageData:: Unable to decode storage system.events:: createType(Vec<EventRecord>):: Vec<EventRecord>:: Decoded input doesn't match input, received 0x10000000000000005095a209000000000200000001000000000010cae1110000…6166663a666533303a3361396300000200000000000ae1f50500000000000000 (218 bytes), created 0x10000000000000005095a209000000000200000001000000000010cae1110000…343a376166663a666533303a3361396300000200000000000ae1f50500000000 (215 bytes)
2022-03-07T11:00:04.624Z hydra-indexer:substrate-service Failed to execute "get block events of block "0x19e564e9e7209533cdd3b97e834878257749a3b4921fbb56265b82fcce9a1e7a"" after 1 attempts. Retries left: 5
2022-03-07 11:00:05        RPC-CORE: getStorage(key: StorageKey, at?: BlockHash): StorageData:: Unable to decode storage system.events:: createType(Vec<EventRecord>):: Vec<EventRecord>:: Decoded input doesn't match input, received 0x10000000000000005095a209000000000200000001000000000010cae1110000…6166663a666533303a3361396300000200000000000ae1f50500000000000000 (218 bytes), created 0x10000000000000005095a209000000000200000001000000000010cae1110000…343a376166663a666533303a3361396300000200000000000ae1f50500000000 (215 bytes)
2022-03-07T11:00:05.679Z hydra-indexer:substrate-service Failed to execute "get block events of block "0x19e564e9e7209533cdd3b97e834878257749a3b4921fbb56265b82fcce9a1e7a"" after 2 attempts. Retries left: 4
2022-03-07T11:00:07.449Z hydra-indexer:producer New finalized head: {"parentHash":"0xdd8e8edf43e6c47e0a88673262355375f96724b45b266011ba75adb3326f197f","number":2007788,"stateRoot":"0x5c4781411bb3716ed399f812d2214b1a9294a6d028ba4307a2625b4526b01162","extrinsicsRoot":"0x44402b44d10809414de3514516d791a5f182d3554ab7999cf649799ec3daf134","digest":{"logs":[{"preRuntime":["0x61757261","0x46a65b1000000000"]},{"seal":["0x61757261","0x284257f8f5315af87d96238ec345f72619fb26a93df4af5de3fd370dbe199733e5b048f49254fe21f462934e5533ce53bc406d39898388b9e1fc5740d9eb6e86"]}]}}, height: 2007788
2022-03-07 11:00:07        RPC-CORE: getStorage(key: StorageKey, at?: BlockHash): StorageData:: Unable to decode storage system.events:: createType(Vec<EventRecord>):: Vec<EventRecord>:: Decoded input doesn't match input, received 0x10000000000000005095a209000000000200000001000000000010cae1110000…6166663a666533303a3361396300000200000000000ae1f50500000000000000 (218 bytes), created 0x10000000000000005095a209000000000200000001000000000010cae1110000…343a376166663a666533303a3361396300000200000000000ae1f50500000000 (215 bytes)
2022-03-07T11:00:07.735Z hydra-indexer:substrate-service Failed to execute "get block events of block "0x19e564e9e7209533cdd3b97e834878257749a3b4921fbb56265b82fcce9a1e7a"" after 3 attempts. Retries left: 3
2022-03-07 11:00:11        RPC-CORE: getStorage(key: StorageKey, at?: BlockHash): StorageData:: Unable to decode storage system.events:: createType(Vec<EventRecord>):: Vec<EventRecord>:: Decoded input doesn't match input, received 0x10000000000000005095a209000000000200000001000000000010cae1110000…6166663a666533303a3361396300000200000000000ae1f50500000000000000 (218 bytes), created 0x10000000000000005095a209000000000200000001000000000010cae1110000…343a376166663a666533303a3361396300000200000000000ae1f50500000000 (215 bytes)
2022-03-07T11:00:11.786Z hydra-indexer:substrate-service Failed to execute "get block events of block "0x19e564e9e7209533cdd3b97e834878257749a3b4921fbb56265b82fcce9a1e7a"" after 4 attempts. Retries left: 2
2022-03-07T11:00:14.324Z hydra-indexer:producer New finalized head: {"parentHash":"0x4b5b6a92d24b179e5e14a4a17643b7ceeb43941272c1840297d3e54aa0c2dc53","number":2007789,"stateRoot":"0x21cfffa540b66a57d2e72f6bcf9106d867dcb494ac7fffa2fddfa64cb84dab26","extrinsicsRoot":"0x382745023e6a58ab984f1ffa08f7b6a698448bea506d1c9154d5d11478cf7bf5","digest":{"logs":[{"preRuntime":["0x61757261","0x47a65b1000000000"]},{"seal":["0x61757261","0x740a41e723d591c815ff4c7f1e48a87ac0380b1a0ab4018a76ce83c11fc37e7bb6f47f1a7260bc1b0ab488745c89a49ee4ce284d94a8cf8dd9d7d427c351bb80"]}]}}, height: 2007789
2022-03-07T11:00:19.334Z hydra-indexer:producer New finalized head: {"parentHash":"0xd333bb78effcb43e968f515fa617dcb870db968e87164f3f786819b8e0c0f107","number":2007790,"stateRoot":"0xcc2773d8306f4c148a36b62c57081aa301cbb529c921da2875a2431746589cb0","extrinsicsRoot":"0x5e10911cf988ec46c4f67777c0b241be65d20eac79e5b45abbdf7c1bbf314735","digest":{"logs":[{"preRuntime":["0x61757261","0x48a65b1000000000"]},{"seal":["0x61757261","0x06bd0264adbab415b8ca65e4bf55f1c659e29d01fef62b9c710c1239a598d6101269bdd7631c0fbff2699039e58c3c0c6c2b458c1832036884382ceb406def87"]}]}}, height: 2007790
2022-03-07 11:00:19        RPC-CORE: getStorage(key: StorageKey, at?: BlockHash): StorageData:: Unable to decode storage system.events:: createType(Vec<EventRecord>):: Vec<EventRecord>:: Decoded input doesn't match input, received 0x10000000000000005095a209000000000200000001000000000010cae1110000…6166663a666533303a3361396300000200000000000ae1f50500000000000000 (218 bytes), created 0x10000000000000005095a209000000000200000001000000000010cae1110000…343a376166663a666533303a3361396300000200000000000ae1f50500000000 (215 bytes)
2022-03-07T11:00:19.852Z hydra-indexer:substrate-service Failed to execute "get block events of block "0x19e564e9e7209533cdd3b97e834878257749a3b4921fbb56265b82fcce9a1e7a"" after 5 attempts. Retries left: 1
2022-03-07T11:00:24.855Z hydra-indexer:producer New finalized head: {"parentHash":"0x34a403cac4fb485ebce0d1de3078efef505ab73d34478c3201975daf4e2f4707","number":2007791,"stateRoot":"0xae46803c2d9a5ec172a052539658b66610f9c32f2ed70d51395ba4d5c5d4fa9b","extrinsicsRoot":"0x2adab30775a099e4ba707a15d803a0aa3e9af86210da797e554a8f90ae33b605","digest":{"logs":[{"preRuntime":["0x61757261","0x49a65b1000000000"]},{"seal":["0x61757261","0xc4c1e9f6778dae40aee16a58e13a4fdda6e1b967b6bb14de2b1399eea5d17c235c42725fb501ccec759e557244b2388fb826060499fc7bdec925459135361b8f"]}]}}, height: 2007791
2022-03-07T11:00:31.964Z hydra-indexer:producer New finalized head: {"parentHash":"0x6cea581d97b784a1f4711ee49cfb728a600bbaecd85c9f1361771f11c47e35db","number":2007792,"stateRoot":"0xda56312ac5c93d5b8c135b2abc1d2c6860ab04137e98a2f8c61303ed129fd9e5","extrinsicsRoot":"0xdd94544f2a528953b838bc0d55cf72c530a5af51d576ef4982aaed04dd17265f","digest":{"logs":[{"preRuntime":["0x61757261","0x4aa65b1000000000"]},{"seal":["0x61757261","0xa09260cab8b5e0fe0b02264d5d8bf70e4363033c037bd8594ca0065f5392b679cfe88e077c3a77b5cb004a79b8bad6e3fcaba61bfc7f65cf7f29d96874ba4d8e"]}]}}, height: 2007792
2022-03-07 11:00:35        RPC-CORE: getStorage(key: StorageKey, at?: BlockHash): StorageData:: Unable to decode storage system.events:: createType(Vec<EventRecord>):: Vec<EventRecord>:: Decoded input doesn't match input, received 0x10000000000000005095a209000000000200000001000000000010cae1110000…6166663a666533303a3361396300000200000000000ae1f50500000000000000 (218 bytes), created 0x10000000000000005095a209000000000200000001000000000010cae1110000…343a376166663a666533303a3361396300000200000000000ae1f50500000000 (215 bytes)
2022-03-07T11:00:35.915Z hydra-indexer:substrate-service Failed to execute "get block events of block "0x19e564e9e7209533cdd3b97e834878257749a3b4921fbb56265b82fcce9a1e7a"" after 6 attempts. Retries left: 0
2022-03-07T11:00:37.001Z hydra-indexer:producer New finalized head: {"parentHash":"0x71cd9dc6fbd088aa3a55752150e9826b8f1086247d769cdcfe74efc7da413de6","number":2007793,"stateRoot":"0xcdf7cf6b3db20c6cf4ca5773c39d85b7fa711441235c96376fc6bf54b4356d85","extrinsicsRoot":"0x8c9db1a10c63fd21ed6d440b3229f94d2f975059fcb2bf4f989d9564e9187730","digest":{"logs":[{"preRuntime":["0x61757261","0x4ba65b1000000000"]},{"seal":["0x61757261","0x4cb52cfa0ad4570bfb163a1799b7c958bfbbe1992a87b2ada8e7b64f4bd3a223d22668622b310a786df6f212fd5e987cbfdc2f36a96463e2ef4113ce785cd885"]}]}}, height: 2007793
2022-03-07T11:00:39.919Z hydra-indexer:producer         Hash 0x19e564e9e7209533cdd3b97e834878257749a3b4921fbb56265b82fcce9a1e7a.
2022-03-07T11:00:39.919Z hydra-indexer:substrate-service Fething events. BlockHash:  "0x19e564e9e7209533cdd3b97e834878257749a3b4921fbb56265b82fcce9a1e7a"
2022-03-07T11:00:39.920Z hydra-indexer:substrate-service Fething signed block: "0x19e564e9e7209533cdd3b97e834878257749a3b4921fbb56265b82fcce9a1e7a"
2022-03-07 11:00:40        RPC-CORE: getStorage(key: StorageKey, at?: BlockHash): StorageData:: Unable to decode storage system.events:: createType(Vec<EventRecord>):: Vec<EventRecord>:: Decoded input doesn't match input, received 0x10000000000000005095a209000000000200000001000000000010cae1110000…6166663a666533303a3361396300000200000000000ae1f50500000000000000 (218 bytes), created 0x10000000000000005095a209000000000200000001000000000010cae1110000…343a376166663a666533303a3361396300000200000000000ae1f50500000000 (215 bytes)
2022-03-07T11:00:40.061Z hydra-indexer:substrate-service Failed to execute "get block events of block "0x19e564e9e7209533cdd3b97e834878257749a3b4921fbb56265b82fcce9a1e7a"" after 1 attempts. Retries left: 5
2022-03-07 11:00:41        RPC-CORE: getStorage(key: StorageKey, at?: BlockHash): StorageData:: Unable to decode storage system.events:: createType(Vec<EventRecord>):: Vec<EventRecord>:: Decoded input doesn't match input, received 0x10000000000000005095a209000000000200000001000000000010cae1110000…6166663a666533303a3361396300000200000000000ae1f50500000000000000 (218 bytes), created 0x10000000000000005095a209000000000200000001000000000010cae1110000…343a376166663a666533303a3361396300000200000000000ae1f50500000000 (215 bytes)
2022-03-07T11:00:41.132Z hydra-indexer:substrate-service Failed to execute "get block events of block "0x19e564e9e7209533cdd3b97e834878257749a3b4921fbb56265b82fcce9a1e7a"" after 2 attempts. Retries left: 4
2022-03-07 11:00:43        RPC-CORE: getStorage(key: StorageKey, at?: BlockHash): StorageData:: Unable to decode storage system.events:: createType(Vec<EventRecord>):: Vec<EventRecord>:: Decoded input doesn't match input, received 0x10000000000000005095a209000000000200000001000000000010cae1110000…6166663a666533303a3361396300000200000000000ae1f50500000000000000 (218 bytes), created 0x10000000000000005095a209000000000200000001000000000010cae1110000…343a376166663a666533303a3361396300000200000000000ae1f50500000000 (215 bytes)
2022-03-07T11:00:43.197Z hydra-indexer:substrate-service Failed to execute "get block events of block "0x19e564e9e7209533cdd3b97e834878257749a3b4921fbb56265b82fcce9a1e7a"" after 3 attempts. Retries left: 3
2022-03-07T11:00:43.745Z hydra-indexer:producer New finalized head: {"parentHash":"0xe43034ef706479b2656bf5c9b2d1baa472854e1d641a9a2bf7162c5447d30d8e","number":2007794,"stateRoot":"0xff16a82d9a720198d846af426047f2133b2a09a6e2ba9be8ce4983ad92fc5942","extrinsicsRoot":"0xf9ea6c9538835ddef08153c798723614b9108f4ab220e110dd46e543a2128ea5","digest":{"logs":[{"preRuntime":["0x61757261","0x4ca65b1000000000"]},{"seal":["0x61757261","0xca0b75f1fef125ec1b1a9956b2172b27ed7092948dc01ce4dd521c3ec336e47c915a1021a161f7d13f18a201c71abed2ffd8d735533c484a40f0e942b0908f84"]}]}}, height: 2007794
2022-03-07 11:00:47        RPC-CORE: getStorage(key: StorageKey, at?: BlockHash): StorageData:: Unable to decode storage system.events:: createType(Vec<EventRecord>):: Vec<EventRecord>:: Decoded input doesn't match input, received 0x10000000000000005095a209000000000200000001000000000010cae1110000…6166663a666533303a3361396300000200000000000ae1f50500000000000000 (218 bytes), created 0x10000000000000005095a209000000000200000001000000000010cae1110000…343a376166663a666533303a3361396300000200000000000ae1f50500000000 (215 bytes)
2022-03-07T11:00:47.253Z hydra-indexer:substrate-service Failed to execute "get block events of block "0x19e564e9e7209533cdd3b97e834878257749a3b4921fbb56265b82fcce9a1e7a"" after 4 attempts. Retries left: 2
2022-03-07T11:00:49.099Z hydra-indexer:producer New finalized head: {"parentHash":"0x922bb3bd1b8d46c3cda1cdd20ddb777c7ea209f241b5acab1db0a80e80c2e1a9","number":2007795,"stateRoot":"0xab8dade102fcf46157e6cde91d4bc83e7c3e2c6699ed2831399b6e28cd25cd8c","extrinsicsRoot":"0x00fb0f901c2148ea947194c8569225cb6c58570b18f1f29c27f5960babd8c20b","digest":{"logs":[{"preRuntime":["0x61757261","0x4da65b1000000000"]},{"seal":["0x61757261","0x2673d502dafed6f87867a8672d40d93f1065336aeb819270cb79e9727abec92d515eb1cd3fd489dc54e368d92a0466c8d82312f91af5b461d313469f6893e189"]}]}}, height: 2007795
2022-03-07T11:00:53.960Z hydra-indexer:substrate-service PING
2022-03-07T11:00:53.973Z hydra-indexer:substrate-service PONG. Node health: {"peers":8,"isSyncing":false,"shouldHavePeers":true}
2022-03-07 11:00:55        RPC-CORE: getStorage(key: StorageKey, at?: BlockHash): StorageData:: Unable to decode storage system.events:: createType(Vec<EventRecord>):: Vec<EventRecord>:: Decoded input doesn't match input, received 0x10000000000000005095a209000000000200000001000000000010cae1110000…6166663a666533303a3361396300000200000000000ae1f50500000000000000 (218 bytes), created 0x10000000000000005095a209000000000200000001000000000010cae1110000…343a376166663a666533303a3361396300000200000000000ae1f50500000000 (215 bytes)
2022-03-07T11:00:55.321Z hydra-indexer:substrate-service Failed to execute "get block events of block "0x19e564e9e7209533cdd3b97e834878257749a3b4921fbb56265b82fcce9a1e7a"" after 5 attempts. Retries left: 1
2022-03-07T11:00:55.871Z hydra-indexer:producer New finalized head: {"parentHash":"0xb44708c1e5bcbc1dd41e110f15e717080dad6b24298bc90f654f90b514a30557","number":2007796,"stateRoot":"0x5065855374c428ba15a6f54bb2735ef93a3421dfa66fe3a3517b8b90f678702e","extrinsicsRoot":"0x33041ea7d72250e730a2786d5b19efdd0fe4782044a4089fa59fd430277aea5f","digest":{"logs":[{"preRuntime":["0x61757261","0x4ea65b1000000000"]},{"seal":["0x61757261","0xdaa137dd1e4c9088dd3b2ce7478fc13a1a1914941649c0e07d0d5b1eee005144f90686f56ab31b99ee1411248fcc019b1d14b8a44f698dabd4bc50ab74b98f8e"]}]}}, height: 2007796
2022-03-07T11:01:01.225Z hydra-indexer:producer New finalized head: {"parentHash":"0x904c06fb99e4e0afd1a08dcf4192378a712bf92acd6c84ba64da8b2877b5abda","number":2007797,"stateRoot":"0x6d133900b19970f5a0fae953ec56300e7e14571a71b371f9cccaece39b8bb88b","extrinsicsRoot":"0xb9273d29517edbf3ee45296539f454e7a956d2ee52c34c4a1c16104ea36e6b62","digest":{"logs":[{"preRuntime":["0x61757261","0x4fa65b1000000000"]},{"seal":["0x61757261","0x32c5aa52b0135654b1d1a16e1259c27b7ce02b8b27b79d41fc0685e1ad68ec601744d63de760023d2e77a6e613902c15e0a5920e74632a6a6b5a83d4e6027384"]}]}}, height: 2007797
2022-03-07T11:01:08.018Z hydra-indexer:producer New finalized head: {"parentHash":"0xe29e5ae45f8be5f6eab7836b76e48f26e214e91f1cfcaeb5de94cbe26c26da3b","number":2007798,"stateRoot":"0x45e36e5eacda3d20104f473cd85ba65d20cce8ed875dd37901be31951d7de278","extrinsicsRoot":"0x89a04a9409c4e1d5c6ded47822aaf71d86e9f79bb398c34901f1c56b5278bc49","digest":{"logs":[{"preRuntime":["0x61757261","0x50a65b1000000000"]},{"seal":["0x61757261","0x202ea684992ca904b432eec5fc8b056426faf51dcea948ef5b0c161dfde6282281f50ca3b23dfcd783ee3826c2bc0062b20129fda35f5418b4bcb5ccc2376487"]}]}}, height: 2007798
2022-03-07 11:01:11        RPC-CORE: getStorage(key: StorageKey, at?: BlockHash): StorageData:: Unable to decode storage system.events:: createType(Vec<EventRecord>):: Vec<EventRecord>:: Decoded input doesn't match input, received 0x10000000000000005095a209000000000200000001000000000010cae1110000…6166663a666533303a3361396300000200000000000ae1f50500000000000000 (218 bytes), created 0x10000000000000005095a209000000000200000001000000000010cae1110000…343a376166663a666533303a3361396300000200000000000ae1f50500000000 (215 bytes)
2022-03-07T11:01:11.406Z hydra-indexer:substrate-service Failed to execute "get block events of block "0x19e564e9e7209533cdd3b97e834878257749a3b4921fbb56265b82fcce9a1e7a"" after 6 attempts. Retries left: 0
2022-03-07T11:01:11.406Z index-builder:pooled-executor Error during execution
2022-03-07T11:01:11.410Z index-builder:indexer Index builder has been stopped
2022-03-07T11:01:11.410Z hydra-indexer:producer Block producer has been stopped
2022-03-07T11:01:11.411Z hydra-indexer:manager Stopping the indexer due to errors: {} name: Error, message: One of the workers have failed, stopping the pool. {
  "attemptNumber": 4,
  "retriesLeft": 0
} name: Error, message: Unable to decode storage system.events:: createType(Vec<EventRecord>):: Vec<EventRecord>:: Decoded input doesn't match input, received 0x10000000000000005095a209000000000200000001000000000010cae1110000…6166663a666533303a3361396300000200000000000ae1f50500000000000000 (218 bytes), created 0x10000000000000005095a209000000000200000001000000000010cae1110000…343a376166663a666533303a3361396300000200000000000ae1f50500000000 (215 bytes), stack: Error: Unable to decode storage system.events:: createType(Vec<EventRecord>):: Vec<EventRecord>:: Decoded input doesn't match input, received 0x10000000000000005095a209000000000200000001000000000010cae1110000…6166663a666533303a3361396300000200000000000ae1f50500000000000000 (218 bytes), created 0x10000000000000005095a209000000000200000001000000000010cae1110000…343a376166663a666533303a3361396300000200000000000ae1f50500000000 (215 bytes)
    at RpcCore._newType (/hydra/node_modules/@polkadot/rpc-core/bundle.cjs:454:13)
    at RpcCore._formatStorageData (/hydra/node_modules/@polkadot/rpc-core/bundle.cjs:403:17)
    at RpcCore._formatOutput (/hydra/node_modules/@polkadot/rpc-core/bundle.cjs:380:19)
    at RpcCore._formatResult (/hydra/node_modules/@polkadot/rpc-core/bundle.cjs:238:27)
    at callWithRegistry (/hydra/node_modules/@polkadot/rpc-core/bundle.cjs:259:19)
    at processTicksAndRejections (internal/process/task_queues.js:95:5), stack: Error: One of the workers have failed, stopping the pool. {
  "attemptNumber": 4,
  "retriesLeft": 0
} name: Error, message: Unable to decode storage system.events:: createType(Vec<EventRecord>):: Vec<EventRecord>:: Decoded input doesn't match input, received 0x10000000000000005095a209000000000200000001000000000010cae1110000…6166663a666533303a3361396300000200000000000ae1f50500000000000000 (218 bytes), created 0x10000000000000005095a209000000000200000001000000000010cae1110000…343a376166663a666533303a3361396300000200000000000ae1f50500000000 (215 bytes), stack: Error: Unable to decode storage system.events:: createType(Vec<EventRecord>):: Vec<EventRecord>:: Decoded input doesn't match input, received 0x10000000000000005095a209000000000200000001000000000010cae1110000…6166663a666533303a3361396300000200000000000ae1f50500000000000000 (218 bytes), created 0x10000000000000005095a209000000000200000001000000000010cae1110000…343a376166663a666533303a3361396300000200000000000ae1f50500000000 (215 bytes)
    at RpcCore._newType (/hydra/node_modules/@polkadot/rpc-core/bundle.cjs:454:13)
    at RpcCore._formatStorageData (/hydra/node_modules/@polkadot/rpc-core/bundle.cjs:403:17)
    at RpcCore._formatOutput (/hydra/node_modules/@polkadot/rpc-core/bundle.cjs:380:19)
    at RpcCore._formatResult (/hydra/node_modules/@polkadot/rpc-core/bundle.cjs:238:27)
    at callWithRegistry (/hydra/node_modules/@polkadot/rpc-core/bundle.cjs:259:19)
    at processTicksAndRejections (internal/process/task_queues.js:95:5)
    at poller (/hydra/packages/hydra-indexer/lib/indexer/PooledExecutor.js:79:27)
    at processTicksAndRejections (internal/process/task_queues.js:95:5)
    at async Promise.all (index 0)
    at async PooledExecutor.run (/hydra/packages/hydra-indexer/lib/indexer/PooledExecutor.js:88:9)
    at async IndexBuilder.start (/hydra/packages/hydra-indexer/lib/indexer/IndexBuilder.js:53:13)
    at async Function.index (/hydra/packages/hydra-indexer/lib/node/IndexerStarter.js:33:13)
    at async runIndexer (/hydra/packages/hydra-indexer/lib/run.js:73:5)
    at async /hydra/packages/hydra-indexer/lib/run.js:25:9
    at async Command.<anonymous> (/hydra/packages/hydra-indexer/lib/run.js:14:13)
2022-03-07T11:01:11.411Z hydra-indexer:manager Cleaning up the indexer...
2022-03-07T11:01:11.412Z index-builder:redis-factory Closing Redis connections
2022-03-07T11:01:11.415Z hydra-indexer:substrate-service Stopping substrate service
2022-03-07T11:01:11.416Z index-builder:indexer Index builder has been stopped
2022-03-07T11:01:11.416Z hydra-indexer:producer Block producer is not started
2022-03-07T11:01:11.416Z hydra-indexer:manager Closing the database connection
2022-03-07T11:01:11.423Z hydra-indexer:substrate-service Api disconnected
2022-03-07T11:01:11.423Z hydra-indexer:substrate-service Done
2022-03-07T11:01:11.424Z hydra-indexer:manager Bye!
error Command failed with exit code 255.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
DylanVerstraete commented 2 years ago

@coesensbert still an issue on latest release?

coesensbert commented 2 years ago

Can't tell, vm's are gone. Will re-open if it happens again with new release