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:23:07 -0700 (PDT)

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



Hi,

This series failed the docker-quick@centos7 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
make docker-image-centos7 V=1 NETWORK=1
time make docker-test-quick@centos7 SHOW_ENV=1 J=14 NETWORK=1
=== TEST SCRIPT END ===

  CC      hw/char/pl011.o
  CC      hw/char/serial.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:35: 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:0,
---
/tmp/qemu-test/src/include/qom/object.h:1687:6: note: expected 
'ObjectPropertyFlags' but argument is of type 'void *'
 void object_property_add_uint8_ptr(Object *obj, const char *name,
      ^
/tmp/qemu-test/src/hw/acpi/isa-acpi.c:52:35: error: too few arguments to 
function 'object_property_add_uint8_ptr'
                                   &zero, NULL);
                                   ^
In file included from /tmp/qemu-test/src/include/exec/memory.h:28:0,
---
/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:35: 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:0,
---
/tmp/qemu-test/src/include/qom/object.h:1687:6: note: expected 
'ObjectPropertyFlags' but argument is of type 'void *'
 void object_property_add_uint8_ptr(Object *obj, const char *name,
      ^
/tmp/qemu-test/src/hw/acpi/isa-acpi.c:54:35: error: too few arguments to 
function 'object_property_add_uint8_ptr'
                                   &zero, NULL);
                                   ^
In file included from /tmp/qemu-test/src/include/exec/memory.h:28:0,
---
/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:36: 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:0,
---
/tmp/qemu-test/src/include/qom/object.h:1730:6: note: expected 
'ObjectPropertyFlags' but argument is of type 'void *'
 void object_property_add_uint32_ptr(Object *obj, const char *name,
      ^
/tmp/qemu-test/src/hw/acpi/isa-acpi.c:56:36: error: too few arguments to 
function 'object_property_add_uint32_ptr'
                                    &s->gpe_base, NULL);
                                    ^
In file included from /tmp/qemu-test/src/include/exec/memory.h:28:0,
---
/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:36: 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:0,
---
/tmp/qemu-test/src/include/qom/object.h:1730:6: note: expected 
'ObjectPropertyFlags' but argument is of type 'void *'
 void object_property_add_uint32_ptr(Object *obj, const char *name,
      ^
/tmp/qemu-test/src/hw/acpi/isa-acpi.c:58:36: error: too few arguments to 
function 'object_property_add_uint32_ptr'
                                    &s->gpe_len, NULL);
                                    ^
In file included from /tmp/qemu-test/src/include/exec/memory.h:28:0,
---
/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:36: 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:0,
---
/tmp/qemu-test/src/include/qom/object.h:1708:6: note: expected 
'ObjectPropertyFlags' but argument is of type 'void *'
 void object_property_add_uint16_ptr(Object *obj, const char *name,
      ^
/tmp/qemu-test/src/hw/acpi/isa-acpi.c:60:36: error: too few arguments to 
function 'object_property_add_uint16_ptr'
                                    &s->sci_irq, NULL);
                                    ^
In file included from /tmp/qemu-test/src/include/exec/memory.h:28:0,
---
/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:36: 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:0,
---
/tmp/qemu-test/src/include/qom/object.h:1730:6: note: expected 
'ObjectPropertyFlags' but argument is of type 'void *'
 void object_property_add_uint32_ptr(Object *obj, const char *name,
      ^
/tmp/qemu-test/src/hw/acpi/isa-acpi.c:62:36: error: too few arguments to 
function 'object_property_add_uint32_ptr'
                                    &s->io_base, NULL);
                                    ^
In file included from /tmp/qemu-test/src/include/exec/memory.h:28:0,
---
/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: *** [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=f0129bb7ffba4103a5a73a523913e86e', '-u', 
'1003', '--security-opt', 'seccomp=unconfined', '--rm', '-e', 'TARGET_LIST=', 
'-e', 'EXTRA_CONFIGURE_OPTS=', '-e', 'V=', '-e', 'J=14', '-e', 'DEBUG=', '-e', 
'SHOW_ENV=1', '-e', 'CCACHE_DIR=/var/tmp/ccache', '-v', 
'/home/patchew2/.cache/qemu-docker-ccache:/var/tmp/ccache:z', '-v', 
'/var/tmp/patchew-tester-tmp-8zpl86hn/src/docker-src.2020-03-19-04.20.57.22139:/var/tmp/qemu:z,ro',
 'qemu:centos7', '/var/tmp/qemu/run', 'test-quick']' returned non-zero exit 
status 2.
filter=--filter=label=com.qemu.instance.uuid=f0129bb7ffba4103a5a73a523913e86e
make[1]: *** [docker-run] Error 1
make[1]: Leaving directory `/var/tmp/patchew-tester-tmp-8zpl86hn/src'
make: *** [docker-run-test-quick@centos7] Error 2

real    2m8.675s
user    0m7.952s


The full log is available at
http://patchew.org/logs/address@hidden/testing.docker-quick@centos7/?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]