Date
1 - 4 of 4
failure in building unit test locally
wenyi,xie
Hello, everyone
I want to build unit test locally, my environment is win10, python 3.9.6, VS2019. I excute the command according to steps in the ReadMe. 1. stuart_setup -c ./.pytool/CISettings.py TOOL_CHAIN_TAG=VS2019 2. stuart_update -c ./.pytool/CISettings.py TOOL_CHAIN_TAG=VS2019 3. stuart_ci_build -c ./.pytool/CISettings.py TOOL_CHAIN_TAG=VS2019 -t NOOPT -p MdePkg In step 3, the log is just stopped at "Running Build NOOPT", how do I know the cause of the build failure ? SECTION - Init SDE WARNING - Using Pip Tools based BaseTools SECTION - Loading Plugins SECTION - Start Invocable Tool SECTION - Getting Environment SECTION - Loading plugins SECTION - Building MdePkg Package PROGRESS - --Running MdePkg: Host Unit Test Compiler Plugin NOOPT -- WARNING - Allowing Override for key TARGET_ARCH PROGRESS - Start time: 2021-07-20 16:55:27.953832 PROGRESS - Setting up the Environment PROGRESS - Running Pre Build PROGRESS - Running Build NOOPT |
|
Sean
In the workspace/build folder there should be some logs .
toggle quoted message
Show quoted text
Can you look at those and/or send the CI Log? Thanks Sean On 7/20/2021 2:08 AM, wenyi,xie via groups.io wrote:
Hello, everyone |
|
wenyi,xie
Hi,Sean
toggle quoted message
Show quoted text
I have upload the log to github, link is like below. https://github.com/leadsama/ShowLog/blob/main/README.md Thanks Wenyi On 2021/7/20 23:26, Sean Brogan wrote:
In the workspace/build folder there should be some logs . |
|
wenyi,xie
Hi, everyone
toggle quoted message
Show quoted text
I have found the root cause of failure, it's because the language in my windows is Chinese, and the software not support Unicode will use gbk as the coding format. After I change the language, the problem is solved. Thanks Wenyi On 2021/7/21 10:56, xiewenyi (A) wrote:
Hi,Sean |
|