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

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



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@xxxxxxxxx>
  Shenglei Zhang <shenglei.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 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@xxxxxxxxx>
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@xxxxxxxxx>
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Michael D Kinney <michael.d.kinney@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Dandan Bi <dandan.bi@xxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>
    Reviewed-by: Bob Feng <bob.c.feng@xxxxxxxxx>

commit 2ac896a67b8eb0c42a3c39dc7e4b39eac4ba8733
Author: Shenglei Zhang <shenglei.zhang@xxxxxxxxx>
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@xxxxxxxxx>
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Shenglei Zhang <shenglei.zhang@xxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>

commit 43b1be74a8f6654219f636a1f6684b1cbbb05768
Author: Shenglei Zhang <shenglei.zhang@xxxxxxxxx>
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@xxxxxxxxx>
    Cc: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Shenglei Zhang <shenglei.zhang@xxxxxxxxx>
    Reviewed-by: Jaben Carsey <jaben.carsey@xxxxxxxxx>

commit 792396bec9192b0bd3c3584e5705201facd1a5ef
Author: Shenglei Zhang <shenglei.zhang@xxxxxxxxx>
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@xxxxxxxxx>
    Cc: Ray Ni <ray.ni@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Shenglei Zhang <shenglei.zhang@xxxxxxxxx>
    Reviewed-by: Eric Dong <eric.dong@xxxxxxxxx>

commit 6ef95e4da714a5d549623bd8f439a8332b127fc4
Author: Shenglei Zhang <shenglei.zhang@xxxxxxxxx>
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@xxxxxxxxx>
    Reviewed-by: Jian J Wang <jian.j.wang@xxxxxxxxx>

commit d0abf8bb3e0972011ebffd3eaa3ce29c69a8a7b8
Author: Shenglei Zhang <shenglei.zhang@xxxxxxxxx>
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@xxxxxxxxx>
    Reviewed-by: Jiewen Yao <jiewen.yao@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®.