Patchew URL: https://patchew.org/QEMU/20190301084814.11076-1-llyzs.vic@gmail.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 NETWORK=1
=== TEST SCRIPT END ===
from /tmp/qemu-test/src/slirp/slirp.h:50,
from /tmp/qemu-test/src/slirp/socket.c:8:
/tmp/qemu-test/src/slirp/socket.c: In function 'sorecvfrom':
/tmp/qemu-test/src/slirp/socket.c:533:29: error: 'dfd' undeclared (first use in this function)
DEBUG_MISC((dfd, " ioctlsocket errno = %d-%s\n",
^~~
/usr/x86_64-w64-mingw32/sys-root/mingw/include/glib-2.0/glib/gmessages.h:345:32: note: in definition of macro 'g_debug'
---
/tmp/qemu-test/src/slirp/socket.c:533:17: note: in expansion of macro 'DEBUG_MISC'
DEBUG_MISC((dfd, " ioctlsocket errno = %d-%s\n",
^~~~~~~~~~
/tmp/qemu-test/src/slirp/socket.c:533:32: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
DEBUG_MISC((dfd, " ioctlsocket errno = %d-%s\n",
^
/usr/x86_64-w64-mingw32/sys-root/mingw/include/glib-2.0/glib/gmessages.h:345:32: note: in definition of macro 'g_debug'
---
/tmp/qemu-test/src/slirp/socket.c:533:17: note: in expansion of macro 'DEBUG_MISC'
DEBUG_MISC((dfd, " ioctlsocket errno = %d-%s\n",
^~~~~~~~~~
/tmp/qemu-test/src/slirp/socket.c:533:64: error: left-hand operand of comma expression has no effect [-Werror=unused-value]
DEBUG_MISC((dfd, " ioctlsocket errno = %d-%s\n",
^
/usr/x86_64-w64-mingw32/sys-root/mingw/include/glib-2.0/glib/gmessages.h:345:32: note: in definition of macro 'g_debug'
---
/tmp/qemu-test/src/slirp/socket.c:533:17: note: in expansion of macro 'DEBUG_MISC'
DEBUG_MISC((dfd, " ioctlsocket errno = %d-%s\n",
^~~~~~~~~~
/tmp/qemu-test/src/slirp/socket.c:533:17: error: format not a string literal and no format arguments [-Werror=format-security]
cc1: all warnings being treated as errors
make: *** [/tmp/qemu-test/src/rules.mak:69: slirp/socket.o] Error 1
Traceback (most recent call last):
The full log is available at
http://patchew.org/logs/20190301084814.11076-1-llyzs.vic@gmail.com/testing.docker-mingw@fedora/?type=message.
---
Email generated automatically by Patchew [http://patchew.org/].
Please send your feedback to patchew-devel@redhat.com