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

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



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

Regressions :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
 build-i386-libvirt            6 libvirt-build            fail REGR. vs. 124920

version targeted for testing:
 ovmf                 cd69c8738391d9ce6c09cf5118c913cc7cd41d8b
baseline version:
 ovmf                 aa4240edff41034d709938a15b42cf4fd3214386

Last test of basis   124920  2018-07-02 15:41:35 Z    2 days
Testing same since   124944  2018-07-03 19:02:15 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
  Star Zeng <star.zeng@xxxxxxxxx>

jobs:
 build-amd64-xsm                                              pass    
 build-i386-xsm                                               pass    
 build-amd64                                                  pass    
 build-i386                                                   pass    
 build-amd64-libvirt                                          pass    
 build-i386-libvirt                                           fail    
 build-amd64-pvops                                            pass    
 build-i386-pvops                                             pass    
 test-amd64-amd64-xl-qemuu-ovmf-amd64                         pass    
 test-amd64-i386-xl-qemuu-ovmf-amd64                          pass    


------------------------------------------------------------
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 cd69c8738391d9ce6c09cf5118c913cc7cd41d8b
Author: Star Zeng <star.zeng@xxxxxxxxx>
Date:   Mon Jul 2 17:07:54 2018 +0800

    MdeModulePkg SataControllerDxe: Use compare logic in if condition
    
    Use compare logic in if condition to fix ECC issue.
    It is caused by aa4240edff41034d709938a15b42cf4fd3214386.
    
    Cc: Hao Wu <hao.a.wu@xxxxxxxxx>
    Cc: Dandan Bi <dandan.bi@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Star Zeng <star.zeng@xxxxxxxxx>
    Reviewed-by: Dandan Bi <dandan.bi@xxxxxxxxx>
    Reviewed-by: Hao Wu <hao.a.wu@xxxxxxxxx>

commit 5f46352300f64d79c43cbfc67bb7a5f94bb982b8
Author: Star Zeng <star.zeng@xxxxxxxxx>
Date:   Mon Jul 2 16:54:23 2018 +0800

    MdeModulePkg Variable: Add/Correct GetHobVariableStore para description
    
    It is caused by 09808bd39b0c76559354253639766458ec24da79.
    
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Cc: Dandan Bi <dandan.bi@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: Dandan Bi <dandan.bi@xxxxxxxxx>

commit 9c227e07dde56c5f2ab9d00fd6740827f28dc875
Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
Date:   Mon Jul 2 11:19:26 2018 +0800

    MdeModulePkg/ResetSystemRuntimeDxe: Add more info in debug message
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
    Reviewed-by: Star Zeng <star.zeng@xxxxxxxxx>

commit c0bf47682d6bcecc3889ff849c81cc06a22debc4
Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
Date:   Mon Jul 2 11:16:22 2018 +0800

    MdeModulePkg/[Pei|Dxe]ResetSystemLib: Add PPI/Protocol dependency
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
    Reviewed-by: Star Zeng <star.zeng@xxxxxxxxx>

commit 93f5a54ff3386a44b08de22e9b9230e3ed92b90c
Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
Date:   Mon Jul 2 11:13:17 2018 +0800

    MdeModulePkg/ResetUtilityLib: Add pack(1) for reset data structure
    
    RESET_UTILITY_GUID_SPECIFIC_RESET_DATA structure should be declared
    as pack(1).
    The patch adds the missing pack(1) pragma.
    
    (GUID *)((UINT8 *)&ResetData +
    OFFSET_OF (RESET_UTILITY_GUID_SPECIFIC_RESET_DATA, ResetSubtype))
    is used to replace &ResetData.ResetSubType to resolve C4366 VS
    compiler warning.
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
    Reviewed-by: Star Zeng <star.zeng@xxxxxxxxx>

commit 51fe5b5140ba9ecb168fb03da328983355880c7a
Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
Date:   Mon Jun 25 15:35:06 2018 +0800

    MdeModulePkg/BmpSupportLib: Check PixelHeight/PixelWidth against 0
    
    The patch adds check logic to make sure that for a input BMP file,
    the width or height is not 0; for a input GOP blt buffer, the width
    or height is not 0. Otherwise, UNSUPPORTED status is returned.
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
    Reviewed-by: Star Zeng <star.zeng@xxxxxxxxx>
    Cc: Michael D Kinney <michael.d.kinney@xxxxxxxxx>

commit 2a9e1b97c9a86a736707388fe5e22cb75c378b35
Author: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
Date:   Mon Jun 25 14:54:33 2018 +0800

    MdeModulePkg/BmpSupportLib: Correct debug message
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
    Cc: Michael D Kinney <michael.d.kinney@xxxxxxxxx>
    Reviewed-by: Star Zeng <star.zeng@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®.