Patchew URL: https://patchew.org/QEMU/642f73c78a99258dc134e3879a0287db8ef176c0.1578497245.git.tgole...@redhat.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/virtio/virtio-input-pci.o CC aarch64-softmmu/hw/intc/exynos4210_combiner.o /tmp/qemu-test/src/qga/commands-win32.c: In function 'ga_get_hardware_ids': /tmp/qemu-test/src/qga/commands-win32.c:2302:11: error: unused variable 'hw_ids' [-Werror=unused-variable] GStrv hw_ids = NULL; ^~~~~~ /tmp/qemu-test/src/qga/commands-win32.c: In function 'qmp_guest_get_devices': /tmp/qemu-test/src/qga/commands-win32.c:2443:1: error: label 'out' defined but not used [-Werror=unused-label] out: ^~~ cc1: all warnings being treated as errors make: *** [/tmp/qemu-test/src/rules.mak:69: qga/commands-win32.o] Error 1 make: *** Waiting for unfinished jobs.... CC aarch64-softmmu/hw/intc/omap_intc.o CC aarch64-softmmu/hw/intc/bcm2835_ic.o --- raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['sudo', '-n', 'docker', 'run', '--label', 'com.qemu.instance.uuid=316576da59b74849a1fa8a9b8b74f8be', '-u', '1003', '--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/patchew2/.cache/qemu-docker-ccache:/var/tmp/ccache:z', '-v', '/var/tmp/patchew-tester-tmp-631dse73/src/docker-src.2020-01-08-14.58.58.7854:/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=316576da59b74849a1fa8a9b8b74f8be make[1]: *** [docker-run] Error 1 make[1]: Leaving directory `/var/tmp/patchew-tester-tmp-631dse73/src' make: *** [docker-run-test-mingw@fedora] Error 2 real 2m44.583s user 0m8.004s The full log is available at http://patchew.org/logs/642f73c78a99258dc134e3879a0287db8ef176c0.1578497245.git.tgole...@redhat.com/testing.docker-mingw@fedora/?type=message. --- Email generated automatically by Patchew [https://patchew.org/]. Please send your feedback to patchew-de...@redhat.com