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

[ovmf baseline-only test] 83769: trouble: blocked/broken



This run is configured for baseline tests only.

flight 83769 ovmf real [real]
http://osstest.xensource.com/osstest/logs/83769/

Failures and problems with tests :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
 build-amd64-xsm                 <job status>                 broken
 build-i386                      <job status>                 broken
 build-amd64-pvops               <job status>                 broken
 build-i386-xsm                  <job status>                 broken
 build-amd64                     <job status>                 broken
 build-i386-pvops                <job status>                 broken

Tests which did not succeed, but are not blocking:
 test-amd64-amd64-xl-qemuu-ovmf-amd64  1 build-check(1)             blocked n/a
 build-amd64-libvirt           1 build-check(1)               blocked  n/a
 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-pvops             4 host-install(4)       broken baseline untested
 build-i386-xsm                4 host-install(4)       broken baseline untested
 build-i386                    4 host-install(4)       broken baseline untested
 build-i386-pvops              4 host-install(4)       broken baseline untested
 build-amd64-xsm               4 host-install(4)       broken baseline untested
 build-amd64                   4 host-install(4)       broken baseline untested

version targeted for testing:
 ovmf                 6c27a4d337d0034cecf9f2c05d1f20c342d41e01
baseline version:
 ovmf                 fbdfef35cb82b3e0beed2ceb0243ef129d2e55ce

Last test of basis    83762  2019-03-21 06:54:57 Z    1 days
Testing same since    83769  2019-03-22 07:24:43 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  David Wei <david.wei@xxxxxxxxx>
  Ming Huang <ming.huang@xxxxxxxxxx>
  Sami Mujawar <sami.mujawar@xxxxxxx>
  Zailiang Sun <zailiang.sun@xxxxxxxxx>

jobs:
 build-amd64-xsm                                              broken  
 build-i386-xsm                                               broken  
 build-amd64                                                  broken  
 build-i386                                                   broken  
 build-amd64-libvirt                                          blocked 
 build-i386-libvirt                                           blocked 
 build-amd64-pvops                                            broken  
 build-i386-pvops                                             broken  
 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.xensource.com/osstest/logs

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

broken-job build-amd64-xsm broken
broken-job build-i386 broken
broken-job build-amd64-pvops broken
broken-job build-i386-xsm broken
broken-job build-amd64 broken
broken-job build-i386-pvops broken
broken-step build-amd64-pvops host-install(4)
broken-step build-i386-xsm host-install(4)
broken-step build-i386 host-install(4)
broken-step build-i386-pvops host-install(4)
broken-step build-amd64-xsm host-install(4)
broken-step build-amd64 host-install(4)

Push not applicable.

------------------------------------------------------------
commit 6c27a4d337d0034cecf9f2c05d1f20c342d41e01
Author: Ming Huang <ming.huang@xxxxxxxxxx>
Date:   Tue Mar 19 20:59:13 2019 +0800

    MdeModulePkg/UefiBootManangerLib: Fix exception issue
    
    The system environment: virtual-CDROM(USB interface) via BMC, insert a
    iso file to CDROM, like ubuntu-18.04.1-server-arm64.iso, change CDROM
    to first boot option.
    With release version bios, disconnecting CDROM when boot to
    "1 seconds left, Press Esc or F2 to enter Setup"
    then system will get a exception.
    
    The root cause is the EFI_BLOCK_IO_PROTOCOL for UsbMass will be uninstalled
    in this situation after print some transfer error. The status will be
    invalid parameter. This line will get a exception for BlockIo not point
    to right address:
    AllocatePool (BlockIo->Media->BlockSize)
    So, here need to judge the status after ASSERT_EFI_ERROR.
    
    The Bugzilla tracker for this:
    https://bugzilla.tianocore.org/show_bug.cgi?id=1631
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Ming Huang <ming.huang@xxxxxxxxxx>
    Reviewed-by: Leif Lindholm <leif.lindholm@xxxxxxxxxx>
    Reviewed-by: Hao Wu <hao.a.wu@xxxxxxxxx>

