Patchew URL: https://patchew.org/QEMU/20200210214109.751734-1-ebl...@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 block/block-copy.o CC block/crypto.o /tmp/qemu-test/src/block/block-backend.c: In function 'blk_known_zeroes': /tmp/qemu-test/src/block/block-backend.c:2136:12: error: implicit declaration of function 'bdrv_known_zeroes'; did you mean 'blk_known_zeroes'? [-Werror=implicit-function-declaration] return bdrv_known_zeroes(blk_bs(blk)); ^~~~~~~~~~~~~~~~~ blk_known_zeroes /tmp/qemu-test/src/block/block-backend.c:2136:12: error: nested extern declaration of 'bdrv_known_zeroes' [-Werror=nested-externs] cc1: all warnings being treated as errors make: *** [/tmp/qemu-test/src/rules.mak:69: block/block-backend.o] Error 1 make: *** Waiting for unfinished jobs.... CC block/aio_task.o /tmp/qemu-test/src/block/nbd.c: In function 'nbd_known_zeroes': /tmp/qemu-test/src/block/nbd.c:1919:16: error: 'BDRV_ZERO_OPEN' undeclared (first use in this function); did you mean 'BDRV_REQ_MASK'? return BDRV_ZERO_OPEN; ^~~~~~~~~~~~~~ BDRV_REQ_MASK /tmp/qemu-test/src/block/nbd.c:1919:16: note: each undeclared identifier is reported only once for each function it appears in /tmp/qemu-test/src/block/nbd.c: At top level: /tmp/qemu-test/src/block/nbd.c:2042:6: error: 'BlockDriver' {aka 'struct BlockDriver'} has no member named 'bdrv_known_zeroes'; did you mean 'bdrv_join_options'? .bdrv_known_zeroes = nbd_known_zeroes, ^~~~~~~~~~~~~~~~~ bdrv_join_options /tmp/qemu-test/src/block/nbd.c:2042:35: error: initialization of 'int (*)(BlockDriverState *, BdrvChild *, uint64_t, BdrvChild *, uint64_t, uint64_t, BdrvRequestFlags, BdrvRequestFlags)' {aka 'int (*)(struct BlockDriverState *, struct BdrvChild *, long long unsigned int, struct BdrvChild *, long long unsigned int, long long unsigned int, enum <anonymous>, enum <anonymous>)'} from incompatible pointer type 'int (*)(BlockDriverState *)' {aka 'int (*)(struct BlockDriverState *)'} [-Werror=incompatible-pointer-types] .bdrv_known_zeroes = nbd_known_zeroes, ^~~~~~~~~~~~~~~~ /tmp/qemu-test/src/block/nbd.c:2042:35: note: (near initialization for 'bdrv_nbd.bdrv_co_copy_range_from') /tmp/qemu-test/src/block/nbd.c:2068:6: error: 'BlockDriver' {aka 'struct BlockDriver'} has no member named 'bdrv_known_zeroes'; did you mean 'bdrv_join_options'? .bdrv_known_zeroes = nbd_known_zeroes, ^~~~~~~~~~~~~~~~~ bdrv_join_options /tmp/qemu-test/src/block/nbd.c:2068:35: error: initialization of 'int (*)(BlockDriverState *, BdrvChild *, uint64_t, BdrvChild *, uint64_t, uint64_t, BdrvRequestFlags, BdrvRequestFlags)' {aka 'int (*)(struct BlockDriverState *, struct BdrvChild *, long long unsigned int, struct BdrvChild *, long long unsigned int, long long unsigned int, enum <anonymous>, enum <anonymous>)'} from incompatible pointer type 'int (*)(BlockDriverState *)' {aka 'int (*)(struct BlockDriverState *)'} [-Werror=incompatible-pointer-types] .bdrv_known_zeroes = nbd_known_zeroes, ^~~~~~~~~~~~~~~~ /tmp/qemu-test/src/block/nbd.c:2068:35: note: (near initialization for 'bdrv_nbd_tcp.bdrv_co_copy_range_from') /tmp/qemu-test/src/block/nbd.c:2094:6: error: 'BlockDriver' {aka 'struct BlockDriver'} has no member named 'bdrv_known_zeroes'; did you mean 'bdrv_join_options'? .bdrv_known_zeroes = nbd_known_zeroes, ^~~~~~~~~~~~~~~~~ bdrv_join_options /tmp/qemu-test/src/block/nbd.c:2094:35: error: initialization of 'int (*)(BlockDriverState *, BdrvChild *, uint64_t, BdrvChild *, uint64_t, uint64_t, BdrvRequestFlags, BdrvRequestFlags)' {aka 'int (*)(struct BlockDriverState *, struct BdrvChild *, long long unsigned int, struct BdrvChild *, long long unsigned int, long long unsigned int, enum <anonymous>, enum <anonymous>)'} from incompatible pointer type 'int (*)(BlockDriverState *)' {aka 'int (*)(struct BlockDriverState *)'} [-Werror=incompatible-pointer-types] .bdrv_known_zeroes = nbd_known_zeroes, ^~~~~~~~~~~~~~~~ /tmp/qemu-test/src/block/nbd.c:2094:35: note: (near initialization for 'bdrv_nbd_unix.bdrv_co_copy_range_from') cc1: all warnings being treated as errors make: *** [/tmp/qemu-test/src/rules.mak:69: block/nbd.o] Error 1 Traceback (most recent call last): File "./tests/docker/docker.py", line 664, in <module> sys.exit(main()) --- raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['sudo', '-n', 'docker', 'run', '--label', 'com.qemu.instance.uuid=811a6c8d2b1f4332b71aff13616f8b14', '-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-n_zjkark/src/docker-src.2020-02-10-16.49.18.9920:/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=811a6c8d2b1f4332b71aff13616f8b14 make[1]: *** [docker-run] Error 1 make[1]: Leaving directory `/var/tmp/patchew-tester-tmp-n_zjkark/src' make: *** [docker-run-test-mingw@fedora] Error 2 real 2m18.509s user 0m7.961s The full log is available at http://patchew.org/logs/20200210214109.751734-1-ebl...@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