Patchew URL: https://patchew.org/QEMU/20200311172014.33052-1-shameerali.kolothum.th...@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/timer/arm_timer.o In file included from /tmp/qemu-test/src/include/qemu/osdep.h:51, from /tmp/qemu-test/src/hw/nvram/fw_cfg.c:25: /tmp/qemu-test/src/include/qemu/compiler.h:81:35: error: invalid operands to binary - (have 'uint64_t *' {aka 'long long unsigned int *'} and 'size_t *' {aka 'unsigned int *'}) #define type_check(t1,t2) ((t1*)0 - (t2*)0) ^ /tmp/qemu-test/src/include/migration/vmstate.h:254:6: note: in expansion of macro 'type_check' --- /tmp/qemu-test/src/hw/nvram/fw_cfg.c:674:9: note: in expansion of macro 'VMSTATE_UINT64' VMSTATE_UINT64(table_mr_size, FWCfgState), ^~~~~~~~~~~~~~ /tmp/qemu-test/src/include/qemu/compiler.h:81:35: error: invalid operands to binary - (have 'uint64_t *' {aka 'long long unsigned int *'} and 'size_t *' {aka 'unsigned int *'}) #define type_check(t1,t2) ((t1*)0 - (t2*)0) ^ /tmp/qemu-test/src/include/migration/vmstate.h:254:6: note: in expansion of macro 'type_check' --- /tmp/qemu-test/src/hw/nvram/fw_cfg.c:675:9: note: in expansion of macro 'VMSTATE_UINT64' VMSTATE_UINT64(linker_mr_size, FWCfgState), ^~~~~~~~~~~~~~ /tmp/qemu-test/src/include/qemu/compiler.h:81:35: error: invalid operands to binary - (have 'uint64_t *' {aka 'long long unsigned int *'} and 'size_t *' {aka 'unsigned int *'}) #define type_check(t1,t2) ((t1*)0 - (t2*)0) ^ /tmp/qemu-test/src/include/migration/vmstate.h:254:6: note: in expansion of macro 'type_check' --- /tmp/qemu-test/src/hw/nvram/fw_cfg.c:676:9: note: in expansion of macro 'VMSTATE_UINT64' VMSTATE_UINT64(rsdp_mr_size, FWCfgState), ^~~~~~~~~~~~~~ make: *** [/tmp/qemu-test/src/rules.mak:69: hw/nvram/fw_cfg.o] Error 1 make: *** Waiting for unfinished jobs.... CC hw/timer/arm_mptimer.o Traceback (most recent call last): --- raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['sudo', '-n', 'docker', 'run', '--label', 'com.qemu.instance.uuid=25b77fea135a4b9993893172efb88f55', '-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-ijsb_x7a/src/docker-src.2020-03-11-15.27.35.7372:/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=25b77fea135a4b9993893172efb88f55 make[1]: *** [docker-run] Error 1 make[1]: Leaving directory `/var/tmp/patchew-tester-tmp-ijsb_x7a/src' make: *** [docker-run-test-mingw@fedora] Error 2 real 5m14.744s user 0m8.333s The full log is available at http://patchew.org/logs/20200311172014.33052-1-shameerali.kolothum.th...@huawei.com/testing.docker-mingw@fedora/?type=message. --- Email generated automatically by Patchew [https://patchew.org/]. Please send your feedback to patchew-de...@redhat.com