pub fn repair_queue( queue_path: &Path, done_path: &Path, id_prefix: &str, id_width: usize, dry_run: bool, ) -> Result<RepairReport>