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

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



This run is configured for baseline tests only.

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

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

version targeted for testing:
 ovmf                 a24a37dba42c4f7dad8794f199a8efb88e6ecd8f
baseline version:
 ovmf                 219e560c20034843ac9917146c60db99bd01b6f4

Last test of basis    83726  2019-03-10 06:58:24 Z    0 days
Testing same since    83728  2019-03-10 15:22:44 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Jian J Wang <jian.j.wang@xxxxxxxxx>
  Laszlo Ersek <lersek@xxxxxxxxxx>
  Ray Ni <ray.ni@xxxxxxxxx>
  Rebecca Cran <rebecca@xxxxxxxxxxxx>
  Rebecca Cran via edk2-devel <edk2-devel@xxxxxxxxxxxx>
  Zhang, Chao B <chao.b.zhang@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-pvops host-install(4)
broken-step build-i386-xsm host-install(4)
broken-step build-i386-pvops host-install(4)
broken-step build-i386 host-install(4)
broken-step build-amd64-xsm host-install(4)
broken-step build-amd64 host-install(4)

Push not applicable.

------------------------------------------------------------
commit a24a37dba42c4f7dad8794f199a8efb88e6ecd8f
Author: Rebecca Cran via edk2-devel <edk2-devel@xxxxxxxxxxxx>
Date:   Thu Mar 7 19:14:55 2019 -0700

    StdLib: Update resolv.conf to use Google's DNS servers
    
    The current servers listed appear to be unusable. I suspect most
    people will get correct DNS servers via DHCP, but the defaults
    should work for anyone.
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Rebecca Cran <rebecca@xxxxxxxxxxxx>
    Reviewed-by: Jaben Carsey <jaben.carsey@xxxxxxxxx>
    Reviewed-by: Laszlo Ersek <lersek@xxxxxxxxxx>

commit c9e1e28b61953fe36af62e99ab886f40723423c4
Author: Laszlo Ersek <lersek@xxxxxxxxxx>
Date:   Wed Feb 27 22:10:45 2019 +0100

    Maintainers.txt: clarify Reviewer requirements and responsibilities
    
    The current language for "Package Reviewer" only vaguely hints that
    Package Reviewers should be able to provide guidance and directions.
    Make this more obvious.
    
    Cc: Andrew Fish <afish@xxxxxxxxx>
    Cc: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
    Cc: Leif Lindholm <leif.lindholm@xxxxxxxxxx>
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Michael D Kinney <michael.d.kinney@xxxxxxxxx>
    Cc: Philippe Mathieu-Daude <philmd@xxxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Laszlo Ersek <lersek@xxxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>
    Reviewed-by: Andrew Fish <afish@xxxxxxxxx>
    Reviewed-by: Philippe Mathieu-Daude <philmd@xxxxxxxxxx>

commit 89910a39dcfd788057caa5d88b7e76e112d187b5
Author: Ray Ni <ray.ni@xxxxxxxxx>
Date:   Thu Mar 7 18:35:14 2019 +0800

    MdeModulePkg/HiiImage: Fix stack overflow when corrupted BMP is parsed 
(CVE-2018-12181)
    
    REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1135
    
    For 4bit BMP, there are only 2^4 = 16 colors in the palette.
    But when a corrupted BMP contains more than 16 colors in the palette,
    today's implementation wrongly copies all colors to the local
    PaletteValue[16] array which causes stack overflow.
    
    The similar issue also exists in the logic to handle 8bit BMP.
    
    The patch fixes the issue by only copies the first 16 or 256 colors
    in the palette depending on the BMP type.
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Ray Ni <ray.ni@xxxxxxxxx>
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Reviewed-by: Jian J Wang <jian.j.wang@xxxxxxxxx>

commit ffe5f7a6b4e978dffbe1df228963adc914451106
Author: Ray Ni <ray.ni@xxxxxxxxx>
Date:   Thu Mar 7 18:35:13 2019 +0800

    MdeModulePkg/HiiDatabase: Fix potential integer overflow (CVE-2018-12181)
    
    REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1135
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Ray Ni <ray.ni@xxxxxxxxx>
    Cc: Dandan Bi <dandan.bi@xxxxxxxxx>
    Cc: Hao A Wu <hao.a.wu@xxxxxxxxx>
    Reviewed-by: Hao Wu <hao.a.wu@xxxxxxxxx>
    Reviewed-by: Jian J Wang <jian.j.wang@xxxxxxxxx>

commit cfe30a4119ad0ba9b0807d83d1038b02524d0d7c
Author: Jian J Wang <jian.j.wang@xxxxxxxxx>
Date:   Fri Mar 8 16:52:20 2019 +0800

    Maintainers.txt: remove unexpected unicode BOM
    
    The BOM was introduced by commit 6c05b958df532345a35b418b05effcf7fd51fc4e
    accidentally.
    
    Cc: Yao Jiewen <jiewen.yao@xxxxxxxxx>
    Cc: Zhang, Chao B <chao.b.zhang@xxxxxxxxx>
    Cc: Laszlo Ersek <lersek@xxxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Jian J Wang <jian.j.wang@xxxxxxxxx>
    Reviewed-by: Zhang, Chao B <chao.b.zhang@xxxxxxxxx>

commit 6c05b958df532345a35b418b05effcf7fd51fc4e
Author: Zhang, Chao B <chao.b.zhang@xxxxxxxxx>
Date:   Fri Mar 8 10:46:07 2019 +0800

    Maintainers.txt: Change package maintainer and reviewer of SecurityPkg.
    
    Cc: Yao Jiewen <jiewen.yao@xxxxxxxxx>
    Cc: Jian Wang <jian.j.wang@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Zhang, Chao B <chao.b.zhang@xxxxxxxxx>
    Reviewed-by: Jian Wang <jian.j.wang@xxxxxxxxx>

_______________________________________________
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®.