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

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



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

Regressions :-(

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

Tests which did not succeed, but are not blocking:
 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-libvirt           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                 a80032dc44a1071a34f4415a7c5cef5170ee6159
baseline version:
 ovmf                 804666c86e7b6f04fe5c5cfdb13199c19e0e99b0

Last test of basis   144637  2019-12-09 09:09:49 Z    1 days
Failing since        144646  2019-12-10 01:39:53 Z    0 days    2 attempts
Testing same since   144651  2019-12-10 06:52:32 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Bob Feng <bob.c.feng@xxxxxxxxx>
  Steven Shi <steven.shi@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 a80032dc44a1071a34f4415a7c5cef5170ee6159
Author: Steven Shi <steven.shi@xxxxxxxxx>
Date:   Tue Nov 19 16:22:08 2019 +0800

    BaseTools: Remove redundant binary cache file
    
    Redesign the binary cache and not need to save the
    cache intermediate result and state in memory as a
    ModuleBuildCacheIR class instance. So remove the
    CacheIR.py which define the ModuleBuildCacheIR class.
    
    Signed-off-by: Steven Shi <steven.shi@xxxxxxxxx>
    
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Bob Feng <bob.c.feng@xxxxxxxxx>
    Reviewed-by: Bob Feng <bob.c.feng@xxxxxxxxx>

commit fc8b8deac2d77524ff8cfe44acf95b5e1f59804e
Author: Steven Shi <steven.shi@xxxxxxxxx>
Date:   Tue Nov 19 16:17:00 2019 +0800

    BaseTools: Leverage compiler output to optimize binary cache
    
    Redesign the binary cache and bases on the compiler to
    output the dependency header files info for every module.
    The binary cache will directly consume the dependency header
    files info and doesn't parse the C source code by iteself.
    Also redesign the dependency files list format for module
    and try to share the common lib hash result as more as
    possible in local process. Remove the unnecessary share data
    access across multiprocessing.
    
    Signed-off-by: Steven Shi <steven.shi@xxxxxxxxx>
    
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Bob Feng <bob.c.feng@xxxxxxxxx>
    Reviewed-by: Bob Feng <bob.c.feng@xxxxxxxxx>

commit 3bfbc915074a45f4d9c61aa2b698a62f1a24124e
Author: Steven Shi <steven.shi@xxxxxxxxx>
Date:   Mon Oct 21 14:51:49 2019 +0800

    BaseTools: enhance the CacheCopyFile method arg names
    
    Enhance the CacheCopyFile method arg names to be more
    clear and readable
    
    Signed-off-by: Steven Shi <steven.shi@xxxxxxxxx>
    
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Bob Feng <bob.c.feng@xxxxxxxxx>
    Reviewed-by: Bob Feng <bob.c.feng@xxxxxxxxx>

commit 91f6c533f8e9c49ffd098e9167724596ecfd7410
Author: Steven Shi <steven.shi@xxxxxxxxx>
Date:   Mon Oct 21 14:24:57 2019 +0800

    BaseTools: store more complete output files in binary cache
    
    Binary cache use the OutputFile method to return the module
    built output files needed to store in cache, but current
    OutputFile implementation doesn't return complete output files.
    Enhance the OutputFile method to return more complete output files.
    
    Signed-off-by: Steven Shi <steven.shi@xxxxxxxxx>
    
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Bob Feng <bob.c.feng@xxxxxxxxx>
    Reviewed-by: Bob Feng <bob.c.feng@xxxxxxxxx>

commit 0c3e8e9947a6c13b4327dd11b20acb95441701cf
Author: Bob Feng <bob.c.feng@xxxxxxxxx>
Date:   Wed Nov 20 10:58:30 2019 +0800

    BaseTools: Enhance Basetool for incremental build
    
    BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2311
    
    Include dependency file in Makefile to enhance
    incremental build
    
    Signed-off-by: Bob Feng <bob.c.feng@xxxxxxxxx>
    
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Steven Shi <steven.shi@xxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>

commit cb277815d5ea92718eed2d334641451ce65b0ff5
Author: Bob Feng <bob.c.feng@xxxxxxxxx>
Date:   Mon Dec 2 16:25:32 2019 +0800

    BaseTools: Update build_rule.txt to generate dependent files.
    
    BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2311
    
    Enable the dependent files generation function for compilers
    and Trim tool.
    
    Signed-off-by: Bob Feng <bob.c.feng@xxxxxxxxx>
    
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Steven Shi <steven.shi@xxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>

commit e6edbe315fc3fbd02783cb4faa9284f8d05c410d
Author: Bob Feng <bob.c.feng@xxxxxxxxx>
Date:   Wed Nov 20 10:58:28 2019 +0800

    BaseTools: Generate dependent files for ASL and ASM files
    
    BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2311
    
    Implement the function in Trim tool to get the included
    file list for ASL and ASM file.
    
    Signed-off-by: Bob Feng <bob.c.feng@xxxxxxxxx>
    
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Steven Shi <steven.shi@xxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>

commit 13c5e34a1b8bfedbd10ea038cfcbae5caeab6652
Author: Bob Feng <bob.c.feng@xxxxxxxxx>
Date:   Mon Dec 2 16:24:19 2019 +0800

    BaseTools: Add build option for dependency file generation
    
    BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2311
    
    Add /showIncludes for msvc and -MMD -MF $@.deps
    for GCC and CLANG
    
    Remove /MP for msvc since /MP does not work with
    /showIncludes
    
    Signed-off-by: Bob Feng <bob.c.feng@xxxxxxxxx>
    
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Steven Shi <steven.shi@xxxxxxxxx>
    Cc: Michael D Kinney <michael.d.kinney@xxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>

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

 


Rackspace

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