qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Kevin Wolf <kwolf@redhat.com>
To: qemu-devel@nongnu.org
Cc: pkrempa@redhat.com, armbru@redhat.com, qemu-block@nongnu.org
Subject: Re: [Qemu-devel] [PATCH v3 0/6] file-posix: Add dynamic-auto-read-only QAPI feature
Date: Thu, 30 May 2019 13:03:56 +0200	[thread overview]
Message-ID: <20190530110356.GD4890@linux.fritz.box> (raw)
In-Reply-To: <155920284527.9187.14210063698054538086@ce79690b2cb9>

Am 30.05.2019 um 09:54 hat no-reply@patchew.org geschrieben:
> Patchew URL: https://patchew.org/QEMU/20190530073205.5293-1-kwolf@redhat.com/
> 
> 
> 
> Hi,
> 
> This series failed the asan 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
> time make docker-test-debug@fedora TARGET_LIST=x86_64-softmmu J=14 NETWORK=1
> === TEST SCRIPT END ===
> 
> clang++ -L/tmp/qemu-test/build/dtc/libfdt  -I/usr/include/pixman-1  -I/tmp/qemu-test/src/dtc/libfdt -Werror -DHAS_LIBSSH2_SFTP_FSYNC  -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -fPIE -DPIE -m64 -mcx16 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -std=gnu99  -Wno-string-plus-int -Wno-typedef-redefinition -Wno-initializer-overrides -Wexpansion-to-defined -Wendif-labels -Wno-shift-negative-value -Wno-missing-include-dirs -Wempty-body -Wnested-externs -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wold-style-definition -Wtype-limits -fstack-protector-strong  -I/usr/include/p11-kit-1     -I/usr/include/libpng16  -I/usr/include/spice-1 -I/usr/include/spice-server -I/usr/include/cacard -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/nss3 -I/usr/include/nspr4 -pthread -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/pixman-1   -I/tmp/qemu-test/src/tests -fsanitize=undefined -fsanitize=address -g  -Wl,--warn-common -Wl,-z,relro -Wl,-z,now -pie -m64 -g  -o tests/test-opts-visitor tests/test-opts-visitor.o tests/test-qapi-types.o tests/include/test-qapi-types-sub-module.o tests/test-qapi-types-sub-sub-module.o tests/test-qapi-visit.o tests/include/test-qapi-visit-sub-module.o tests/test-qapi-visit-sub-sub-module.o tests/test-qapi-introspect.o qom/object.o qom/container.o qom/qom-qobject.o qom/object_interfaces.o  libqemuutil.a   -lm -lz  -lgthread-2.0 -pthread -lglib-2.0  -lnettle  -lgnutls   -lrt -lz -lutil -lcap-ng 
> /usr/bin/ld: tests/test-qapi-commands.o: in function `qmp_marshal_test_features':
> /tmp/qemu-test/build/tests/test-qapi-commands.c:693: undefined reference to `qmp_test_features'
> clang-7: error: linker command failed with exit code 1 (use -v to see invocation)
> make: *** [/tmp/qemu-test/src/rules.mak:124: tests/test-qmp-cmds] Error 1
> make: *** Waiting for unfinished jobs....
> make[1]: Leaving directory '/tmp/qemu-test/build/tests/fp'

*sigh*

Not sure how this happened, I thought I had run a full 'make check'...
Anyway, v4 incoming.

Kevin


      reply	other threads:[~2019-05-30 11:09 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-30  7:31 [Qemu-devel] [PATCH v3 0/6] file-posix: Add dynamic-auto-read-only QAPI feature Kevin Wolf
2019-05-30  7:32 ` [Qemu-devel] [PATCH v3 1/6] qapi: Add feature flags to struct types Kevin Wolf
2019-05-30  7:32 ` [Qemu-devel] [PATCH v3 2/6] tests/qapi-schema: Test for good feature lists in structs Kevin Wolf
2019-05-30  7:32 ` [Qemu-devel] [PATCH v3 3/6] tests/qapi-schema: Error case tests for features " Kevin Wolf
2019-05-30  7:32 ` [Qemu-devel] [PATCH v3 4/6] qapi: Disentangle QAPIDoc code Kevin Wolf
2019-05-30  7:32 ` [Qemu-devel] [PATCH v3 5/6] qapi: Allow documentation for features Kevin Wolf
2019-05-30  7:32 ` [Qemu-devel] [PATCH v3 6/6] file-posix: Add dynamic-auto-read-only QAPI feature Kevin Wolf
2019-05-30  7:54 ` [Qemu-devel] [PATCH v3 0/6] " no-reply
2019-05-30 11:03   ` Kevin Wolf [this message]

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=20190530110356.GD4890@linux.fritz.box \
    --to=kwolf@redhat.com \
    --cc=armbru@redhat.com \
    --cc=pkrempa@redhat.com \
    --cc=qemu-block@nongnu.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).