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

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



This run is configured for baseline tests only.

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

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

version targeted for testing:
 ovmf                 272ecccd793c8fb12f4f356ada18a870c2426603
baseline version:
 ovmf                 55e8ff01af77117dc276b3481ae364141012c52b

Last test of basis    75421  2018-10-15 04:50:05 Z    0 days
Testing same since    75425  2018-10-15 15:53:07 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Dongao Guo <dongao.guo@xxxxxxxxx>
  Feng, YunhuaX <yunhuax.feng@xxxxxxxxx>
  Liming Gao <liming.gao@xxxxxxxxx>
  Star Zeng <star.zeng@xxxxxxxxx>
  Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
  Yunhua Feng <yunhuax.feng@xxxxxxxxx>
  Zhiju.Fan <zhijux.fan@xxxxxxxxx>
  zhijufan <zhijux.fan@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 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-i386-xsm host-install(4)
broken-step build-amd64-pvops host-install(4)

Push not applicable.

------------------------------------------------------------
commit 272ecccd793c8fb12f4f356ada18a870c2426603
Author: Feng, YunhuaX <yunhuax.feng@xxxxxxxxx>
Date:   Mon Oct 15 17:03:51 2018 +0800

    BaseTools: Fix regression boot hang issue by commit 0e982cf03dd5
    
    Fix regression boot hang issue by commit
    0e982cf03dd5023b90def60c3656e5e18135ebac
    
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Yunhua Feng <yunhuax.feng@xxxxxxxxx>
    Reviewed-by: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>

commit b1cd4061e3b42ef9bc35077de284673b73fa0cbe
Author: Liming Gao <liming.gao@xxxxxxxxx>
Date:   Thu Oct 11 13:53:01 2018 +0800

    MdeModulePkg BrotliCustomDecompressLib: Don't build it for EBC arch
    
    BrotliCustomDecompressLib has the definition with float type. But,
    Floating-point types are not supported by EBC compiler.
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Star Zeng <star.zeng@xxxxxxxxx>
    Cc: Bi Dandan <dandan.bi@xxxxxxxxx>
    Reviewed-by: Star Zeng <star.zeng@xxxxxxxxx>

commit 22158559570e90dacc6961c76abc8cc848aa0b21
Author: Liming Gao <liming.gao@xxxxxxxxx>
Date:   Mon Oct 8 12:22:38 2018 +0800

    MdeModulePkg RegularExpressionDxe: Enable STDARG for variable arguments
    
    Set macro for variable arguments, and remove the hard code definition
    to avoid the potential duplicated definition.
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Liming Gao <liming.gao@xxxxxxxxx>
    Reviewed-by: Dongao Guo <dongao.guo@xxxxxxxxx>

commit 3948c510edad901bb9f8d23f7bf0f4ae91b5fcde
Author: Dongao Guo <dongao.guo@xxxxxxxxx>
Date:   Thu Oct 11 14:57:03 2018 +0800

    MdeModulePkg/RegularExpressionDxe: Add null pointer check
    
    There are five check not necessary in logic ,just for pass static
    analysis. More detail please refer to comment in code.
    And the rest changes are all accepted by owner, they are reasonable.
    
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Dongao Guo <dongao.guo@xxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>

commit df8be9e50fc72eee07bace7674ac18e9804f3a5f
Author: Dongao Guo <dongao.guo@xxxxxxxxx>
Date:   Thu Oct 11 14:57:02 2018 +0800

    MdeModulePkg/RegularExpressionDxe: Miss null pointer check
    
    Oniguruma https://github.com/kkos/oniguruma
    this change is merged from oniguruma develop branch.
    from commit 1db8a2726dfad0401f928cb8474bd770f07040a7.
    
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Dongao Guo <dongao.guo@xxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>

commit a5def17714f8d673a61d85d14343f985704d0cc8
Author: Dongao Guo <dongao.guo@xxxxxxxxx>
Date:   Thu Oct 11 14:57:01 2018 +0800

    MdeModulePkg/RegularExpressionDxe: Miss null pointer check
    
    Oniguruma https://github.com/kkos/oniguruma
    this change is merged from oniguruma develop branch.
    from commit ea36d810f1d9b28f3ef20bd8d453bea2f7fb598b
    
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Dongao Guo <dongao.guo@xxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>

