From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web09.1409.1650397302931263455 for ; Tue, 19 Apr 2022 12:41:43 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linux.microsoft.com header.s=default header.b=rGll+MBg; spf=pass (domain: linux.microsoft.com, ip: 13.77.154.182, mailfrom: mikuback@linux.microsoft.com) Received: from [192.168.4.22] (unknown [47.201.46.36]) by linux.microsoft.com (Postfix) with ESMTPSA id D451920E1A76; Tue, 19 Apr 2022 12:41:41 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com D451920E1A76 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1650397302; bh=y/yy5uBSSnenFZuC8TYGVnR5zVZqiWTRw+smIhJNNb8=; h=Date:Subject:To:References:From:In-Reply-To:From; b=rGll+MBgalCRi4tf90MIHJ7GTxVvZt51Lhny3XB1XKklgNJ7OUW5MgA455eA0cOfZ Ibkzt2+AVNi1MDKrGvXUE3k2qGkwKiQMXpktvcUsqZJjbINTAZo5dYsowVRvCOGXQ4 oJRA4fUilZnUWPPfjjqaq1BwOGEXkgqBbce7OC+U= Message-ID: <9c66487e-959b-ed89-7705-cd9bbddee573@linux.microsoft.com> Date: Tue, 19 Apr 2022 15:41:40 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0 Subject: Re: [edk2-devel] Some questions about Azure CI To: devel@edk2.groups.io, quic_rcran@quicinc.com, spbrogan@outlook.com, Chao Li References: <21703.1650386347482946545@groups.io> <229fb259-4591-a03b-6fa0-71deec1d0405@quicinc.com> From: "Michael Kubacki" In-Reply-To: <229fb259-4591-a03b-6fa0-71deec1d0405@quicinc.com> Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hi Rebecca, We are trying to keep the results reporting experience consistent with other plugins and prevent an overwhelming amount of information being printed to the build log. In case other errors are present, providing high-level information from each plugin can help point the user in the right direction to get more detail. I completely understand the concern though, so I'm planning to make another step toward providing more information about how to debug an issue, when it occurs. That is to put the step-by-step information about where to find the file diff into the EDK II Code Formatting wiki page and then if a failure occurs, print a link to that section of the wiki page. I am hoping this will provide sufficient information to get to the file diff at the point of failure. I should be able to send these patches later today. Regards, Michael On 4/19/2022 12:43 PM, Rebecca Cran wrote: > Since people are going to keep running into this, could we just output > the file diff to the console? That would avoid having to go hunting for > the log file. >