Subject: [PULL 00/13] Block layer patches
Message-id: 20200311154218.15532-1-kwolf@redhat.com
Type: series

=== 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 ===

From https://github.com/patchew-project/qemu
 * [new tag]         patchew/20200311154218.15532-1-kwolf@redhat.com -> patchew/20200311154218.15532-1-kwolf@redhat.com
Switched to a new branch 'test'
6f8bbb5 qemu-iotests: adding LUKS cleanup for non-UTF8 secret error
7c4ac55 crypto.c: cleanup created file when block_crypto_co_create_opts_luks fails
2ef62ac block.c: adding bdrv_co_delete_file
0d06a64 block: introducing 'bdrv_co_delete_file' interface
1c6716d tests/qemu-iotests: Fix socket_scm_helper build path
6a87377 qapi: Add '@allow-write-only-overlay' feature for 'blockdev-snapshot'
9dce717 iotests: Add iothread cases to 155
ca9cf4e block: Fix cross-AioContext blockdev-snapshot
5b67fac iotests: Test mirror with temporarily disabled target backing file
123666e iotests: Fix run_job() with use_log=False
de09a51 block: Relax restrictions for blockdev-snapshot
b4fe8d8 block: Make bdrv_get_cumulative_perm() public
c4cbf95 qom-qmp-cmds: fix two memleaks in qmp_object_add

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

  0.9 %          5.3 MiB / 20.6 MiB = 0.256                   0:01             

  2.2 %         13.0 MiB / 43.2 MiB = 0.301                   0:02             

  3.4 %         20.2 MiB / 75.2 MiB = 0.269    25 MiB/s       0:03             

  4.7 %        28.3 MiB / 103.1 MiB = 0.274    26 MiB/s       0:04             

  6.0 %        35.7 MiB / 127.5 MiB = 0.280    25 MiB/s       0:05             

  7.2 %        43.0 MiB / 157.6 MiB = 0.273    26 MiB/s       0:06             

 13.3 %        79.5 MiB / 225.1 MiB = 0.353    32 MiB/s       0:07             

 57.7 %       343.7 MiB / 489.3 MiB = 0.702    61 MiB/s       0:08          5 s

 95.8 %       570.6 MiB / 719.9 MiB = 0.793    80 MiB/s       0:09          1 s

 97.0 %       577.7 MiB / 752.5 MiB = 0.768    75 MiB/s       0:10          1 s

 97.7 %       582.0 MiB / 810.5 MiB = 0.718    74 MiB/s       0:11          1 s

 99.1 %       590.2 MiB / 825.3 MiB = 0.715    69 MiB/s       0:12          1 s

  100 %       595.0 MiB / 851.1 MiB = 0.699    67 MiB/s       0:12             
Formatting '/home/patchew2/.cache/qemu-vm/images/freebsd.img.tmp', fmt=qcow2 size=21474836480 cluster_size=65536 lazy_refcounts=off refcount_bits=16
### Booting installer ...
### Installation started now, this will take a while ...
### Installation finished, rebooting ...
### Configuration finished, rebooting ...
### Installing packages ...
Installing pkg-1.12.0_1...
Newer FreeBSD version for package pkg:
To ignore this error set IGNORE_OSVERSION=yes
- package: 1201000
- running kernel: 1200086
Ignore the mismatch and continue? [Y/n]: 
Failed to install the following 1 package(s): /tmp//pkg.txz.PmYb5m
Bootstrapping pkg from pkg+http://pkg.FreeBSD.org/FreeBSD:12:amd64/quarterly, please wait...
Verifying signature with trusted certificate pkg.freebsd.org.2013102301... done
Failed to prepare guest environment
Traceback (most recent call last):
  File "/var/tmp/patchew-tester-tmp-__t8oehz/src/tests/vm/basevm.py", line 439, in main
    return vm.build_image(args.image)
  File "tests/vm/freebsd", line 193, in build_image
    self.ssh_root_check("pkg install -y %s\n" % " ".join(self.pkgs))
  File "/var/tmp/patchew-tester-tmp-__t8oehz/src/tests/vm/basevm.py", line 157, in ssh_root_check
    self._ssh_do("root", cmd, True)
  File "/var/tmp/patchew-tester-tmp-__t8oehz/src/tests/vm/basevm.py", line 144, in _ssh_do
    raise Exception("SSH command failed: %s" % cmd)
Exception: SSH command failed: pkg install -y git pkgconf bzip2 python37 bash gmake gsed flex bison gnutls jpeg-turbo png sdl2 gtk3 libxkbcommon libepoxy mesa-libs zstd

make: *** [/home/patchew2/.cache/qemu-vm/images/freebsd.img] Error 2
=== OUTPUT END ===

Test command exited with code: 0