All of lore.kernel.org
 help / color / mirror / Atom feed
From: no-reply@patchew.org
To: kraxel@redhat.com
Cc: ehabkost@redhat.com, slp@redhat.com, mst@redhat.com,
	qemu-devel@nongnu.org, kraxel@redhat.com, imammedo@redhat.com,
	pbonzini@redhat.com, rth@twiddle.net
Subject: Re: [PATCH 00/13] microvm: add acpi support
Date: Thu, 19 Mar 2020 01:24:10 -0700 (PDT)	[thread overview]
Message-ID: <158460624917.25478.16521103978895670111@39012742ff91> (raw)
In-Reply-To: <20200319080117.7725-1-kraxel@redhat.com>

Patchew URL: https://patchew.org/QEMU/20200319080117.7725-1-kraxel@redhat.com/



Hi,

This series failed the docker-mingw@fedora build test. Please find the testing commands and
their output below. If you have Docker installed, you can probably reproduce it
locally.

=== TEST SCRIPT BEGIN ===
#! /bin/bash
export ARCH=x86_64
make docker-image-fedora V=1 NETWORK=1
time make docker-test-mingw@fedora J=14 NETWORK=1
=== TEST SCRIPT END ===

  CC      hw/display/blizzard.o
  CC      hw/display/exynos4210_fimd.o
/tmp/qemu-test/src/hw/acpi/isa-acpi.c: In function 'isa_acpi_add_propeties':
/tmp/qemu-test/src/hw/acpi/isa-acpi.c:52:42: error: incompatible type for argument 4 of 'object_property_add_uint8_ptr'
                                   &zero, NULL);
                                          ^~~~
In file included from /tmp/qemu-test/src/include/exec/memory.h:28,
---
/tmp/qemu-test/src/include/qom/object.h:1688:74: note: expected 'ObjectPropertyFlags' {aka 'enum <anonymous>'} but argument is of type 'void *'
                                    const uint8_t *v, ObjectPropertyFlags flags,
                                                      ~~~~~~~~~~~~~~~~~~~~^~~~~
