[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [ovmf baseline-only test] 75207: trouble: blocked/broken
This run is configured for baseline tests only. flight 75207 ovmf real [real] http://osstest.xensource.com/osstest/logs/75207/ Failures and problems with tests :-( Tests which did not succeed and are blocking, including tests which could not be run: build-amd64-xsm <job status> broken build-i386 <job status> broken build-amd64-pvops <job status> broken build-i386-xsm <job status> broken build-amd64 <job status> broken build-i386-pvops <job status> broken Tests which did not succeed, but are not blocking: test-amd64-amd64-xl-qemuu-ovmf-amd64 1 build-check(1) blocked n/a build-amd64-libvirt 1 build-check(1) blocked n/a test-amd64-i386-xl-qemuu-ovmf-amd64 1 build-check(1) blocked n/a build-i386-libvirt 1 build-check(1) blocked n/a build-i386 4 host-install(4) broken baseline untested build-i386-pvops 4 host-install(4) broken baseline untested build-i386-xsm 4 host-install(4) broken baseline untested build-amd64-xsm 4 host-install(4) broken baseline untested build-amd64-pvops 4 host-install(4) broken baseline untested build-amd64 4 host-install(4) broken baseline untested version targeted for testing: ovmf 4423f0bc613b5451feaa546c3f330ad625d65638 baseline version: ovmf 5c9ac43f47865bb9b13608fd7ae1d39ab73ef397 Last test of basis 75205 2018-09-12 08:20:22 Z 0 days Testing same since 75207 2018-09-12 14:50:08 Z 0 days 1 attempts ------------------------------------------------------------ People who touched revisions under test: Bob Feng <bob.c.feng@xxxxxxxxx> Dongao Guo <dongao.guo@xxxxxxxxx> Dongao Guo<dongao.guo@xxxxxxxxx> Feng, Bob C <bob.c.feng@xxxxxxxxx> Star Zeng <star.zeng@xxxxxxxxx> Yonghong Zhu <yonghong.zhu@xxxxxxxxx> Zhao, ZhiqiangX <zhiqiangx.zhao@xxxxxxxxx> Zhiju.Fan <zhijux.fan@xxxxxxxxx> zhijufan <zhijux.fan@xxxxxxxxx> ZhiqiangX Zhao <zhiqiangx.zhao@xxxxxxxxx> jobs: build-amd64-xsm broken build-i386-xsm broken build-amd64 broken build-i386 broken build-amd64-libvirt blocked build-i386-libvirt blocked build-amd64-pvops broken build-i386-pvops broken test-amd64-amd64-xl-qemuu-ovmf-amd64 blocked test-amd64-i386-xl-qemuu-ovmf-amd64 blocked ------------------------------------------------------------ sg-report-flight on osstest.xs.citrite.net logs: /home/osstest/logs images: /home/osstest/images Logs, config files, etc. are available at http://osstest.xensource.com/osstest/logs Test harness code can be found at http://xenbits.xensource.com/gitweb?p=osstest.git;a=summary broken-job build-amd64-xsm broken broken-job build-i386 broken broken-job build-amd64-pvops broken broken-job build-i386-xsm broken broken-job build-amd64 broken broken-job build-i386-pvops broken broken-step build-i386 host-install(4) broken-step build-i386-pvops host-install(4) broken-step build-i386-xsm host-install(4) broken-step build-amd64-xsm host-install(4) broken-step build-amd64-pvops host-install(4) broken-step build-amd64 host-install(4) Push not applicable. ------------------------------------------------------------ commit 4423f0bc613b5451feaa546c3f330ad625d65638 Author: Yonghong Zhu <yonghong.zhu@xxxxxxxxx> Date: Wed Sep 5 11:26:15 2018 +0800 BaseTools: Fix the RaiseError variable issue caused by 855698fb69f The bug is that it cause the RaiseError always be set to TRUE even we call the function with FALSE parameter. Cc: Hess Chen <hesheng.chen@xxxxxxxxx> Cc: Liming Gao <liming.gao@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Yonghong Zhu <yonghong.zhu@xxxxxxxxx> Reviewed-by: Hess Chen <hesheng.chen@xxxxxxxxx> commit 4c0d19e5bf50c0edc33914a1d3e8b69943d5473f Author: Dongao Guo <dongao.guo@xxxxxxxxx> Date: Tue Aug 28 23:26:56 2018 +0800 BaseTools: Support multi thread build Basetool on Windows Add NmakeSubdirs.py to replace NmakeSubdirs.bat in VS Makefile. This script will invoke nmake in multi thread mode. It can save more than half time of BaseTools C clean build. GCC make supports multiple thread in make phase. So, GNUmakefile doesn't need apply this script. single task or job=1: just single thread and invoke subprocess,subprocess will use system.stdout to print output. multi task: thread number is logic cpu count.All subprocess output will pass to python script by PIPE and then script print it to system.stdout. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Dongao Guo<dongao.guo@xxxxxxxxx> Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx> Test-by: Liming Gao <liming.gao@xxxxxxxxx> commit 73dbd6afab356663c86ed412a0440a96e8064dd7 Author: Star Zeng <star.zeng@xxxxxxxxx> Date: Wed Sep 5 08:54:54 2018 +0800 MdeModulePkg XhciDxe: Set HSEE Bit if SERR# Enable Bit is set REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1167 When the HSEE in the USBCMD bit is a ‘1’ and the HSE bit in the USBSTS register is a ‘1’, the xHC shall assert out-of-band error signaling to the host and assert the SERR# pin. To prevent masking any potential issues with SERR, this patch is to set USBCMD Host System Error Enable(HSEE) Bit if PCICMD SERR# Enable Bit is set. Cc: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Cc: Jian J Wang <jian.j.wang@xxxxxxxxx> Cc: Fei1 Wang <fei1.wang@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Star Zeng <star.zeng@xxxxxxxxx> Reviewed-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> commit 84a52d4d030185a44f2d8736142c6f0b19c6e9b1 Author: Zhao, ZhiqiangX <zhiqiangx.zhao@xxxxxxxxx> Date: Tue Sep 4 15:51:05 2018 +0800 BaseTools: SKU inheritance. If the SkuB's parent SkuA is not in SKUID_IDENTIFIER, then make SkuB inherit from SkuA as if the SKUID_INDENTIFIER is ALL. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: ZhiqiangX Zhao <zhiqiangx.zhao@xxxxxxxxx> Cc: Liming Gao <liming.gao@xxxxxxxxx> Cc: Yonghong Zhu <yonghong.zhu@xxxxxxxxx> Cc: Bob Feng <bob.c.feng@xxxxxxxxx> Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx> commit 4c6fda33c8aafd76cad7631e5da955b916313436 Author: Zhao, ZhiqiangX <zhiqiangx.zhao@xxxxxxxxx> Date: Wed Sep 5 18:42:23 2018 +0800 BaseTools: Correct DXE_PCD_DATABASE_INIT. Add the handle of PCD_DATABASE_INIT and PCD_DATABASE_UNINIT for Boolean type pcd. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: ZhiqiangX Zhao <zhiqiangx.zhao@xxxxxxxxx> Cc: Liming Gao <liming.gao@xxxxxxxxx> Cc: Yonghong Zhu <yonghong.zhu@xxxxxxxxx> Cc: Bob Feng <bob.c.feng@xxxxxxxxx> Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx> commit ced8685838bd5a9b091fdc537c494e36450b05f5 Author: Zhao, ZhiqiangX <zhiqiangx.zhao@xxxxxxxxx> Date: Tue Sep 4 14:59:39 2018 +0800 BaseTools: Check PcdNvStoreDefaultValueBuffer. Build tool should report warning if a platform defines [DefaultStores] but forgets to defined PcdNvStoreDefaultValueBuffer as PcdsDynamicExVpd in dsc file. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: ZhiqiangX Zhao <zhiqiangx.zhao@xxxxxxxxx> Cc: Liming Gao <liming.gao@xxxxxxxxx> Cc: Yonghong Zhu <yonghong.zhu@xxxxxxxxx> Cc: Bob Feng <bob.c.feng@xxxxxxxxx> Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx> commit cfed8a37ec3cf974e4eaaa298da6704133b00019 Author: Feng, Bob C <bob.c.feng@xxxxxxxxx> Date: Mon Sep 3 09:05:53 2018 +0800 BaseTools: Involve Dec default value to calculate Maxsize Involve Dec default value to calculate Maxsize for structure PCD Cc: Liming Gao <liming.gao@xxxxxxxxx> Cc: Yonghong Zhu <yonghong.zhu@xxxxxxxxx> Cc: Jaben Carsey <jaben.carsey@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Bob Feng <bob.c.feng@xxxxxxxxx> Reviewed-by: Jaben Carsey <jaben.carsey@xxxxxxxxx> Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx> commit 71127ce88392d2a0392cb0cb90eaa0245da14f05 Author: Feng, Bob C <bob.c.feng@xxxxxxxxx> Date: Tue Sep 4 14:13:18 2018 +0800 BaseTools: Structure Pcd value override incorrect. This patch is going to fix the issue that The Pcd field value is override incorrectly when there is no Pcd overall value assignment in Dsc file. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Bob Feng <bob.c.feng@xxxxxxxxx> Cc: Liming Gao <liming.gao@xxxxxxxxx> Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx> commit b62cbfb787e1ac594fce618a1a9c86cabc63d54b Author: zhijufan <zhijux.fan@xxxxxxxxx> Date: Tue Sep 11 10:49:34 2018 +0800 BaseTools: Report error for incorrect hex value format The case is user use 0x1} as a hex value for Pcd, it directly cause tool report traceback info. This patch add more error info. Cc: Liming Gao <liming.gao@xxxxxxxxx> Cc: Yonghong Zhu <yonghong.zhu@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Zhiju.Fan <zhijux.fan@xxxxxxxxx> Reviewed-by: Yonghong Zhu <yonghong.zhu@xxxxxxxxx> _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |