From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=pass header.i=@apple.com header.s=20180706 header.b=gjugbapr; spf=pass (domain: apple.com, ip: 17.171.2.68, mailfrom: afish@apple.com) Received: from ma1-aaemail-dr-lapp02.apple.com (ma1-aaemail-dr-lapp02.apple.com [17.171.2.68]) by groups.io with SMTP; Mon, 30 Sep 2019 14:46:25 -0700 Received: from pps.filterd (ma1-aaemail-dr-lapp02.apple.com [127.0.0.1]) by ma1-aaemail-dr-lapp02.apple.com (8.16.0.27/8.16.0.27) with SMTP id x8ULfger049856; Mon, 30 Sep 2019 14:46:23 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=apple.com; h=sender : from : message-id : content-type : mime-version : subject : date : in-reply-to : cc : to : references; s=20180706; bh=VYyIaX1kFG5Kbt2UQi4qYbUaqlzIJsgNgyGo5cq7/VQ=; b=gjugbaprrj4+opGuwqPh1/uRL2Psz6dk7DYRew2RThUbfxz5/h9eZdfjT4QcxeVFTOwN YY64G5/TkU0iWvDqPecbEacIkGH/8H9FTNgXfJzs1kIw5esMnmmfxrNknXdOfOg7sTvs J7hg+eC3HReN+r+yNJR+Cmc3JkabiTP9Ka5GlyO6stBq+V5eregdkYTFEjvRnUjVphGi OBybTevRNqfvotC3ew2E1P5CQVVAWQGvh40Of0PireDRJqab6vSqLEbH57IwJR290O+Z gTCGrGpYiqaoD1dU0B1V6y+DD11ejD9MrDt5LO+2CY9wkVyyZOjEK3r+NZganzTeGsst nA== Received: from ma1-mtap-s01.corp.apple.com (ma1-mtap-s01.corp.apple.com [17.40.76.5]) by ma1-aaemail-dr-lapp02.apple.com with ESMTP id 2va46suyc0-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Mon, 30 Sep 2019 14:46:23 -0700 Received: from nwk-mmpp-sz13.apple.com (nwk-mmpp-sz13.apple.com [17.128.115.216]) by ma1-mtap-s01.corp.apple.com (Oracle Communications Messaging Server 8.0.2.4.20190507 64bit (built May 7 2019)) with ESMTPS id <0PYN0086IZ5BD8C0@ma1-mtap-s01.corp.apple.com>; Mon, 30 Sep 2019 14:46:23 -0700 (PDT) Received: from process_milters-daemon.nwk-mmpp-sz13.apple.com by nwk-mmpp-sz13.apple.com (Oracle Communications Messaging Server 8.0.2.4.20190507 64bit (built May 7 2019)) id <0PYN00500Z46AK00@nwk-mmpp-sz13.apple.com>; Mon, 30 Sep 2019 14:46:22 -0700 (PDT) X-Va-CD: 0 X-Va-ID: 8de20811-8e57-4fe1-a3e4-f0dc394e6304 X-V-A: X-V-T-CD: 4d321d6aa611030a6cf9813fb9bdfc1f X-V-E-CD: b760623c4c9f0b682f265f04788f6cad X-V-R-CD: b4970e87ff82b05157d58d01200bf148 X-V-CD: 0 X-V-ID: 24a66e5a-048d-49fb-88f3-cb061767949d X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:,, definitions=2019-09-30_12:,, signatures=0 Received: from [17.103.11.227] (unknown [17.103.11.227]) by nwk-mmpp-sz13.apple.com (Oracle Communications Messaging Server 8.0.2.4.20190507 64bit (built May 7 2019)) with ESMTPSA id <0PYN000L5Z59D2C0@nwk-mmpp-sz13.apple.com>; Mon, 30 Sep 2019 14:46:22 -0700 (PDT) Sender: afish@apple.com From: "Andrew Fish" Message-id: <7034260B-C44B-41DB-A042-BFA3963C026E@apple.com> MIME-version: 1.0 (Mac OS X Mail 13.0 \(3594.4.17\)) Subject: Re: [edk2-devel] CR WhitleyRp BIOS build failure Date: Mon, 30 Sep 2019 16:46:15 -0500 In-reply-to: Cc: "Lin, Wenson" , "Chai, George" , "Liu, Shijie" , "Deng, Bob" To: devel@edk2.groups.io, fei1.wang@intel.com References: X-Mailer: Apple Mail (2.3594.4.17) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:,, definitions=2019-09-30_12:,, signatures=0 Content-type: multipart/alternative; boundary="Apple-Mail=_1B4D881E-B0CE-4C59-95E6-D6DB3D8CB6ED" --Apple-Mail=_1B4D881E-B0CE-4C59-95E6-D6DB3D8CB6ED Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Fei, I took a quick look and I did not see a Python stack trace. I'm not sure i= f your build wrapper ate it, or it does not exist? If I had to randomly guess there is some syntax error in your .INF file is= crashing the Python that is parsing that INF file. Seems like you may have= an issue with more than one INF file? Thanks, Andrew Fish > On Sep 30, 2019, at 3:00 AM, Wang, Fei1 wrote: >=20 > Hi, > > I am working on a BIOS sighting, which need to build SKX/ICX BIOS to tes= t. > Build commands: > WhitleyRpPkg\PlatformBIOSBuild.py -c SKX -b RELEASE -t VS15 > WhitleyRpPkg\PlatformBIOSBuild.py -c ICX -b RELEASE -t VS15 > > But the build tool always reports an unknow fatal error while processing= a certain driver. > And it asks me to send email to devel@edk2.groups.io for help. > The attachment are 3 build logs for your reference. > > Note: > When I first encountered this issue, I tried several times of clean buil= d, but not work. > Then I created a new workdirectory and downloaded a new source code, it = is able to build pass for 1st time, after that met the unknow fatal error a= s well in the following builds. > I tried to re-download a new source code, but the failure happened start= ing from the 1st build. > Command to download source code: edkrepo clone . DCG10nm > > Till now, I am still stuck in the build issue, please help to take a loo= k at this issue since it blocks our debug activity. > > Thanks, > Fei > >=20 > --Apple-Mail=_1B4D881E-B0CE-4C59-95E6-D6DB3D8CB6ED Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=us-ascii Fei,
I took a quick look and I did not see a = Python stack trace. I'm not sure if your build wrapper ate it, or it does n= ot exist?

