[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [ovmf test] 60026: regressions - FAIL
flight 60026 ovmf real [real] http://logs.test-lab.xenproject.org/osstest/logs/60026/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-xl-qemuu-ovmf-amd64 11 guest-saverestore fail REGR. vs. 59964 version targeted for testing: ovmf 299c3aec0fb4f3bd9a4f5e1eae9be83f7702b9a5 baseline version: ovmf 88656abf1b3a690969851880ba2b134e0d144625 Last test of basis 59964 2015-07-26 15:23:09 Z 2 days Failing since 59995 2015-07-27 01:12:08 Z 2 days 2 attempts Testing same since 60026 2015-07-27 16:50:05 Z 1 days 1 attempts ------------------------------------------------------------ People who touched revisions under test: Dandan Bi <dandan.bi@xxxxxxxxx> Eric Dong <eric.dong@xxxxxxxxx> fanwang2 <fan.wang@xxxxxxxxx> Jordan Justen <jordan.l.justen@xxxxxxxxx> Qiu Shumin <shumin.qiu@xxxxxxxxx> Star Zeng <star.zeng@xxxxxxxxx> jobs: build-amd64-xsm pass build-i386-xsm pass build-amd64 pass build-i386 pass build-amd64-libvirt pass build-i386-libvirt pass build-amd64-pvops pass build-i386-pvops pass test-amd64-amd64-xl-qemuu-ovmf-amd64 pass test-amd64-i386-xl-qemuu-ovmf-amd64 fail ------------------------------------------------------------ sg-report-flight on osstest.test-lab.xenproject.org logs: /home/logs/logs images: /home/logs/images Logs, config files, etc. are available at http://logs.test-lab.xenproject.org/osstest/logs Explanation of these reports, and of osstest in general, is at http://xenbits.xen.org/gitweb/?p=osstest.git;a=blob;f=README.email;hb=master http://xenbits.xen.org/gitweb/?p=osstest.git;a=blob;f=README;hb=master Test harness code can be found at http://xenbits.xen.org/gitweb?p=osstest.git;a=summary Not pushing. ------------------------------------------------------------ commit 299c3aec0fb4f3bd9a4f5e1eae9be83f7702b9a5 Author: Dandan Bi <dandan.bi@xxxxxxxxx> Date: Mon Jul 27 09:49:01 2015 +0000 MdeModulePkg:Add ESC key support in setup browser pop-up message box When load default value or save changes will pop up message box to let user confirm,Y means confirm and N means ignore,now add Esc key with the same function of N key.And change the content of pop up message in .uni file, now will display "Press 'Y' to confirm, 'N'/'ESC' to ignore." Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan.bi@xxxxxxxxx> Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18076 6f19259b-4bc3-4df7-8a09-765794883524 commit 0b5c288ccc09b788f318d446f19b18ec1235a009 Author: Dandan Bi <dandan.bi@xxxxxxxxx> Date: Mon Jul 27 09:44:39 2015 +0000 MdeModulePkg:SetupBrowser output debug message when DisplayEngineDxe is not installed Enhance the setupbrowserdxe to output debug message when DisplayEngineDxe is not installed and this will be easy for user to find the reason why can not enter Setup page. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan.bi@xxxxxxxxx> Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18075 6f19259b-4bc3-4df7-8a09-765794883524 commit 8fa9ac60f5afe8fe6ef874d71df95413ad6faa2b Author: Eric Dong <eric.dong@xxxxxxxxx> Date: Mon Jul 27 07:40:18 2015 +0000 Support get string from configuration string packages. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Eric Dong <eric.dong@xxxxxxxxx> Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18074 6f19259b-4bc3-4df7-8a09-765794883524 commit 410952bf8bd071d5541dd82ac16069cd3b50e09b Author: Jordan Justen <jordan.l.justen@xxxxxxxxx> Date: Mon Jul 27 06:43:29 2015 +0000 CorebootPayloadPkgIa32: Don't specify X64 architecture CorebootPayloadPkg/CorebootPayloadPkgIa32.dsc doesn't use any X64 modules, so it should not specify the X64 architecture. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jordan Justen <jordan.l.justen@xxxxxxxxx> Reviewed-by: Maurice Ma <maurice.ma@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18073 6f19259b-4bc3-4df7-8a09-765794883524 commit 0f8795bd35eb315483bcd7aba4165fdb5f27bea4 Author: Qiu Shumin <shumin.qiu@xxxxxxxxx> Date: Mon Jul 27 03:10:37 2015 +0000 MdePkg: Add missing PCD usage information in UNI files. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Qiu Shumin <shumin.qiu@xxxxxxxxx> Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18071 6f19259b-4bc3-4df7-8a09-765794883524 commit b2d2a7f3f2fff5576945881c5c4ee5f293604465 Author: Star Zeng <star.zeng@xxxxxxxxx> Date: Mon Jul 27 03:05:13 2015 +0000 MdeModulePkg CapsuleRuntimeDxe: Reduce reserved memory consumption Reduce reserved memory consumption by page table buffer, then OS can have more available memory to use. Take PhysicalAddressBits = 48 and 2MB page granularity as example, 1:1 Virtual to Physical identity mapping page table buffer needs to be ((512 + 1) * 512 + 1) * 4096 = 1075843072 bytes = 0x40201000 bytes. The code is updated to only allocate 2 pages (1G page enabled) or 6 pages for 4G page table, and 8 extra pages to handles > 4G request by page fault. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.zeng@xxxxxxxxx> Reviewed-by: Jiewen Yao <jiewen.yao@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18070 6f19259b-4bc3-4df7-8a09-765794883524 commit 716087e2becafbac134a2cbd5e7cc6da684adc74 Author: Star Zeng <star.zeng@xxxxxxxxx> Date: Mon Jul 27 03:04:41 2015 +0000 MdeModulePkg CapsuleX64: Reduce reserved memory consumption We are going to reduce reserved memory consumption by page table buffer, then OS can have more available memory to use. Take PhysicalAddressBits = 48 and 2MB page granularity as example, 1:1 Virtual to Physical identity mapping page table buffer needs to be ((512 + 1) * 512 + 1) * 4096 = 1075843072 bytes = 0x40201000 bytes. The code is updated to build 4G page table by default and only use 8 extra pages to handles > 4G request by page fault. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.zeng@xxxxxxxxx> Reviewed-by: Jiewen Yao <jiewen.yao@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18069 6f19259b-4bc3-4df7-8a09-765794883524 commit 353f5ba92f9420266bbf5dd86c3faae35db6a478 Author: Star Zeng <star.zeng@xxxxxxxxx> Date: Mon Jul 27 03:04:03 2015 +0000 IntelFrameworkModulePkg AcpiS3SaveDxe: Reduce reserved memory consumption Reduce reserved memory consumption by page table buffer, then OS can have more available memory to use. Take PhysicalAddressBits = 48 and 2MB page granularity as example, 1:1 Virtual to Physical identity mapping page table buffer needs to be ((512 + 1) * 512 + 1) * 4096 = 1075843072 bytes = 0x40201000 bytes. When BIOS does not support long mode waking vector, only allocate 2 pages (1G page enabled) or 6 pages for 4G page table, and 8 extra pages to handles > 4G request by page fault. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.zeng@xxxxxxxxx> Reviewed-by: Jiewen Yao <jiewen.yao@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18068 6f19259b-4bc3-4df7-8a09-765794883524 commit c6368abcf02628fba94c48f7f413f5cae50d1347 Author: Star Zeng <star.zeng@xxxxxxxxx> Date: Mon Jul 27 03:03:25 2015 +0000 MdeModulePkg BootScriptExecutorDxe: Reduce reserved memory consumption We are going to reduce reserved memory consumption by page table buffer, then OS can have more available memory to use. Take PhysicalAddressBits = 48 and 2MB page granularity as example, 1:1 Virtual to Physical identity mapping page table buffer needs to be ((512 + 1) * 512 + 1) * 4096 = 1075843072 bytes = 0x40201000 bytes. Current BootScriptExecutorDxe handles > 4G request by page fault because S3ResumePeim only builds 4G page table when long mode waking vector is not needed, but BootScriptExecutorDxe still assume the page table buffer for page table is at 1:1 Virtual to Physical identity mapping. To reduce reserved memory consumption, the code is updated to only use 8 extra pages to handles > 4G request by page fault. Another, when both BIOS and OS wants long mode waking vector, S3ResumePei should have established 1:1 Virtual to Physical identity mapping page table for ACPI spec requirement, so no need to hook page fault handler. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.zeng@xxxxxxxxx> Reviewed-by: Jiewen Yao <jiewen.yao@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18067 6f19259b-4bc3-4df7-8a09-765794883524 commit 841349282b95a0f4ee17dec3ffdf747bb7268a95 Author: fanwang2 <fan.wang@xxxxxxxxx> Date: Mon Jul 27 02:45:43 2015 +0000 NetworkPkg: fix an error lead building crash Fix an error which leads the building process crashes. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: fanwang2 <fan.wang@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18066 6f19259b-4bc3-4df7-8a09-765794883524 commit cdc83ccf7195c66c77b869ee62155108e39a0246 Author: Star Zeng <star.zeng@xxxxxxxxx> Date: Mon Jul 27 00:49:00 2015 +0000 MdeModulePkg Variable: Read MonotonicCount by ReadUnaligned64() As variable HEADER_ALIGNMENT = 4, the MonotonicCount in AUTHENTICATED_VARIABLE_HEADER may be not UINT64 aligned, so go to use ReadUnaligned64() to ensure read data correctly. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.zeng@xxxxxxxxx> Reviewed-by: Jiewen Yao <jiewen.yao@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18064 6f19259b-4bc3-4df7-8a09-765794883524 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |