OK->[INFO] [05-26|10:02:59.377] [6/8 Execution] parallel done in=12.361257056s buf=96.8MB/10.0MB blk=24779766 blks=75 blk/s=6 txs=32.92k tx/s=2.66k gas/s=193.62M stepsInDB=0.33 step=2184.3 alloc=7.1GB sys=14.1GB isForkValidation=false isApplyingBlocks=true
OK->[INFO] [05-26|10:03:01.878] [6/8 Execution] parallel starting from=24779767 to=24785117 limit=24779766 initialTxNum=3413045512 initialBlockTxOffset=0 initialCycle=true isForkValidation=false isApplyingBlocks=true
OK->[INFO] [05-26|10:03:05.542] Got interrupt, shutting down...
OK->[INFO] [05-26|10:03:05.542] Got interrupt, shutting down... sig=terminated
OK->[WARN] [05-26|10:03:05.543] [6/8 Execution] exec loop error err="invalid block: parallel exec loop exited with 32 block(s) still pending in pe.blockExecutors [24779825 24779842 24779847 24779850 24779855 24779827 24779849 24779829 24779856 24779832 24779843 24779837 24779840 24779853 24779835 24779839 24779851 24779828 24779836 24779844 24779854 24779826 24779833 24779831 24779845 24779846 24779841 24779830 24779848 24779834 24779852 24779838] (reason=ctx-done-drain: no more pending results)"
OK->[WARN] [05-26|10:03:05.543] [6/8 Execution] rw exit err="invalid block: apply loop exited (reachedMaxBlock=false lastBlockResult=24779824 maxBlockNum=24785117) but 1 block(s) had tx-results without a blockResult: [24779825]" stack="[exec3_parallel.go:278 exec3_parallel.go:653 exec3_parallel.go:653 exec3.go:253 stage_execute.go:395 stages.go:803 stages.go:117 command.go:1015 command.go:1148 command.go:1071 command.go:1064 main.go:34 proc.go:285]"
OK->[INFO] [05-26|10:03:05.544] [6/8 Execution] parallel executed blk=24779824 blks=58 blk/s=15 txs=19.92k tx/s=5.43k gas/s=437.42M exec=27.24k repeat%=26.90 abort=1.12k invalid=6.52k tgas/s=0 tcpus=0.0 tdur=0s exec=0s(0.00%) read="0s(0.00%),a=0s,s=0s,c=0s" rd="558.44k,a=0,s=0,c=0" wrt=136.00k rd/s=152.34k wrt/s=37.10k buf=6.1MB/10.0MB bdur=31ms ucgas=1.60G alloc=8.5GB sys=14.1GB isForkValidation=false isApplyingBlocks=true
OK->[WARN] [05-26|10:03:05.544] [6/8 Execution] Execution failed err="invalid block: apply loop exited (reachedMaxBlock=false lastBlockResult=24779824 maxBlockNum=24785117) but 1 block(s) had tx-results without a blockResult: [24779825]" block=24779824 hash=0xc70c9b499404e866fb70ad8be58049268991a02bd385f1cbdf300fc6f48a709e
OK->[INFO] [05-26|10:03:05.544] [6/8 Execution] parallel done in=3.666339551s buf=3.1MB/10.0MB blk=24779824 blks=58 blk/s=15 txs=19.59k tx/s=5.34k gas/s=437.36M stepsInDB=0.35 step=2184.4 alloc=8.5GB sys=14.1GB isForkValidation=false isApplyingBlocks=true
OK->[INFO] [05-26|10:03:05.544] total took=5m55.620014423s
OK->Error: invalid block: apply loop exited (reachedMaxBlock=false lastBlockResult=24779824 maxBlockNum=24785117) but 1 block(s) had tx-results without a blockResult: [24779825]
OK->invalid block: apply loop exited (reachedMaxBlock=false lastBlockResult=24779824 maxBlockNum=24785117) but 1 block(s) had tx-results without a blockResult: [24779825]
*** - 2026-05-26 08:03:07 - stage_exec exit code: 124
*** - 2026-05-26 08:03:07 - Check passed: stage_exec ran for full 360s without errors (batch mode)
Tests completed successfully
seems error happening only after interrupt. Maybe we should not print these errors?
e.g. https://github.com/erigontech/erigon/actions/runs/26433997541/job/77812736478
seems error happening only after interrupt. Maybe we should not print these errors?