On Thu, 6 Feb 2020 at 21:21, Philippe Mathieu-Daudé <phi...@redhat.com> wrote: > > Hi Peter, > > I prepared this series on behalf of Eduardo and > Cleber (one of them will ack this cover). > > Regards, > > Phil. > > The following changes since commit 418fa86dd465b4fd8394373cf83db8fa65d7611c: > > Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-040220-1' > into staging (2020-02-04 18:55:06 +0000) > > are available in the Git repository at: > > https://gitlab.com/philmd/qemu.git tags/python-next-20200206 > > for you to fetch changes up to 3e3481a5df933a26b47f08e5913821672d28d308: > > .readthedocs.yml: specify some minimum python requirements (2020-02-06 > 21:48:24 +0100)
Hi; this fails 'make check' (all hosts): TEST iotest-qcow2: 252 TEST iotest-qcow2: 256 TEST iotest-qcow2: 265 TEST iotest-qcow2: 267 TEST iotest-qcow2: 268 TEST iotest-qcow2: 283 [fail] QEMU -- "/home/petmay01/linaro/qemu-for-merges/build/all/tests/qemu-iotests/../../x86_64-softmmu/qemu-system-x86_64" -nodefaults -display none -accel qtest QEMU_IMG -- "/home/petmay01/linaro/qemu-for-merges/build/all/tests/qemu-iotests/../../qemu-img" QEMU_IO -- "/home/petmay01/linaro/qemu-for-merges/build/all/tests/qemu-iotests/../../qemu-io" --cache writeback --aio threads -f qcow2 QEMU_NBD -- "/home/petmay01/linaro/qemu-for-merges/build/all/tests/qemu-iotests/../../qemu-nbd" IMGFMT -- qcow2 (compat=1.1) IMGPROTO -- file PLATFORM -- Linux/x86_64 e104462 4.15.0-74-generic TEST_DIR -- /home/petmay01/linaro/qemu-for-merges/build/all/tests/qemu-iotests/scratch SOCK_DIR -- /tmp/tmp.oppAzNNHIY SOCKET_SCM_HELPER -- /home/petmay01/linaro/qemu-for-merges/build/all/tests/qemu-iotests/socket_scm_helper --- /home/petmay01/linaro/qemu-for-merges/tests/qemu-iotests/283.out 2020-02-06 18:59:06.291529139 +0000 +++ /home/petmay01/linaro/qemu-for-merges/build/all/tests/qemu-iotests/283.out.bad 2020-02-07 11:25:38.477373907 +0000 @@ -1,8 +1 @@ -{"execute": "blockdev-add", "arguments": {"driver": "null-co", "node-name": "target"}} -{"return": {}} -{"execute": "blockdev-add", "arguments": {"driver": "blkdebug", "image": {"driver": "null-co", "node-name": "base", "size": 1048576}, "node-name": "source"}} -{"return": {}} -{"execute": "blockdev-add", "arguments": {"driver": "blkdebug", "image": "base", "node-name": "other", "take-child-perms": ["write"]}} -{"return": {}} -{"execute": "blockdev-backup", "arguments": {"device": "source", "sync": "full", "target": "target"}} -{"error": {"class": "GenericError", "desc": "Cannot set permissions for backup-top filter: Conflicts with use by other as 'image', which uses 'write' on base"}} +./check: line 866: ./283: Permission denied Not run: 220 Failures: 283 Failed 1 of 115 iotests /home/petmay01/linaro/qemu-for-merges/tests/Makefile.include:842: recipe for target 'check-tests/check-block.sh' failed thanks -- PMM