commit 16bd7c35dfac1b077a9af3bd784145e67116da13
Author: Dongao Guo <dongao.guo@xxxxxxxxx>
Date:   Thu Oct 11 14:57:00 2018 +0800

    MdeModulePkg/RegularExpressionDxe: Miss null pointer check
    
    Oniguruma https://github.com/kkos/oniguruma
    this change is merged from oniguruma develop branch.
    from commit 396a757dffafc0c7eb269433c29a0ba961d73ad6.
    
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Dongao Guo <dongao.guo@xxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>

commit f1400101a732ee2e7e0f6d53712caec77ff695f9
Author: Yunhua Feng <yunhuax.feng@xxxxxxxxx>
Date:   Sun Sep 30 11:07:18 2018 +0800

    BaseTools: Add --uefi option to enable UefiCompress method
    
    Add one new option --uefi to enable UefiCompress.
    (re-add this patch since it be reverted in Python3 migration patches,
    but this patch is not related with Python3)
    
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Yunhua Feng <yunhuax.feng@xxxxxxxxx>
    Reviewed-by: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>

commit f88113789b3d6f0d29a3cf29bca3ce1a872d29b6
Author: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
Date:   Mon Oct 15 14:51:55 2018 +0800

    BaseTools: Enhance the *P Flag display for Structure Pcd
    
    Cover the case:
    1.only define the structure Pcd in DEC file, it should not have any
    Flag.
    2.In the DEC file and DSC file only have the PCD's default value, and
    without the field value, it should have *P Flag.
    (re-add this patch since it be reverted in Python3 migration patches,
    but this patch is not related with Python3)
    
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>

commit 425084cd45860df8959ea1f890ca0e855d2a6220
Author: Star Zeng <star.zeng@xxxxxxxxx>
Date:   Fri Oct 12 18:01:40 2018 +0800

    MdeModulePkg PcdDxe: ASSERT PcdSetNvStoreDefaultId set
    
    REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1245
    
    In current implementation and according to the description in
    MdeModulePkg.dec, PcdSetNvStoreDefaultId should be set in PEI
    phase to take effect.
    
    This patch ASSERTs PcdSetNvStoreDefaultId set in PcdDxe to alert
    the invalid operation.
    
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Jiewen Yao <jiewen.yao@xxxxxxxxx>
    Cc: Jian J Wang <jian.j.wang@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Star Zeng <star.zeng@xxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>
    Reviewed-by: Jian J Wang <jian.j.wang@xxxxxxxxx>

commit 04aa423c8d08e93e8369fbe7793c7df9b3327c8c
Author: Yunhua Feng <yunhuax.feng@xxxxxxxxx>
Date:   Wed Oct 10 14:54:49 2018 +0800

    BaseTools: increment build generate inf file lost .depex file
    
    increment build generate inf file in output directory lost .depex file info.
    (re-add this patch since it be reverted in Python3 migration patches,
    but this check is not related with Python3)
    
    Fixes: https://bugzilla.tianocore.org/show_bug.cgi?id=1244
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Yunhua Feng <yunhuax.feng@xxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>

commit 6974c784cbfcdf61725f4f28ecca34991774369f
Author: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
Date:   Thu Sep 13 14:12:00 2018 +0800

    BaseTools: remove the not used PyUtility file
    
    the PyUtility is not used, so we remove it.
    (re-add this patch since it be reverted in Python3 migration patches,
    but this check is not related with Python3)
    
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>

commit 0e982cf03dd5023b90def60c3656e5e18135ebac
Author: zhijufan <zhijux.fan@xxxxxxxxx>
Date:   Tue Sep 25 10:55:46 2018 +0800

    BaseTools: do basic check in FvImage with header size and signature
    
    Add some basic check in FvImage with header size and signature.
    
    Fixes: https://bugzilla.tianocore.org/show_bug.cgi?id=1181
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Zhiju.Fan <zhijux.fan@xxxxxxxxx>
    Reviewed-by: Yonghong Zhu <yonghong.zhu@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®.