All of lore.kernel.org
 help / color / mirror / Atom feed
From: osstest service owner <osstest-admin@xenproject.org>
To: xen-devel@lists.xenproject.org, osstest-admin@xenproject.org
Subject: [ovmf test] 134097: regressions - FAIL
Date: Wed, 27 Mar 2019 05:11:32 +0000	[thread overview]
Message-ID: <osstest-134097-mainreport@xen.org> (raw)

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

Regressions :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
 build-amd64                   6 xen-build                fail REGR. vs. 134071

Tests which did not succeed, but are not blocking:
 test-amd64-i386-xl-qemuu-ovmf-amd64  1 build-check(1)              blocked n/a
 build-amd64-libvirt           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                 fa888c7ee9ba90ac530c02f57ba513a7146a7239
baseline version:
 ovmf                 2f2c51acfb70efe3dd02022ca09dd853601d8acd

Last test of basis   134071  2019-03-25 13:34:53 Z    1 days
Testing same since   134097  2019-03-26 15:53:37 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Ard Biesheuvel <ard.biesheuvel@linaro.org>
  Bret Barkelew <Bret.Barkelew@microsoft.com>
  Jordan Justen <jordan.l.justen@intel.com>
  Laszlo Ersek <lersek@redhat.com>
  Rebecca Cran <rebecca@bluestop.org>
  Rebecca Cran via edk2-devel <edk2-devel@lists.01.org>
  Zhichao Gao <zhichao.gao@intel.com>

jobs:
 build-amd64-xsm                                              pass    
 build-i386-xsm                                               pass    
 build-amd64                                                  fail    
 build-i386                                                   pass    
 build-amd64-libvirt                                          blocked 
 build-i386-libvirt                                           pass    
 build-amd64-pvops                                            pass    
 build-i386-pvops                                             pass    
 test-amd64-amd64-xl-qemuu-ovmf-amd64                         blocked 
 test-amd64-i386-xl-qemuu-ovmf-amd64                          blocked 


------------------------------------------------------------
sg-report-flight on osstest.test-lab.xenproject.org
logs: /home/logs/logs
images: /home/logs/images

Logs, config files, etc. are available at
    http://logs.test-lab.xenproject.org/osstest/logs

Explanation of these reports, and of osstest in general, is at
    http://xenbits.xen.org/gitweb/?p=osstest.git;a=blob;f=README.email;hb=master
    http://xenbits.xen.org/gitweb/?p=osstest.git;a=blob;f=README;hb=master

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


Not pushing.

------------------------------------------------------------
commit fa888c7ee9ba90ac530c02f57ba513a7146a7239
Author: Bret Barkelew <Bret.Barkelew@microsoft.com>
Date:   Thu Mar 21 22:44:30 2019 +0800

    PcAtChipsetPkg/PcatChipsetPkg.dsc: Add a driver to build
    
    REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1646
    
    Add the IdeControllerDxe driver to the [Components] section
    to make sure it would build correctly.
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Zhichao Gao <zhichao.gao@intel.com>
    Cc: Ray Ni <ray.ni@intel.com>
    Cc: Liming Gao <liming.gao@intel.com>
    Reviewed-by: Liming Gao <liming.gao@intel.com>

commit 4da419e2deb928685c678ddd7f9cf37e3b99f96c
Author: Bret Barkelew <Bret.Barkelew@microsoft.com>
Date:   Thu Mar 21 22:44:02 2019 +0800

    IntelSiliconPkg/IntelSiliconPkg.dsc: Add a driver to build
    
    REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1647
    
    Add a driver MicrocodeFlashAccessLibNull.inf to the
    [Components] section to make sure it would build correctly.
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Zhichao Gao <zhichao.gao@intel.com>
    Cc: Ray Ni <ray.ni@intel.com>
    Cc: Rangasai V Chaganty <rangasai.v.chaganty@intel.com>
    Cc: Liming Gao <liming.gao@intel.com>
    Reviewed-by: Rangasai V Chaganty <rangasai.v.chaganty@intel.com>
    Reviewed-by: Liming Gao <liming.gao@intel.com>

commit cf85ba23d58ca706ce466ef458017253fb7e0085
Author: Laszlo Ersek <lersek@redhat.com>
Date:   Mon Mar 25 14:04:34 2019 +0100

    OvmfPkg: retire "create-release.py"
    
    Bugzilla: https://bugzilla.tianocore.org/show_bug.cgi?id=1653
    
    "create-release.py" generates a 2-BSDL copyright block that will no longer
    apply once we fix <https://bugzilla.tianocore.org/show_bug.cgi?id=1373>.
    
    Rather than update "create-release.py", remove it. We haven't used it in
    several years now, plus source releases of upstream edk2 are now covered
    by the edk2 stable tags
    <https://github.com/tianocore/tianocore.github.io/wiki/EDK-II#stable-tags>.
    
    Regarding binary releases of upstream OVMF: OVMF and ArmVirtQemu binaries
    built at the edk2 stable tags are being bundled with upstream QEMU,
    similarly to other firmware that runs on QEMU platforms:
    <https://lists.gnu.org/archive/html/qemu-devel/2019-03/msg06148.html>.
    Furthermore, the Xen project has provided its own builds of OVMF and
    ArmVirtXen for a good while now.
    
    Cc: Anthony Perard <anthony.perard@citrix.com>
    Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
    Cc: Jordan Justen <jordan.l.justen@intel.com>
    Cc: Julien Grall <julien.grall@arm.com>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Laszlo Ersek <lersek@redhat.com>
    Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
    Acked-by: Jordan Justen <jordan.l.justen@intel.com>

commit b669adebd01d12af38fc54f5ccf26d47062ed3a6
Author: Rebecca Cran via edk2-devel <edk2-devel@lists.01.org>
Date:   Sat Mar 23 20:00:33 2019 -0600

    Fix links in Maintainers.txt and remove slow outdated sourceforge git mirror
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Rebecca Cran <rebecca@bluestop.org>
    Reviewed-by: Laszlo Ersek <lersek@redhat.com>
    Reviewed-by: Liming Gao <liming.gao@intel.com>

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

                 reply	other threads:[~2019-03-27  5:11 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-134097-mainreport@xen.org \
    --to=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.