Patchew URL: https://patchew.org/QEMU/20190313062630.30568-1-richard.hender...@linaro.org/
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 NETWORK=1 === TEST SCRIPT END === CC hw/acpi/trace.o CC hw/alpha/trace.o /tmp/qemu-test/src/util/random.c: In function 'do_jrand48': /tmp/qemu-test/src/util/random.c:41:15: error: implicit declaration of function 'jrand48'; did you mean 'do_jrand48'? [-Werror=implicit-function-declaration] val = jrand48(xsubi); ^~~~~~~ do_jrand48 /tmp/qemu-test/src/util/random.c:41:15: error: nested extern declaration of 'jrand48' [-Werror=nested-externs] /tmp/qemu-test/src/util/random.c: In function 'initialize': /tmp/qemu-test/src/util/random.c:127:5: error: implicit declaration of function 'srand48'; did you mean 'srand'? [-Werror=implicit-function-declaration] srand48(0); ^~~~~~~ srand /tmp/qemu-test/src/util/random.c:127:5: error: nested extern declaration of 'srand48' [-Werror=nested-externs] cc1: all warnings being treated as errors make: *** [/tmp/qemu-test/src/rules.mak:69: util/random.o] Error 1 make: *** Waiting for unfinished jobs.... The full log is available at http://patchew.org/logs/20190313062630.30568-1-richard.hender...@linaro.org/testing.docker-mingw@fedora/?type=message. --- Email generated automatically by Patchew [http://patchew.org/]. Please send your feedback to patchew-de...@redhat.com