forked from paradigmxyz/reth
-
Notifications
You must be signed in to change notification settings - Fork 10
Pruning erroring out on base sepolia #469
Copy link
Copy link
Closed
Labels
Description
Describe the bug
Pruning unable to prune data on base sepolia.
Steps to reproduce
Run op-reth with proof history + pruner enabled on base sepolia
Node logs
2025-12-09T06:37:23.679425Z INFO trie::pruner_task: Starting pruner task min_block_interval=735404 interval_secs=60
2025-12-09T06:37:23.680555Z INFO trie::pruner: Starting pruning proof storage from_block=34011476 to_block=34011475
2025-12-09T06:37:23.681509Z INFO trie::pruner: Finished pruning proof storage result=Pruned 34011476→34011475 (0 blocks), entries=0, elapsed=0.001s
2025-12-09T06:38:23.681042Z INFO trie::pruner: Starting pruning proof storage from_block=34011476 to_block=34011475
2025-12-09T06:38:23.681081Z INFO trie::pruner: Finished pruning proof storage result=Pruned 34011476→34011475 (0 blocks), entries=0, elapsed=0.000s
2025-12-09T06:39:23.680512Z INFO trie::pruner: Starting pruning proof storage from_block=34011476 to_block=34011549
2025-12-09T06:39:23.680735Z ERROR trie::pruner: Pruner failed err=Storage
2025-12-09T06:40:23.681308Z INFO trie::pruner: Starting pruning proof storage from_block=34011476 to_block=34011662
2025-12-09T06:40:23.681343Z ERROR trie::pruner: Pruner failed err=Storage
2025-12-09T06:40:55.596055Z INFO trie::pruner_task: Pruner task cancelled; exiting
2025-12-09T06:40:55.596081Z INFO trie::pruner_task: Pruner task stopped
Platform(s)
Linux (x86)
Container Type
Not running in a container
What version/commit are you on?
on unstable branch
What database version are you on?
NA
Which chain / network are you on?
base-sepolia
What type of node are you running?
Archive (default)
What prune config do you use, if any?
No response
If you've built Reth from source, provide the full command you used
No response
Code of Conduct
- I agree to follow the Code of Conduct
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done