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

[ovmf baseline-only test] 75299: trouble: blocked/broken



This run is configured for baseline tests only.

flight 75299 ovmf real [real]
http://osstest.xensource.com/osstest/logs/75299/

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-amd64                   4 host-install(4)       broken baseline untested
 build-amd64-xsm               4 host-install(4)       broken baseline untested
 build-i386-pvops              4 host-install(4)       broken baseline untested
 build-i386                    4 host-install(4)       broken baseline untested
 build-amd64-pvops             4 host-install(4)       broken baseline untested
 build-i386-xsm                4 host-install(4)       broken baseline untested

version targeted for testing:
 ovmf                 447b08b3d2a3e04a9fccda68c72a2ff62d8197e9
baseline version:
 ovmf                 2939283f2df3b8a0871e9bc7b2dd3718146318f4

Last test of basis    75295  2018-09-26 08:32:21 Z    0 days
Testing same since    75299  2018-09-27 00:50:12 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Ruiyu Ni <ruiyu.ni@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-amd64 host-install(4)
broken-step build-amd64-xsm host-install(4)
broken-step build-i386-pvops host-install(4)
broken-step build-i386 host-install(4)
broken-step build-amd64-pvops host-install(4)
broken-step build-i386-xsm host-install(4)

Push not applicable.

------------------------------------------------------------
commit 447b08b3d2a3e04a9fccda68c72a2ff62d8197e9
Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
Date:   Tue Sep 25 13:21:40 2018 +0800

    UefiCpuPkg/MtrrLib: Revert "Skip MSR access when the pair is invalid"
    
    REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1187
    
    The patch reverts 9c8c4478cfcacaf5fd60b75ff78d26732d93a5b8
    "UefiCpuPkg/MtrrLib: Skip Base MSR access when the pair is invalid".
    
    Microsoft Windows will report an error in event manager if MTRR
    usage is different across hibernate even when the difference is
    in an non valid MTRR pair. This seems like a bug in Windows but
    for compatibility and servicing reasons we think a change in UEFI
    would wise.
    A Windows change has already been submitted for the next iteration
    (2019 time frame).
    
    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: Eric Dong <eric.dong@xxxxxxxxx>
    Cc: Sean Brogan <sean.brogan@xxxxxxxxxxxxx>

commit 69b40465048e4289854d881e90007811c09d42d8
Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
Date:   Tue Sep 25 10:58:56 2018 +0800

    MdeModulePkg/PciHostBridge: Move declaration of mIoMmu to header file
    
    The change doesn't have functionality impact.
    It just renames the mIoMmuProtocol to mIoMmu and moves the
    declaration from PciRootBridgeIo.c to PciHostBridge.h.
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
    Suggested-by: Star Zeng <star.zeng@xxxxxxxxx>
    Reviewed-by: Star Zeng <star.zeng@xxxxxxxxx>
    Reviewed-by: Laszlo Ersek <lersek@xxxxxxxxxx>

commit b8bfb92b4e24cbd639e896bc0a4f8cc0e168b9ae
Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
Date:   Fri Sep 21 15:22:46 2018 +0800

    MdeModulePkg/PciHostBridge: Add RESOURCE_VALID() to simplify code
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
    Reviewed-by: Star Zeng <star.zeng@xxxxxxxxx>
    Reviewed-by: Laszlo Ersek <lersek@xxxxxxxxxx>
    Reviewed-by: Garrett Kirkendall <garrett.kirkendall@xxxxxxx>

commit bff6584d1f0d366ea08fb541ecbe82554f1eaa4e
Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
Date:   Fri Sep 21 15:20:45 2018 +0800

    MdeModulePkg/PciHostBridge: Fix a bug that prevents PMEM access
    
    REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1196
    
    RootBridgeIoCheckParameter() verifies that the requested MMIO access
    can fit in any of the MEM/PMEM 32/64 ranges. But today's logic
    somehow only checks the requested access against MEM 32/64 ranges.
    
    It should also check the requested access against PMEM 32/64 ranges.
    
    The patch fixes this issue.
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
    Reviewed-by: Star Zeng <star.zeng@xxxxxxxxx>
    Reviewed-by: Laszlo Ersek <lersek@xxxxxxxxxx>
    Reviewed-by: Garrett Kirkendall <garrett.kirkendall@xxxxxxx>

commit 666d05a0ade67555a39a2191619e04a838ab2280
Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
Date:   Fri Sep 21 15:02:44 2018 +0800

    MdeModulePkg/PciHostBridge: Enhance boundary check in Io/Mem.Read/Write
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
    Reviewed-by: Star Zeng <star.zeng@xxxxxxxxx>
    Reviewed-by: Laszlo Ersek <lersek@xxxxxxxxxx>
    Reviewed-by: Garrett Kirkendall <garrett.kirkendall@xxxxxxx>

_______________________________________________
osstest-output mailing list
osstest-output@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/osstest-output

 


Rackspace

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