All of lore.kernel.org
 help / color / mirror / Atom feed
From: Platform Team regression test user <citrix-osstest@xenproject.org>
To: xen-devel@lists.xenproject.org, osstest-admin@xenproject.org
Subject: [ovmf baseline-only test] 75490: trouble: blocked/broken
Date: Wed, 24 Oct 2018 08:29:09 +0100	[thread overview]
Message-ID: <osstest-75490-mainreport@xen.org> (raw)

This run is configured for baseline tests only.

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

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

version targeted for testing:
 ovmf                 041d89bc0f0119df37a5fce1d0f16495ff905089
baseline version:
 ovmf                 68099b52b0fcc1d45864154954d776d91afb33e0

Last test of basis    75486  2018-10-23 10:20:55 Z    0 days
Testing same since    75490  2018-10-24 02:50:45 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Holtsclaw Brent <brent.holtsclaw@intel.com>
  Laszlo Ersek <lersek@redhat.com>
  Liming Gao <liming.gao@intel.com>

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

Push not applicable.

------------------------------------------------------------
commit 041d89bc0f0119df37a5fce1d0f16495ff905089
Author: Liming Gao <liming.gao@intel.com>
Date:   Tue Oct 16 10:06:13 2018 +0800

    BaseTools: Add more checker in Decompress algorithm to access the valid buffer (CVE FIX)
    
    Fix CVE-2017-5731,CVE-2017-5732,CVE-2017-5733,CVE-2017-5734,CVE-2017-5735
    https://bugzilla.tianocore.org/show_bug.cgi?id=686
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Holtsclaw Brent <brent.holtsclaw@intel.com>
    Signed-off-by: Liming Gao <liming.gao@intel.com>
    Reviewed-by: Star Zeng <star.zeng@intel.com>
    Acked-by: Laszlo Ersek <lersek@redhat.com>

commit 684db6da64bc7b5faee4e1174e801c245f563b5c
Author: Liming Gao <liming.gao@intel.com>
Date:   Tue Oct 16 10:06:12 2018 +0800

    IntelFrameworkModulePkg: Add more checker in UefiTianoDecompressLib (CVE FIX)
    
    Fix CVE-2017-5731,CVE-2017-5732,CVE-2017-5733,CVE-2017-5734,CVE-2017-5735
    https://bugzilla.tianocore.org/show_bug.cgi?id=686
    To make sure the valid buffer be accessed only.
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Holtsclaw Brent <brent.holtsclaw@intel.com>
    Signed-off-by: Liming Gao <liming.gao@intel.com>
    Reviewed-by: Star Zeng <star.zeng@intel.com>
    Acked-by: Laszlo Ersek <lersek@redhat.com>

commit 2ec7953d49677142c5f7552e9e3d96fb406ba0c4
Author: Liming Gao <liming.gao@intel.com>
Date:   Tue Oct 16 10:06:11 2018 +0800

    MdePkg: Add more checker in UefiDecompressLib to access the valid buffer only (CVE FIX)
    
    Fix CVE-2017-5731,CVE-2017-5732,CVE-2017-5733,CVE-2017-5734,CVE-2017-5735
    https://bugzilla.tianocore.org/show_bug.cgi?id=686
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Holtsclaw Brent <brent.holtsclaw@intel.com>
    Signed-off-by: Liming Gao <liming.gao@intel.com>
    Reviewed-by: Star Zeng <star.zeng@intel.com>
    Acked-by: Laszlo Ersek <lersek@redhat.com>

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

                 reply	other threads:[~2018-10-24  7:29 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=osstest-75490-mainreport@xen.org \
    --to=citrix-osstest@xenproject.org \
    --cc=osstest-admin@xenproject.org \
    --cc=xen-devel@lists.xenproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.