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

[Xen-devel] [ovmf baseline-only test] 38345: regressions - trouble: blocked/broken/fail/pass



This run is configured for baseline tests only.

flight 38345 ovmf real [real]
http://osstest.xs.citrite.net/~osstest/testlogs/logs/38345/

Regressions :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
 build-i386-pvops              3 capture-logs             !broken [st=!broken!]
 build-i386-xsm                3 capture-logs             !broken [st=!broken!]
 build-i386                    3 capture-logs             !broken [st=!broken!]
 build-i386-pvops              2 hosts-allocate          broken REGR. vs. 38340
 build-i386-xsm                2 hosts-allocate          broken REGR. vs. 38340
 build-i386                    2 hosts-allocate          broken REGR. vs. 38340
 build-amd64                   5 xen-build                 fail REGR. vs. 38340

Regressions which are regarded as allowable (not blocking):
 build-amd64-xsm               5 xen-build                    fail   like 38340

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-xl-qemuu-ovmf-amd64  1 build-check(1)              blocked n/a
 test-amd64-amd64-xl-qemuu-ovmf-amd64  1 build-check(1)             blocked n/a

version targeted for testing:
 ovmf                 9f419739d1ae849e0c4d75a131502f9367ca4a7d
baseline version:
 ovmf                 3164361121526318f278a7c1b84bdcc475d4ad95

Last test of basis    38340  2015-11-25 07:51:00 Z    0 days
Testing same since    38345  2015-11-25 22:20:46 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  "Yao, Jiewen" <jiewen.yao@xxxxxxxxx>
  "Zeng, Star" <star.zeng@xxxxxxxxx>
  Jeff Fan <jeff.fan@xxxxxxxxx>
  Yao, Jiewen <jiewen.yao@xxxxxxxxx>
  Zeng, Star <star.zeng@xxxxxxxxx>

jobs:
 build-amd64-xsm                                              fail    
 build-i386-xsm                                               broken  
 build-amd64                                                  fail    
 build-i386                                                   broken  
 build-amd64-libvirt                                          blocked 
 build-i386-libvirt                                           blocked 
 build-amd64-pvops                                            pass    
 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.xs.citrite.net/~osstest/testlogs/logs

Test harness code can be found at
    http://xenbits.xensource.com/gitweb?p=osstest.git;a=summary

broken build-i386-pvops capture-logs !broken
broken-step build-i386-pvops hosts-allocate
broken-step build-i386-xsm hosts-allocate
broken build-i386-xsm capture-logs !broken
broken build-i386 capture-logs !broken
broken-step build-i386 hosts-allocate

Push not applicable.

------------------------------------------------------------
commit 9f419739d1ae849e0c4d75a131502f9367ca4a7d
Author: Yao, Jiewen <jiewen.yao@xxxxxxxxx>
Date:   Wed Nov 25 04:28:46 2015 +0000

    Move RestoreSmmConfigurationInS3 function to PerformPreTasks().
    
    In this way, we can centralize the silicon configuration in
    PerformRemainingTasks()/PerformPreTasks() function.
    If there are more features need to be configured, they can put in
    PerformRemainingTasks()/PerformPreTasks() only.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: "Yao, Jiewen" <jiewen.yao@xxxxxxxxx>
    Reviewed-by: "Kinney, Michael D" <michael.d.kinney@xxxxxxxxx>
    Reviewed-by: "Laszlo Ersek" <lersek@xxxxxxxxxx>
    
    git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18938 
6f19259b-4bc3-4df7-8a09-765794883524

commit fe5f19494353421d3382f32f31a627e09724bbb2
Author: Yao, Jiewen <jiewen.yao@xxxxxxxxx>
Date:   Wed Nov 25 04:23:01 2015 +0000

    Eliminate EFI_IMAGE_MACHINE_TYPE_SUPPORTED.
    
    Move Gdt initialization from InitializeMpServiceData() to CPU Arch specific 
function.
    We create SmmFuncsArch.c for hold CPU specific function, so that
    EFI_IMAGE_MACHINE_TYPE_SUPPORTED(EFI_IMAGE_MACHINE_X64) can be removed.
    
    For IA32 version, we always allocate new page for GDT entry, for easy 
maintenance.
    For X64 version, we fixed TssBase in GDT entry to make sure TSS data is 
correct.
    Remove TSS fixup for GDT in ASM file.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: "Yao, Jiewen" <jiewen.yao@xxxxxxxxx>
    Reviewed-by: "Fan, Jeff" <jeff.fan@xxxxxxxxx>
    
    git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18937 
