All of lore.kernel.org
 help / color / mirror / Atom feed
* [ovmf baseline-only test] 83754: trouble: blocked/broken
@ 2019-03-20  7:40 Platform Team regression test user
  0 siblings, 0 replies; only message in thread
From: Platform Team regression test user @ 2019-03-20  7:40 UTC (permalink / raw)
  To: xen-devel, osstest-admin

This run is configured for baseline tests only.

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

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                    4 host-install(4)       broken baseline untested
 build-i386-pvops              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                 7681a891cec6655e66d71c6d96a09cbe7b111a5b
baseline version:
 ovmf                 34b162d078aa59d55059f08a0f15dd114e7b7db4

Last test of basis    83748  2019-03-18 18:24:12 Z    1 days
Testing same since    83754  2019-03-20 02:54:23 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Dandan Bi <dandan.bi@intel.com>
  Shenglei Zhang <shenglei.zhang@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-amd64-pvops host-install(4)
broken-step build-i386-xsm host-install(4)
broken-step build-i386 host-install(4)
broken-step build-i386-pvops host-install(4)
broken-step build-amd64-xsm host-install(4)
broken-step build-amd64 host-install(4)

Push not applicable.

------------------------------------------------------------
commit 7681a891cec6655e66d71c6d96a09cbe7b111a5b
Author: Dandan Bi <dandan.bi@intel.com>
Date:   Fri Mar 15 16:11:06 2019 +0800

    BaseTools: Add missing license and copyright info
    
    REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1615
    
    Cc: Bob Feng <bob.c.feng@intel.com>
    Cc: Liming Gao <liming.gao@intel.com>
    Cc: Michael D Kinney <michael.d.kinney@intel.com>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Dandan Bi <dandan.bi@intel.com>
    Reviewed-by: Liming Gao <liming.gao@intel.com>
    Reviewed-by: Bob Feng <bob.c.feng@intel.com>

commit 2ac896a67b8eb0c42a3c39dc7e4b39eac4ba8733
Author: Shenglei Zhang <shenglei.zhang@intel.com>
Date:   Tue Feb 26 08:59:16 2019 +0800

    MdePkg/PciSegmentLibSegmentInfo: Change parameters type
    
    The current structure can lead to dependency on VC++ compiler support
    functions when build for "IA32" with "/Od" switch, such as _aullshr().
    So change the type of parameters in structure
    PCI_SEGMENT_LIB_ADDRESS_STRUCTURE from UINT64 to UINT32.
    https://bugzilla.tianocore.org/show_bug.cgi?id=1532
    
    Cc: Michael D Kinney <michael.d.kinney@intel.com>
    Cc: Liming Gao <liming.gao@intel.com>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com>
    Reviewed-by: Liming Gao <liming.gao@intel.com>

commit 43b1be74a8f6654219f636a1f6684b1cbbb05768
Author: Shenglei Zhang <shenglei.zhang@intel.com>
Date:   Wed Feb 20 14:09:56 2019 +0800

    ShellPkg: Correct a parameter's name
    
    The parameter FilePath of ShellOpenFileByName defined in
    ShellLib.h is incorrect. It should be FileName.
    https://bugzilla.tianocore.org/show_bug.cgi?id=1221
    
    Cc: Jaben Carsey <jaben.carsey@intel.com>
    Cc: Ruiyu Ni <ruiyu.ni@intel.com>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com>
    Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>

commit 792396bec9192b0bd3c3584e5705201facd1a5ef
Author: Shenglei Zhang <shenglei.zhang@intel.com>
Date:   Thu Mar 7 16:29:37 2019 +0800

    UefiCpuPkg/UefiCpuPkg.uni: Add the prompt and help information
    
    The prompt and help information are missing in UefiPkg.uni.
    https://bugzilla.tianocore.org/show_bug.cgi?id=1600
    
    v3:The changes in v1 are duplicated. So update the info.
    
    Cc: Eric Dong <eric.dong@intel.com>
    Cc: Ray Ni <ray.ni@intel.com>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com>
    Reviewed-by: Eric Dong <eric.dong@intel.com>

commit 6ef95e4da714a5d549623bd8f439a8332b127fc4
Author: Shenglei Zhang <shenglei.zhang@intel.com>
Date:   Thu Mar 7 16:29:19 2019 +0800

    SecurityPkg/SecurityPkg.uni: Add the prompt and help information
    
    The prompt and help information are missing in SecurityPkg.uni.
    https://bugzilla.tianocore.org/show_bug.cgi?id=1600
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com>
    Reviewed-by: Jian J Wang <jian.j.wang@intel.com>

commit d0abf8bb3e0972011ebffd3eaa3ce29c69a8a7b8
Author: Shenglei Zhang <shenglei.zhang@intel.com>
Date:   Thu Mar 7 16:29:01 2019 +0800

    MdePkg/MdePkg.uni: Add the prompt and help information
    
    The prompt and help information are missing in MdePkg.uni.
    https://bugzilla.tianocore.org/show_bug.cgi?id=1600
    
    v2:Fix the error message of help and prompt information.
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com>
    Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>

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

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

only message in thread, other threads:[~2019-03-20  7:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-20  7:40 [ovmf baseline-only test] 83754: trouble: blocked/broken Platform Team regression test user

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.