From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from alexa-out-sd-02.qualcomm.com (alexa-out-sd-02.qualcomm.com [199.106.114.39]) by mx.groups.io with SMTP id smtpd.web09.1799.1650386607370790411 for ; Tue, 19 Apr 2022 09:43:27 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@quicinc.com header.s=qcdkim header.b=pxzFb8St; spf=pass (domain: quicinc.com, ip: 199.106.114.39, mailfrom: quic_rcran@quicinc.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; i=@quicinc.com; q=dns/txt; s=qcdkim; t=1650386607; x=1681922607; h=message-id:date:mime-version:subject:to:references:from: in-reply-to:content-transfer-encoding; bh=yPnA31JiP4dhW64MJpr6JGmOy4KnBoHzam3uqZuguQc=; b=pxzFb8StW91xW3nWfVZ2OgL887KM/1vADnB2iUkjs6hAj05Nz5n5Txk0 Jf2KMDOcBup/qbHcscpqA5FkwhG2DfI1Z63e129f8t6rJpZwMQfO4G+Ot esnz7Vf32ht7vazxEsHJVCl+6i1hYd9a9hz9Y7pZ/CjHG949jMumhFifM M=; Received: from unknown (HELO ironmsg03-sd.qualcomm.com) ([10.53.140.143]) by alexa-out-sd-02.qualcomm.com with ESMTP; 19 Apr 2022 09:43:26 -0700 X-QCInternal: smtphost Received: from nasanex01b.na.qualcomm.com ([10.46.141.250]) by ironmsg03-sd.qualcomm.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Apr 2022 09:43:26 -0700 Received: from [10.110.122.6] (10.80.80.8) by nasanex01b.na.qualcomm.com (10.46.141.250) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.22; Tue, 19 Apr 2022 09:43:26 -0700 Message-ID: <229fb259-4591-a03b-6fa0-71deec1d0405@quicinc.com> Date: Tue, 19 Apr 2022 10:43:25 -0600 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0 Subject: Re: [edk2-devel] Some questions about Azure CI To: , , Chao Li References: <21703.1650386347482946545@groups.io> From: "Rebecca Cran" In-Reply-To: <21703.1650386347482946545@groups.io> Return-Path: quic_rcran@quicinc.com X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) To nasanex01b.na.qualcomm.com (10.46.141.250) Content-Language: en-US Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit 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. -- Rebecca Cran On 4/19/22 10:39, Sean wrote: > Q1 - There should be more details in the actual log file, but your > code has formatting errors.   In the last few months, the uncrusitfy > tool has been introduced to get common formatting errors fixed.   See > details here: EDK II Code Formatting · tianocore/tianocore.github.io > Wiki > > > Q2 - New code additions require passing ECC.  You will just need to > work through the reported errors. > > Thanks > Sean