teku icon indicating copy to clipboard operation
teku copied to clipboard

[HOLESKY PECTRA] - state transition failure

Open rolfyone opened this issue 10 months ago • 1 comments

2025-02-24 21:57:37.411 WARN  - State transition error while importing block 3710988 (0x3d53eed914d7349d87a392f2d23b30b22af118c4329ba4ab3a37a0df0c111aea)
tech.pegasys.teku.spec.logic.common.statetransition.exceptions.BlockProcessingException: Block state root does NOT match the calculated state root!
Block state root: 0x58bbdaa011bd97ffeaec0449db2ea02203f56922bc4d05d1e1267d3c00b11142
  New state root: 0x3fd58bc34484058e81794102d2f0947f319d0af9b7cdedf35a4fe03569246ccd
 block proposer: 736560

Just seen this on holesky. teku/v25.2.0/linux-x86_64/-ubuntu-openjdk64bitservervm-java-21

rolfyone avatar Feb 25 '25 00:02 rolfyone

Surrounding log entries:

2025-02-24 21:56:40.001 INFO  - Slot Event  *** Slot: 3710983, Block: 3e68d64a0fa9886bfbf81af6d991d27c82e4f65c47a7faef2d87c28eb7f756eb, Justified: 115967, Finalized: 115966, Peers: 64
2025-02-24 21:56:52.001 INFO  - Slot Event  *** Slot: 3710984, Block: d1384782627f6a532803d579b654d6f4ca7f4420e233189fe17ade524f966d56, Justified: 115967, Finalized: 115966, Peers: 64
2025-02-24 21:57:04.144 INFO  - Slot Event  *** Slot: 3710985, Block:                                                        ... empty, Justified: 115967, Finalized: 115966, Peers: 64
2025-02-24 21:57:16.001 INFO  - Slot Event  *** Slot: 3710986, Block: db5e7bb715120b6995cac05499e902bbc5860eb86e4647f2322e04c221f5f568, Justified: 115967, Finalized: 115966, Peers: 63
2025-02-24 21:57:28.146 INFO  - Slot Event  *** Slot: 3710987, Block:                                                        ... empty, Justified: 115967, Finalized: 115966, Peers: 64
2025-02-24 21:57:37.411 WARN  - State transition error while importing block 3710988 (0x3d53eed914d7349d87a392f2d23b30b22af118c4329ba4ab3a37a0df0c111aea)
tech.pegasys.teku.spec.logic.common.statetransition.exceptions.BlockProcessingException: Block state root does NOT match the calculated state root!
Block state root: 0x58bbdaa011bd97ffeaec0449db2ea02203f56922bc4d05d1e1267d3c00b11142
  New state root: 0x3fd58bc34484058e81794102d2f0947f319d0af9b7cdedf35a4fe03569246ccd
 block proposer: 736560
at tech.pegasys.teku.spec.logic.common.block.AbstractBlockProcessor.processAndValidateBlock(AbstractBlockProcessor.java:183) ~[teku-ethereum-spec-25.2.0.jar:25.2.0]
at tech.pegasys.teku.spec.logic.common.block.AbstractBlockProcessor.processAndValidateBlock(AbstractBlockProcessor.java:141) ~[teku-ethereum-spec-25.2.0.jar:25.2.0]
at tech.pegasys.teku.statetransition.forkchoice.ForkChoice.onBlock(ForkChoice.java:445) ~[teku-ethereum-statetransition-25.2.0.jar:25.2.0]
at tech.pegasys.teku.statetransition.forkchoice.ForkChoice.lambda$onBlock$3(ForkChoice.java:224) ~[teku-ethereum-statetransition-25.2.0.jar:25.2.0]
at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1150) ~[?:?]
at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510) ~[?:?]
at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2179) ~[?:?]
at tech.pegasys.teku.dataproviders.generators.CachingTaskQueue.lambda$completePendingTask$9(CachingTaskQueue.java:199) ~[teku-ethereum-dataproviders-25.2.0.jar:25.2.0]
at tech.pegasys.teku.infrastructure.async.SafeFuture.fromRunnable(SafeFuture.java:154) ~[teku-infrastructure-async-25.2.0.jar:25.2.0]
at tech.pegasys.teku.infrastructure.async.AsyncRunner.lambda$runAsync$0(AsyncRunner.java:23) ~[teku-infrastructure-async-25.2.0.jar:25.2.0]
at tech.pegasys.teku.infrastructure.async.SafeFuture.of(SafeFuture.java:72) ~[teku-infrastructure-async-25.2.0.jar:25.2.0]
at tech.pegasys.teku.infrastructure.async.ScheduledExecutorAsyncRunner.lambda$createRunnableForAction$1(ScheduledExecutorAsyncRunner.java:124) ~[teku-infrastructure-async-25.2.0.jar:25.2.0]
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?]
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?]
at java.base/java.lang.Thread.run(Thread.java:1583) [?:?]
2025-02-24 21:57:40.157 INFO  - Slot Event  *** Slot: 3710988, Block:                                                        ... empty, Justified: 115967, Finalized: 115966, Peers: 64
2025-02-24 21:57:52.002 INFO  - Slot Event  *** Slot: 3710989, Block: 1d19247c1c4fcf3531fef69c0c159ca73633aad41aca2bf78c07d4581dfc8504, Justified: 115967, Finalized: 115966, Peers: 63
2025-02-24 21:58:04.176 INFO  - Slot Event  *** Slot: 3710990, Block:                                                        ... empty, Justified: 115967, Finalized: 115966, Peers: 63

mcdee avatar Feb 25 '25 00:02 mcdee