Patchew URL: https://patchew.org/QEMU/20190206112729.37761-1-sgarz...@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 time make docker-test-mingw@fedora SHOW_ENV=1 J=14 === TEST SCRIPT END === CC aarch64-softmmu/hw/arm/smmuv3.o In file included from /tmp/qemu-test/src/hw/block/virtio-blk.c:15: /tmp/qemu-test/src/hw/block/virtio-blk.c: In function 'virtio_blk_device_realize': /tmp/qemu-test/src/include/qapi/error.h:166:25: error: format '%lu' expects argument of type 'long unsigned int', but argument 7 has type 'long long unsigned int' [-Werror=format=] (fmt), ## __VA_ARGS__) ^~~~~ /tmp/qemu-test/src/hw/block/virtio-blk.c:1121:9: note: in expansion of macro 'error_setg' error_setg(errp, "invalid max-discard-sectors property (%" PRIu32 ")" ^~~~~~~~~~ /tmp/qemu-test/src/include/qapi/error.h:166:25: error: format '%lu' expects argument of type 'long unsigned int', but argument 7 has type 'long long unsigned int' [-Werror=format=] (fmt), ## __VA_ARGS__) ^~~~~ /tmp/qemu-test/src/hw/block/virtio-blk.c:1130:9: note: in expansion of macro 'error_setg' --- CC aarch64-softmmu/target/arm/translate-sve.o In file included from /tmp/qemu-test/src/hw/block/virtio-blk.c:15: /tmp/qemu-test/src/hw/block/virtio-blk.c: In function 'virtio_blk_device_realize': /tmp/qemu-test/src/include/qapi/error.h:166:25: error: format '%lu' expects argument of type 'long unsigned int', but argument 7 has type 'long long unsigned int' [-Werror=format=] (fmt), ## __VA_ARGS__) ^~~~~ /tmp/qemu-test/src/hw/block/virtio-blk.c:1121:9: note: in expansion of macro 'error_setg' error_setg(errp, "invalid max-discard-sectors property (%" PRIu32 ")" ^~~~~~~~~~ /tmp/qemu-test/src/include/qapi/error.h:166:25: error: format '%lu' expects argument of type 'long unsigned int', but argument 7 has type 'long long unsigned int' [-Werror=format=] (fmt), ## __VA_ARGS__) ^~~~~ /tmp/qemu-test/src/hw/block/virtio-blk.c:1130:9: note: in expansion of macro 'error_setg' The full log is available at http://patchew.org/logs/20190206112729.37761-1-sgarz...@redhat.com/testing.docker-mingw@fedora/?type=message. --- Email generated automatically by Patchew [http://patchew.org/]. Please send your feedback to patchew-de...@redhat.com