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

[Xen-devel] [ovmf test] 65493: regressions - FAIL



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

Regressions :-(

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

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

Last test of basis    65468  2015-12-07 08:14:46 Z    0 days
Failing since         65485  2015-12-07 18:14:23 Z    0 days    3 attempts
Testing same since    65489  2015-12-07 22:43:16 Z    0 days    2 attempts

------------------------------------------------------------
People who touched revisions under test:
  Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
  Heyi Guo <heyi.guo@xxxxxxxxxx>
  Yonghong Zhu <yonghong.zhu@xxxxxxxxx>

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 fb48e7780e1e0e0a7702ed8772e68150a9f8d10e
Author: Heyi Guo <heyi.guo@xxxxxxxxxx>
Date:   Mon Dec 7 16:51:35 2015 +0000

    ArmPkg/BdsLib: Send RemainingDevicePath to PXE Load File protocol
    
    Load File protocol requires remaining device path rather than whole
    device path. For PXE, it actually requires end node device path only,
    or else invalid parameter will be returned directly.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Heyi Guo <heyi.guo@xxxxxxxxxx>
    Reviewed-by: Leif Lindholm <leif.lindholm@xxxxxxxxxx>
    
    git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19148 
6f19259b-4bc3-4df7-8a09-765794883524

commit 76a5e6c269a2ce559c8b2d93d77c6672591327a5
Author: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
Date:   Mon Dec 7 09:22:21 2015 +0000

    CryptoPkg/OpensslLib: comment out unused code
    
    This comments out the pqueue and ts_* source files from the OpensslLib
    build, since they have no users.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
    Reviewed-by: Qin Long <qin.long@xxxxxxxxx>
    
    git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19147 
6f19259b-4bc3-4df7-8a09-765794883524

commit e01f529efccd8c85bbb4f2d7d66470c3a281e57d
Author: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
Date:   Mon Dec 7 09:20:20 2015 +0000

    CryptoPkg/BaseCryptLib: make mVirtualAddressChangeEvent STATIC
    
    Make mVirtualAddressChangeEvent STATIC to prevent it from conflicting
    with other variables of the same name that may be defined in other
    libraries (e.g., MdeModulePkg/Universal/Variable/RuntimeDxe)
    This also removes the risk of mVirtualAddressChangeEvent being merged with
    other uninitialized variables with external linkage by toolchains that 
perform
    COMMON allocation.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
    Reviewed-by: Qin Long <qin.long@xxxxxxxxx>
    
    git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19146 
6f19259b-4bc3-4df7-8a09-765794883524

commit 8fb0d2e3fd488a045899dc2b890fc57b8d793e0b
Author: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
Date:   Mon Dec 7 09:20:09 2015 +0000

    CryptoPkg ARM: add ArmSoftFloatLib resolution to CryptoPkg.dsc
    
    In order to build the ARM version of CryptoPkg from its own .DSC file,
    it needs a resolution for the ArmSoftFloatLib dependency of OpensslLib.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
    Reviewed-by: Qin Long <qin.long@xxxxxxxxx>
    
    git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19145 
6f19259b-4bc3-4df7-8a09-765794883524

commit 7f3f3133ce03c07e893b5bfb7c7700c0201ea5fe
Author: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
Date:   Mon Dec 7 09:10:33 2015 +0000

    BaseTools: update man page to add some descriptions
    
    add the description for --ignore-sources and --check-usage into man page.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>
    
    
    git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19144 
6f19259b-4bc3-4df7-8a09-765794883524

commit 48aed71c6572db9204bfa8af090039d5f24f5bea
Author: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
Date:   Mon Dec 7 09:09:31 2015 +0000

    BaseTools: process the files by the priority in BUILDRULEORDER
    
    By the BUILDRULEORDER feature to process files listed in INF [Sources]
    sections in priority order, if a filename is listed with multiple
    extensions, the tools will use only the file that matches the first
    extension in the space separated list.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>
    
    git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19143 
6f19259b-4bc3-4df7-8a09-765794883524

commit 4aa9826def3bf9d817e7d245d46886a31de92c15
Author: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
Date:   Mon Dec 7 09:08:05 2015 +0000

    BaseTools: Fix a bug when apply patches to SEC use the FILE_GUID override
    
    Fix a bug when applying patches to SEC modules that use the FILE_GUID
    override. Since a temp dir is used when FILE_GUID override is used, the
    INF file path comparisons fail. The fix is to capture the real INF file
    path comparisons instead of using the temp dir path to the INF.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>
    
    git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19142 
6f19259b-4bc3-4df7-8a09-765794883524

commit 2ff9e575746a2664580df87e4e61d1183a67dcec
Author: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
Date:   Mon Dec 7 09:04:39 2015 +0000

    BaseTools: Enhance GenFv Tool to report error message
    
    When two vtf files in one FV image, no FV file can be generated, but it
    report the stack trace info. so we enhance the tool to report error
    message directly but not the stack trace info.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>
    
    
    git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19141 
6f19259b-4bc3-4df7-8a09-765794883524

commit 0a6e1dd2cfe6d28b2bf73458e776f280c38fc12c
Author: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
Date:   Mon Dec 7 09:03:57 2015 +0000

    SecurityPkg: AuthVariableLib: Fix GCC compile error
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
    Reviewed-by: Chao Zhang <chao.b.zhang@xxxxxxxxx>
    
    git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19140 
6f19259b-4bc3-4df7-8a09-765794883524

commit 043928da6a7c9c5427c12ca49bf625fc6f052526
Author: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
Date:   Mon Dec 7 09:03:35 2015 +0000

    BaseTools: Fix a bug in the VPD report generation
    
    Changed the if condition to check whether current Region is FD VPD region
    to fix a bug in the VPD report generation.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>
    
    
    git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19139 
6f19259b-4bc3-4df7-8a09-765794883524

commit ca9d6d7962a7ed07ebde22fdde7543d4d0f6cd66
Author: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
Date:   Mon Dec 7 09:01:44 2015 +0000

    Revert the change in r19137.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
    
    git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19138 
6f19259b-4bc3-4df7-8a09-765794883524

commit eadb60d96f3aec44ad58b31cb3c30b3e68e288c1
Author: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
Date:   Mon Dec 7 08:29:10 2015 +0000

    BaseTools: Enhance GenFv Tool to report error message
    
    When two vtf files in one FV image, no FV file can be generated, but it
    report the stack trace info. so we enhance the tool to report error
    message directly but not the stack trace info.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>
    
    git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19137 
6f19259b-4bc3-4df7-8a09-765794883524

commit b21a13fbb61e0232ea98b0d7b305e24e67e50b0a
Author: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
Date:   Mon Dec 7 08:27:53 2015 +0000

    BaseTools: Add support for INF statement in FD region
    
    FD region today can be file or data, but not a patched image.Add support
    for an INF statement in an FD region, so the binary from the INF can be
    patched prior to being added to the FD region.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Yonghong Zhu <yonghong.zhu@xxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>
    
    git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19136 
6f19259b-4bc3-4df7-8a09-765794883524

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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.