pub fn wait_with_output(
    process_child_ids: &Arc<Mutex<Vec<u64>>>,
    child: Child
) -> Output