Patchew URL: https://patchew.org/QEMU/20181218230442.27887-1-samuel.thiba...@ens-lyon.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=8 === TEST SCRIPT END === CC net/filter-rewriter.o CC net/filter-replay.o /tmp/qemu-test/src/net/slirp.c: In function 'net_slirp_init': /tmp/qemu-test/src/net/slirp.c:302:10: error: implicit declaration of function 'inet_pton'; did you mean 'inet_aton'? [-Werror=implicit-function-declaration] if (!inet_pton(AF_INET6, vprefix6, &ip6_prefix)) { ^~~~~~~~~ inet_aton /tmp/qemu-test/src/net/slirp.c:302:10: error: nested extern declaration of 'inet_pton' [-Werror=nested-externs] cc1: all warnings being treated as errors make: *** [/tmp/qemu-test/src/rules.mak:69: net/slirp.o] Error 1 make: *** Waiting for unfinished jobs.... The full log is available at http://patchew.org/logs/20181218230442.27887-1-samuel.thiba...@ens-lyon.org/testing.docker-mingw@fedora/?type=message. --- Email generated automatically by Patchew [http://patchew.org/]. Please send your feedback to patchew-de...@redhat.com