fn all_except_most_recent(
    deletion_candidates: Vec<(SystemTime, PathBuf, Option<Lock>)>
) -> FxHashMap<PathBuf, Option<Lock>>