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

[ovmf test] 134776: regressions - FAIL



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

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
 build-i386                    6 xen-build                fail REGR. vs. 134640

Tests which did not succeed, but are not blocking:
 build-i386-libvirt            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                 34131e1b5c09b92c2801749212d9c3595e5f62d7
baseline version:
 ovmf                 e0fd9ece26c9b84a1a756a869ff2a4525e23ab33

Last test of basis   134640  2019-04-11 13:15:51 Z    3 days
Testing same since   134738  2019-04-13 03:33:26 Z    2 days    2 attempts

------------------------------------------------------------
People who touched revisions under test:
  Laszlo Ersek <lersek@xxxxxxxxxx>

jobs:
 build-amd64-xsm                                              pass    
 build-i386-xsm                                               pass    
 build-amd64                                                  pass    
 build-i386                                                   fail    
 build-amd64-libvirt                                          pass    
 build-i386-libvirt                                           blocked 
 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 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®.