[OP Stack Deployment] op stack rerunning error #812
Replies: 1 comment 3 replies
-
^C,looks like you pressed ctrl+c in opgeth? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Did you check the documentation?
Did you check for duplicate questions?
Issue Description
Hello, after building the L2 op stack, I stopped each op geth and op -node (L1 is currently connected to ethereum sepolia 3 days agao) and restarted them today. The following logs appear for each op geth and op-node. Can you tell me how to fix this? Thank you.
**op geth command and logs **
./build/bin/geth --datadir ./datadir --http --http.corsdomain="" --http.vhosts="" --http.addr=0.0.0.0 --http.api=web3,debug,eth,txpool,net,engine,miner --ws --ws.addr=0.0.0.0 --ws.port=8546 --ws.origins="" --ws.api=debug,eth,txpool,net,engine,miner --syncmode=full --gcmode=archive --nodiscover --maxpeers=0 --networkid=42069 --authrpc.vhosts="" --authrpc.addr=0.0.0.0 --authrpc.port=8551 --authrpc.jwtsecret=./jwt.txt --rollup.disabletxpoolgossip=true
INFO [05-12|09:35:51.996] Maximum peer count ETH=0 total=0
INFO [05-12|09:35:51.997] Smartcard socket not found, disabling err="stat /run/pcscd/pcscd.comm: no such file or directory"
INFO [05-12|09:35:52.000] Enabling recording of key preimages since archive mode is used
WARN [05-12|09:35:52.000] Disabled transaction unindexing for archive node
WARN [05-12|09:35:52.000] Forcing hash state-scheme for archive mode
INFO [05-12|09:35:52.001] Set global gas cap cap=50,000,000
INFO [05-12|09:35:52.001] Initializing the KZG library backend=gokzg
INFO [05-12|09:35:52.029] Allocated trie memory caches clean=307.00MiB dirty=0.00B
INFO [05-12|09:35:52.030] Using pebble as the backing database
INFO [05-12|09:35:52.030] Allocated cache and file handles database=/home/ellena/op-deployer/op-geth/datadir/geth/chaindata cache=512.00MiB handles=262,144
INFO [05-12|09:35:52.955] Opened ancient database database=/home/ellena/op-deployer/op-geth/datadir/geth/chaindata/ancient/chain readonly=false
INFO [05-12|09:35:52.961] State scheme set by user scheme=hash
INFO [05-12|09:35:52.972] Genesis hash hash=400e79..ea75d9
WARN [05-12|09:35:52.972] failed to load chain config from superchain-registry, skipping override err="unknown chain ID: 42069" chain_id=42069
INFO [05-12|09:35:52.972] Checking compatibility height=90126 time=1,746,802,452 error=
INFO [05-12|09:35:52.972] Configured chain config matches existing chain config in storage.
INFO [05-12|09:35:52.972]
INFO [05-12|09:35:52.973] ---------------------------------------------------------------------------------------------------------------------------------------------------------
INFO [05-12|09:35:52.973] Chain ID: 42069 (unknown)
INFO [05-12|09:35:52.973] Consensus: Optimism
INFO [05-12|09:35:52.973]
INFO [05-12|09:35:52.973] Pre-Merge hard forks (block based):
INFO [05-12|09:35:52.973] - Homestead: #0 (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/homestead.md)
INFO [05-12|09:35:52.973] - Tangerine Whistle (EIP 150): #0 (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/tangerine-whistle.md)
INFO [05-12|09:35:52.973] - Spurious Dragon/1 (EIP 155): #0 (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/spurious-dragon.md)
INFO [05-12|09:35:52.973] - Spurious Dragon/2 (EIP 158): #0 (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/spurious-dragon.md)
INFO [05-12|09:35:52.973] - Byzantium: #0 (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/byzantium.md)
INFO [05-12|09:35:52.973] - Constantinople: #0 (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/constantinople.md)
INFO [05-12|09:35:52.973] - Petersburg: #0 (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/petersburg.md)
INFO [05-12|09:35:52.973] - Istanbul: #0 (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/istanbul.md)
INFO [05-12|09:35:52.973] - Muir Glacier: #0 (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/muir-glacier.md)
INFO [05-12|09:35:52.973] - Berlin: #0 (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/berlin.md)
INFO [05-12|09:35:52.973] - London: #0 (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/london.md)
INFO [05-12|09:35:52.973] - Arrow Glacier: #0 (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/arrow-glacier.md)
INFO [05-12|09:35:52.973] - Gray Glacier: #0 (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/gray-glacier.md)
INFO [05-12|09:35:52.973]
INFO [05-12|09:35:52.973] Merge configured:
INFO [05-12|09:35:52.973] - Hard-fork specification: https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/paris.md
INFO [05-12|09:35:52.973] - Network known to be merged
INFO [05-12|09:35:52.973] - Total terminal difficulty: 0
INFO [05-12|09:35:52.973] - Merge netsplit block: #0
INFO [05-12|09:35:52.973]
INFO [05-12|09:35:52.973] Post-Merge hard forks (timestamp based):
INFO [05-12|09:35:52.973] - Shanghai: @0 (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/shanghai.md)
INFO [05-12|09:35:52.973] - Cancun: @0 (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/cancun.md)
INFO [05-12|09:35:52.973] - Regolith: @0
INFO [05-12|09:35:52.973] - Canyon: @0
INFO [05-12|09:35:52.973] - Ecotone: @0
INFO [05-12|09:35:52.973] - Fjord: @0
INFO [05-12|09:35:52.973] - Granite: @0
INFO [05-12|09:35:52.973] - Holocene: @0
INFO [05-12|09:35:52.973]
INFO [05-12|09:35:52.973] ---------------------------------------------------------------------------------------------------------------------------------------------------------
INFO [05-12|09:35:52.973]
INFO [05-12|09:35:52.974] Loaded most recent local block number=90126 hash=a84cb4..268dfa age=2d18h41m
INFO [05-12|09:35:52.974] Loaded most recent local finalized block number=79045 hash=31e1d0..2b445b age=3d51m2s
ERROR[05-12|09:35:52.974] Truncating ancient chain from=90126 to=90126
WARN [05-12|09:35:52.974] Rewinding blockchain to block target=90126
INFO [05-12|09:35:52.974] Loaded most recent local block number=90126 hash=a84cb4..268dfa age=2d18h41m
INFO [05-12|09:35:52.974] Loaded most recent local finalized block number=79045 hash=31e1d0..2b445b age=3d51m2s
WARN [05-12|09:35:52.981] Loaded snapshot journal diskroot=48ec96..e7f907 diffs=unmatched
WARN [05-12|09:35:52.981] Failed to load snapshot err="head doesn't match snapshot: have 0x48ec960ef72de6bd44d3b8a17fa20424559667af5bb06ff1687306596ce7f907, want 0x928ce55e69dbd65617c890ced3d34a436e90ece027decdb32a86404040e4e4a4"
INFO [05-12|09:35:52.981] Rebuilding state snapshot
INFO [05-12|09:35:52.982] Resuming state snapshot generation root=928ce5..e4e4a4 accounts=0 slots=0 storage=0.00B dangling=0 elapsed="240.225µs"
INFO [05-12|09:35:52.982] Initialized transaction indexer range="entire chain"
INFO [05-12|09:35:52.982] Initialising Ethereum protocol network=42069 dbversion=9
INFO [05-12|09:35:52.982] Gasprice oracle is ignoring threshold set threshold=2
WARN [05-12|09:35:52.984] Engine API enabled protocol=eth
INFO [05-12|09:35:52.984] Starting peer-to-peer node instance=Geth/v1.101503.4-stable-2b9abb39/linux-amd64/go1.22.2
INFO [05-12|09:35:53.018] IPC endpoint opened url=/home/ellena/op-deployer/op-geth/datadir/geth.ipc
INFO [05-12|09:35:53.018] New local node record seq=1,746,623,673,264 id=2d498c9dff31bbe5 ip=127.0.0.1 udp=0 tcp=30303
INFO [05-12|09:35:53.018] Started P2P networking self="enode://083302bc7a0b827a7df5fcac136a5f1904c8c5e8558107b4f3d1e7f62c4ad179fc9b18894983b1c3370dc4b148b2dedcd09f568fea6241311a69c7b28549a55e@127.0.0.1:30303?discport=0"
INFO [05-12|09:35:53.019] Loaded JWT secret file path=jwt.txt crc32=0x5ee2cae3
INFO [05-12|09:35:53.019] HTTP server started endpoint=[::]:8545 auth=false prefix= cors=* vhosts=*
INFO [05-12|09:35:53.019] WebSocket enabled url=ws://[::]:8546
INFO [05-12|09:35:53.019] WebSocket enabled url=ws://[::]:8551
INFO [05-12|09:35:53.019] HTTP server started endpoint=[::]:8551 auth=true prefix= cors=localhost vhosts=*
INFO [05-12|09:35:53.020] Loaded local transaction journal transactions=0 dropped=0
INFO [05-12|09:35:53.438] Generated state snapshot accounts=2343 slots=18474 storage=1.70MiB dangling=0 elapsed=456.476ms
op node command
./bin/op-node --l2=http://localhost:8551/ --l2.jwt-secret=./jwt.txt --sequencer.enabled --sequencer.l1-confs=5 --verifier.l1-confs=4 --rollup.config=./rollup.json --rpc.addr=0.0.0.0 --p2p.disable --rpc.enable-admin --p2p.sequencer.key=$GS_SEQUENCER_PRIVATE_KEY --l1=https://green-summer-cherry.ethereum-sepolia.quiknode.pro/d7f810eXXXXXXXXXXXXX/ --l1.rpckind=$L1_RPC_KIND --l1.beacon=https://ethereum-sepolia-beacon-api.publicnode.com/
op node log tail
ERROR[05-12|09:40:04.593] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.593] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.593] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.593] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.593] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.593] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.593] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.593] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.593] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.594] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.594] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.594] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.594] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.594] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.594] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.594] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.594] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.594] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.594] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.595] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.595] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.595] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.595] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.595] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.595] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.595] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.595] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.595] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.595] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.596] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.596] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.596] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.596] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.596] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.596] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.596] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.596] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.596] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.596] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.597] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.597] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.597] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.597] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.597] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.597] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.598] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.598] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.598] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.598] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.599] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.599] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.599] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.599] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.599] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.599] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.599] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.599] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.599] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.599] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.600] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.600] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.600] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.600] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.600] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.600] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.600] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.600] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.600] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.600] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.601] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.601] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.601] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.601] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.601] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.601] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.601] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.601] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.601] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.601] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.601] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.601] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.602] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.602] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.602] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.602] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.602] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.602] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.602] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.602] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.602] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.602] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.603] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.603] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.603] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.603] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.603] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.603] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.603] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.603] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.603] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.603] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.603] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.603] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.604] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.604] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.605] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.605] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.605] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.605] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.605] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.605] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.606] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.606] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.606] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.606] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.606] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.606] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.606] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.606] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.607] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.607] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.607] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.607] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.607] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.607] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.607] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.607] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.608] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.608] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.608] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.608] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.608] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.608] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.608] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.608] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.608] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.608] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.609] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.609] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.609] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.609] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.609] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.609] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
WARN [05-12|09:40:04.610] Deriver system is resetting err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
ERROR[05-12|09:40:04.610] Sequencer encountered reset signal, aborting work err="failed to find the L2 Heads to start from: failed to fetch current L2 forkchoice state: failed to find the finalized L2 block: failed to determine L2BlockRef of finalized, could not get payload: Post "http://localhost:8551\": dial tcp 127.0.0.1:8551: connect: connection refused"
Logs
No response
Additional Information
No response
Feedback
No response
Beta Was this translation helpful? Give feedback.
All reactions