commit c606f47291e40664bbb368e49c779039443ab566
Author: Sami Mujawar <sami.mujawar@xxxxxxx>
Date:   Thu Feb 21 15:38:26 2019 +0000

    DynamicTablesPkg: Minor updates and fix typos
    
    This patch was originally merged in edk2 master at
    07f4e26eb6fe5203028ecfe9bad90d3b67dc72c8. However, this was
    later reverted at 4c20a7913333fdbd3b4c83dba060fefa84027313
    as it was merged during the Soft Feature Freeze for
    edk2-stable201903.
    
    Resubmitting this patch as the edk2 merge window is now open.
    
    Minor updates to comments and typo fixes. Also removed
    unused structure CM_ARM_CPU_INFO_LIST.
    
    Cc: Laszlo Ersek <lersek@xxxxxxxxxx>
    Cc: Alexei Fedorov <alexei.fedorov@xxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Sami Mujawar <sami.mujawar@xxxxxxx>
    Reviewed-by: Alexei Fedorov <alexei.fedorov@xxxxxxx>

commit 24534823b2819661a863f4d6ee18d50b5cd8be33
Author: Sami Mujawar <sami.mujawar@xxxxxxx>
Date:   Tue Feb 19 11:22:17 2019 +0000

    DynamicTablesPkg: Remove GIC Distributor Id field
    
    This patch was originally merged in edk2 master at
    d3a15f435f9716aa2f2ea5e9b35fcda04f267ab4. However, this was
    later reverted at 82c4426a176c271d24915b403b267a431bdc52f5
    as it was merged during the Soft Feature Freeze for
    edk2-stable201903.
    
    Resubmitting this patch as the edk2 merge window is now open.
    
    According to ACPI 6.2 Specification - Errata A, 'One,
    and only one, GIC distributor structure must be present
    in the MADT for an ARM based system'. Therefore,
    the GIC Distributor ID field in the ACPI MADT GICD
    substructure can be set to zero and there is no need
    for the Configuration Manager to provide this information.
    
    Update the CM_ARM_GICD_INFO structure to remove the GicId
    field. Similarly update the MADT Generator to set the GicId
    field in the GICD substructure to zero.
    
    Cc: Laszlo Ersek <lersek@xxxxxxxxxx>
    Cc: Alexei Fedorov <alexei.fedorov@xxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Sami Mujawar <sami.mujawar@xxxxxxx>
    Reviewed-by: Alexei Fedorov <alexei.fedorov@xxxxxxx>

commit 1018bd4c79a69bb5dfa3b466de50404c487624c6
Author: Sami Mujawar <sami.mujawar@xxxxxxx>
Date:   Sat Feb 16 12:10:02 2019 +0000

    DynamicTablesPkg: DGB2: Update DBG2_DEBUG_PORT_DDI
    
    This patch was originally merged in edk2 master at
    6814256083a90ef218e7ae240e51922045175df1. However, this was
    later reverted at db8382ef5e44bd07654fb4726b77f3c329210561
    as it was merged during the Soft Feature Freeze for
    edk2-stable201903.
    
    Resubmitting this patch as the edk2 merge window is now open.
    
    The DBG2_DEBUG_PORT_DDI() macro supports adding only one
    Generic Base Address Register. Therefore, removed the
    superfluous parameter NumReg and updated the macro to
    use DBG2_NUMBER_OF_GENERIC_ADDRESS_REGISTERS which has
    a value 1.
    
    Cc: Laszlo Ersek <lersek@xxxxxxxxxx>
    Cc: Alexei Fedorov <alexei.fedorov@xxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Sami Mujawar <sami.mujawar@xxxxxxx>
    Reviewed-by: Alexei Fedorov <alexei.fedorov@xxxxxxx>

commit e12bdeb1c2ad6e3354e16309284aae6313a1fb43
Author: Sami Mujawar <sami.mujawar@xxxxxxx>
Date:   Thu Feb 14 11:01:20 2019 +0000

    DynamicTablesPkg: Add OEM Info
    
    This patch originally merged in edk2 master at
    c788bdaba47536447ae37518a96d92e0da54aad7. However, this was
    later reverted at bdbbedea949eb4b10d24110c0e559b03c7a6bce4
    as it was merged during the Soft Feature Freeze for
    edk2-stable201903.
    
    Resubmitting this patch as the edk2 merge window is now open.
    
    Added option for OEMs to provide OEM Table ID and
    OEM Revision for ACPI tables.
    
    Cc: Laszlo Ersek <lersek@xxxxxxxxxx>
    Cc: Alexei Fedorov <alexei.fedorov@xxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Sami Mujawar <sami.mujawar@xxxxxxx>
    Reviewed-by: Alexei Fedorov <alexei.fedorov@xxxxxxx>

