From: "Sunil V L" <sunilvl@ventanamicro.com>
To: devel@edk2.groups.io, gaoliming@byosoft.com.cn
Cc: "'Kinney, Michael D'" <michael.d.kinney@intel.com>,
'Sean Brogan' <sean.brogan@microsoft.com>,
"'Chang, Abner (HPS SW/FW Technologist)'" <abner.chang@hpe.com>,
"'Schaefer, Daniel'" <daniel.schaefer@hpe.com>
Subject: Re: [edk2-devel] 回复: Need help with CI/CD failure for the PR
Date: Thu, 24 Jun 2021 10:28:51 +0530 [thread overview]
Message-ID: <20210624045851.GA14304@sunil-ThinkPad-T490> (raw)
In-Reply-To: <018801d768ab$538bdbd0$faa39370$@byosoft.com.cn>
Thanks a lot Mike and Liming. This is very helpful.
Let me fix this issue and send the next version.
Thanks!
Sunil
On Thu, Jun 24, 2021 at 11:45:07AM +0800, gaoliming wrote:
> Mike:
> Thanks for your help. I can download build log and see the real issue.
>
> Thanks
> Liming
> > -----邮件原件-----
> > 发件人: Kinney, Michael D <michael.d.kinney@intel.com>
> > 发送时间: 2021年6月24日 11:16
> > 收件人: gaoliming <gaoliming@byosoft.com.cn>; 'Sunil V L'
> > <sunilvl@ventanamicro.com>; devel@edk2.groups.io; 'Sean Brogan'
> > <sean.brogan@microsoft.com>; Kinney, Michael D
> > <michael.d.kinney@intel.com>
> > 抄送: 'Chang, Abner (HPS SW/FW Technologist)' <abner.chang@hpe.com>;
> > 'Schaefer, Daniel' <daniel.schaefer@hpe.com>
> > 主题: RE: Need help with CI/CD failure for the PR
> >
> > Liming,
> >
> > Looks like it failed to build BaseTools:
> >
> > https://dev.azure.com/tianocore/edk2-ci/_build/results?buildId=24448&view
> > =logs&jobId=4a97f94c-8e1f-5e76-68ba-50872604dd63&j=2640d2b2-7c53-5a
> > 2b-80c7-040377c664fd&t=9d40d6fd-f2ec-5369-fb67-2d935d8d6b47
> >
> > This PR modified GenFw, so it is likely related.
> >
> > You have to download artifact to see the detailed log. Select
> > "BASETOOLS_BUILD.txt from the following link:
> >
> > https://dev.azure.com/tianocore/edk2-ci/_build/results?buildId=24448&view
> > =artifacts&pathAsName=false&type=publishedArtifacts
> >
> >
> > INFO - Microsoft (R) Program Maintenance Utility Version 14.29.30038.1
> > INFO - Copyright (C) Microsoft Corporation. All rights reserved.
> > INFO -
> > INFO - cl.exe -c /nologo /Zi /c /O2 /MT /W4 /WX /D
> > _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE -I . -I
> > D:\a\1\s\BaseTools\Source\C\Include -I
> > D:\a\1\s\BaseTools\Source\C\Include\Ia32 -I
> > D:\a\1\s\BaseTools\Source\C\Common GenFw.c -FoGenFw.obj
> > INFO - GenFw.c
> > INFO - cl.exe -c /nologo /Zi /c /O2 /MT /W4 /WX /D
> > _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE -I . -I
> > D:\a\1\s\BaseTools\Source\C\Include -I
> > D:\a\1\s\BaseTools\Source\C\Include\Ia32 -I
> > D:\a\1\s\BaseTools\Source\C\Common ElfConvert.c -FoElfConvert.obj
> > INFO - ElfConvert.c
> > INFO - cl.exe -c /nologo /Zi /c /O2 /MT /W4 /WX /D
> > _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE -I . -I
> > D:\a\1\s\BaseTools\Source\C\Include -I
> > D:\a\1\s\BaseTools\Source\C\Include\Ia32 -I
> > D:\a\1\s\BaseTools\Source\C\Common Elf32Convert.c -FoElf32Convert.obj
> > INFO - Elf32Convert.c
> > INFO - cl.exe -c /nologo /Zi /c /O2 /MT /W4 /WX /D
> > _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE -I . -I
> > D:\a\1\s\BaseTools\Source\C\Include -I
> > D:\a\1\s\BaseTools\Source\C\Include\Ia32 -I
> > D:\a\1\s\BaseTools\Source\C\Common Elf64Convert.c -FoElf64Convert.obj
> > INFO - Elf64Convert.c
> > INFO - Elf64Convert.c(540): error C2220: the following warning is treated as
> > an error
> > INFO - Elf64Convert.c(540): warning C4244: '=': conversion from 'Elf64_Addr'
> > to 'UINT32', possible loss of data
> > INFO - NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual
> > Studio\2019\Enterprise\VC\Tools\MSVC\14.29.30037\bin\HostX86\x86\cl.ex
> > e"' : return code '0x2'
> > INFO - Stop.
> > INFO -
> > INFO - NMAKE : fatal error U1077: 'if' : return code '0x1'
> > INFO - Stop.
> > INFO - NMAKE : fatal error U1077: 'if' : return code '0x1'
> > INFO - Stop.
> > INFO - ------------------------------------------------
> > INFO - --------------Cmd Output Finished---------------
> > INFO - --------- Running Time (mm:ss): 00:29 ----------
> > INFO - ----------- Return Code: 0x00000002 ------------
> > INFO - ------------------------------------------------
> >
> > Best regardm,
> >
> > Mike
> >
> >
> > > -----Original Message-----
> > > From: gaoliming <gaoliming@byosoft.com.cn>
> > > Sent: Wednesday, June 23, 2021 6:45 PM
> > > To: 'Sunil V L' <sunilvl@ventanamicro.com>; devel@edk2.groups.io; Kinney,
> > Michael D <michael.d.kinney@intel.com>; 'Sean
> > > Brogan' <sean.brogan@microsoft.com>
> > > Cc: 'Chang, Abner (HPS SW/FW Technologist)' <abner.chang@hpe.com>;
> > 'Schaefer, Daniel' <daniel.schaefer@hpe.com>
> > > Subject: 回复: Need help with CI/CD failure for the PR
> > >
> > > Mike and Sean:
> > > Have you any idea on how to find the error message in PR failure report?
> > >
> > > For this PR https://github.com/tianocore/edk2/pull/1738, I don't find the
> > real error message.
> > >
> > > Thanks
> > > Liming
> > > > -----邮件原件-----
> > > > 发件人: Sunil V L <sunilvl@ventanamicro.com>
> > > > 发送时间: 2021年6月22日 18:53
> > > > 收件人: devel@edk2.groups.io
> > > > 抄送: gaoliming@byosoft.com.cn; Chang, Abner (HPS SW/FW
> > Technologist)
> > > > <abner.chang@hpe.com>; Schaefer, Daniel <daniel.schaefer@hpe.com>
> > > > 主题: Need help with CI/CD failure for the PR
> > > >
> > > > Hi,
> > > >
> > > > The PR https://github.com/tianocore/edk2/pull/1738 has hit error with
> > below
> > > > message.
> > > >
> > > > "PR can not be merged due to a Windows VS2019 failure. Please resolve
> > and
> > > > resubmit"
> > > >
> > > > Unfortunately, I am unable to gather any details why it is failing. Also, I
> > don't
> > > > have VS2019 build environment to try the build myself. Could some one
> > with
> > > > VS2019 or knowledge of this build environment help me what exactly is
> > the
> > > > issue with my patch?
> > > >
> > > > Thanks in advance!
> > > >
> > > > Sunil
> > >
> > >
>
>
>
>
>
>
>
>
prev parent reply other threads:[~2021-06-24 4:58 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-22 10:52 Need help with CI/CD failure for the PR Sunil V L
2021-06-24 1:44 ` 回复: " gaoliming
2021-06-24 3:15 ` Michael D Kinney
2021-06-24 3:45 ` 回复: " gaoliming
2021-06-24 4:58 ` Sunil V L [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210624045851.GA14304@sunil-ThinkPad-T490 \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox