pub fn print_added_pkgs<'a, I>(member_names: &HashSet<String>, removed: I)where I: IntoIterator<Item = &'a PkgLock>,