Patchew URL: https://patchew.org/QEMU/20190927134224.14550-1-marcandre.lur...@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 export ARCH=x86_64 make docker-image-fedora V=1 NETWORK=1 time make docker-test-mingw@fedora J=14 NETWORK=1 === TEST SCRIPT END === CC hw/acpi/pcihp.o CC hw/acpi/ich9.o /tmp/qemu-test/src/backends/dbus-vmstate.c: In function 'dbus_save_state_proxy': /tmp/qemu-test/src/backends/dbus-vmstate.c:301:57: error: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'gsize' {aka 'long long unsigned int'} [-Werror=format=] error_report("Too large vmstate data to save: %lu", size); ~~^ ~~~~ %llu The full log is available at http://patchew.org/logs/20190927134224.14550-1-marcandre.lur...@redhat.com/testing.docker-mingw@fedora/?type=message. --- Email generated automatically by Patchew [https://patchew.org/]. Please send your feedback to patchew-de...@redhat.com