Inconsistent data store

Hi,
I am running Store-util 3.5.20. against store size ~1TB.

i am noticing this everytime i run store util, compaction is getting stuck at 99% at this stage.

.................................................. 6774500000 / 6774780801 (99%) unused 689968897 removed 0
............................
copying of 6774780802 relationship records took 9066 seconds (747273 rec/s). Unused Records 689969492 (10%) Removed Records 0 (0%)
Stopping target database

In the Store-copy.log i can see below exception (this is complete log in store-copy.log):
Node: 1696917795 java.io.IOException: Exception in the page eviction thread
Node: 1696917796 java.io.IOException: Exception in the page eviction thread
Node: 1696917797 java.io.IOException: Exception in the page eviction thread

does this means, its not able to complete because of these NODES, is there a way we can skip these while running store util?
Could someone has similar issue and suggest me?

Regards,
Yash Srivastava

I realized yesterday that one of my backup fail to pass the consistency check.

When I run the consistency checker on the backup, it fails but never create the report.
Is the report supposed to be created for backups as well or only for databases ?

I'm using this
neo4j-admin check-consistency --backup <db_name> --report-dir="/tmp" --check-indexes=true --check-graph=true --check-index-structure=true --check-label-scan-store=true