If I ha= d to randomly guess there is some syntax error in your .INF file is crashin= g the Python that is parsing that INF file. Seems like you may have an issu= e with more than one INF file?

Thanks,

Andrew Fish

On Sep 30, 2019, at 3:00 AM, Wang, Fei1 <= fei1.wang@intel.com&g= t; wrote:

Hi,
 
I am w= orking on a BIOS sighting, which need to build SKX/ICX BIOS to test.
Build commands:
  WhitleyRpPkg\Platform= BIOSBuild.py -c SKX -b RELEASE -t VS15
=
  WhitleyRpPkg\PlatformBIOSBuild.py -c ICX&nb= sp;-b RELEASE -t VS15
 
But = the build tool always reports an unknow fatal error while processing a cert= ain driver.
And it a= sks me to send email to <= a href=3D"mailto:devel@edk2.groups.io" style=3D"color: rgb(149, 79, 114); t= ext-decoration: underline;" class=3D"">devel@edk2.groups.io for help.
The attachment are 3 build logs for your ref= erence.
 
Note:<= /o:p>
When I first encountered this issue,= I tried several times of clean build, but not work.<= /div>
Then I created a new workdirectory and dow= nloaded a new source code, it is able to build pass for 1st time, after tha= t met the unknow fatal error as well in the following builds.
I tried to re-download a new sour= ce code, but the failure happened starting from the 1st build.
Command to download source code:=  edkrepo cl= one . DCG10nm
 
Till now, I am = still stuck in the build issue, please help to take a look at this issue si= nce it blocks our debug activity.
 
Thanks,
Fei
 
<WhitleyRp_BIOS_Build_Logs.zip>

--Apple-Mail=_1B4D881E-B0CE-4C59-95E6-D6DB3D8CB6ED--