[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [ovmf test] 56671: regressions - FAIL



flight 56671 ovmf real [real]
http://logs.test-lab.xenproject.org/osstest/logs/56671/

Regressions :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
 test-amd64-amd64-xl-qemuu-ovmf-amd64 18 guest-start/debianhvm.repeat fail 
REGR. vs. 56492
 test-amd64-i386-xl-qemuu-win7-amd64  9 windows-install    fail REGR. vs. 56492

Tests which did not succeed, but are not blocking:
 test-amd64-amd64-xl-qemuu-debianhvm-amd64-xsm 9 debian-hvm-install fail never 
pass
 test-amd64-i386-xl-qemuu-debianhvm-amd64-xsm 9 debian-hvm-install fail never 
pass

version targeted for testing:
 ovmf                 54ae9c08e8e78089ce186d0a632731943b8f436c
baseline version:
 ovmf                 f1f0f0deb6e64df6b7c04ead7330afecf5537e46

------------------------------------------------------------
People who touched revisions under test:
  Jeff Fan <jeff.fan@xxxxxxxxx>
  Ruiyu Ni <ruiyu.ni@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-debianhvm-amd64-xsm                fail    
 test-amd64-i386-xl-qemuu-debianhvm-amd64-xsm                 fail    
 test-amd64-i386-qemuu-rhel6hvm-amd                           pass    
 test-amd64-amd64-xl-qemuu-debianhvm-amd64                    pass    
 test-amd64-i386-xl-qemuu-debianhvm-amd64                     pass    
 test-amd64-amd64-xl-qemuu-ovmf-amd64                         fail    
 test-amd64-i386-xl-qemuu-ovmf-amd64                          pass    
 test-amd64-amd64-xl-qemuu-win7-amd64                         pass    
 test-amd64-i386-xl-qemuu-win7-amd64                          fail    
 test-amd64-i386-qemuu-rhel6hvm-intel                         pass    
 test-amd64-i386-xl-qemuu-winxpsp3-vcpus1                     pass    
 test-amd64-amd64-xl-qemuu-winxpsp3                           pass    
 test-amd64-i386-xl-qemuu-winxpsp3                            pass    


------------------------------------------------------------
sg-report-flight on osstest.test-lab.xenproject.org
logs: /home/osstest/pub/logs
images: /home/osstest/pub/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 54ae9c08e8e78089ce186d0a632731943b8f436c
Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
Date:   Mon May 18 05:30:35 2015 +0000

    MdeModulePkg: Fix comments typo in UefiBootManagerLib.h
    
    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@17466 
6f19259b-4bc3-4df7-8a09-765794883524

commit 44cff56257cc2943a94be2ada9b2249a80decc49
Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
Date:   Mon May 18 05:30:01 2015 +0000

    Nt32Pkg: Use different FILE_GUID.
    
    Use different FILE_GUID other than the one used by 
PlatformBootManagerLibNull.
    
    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@17465 
6f19259b-4bc3-4df7-8a09-765794883524

commit 987a8a64a147ff7f0d813487b995fe7eb5aa5423
Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
Date:   Mon May 18 05:29:01 2015 +0000

    SourceLevelDebugPkg: Fix Serial Port connection cannot be setup
    
    The root cause is SerialPortDebugCommunicationLib returns NULL debug port 
handle causing the CompressData() doesn't send the compressed data.
    The fix doesn't rely on the debug port handle value and uses Send parameter 
to indicate whether to send the compressed data.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
    Reviewed-by: Jeff Fan <jeff.fan@xxxxxxxxx>
    
    git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17464 
6f19259b-4bc3-4df7-8a09-765794883524

commit f3b6e048e2454c4692bcd66c7592aefde14bcfa4
Author: Star Zeng <star.zeng@xxxxxxxxx>
Date:   Mon May 18 01:46:40 2015 +0000

    MdeModulePkg PiSmmCoreMemoryAllocationLib: Get SMRAM ranges
    
     from FullSmramRanges and FullSmramRangeCount in SmmCorePrivate by 
Constructor.
    
    It can avoid potential first call to FreePool() -> BufferInSmram() ->
    if (mSmramRanges == NULL) { GetSmramRanges();} ->
    gBS->LocateProtocol() at boottime with >= TPL_NOTIFY or
    after ReadyToLock or at OS runtime.
    
    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@17463 
6f19259b-4bc3-4df7-8a09-765794883524

commit db9b00f1d58516fec77df359e99ee60ed3da0278
Author: Star Zeng <star.zeng@xxxxxxxxx>
Date:   Mon May 18 01:30:04 2015 +0000

    MdeModulePkg: Update memory profile for OEM reserved memory type.
    
    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@17462 
6f19259b-4bc3-4df7-8a09-765794883524

commit ca949d9d2d538ee21dbc7caadbbd0eaadad9fe28
Author: Star Zeng <star.zeng@xxxxxxxxx>
Date:   Mon May 18 01:29:00 2015 +0000

    MdeModulePkg PiSmmCore: Care runtime code/data only for SMRAM profile.
    
    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@17461 
6f19259b-4bc3-4df7-8a09-765794883524

commit 8ee25f48770dcb139b2313f57bd1449465149f7d
Author: Star Zeng <star.zeng@xxxxxxxxx>
Date:   Mon May 18 01:28:24 2015 +0000

    MdeModulePkg DxeCore: Add OEM reserved memory type support.
    
    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@17460 
6f19259b-4bc3-4df7-8a09-765794883524

commit ff9331e6bd7acff790c34415ee7eec4070fe08b1
Author: Star Zeng <star.zeng@xxxxxxxxx>
Date:   Mon May 18 01:27:25 2015 +0000

    MdePkg UefiSpec.h: Update comments for OEM reserved memory type.
    
    UEFI 2.5 Spec:
    MemoryType values in the range 0x70000000..0x7FFFFFFF
    are reserved for OEM use.
    
    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@17459 
6f19259b-4bc3-4df7-8a09-765794883524

commit b057be47f732b86496e2c1b997972d31953a1198
Author: Jeff Fan <jeff.fan@xxxxxxxxx>
Date:   Mon May 18 01:21:30 2015 +0000

    SourceLevelDebugPkg/DebugAgentDxe: Move help info from DxeDebugAgent
    
    Now DxeDebugAgent Library instance will print help information on how to 
load
    DebugAgentDxe.efi in UEFI shell. But it is printed after Target connected to
    Host side. This fix is to move help info print to DebugAgentDxe module 
before
    Target tries to connect HOST. It could help developer to get useful 
information
    as early as possible.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Jeff Fan <jeff.fan@xxxxxxxxx>
    Reviewed-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
    
    
    git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17458 
6f19259b-4bc3-4df7-8a09-765794883524

commit adcc2727dfef1fce28cae61960ecf7b4eea889c6
Author: Jeff Fan <jeff.fan@xxxxxxxxx>
Date:   Mon May 18 01:18:42 2015 +0000

    SourceLevelDebugPkg/DxeDebugAgent: Initialize Local APIC Timer early
    
    Now Debug Agent library uses Local APIC Timer to implement time-out 
mechanism.
    But it does not initialize Local APIC Timer before transfer data with HOST.
    This fix is to move Local APIC Timer initialization to
    SetupDebugAgentEnvironment().
    This fix also updates function header and fixed one typo of
    SetupDebugAgentEnvironment() name.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Jeff Fan <jeff.fan@xxxxxxxxx>
    Reviewed-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
    
    
    git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17457 
6f19259b-4bc3-4df7-8a09-765794883524

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.