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

[Xen-devel] [ovmf baseline-only test] 68213: regressions - FAIL



This run is configured for baseline tests only.

flight 68213 ovmf real [real]
http://osstest.xs.citrite.net/~osstest/testlogs/logs/68213/

Regressions :-(

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

Tests which did not succeed, but are not blocking:
 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
 build-amd64-libvirt           1 build-check(1)               blocked  n/a

version targeted for testing:
 ovmf                 8b78de74dc6a7d655de50f1e203cbc830de1d9ae
baseline version:
 ovmf                 8537bd7ef64f2ccf3b0db515f30813d5c3311a5c

Last test of basis    68181  2016-12-09 12:49:57 Z    4 days
Testing same since    68213  2016-12-12 22:20:39 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
  Chen A Chen <chen.a.chen@xxxxxxxxx>
  Dandan Bi <dandan.bi@xxxxxxxxx>
  Gary Lin <glin@xxxxxxxx>
  Tapan Shah <tapandshah@xxxxxxx>

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                                            fail    
 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.xs.citrite.net
logs: /home/osstest/logs
images: /home/osstest/images

Logs, config files, etc. are available at
    http://osstest.xs.citrite.net/~osstest/testlogs/logs

Test harness code can be found at
    http://xenbits.xensource.com/gitweb?p=osstest.git;a=summary


Push not applicable.

------------------------------------------------------------
commit 8b78de74dc6a7d655de50f1e203cbc830de1d9ae
Author: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
Date:   Thu Dec 8 08:17:22 2016 +0000

    MdeModulePkg/NonDiscoverablePciDevice: add missing cast and EFIAPI modifiers
    
    Add missing EFIAPI modifiers to the functions that are exposed via the
    PCI I/O protocol.
    
    At the same time, add a missing UINT8 cast which breaks the build on
    Visual Studio.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
    Reviewed-by: Dandan Bi <dandan.bi@xxxxxxxxx>

commit 860d9bdd8c48c70c0695af78e29bfb640402c00c
Author: Dandan Bi <dandan.bi@xxxxxxxxx>
Date:   Thu Dec 8 17:09:59 2016 +0800

    FatPkg: Fix format issues in dec/inf/dsc files
    
    Cc: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Dandan Bi <dandan.bi@xxxxxxxxx>
    Reviewed-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>

commit 205cc663778b5f5ae273065733b8080f64d3f324
Author: Dandan Bi <dandan.bi@xxxxxxxxx>
Date:   Thu Dec 8 16:01:15 2016 +0800

    FatPkg/EnhancedFatDxe: Add comments for functions
    
    Cc: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Dandan Bi <dandan.bi@xxxxxxxxx>
    Reviewed-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>

commit cae7420b4bd015b78f915c4ba766dbee15da0468
Author: Dandan Bi <dandan.bi@xxxxxxxxx>
Date:   Fri Dec 9 10:07:49 2016 +0800

    FatPkg/EnhancedFatDxe: Make the comments align with EDKIIcoding style
    
    Cc: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Dandan Bi <dandan.bi@xxxxxxxxx>
    Reviewed-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>

commit 6b7e4498e8eb4b3e69472bdadbc5de60d15e0d4d
Author: Dandan Bi <dandan.bi@xxxxxxxxx>
Date:   Thu Dec 8 14:38:26 2016 +0800

    FatPkg/EnhancedFatDxe: Use typedef for complex type
    
    Cc: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Dandan Bi <dandan.bi@xxxxxxxxx>
    Reviewed-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>

commit c1680e885d8a4bc938a0ed4db5370d7e974c1849
Author: Dandan Bi <dandan.bi@xxxxxxxxx>
Date:   Thu Dec 8 13:18:08 2016 +0800

    FatPkg/EnhancedFatDxe: Make the variable name follow rule
    
    Cc: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Dandan Bi <dandan.bi@xxxxxxxxx>
    Reviewed-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>

commit 5d7cee9d3c3e15fd6ad87910d96c87e5aec12360
Author: Dandan Bi <dandan.bi@xxxxxxxxx>
Date:   Thu Dec 8 13:15:22 2016 +0800

    FatPkg/EnhancedFatDxe: Make function prototype align with definition
    
    Cc: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Dandan Bi <dandan.bi@xxxxxxxxx>
    Reviewed-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>

commit 3c8b45c8ee23af2ff35e2492c24c77ff10743ab6
Author: Dandan Bi <dandan.bi@xxxxxxxxx>
Date:   Fri Dec 9 09:55:15 2016 +0800

    FatPkg/EnhancedFatDxe: Use global variable replace static local variable
    
    Create global variable "mMonthDays" to replace static local
    variable "MonthDays" in FatIsValidTime() function in Misc.c.
    
    Cc: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Dandan Bi <dandan.bi@xxxxxxxxx>
    Reviewed-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>

commit 5163b5f8d1907f4800a0600adeb53ff640952c00
Author: Dandan Bi <dandan.bi@xxxxxxxxx>
Date:   Thu Dec 8 13:10:29 2016 +0800

    FatPkg/EnhancedFatDxe: Avoid Non-Boolean type uses as Boolean
    
    Cc: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Dandan Bi <dandan.bi@xxxxxxxxx>
    Reviewed-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>

commit f42f22f5dd8b6421fe6780b06ed3fb327f9dd46b
Author: Dandan Bi <dandan.bi@xxxxxxxxx>
Date:   Thu Dec 8 10:21:16 2016 +0800

    MdeModulePkg/EbcDxe: Fix incorrect Copyright format
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Dandan Bi <dandan.bi@xxxxxxxxx>

commit 69f6787b0da682d21a1054af307e7e0c6fadd043
Author: Gary Lin <glin@xxxxxxxx>
Date:   Wed Dec 7 11:40:51 2016 +0800

    ShellPkg: Assign the correct value to ShellStatus
    
    Since the type of ShellStatus is SHELL_STATUS, we should use
    SHELL_INVALID_PARAMETER instead of EFI_INVALID_PARAMETER.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Gary Lin <glin@xxxxxxxx>
    Cc: Zhang Lubo <lubo.zhang@xxxxxxxxx>
    Cc: Ye Ting <ting.ye@xxxxxxxxx>
    Cc: Fu Siyuan <siyuan.fu@xxxxxxxxx>
    Cc: Wu Jiaxin <jiaxin.wu@xxxxxxxxx>
    Reviewed-by: Jaben Carsey <jaben.carsey@xxxxxxxxx>
    Reviewed-by: Ye Ting <ting.ye@xxxxxxxxx>
    Reviewed-by: Fu Siyuan <siyuan.fu@xxxxxxxxx>
    Reviewed-by: Zhang Lubo <lubo.zhang@xxxxxxxxx>
    Reviewed-by: Wu Jiaxin <jiaxin.wu@xxxxxxxxx>

commit 528d74e61536ce73e577a65052c790bb9180e5d0
Author: Tapan Shah <tapandshah@xxxxxxx>
Date:   Fri Dec 9 01:21:11 2016 +0800

    ShellPkg: Add missing header line for SFO flag in 'cls' command
    
    Adding a missing header line for 'cls -sfo' command
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Tapan Shah <tapandshah@xxxxxxx>
    Reviewed-by: Jaben Carsey <jaben.carsey@xxxxxxxxx>

commit c5c994c573f3d4044fa5dde01a81ae5ed479d8fe
Author: Chen A Chen <chen.a.chen@xxxxxxxxx>
Date:   Tue Dec 6 13:56:46 2016 +0800

    ShellPkg/Application: Fix ">v" cannot update environment variable
    
    When ">v" is used to redirect the command output to environment
    variable (e.g.: "echo xxx >v yyy"), we only called SetVariable()
    to update the variable storage but forgot to update the cached
    environment variables in gShellEnvVarList.
    When updating the variable storage, the existing code unnecessary
    saved the ending NULL character into variable storage.
    
    The patch fixes all the above issues.
    
    Contributed-under: TianoCore Contribution Agreement 1.0
    Signed-off-by: Chen A Chen <chen.a.chen@xxxxxxxxx>
    Reviewed-by: Ruiyu Ni <ruiyu.ni@xxxxxxxxx>
    Reviewed-by: Jaben Carsey <jaben.carsey@xxxxxxxxx>
    Reviewed-by: Tapan Shah <tapandshah@xxxxxxx>

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

 


Rackspace

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