[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v6 00/14] Add support for io_uring
From: |
no-reply |
Subject: |
Re: [Qemu-devel] [PATCH v6 00/14] Add support for io_uring |
Date: |
Fri, 19 Jul 2019 15:33:24 -0700 (PDT) |
Patchew URL: https://patchew.org/QEMU/address@hidden/
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
make docker-image-fedora V=1 NETWORK=1
time make docker-test-debug@fedora TARGET_LIST=x86_64-softmmu J=14 NETWORK=1
=== TEST SCRIPT END ===
CC hw/arm/trace.o
CC hw/audio/trace.o
In file included from block/trace.c:4:
/tmp/qemu-test/build/block/trace.h:1704:96: error: expected ')'
qemu_log("%d@%zu.%06zu:luring_resubmit_short_read " "LuringState %p
luringcb %p nread "\n",
^
/tmp/qemu-test/build/block/trace.h:1704:17: note: to match this '('
qemu_log("%d@%zu.%06zu:luring_resubmit_short_read " "LuringState %p
luringcb %p nread "\n",
^
/tmp/qemu-test/build/block/trace.h:1704:98: error: missing terminating '"'
character [-Werror,-Winvalid-pp-token]
qemu_log("%d@%zu.%06zu:luring_resubmit_short_read " "LuringState %p
luringcb %p nread "\n",
^
CC hw/block/trace.o
The full log is available at
http://patchew.org/logs/address@hidden/testing.asan/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to address@hidden
- Re: [Qemu-devel] [PATCH v6 11/14] qemu-io: adds option to use aio engine, (continued)