[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [ovmf test] 58425: regressions - FAIL
flight 58425 ovmf real [real] http://logs.test-lab.xenproject.org/osstest/logs/58425/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: build-i386-xsm 5 xen-build fail REGR. vs. 58398 build-amd64 5 xen-build fail REGR. vs. 58398 build-amd64-xsm 5 xen-build fail REGR. vs. 58398 build-i386 5 xen-build fail REGR. vs. 58398 Tests which did not succeed, but are not blocking: build-amd64-libvirt 1 build-check(1) blocked n/a build-i386-libvirt 1 build-check(1) blocked n/a test-amd64-i386-qemuu-rhel6hvm-intel 1 build-check(1) blocked n/a test-amd64-amd64-xl-qemuu-debianhvm-amd64-xsm 1 build-check(1) blocked n/a test-amd64-i386-qemuu-rhel6hvm-amd 1 build-check(1) blocked n/a test-amd64-amd64-xl-qemuu-win7-amd64 1 build-check(1) blocked n/a test-amd64-amd64-xl-qemuu-ovmf-amd64 1 build-check(1) blocked n/a test-amd64-amd64-xl-qemuu-debianhvm-amd64 1 build-check(1) blocked n/a test-amd64-i386-xl-qemuu-debianhvm-amd64-xsm 1 build-check(1) blocked n/a test-amd64-i386-xl-qemuu-debianhvm-amd64 1 build-check(1) blocked n/a test-amd64-i386-xl-qemuu-ovmf-amd64 1 build-check(1) blocked n/a test-amd64-i386-xl-qemuu-winxpsp3-vcpus1 1 build-check(1) blocked n/a test-amd64-i386-xl-qemuu-win7-amd64 1 build-check(1) blocked n/a test-amd64-amd64-xl-qemuu-winxpsp3 1 build-check(1) blocked n/a test-amd64-i386-xl-qemuu-winxpsp3 1 build-check(1) blocked n/a version targeted for testing: ovmf 0614d73be31da5ca1e420ea268a9f13f6aca659d baseline version: ovmf 13af4ab06516eefb40fb985467141e09efe9c58b ------------------------------------------------------------ People who touched revisions under test: lhauch <larry.hauch@xxxxxxxxx> Qiu Shumin <shumin.qiu@xxxxxxxxx> Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Shifei Lu <shifeix.a.lu@xxxxxxxxx> Star Zeng <star.zeng@xxxxxxxxx> Tim He <tim.he@xxxxxxxxx> Yingke Liu <yingke.d.liu@xxxxxxxxx> ------------------------------------------------------------ jobs: build-amd64-xsm fail build-i386-xsm fail build-amd64 fail build-i386 fail build-amd64-libvirt blocked build-i386-libvirt blocked build-amd64-pvops pass build-i386-pvops pass test-amd64-amd64-xl-qemuu-debianhvm-amd64-xsm blocked test-amd64-i386-xl-qemuu-debianhvm-amd64-xsm blocked test-amd64-i386-qemuu-rhel6hvm-amd blocked test-amd64-amd64-xl-qemuu-debianhvm-amd64 blocked test-amd64-i386-xl-qemuu-debianhvm-amd64 blocked test-amd64-amd64-xl-qemuu-ovmf-amd64 blocked test-amd64-i386-xl-qemuu-ovmf-amd64 blocked test-amd64-amd64-xl-qemuu-win7-amd64 blocked test-amd64-i386-xl-qemuu-win7-amd64 blocked test-amd64-i386-qemuu-rhel6hvm-intel blocked test-amd64-i386-xl-qemuu-winxpsp3-vcpus1 blocked test-amd64-amd64-xl-qemuu-winxpsp3 blocked test-amd64-i386-xl-qemuu-winxpsp3 blocked ------------------------------------------------------------ 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 Test harness code can be found at http://xenbits.xen.org/gitweb?p=osstest.git;a=summary Not pushing. ------------------------------------------------------------ commit 0614d73be31da5ca1e420ea268a9f13f6aca659d Author: Yingke Liu <yingke.d.liu@xxxxxxxxx> Date: Fri Jun 12 00:58:18 2015 +0000 BaseTools: Generate a FV EXT entry for FV UI name. This patch also removed a warning message. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Yingke Liu <yingke.d.liu@xxxxxxxxx> Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17627 6f19259b-4bc3-4df7-8a09-765794883524 commit aa2868b3f142b8c5a5c55626696ff985ed55c3b0 Author: Star Zeng <star.zeng@xxxxxxxxx> Date: Thu Jun 11 10:24:36 2015 +0000 MdeModulePkg Variable: Move VariableLock install into SmmVariableReady(). VariableLock in VariableSmmRuntimeDxe.c is installed in EntryPoint now. It works based on SMM variable handler by SMM communication with payload buffer. But the payload buffer and SMM variable handler will be not ready in EntryPoint before SmmVariableReady() call back. VarCheck in VariableSmmRuntimeDxe.c has the same issue, so move VarCheck install into SmmVariableReady() also. 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@17626 6f19259b-4bc3-4df7-8a09-765794883524 commit fe9dfae5149af20c08127fb5849dbb0ae44c71ae Author: Star Zeng <star.zeng@xxxxxxxxx> Date: Thu Jun 11 10:23:44 2015 +0000 SecurityPkg Variable: Move VariableLock install into SmmVariableReady(). VariableLock in VariableSmmRuntimeDxe.c is installed in EntryPoint now. It works based on SMM variable handler by SMM communication with payload buffer. But the payload buffer and SMM variable handler will be not ready in EntryPoint before SmmVariableReady() call back. VarCheck in VariableSmmRuntimeDxe.c has the same issue, so move VarCheck install into SmmVariableReady() also. 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@17625 6f19259b-4bc3-4df7-8a09-765794883524 commit fe32096778cf248e36d6d00cd958d73fb903126f Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Date: Thu Jun 11 07:14:18 2015 +0000 PcAtChipsetPkg/PcRtc: Fix a Y2K bug The original driver cannot handle the case when system time runs from 1999/12/31 23:59:59 to 2000/1/1 0:0:0. A simple test to set system time to 1999/12/31 23:59:59 can expose this bug. The patch limits the driver to only support year in 100 range and decide the century value based on the supporting range: Century either equals to PcdMinimalYear / 100 or equals to PcdMinimalYear / 100 + 1. The patch passed the Y2K test. However with year range [1998, 2097], when system time is 2097/12/31 23:59:59, the next second system time will become 1998/1/1 0:0:0. I think it's a acceptable limitation. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Reviewed-by: Feng Tian <feng.tian@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17624 6f19259b-4bc3-4df7-8a09-765794883524 commit e63ec1beac46991176b18c859372f0f16fb97b13 Author: Yingke Liu <yingke.d.liu@xxxxxxxxx> Date: Thu Jun 11 05:21:59 2015 +0000 BaseTools: Fixed an error reported during generating report. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Yingke Liu <yingke.d.liu@xxxxxxxxx> Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17623 6f19259b-4bc3-4df7-8a09-765794883524 commit aeaaf754ee6f2435b37e57f7cd9940d259e12d09 Author: Yingke Liu <yingke.d.liu@xxxxxxxxx> Date: Thu Jun 11 05:20:00 2015 +0000 BaseTools: Generate a binary file and list it in Binary section of As Built INF. This binary file contains offset of VFR and UNI data. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Yingke Liu <yingke.d.liu@xxxxxxxxx> Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17622 6f19259b-4bc3-4df7-8a09-765794883524 commit 35f69db91be5ccc972e0573015d37715b0aec315 Author: Yingke Liu <yingke.d.liu@xxxxxxxxx> Date: Thu Jun 11 05:16:40 2015 +0000 BaseTools: Support build options for specific module type in DSC. This patch extended BuildOptions section in DSC to support [BuildOptions.ARCH.CodeBase.MODULE_TYPE] Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Yingke Liu <yingke.d.liu@xxxxxxxxx> Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17621 6f19259b-4bc3-4df7-8a09-765794883524 commit 620f289162b08d319fe1e73b3c7e2baff6b388e4 Author: Tim He <tim.he@xxxxxxxxx> Date: Thu Jun 11 02:50:20 2015 +0000 Sync the branch changes to trunk. Update the FCE tool to remove â??runtime accessâ?? . and recovery "Setup" variable in case of â??Setupâ?? variable size is incorrect somehow. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Tim He <tim.he@xxxxxxxxx> Reviewed-by: David Wei <david.wei@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17620 6f19259b-4bc3-4df7-8a09-765794883524 commit 2a697cb579972d1b849c396499dd0a1d2e911d35 Author: Qiu Shumin <shumin.qiu@xxxxxxxxx> Date: Thu Jun 11 02:32:52 2015 +0000 ShellBinPkg: Ia32/X64 Shell binary update. The binaries of ShellBinPkg are generated with ShellPkg project 17584. The binaries are built with no debug information by building with "RELEASE" target. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Qiu Shumin <shumin.qiu@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17619 6f19259b-4bc3-4df7-8a09-765794883524 commit fb1a4e361e9b6ef15142000fc3a79f5f31777de7 Author: Shifei Lu <shifeix.a.lu@xxxxxxxxx> Date: Thu Jun 11 02:17:06 2015 +0000 Add code to protect the whole BIOS region on SPI flash, except UEFI Variable region. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Shifei Lu <shifeix.a.lu@xxxxxxxxx> Reviewed-by: David Wei <david.wei@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17618 6f19259b-4bc3-4df7-8a09-765794883524 commit 5374d621c509cbdc22beef7f4cd3526b02c93243 Author: Shifei Lu <shifeix.a.lu@xxxxxxxxx> Date: Thu Jun 11 02:16:41 2015 +0000 Add definitions for Protected Region 1 register. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Shifei Lu <shifeix.a.lu@xxxxxxxxx> Reviewed-by: David Wei <david.wei@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17617 6f19259b-4bc3-4df7-8a09-765794883524 commit 6c988d346b10fdc0d36182fc3e56223ab8b3ffec Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> Date: Thu Jun 11 02:01:26 2015 +0000 MdeModulePkg/UefiBootManagerLib: Add gEfiFormBrowser2ProtocolGuid reference in INF file Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17614 6f19259b-4bc3-4df7-8a09-765794883524 commit a856128a158635f81e2ed8e2763e3a4b347ec62d Author: Star Zeng <star.zeng@xxxxxxxxx> Date: Thu Jun 11 01:23:15 2015 +0000 MdeModulePkg PcdDxe: TokenNumber should start from 1. Because 0 is reserved as invalid token number. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.zeng@xxxxxxxxx> Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17613 6f19259b-4bc3-4df7-8a09-765794883524 commit ff6096f5e49899746ef47eba57e25d9a3bf568f4 Author: lhauch <larry.hauch@xxxxxxxxx> Date: Wed Jun 10 14:34:40 2015 +0000 Adds new files to the Makefile for testing changed sources The files were added April 9th, revision 17158, but the Makefile was not updated. Converted all tabs in this make file to space characters. [Test] nmake cleanall nmake Successfully built all binaries Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: lhauch <larry.hauch@xxxxxxxxx> Reviewed-by: Joe Peterson <joe.peterson@xxxxxxxxx> Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17612 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 |