[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 00/41] qom: Automated conversion of type checking boilerplate
From: |
no-reply |
Subject: |
Re: [PATCH 00/41] qom: Automated conversion of type checking boilerplate |
Date: |
Thu, 13 Aug 2020 16:03:53 -0700 (PDT) |
Patchew URL:
20200813222625.243136-1-ehabkost@redhat.com/">https://patchew.org/QEMU/20200813222625.243136-1-ehabkost@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 stubs/error-printf.o
CC stubs/fdset.o
CC stubs/gdbstub.o
/tmp/qemu-test/src/docs/../include/exec/memory.h:353: warning: Function
parameter or member 'parent_class' not described in 'IOMMUMemoryRegionClass'
/tmp/qemu-test/src/docs/../include/exec/memory.h:353: warning: Function
parameter or member 'translate' not described in 'IOMMUMemoryRegionClass'
/tmp/qemu-test/src/docs/../include/exec/memory.h:353: warning: Function
parameter or member 'get_min_page_size' not described in
'IOMMUMemoryRegionClass'
/tmp/qemu-test/src/docs/../include/exec/memory.h:353: warning: Function
parameter or member 'notify_flag_changed' not described in
'IOMMUMemoryRegionClass'
/tmp/qemu-test/src/docs/../include/exec/memory.h:353: warning: Function
parameter or member 'replay' not described in 'IOMMUMemoryRegionClass'
/tmp/qemu-test/src/docs/../include/exec/memory.h:353: warning: Function
parameter or member 'get_attr' not described in 'IOMMUMemoryRegionClass'
/tmp/qemu-test/src/docs/../include/exec/memory.h:353: warning: Function
parameter or member 'attrs_to_index' not described in 'IOMMUMemoryRegionClass'
/tmp/qemu-test/src/docs/../include/exec/memory.h:353: warning: Function
parameter or member 'num_indexes' not described in 'IOMMUMemoryRegionClass'
Warning, treated as error:
/tmp/qemu-test/src/docs/../include/exec/memory.h:231:Unexpected indentation.
CC stubs/iothread-lock.o
CC stubs/is-daemonized.o
---
CC stubs/replay.o
CC stubs/runstate-check.o
CC stubs/semihost.o
make: *** [Makefile:1091: docs/devel/index.html] Error 2
make: *** Waiting for unfinished jobs....
In file included from /tmp/qemu-test/src/include/exec/memory.h:28,
from /tmp/qemu-test/src/include/hw/boards.h:6,
from /tmp/qemu-test/src/include/hw/i386/pc.h:6,
from /tmp/qemu-test/src/stubs/cmos.c:2:
/tmp/qemu-test/src/include/sysemu/accel.h:65:22: error: 'ACCEL' redeclared as
different kind of symbol
65 | ACCEL, TYPE_ACCEL)
| ^~~~~
/tmp/qemu-test/src/include/qom/object.h:571:5: note: in definition of macro
'DECLARE_INSTANCE_CHECKER'
---
/usr/x86_64-w64-mingw32/sys-root/mingw/include/winuser.h:1757:5: note: previous
declaration of 'ACCEL' was here
1757 | } ACCEL,*LPACCEL;
| ^~~~~
make: *** [/tmp/qemu-test/src/rules.mak:69: stubs/cmos.o] Error 1
Traceback (most recent call last):
File "./tests/docker/docker.py", line 709, in <module>
sys.exit(main())
---
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['sudo', '-n', 'docker', 'run',
'--label', 'com.qemu.instance.uuid=b3ca50017dd7489282ac17972d745e22', '-u',
'1003', '--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/patchew2/.cache/qemu-docker-ccache:/var/tmp/ccache:z', '-v',
'/var/tmp/patchew-tester-tmp-ot1u2siv/src/docker-src.2020-08-13-19.01.51.4315:/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=b3ca50017dd7489282ac17972d745e22
make[1]: *** [docker-run] Error 1
make[1]: Leaving directory `/var/tmp/patchew-tester-tmp-ot1u2siv/src'
make: *** [docker-run-test-mingw@fedora] Error 2
real 2m3.343s
user 0m8.454s
The full log is available at
20200813222625.243136-1-ehabkost@redhat.com/testing.docker-mingw@fedora/?type=message">http://patchew.org/logs/20200813222625.243136-1-ehabkost@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
- [PATCH 34/41] [automated] Use TYPE_INFO macro, (continued)
- [PATCH 34/41] [automated] Use TYPE_INFO macro, Eduardo Habkost, 2020/08/13
- [PATCH 41/41] crypto: use QOM macros for declaration/definition of TLS creds types, Eduardo Habkost, 2020/08/13
- [PATCH 36/41] [automated] Use DECLARE_*CHECKER* macros, Eduardo Habkost, 2020/08/13
- [PATCH 35/41] [automated] Move QOM typedefs and add missing includes, Eduardo Habkost, 2020/08/13
- [PATCH 28/41] qom: Allow class type name to be specified in OBJECT_DECLARE*, Eduardo Habkost, 2020/08/13
- Re: [PATCH 00/41] qom: Automated conversion of type checking boilerplate, no-reply, 2020/08/13
- Re: [PATCH 00/41] qom: Automated conversion of type checking boilerplate,
no-reply <=
- Re: [PATCH 00/41] qom: Automated conversion of type checking boilerplate, no-reply, 2020/08/13
- Re: [PATCH 00/41] qom: Automated conversion of type checking boilerplate, Roman Bolshakov, 2020/08/18