From: Eric Blake <eblake@redhat.com>
To: qemu-devel@nongnu.org, no-reply@patchew.org, kraxel@redhat.com
Cc: famz@redhat.com, Markus Armbruster <armbru@redhat.com>
Subject: Re: [Qemu-devel] [PATCH 0/5] ui: keymap fixes for 2.10
Date: Wed, 26 Jul 2017 07:22:20 -0500 [thread overview]
Message-ID: <e982b2c6-dab4-24a0-7db4-2e76c370d227@redhat.com> (raw)
In-Reply-To: <150107094952.114.932926322923994155@5d477a5b5989>
[-- Attachment #1: Type: text/plain, Size: 2412 bytes --]
On 07/26/2017 07:09 AM, no-reply@patchew.org wrote:
> Hi,
>
> This series failed build test on s390x host. Please find the details below.
>
> Message-id: 20170726115637.21558-1-kraxel@redhat.com
> Subject: [Qemu-devel] [PATCH 0/5] ui: keymap fixes for 2.10
> Type: series
>
> GEN docs/interop/qemu-ga-qapi.texi
> GEN qga/qapi-generated/qga-qapi-visit.h
> GEN qga/qapi-generated/qga-qmp-commands.h
> GEN qga/qapi-generated/qga-qapi-types.h
> GEN qga/qapi-generated/qga-qapi-types.c
> GEN qga/qapi-generated/qga-qapi-visit.c
> GEN qga/qapi-generated/qga-qmp-marshal.c
> Traceback (most recent call last):
> File "/var/tmp/patchew-tester-tmp-xs4657r8/src/scripts/qapi2texi.py", line 300, in <module>
> main(sys.argv)
> File "/var/tmp/patchew-tester-tmp-xs4657r8/src/scripts/qapi2texi.py", line 296, in main
> print texi_schema(schema)
> File "/var/tmp/patchew-tester-tmp-xs4657r8/src/scripts/qapi2texi.py", line 279, in texi_schema
> gen.symbol(doc, schema.lookup_entity(doc.symbol))
> File "/var/tmp/patchew-tester-tmp-xs4657r8/src/scripts/qapi2texi.py", line 263, in symbol
> entity.visit(self)
> File "/var/tmp/patchew-tester-tmp-xs4657r8/src/scripts/qapi.py", line 1137, in visit
> self.member_names(), self.prefix)
> File "/var/tmp/patchew-tester-tmp-xs4657r8/src/scripts/qapi2texi.py", line 218, in visit_enum_type
> member_func=texi_enum_value))
> File "/var/tmp/patchew-tester-tmp-xs4657r8/src/scripts/qapi2texi.py", line 200, in texi_entity
> + texi_sections(doc))
> File "/var/tmp/patchew-tester-tmp-xs4657r8/src/scripts/qapi2texi.py", line 160, in texi_members
> items += member_func(section.member) + desc + '\n'
> File "/var/tmp/patchew-tester-tmp-xs4657r8/src/scripts/qapi2texi.py", line 133, in texi_enum_value
> return '@item @code{%s}\n' % value.name
> AttributeError: 'NoneType' object has no attribute 'name'
Eww, we have a bug in our qapi generator (a stack dump instead of a nice
error message). I suspect this is caused by your use of '@ac_*' instead
of spelling out all the ac_ members added in qapi-schema.json in 4/5 -
but it IS something that needs to be fixed on your end to quit tripping
up the doc generator.
--
Eric Blake, Principal Software Engineer
Red Hat, Inc. +1-919-301-3266
Virtualization: qemu.org | libvirt.org
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 619 bytes --]
next prev parent reply other threads:[~2017-07-26 12:22 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-26 11:56 [Qemu-devel] [PATCH 0/5] ui: keymap fixes for 2.10 Gerd Hoffmann
2017-07-26 11:56 ` [Qemu-devel] [PATCH 1/5] ui: add next and prior keysyms Gerd Hoffmann
2017-07-26 12:00 ` Eric Blake
2017-07-26 11:56 ` [Qemu-devel] [PATCH 2/5] ui: move qemu_input_linux_to_qcode() Gerd Hoffmann
2017-07-26 12:14 ` Eric Blake
2017-07-26 11:56 ` [Qemu-devel] [PATCH 3/5] ui: update keymaps Gerd Hoffmann
2017-07-26 12:25 ` Eric Blake
2017-07-26 11:56 ` [Qemu-devel] [PATCH 4/5] ui: add multimedia keys Gerd Hoffmann
2017-07-26 12:02 ` Eric Blake
2017-07-26 12:08 ` Daniel P. Berrange
2017-07-26 12:12 ` Eric Blake
2017-07-26 12:38 ` Gerd Hoffmann
2017-07-26 12:24 ` Eric Blake
2017-07-26 12:39 ` Gerd Hoffmann
2017-07-26 11:56 ` [Qemu-devel] [PATCH 5/5] ps2: enable " Gerd Hoffmann
2017-07-26 12:26 ` Eric Blake
2017-07-26 12:09 ` [Qemu-devel] [PATCH 0/5] ui: keymap fixes for 2.10 no-reply
2017-07-26 12:22 ` Eric Blake [this message]
2017-07-26 12:49 ` Gerd Hoffmann
2017-07-26 13:06 ` Eric Blake
2017-08-08 9:20 ` Markus Armbruster
2017-08-08 15:04 ` Eric Blake
2017-08-14 6:56 ` Markus Armbruster
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=e982b2c6-dab4-24a0-7db4-2e76c370d227@redhat.com \
--to=eblake@redhat.com \
--cc=armbru@redhat.com \
--cc=famz@redhat.com \
--cc=kraxel@redhat.com \
--cc=no-reply@patchew.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).