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

[ovmf test] 134839: regressions - FAIL



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

Regressions :-(

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

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

version targeted for testing:
 ovmf                 eb33b3994d06de418222e664cb1c17369436e93c
baseline version:
 ovmf                 e0fd9ece26c9b84a1a756a869ff2a4525e23ab33

Last test of basis   134640  2019-04-11 13:15:51 Z    4 days
Failing since        134738  2019-04-13 03:33:26 Z    3 days    5 attempts
Testing same since   134839  2019-04-15 23:11:36 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
  Dandan Bi <dandan.bi@xxxxxxxxx>
  Dong, Guo <guo.dong@xxxxxxxxx>
  Guo Dong <guo.dong@xxxxxxxxx>
  Kinney, Michael D <michael.d.kinney@xxxxxxxxx>
  Laszlo Ersek <lersek@xxxxxxxxxx>
  Michael D Kinney <michael.d.kinney@xxxxxxxxx>
  Shenglei Zhang <shenglei.zhang@xxxxxxxxx>

jobs:
 build-amd64-xsm                                              pass    
 build-i386-xsm                                               pass    
 build-amd64                                                  pass    
 build-i386                                                   pass    
 build-amd64-libvirt                                          pass    
 build-i386-libvirt                                           pass    
 build-amd64-pvops                                            pass    
 build-i386-pvops                                             fail    
 test-amd64-amd64-xl-qemuu-ovmf-amd64                         pass    
 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 eb33b3994d06de418222e664cb1c17369436e93c
Author: Kinney, Michael D <michael.d.kinney@xxxxxxxxx>
Date:   Tue Apr 2 13:09:09 2019 -0700

    EmulatorPkg/Unix: Rename GdbRun to GdbRun.sh
    
    https://bugzilla.tianocore.org/show_bug.cgi?id=1657
    
    Add .sh file extension to the shell script GdbRun so
    changes to this file will pass PatchCheck.py.
    
    Also update all scripts that execute GdbRun to
    execute GdbRun.sh instead.
    
    Cc: Jordan Justen <jordan.l.justen@xxxxxxxxx>
    Cc: Andrew Fish <afish@xxxxxxxxx>
    Cc: Ray Ni <ray.ni@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Michael D Kinney <michael.d.kinney@xxxxxxxxx>
    Reviewed-by: Jordan Justen <jordan.l.justen@xxxxxxxxx>

commit 04af8bf262f1917b74745f8ffd3aa8fb465352df
Author: Dong, Guo <guo.dong@xxxxxxxxx>
Date:   Thu Apr 11 08:51:22 2019 -0700

    UefiPayloadPkg: Enhance UEFI payload for coreboot and Slim Bootloader
    
    CorebootModulePkg and CorebootPayloadPkg originally supports coreboot only.
    In order to support other bootloaders, such as Slim Bootloader, they need
    be updated to be more generic.
    UEFI Payload (UefiPayloadPkg) a converged package from CorebootModulePkg
    and CorebootPayloadPkg with following updates:
    a. Support both coreboot and Slim Bootloader
    b. Removed SataControllerDxe and BaseSerialPortLib16550 to use EDK2 modules
    c. Support passing bootloader parameter to UEFI payload, e.g. coreboot
       table from coreboot or HOB list from Slim Bootloader
    d. Using GraphicsOutputDxe from EDK2 with minor change instead of FbGop
    e. Remove the dependency to IntelFrameworkPkg and IntelFrameworkModulePkg
       and QuarkSocPkg
    f. Use BaseDebugLibSerialPort library as DebugLib
    g. Use HPET timer, drop legacy 8254 timer support
    h. Use BaseXApicX2ApicLib instead of BaseXApicLib
    i. Remove HOB gUefiFrameBufferInfoGuid to use EDK2 graphics HOBs.
    j. Other clean ups
    
    On how UefiPayloadPkg could work with coreboot/Slim Bootloader, please
    refer UefiPayloadPkg/BuildAndIntegrationInstructions.txt
    
    Once UefiPayloadPkg is checked-in, CorebootModulePkg and CorebootPayloadPkg
    could be retired.
    
    Signed-off-by: Guo Dong <guo.dong@xxxxxxxxx>
    Reviewed-by: Maurice Ma <maurice.ma@xxxxxxxxx>

commit 87fcc6e8634efadb535ea0d7e9869e72e772fccf
Author: Dandan Bi <dandan.bi@xxxxxxxxx>
Date:   Tue Apr 2 13:50:22 2019 +0800

    CorebootPayloadPkg: Remove the dependency of ShellBinPkg
    
    REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1675
    
    In long term we will remove ShellBinPkg, so now we update
    platform to use ShellPkg only.
    
    Cc: Maurice Ma <maurice.ma@xxxxxxxxx>
    Cc: Prince Agyeman <prince.agyeman@xxxxxxxxx>
    Cc: Benjamin You <benjamin.you@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Dandan Bi <dandan.bi@xxxxxxxxx>
    Reviewed-by: Benjamin You <benjamin.you@xxxxxxxxx>

commit 2e21e8c4b89656897797019a9c56bc5ccbf12df1
Author: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
Date:   Fri Sep 14 21:11:47 2018 +0200

    MdeModulePkg/DxeCore: remove explicit EBC handling
    
    Now that the EBC machine type is no longer classified as a
    natively supported machine type on the architectures that can
    support it via the EBC interpreter, the EBC specific handling
    in DXE core is no longer used and can be removed.
    
    Signed-off-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
    Reviewed-by: Michael D Kinney <michael.d.kinney@xxxxxxxxx>
    Reviewed-by: Hao Wu <hao.a.wu@xxxxxxxxx>

commit 431390dc1f7d23aaa5c652f7c0686137a918f08f
Author: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
Date:   Fri Sep 14 21:00:46 2018 +0200

    MdePkg/UefiBaseType.h: treat EBC as a non-native machine type
    
    Instead of classifying EBC as a supported machine type and have special
    handling in DXE core for loading EBC images, make it a foreign type and
    rely on the EDK2 PE/COFF image emulator protocol to claim the image when
    the DXE core finds that it cannot be supported natively.
    
    Signed-off-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
    Reviewed-by: Michael D Kinney <michael.d.kinney@xxxxxxxxx>
    Reviewed-by: Hao Wu <hao.a.wu@xxxxxxxxx>

commit 095fcfc606bd6bffe20d926a1022aa0721ce9576
Author: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
Date:   Fri Sep 14 20:55:36 2018 +0200

    MdeModulePkg/EbcDxe: implement the PE/COFF emulator protocol
    
    Implement the new EDK2 PE/COFF image emulator protocol so that we can
    remove the EBC specific handling in the DXE core and other places in
    the core code.
    
    Signed-off-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
    Reviewed-by: Michael D Kinney <michael.d.kinney@xxxxxxxxx>
    Reviewed-by: Hao Wu <hao.a.wu@xxxxxxxxx>

commit 26d60374b87d7ed4b0ded88f95a3eb991680e134
Author: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
Date:   Mon Jan 8 10:32:03 2018 +0000

    MdeModulePkg/UefiBootManagerLib: allow foreign Driver#### images
    
    Allow PE/COFF images that must execute under emulation for Driver####
    options, by removing the redundant machine type check from the BDS code.
    
    Signed-off-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
    Reviewed-by: Michael D Kinney <michael.d.kinney@xxxxxxxxx>
    Reviewed-by: Hao Wu <hao.a.wu@xxxxxxxxx>

commit 615a72400bca338aa92579a726c4669b4185dc43
Author: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
Date:   Mon Mar 27 15:42:30 2017 +0100

    MdeModulePkg/PciBusDxe: dispatch option ROMs for foreign architectures
    
    Delete the explicit machine type check for option ROM images, and instead,
    rely on the LoadImage() boot service to decide whether an option ROM can
    be dispatched or not. This permits platforms to ship with emulators to
    execute option ROMs that are not native to the processor architecture.
    
    Signed-off-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
    Reviewed-by: Michael D Kinney <michael.d.kinney@xxxxxxxxx>
    Reviewed-by: Hao Wu <hao.a.wu@xxxxxxxxx>

commit 57df17fe26cd2b25c4c463edf3a3d8b83263f51b
Author: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
Date:   Fri Mar 10 16:50:55 2017 +0100

    MdeModulePkg/DxeCore: invoke the emulator protocol for foreign images
    
    When encountering PE/COFF images that cannot be supported natively,
    attempt to locate an instance of the PE/COFF image emulator protocol,
    and if it supports the image, proceed with loading it and register it
    with the emulator.
    
    Signed-off-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
    Reviewed-by: Michael D Kinney <michael.d.kinney@xxxxxxxxx>
    Reviewed-by: Hao Wu <hao.a.wu@xxxxxxxxx>

commit f72f81777b399ad23b8c1d0d13b3ca4b91104da1
Author: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
Date:   Fri Mar 10 16:50:24 2017 +0100

    MdeModulePkg: introduce PE/COFF image emulator protocol
    
    Introduce a protocol that can be invoked by the image loading services
    to execute foreign architecture PE/COFF images via an emulator.
    
    Signed-off-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
    Reviewed-by: Michael D Kinney <michael.d.kinney@xxxxxxxxx>
    Reviewed-by: Hao Wu <hao.a.wu@xxxxxxxxx>

commit 174232fa9a90cfc224432ff5cb05872cb86daa3f
Author: Shenglei Zhang <shenglei.zhang@xxxxxxxxx>
Date:   Tue Mar 5 11:08:29 2019 +0800

    MdePkg/BaseLib: Remove LongJump.c and SetJump.c
    
    MdePkg BaseLib still uses the inline X86 assembly code
    in C code files.For now, inline SetJump/LongJump() can be removed.
    https://bugzilla.tianocore.org/show_bug.cgi?id=1163
    
    Cc: Michael D Kinney <michael.d.kinney@xxxxxxxxx>
    Cc: Liming Gao <liming.gao@xxxxxxxxx>
    Contributed-under: TianoCore Contribution Agreement 1.1
    Signed-off-by: Shenglei Zhang <shenglei.zhang@xxxxxxxxx>
    Reviewed-by: Liming Gao <liming.gao@xxxxxxxxx>

commit 34131e1b5c09b92c2801749212d9c3595e5f62d7
Author: Laszlo Ersek <lersek@xxxxxxxxxx>
Date:   Wed Apr 10 13:55:19 2019 +0200

    OvmfPkg/XenBusDxe: replace MIT license text with SPDX ID
    
    The "XenBus.c", "XenStore.c", "XenStore.h" files under "OvmfPkg/XenBusDxe"
    include the MIT License text. Replace those license blocks with
    "SPDX-License-Identifier: MIT" (which refers to
    <https://spdx.org/licenses/MIT.html>) for easier parsing by machines (and
    humans).
    
    This follows the tree-wide adoption of "SPDX-License-Identifier"s, made
    for <https://bugzilla.tianocore.org/show_bug.cgi?id=1373>.
    
    Cc: Anthony Perard <anthony.perard@xxxxxxxxxx>
    Cc: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
    Cc: Jordan Justen <jordan.l.justen@xxxxxxxxx>
    Cc: Julien Grall <julien.grall@xxxxxxx>
    Cc: Lars Kurth <lars.kurth@xxxxxxxxxx>
    Cc: xen-devel@xxxxxxxxxxxxxxxxxxxx
    Bugzilla: https://bugzilla.tianocore.org/show_bug.cgi?id=1654
    Signed-off-by: Laszlo Ersek <lersek@xxxxxxxxxx>
    Reviewed-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
    Reviewed-by: Anthony PERARD <anthony.perard@xxxxxxxxxx>

commit 6f21d772aa6b35a58c019a2c0bae69fb5b05fb8a
Author: Laszlo Ersek <lersek@xxxxxxxxxx>
Date:   Wed Apr 10 13:55:19 2019 +0200

    OvmfPkg/IndustryStandard/Xen: replace MIT license text with SPDX ID
    
    The header files under "OvmfPkg/Include/IndustryStandard/Xen" include the
    MIT License text. Replace those license blocks with
    "SPDX-License-Identifier: MIT" (which refers to
    <https://spdx.org/licenses/MIT.html>) for easier parsing by machines (and
    humans).
    
    This follows the tree-wide adoption of "SPDX-License-Identifier"s, made
    for <https://bugzilla.tianocore.org/show_bug.cgi?id=1373>.
    
    Cc: Anthony Perard <anthony.perard@xxxxxxxxxx>
    Cc: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
    Cc: Jordan Justen <jordan.l.justen@xxxxxxxxx>
    Cc: Julien Grall <julien.grall@xxxxxxx>
    Cc: Lars Kurth <lars.kurth@xxxxxxxxxx>
    Cc: xen-devel@xxxxxxxxxxxxxxxxxxxx
    Bugzilla: https://bugzilla.tianocore.org/show_bug.cgi?id=1654
    Signed-off-by: Laszlo Ersek <lersek@xxxxxxxxxx>
    Reviewed-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
    Reviewed-by: Anthony PERARD <anthony.perard@xxxxxxxxxx>

commit 07a0f27b0e000317ec0f8125213452b5851b89b6
Author: Laszlo Ersek <lersek@xxxxxxxxxx>
Date:   Wed Apr 10 14:16:15 2019 +0200

    OvmfPkg/License.txt: refresh the MIT license text and include the SPDX ID
    
    Refresh the MIT license text from <https://spdx.org/licenses/MIT.html>,
    and add "SPDX-License-Identifier: MIT" for easier parsing by machines.
    
    This follows the tree-wide adoption of "SPDX-License-Identifier"s, made
    for <https://bugzilla.tianocore.org/show_bug.cgi?id=1373>; in particular:
    
    - commit 304bff7223a8 ("edk2: Change License.txt from 2-Clause BSD to
      BSD+Patent", 2019-04-09),
    
    - commit 75fae505b735 ("OvmfPkg: Change License.txt from 2-Clause BSD to
      BSD+Patent", 2019-04-09).
    
    Cc: Anthony Perard <anthony.perard@xxxxxxxxxx>
    Cc: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
    Cc: Jordan Justen <jordan.l.justen@xxxxxxxxx>
    Cc: Julien Grall <julien.grall@xxxxxxx>
    Cc: Lars Kurth <lars.kurth@xxxxxxxxxx>
    Cc: xen-devel@xxxxxxxxxxxxxxxxxxxx
    Bugzilla: https://bugzilla.tianocore.org/show_bug.cgi?id=1654
    Signed-off-by: Laszlo Ersek <lersek@xxxxxxxxxx>
    Reviewed-by: Philippe Mathieu-Daude <philmd@xxxxxxxxxx>
    Reviewed-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
    Reviewed-by: Anthony PERARD <anthony.perard@xxxxxxxxxx>

commit cff96d43730c3fde15cf5fd1013c022054f10f8f
Author: Laszlo Ersek <lersek@xxxxxxxxxx>
Date:   Wed Apr 10 14:16:15 2019 +0200

    OvmfPkg/License.txt: remove XenPvBlkDxe from the MIT licensed dir list
    
    All files under "OvmfPkg/XenPvBlkDxe" carry
    
      SPDX-License-Identifier: BSD-2-Clause-Patent
    
    None of them are MIT-licensed.
    
    Update "OvmfPkg/License.txt" accordingly.
    
    Cc: Anthony Perard <anthony.perard@xxxxxxxxxx>
    Cc: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
    Cc: Jordan Justen <jordan.l.justen@xxxxxxxxx>
    Cc: Julien Grall <julien.grall@xxxxxxx>
    Cc: Lars Kurth <lars.kurth@xxxxxxxxxx>
    Cc: xen-devel@xxxxxxxxxxxxxxxxxxxx
    Bugzilla: https://bugzilla.tianocore.org/show_bug.cgi?id=1654
    Signed-off-by: Laszlo Ersek <lersek@xxxxxxxxxx>
    Reviewed-by: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
    Reviewed-by: Anthony PERARD <anthony.perard@xxxxxxxxxx>

_______________________________________________
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®.