All of lore.kernel.org
 help / color / mirror / Atom feed
From: Platform Team regression test user <citrix-osstest@xenproject.org>
To: xen-devel@lists.xensource.com, osstest-admin@xenproject.org
Subject: [seabios baseline-only test] 72115: regressions - FAIL
Date: Sat, 16 Sep 2017 19:27:11 +0100	[thread overview]
Message-ID: <osstest-72115-mainreport@xen.org> (raw)

This run is configured for baseline tests only.

flight 72115 seabios real [real]
http://osstest.xs.citrite.net/~osstest/testlogs/logs/72115/

Regressions :-(

Tests which did not succeed and are blocking,
including tests which could not be run:
 test-amd64-amd64-xl-qemuu-win7-amd64 16 guest-localmigrate/x10 fail REGR. vs. 72110
 test-amd64-i386-xl-qemuu-win10-i386 10 windows-install    fail REGR. vs. 72110

Tests which did not succeed, but are not blocking:
 test-amd64-amd64-qemuu-nested-intel 17 debian-hvm-install/l1/l2 fail like 72110
 test-amd64-i386-xl-qemuu-win7-amd64 17 guest-stop              fail like 72110
 test-amd64-i386-xl-qemuu-ws16-amd64 10 windows-install         fail never pass
 test-amd64-amd64-xl-qemuu-ws16-amd64 10 windows-install        fail never pass
 test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm 11 migrate-support-check fail never pass
 test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm 11 migrate-support-check fail never pass
 test-amd64-amd64-qemuu-nested-amd 17 debian-hvm-install/l1/l2  fail never pass
 test-amd64-amd64-xl-qemuu-win10-i386 17 guest-stop             fail never pass

version targeted for testing:
 seabios              ec6cb17f89498bcd6123e50a0368a414e6e85d82
baseline version:
 seabios              1ef72ab2f89ae61dcdb3f01323bd0a7dc978c2b9

Last test of basis    72110  2017-09-15 07:19:03 Z    1 days
Testing same since    72115  2017-09-16 14:47:00 Z    0 days    1 attempts

------------------------------------------------------------
People who touched revisions under test:
  Aleksandr Bezzubikov <zuban32s@gmail.com>

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                                             pass    
 test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm           pass    
 test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm            pass    
 test-amd64-amd64-xl-qemuu-debianhvm-amd64-xsm                pass    
 test-amd64-i386-xl-qemuu-debianhvm-amd64-xsm                 pass    
 test-amd64-amd64-qemuu-nested-amd                            fail    
 test-amd64-i386-qemuu-rhel6hvm-amd                           pass    
 test-amd64-amd64-xl-qemuu-debianhvm-amd64                    pass    
 test-amd64-i386-xl-qemuu-debianhvm-amd64                     pass    
 test-amd64-amd64-xl-qemuu-win7-amd64                         fail    
 test-amd64-i386-xl-qemuu-win7-amd64                          fail    
 test-amd64-amd64-xl-qemuu-ws16-amd64                         fail    
 test-amd64-i386-xl-qemuu-ws16-amd64                          fail    
 test-amd64-amd64-xl-qemuu-win10-i386                         fail    
 test-amd64-i386-xl-qemuu-win10-i386                          fail    
 test-amd64-amd64-qemuu-nested-intel                          fail    
 test-amd64-i386-qemuu-rhel6hvm-intel                         pass    


------------------------------------------------------------
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 ec6cb17f89498bcd6123e50a0368a414e6e85d82
Author: Aleksandr Bezzubikov <zuban32s@gmail.com>
Date:   Fri Aug 18 02:33:21 2017 +0300

    pci: enable RedHat PCI bridges to reserve additional resources on PCI init
    
    In case of Red Hat Generic PCIE Root Port reserve additional buses
    and/or IO/MEM/PREF space, which values are provided in a vendor-specific capability.
    
    Signed-off-by: Aleksandr Bezzubikov <zuban32s@gmail.com>
    Reviewed-by: Marcel Apfelbaum <marcel@redhat.com>

commit 4c1f7272b41df5ceec0f41c6c14ca4c68a8638ee
Author: Aleksandr Bezzubikov <zuban32s@gmail.com>
Date:   Fri Aug 18 02:33:20 2017 +0300

    pci: add QEMU-specific PCI capability structure
    
    On PCI init PCI bridge devices may need some
    extra info about bus number to reserve, IO, memory and
    prefetchable memory limits. QEMU can provide this
    with special vendor-specific PCI capability.
    
    This capability is intended to be used only
    for Red Hat PCI bridges, i.e. QEMU cooperation.
    
    Signed-off-by: Aleksandr Bezzubikov <zuban32s@gmail.com>
    Reviewed-by: Marcel Apfelbaum <marcel@redhat.com>

commit 7de1f65c0cf1e11ee3fa580d59eb7acdd0c42ad9
Author: Aleksandr Bezzubikov <zuban32s@gmail.com>
Date:   Fri Aug 18 02:33:19 2017 +0300

    pci: refactor pci_find_capapibilty to get bdf as the first argument instead of the whole pci_device
    
    Refactor pci_find_capability function to get bdf instead of
    a whole pci_device* as the only necessary field for this function
    is still bdf.
    
    Signed-off-by: Aleksandr Bezzubikov <zuban32s@gmail.com>
    Reviewed-by: Marcel Apfelbaum <marcel@redhat.com>

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

                 reply	other threads:[~2017-09-16 18:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=osstest-72115-mainreport@xen.org \
    --to=citrix-osstest@xenproject.org \
    --cc=osstest-admin@xenproject.org \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.