Patchew URL: https://patchew.org/QEMU/20191101103232.3692818-1-luc.mic...@greensocs.com/
Hi, This series failed the docker-quick@centos7 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 make docker-image-centos7 V=1 NETWORK=1 time make docker-test-quick@centos7 SHOW_ENV=1 J=14 NETWORK=1 === TEST SCRIPT END === CC aarch64-softmmu/hw/arm/allwinner-a10.o CC aarch64-softmmu/hw/arm/cubieboard.o /tmp/qemu-test/src/hw/arm/pxa2xx.c: In function 'pxa2xx_pwrmode_write': /tmp/qemu-test/src/hw/arm/pxa2xx.c:309:9: error: incompatible type for argument 1 of 'arm_rebuild_hflags' arm_rebuild_hflags(s->cpu->env); ^ In file included from /tmp/qemu-test/src/hw/arm/pxa2xx.c:15:0: /tmp/qemu-test/src/target/arm/cpu.h:3304:6: note: expected 'struct CPUARMState *' but argument is of type 'CPUARMState' void arm_rebuild_hflags(CPUARMState *env); ^ make[1]: *** [hw/arm/pxa2xx.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make: *** [aarch64-softmmu/all] Error 2 make: *** Waiting for unfinished jobs.... LINK x86_64-softmmu/qemu-system-x86_64 Traceback (most recent call last): --- raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['sudo', '-n', 'docker', 'run', '--label', 'com.qemu.instance.uuid=f71fa5bac4424def845b677aad7f199a', '-u', '1003', '--security-opt', 'seccomp=unconfined', '--rm', '-e', 'TARGET_LIST=', '-e', 'EXTRA_CONFIGURE_OPTS=', '-e', 'V=', '-e', 'J=14', '-e', 'DEBUG=', '-e', 'SHOW_ENV=1', '-e', 'CCACHE_DIR=/var/tmp/ccache', '-v', '/home/patchew2/.cache/qemu-docker-ccache:/var/tmp/ccache:z', '-v', '/var/tmp/patchew-tester-tmp-f_tlfkqr/src/docker-src.2019-11-01-07.57.40.19897:/var/tmp/qemu:z,ro', 'qemu:centos7', '/var/tmp/qemu/run', 'test-quick']' returned non-zero exit status 2. filter=--filter=label=com.qemu.instance.uuid=f71fa5bac4424def845b677aad7f199a make[1]: *** [docker-run] Error 1 make[1]: Leaving directory `/var/tmp/patchew-tester-tmp-f_tlfkqr/src' make: *** [docker-run-test-quick@centos7] Error 2 real 3m36.680s user 0m7.186s The full log is available at http://patchew.org/logs/20191101103232.3692818-1-luc.mic...@greensocs.com/testing.docker-quick@centos7/?type=message. --- Email generated automatically by Patchew [https://patchew.org/]. Please send your feedback to patchew-de...@redhat.com