[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [ovmf baseline-only test] 75193: trouble: blocked/broken
This run is configured for baseline tests only. flight 75193 ovmf real [real] http://osstest.xensource.com/osstest/logs/75193/ 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-pvops 4 host-install(4) broken baseline untested build-amd64-xsm 4 host-install(4) broken baseline untested build-amd64 4 host-install(4) broken baseline untested version targeted for testing: ovmf f4eaaf1a6d50c761e2af9a6dd0976fb8a3bd3c08 baseline version: ovmf 4b2dc555d8a67e715d8fafab4c9131791d31a788 Last test of basis 75190 2018-09-10 07:50:14 Z 0 days Testing same since 75193 2018-09-10 20:20:12 Z 0 days 1 attempts ------------------------------------------------------------ People who touched revisions under test: Jian J Wang <jian.j.wang@xxxxxxxxx> Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Zhang Chao B <chao.b.zhang@xxxxxxxxx> Zhang, Chao B <chao.b.zhang@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-pvops host-install(4) broken-step build-amd64-xsm host-install(4) broken-step build-amd64 host-install(4) Push not applicable. ------------------------------------------------------------ commit f4eaaf1a6d50c761e2af9a6dd0976fb8a3bd3c08 Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Date: Fri Aug 31 16:55:36 2018 +0800 Emulator/Win: Fix build failure using VS2015x86 or old WinSDK When build with WinSDK <= Win10 TH2, the terminal over CMD.exe doesn't work. Because Win10 later than TH2 starts to support VT terminal. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Cc: Michael D Kinney <michael.d.kinney@xxxxxxxxx> Reviewed-by: Hao A Wu <hao.a.wu@xxxxxxxxx> commit 289cb872edc2b826534b3ff634d25f2430bf87d5 Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Date: Fri Aug 31 11:35:58 2018 +0800 EmulatorPkg: Update package level Readme.md Since the emulator under Windows is enabled, the patch changes README to include the information of emulator under Windows. It also changes README to Readme.md for better looking. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Cc: Michael D Kinney <michael.d.kinney@xxxxxxxxx> Reviewed-by: Hao A Wu <hao.a.wu@xxxxxxxxx> commit 34c3405cb74c22a7d81b5aee65f0fc2a45c8dfae Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Date: Fri Sep 7 18:12:46 2018 +0800 UefiCpuPkg/PeiCpuException: Fix coding style issue Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Reviewed-by: Dandan Bi <dandan.bi@xxxxxxxxx> commit 3a3475331275bca190718557247a37b27b083a2a Author: Zhang, Chao B <chao.b.zhang@xxxxxxxxx> Date: Fri Sep 7 16:35:09 2018 +0800 SecurityPkg: HashLib: Change dos format Change file format to DOS Cc: Bi Dandan <dandan.bi@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Zhang Chao B <chao.b.zhang@xxxxxxxxx> Reviewed-by: Bi Dandan <dandan.bi@xxxxxxxxx> commit 0a0d5296e448fc350de1594c49b9c0deff7fad60 Author: Jian J Wang <jian.j.wang@xxxxxxxxx> Date: Mon Sep 3 10:56:07 2018 +0800 UefiCpuPkg/CpuMpPei: support stack guard feature This feature is the same as Stack Guard enabled in driver CpuDxe but applies to PEI phase. Due to the specialty in PEI module dispatching, this driver is changed to do the actual initialization in notify callback of event gEfiPeiMemoryDiscoveredPpiGuid. This can let the stack guard apply to as most PEI drivers as possible. To let Stack Guard work, some simple page table management code are introduced to setup Guard page at base of stack for each processor. Cc: Eric Dong <eric.dong@xxxxxxxxx> Cc: Laszlo Ersek <lersek@xxxxxxxxxx> Cc: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx> Cc: Star Zeng <star.zeng@xxxxxxxxx> Cc: "Ware, Ryan R" <ryan.r.ware@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Jian J Wang <jian.j.wang@xxxxxxxxx> Regression-tested-by: Laszlo Ersek <lersek@xxxxxxxxxx> Reviewed-by: Eric Dong <eric.dong@xxxxxxxxx> commit e09b6b5953db38db87b84c80a2e95a82a1c91020 Author: Jian J Wang <jian.j.wang@xxxxxxxxx> Date: Mon Sep 3 10:47:54 2018 +0800 UefiCpuPkg/MpInitLib: fix register restore issue in AP wakeup The conflict issues are introduced by Stack Guard feature enabled for PEI. The first is CR0 which should be restored after CR3 and CR4. Another is TR which should not be passed from BSP to AP during init phase. Cc: Eric Dong <eric.dong@xxxxxxxxx> Cc: Laszlo Ersek <lersek@xxxxxxxxxx> Cc: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx> Cc: Star Zeng <star.zeng@xxxxxxxxx> Cc: "Ware, Ryan R" <ryan.r.ware@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Jian J Wang <jian.j.wang@xxxxxxxxx> Regression-tested-by: Laszlo Ersek <lersek@xxxxxxxxxx> Reviewed-by: Eric Dong <eric.dong@xxxxxxxxx> commit fc0e7fd5e8aad193fcc3479634d5c69996f6460a Author: Jian J Wang <jian.j.wang@xxxxxxxxx> Date: Mon Sep 3 10:36:21 2018 +0800 UefiCpuPkg/CpuExceptionHandlerLib: support stack switch for PEI exceptions Stack Guard needs to setup stack switch capability to allow exception handler to be called with good stack if stack overflow is detected. This patch update InitializeCpuExceptionHandlersEx() to allow pass extra initialization data used to setup exception stack switch for specified exceptions. Cc: Eric Dong <eric.dong@xxxxxxxxx> Cc: Laszlo Ersek <lersek@xxxxxxxxxx> Cc: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx> Cc: Star Zeng <star.zeng@xxxxxxxxx> Cc: "Ware, Ryan R" <ryan.r.ware@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Jian J Wang <jian.j.wang@xxxxxxxxx> Regression-tested-by: Laszlo Ersek <lersek@xxxxxxxxxx> Reviewed-by: Eric Dong <eric.dong@xxxxxxxxx> commit 2af2988f3a0268b02d87a97d5b6d7b65b17c0b03 Author: Jian J Wang <jian.j.wang@xxxxxxxxx> Date: Thu Aug 23 15:58:31 2018 +0800 MdeModulePkg/DxeIpl: disable paging before creating new page table PEI Stack Guard needs to enable paging before DxeIpl. This might cause #GP in the transition from 32-bit PEI to 64-bit DXE due to the code trying to write CR3 register with PML4 page table while the processor is enabled with PAE paging. Simply disabling paging before updating CR3 can solve this conflict. There's no such issue for 64-bit PEI so this change applies only to 32-bit code. Cc: Star Zeng <star.zeng@xxxxxxxxx> Cc: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx> Cc: "Ware, Ryan R" <ryan.r.ware@xxxxxxxxx> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Jian J Wang <jian.j.wang@xxxxxxxxx> Regression-tested-by: Laszlo Ersek <lersek@xxxxxxxxxx> Reviewed-by: Eric Dong <eric.dong@xxxxxxxxx> _______________________________________________ osstest-output mailing list osstest-output@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/osstest-output
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |