All of lore.kernel.org
 help / color / mirror / Atom feed
From: no-reply@patchew.org
To: eric.auger@redhat.com
Cc: famz@redhat.com, eric.auger.pro@gmail.com, qemu-devel@nongnu.org,
	alex.williamson@redhat.com, armbru@redhat.com,
	david@gibson.dropbear.id.au
Subject: Re: [Qemu-devel] [PATCH v5 00/17] Convert VFIO-PCI to realize
Date: Mon, 10 Oct 2016 19:07:26 -0700 (PDT)	[thread overview]
Message-ID: <20161011020723.498194.90988@ex-std-node742.prod.rhcloud.com> (raw)
In-Reply-To: <1475770058-20409-1-git-send-email-eric.auger@redhat.com>

Hi,

Your series failed automatic build test. Please find the testing commands and
their output below. If you have docker installed, you can probably reproduce it
locally.

Message-id: 1475770058-20409-1-git-send-email-eric.auger@redhat.com
Subject: [Qemu-devel] [PATCH v5 00/17] Convert VFIO-PCI to realize
Type: series

=== TEST SCRIPT BEGIN ===
#!/bin/bash
set -e
git submodule update --init dtc
# Let docker tests dump environment info
export SHOW_ENV=1
make J=8 docker-test-quick@centos6
make J=8 docker-test-mingw@fedora
=== TEST SCRIPT END ===

Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384
Switched to a new branch 'test'
f5c0d95 vfio/pci: Handle host oversight
aacb337 vfio/pci: Remove vfio_populate_device returned value
eb998d2 vfio/pci: Remove vfio_msix_early_setup returned value
fd8b442 vfio/pci: Conversion to realize
0e1ec19 vfio/platform: Pass an error object to vfio_base_device_init
b98a6d9 vfio/platform: fix a wrong returned value in vfio_populate_device
64991c5 vfio/platform: Pass an error object to vfio_populate_device
de3e688 vfio: Pass an error object to vfio_get_device
e8119bf vfio: Pass an error object to vfio_get_group
311e128 vfio: Pass an Error object to vfio_connect_container
9a8ade4 vfio/pci: Pass an error object to vfio_pci_igd_opregion_init
225894a vfio/pci: Pass an error object to vfio_add_capabilities
1b8c9cf vfio/pci: Pass an error object to vfio_intx_enable
0d8c535 vfio/pci: Pass an error object to vfio_msix_early_setup
c3086ef vfio/pci: Pass an error object to vfio_populate_device
d6d6ce0 vfio/pci: Pass an error object to vfio_populate_vga
98d6388 vfio/pci: Use local error object in vfio_initfn

=== OUTPUT BEGIN ===
Submodule 'dtc' (git://git.qemu-project.org/dtc.git) registered for path 'dtc'
Cloning into 'dtc'...
Submodule path 'dtc': checked out '65cc4d2748a2c2e6f27f1cf39e07a5dbabd80ebf'
  BUILD   centos6
=== OUTPUT END ===

Abort: command timeout (>3600 seconds)


---
Email generated automatically by Patchew [http://patchew.org/].
Please send your feedback to patchew-devel@freelists.org

      parent reply	other threads:[~2016-10-11  2:07 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-06 16:07 [Qemu-devel] [PATCH v5 00/17] Convert VFIO-PCI to realize Eric Auger
2016-10-06 16:07 ` [Qemu-devel] [PATCH v5 01/17] vfio/pci: Use local error object in vfio_initfn Eric Auger
2016-10-06 16:07 ` [Qemu-devel] [PATCH v5 02/17] vfio/pci: Pass an error object to vfio_populate_vga Eric Auger
2016-10-06 16:07 ` [Qemu-devel] [PATCH v5 03/17] vfio/pci: Pass an error object to vfio_populate_device Eric Auger
2016-10-06 16:07 ` [Qemu-devel] [PATCH v5 04/17] vfio/pci: Pass an error object to vfio_msix_early_setup Eric Auger
2016-10-06 16:07 ` [Qemu-devel] [PATCH v5 05/17] vfio/pci: Pass an error object to vfio_intx_enable Eric Auger
2016-10-06 16:07 ` [Qemu-devel] [PATCH v5 06/17] vfio/pci: Pass an error object to vfio_add_capabilities Eric Auger
2016-10-06 16:07 ` [Qemu-devel] [PATCH v5 07/17] vfio/pci: Pass an error object to vfio_pci_igd_opregion_init Eric Auger
2016-10-06 16:07 ` [Qemu-devel] [PATCH v5 08/17] vfio: Pass an Error object to vfio_connect_container Eric Auger
2016-10-07  7:01   ` Markus Armbruster
2016-10-07  7:36     ` Auger Eric
2016-10-10  2:02       ` Alexey Kardashevskiy
2016-10-10  5:34       ` David Gibson
2016-10-10  7:44         ` Auger Eric
2016-10-10 12:36           ` Markus Armbruster
2016-10-10 13:21             ` Auger Eric
2016-10-10 13:36               ` David Gibson
2016-10-10 15:27                 ` Markus Armbruster
2016-10-11  3:04             ` David Gibson
2016-10-06 16:07 ` [Qemu-devel] [PATCH v5 09/17] vfio: Pass an error object to vfio_get_group Eric Auger
2016-10-06 16:07 ` [Qemu-devel] [PATCH v5 10/17] vfio: Pass an error object to vfio_get_device Eric Auger
2016-10-06 16:07 ` [Qemu-devel] [PATCH v5 11/17] vfio/platform: Pass an error object to vfio_populate_device Eric Auger
2016-10-06 16:07 ` [Qemu-devel] [PATCH v5 12/17] vfio/platform: fix a wrong returned value in vfio_populate_device Eric Auger
2016-10-06 16:07 ` [Qemu-devel] [PATCH v5 13/17] vfio/platform: Pass an error object to vfio_base_device_init Eric Auger
2016-10-06 16:07 ` [Qemu-devel] [PATCH v5 14/17] vfio/pci: Conversion to realize Eric Auger
2016-10-06 16:07 ` [Qemu-devel] [PATCH v5 15/17] vfio/pci: Remove vfio_msix_early_setup returned value Eric Auger
2016-10-06 16:07 ` [Qemu-devel] [PATCH v5 16/17] vfio/pci: Remove vfio_populate_device " Eric Auger
2016-10-06 16:07 ` [Qemu-devel] [PATCH v5 17/17] vfio/pci: Handle host oversight Eric Auger
2016-10-07  7:17 ` [Qemu-devel] [PATCH v5 00/17] Convert VFIO-PCI to realize Markus Armbruster
2016-10-11  2:07 ` no-reply [this message]

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=20161011020723.498194.90988@ex-std-node742.prod.rhcloud.com \
    --to=no-reply@patchew.org \
    --cc=alex.williamson@redhat.com \
    --cc=armbru@redhat.com \
    --cc=david@gibson.dropbear.id.au \
    --cc=eric.auger.pro@gmail.com \
    --cc=eric.auger@redhat.com \
    --cc=famz@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /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.