Patchew URL: https://patchew.org/QEMU/20190328113458.8405-1-da...@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 === CC x86_64-softmmu/target/i386/mem_helper.o CC x86_64-softmmu/target/i386/misc_helper.o CC x86_64-softmmu/target/i386/mpx_helper.o /tmp/qemu-test/src/hw/vfio/spapr.c:151:24: error: implicit declaration of function 'qemu_getminrampagesize' is invalid in C99 [-Werror,-Wimplicit-function-declaration] long rampagesize = qemu_getminrampagesize(); ^ /tmp/qemu-test/src/hw/vfio/spapr.c:151:24: note: did you mean 'qemu_getrampagesize'? /tmp/qemu-test/src/include/exec/ram_addr.h:76:6: note: 'qemu_getrampagesize' declared here long qemu_getrampagesize(void); ^ /tmp/qemu-test/src/hw/vfio/spapr.c:151:24: error: this function declaration is not a prototype [-Werror,-Wstrict-prototypes] long rampagesize = qemu_getminrampagesize(); ^ 2 errors generated. make[1]: *** [/tmp/qemu-test/src/rules.mak:69: hw/vfio/spapr.o] Error 1 make[1]: *** Waiting for unfinished jobs.... /tmp/qemu-test/src/exec.c:1721:6: error: no previous prototype for function 'qemu_getminrampagesize' [-Werror,-Wmissing-prototypes] long qemu_getminrampagesize(void) ^ /tmp/qemu-test/src/exec.c:1765:6: error: no previous prototype for function 'qemu_getmaxrampagesize' [-Werror,-Wmissing-prototypes] long qemu_getmaxrampagesize(void) ^ 2 errors generated. The full log is available at http://patchew.org/logs/20190328113458.8405-1-da...@redhat.com/testing.asan/?type=message. --- Email generated automatically by Patchew [https://patchew.org/]. Please send your feedback to patchew-de...@redhat.com