Message ID | 1588473683-27067-1-git-send-email-raphael.norwitz@nutanix.com (mailing list archive) |
---|---|
Headers | show |
Series | vhost-user: Lift Max Ram Slots Limitation | expand |
Patchew URL: https://patchew.org/QEMU/1588473683-27067-1-git-send-email-raphael.norwitz@nutanix.com/ Hi, This series failed the asan 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-debug@fedora TARGET_LIST=x86_64-softmmu J=14 NETWORK=1 === TEST SCRIPT END === CC backends/rng-builtin.o CC backends/tpm.o CC backends/rng-random.o /tmp/qemu-test/src/contrib/libvhost-user/libvhost-user.c:671:42: error: taking address of packed member 'payload' of class or structure 'VhostUserMsg' may result in an unaligned pointer value [-Werror,-Waddress-of-packed-member] VhostUserMemoryRegion *msg_region = &vmsg->payload.memreg.region; ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/qemu-test/src/contrib/libvhost-user/libvhost-user.c:784:42: error: taking address of packed member 'payload' of class or structure 'VhostUserMsg' may result in an unaligned pointer value [-Werror,-Waddress-of-packed-member] VhostUserMemoryRegion *msg_region = &vmsg->payload.memreg.region; ^~~~~~~~~~~~~~~~~~~~~~~~~~~ 2 errors generated. make: *** [/tmp/qemu-test/src/rules.mak:69: contrib/libvhost-user/libvhost-user.o] Error 1 make: *** Waiting for unfinished jobs.... Traceback (most recent call last): File "./tests/docker/docker.py", line 664, in <module> --- raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['sudo', '-n', 'docker', 'run', '--label', 'com.qemu.instance.uuid=191c6e078de943cda1edffe21640ae27', '-u', '1003', '--security-opt', 'seccomp=unconfined', '--rm', '-e', 'TARGET_LIST=x86_64-softmmu', '-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-rh8txb3w/src/docker-src.2020-05-19-12.42.53.27187:/var/tmp/qemu:z,ro', 'qemu:fedora', '/var/tmp/qemu/run', 'test-debug']' returned non-zero exit status 2. filter=--filter=label=com.qemu.instance.uuid=191c6e078de943cda1edffe21640ae27 make[1]: *** [docker-run] Error 1 make[1]: Leaving directory `/var/tmp/patchew-tester-tmp-rh8txb3w/src' make: *** [docker-run-test-debug@fedora] Error 2 real 3m21.201s user 0m8.007s The full log is available at http://patchew.org/logs/1588473683-27067-1-git-send-email-raphael.norwitz@nutanix.com/testing.asan/?type=message. --- Email generated automatically by Patchew [https://patchew.org/]. Please send your feedback to patchew-devel@redhat.com