All of lore.kernel.org
 help / color / mirror / Atom feed
* [ovmf test] 101577: regressions - FAIL
@ 2016-10-21 12:14 osstest service owner
  0 siblings, 0 replies; only message in thread
From: osstest service owner @ 2016-10-21 12:14 UTC (permalink / raw)
  To: xen-devel, osstest-admin

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

Regressions :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
 build-i386-xsm                5 xen-build                fail REGR. vs. 101572
 build-amd64                   5 xen-build                fail REGR. vs. 101572
 build-i386                    5 xen-build                fail REGR. vs. 101572
 build-amd64-xsm               5 xen-build                fail REGR. vs. 101572

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

version targeted for testing:
 ovmf                 a750b4ae24ce072f7c5ced1b89c18f9cc23debc8
baseline version:
 ovmf                 55d05ae145145dafdd77a7c6f5c0b3677096cbde

Last test of basis   101572  2016-10-21 03:34:07 Z    0 days
Testing same since   101577  2016-10-21 11:14:44 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Dennis Chen <dennis.chen@arm.com>
  Gary Lin <glin@suse.com>
  Giri P Mudusuru <giri.p.mudusuru@intel.com>
  Laszlo Ersek <lersek@redhat.com>
  Liming Gao <liming.gao@intel.com>

jobs:
 build-amd64-xsm                                              fail    
 build-i386-xsm                                               fail    
 build-amd64                                                  fail    
 build-i386                                                   fail    
 build-amd64-libvirt                                          blocked 
 build-i386-libvirt                                           blocked 
 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 a750b4ae24ce072f7c5ced1b89c18f9cc23debc8
Author: Gary Lin <glin@suse.com>
Date:   Wed Oct 19 15:01:27 2016 +0800

    MdePkg: Fix typos in comments
    
    - Resuts -> Results
    - outputed -> outputted
    - specifiecd -> specified
    - TURE -> TRUE
    - specifed -> specified
    - Pointion -> Position
    - Arrary -> Array
    - elasped -> elapsed
    - paramter -> parameter
    - Sumbit -> Submit
    
    Cc: Michael D Kinney <michael.d.kinney@intel.com>
    Cc: Liming Gao <liming.gao@intel.com>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Gary Lin <glin@suse.com>
    Reviewed-by: Liming Gao <liming.gao@intel.com>

commit 4fc0be870536f34344eb07083acfc901ab4dcd1b
Author: Gary Lin <glin@suse.com>
Date:   Wed Oct 19 15:01:12 2016 +0800

    EdkCompatibilityPkg: Fix typos in comments
    
    - excute -> execute
    - Pacakges -> Packages
    - successfull -> successfully
    - outputed -> outputted
    - triggerred -> triggered
    - specifiecd -> specified
    - hexidecimal -> hexadecimal
    - Arrary -> Array
    - Pointion -> Position
    - paramter -> parameter
    - stardard -> standard
    - perodically -> periodically
    - dependecy -> dependency
    - evauated -> evaluated
    - availible -> available
    - boundry -> boundary
    - discontiguous -> discontinuous
    
    Cc: Liming Gao <liming.gao@intel.com>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Gary Lin <glin@suse.com>
    Reviewed-by: Liming Gao <liming.gao@intel.com>

commit c4260115f0fcf23d538dc0ac90443ee954c30c6d
Author: Liming Gao <liming.gao@intel.com>
Date:   Fri Oct 21 13:25:19 2016 +0800

    BaseTools VS Makefile: Use /MT in replace of /MD to remove specific dll
    
    /MD option will introduce the specific version dll dependency. It will cause
    the compiled C tools not work on some system.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Liming Gao <liming.gao@intel.com>
    Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>

commit 041e842ab7b3c163564ab7545e6de445ae0a2e09
Author: Dennis Chen <dennis.chen@arm.com>
Date:   Fri Oct 21 13:50:24 2016 +0800

    ArmVirtPkg/ArmVirtGicArchLib: adapt ASSERT()s to 64-bit base addresses
    
    Since All the GIC base address variables has been aligned to 64-bit, it
    doesn't make sense to continue use MAX_UINT32 in ASSERT() statement, so
    this patch uses MAX_UINTN to adapt to this kind of change.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Cc: Leif Lindholm <leif.lindholm@linaro.org>
    Signed-off-by: Dennis Chen <dennis.chen@arm.com>
    Acked-by: Laszlo Ersek <lersek@redhat.com>
    Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>

commit 57419e679083420d2cbc32d4b4243b1ebaacf79b
Author: Giri P Mudusuru <giri.p.mudusuru@intel.com>
Date:   Tue Oct 18 04:18:11 2016 -0700

    MdePkg: Add ACPI Low Power Idle Table (LPIT) definitions
    
    ACPI Low Power Idle Table (LPIT) Revision 001, dated July 2014
    http://www.uefi.org/sites/default/files/resources/ACPI_Low_Power_Idle_Table.pdf
    
    Cc: Michael Kinney <michael.d.kinney@intel.com>
    Cc: Liming Gao <liming.gao@intel.com>
    Cc: Jiewen Yao <jiewen.yao@intel.com>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Giri P Mudusuru <giri.p.mudusuru@intel.com>
    Reviewed-by: Liming Gao <liming.gao@intel.com>
    Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-10-21 12:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-21 12:14 [ovmf test] 101577: regressions - FAIL osstest service owner

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.