/tmp/qemu-test/src/hw/acpi/isa-acpi.c:51:5: error: too few arguments to function 'object_property_add_uint8_ptr'
     object_property_add_uint8_ptr(OBJECT(s), ACPI_PM_PROP_ACPI_ENABLE_CMD,
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/qemu-test/src/include/exec/memory.h:28,
---
/tmp/qemu-test/src/include/qom/object.h:1687:6: note: declared here
 void object_property_add_uint8_ptr(Object *obj, const char *name,
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/qemu-test/src/hw/acpi/isa-acpi.c:54:42: error: incompatible type for argument 4 of 'object_property_add_uint8_ptr'
                                   &zero, NULL);
                                          ^~~~
In file included from /tmp/qemu-test/src/include/exec/memory.h:28,
---
/tmp/qemu-test/src/include/qom/object.h:1688:74: note: expected 'ObjectPropertyFlags' {aka 'enum <anonymous>'} but argument is of type 'void *'
                                    const uint8_t *v, ObjectPropertyFlags flags,
                                                      ~~~~~~~~~~~~~~~~~~~~^~~~~
/tmp/qemu-test/src/hw/acpi/isa-acpi.c:53:5: error: too few arguments to function 'object_property_add_uint8_ptr'
     object_property_add_uint8_ptr(OBJECT(s), ACPI_PM_PROP_ACPI_DISABLE_CMD,
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/qemu-test/src/include/exec/memory.h:28,
---
/tmp/qemu-test/src/include/qom/object.h:1687:6: note: declared here
 void object_property_add_uint8_ptr(Object *obj, const char *name,
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/qemu-test/src/hw/acpi/isa-acpi.c:56:50: error: incompatible type for argument 4 of 'object_property_add_uint32_ptr'
                                    &s->gpe_base, NULL);
                                                  ^~~~
In file included from /tmp/qemu-test/src/include/exec/memory.h:28,
---
/tmp/qemu-test/src/include/qom/object.h:1732:57: note: expected 'ObjectPropertyFlags' {aka 'enum <anonymous>'} but argument is of type 'void *'
                                     ObjectPropertyFlags flags,
                                     ~~~~~~~~~~~~~~~~~~~~^~~~~
/tmp/qemu-test/src/hw/acpi/isa-acpi.c:55:5: error: too few arguments to function 'object_property_add_uint32_ptr'
     object_property_add_uint32_ptr(OBJECT(s), ACPI_PM_PROP_GPE0_BLK,
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/qemu-test/src/include/exec/memory.h:28,
---
/tmp/qemu-test/src/include/qom/object.h:1730:6: note: declared here
 void object_property_add_uint32_ptr(Object *obj, const char *name,
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/qemu-test/src/hw/acpi/isa-acpi.c:58:49: error: incompatible type for argument 4 of 'object_property_add_uint32_ptr'
                                    &s->gpe_len, NULL);
                                                 ^~~~
In file included from /tmp/qemu-test/src/include/exec/memory.h:28,
---
/tmp/qemu-test/src/include/qom/object.h:1732:57: note: expected 'ObjectPropertyFlags' {aka 'enum <anonymous>'} but argument is of type 'void *'
                                     ObjectPropertyFlags flags,
                                     ~~~~~~~~~~~~~~~~~~~~^~~~~
/tmp/qemu-test/src/hw/acpi/isa-acpi.c:57:5: error: too few arguments to function 'object_property_add_uint32_ptr'
     object_property_add_uint32_ptr(OBJECT(s), ACPI_PM_PROP_GPE0_BLK_LEN,
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/qemu-test/src/include/exec/memory.h:28,
---
/tmp/qemu-test/src/include/qom/object.h:1730:6: note: declared here
 void object_property_add_uint32_ptr(Object *obj, const char *name,
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/qemu-test/src/hw/acpi/isa-acpi.c:60:49: error: incompatible type for argument 4 of 'object_property_add_uint16_ptr'
                                    &s->sci_irq, NULL);
                                                 ^~~~
In file included from /tmp/qemu-test/src/include/exec/memory.h:28,
---
/tmp/qemu-test/src/include/qom/object.h:1710:57: note: expected 'ObjectPropertyFlags' {aka 'enum <anonymous>'} but argument is of type 'void *'
                                     ObjectPropertyFlags flags,
                                     ~~~~~~~~~~~~~~~~~~~~^~~~~
/tmp/qemu-test/src/hw/acpi/isa-acpi.c:59:5: error: too few arguments to function 'object_property_add_uint16_ptr'
     object_property_add_uint16_ptr(OBJECT(s), ACPI_PM_PROP_SCI_INT,
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/qemu-test/src/include/exec/memory.h:28,
---
/tmp/qemu-test/src/include/qom/object.h:1708:6: note: declared here
 void object_property_add_uint16_ptr(Object *obj, const char *name,
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/tmp/qemu-test/src/hw/acpi/isa-acpi.c:62:49: error: incompatible type for argument 4 of 'object_property_add_uint32_ptr'
                                    &s->io_base, NULL);
                                                 ^~~~
In file included from /tmp/qemu-test/src/include/exec/memory.h:28,
---
/tmp/qemu-test/src/include/qom/object.h:1732:57: note: expected 'ObjectPropertyFlags' {aka 'enum <anonymous>'} but argument is of type 'void *'
                                     ObjectPropertyFlags flags,
                                     ~~~~~~~~~~~~~~~~~~~~^~~~~
/tmp/qemu-test/src/hw/acpi/isa-acpi.c:61:5: error: too few arguments to function 'object_property_add_uint32_ptr'
     object_property_add_uint32_ptr(OBJECT(s), ACPI_PM_PROP_PM_IO_BASE,
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /tmp/qemu-test/src/include/exec/memory.h:28,
---
/tmp/qemu-test/src/include/qom/object.h:1730:6: note: declared here
 void object_property_add_uint32_ptr(Object *obj, const char *name,
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make: *** [/tmp/qemu-test/src/rules.mak:69: hw/acpi/isa-acpi.o] Error 1
make: *** Waiting for unfinished jobs....
Traceback (most recent call last):
  File "./tests/docker/docker.py", line 664, in <module>
---
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['sudo', '-n', 'docker', 'run', '--label', 'com.qemu.instance.uuid=aa63d72af4444bddaa87f3cc7ee3d260', '-u', '1001', '--security-opt', 'seccomp=unconfined', '--rm', '-e', 'TARGET_LIST=', '-e', 'EXTRA_CONFIGURE_OPTS=', '-e', 'V=', '-e', 'J=14', '-e', 'DEBUG=', '-e', 'SHOW_ENV=', '-e', 'CCACHE_DIR=/var/tmp/ccache', '-v', '/home/patchew/.cache/qemu-docker-ccache:/var/tmp/ccache:z', '-v', '/var/tmp/patchew-tester-tmp-jb7l4rgr/src/docker-src.2020-03-19-04.22.07.24398:/var/tmp/qemu:z,ro', 'qemu:fedora', '/var/tmp/qemu/run', 'test-mingw']' returned non-zero exit status 2.
filter=--filter=label=com.qemu.instance.uuid=aa63d72af4444bddaa87f3cc7ee3d260
make[1]: *** [docker-run] Error 1
make[1]: Leaving directory `/var/tmp/patchew-tester-tmp-jb7l4rgr/src'
make: *** [docker-run-test-mingw@fedora] Error 2

real    2m2.507s
user    0m8.570s


The full log is available at
http://patchew.org/logs/20200319080117.7725-1-kraxel@redhat.com/testing.docker-mingw@fedora/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to patchew-devel@redhat.com

  parent reply	other threads:[~2020-03-19  8:24 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-19  8:01 [PATCH 00/13] microvm: add acpi support Gerd Hoffmann
2020-03-19  8:01 ` [PATCH 01/13] acpi: make build_madt() more generic Gerd Hoffmann
2020-03-19  9:34   ` Philippe Mathieu-Daudé
2020-03-19  8:01 ` [PATCH 02/13] acpi: factor out acpi_dsdt_add_fw_cfg() Gerd Hoffmann
2020-03-19  9:36   ` Philippe Mathieu-Daudé
2020-03-19 12:16   ` Igor Mammedov
2020-03-19  8:01 ` [PATCH 03/13] microvm: add isa-acpi device Gerd Hoffmann
2020-03-19 13:42   ` Igor Mammedov
2020-03-20  8:22     ` Gerd Hoffmann
2020-03-20 14:54       ` Igor Mammedov
2020-03-19  8:01 ` [PATCH 04/13] microvm: add minimal acpi support Gerd Hoffmann
2020-03-19 14:00   ` Igor Mammedov
2020-03-25  9:04     ` Gerd Hoffmann
2020-03-25 18:59       ` Igor Mammedov
2020-03-19  8:01 ` [PATCH 05/13] microvm: add acpi_dsdt_add_virtio() for x86 Gerd Hoffmann
2020-03-19 14:30   ` Igor Mammedov
2020-03-20  8:19     ` Gerd Hoffmann
2020-03-19  8:01 ` [PATCH 06/13] microvm: disable virtio-mmio cmdline hack Gerd Hoffmann
2020-03-19  8:01 ` [PATCH 07/13] [testing] seabios: update submodule to experimental microvm branch Gerd Hoffmann
2020-03-19  8:01 ` [PATCH 08/13] [testing] seabios: update config & build rules Gerd Hoffmann
2020-03-19  8:01 ` [PATCH 09/13] [testing] seabios: update binaries to experimental microvm branch Gerd Hoffmann
2020-03-19  8:01 ` [PATCH 10/13] microvm/acpi: add rtc Gerd Hoffmann
2020-03-19  8:01 ` [PATCH 11/13] microvm/acpi: add serial Gerd Hoffmann
2020-03-19  8:01 ` [PATCH 12/13] microvm: make virtio irq base runtime configurable Gerd Hoffmann
2020-03-19  8:01 ` [PATCH 13/13] microvm/acpi: use GSI 16-23 for virtio Gerd Hoffmann
2020-03-20 15:30   ` Konrad Rzeszutek Wilk
2020-03-23 10:23     ` Gerd Hoffmann
2020-03-19  8:19 ` [PATCH 00/13] microvm: add acpi support no-reply
2020-03-19  8:23 ` no-reply
2020-03-19  8:24 ` no-reply [this message]
2020-03-19  8:49 ` Paolo Bonzini
2020-03-19  9:33   ` Gerd Hoffmann
2020-03-19  9:59     ` Paolo Bonzini
2020-03-19 11:28       ` Gerd Hoffmann
2020-03-19 13:40   ` Gerd Hoffmann
2020-03-19 17:34     ` Paolo Bonzini
2020-03-20  8:32       ` Gerd Hoffmann
2020-03-20 10:41         ` Paolo Bonzini
2020-03-23 10:51 ` Michael S. Tsirkin
2020-03-23 12:09   ` Gerd Hoffmann
2020-03-23 12:16     ` Igor Mammedov
2020-03-25  9:16       ` Gerd Hoffmann
2020-03-25  9:53         ` Igor Mammedov
2020-03-25 18:56         ` Igor Mammedov
2020-03-25 12:32 ` Igor Mammedov
2020-03-25 15:03   ` Gerd Hoffmann
2020-03-25 18:44     ` Igor Mammedov
2020-03-26  7:33       ` Michael S. Tsirkin
2020-03-26 10:59         ` Igor Mammedov
2020-03-27 12:06       ` Gerd Hoffmann
2020-03-27 14:05         ` Igor Mammedov

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=158460624917.25478.16521103978895670111@39012742ff91 \
    --to=no-reply@patchew.org \
    --cc=ehabkost@redhat.com \
    --cc=imammedo@redhat.com \
    --cc=kraxel@redhat.com \
    --cc=mst@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=rth@twiddle.net \
    --cc=slp@redhat.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.