qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 00/13] microvm: add acpi support


From: no-reply
Subject: Re: [PATCH 00/13] microvm: add acpi support
Date: Thu, 19 Mar 2020 01:24:10 -0700 (PDT)

Patchew URL: https://patchew.org/QEMU/address@hidden/



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/address@hidden/testing.docker-mingw@fedora/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to address@hidden

reply via email to

[Prev in Thread] Current Thread [Next in Thread]