Message ID | 20200217012737.30231-1-gengdongjiu@huawei.com (mailing list archive) |
---|---|
Headers | show |
Series | Add ARMv8 RAS virtualization support in QEMU | expand |
Patchew URL: https://patchew.org/QEMU/20200217012737.30231-1-gengdongjiu@huawei.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 hw/audio/sb16.o In file included from /tmp/qemu-test/src/hw/acpi/ghes.c:29: /tmp/qemu-test/src/hw/acpi/ghes.c: In function 'acpi_ghes_record_mem_error': /tmp/qemu-test/src/include/qemu/uuid.h:38:3: error: missing braces around initializer [-Werror=missing-braces] { (a) & 0xff, ((a) >> 8) & 0xff, ((a) >> 16) & 0xff, ((a) >> 24) & 0xff, \ ^ /tmp/qemu-test/src/hw/acpi/ghes.c:60:5: note: in expansion of macro 'UUID_LE' --- QemuUUID mem_section_id_le = UEFI_CPER_SEC_PLATFORM_MEM; ^~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make: *** [/tmp/qemu-test/src/rules.mak:69: hw/acpi/ghes.o] Error 1 make: *** Waiting for unfinished jobs.... CC hw/audio/es1370.o Traceback (most recent call last): --- raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['sudo', '-n', 'docker', 'run', '--label', 'com.qemu.instance.uuid=9a76402463c345328be56ae4097cee3b', '-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-lfhq_j5a/src/docker-src.2020-02-16-20.55.36.13397:/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=9a76402463c345328be56ae4097cee3b make[1]: *** [docker-run] Error 1 make[1]: Leaving directory `/var/tmp/patchew-tester-tmp-lfhq_j5a/src' make: *** [docker-run-test-mingw@fedora] Error 2 real 2m35.466s user 0m8.231s The full log is available at http://patchew.org/logs/20200217012737.30231-1-gengdongjiu@huawei.com/testing.docker-mingw@fedora/?type=message. --- Email generated automatically by Patchew [https://patchew.org/]. Please send your feedback to patchew-devel@redhat.com