Patchew URL: https://patchew.org/QEMU/1570709475-32073-2-git-send-email-mikhail.sennikovs...@cloud.ionos.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 x86_64-softmmu/hw/i386/acpi-build.o CC x86_64-softmmu/monitor/misc.o /tmp/qemu-test/src/hw/net/virtio-net.c: In function 'virtio_net_set_features': /tmp/qemu-test/src/hw/net/virtio-net.c:780:29: error: implicit declaration of function 'runstate_check'; did you mean 'type_check'? [-Werror=implicit-function-declaration] if (n->has_vnet_hdr && !runstate_check(RUN_STATE_INMIGRATE)) { ^~~~~~~~~~~~~~ type_check /tmp/qemu-test/src/hw/net/virtio-net.c:780:29: error: nested extern declaration of 'runstate_check' [-Werror=nested-externs] /tmp/qemu-test/src/hw/net/virtio-net.c:780:44: error: 'RUN_STATE_INMIGRATE' undeclared (first use in this function); did you mean 'RX_STATE__MAX'? if (n->has_vnet_hdr && !runstate_check(RUN_STATE_INMIGRATE)) { ^~~~~~~~~~~~~~~~~~~ RX_STATE__MAX /tmp/qemu-test/src/hw/net/virtio-net.c:780:44: note: each undeclared identifier is reported only once for each function it appears in cc1: all warnings being treated as errors CC aarch64-softmmu/hw/input/pxa2xx_keypad.o make[1]: *** [/tmp/qemu-test/src/rules.mak:69: hw/net/virtio-net.o] Error 1 make[1]: *** Waiting for unfinished jobs.... CC x86_64-softmmu/qapi/qapi-introspect.o CC aarch64-softmmu/hw/input/tsc210x.o --- CC aarch64-softmmu/hw/arm/fsl-imx6ul.o CC aarch64-softmmu/hw/arm/mcimx6ul-evk.o /tmp/qemu-test/src/hw/net/virtio-net.c: In function 'virtio_net_set_features': /tmp/qemu-test/src/hw/net/virtio-net.c:780:29: error: implicit declaration of function 'runstate_check'; did you mean 'type_check'? [-Werror=implicit-function-declaration] if (n->has_vnet_hdr && !runstate_check(RUN_STATE_INMIGRATE)) { ^~~~~~~~~~~~~~ type_check /tmp/qemu-test/src/hw/net/virtio-net.c:780:29: error: nested extern declaration of 'runstate_check' [-Werror=nested-externs] /tmp/qemu-test/src/hw/net/virtio-net.c:780:44: error: 'RUN_STATE_INMIGRATE' undeclared (first use in this function); did you mean 'RX_STATE__MAX'? if (n->has_vnet_hdr && !runstate_check(RUN_STATE_INMIGRATE)) { ^~~~~~~~~~~~~~~~~~~ RX_STATE__MAX /tmp/qemu-test/src/hw/net/virtio-net.c:780:44: note: each undeclared identifier is reported only once for each function it appears in cc1: all warnings being treated as errors make[1]: *** [/tmp/qemu-test/src/rules.mak:69: hw/net/virtio-net.o] Error 1 make[1]: *** Waiting for unfinished jobs.... CC aarch64-softmmu/hw/arm/nrf51_soc.o make: *** [Makefile:482: x86_64-softmmu/all] Error 2 make: *** Waiting for unfinished jobs.... make: *** [Makefile:482: aarch64-softmmu/all] Error 2 Traceback (most recent call last): File "./tests/docker/docker.py", line 662, in <module> sys.exit(main()) --- raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['sudo', '-n', 'docker', 'run', '--label', 'com.qemu.instance.uuid=13f31a23cdaa43fab126428102954053', '-u', '1001', '--security-opt', 'seccomp=unconfined', '--rm', '-e', 'TARGET_LIST=', '-e', 'EXTRA_CONFIGURE_OPTS=', '-e', 'V=', '-e', 'J=14', '-e', 'DEBUG=', '-e', 'SHOW_ENV=', '-e', 'CCACHE_DIR=/var/tmp/ccache', '-v', '/home/patchew/.cache/qemu-docker-ccache:/var/tmp/ccache:z', '-v', '/var/tmp/patchew-tester-tmp-8i4i6k8j/src/docker-src.2019-10-10-09.15.36.22582:/var/tmp/qemu:z,ro', 'qemu:fedora', '/var/tmp/qemu/run', 'test-mingw']' returned non-zero exit status 2. filter=--filter=label=com.qemu.instance.uuid=13f31a23cdaa43fab126428102954053 make[1]: *** [docker-run] Error 1 make[1]: Leaving directory `/var/tmp/patchew-tester-tmp-8i4i6k8j/src' make: *** [docker-run-test-mingw@fedora] Error 2 real 2m13.813s user 0m8.487s The full log is available at http://patchew.org/logs/1570709475-32073-2-git-send-email-mikhail.sennikovs...@cloud.ionos.com/testing.docker-mingw@fedora/?type=message. --- Email generated automatically by Patchew [https://patchew.org/]. Please send your feedback to patchew-de...@redhat.com