commit 98a4a7a99bf588dffac031bb300d9aba4adcdea5
Author: Sami Mujawar <sami.mujawar@xxxxxxx>
Date:   Thu Feb 21 15:28:36 2019 +0000

    DynamicTablesPkg: Rename enum used for ID Mapping
    
    This patch was originally merged in edk2 master at
    1d49a75367ef6827b8b8f77f61e9ce245d1bdee3. However, this was
    later reverted at 334111b0dab80394aeb1ebb8f0f3314847e2dc1f
    as it was merged during the Soft Feature Freeze for
    edk2-stable201903.
    
    Resubmitting this patch as the edk2 merge window is now open.
    
    Renamed the enum EArmObjIdMapping to EArmObjIdMappingArray
    and updated the IORT generator accordingly.
    
    Cc: Laszlo Ersek <lersek@xxxxxxxxxx>
    Cc: Alexei Fedorov <alexei.fedorov@xxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Sami Mujawar <sami.mujawar@xxxxxxx>
    Reviewed-by: Alexei Fedorov <alexei.fedorov@xxxxxxx>

commit 4f93ff22b983c45ec2ff37349f37bf8a3339d89a
Author: Sami Mujawar <sami.mujawar@xxxxxxx>
Date:   Fri Feb 8 18:47:00 2019 +0000

    DynamicTablesPkg: Fix protocol section
    
    This patch was originally merged in edk2 master at
    bde673b2dcd1b087af7f49dd5f0c3b82b02172a5. However, this was
    later reverted at 7d180efeaa03df25973416dc0aad099f4fe7e251
    as it was merged during the Soft Feature Freeze for
    edk2-stable201903.
    
    Resubmitting this patch as the edk2 merge window is now open.
    
    Updated the Protocols section to reflect the protocols
    that are produced or consumed.
    
    Cc: Laszlo Ersek <lersek@xxxxxxxxxx>
    Cc: Alexei Fedorov <alexei.fedorov@xxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Sami Mujawar <sami.mujawar@xxxxxxx>
    Reviewed-by: Alexei Fedorov <alexei.fedorov@xxxxxxx>

commit 2cb2b6d6fa9c143abd7ac350e0832b0ccd5991a5
Author: Zailiang Sun <zailiang.sun@xxxxxxxxx>
Date:   Thu Feb 28 11:17:03 2019 +0800

    Vlv2TbltDevicePkg: Fix 32bit BIOS build failure issue
    
    Added conditional choice for Logo.inf in PlatformPkg.fdf, based on the build
    ARCH information. And Changed the location of binary object files to align
    with previous releases (%WORKSPACE%\silicon).
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: David Wei <david.wei@xxxxxxxxx>
    Cc: Zailiang Sun <zailiang.sun@xxxxxxxxx>
    Cc: Yi Qian <yi.qian@xxxxxxxxx>
    Cc: Michael Kinney <michael.d.kinney@xxxxxxxxx>

commit 46002a4a379b31f2eddca65ab749a0ce8266e459
Author: Zailiang Sun <zailiang.sun@xxxxxxxxx>
Date:   Thu Feb 28 11:12:42 2019 +0800

    Vlv2TbltDevicePkg: Fix build failure issue after ECP cleanup
    
    Moved stuff in the three old packages IA32FamilyCpuPkg, Vlv2BinaryPkg and
    Vlv2MiscBinariesPkg into a new package Vlv2SocBinPkg. Updated the build 
scripts
    and added build instructions in Readme.md.
    
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: David Wei <david.wei@xxxxxxxxx>
    Cc: Zailiang Sun <zailiang.sun@xxxxxxxxx>
    Cc: Yi Qian <yi.qian@xxxxxxxxx>
    Cc: Michael Kinney <michael.d.kinney@xxxxxxxxx>

commit a4712bea79a7c7f9945f0bdbbe1464ef6f903f5c
Author: Zailiang Sun <zailiang.sun@xxxxxxxxx>
Date:   Thu Feb 28 11:11:21 2019 +0800

    Vlv2TbltDevicePkg: ECP Cleanup.
    
    Remove modules of EdkCompatibilityPkg from DSC/FDF of Vlv2TbltDevicePkg to 
make
    this platform ECP free.
    
    Test: Boot to 64-bit Windows 10.
    
    Cc: Zailiang Sun <zailiang.sun@xxxxxxxxx>
    Cc: Yi Qian <yi.qian@xxxxxxxxx>
    Cc: Michael Kinney <michael.d.kinney@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: David Wei <david.wei@xxxxxxxxx>

_______________________________________________
osstest-output mailing list
osstest-output@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/osstest-output

 


Rackspace

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