On Mon, 9 Mar 2020 at 20:48, <no-re...@patchew.org> wrote: > > Patchew URL: > https://patchew.org/QEMU/20200309194650.160552-1-dgilb...@redhat.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.
Hi Paolo -- looks like the 'asan' patchew config is also running into the dbus-daemon problem :-( Can we disable the offending test in 'make check' so we don't need to disable the entire patchew config, maybe? thanks -- PMM (trimmed patchew output below) > === 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 === [...] > MALLOC_PERTURB_=${MALLOC_PERTURB_:-$(( ${RANDOM:-0} % 255 + 1))} > QTEST_QEMU_BINARY=x86_64-softmmu/qemu-system-x86_64 QTEST_QEMU_IMG=qemu-img > tests/qtest/drive_del-test -m=quick -k --tap < /dev/null | > ./scripts/tap-driver.pl --test-name="drive_del-test" > PASS 1 drive_del-test /x86_64/drive_del/without-dev > PASS 2 drive_del-test /x86_64/drive_del/after_failed_device_add > ==9151==WARNING: ASan doesn't fully support makecontext/swapcontext functions > and may produce false positives in some cases! > PASS 3 drive_del-test /x86_64/blockdev/drive_del_device_del > MALLOC_PERTURB_=${MALLOC_PERTURB_:-$(( ${RANDOM:-0} % 255 + 1))} > QTEST_QEMU_BINARY=x86_64-softmmu/qemu-system-x86_64 QTEST_QEMU_IMG=qemu-img > tests/qtest/wdt_ib700-test -m=quick -k --tap < /dev/null | > ./scripts/tap-driver.pl --test-name="wdt_ib700-test" > PASS 1 wdt_ib700-test /x86_64/wdt_ib700/pause > --- > dbus-daemon[9321]: Could not get password database information for UID of > current process: User "???" unknown or no memory to allocate password entry > > ** > ERROR:/tmp/qemu-test/src/tests/qtest/dbus-vmstate-test.c:114:get_connection: > assertion failed (err == NULL): The connection is closed (g-io-error-quark, > 18) > cleaning up pid 9321 > ERROR - Bail out! > ERROR:/tmp/qemu-test/src/tests/qtest/dbus-vmstate-test.c:114:get_connection: > assertion failed (err == NULL): The connection is closed (g-io-error-quark, > 18) > make: *** [/tmp/qemu-test/src/tests/Makefile.include:632: check-qtest-x86_64] > 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=88b7cca75c974326a7bec1f2d1a837c5', '-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-swu9ovfa/src/docker-src.2020-03-09-16.18.07.16195:/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=88b7cca75c974326a7bec1f2d1a837c5 > make[1]: *** [docker-run] Error 1 > make[1]: Leaving directory `/var/tmp/patchew-tester-tmp-swu9ovfa/src' > make: *** [docker-run-test-debug@fedora] Error 2 > > real 28m23.541s > user 0m8.580s > > > The full log is available at > http://patchew.org/logs/20200309194650.160552-1-dgilb...@redhat.com/testing.asan/?type=message. > --- > Email generated automatically by Patchew [https://patchew.org/]. > Please send your feedback to patchew-de...@redhat.com