pub fn read_output( out: FileDesc, stdout: &mut Vec<u8>, err: FileDesc, stderr: &mut Vec<u8>, ) -> Result<()>