pub fn filter_machines( machines: Vec<ListedMachine>, allowlist: &HashSet<String>, blocklist: &HashSet<String>, ) -> Vec<ListedMachine>