Message-id: 20190827182313.25983-1-mreitz@redhat.com
Type: series
Subject: [Qemu-devel] [PULL 00/15] Block patches

=== TEST SCRIPT BEGIN ===
#!/bin/bash
# Testing script will be invoked under the git checkout with
# HEAD pointing to a commit that has the patches applied on top of "base"
# branch
if qemu-system-x86_64 --help >/dev/null 2>&1; then
  QEMU=qemu-system-x86_64
elif /usr/libexec/qemu-kvm --help >/dev/null 2>&1; then
  QEMU=/usr/libexec/qemu-kvm
else
  exit 1
fi
make vm-build-freebsd J=21 QEMU=$QEMU
exit 0
=== TEST SCRIPT END ===

Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384
Switched to a new branch 'test'
3bdc23b iotests: Unify cache mode quoting
fd28888 tests/check-block: Skip iotests when sanitizers are enabled
c088664 iotests: Check for enabled drivers before testing them
af6bb77 file-posix: fix request_alignment typo
0959116 iotests: Disable 126 for flat vmdk subformats
87e84a9 iotests: Disable 110 for vmdk.twoGbMaxExtentSparse
7a19efe iotests: Disable broken streamOptimized tests
baf0bb2 vmdk: Reject invalid compressed writes
ca3aab5 iotests: Keep testing broken relative extent paths
7a4e8f1 vmdk: Use bdrv_dirname() for relative extent paths
c4977d7 iotests: Fix _filter_img_create()
f31741a iotests: Test allocate_first_block() with O_DIRECT
5574694 block: posix: Always allocate the first block
39606c0 block: fix permission update in bdrv_replace_node
5aaea35 qemu-io: add pattern file for write command

=== OUTPUT BEGIN ===
    VM-IMAGE freebsd 
### Downloading install iso ...
### Preparing iso and disk image ...
/home/patchew/.cache/qemu-vm/images/freebsd.img.install.iso.xz (1/1)

  1.0 %          6.1 MiB / 23.2 MiB = 0.261                   0:01             

  2.3 %         13.8 MiB / 45.6 MiB = 0.304                   0:02             

  3.5 %         21.1 MiB / 77.5 MiB = 0.272    25 MiB/s       0:03             

  4.9 %        29.2 MiB / 105.9 MiB = 0.275    26 MiB/s       0:04             

  6.1 %        36.6 MiB / 130.2 MiB = 0.281    26 MiB/s       0:05             

  7.4 %        43.9 MiB / 161.2 MiB = 0.272    27 MiB/s       0:06             

  8.2 %        48.8 MiB / 194.2 MiB = 0.252    26 MiB/s       0:07             

 19.1 %       114.0 MiB / 259.6 MiB = 0.439    31 MiB/s       0:08         35 s

 34.0 %       202.6 MiB / 348.2 MiB = 0.582    37 MiB/s       0:09         20 s

 39.0 %       232.1 MiB / 377.7 MiB = 0.614    36 MiB/s       0:10         20 s

 50.4 %       300.5 MiB / 446.1 MiB = 0.674    39 MiB/s       0:11         15 s

 67.0 %       399.2 MiB / 544.9 MiB = 0.733    44 MiB/s       0:12          6 s

 78.9 %       470.2 MiB / 615.8 MiB = 0.764    46 MiB/s       0:13          3 s

 92.2 %       549.3 MiB / 694.9 MiB = 0.790    48 MiB/s       0:14          1 s

 96.0 %       571.7 MiB / 725.3 MiB = 0.788    47 MiB/s       0:15          1 s

 96.7 %       575.8 MiB / 744.9 MiB = 0.773    45 MiB/s       0:16          1 s

 97.4 %       579.9 MiB / 758.8 MiB = 0.764    43 MiB/s       0:17          1 s

 98.4 %       585.8 MiB / 819.3 MiB = 0.715    44 MiB/s       0:18          1 s

 99.7 %       593.6 MiB / 841.7 MiB = 0.705    43 MiB/s       0:19          1 s

  100 %       595.0 MiB / 851.1 MiB = 0.699    43 MiB/s       0:19             
Formatting '/home/patchew/.cache/qemu-vm/images/freebsd.img.tmp', fmt=qcow2 size=21474836480 cluster_size=65536 lazy_refcounts=off refcount_bits=16
### Booting installer ...
ERROR:root:Failed to launch QEMU, command line:
ERROR:root:/usr/libexec/qemu-kvm -nodefaults -m 4G -cpu max -netdev user,id=vnet,hostfwd=:127.0.0.1:0-:22 -device virtio-net-pci,netdev=vnet -vnc 127.0.0.1:0,to=20 -smp 12 -enable-kvm -device VGA -drive file=/home/patchew/.cache/qemu-vm/images/freebsd.img.tmp,if=none,id=drive0,cache=writeback -device virtio-blk,drive=drive0,bootindex=0 -bios pc-bios/bios-256k.bin -machine graphics=off -cdrom /home/patchew/.cache/qemu-vm/images/freebsd.img.install.iso
ERROR:root:Log:
ERROR:root:qemu-kvm: cannot set up guest memory 'pc.ram': Cannot allocate memory

ERROR:root:QEMU version >= 2.10 is required
Failed to prepare guest environment
Traceback (most recent call last):
  File "/var/tmp/patchew-tester-tmp-hrlp8mi3/src/tests/vm/basevm.py", line 353, in main
    return vm.build_image(args.image)
  File "tests/vm/freebsd", line 92, in build_image
    "-cdrom", iso
  File "/var/tmp/patchew-tester-tmp-hrlp8mi3/src/tests/vm/basevm.py", line 171, in boot
    guest.launch()
  File "/var/tmp/patchew-tester-tmp-hrlp8mi3/src/tests/vm/../../python/qemu/machine.py", line 294, in launch
    self._launch()
  File "/var/tmp/patchew-tester-tmp-hrlp8mi3/src/tests/vm/../../python/qemu/machine.py", line 321, in _launch
    self._post_launch()
  File "/var/tmp/patchew-tester-tmp-hrlp8mi3/src/tests/vm/../../python/qemu/machine.py", line 265, in _post_launch
    self._qmp.accept()
  File "/var/tmp/patchew-tester-tmp-hrlp8mi3/src/tests/vm/../../python/qemu/qmp.py", line 157, in accept
    return self.__negotiate_capabilities()
  File "/var/tmp/patchew-tester-tmp-hrlp8mi3/src/tests/vm/../../python/qemu/qmp.py", line 75, in __negotiate_capabilities
    resp = self.cmd('qmp_capabilities')
  File "/var/tmp/patchew-tester-tmp-hrlp8mi3/src/tests/vm/../../python/qemu/qmp.py", line 191, in cmd
    return self.cmd_obj(qmp_cmd)
  File "/var/tmp/patchew-tester-tmp-hrlp8mi3/src/tests/vm/../../python/qemu/qmp.py", line 174, in cmd_obj
    resp = self.__json_read()
  File "/var/tmp/patchew-tester-tmp-hrlp8mi3/src/tests/vm/../../python/qemu/qmp.py", line 82, in __json_read
    data = self.__sockfile.readline()
  File "/usr/lib64/python2.7/socket.py", line 447, in readline
    data = self._sock.recv(self._rbufsize)
error: [Errno 104] Connection reset by peer
make: *** [/home/patchew/.cache/qemu-vm/images/freebsd.img] Error 2
=== OUTPUT END ===

Test command exited with code: 0