6f19259b-4bc3-4df7-8a09-765794883524

commit 02f02b16e268d4e62676b69d2eaedf18e792d002
Author: Yao, Jiewen <jiewen.yao@xxxxxxxxx>
Date:   Wed Nov 25 04:05:49 2015 +0000

    Uninstall LoadedImage protocol if SMM driver returns error and is unloaded.
    
    Original code does not uninstall LoadedImage protocol if SMM driver returns 
error and is unloaded.
    It causes a wrong LoadedImage protocol existing in system.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: "Yao, Jiewen" <jiewen.yao@xxxxxxxxx>
    Reviewed-by: "Zeng, Star" <star.zeng@xxxxxxxxx>
    Reviewed-by: "Kinney, Michael D" <michael.d.kinney@xxxxxxxxx>
    
    git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18936 
6f19259b-4bc3-4df7-8a09-765794883524

commit 20ab326972339d16d7e95d94f9d7710cae1ae75f
Author: Yao, Jiewen <jiewen.yao@xxxxxxxxx>
Date:   Wed Nov 25 04:01:00 2015 +0000

    Correct TSS segment.
    
    TSS segment should use (SIZE - 1) as limit, and do not set G bit (highest 
bit of LimitHigh) because limit means byte count.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: "Yao, Jiewen" <jiewen.yao@xxxxxxxxx>
    Reviewed-by: "Fan, Jeff" <jeff.fan@xxxxxxxxx>
    Reviewed-by: "Kinney, Michael D" <michael.d.kinney@xxxxxxxxx>
    
    git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18935 
6f19259b-4bc3-4df7-8a09-765794883524

commit c7981a11840714975a7dc029366931ddec64b2a6
Author: Jeff Fan <jeff.fan@xxxxxxxxx>
Date:   Wed Nov 25 02:47:59 2015 +0000

    UefiCpuPkg/CpuMpPei: Enable x2APIC mode on BSP/APs
    
    If x2APIC flag is set, enable x2APIC mode on all APs and BSP. Before we 
wakeup
    APs to enable x2APIC mode, we should wait all APs have finished 
initialization.
    
    Cc: Feng Tian <feng.tian@xxxxxxxxx>
    Cc: Michael Kinney <michael.d.kinney@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Jeff Fan <jeff.fan@xxxxxxxxx>
    Reviewed-by: Michael Kinney <michael.d.kinney@xxxxxxxxx>
    
    git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18934 
6f19259b-4bc3-4df7-8a09-765794883524

commit 2f0261b7dcab49b1ee503a4b545238b59f58123d
Author: Jeff Fan <jeff.fan@xxxxxxxxx>
Date:   Wed Nov 25 02:47:34 2015 +0000

    UefiCpuPkg/CpuMpPei: Set X2APIC flag if one x2APIC ID larger than 254
    
    If there are any logical processor reporting an APIC ID of 255 or greater, 
set
    X2ApicEnable flag.
    
    GetInitialApicId() will return x2APIC ID if CPUID leaf B supported.
    
    Cc: Feng Tian <feng.tian@xxxxxxxxx>
    Cc: Michael Kinney <michael.d.kinney@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Jeff Fan <jeff.fan@xxxxxxxxx>
    Reviewed-by: Michael Kinney <michael.d.kinney@xxxxxxxxx>
    
    git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18933 
6f19259b-4bc3-4df7-8a09-765794883524

commit bf14e1077aa66ef1cb49bdaf06181de48bb2477f
Author: Zeng, Star <star.zeng@xxxxxxxxx>
Date:   Wed Nov 25 02:33:06 2015 +0000

    Check InternalAllocPoolByIndex status before refer buffer.
    
    Original code refers FreePoolHdr without check Status. It is obvious wrong 
and has risk.
    
    Aslo, if InternalAllocPoolByIndex() returns an error, then *FreePoolHdr is 
assigned to an uninitialized value. So we init Hdr be NULL.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: "Zeng, Star" <star.zeng@xxxxxxxxx>
    Reviewed-by: "Yao, Jiewen" <jiewen.yao@xxxxxxxxx>
    Reviewed-by: "Fan, Jeff" <jeff.fan@xxxxxxxxx>
    Reviewed-by: "Kinney, Michael D" <michael.d.kinney@xxxxxxxxx>
    
    git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18932 
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®.