Patchew URL:
https://patchew.org/QEMU/[email protected]/
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 ===
CC crypto/cipher.o
CC crypto/tlscreds.o
CC crypto/tlscredsanon.o
/tmp/qemu-test/src/block/backup-top.c:268:5: error: implicit declaration of
function 'bdrv_set_aio_context' is invalid in C99
[-Werror,-Wimplicit-function-declaration]
bdrv_set_aio_context(top, bdrv_get_aio_context(source));
^
/tmp/qemu-test/src/block/backup-top.c:268:5: note: did you mean
'bdrv_get_aio_context'?
/tmp/qemu-test/src/include/block/block.h:579:13: note: 'bdrv_get_aio_context'
declared here
AioContext *bdrv_get_aio_context(BlockDriverState *bs);
^
/tmp/qemu-test/src/block/backup-top.c:268:5: error: this function declaration
is not a prototype [-Werror,-Wstrict-prototypes]
bdrv_set_aio_context(top, bdrv_get_aio_context(source));
^
2 errors generated.
The full log is available at
http://patchew.org/logs/[email protected]/testing.asan/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to [email protected]