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

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



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

Regressions :-(

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

Tests which did not succeed, but are not blocking:
 build-amd64-libvirt           1 build-check(1)               blocked  n/a
 test-amd64-amd64-xl-qemuu-ovmf-amd64  1 build-check(1)             blocked n/a
 test-amd64-i386-xl-qemuu-ovmf-amd64  1 build-check(1)              blocked n/a

version targeted for testing:
 ovmf                 000ab98574793b685e7a0f6a6e5032523d5c37c4
baseline version:
 ovmf                 59b754c9f697d9627b0ccccd327d5132f0e1abb0

Last test of basis   141091  2019-09-06 13:39:28 Z    4 days
Failing since        141158  2019-09-09 03:38:57 Z    1 days    4 attempts
Testing same since   141180  2019-09-10 13:29:37 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Bob Feng <bob.c.feng@xxxxxxxxx>
  Fan, ZhijuX <zhijux.fan@xxxxxxxxx>
  Feng, Bob C <bob.c.feng@xxxxxxxxx>
  Liming Gao <liming.gao@xxxxxxxxx>
  Ray Ni <ray.ni@xxxxxxxxx>
  Zhiju.Fan <zhijux.fan@xxxxxxxxx>

jobs:
 build-amd64-xsm                                              pass    
 build-i386-xsm                                               pass    
 build-amd64                                                  fail    
 build-i386                                                   pass    
 build-amd64-libvirt                                          blocked 
 build-i386-libvirt                                           pass    
 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 000ab98574793b685e7a0f6a6e5032523d5c37c4
Author: Feng, Bob C <bob.c.feng@xxxxxxxxx>
Date:   Wed Sep 4 15:53:37 2019 +0800

    BaseTools: Sort Pcd settings to make PcdTokenNumber be fixed
    
    BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2147
    
    This patch is to sort the Pcd settings so that PcdTokenNumber
    will not change if the platform's Pcd settings are the same.
    
    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 373298ca0d605b29d6f46f5ba57af53e112f59b3
Author: Feng, Bob C <bob.c.feng@xxxxxxxxx>
Date:   Thu Sep 5 17:04:58 2019 +0800

    BaseTools: Fixed issue for IgnoreAutoGen
    
    https://bugzilla.tianocore.org/show_bug.cgi?id=2080
    
    This patch is to improve build -u option to re-use
    GlobalVar_<platformguid>_<arch>.bin file which is
    introduced by multiple-process-autogen feature.
    
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Steven Shi <steven.shi@xxxxxxxxx>
    Signed-off-by: Bob Feng <bob.c.feng@xxxxxxxxx>
    Acked-by: Liming Gao <liming.gao@xxxxxxxxx>

commit 53e2eaba7a19cda3183b1bb2a2619a2494538e52
Author: Feng, Bob C <bob.c.feng@xxxxxxxxx>
Date:   Mon Sep 9 09:12:28 2019 +0800

    BaseTools: Fixed build clean regression issue
    
    BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2166
    
    file_lock and cache_lock are used as global data,
    so move file_lock and cache_lock initialization in Build
    object __init__ function.
    
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Steven Shi <steven.shi@xxxxxxxxx>
    Signed-off-by: Bob Feng <bob.c.feng@xxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>

commit cbe7543ebbf9bb3e8531a2235ff205713b569605
Author: Bob Feng <bob.c.feng@xxxxxxxxx>
Date:   Thu Sep 5 17:45:10 2019 +0800

    BaseTools: Fix a bug for Hii Pcd override
    
    BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2157
    
    Hii Pcd links to a efi variable. The Variable
    default value is evaluated by related Hii Pcds
    setting. If multiple Hii Pcds links to one variable,
    and the offset overlap, the later Hii Pcds setting
    should be effective. There is a tool bug that is if
    the Pcds are in different dsc file which are included
    into the platform dsc file, build tool does not get
    the Pcds relative position correctly. That means
    build tool does not know which Pcd is the later one. As
    the result, the variable default value will be incorrect.
    
    This patch is to fix this bug.
    
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Signed-off-by: Bob Feng <bob.c.feng@xxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>

commit f49421a47dca44c3cfc6d09dfa304239538e2648
Author: Ray Ni <ray.ni@xxxxxxxxx>
Date:   Tue Aug 27 02:14:45 2019 +0800

    MdePkg/BluetoothLeConfig.h: Add type EfiBluetoothSmpPeerAddressList
    
    To support auto-connection, EFI_BLUETOOTH_LE_SMP_DATA_TYPE needs to
    add a new data type EfiBluetoothSmpPeerAddressList which associates
    with a list of Bluetooth per address connected before.
    
    This new data type was added in UEFI spec 2.7b.
    
    Signed-off-by: Ray Ni <ray.ni@xxxxxxxxx>
    Cc: Michael D Kinney <michael.d.kinney@xxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>

commit d6f5a5050b942cc0ec08bdc39900b8231957e18c
Author: Fan, ZhijuX <zhijux.fan@xxxxxxxxx>
Date:   Wed Sep 4 17:54:12 2019 +0800

    BaseTools:ECC need to handle lower case 'static'
    
    BZ:https://bugzilla.tianocore.org/show_bug.cgi?id=1778
    
    We are going to add keyword (lower case) 'static' for functions and global
    variables which are not referenced outside their current C file.
    
    However, the ECC tool only recognizes upper case 'STATIC' at this moment.
    This will lead to issue reports for new codes that follow the above coding
    style.
    
    This patch is going to handle lower case 'static'
    
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Bob Feng <bob.c.feng@xxxxxxxxx>
    Signed-off-by: Zhiju.Fan <zhijux.fan@xxxxxxxxx>
    Reviewed-by: Bob Feng <bob.c.feng@xxxxxxxxx>

commit 03ad3d889c64978c31a8ccd70f1862558bdb0a2d
Author: Fan, ZhijuX <zhijux.fan@xxxxxxxxx>
Date:   Fri Sep 6 11:29:54 2019 +0800

    BaseTools:Ecc handle another copyright format
    
    BZ:https://bugzilla.tianocore.org/show_bug.cgi?id=2057
    
    Ecc can not handle the copyright format like
    
    (C) Copyright 2015-2016 Hewlett Packard Enterprise Development LP<BR>
    
    This will cause Ecc to report wrong information.
    
    This patch is going to handle this format
    
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Bob Feng <bob.c.feng@xxxxxxxxx>
    Signed-off-by: Zhiju.Fan <zhijux.fan@xxxxxxxxx>
    Reviewed-by: Bob Feng <bob.c.feng@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®.