Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dshcherb/b2c92f8d0eabab818ea1e2113d585ab4 to your computer and use it in GitHub Desktop.
Save dshcherb/b2c92f8d0eabab818ea1e2113d585ab4 to your computer and use it in GitHub Desktop.
2021-10-01-vpd-capability-v7-all-distro-code-commits.txt
This file has been truncated, but you can view the full file.
$ git log --pretty=oneline -5
19dd22b849858037bfca6f14194b9e13dc73cf30 (HEAD -> 2021-vpd-7) news: Add PCI VPD parser & capability notes
7d7c5678c915d02898032138e446a2e3fdeb65f8 Add PCI VPD Capability Documentation
7e0a9b56bd76efc9dd7477fa085832febab2a5b3 Add PCI VPD Capability Support
ae729a6c0760f6d626c1b9df31009574108359e7 Add PCI VPD-related helper functions to virpci
ba8eadb2f56fee067b39486d17152814e6904bd1 Add a PCI/PCIe device VPD Parser
$ meson -Dexpensive_tests=enabled build --prefix=/usr
# ...
$ ninja -C build
$ valgrind --leak-check=full build/tests/virpcivpdtest
==477561== Memcheck, a memory error detector
==477561== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==477561== Using Valgrind-3.17.0 and LibVEX; rerun with -h for copyright info
==477561== Command: build/tests/virpcivpdtest
==477561==
TEST: virpcivpdtest
.......... 10 OK
==477561==
==477561== HEAP SUMMARY:
==477561== in use at exit: 40,246 bytes in 276 blocks
==477561== total heap usage: 2,590 allocs, 2,314 frees, 413,749 bytes allocated
==477561==
==477561== LEAK SUMMARY:
==477561== definitely lost: 0 bytes in 0 blocks
==477561== indirectly lost: 0 bytes in 0 blocks
==477561== possibly lost: 0 bytes in 0 blocks
==477561== still reachable: 38,230 bytes in 255 blocks
==477561== suppressed: 0 bytes in 0 blocks
==477561== Reachable blocks (those to which a pointer was found) are not shown.
==477561== To see them, rerun with: --leak-check=full --show-leak-kinds=all
==477561==
==477561== For lists of detected and suppressed errors, rerun with: -s
==477561== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
$ valgrind --leak-check=full build/tests/nodedevxml2xmltest
==477562== Memcheck, a memory error detector
==477562== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==477562== Using Valgrind-3.17.0 and LibVEX; rerun with -h for copyright info
==477562== Command: build/tests/nodedevxml2xmltest
==477562==
TEST: nodedevxml2xmltest
........................................ 40
.. 42 OK
==477562==
==477562== HEAP SUMMARY:
==477562== in use at exit: 40,896 bytes in 282 blocks
==477562== total heap usage: 22,351 allocs, 22,069 frees, 3,200,815 bytes allocated
==477562==
==477562== LEAK SUMMARY:
==477562== definitely lost: 0 bytes in 0 blocks
==477562== indirectly lost: 0 bytes in 0 blocks
==477562== possibly lost: 0 bytes in 0 blocks
==477562== still reachable: 38,880 bytes in 261 blocks
==477562== suppressed: 0 bytes in 0 blocks
==477562== Reachable blocks (those to which a pointer was found) are not shown.
==477562== To see them, rerun with: --leak-check=full --show-leak-kinds=all
==477562==
==477562== For lists of detected and suppressed errors, rerun with: -s
==477562== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
$ valgrind --leak-check=full build/tests/virpcitest
==477563== Memcheck, a memory error detector
==477563== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==477563== Using Valgrind-3.17.0 and LibVEX; rerun with -h for copyright info
==477563== Command: build/tests/virpcitest
==477563==
TEST: virpcitest
.................... 20 OK
$ (for c in ba8eadb2f56fee067b39486d17152814e6904bd1 ae729a6c0760f6d626c1b9df31009574108359e7 7e0a9b56bd76efc9dd7477fa085832febab2a5b3 7d7c5678c915d02898032138e446a2e3fdeb65f8 ; do git checkout $c ; for t in centos-8 centos-stream-8 debian-10 debian-11 debian-sid fedora-33 fedora-34 opensuse-leap-152 opensuse-tumbleweed ubuntu-1804 ubuntu-2004 ; do ci/helper test --meson-args='-Dexpensive_tests=enabled' $t ; done ; done) > 2021-10-20-out.txt
$ grep '^Fail:\s*0' 2021-10-20-out.txt
Fail: 0
Fail: 0
Fail: 0
Fail: 0
Fail: 0
Fail: 0
Fail: 0
Fail: 0
Fail: 0
Fail: 0
Fail: 0
Fail: 0
Fail: 0
Fail: 0
Fail: 0
Fail: 0
Fail: 0
Fail: 0
Fail: 0
Fail: 0
Fail: 0
Fail: 0
Fail: 0
Fail: 0
Fail: 0
Fail: 0
Fail: 0
Fail: 0
Fail: 0
Fail: 0
Fail: 0
Fail: 0
Fail: 0
Fail: 0
Fail: 0
Fail: 0
Fail: 0
Fail: 0
Fail: 0
Fail: 0
Fail: 0
Fail: 0
Fail: 0
Fail: 0
$ cat 2021-10-20-out.txt
make: Entering directory '/home/ubuntu/libvirt/ci'
make -C /home/ubuntu/libvirt/ci ci-build@centos-8 CI_NINJA_ARGS=test
make[1]: Entering directory '/home/ubuntu/libvirt/ci'
make -C /home/ubuntu/libvirt/ci ci-run-command@centos-8 CI_COMMAND="/home/ubuntu/build"
make[2]: Entering directory '/home/ubuntu/libvirt/ci'
Checking if docker is available...yes
Cloning /home/ubuntu/libvirt to /home/ubuntu/libvirt/ci/scratch/src
Cloning /home/ubuntu/libvirt/src/keycodemapdb to /home/ubuntu/libvirt/ci/scratch/src/src/keycodemapdb
docker run \
--rm --interactive --tty --user "1000":"1000" --workdir "/home/ubuntu" --env CI_CONT_SRCDIR="/home/ubuntu/libvirt" --env CI_MESON_ARGS="-Dexpensive_tests=enabled" --env CI_NINJA_ARGS="test" --volume /home/ubuntu/libvirt/ci/scratch/group:/etc/group:ro,z --volume /home/ubuntu/libvirt/ci/scratch/passwd:/etc/passwd:ro,z --volume /home/ubuntu/libvirt/ci/scratch/home:/home/ubuntu:z --volume /home/ubuntu/libvirt/ci/scratch/build:/home/ubuntu/build:z --volume /home/ubuntu/libvirt/ci/scratch/src:/home/ubuntu/libvirt:z --ulimit nofile=1024:1024 --cap-add=SYS_PTRACE \
registry.gitlab.com/libvirt/libvirt/ci-centos-8:latest \
/home/ubuntu/build
The Meson build system
Version: 0.56.0
Source dir: /home/ubuntu/libvirt
Build dir: /home/ubuntu/libvirt/build
Build type: native build
Project name: libvirt
Project version: 7.9.0
C compiler for the host machine: ccache cc (gcc 8.4.1 "cc (GCC) 8.4.1 20200928 (Red Hat 8.4.1-1)")
C linker for the host machine: cc ld.bfd 2.30-93
Host machine cpu family: x86_64
Host machine cpu: x86_64
Configuring configmake.h using configuration
Checking for size of "ptrdiff_t" : 8
Checking for size of "size_t" : 8
Compiler for C supports arguments -fasynchronous-unwind-tables: YES
Compiler for C supports arguments -fexceptions: YES
Compiler for C supports arguments -fipa-pure-const: YES
Compiler for C supports arguments -fno-common: YES
Compiler for C supports arguments -Wabsolute-value: NO
Compiler for C supports arguments -Waddress: YES
Compiler for C supports arguments -Waddress-of-packed-member: NO
Compiler for C supports arguments -Waggressive-loop-optimizations: YES
Compiler for C supports arguments -Walloc-size-larger-than=9223372036854775807: YES
Compiler for C supports arguments -Walloca: YES
Compiler for C supports arguments -Warray-bounds=2: YES
Compiler for C supports arguments -Wattribute-alias=2: NO
Compiler for C supports arguments -Wattribute-warning: NO
Compiler for C supports arguments -Wattributes: YES
Compiler for C supports arguments -Wbool-compare: YES
Compiler for C supports arguments -Wbool-operation: YES
Compiler for C supports arguments -Wbuiltin-declaration-mismatch: YES
Compiler for C supports arguments -Wbuiltin-macro-redefined: YES
Compiler for C supports arguments -Wcannot-profile: NO
Compiler for C supports arguments -Wcast-align: YES
Compiler for C supports arguments -Wcast-align=strict: YES
Compiler for C supports arguments -Wno-cast-function-type: YES
Compiler for C supports arguments -Wchar-subscripts: YES
Compiler for C supports arguments -Wclobbered: YES
Compiler for C supports arguments -Wcomment: YES
Compiler for C supports arguments -Wcomments: YES
Compiler for C supports arguments -Wcoverage-mismatch: YES
Compiler for C supports arguments -Wcpp: YES
Compiler for C supports arguments -Wdangling-else: YES
Compiler for C supports arguments -Wdate-time: YES
Compiler for C supports arguments -Wdeclaration-after-statement: YES
Compiler for C supports arguments -Wdeprecated-declarations: YES
Compiler for C supports arguments -Wdesignated-init: YES
Compiler for C supports arguments -Wdiscarded-array-qualifiers: YES
Compiler for C supports arguments -Wdiscarded-qualifiers: YES
Compiler for C supports arguments -Wdiv-by-zero: YES
Compiler for C supports arguments -Wduplicated-cond: YES
Compiler for C supports arguments -Wduplicate-decl-specifier: YES
Compiler for C supports arguments -Wempty-body: YES
Compiler for C supports arguments -Wendif-labels: YES
Compiler for C supports arguments -Wexpansion-to-defined: YES
Compiler for C supports arguments -Wformat-contains-nul: YES
Compiler for C supports arguments -Wformat-extra-args: YES
Compiler for C supports arguments -Wno-format-nonliteral: YES
Compiler for C supports arguments -Wformat-overflow=2: YES
Compiler for C supports arguments -Wformat-security: YES
Compiler for C supports arguments -Wno-format-truncation: YES
Compiler for C supports arguments -Wformat-y2k: YES
Compiler for C supports arguments -Wformat-zero-length: YES
Compiler for C supports arguments -Wframe-address: YES
Compiler for C supports arguments -Wframe-larger-than=4096: YES
Compiler for C supports arguments -Wfree-nonheap-object: YES
Compiler for C supports arguments -Whsa: YES
Compiler for C supports arguments -Wif-not-aligned: YES
Compiler for C supports arguments -Wignored-attributes: YES
Compiler for C supports arguments -Wignored-qualifiers: YES
Compiler for C supports arguments -Wimplicit: YES
Compiler for C supports arguments -Wimplicit-fallthrough=5: YES
Compiler for C supports arguments -Wimplicit-function-declaration: YES
Compiler for C supports arguments -Wimplicit-int: YES
Compiler for C supports arguments -Wincompatible-pointer-types: YES
Compiler for C supports arguments -Winit-self: YES
Compiler for C supports arguments -Winline: YES
Compiler for C supports arguments -Wint-conversion: YES
Compiler for C supports arguments -Wint-in-bool-context: YES
Compiler for C supports arguments -Wint-to-pointer-cast: YES
Compiler for C supports arguments -Winvalid-memory-model: YES
Compiler for C supports arguments -Winvalid-pch: YES
Compiler for C supports arguments -Wjump-misses-init: YES
Compiler for C supports arguments -Wlogical-not-parentheses: YES
Compiler for C supports arguments -Wlogical-op: YES
Compiler for C supports arguments -Wmain: YES
Compiler for C supports arguments -Wmaybe-uninitialized: YES
Compiler for C supports arguments -Wmemset-elt-size: YES
Compiler for C supports arguments -Wmemset-transposed-args: YES
Compiler for C supports arguments -Wmisleading-indentation: YES
Compiler for C supports arguments -Wmissing-attributes: YES
Compiler for C supports arguments -Wmissing-braces: YES
Compiler for C supports arguments -Wmissing-declarations: YES
Compiler for C supports arguments -Wmissing-field-initializers: YES
Compiler for C supports arguments -Wmissing-include-dirs: YES
Compiler for C supports arguments -Wmissing-parameter-type: YES
Compiler for C supports arguments -Wmissing-profile: NO
Compiler for C supports arguments -Wmissing-prototypes: YES
Compiler for C supports arguments -Wmultichar: YES
Compiler for C supports arguments -Wmultistatement-macros: YES
Compiler for C supports arguments -Wnarrowing: YES
Compiler for C supports arguments -Wnested-externs: YES
Compiler for C supports arguments -Wnonnull: YES
Compiler for C supports arguments -Wnonnull-compare: YES
Compiler for C supports arguments -Wnormalized=nfc: YES
Compiler for C supports arguments -Wnull-dereference: YES
Compiler for C supports arguments -Wodr: YES
Compiler for C supports arguments -Wold-style-declaration: YES
Compiler for C supports arguments -Wold-style-definition: YES
Compiler for C supports arguments -Wopenmp-simd: YES
Compiler for C supports arguments -Woverflow: YES
Compiler for C supports arguments -Woverride-init: YES
Compiler for C supports arguments -Wpacked-bitfield-compat: YES
Compiler for C supports arguments -Wpacked-not-aligned: YES
Compiler for C supports arguments -Wparentheses: YES
Compiler for C supports arguments -Wpointer-arith: YES
Compiler for C supports arguments -Wpointer-compare: YES
Compiler for C supports arguments -Wpointer-sign: YES
Compiler for C supports arguments -Wpointer-to-int-cast: YES
Compiler for C supports arguments -Wpragmas: YES
Compiler for C supports arguments -Wpsabi: YES
Compiler for C supports arguments -Wrestrict: YES
Compiler for C supports arguments -Wreturn-local-addr: YES
Compiler for C supports arguments -Wreturn-type: YES
Compiler for C supports arguments -Wscalar-storage-order: YES
Compiler for C supports arguments -Wsequence-point: YES
Compiler for C supports arguments -Wshadow: YES
Compiler for C supports arguments -Wshift-count-negative: YES
Compiler for C supports arguments -Wshift-count-overflow: YES
Compiler for C supports arguments -Wshift-negative-value: YES
Compiler for C supports arguments -Wshift-overflow=2: YES
Compiler for C supports arguments -Wno-sign-compare: YES
Compiler for C supports arguments -Wsizeof-array-argument: YES
Compiler for C supports arguments -Wsizeof-pointer-div: YES
Compiler for C supports arguments -Wsizeof-pointer-memaccess: YES
Compiler for C supports arguments -Wstrict-aliasing: YES
Compiler for C supports arguments -Wstrict-prototypes: YES
Compiler for C supports arguments -Wstringop-overflow=2: YES
Compiler for C supports arguments -Wstringop-truncation: YES
Compiler for C supports arguments -Wsuggest-attribute=cold: YES
Compiler for C supports arguments -Wno-suggest-attribute=const: YES
Compiler for C supports arguments -Wsuggest-attribute=format: YES
Compiler for C supports arguments -Wsuggest-attribute=noreturn: YES
Compiler for C supports arguments -Wno-suggest-attribute=pure: YES
Compiler for C supports arguments -Wsuggest-final-methods: YES
Compiler for C supports arguments -Wsuggest-final-types: YES
Compiler for C supports arguments -Wswitch: YES
Compiler for C supports arguments -Wswitch-bool: YES
Compiler for C supports arguments -Wswitch-enum: YES
Compiler for C supports arguments -Wswitch-unreachable: YES
Compiler for C supports arguments -Wsync-nand: YES
Compiler for C supports arguments -Wtautological-compare: YES
Compiler for C supports arguments -Wtrampolines: YES
Compiler for C supports arguments -Wtrigraphs: YES
Compiler for C supports arguments -Wtype-limits: YES
Compiler for C supports arguments -Wno-typedef-redefinition: NO
Compiler for C supports arguments -Wuninitialized: YES
Compiler for C supports arguments -Wunknown-pragmas: YES
Compiler for C supports arguments -Wunused: YES
Compiler for C supports arguments -Wunused-but-set-parameter: YES
Compiler for C supports arguments -Wunused-but-set-variable: YES
Compiler for C supports arguments -Wunused-const-variable=2: YES
Compiler for C supports arguments -Wunused-function: YES
Compiler for C supports arguments -Wunused-label: YES
Compiler for C supports arguments -Wunused-local-typedefs: YES
Compiler for C supports arguments -Wunused-parameter: YES
Compiler for C supports arguments -Wunused-result: YES
Compiler for C supports arguments -Wunused-value: YES
Compiler for C supports arguments -Wunused-variable: YES
Compiler for C supports arguments -Wvarargs: YES
Compiler for C supports arguments -Wvariadic-macros: YES
Compiler for C supports arguments -Wvector-operation-performance: YES
Compiler for C supports arguments -Wvla: YES
Compiler for C supports arguments -Wvolatile-register-var: YES
Compiler for C supports arguments -Wwrite-strings: YES
Compiler for C supports arguments -fstack-protector-strong: YES
First supported argument: -fstack-protector-strong
Checking if "-Wdouble-promotion" compiles: YES
Compiler for C supports arguments -Wsuggest-attribute=format: YES (cached)
Compiler for C supports arguments -Wframe-larger-than=262144: YES
Compiler for C supports link arguments -Wl,-z,relro: YES
Compiler for C supports link arguments -Wl,-z,now: YES
Compiler for C supports link arguments -Wl,-z,nodelete: YES
Compiler for C supports link arguments -Wl,-z,defs: YES
Compiler for C supports link arguments -Wl,--no-copy-dt-needed-entries: YES
Compiler for C supports link arguments -Wl,--version-script=/home/ubuntu/libvirt/src/libvirt_qemu.syms: YES
Compiler for C supports link arguments -Wl,-export-dynamic: YES
First supported link argument: -Wl,-export-dynamic
Checking for function "elf_aux_info" : NO
Checking for function "fallocate" : YES
Checking for function "getauxval" : YES
Checking for function "getegid" : YES
Checking for function "geteuid" : YES
Checking for function "getgid" : YES
Checking for function "getifaddrs" : YES
Checking for function "getmntent_r" : YES
Checking for function "getpwuid_r" : YES
Checking for function "getrlimit" : YES
Checking for function "getuid" : YES
Checking for function "getutxid" : YES
Checking for function "if_indextoname" : YES
Checking for function "mmap" : YES
Checking for function "newlocale" : YES
Checking for function "pipe2" : YES
Checking for function "posix_fallocate" : YES
Checking for function "posix_memalign" : YES
Checking for function "prlimit" : YES
Checking for function "sched_getaffinity" : YES
Checking for function "sched_setscheduler" : YES
Checking for function "setgroups" : YES
Checking for function "setns" : YES
Checking for function "setrlimit" : YES
Checking for function "symlink" : YES
Checking for function "sysctlbyname" : NO
Checking for function "__lxstat" : YES
Checking for function "__lxstat64" : YES
Checking for function "__xstat" : YES
Checking for function "__xstat64" : YES
Checking for function "lstat" : YES
Checking for function "lstat64" : YES
Checking for function "stat" : YES
Checking for function "stat64" : YES
Header <sys/stat.h> has symbol "__lxstat" : YES
Header <sys/stat.h> has symbol "__lxstat64" : NO
Header <sys/stat.h> has symbol "__xstat" : YES
Header <sys/stat.h> has symbol "__xstat64" : NO
Header <sys/stat.h> has symbol "lstat" : YES
Header <sys/stat.h> has symbol "lstat64" : NO
Header <sys/stat.h> has symbol "stat" : YES
Header <sys/stat.h> has symbol "stat64" : NO
Has header "asm/hwcap.h" : NO
Has header "ifaddrs.h" : YES
Has header "libtasn1.h" : YES
Has header "linux/kvm.h" : YES
Has header "linux/magic.h" : YES
Has header "mntent.h" : YES
Has header "net/ethernet.h" : YES
Has header "net/if.h" : YES
Has header "pty.h" : YES
Has header "pwd.h" : YES
Has header "sys/auxv.h" : YES
Has header "sys/ioctl.h" : YES
Has header "sys/mount.h" : YES
Has header "sys/syscall.h" : YES
Has header "sys/ucred.h" : NO
Has header "syslog.h" : YES
Has header "util.h" : NO
Has header "xlocale.h" : NO
Has header "linux/btrfs.h" : YES
Has header "xfs/xfs.h" : YES
Has header "linux/devlink.h" : YES
Has header "linux/param.h" : YES
Has header "linux/sockios.h" : YES
Has header "linux/if_bridge.h" : YES
Has header "linux/if_tun.h" : YES
Header <endian.h> has symbol "htole64" : YES
Header <linux/ethtool.h> has symbol "ETH_FLAG_TXVLAN" : YES
Header <linux/ethtool.h> has symbol "ETH_FLAG_NTUPLE" : YES
Header <linux/ethtool.h> has symbol "ETH_FLAG_RXHASH" : YES
Header <linux/ethtool.h> has symbol "ETH_FLAG_LRO" : YES
Header <linux/ethtool.h> has symbol "ETHTOOL_GGSO" : YES
Header <linux/ethtool.h> has symbol "ETHTOOL_GGRO" : YES
Header <linux/ethtool.h> has symbol "ETHTOOL_GFLAGS" : YES
Header <linux/ethtool.h> has symbol "ETHTOOL_GFEATURES" : YES
Header <linux/ethtool.h> has symbol "ETHTOOL_SCOALESCE" : YES
Header <linux/ethtool.h> has symbol "ETHTOOL_GCOALESCE" : YES
Header <linux/if_vlan.h> has symbol "GET_VLAN_VID_CMD" : YES
Header <unistd.h> has symbol "SEEK_HOLE" : YES
Header <net/if_dl.h> has symbol "link_addr" : NO
Header <linux/devlink.h> has symbol "DEVLINK_CMD_ESWITCH_GET" : YES
Header <linux/vhost.h> has symbol "VHOST_VSOCK_SET_GUEST_CID" : YES
Header <linux/bpf.h> has symbol "BPF_PROG_QUERY" : YES
Header <linux/bpf.h> has symbol "BPF_CGROUP_DEVICE" : YES
Header <net/if_bridgevar.h> has symbol "BRDGSFD" : NO
Header <sys/cpuset.h> has symbol "cpuset_getaffinity" : NO
Header <mach/clock.h> has symbol "clock_serv_t" : NO
Checking for type "struct ifreq" : YES
Checking for type "struct sockpeercred" : NO
Checking whether type "struct ifreq" has member "ifr_newname" : YES
Checking whether type "struct ifreq" has member "ifr_ifindex" : YES
Checking whether type "struct ifreq" has member "ifr_index" : NO
Checking whether type "struct ifreq" has member "ifr_hwaddr" : YES
Checking for size of "long" : 8
Program perl found: YES (/usr/bin/perl)
Program python3 found: YES (/usr/bin/python3)
Program xmllint found: YES (/usr/bin/xmllint)
Program xsltproc found: YES (/usr/bin/xsltproc)
Program rpcgen found: YES (/usr/bin/rpcgen)
Program rst2html5 found: YES (/usr/bin/rst2html5)
Program rst2man found: YES (/usr/bin/rst2man)
Program augparse found: YES (/usr/bin/augparse)
Program dmidecode found: NO
Program dnsmasq found: YES (/usr/sbin/dnsmasq)
Program ebtables found: YES (/usr/sbin/ebtables)
Program flake8 found: YES (/usr/bin/flake8)
Program ip found: YES (/usr/sbin/ip)
Program ip6tables found: YES (/usr/sbin/ip6tables)
Program iptables found: YES (/usr/sbin/iptables)
Program iscsiadm found: YES (/usr/sbin/iscsiadm)
Program mdevctl found: NO
Program mm-ctl found: NO
Program modprobe found: YES (/usr/sbin/modprobe)
Program ovs-vsctl found: NO
Program pdwtags found: YES (/usr/bin/pdwtags)
Program radvd found: YES (/usr/sbin/radvd)
Program rmmod found: YES (/usr/sbin/rmmod)
Program scrub found: YES (/usr/bin/scrub)
Program tc found: YES (/usr/sbin/tc)
Program udevadm found: YES (/usr/sbin/udevadm)
Found pkg-config: /usr/bin/pkg-config (1.4.2)
Run-time dependency libtirpc found: YES 1.1.4
Library acl found: YES
Did not find CMake 'cmake'
Found CMake: NO
Run-time dependency libapparmor found: NO (tried pkgconfig and cmake)
Library attr found: YES
Run-time dependency audit found: YES 3.0
Run-time dependency bash-completion found: YES 2.7
Run-time dependency blkid found: YES 2.32.1
Run-time dependency libcap-ng found: YES 0.7.9
Run-time dependency libcurl found: YES 7.61.1
Run-time dependency devmapper found: YES 1.02.175
Library dl found: YES
Has header "dlfcn.h" : YES
Run-time dependency fuse found: YES 2.9.7
Run-time dependency glib-2.0 found: YES 2.56.4
Run-time dependency gobject-2.0 found: YES 2.56.4
Run-time dependency gio-unix-2.0 found: YES 2.56.4
Run-time dependency glusterfs-api found: YES 7.6.0
Run-time dependency gnutls found: YES 3.6.14
Run-time dependency libiscsi found: YES 1.18.0
Run-time dependency libnl-3.0 found: YES 3.5.0
Run-time dependency libnl-route-3.0 found: YES 3.5.0
Run-time dependency libparted found: YES 3.2
Program parted found: YES (/usr/sbin/parted)
Run-time dependency pcap found: YES 1.9.1
Run-time dependency libssh found: YES 0.9.4
Checking for function "ssh_get_server_publickey" with dependency libssh: YES
Checking for function "ssh_session_is_known_server" with dependency libssh: YES
Checking for function "ssh_session_update_known_hosts" with dependency libssh: YES
Run-time dependency libssh2 found: YES 1.9.0
Run-time dependency libxml-2.0 found: YES 2.9.7
Library m found: YES
Run-time dependency netcf found: YES 0.2.8
Checking for function "gettext" : YES
Has header "libintl.h" : YES
Program xgettext found: YES (/usr/bin/xgettext)
Program msgfmt found: YES (/usr/bin/msgfmt)
Program msgmerge found: YES (/usr/bin/msgmerge)
Library numa found: YES
Run-time dependency openwsman found: YES 2.6.5
Run-time dependency parallels-sdk found: NO (tried pkgconfig and cmake)
Run-time dependency pciaccess found: YES 0.14
Library rbd found: YES
Library rados found: YES
Checking for function "rbd_get_features" with dependency -lrbd: YES
Checking for function "rbd_list2" with dependency -lrbd: NO
Run-time dependency readline found: NO (tried pkgconfig and cmake)
Library readline found: YES
Header <readline/readline.h> has symbol "rl_completion_quote_character" : YES
Run-time dependency libsanlock_client found: YES 3.8.3
Checking for function "sanlock_strerror" with dependency libsanlock_client: YES
Run-time dependency libsasl2 found: YES 2.1.27
Run-time dependency libselinux found: YES 2.9
Run-time dependency threads found: YES
Run-time dependency libudev found: YES 239
Library util found: YES
Run-time dependency wireshark found: YES 2.6.2
Has header "wireshark/ws_version.h" : NO
Run-time dependency yajl found: YES 2.1.0
Program pkcheck found: YES (/usr/bin/pkcheck)
Run-time dependency xenlight found: NO (tried pkgconfig and cmake)
Checking if "lxc support" compiles: YES
Program qemu-bridge-helper found: NO
Program qemu-pr-helper found: NO
Program slirp-helper found: NO
Program dbus-daemon found: YES (/usr/bin/dbus-daemon)
Has header "mntent.h" : YES (cached)
Program mount found: YES (/usr/bin/mount)
Program umount found: YES (/usr/bin/umount)
Program mkfs found: YES (/usr/sbin/mkfs)
Program showmount found: YES (/usr/sbin/showmount)
Program pvcreate found: YES (/usr/sbin/pvcreate)
Program vgcreate found: YES (/usr/sbin/vgcreate)
Program lvcreate found: YES (/usr/sbin/lvcreate)
Program pvremove found: YES (/usr/sbin/pvremove)
Program vgremove found: YES (/usr/sbin/vgremove)
Program lvremove found: YES (/usr/sbin/lvremove)
Program lvchange found: YES (/usr/sbin/lvchange)
Program vgchange found: YES (/usr/sbin/vgchange)
Program vgscan found: YES (/usr/sbin/vgscan)
Program pvs found: YES (/usr/sbin/pvs)
Program vgs found: YES (/usr/sbin/vgs)
Program lvs found: YES (/usr/sbin/lvs)
Program dog found: NO
Program zfs found: NO
Program zpool found: NO
Program dtrace found: YES (/usr/bin/dtrace)
Program systemctl found: YES (/usr/bin/systemctl)
Has header "nss.h" : YES
Checking for type "struct gaih_addrtuple" : YES
Checking for type "ns_mtab" : NO
Program numad found: YES (/usr/bin/numad)
Program apibuild.py found: YES (/home/ubuntu/libvirt/scripts/apibuild.py)
Program augeas-gentest.py found: YES (/home/ubuntu/libvirt/scripts/augeas-gentest.py)
Program check-aclperms.py found: YES (/home/ubuntu/libvirt/scripts/check-aclperms.py)
Program check-aclrules.py found: YES (/home/ubuntu/libvirt/scripts/check-aclrules.py)
Program check-driverimpls.py found: YES (/home/ubuntu/libvirt/scripts/check-driverimpls.py)
Program check-drivername.py found: YES (/usr/bin/python3.6 /home/ubuntu/libvirt/scripts/check-drivername.py)
Program check-file-access.py found: YES (/home/ubuntu/libvirt/scripts/check-file-access.py)
Program check-remote-protocol.py found: YES (/usr/bin/python3.6 /home/ubuntu/libvirt/scripts/check-remote-protocol.py)
Program check-symfile.py found: YES (/home/ubuntu/libvirt/scripts/check-symfile.py)
Program check-symsorting.py found: YES (/home/ubuntu/libvirt/scripts/check-symsorting.py)
Program dtrace2systemtap.py found: YES (/home/ubuntu/libvirt/scripts/dtrace2systemtap.py)
Program esx_vi_generator.py found: YES (/home/ubuntu/libvirt/scripts/esx_vi_generator.py)
Program genaclperms.py found: YES (/home/ubuntu/libvirt/scripts/genaclperms.py)
Program genpolkit.py found: YES (/home/ubuntu/libvirt/scripts/genpolkit.py)
Program gensystemtap.py found: YES (/home/ubuntu/libvirt/scripts/gensystemtap.py)
Program group-qemu-caps.py found: YES (/home/ubuntu/libvirt/scripts/group-qemu-caps.py)
Program header-ifdef.py found: YES (/usr/bin/python3.6 /home/ubuntu/libvirt/scripts/header-ifdef.py)
Program hvsupport.py found: YES (/home/ubuntu/libvirt/scripts/hvsupport.py)
Program hyperv_wmi_generator.py found: YES (/home/ubuntu/libvirt/scripts/hyperv_wmi_generator.py)
Program meson-dist.py found: YES (/home/ubuntu/libvirt/scripts/meson-dist.py)
Program meson-gen-authors.py found: YES (/home/ubuntu/libvirt/scripts/meson-gen-authors.py)
Program meson-gen-def.py found: YES (/home/ubuntu/libvirt/scripts/meson-gen-def.py)
Program meson-gen-sym.py found: YES (/home/ubuntu/libvirt/scripts/meson-gen-sym.py)
Program meson-install-dirs.py found: YES (/usr/bin/python3.6 /home/ubuntu/libvirt/scripts/meson-install-dirs.py)
Program meson-install-symlink.py found: YES (/usr/bin/python3.6 /home/ubuntu/libvirt/scripts/meson-install-symlink.py)
Program meson-install-web.py found: YES (/home/ubuntu/libvirt/scripts/meson-install-web.py)
Program meson-python.sh found: YES (/home/ubuntu/libvirt/scripts/meson-python.sh)
Program meson-timestamp.py found: YES (/home/ubuntu/libvirt/scripts/meson-timestamp.py)
Program mock-noinline.py found: YES (/usr/bin/python3.6 /home/ubuntu/libvirt/scripts/mock-noinline.py)
Program prohibit-duplicate-header.py found: YES (/usr/bin/python3.6 /home/ubuntu/libvirt/scripts/prohibit-duplicate-header.py)
Configuring libvirt-common.h using configuration
Program /home/ubuntu/libvirt/src/keycodemapdb/tools/keymap-gen found: YES (/home/ubuntu/libvirt/src/keycodemapdb/tools/keymap-gen)
Program genprotocol.pl found: YES (/home/ubuntu/libvirt/src/rpc/genprotocol.pl)
Program gendispatch.pl found: YES (/home/ubuntu/libvirt/src/rpc/gendispatch.pl)
Configuring libvirtd.conf.tmp with command
Configuring libvirtd.aug.tmp with command
Configuring test_libvirtd.aug.tmp with command
Configuring virtd.conf.tmp with command
Configuring virtd.aug.tmp with command
Configuring test_virtd.aug.tmp with command
Configuring libvirtd.qemu.logrotate using configuration
Configuring libvirtd.lxc.logrotate using configuration
Configuring libvirtd.libxl.logrotate using configuration
Configuring libvirtd.logrotate using configuration
Program /home/ubuntu/libvirt/scripts/meson-python.sh found: YES (/home/ubuntu/libvirt/scripts/meson-python.sh)
Configuring libvirtd.conf using configuration
Configuring libvirtd.aug using configuration
Configuring test_libvirtd.aug.tmp using configuration
Configuring virtproxyd.conf using configuration
Configuring virtproxyd.aug using configuration
Configuring test_virtproxyd.aug.tmp using configuration
Configuring virtinterfaced.conf using configuration
Configuring virtinterfaced.aug using configuration
Configuring test_virtinterfaced.aug.tmp using configuration
Configuring virtnetworkd.conf using configuration
Configuring virtnetworkd.aug using configuration
Configuring test_virtnetworkd.aug.tmp using configuration
Configuring virtnodedevd.conf using configuration
Configuring virtnodedevd.aug using configuration
Configuring test_virtnodedevd.aug.tmp using configuration
Configuring virtnwfilterd.conf using configuration
Configuring virtnwfilterd.aug using configuration
Configuring test_virtnwfilterd.aug.tmp using configuration
Configuring virtsecretd.conf using configuration
Configuring virtsecretd.aug using configuration
Configuring test_virtsecretd.aug.tmp using configuration
Configuring virtstoraged.conf using configuration
Configuring virtstoraged.aug using configuration
Configuring test_virtstoraged.aug.tmp using configuration
Configuring virtlxcd.conf using configuration
Configuring virtlxcd.aug using configuration
Configuring test_virtlxcd.aug.tmp using configuration
Configuring virtchd.conf using configuration
Configuring virtchd.aug using configuration
Configuring test_virtchd.aug.tmp using configuration
Configuring virtqemud.conf using configuration
Configuring virtqemud.aug using configuration
Configuring test_virtqemud.aug.tmp using configuration
Configuring virtvboxd.conf using configuration
Configuring virtvboxd.aug using configuration
Configuring test_virtvboxd.aug.tmp using configuration
Configuring libvirtd.service using configuration
Configuring libvirtd.socket using configuration
Configuring libvirtd-ro.socket using configuration
Configuring libvirtd-admin.socket using configuration
Configuring libvirtd-tcp.socket using configuration
Configuring libvirtd-tls.socket using configuration
Configuring virtproxyd.service using configuration
Configuring virtproxyd.socket using configuration
Configuring virtproxyd-ro.socket using configuration
Configuring virtproxyd-admin.socket using configuration
Configuring virtproxyd-tcp.socket using configuration
Configuring virtproxyd-tls.socket using configuration
Configuring virtinterfaced.service using configuration
Configuring virtinterfaced.socket using configuration
Configuring virtinterfaced-ro.socket using configuration
Configuring virtinterfaced-admin.socket using configuration
Configuring virtlockd.service using configuration
Configuring virtlockd.socket using configuration
Configuring virtlockd-admin.socket using configuration
Configuring virtlogd.service using configuration
Configuring virtlogd.socket using configuration
Configuring virtlogd-admin.socket using configuration
Configuring virtnetworkd.service using configuration
Configuring virtnetworkd.socket using configuration
Configuring virtnetworkd-ro.socket using configuration
Configuring virtnetworkd-admin.socket using configuration
Configuring virtnodedevd.service using configuration
Configuring virtnodedevd.socket using configuration
Configuring virtnodedevd-ro.socket using configuration
Configuring virtnodedevd-admin.socket using configuration
Configuring virtnwfilterd.service using configuration
Configuring virtnwfilterd.socket using configuration
Configuring virtnwfilterd-ro.socket using configuration
Configuring virtnwfilterd-admin.socket using configuration
Configuring virtsecretd.service using configuration
Configuring virtsecretd.socket using configuration
Configuring virtsecretd-ro.socket using configuration
Configuring virtsecretd-admin.socket using configuration
Configuring virtstoraged.service using configuration
Configuring virtstoraged.socket using configuration
Configuring virtstoraged-ro.socket using configuration
Configuring virtstoraged-admin.socket using configuration
Configuring virtlxcd.service using configuration
Configuring virtlxcd.socket using configuration
Configuring virtlxcd-ro.socket using configuration
Configuring virtlxcd-admin.socket using configuration
Configuring virtchd.service using configuration
Configuring virtchd.socket using configuration
Configuring virtchd-ro.socket using configuration
Configuring virtchd-admin.socket using configuration
Configuring virtqemud.service using configuration
Configuring virtqemud.socket using configuration
Configuring virtqemud-ro.socket using configuration
Configuring virtqemud-admin.socket using configuration
Configuring virtvboxd.service using configuration
Configuring virtvboxd.socket using configuration
Configuring virtvboxd-ro.socket using configuration
Configuring virtvboxd-admin.socket using configuration
Program /home/ubuntu/libvirt/scripts/meson-python.sh found: YES (/home/ubuntu/libvirt/scripts/meson-python.sh)
Configuring libvirt-lxc.pc using configuration
Configuring libvirt-qemu.pc using configuration
Configuring libvirt.pc using configuration
Configuring virt-xml-validate using configuration
Configuring virt-pki-validate using configuration
Configuring virt-sanlock-cleanup using configuration
Configuring libvirt-guests.sh using configuration
Configuring libvirt-guests.service using configuration
Configuring virsh using configuration
Configuring virt-admin using configuration
Program util/genxdrstub.pl found: YES (/home/ubuntu/libvirt/tools/wireshark/util/genxdrstub.pl)
Library tasn1 found: YES
Program libvirtd-fail found: YES (/home/ubuntu/libvirt/tests/libvirtd-fail)
Program libvirtd-pool found: YES (/home/ubuntu/libvirt/tests/libvirtd-pool)
Program virsh-auth found: YES (/home/ubuntu/libvirt/tests/virsh-auth)
Program virsh-checkpoint found: YES (/home/ubuntu/libvirt/tests/virsh-checkpoint)
Program virsh-cpuset found: YES (/home/ubuntu/libvirt/tests/virsh-cpuset)
Program virsh-define-dev-segfault found: YES (/home/ubuntu/libvirt/tests/virsh-define-dev-segfault)
Program virsh-int-overflow found: YES (/home/ubuntu/libvirt/tests/virsh-int-overflow)
Program virsh-optparse found: YES (/home/ubuntu/libvirt/tests/virsh-optparse)
Program virsh-output found: YES (/home/ubuntu/libvirt/tests/virsh-output)
Program virsh-read-bufsiz found: YES (/home/ubuntu/libvirt/tests/virsh-read-bufsiz)
Program virsh-read-non-seekable found: YES (/home/ubuntu/libvirt/tests/virsh-read-non-seekable)
Program virsh-schedinfo found: YES (/home/ubuntu/libvirt/tests/virsh-schedinfo)
Program virsh-self-test found: YES (/home/ubuntu/libvirt/tests/virsh-self-test)
Program virsh-snapshot found: YES (/home/ubuntu/libvirt/tests/virsh-snapshot)
Program virsh-start found: YES (/home/ubuntu/libvirt/tests/virsh-start)
Program virsh-undefine found: YES (/home/ubuntu/libvirt/tests/virsh-undefine)
Program virsh-uriprecedence found: YES (/home/ubuntu/libvirt/tests/virsh-uriprecedence)
Program virsh-vcpupin found: YES (/home/ubuntu/libvirt/tests/virsh-vcpupin)
Program virt-admin-self-test found: YES (/home/ubuntu/libvirt/tests/virt-admin-self-test)
Configuring POTFILES using configuration
Configuring index.rst using configuration
Configuring virsh.rst using configuration
Configuring virt-admin.rst using configuration
Configuring virt-host-validate.rst using configuration
Configuring virt-login-shell.rst using configuration
Configuring virt-pki-validate.rst using configuration
Configuring virt-qemu-run.rst using configuration
Configuring virt-xml-validate.rst using configuration
Configuring libvirtd.rst using configuration
Configuring virt-sanlock-cleanup.rst using configuration
Configuring virtbhyved.rst using configuration
Configuring virtinterfaced.rst using configuration
Configuring virtlockd.rst using configuration
Configuring virtlogd.rst using configuration
Configuring virtlxcd.rst using configuration
Configuring virtnetworkd.rst using configuration
Configuring virtnodedevd.rst using configuration
Configuring virtnwfilterd.rst using configuration
Configuring virtproxyd.rst using configuration
Configuring virtqemud.rst using configuration
Configuring virtsecretd.rst using configuration
Configuring virtstoraged.rst using configuration
Configuring virtvboxd.rst using configuration
Configuring virtvzd.rst using configuration
Configuring virtxend.rst using configuration
Using 'MAKE' from environment with value: '/usr/bin/make'
Program make found: YES
Program sed found: YES (/usr/bin/sed)
Program grep found: YES (/usr/bin/grep)
Configuring Makefile using configuration
Configuring libvirt.pc using configuration
Configuring libvirt-qemu.pc using configuration
Configuring libvirt-lxc.pc using configuration
Configuring libvirt-admin.pc using configuration
Configuring libvirt.spec using configuration
Configuring mingw-libvirt.spec using configuration
Configuring AUTHORS.rst using configuration
Program /home/ubuntu/libvirt/scripts/meson-python.sh found: YES (/home/ubuntu/libvirt/scripts/meson-python.sh)
Configuring meson-config.h using configuration
Configuring run using configuration
Configuring .color_coded using configuration
Configuring .ycm_extra_conf.py using configuration
Build targets in project: 602
libvirt 7.9.0
Drivers
QEMU: YES
OpenVZ: YES
VMware: YES
VBox: YES
libxl: NO
LXC: YES
Cloud-Hypervisor: YES
ESX: YES
Hyper-V: YES
vz: NO
Bhyve: NO
Test: YES
Remote: YES
Network: YES
Libvirtd: YES
Interface: YES
Storage Drivers
Dir: YES
FS: YES
NetFS: YES
LVM: YES
iSCSI: YES
iscsi-direct: YES
SCSI: YES
mpath: YES
Disk: YES
RBD: YES
Sheepdog: NO
Gluster: YES
ZFS: YES
Virtuozzo storage: YES
Security Drivers
SELinux: YES
AppArmor: NO
Driver Loadable Modules
driver_modules: YES
Libraries
acl: YES
apparmor: NO
attr: YES
audit: YES
bash_completion: YES
blkid: YES
capng: YES
curl: YES
devmapper: YES
dlopen: YES
fuse: YES
glusterfs: YES
libiscsi: YES
libkvm: NO
libnl: YES
libparted: YES
libpcap: YES
libssh: YES
libssh2: YES
libutil: YES
netcf: YES
NLS: YES
numactl: YES
openwsman: YES
parallels-sdk: NO
pciaccess: YES
polkit: YES
rbd: YES
readline: YES
sanlock: YES
sasl: YES
selinux: YES
udev: YES
xdr: YES
yajl: YES
Windows
MinGW: NO
windres: NO
Test suite
Expensive: YES
Coverage: NO
Miscellaneous
Warning Flags: -fasynchronous-unwind-tables
-fexceptions
-fipa-pure-const
-fno-common
-Waddress
-Waggressive-loop-optimizations
-Walloc-size-larger-than=9223372036854775807
-Walloca
-Warray-bounds=2
-Wattributes
-Wbool-compare
-Wbool-operation
-Wbuiltin-declaration-mismatch
-Wbuiltin-macro-redefined
-Wcast-align
-Wcast-align=strict
-Wno-cast-function-type
-Wchar-subscripts
-Wclobbered
-Wcomment
-Wcomments
-Wcoverage-mismatch
-Wcpp
-Wdangling-else
-Wdate-time
-Wdeclaration-after-statement
-Wdeprecated-declarations
-Wdesignated-init
-Wdiscarded-array-qualifiers
-Wdiscarded-qualifiers
-Wdiv-by-zero
-Wduplicated-cond
-Wduplicate-decl-specifier
-Wempty-body
-Wendif-labels
-Wexpansion-to-defined
-Wformat-contains-nul
-Wformat-extra-args
-Wno-format-nonliteral
-Wformat-overflow=2
-Wformat-security
-Wno-format-truncation
-Wformat-y2k
-Wformat-zero-length
-Wframe-address
-Wframe-larger-than=4096
-Wfree-nonheap-object
-Whsa
-Wif-not-aligned
-Wignored-attributes
-Wignored-qualifiers
-Wimplicit
-Wimplicit-fallthrough=5
-Wimplicit-function-declaration
-Wimplicit-int
-Wincompatible-pointer-types
-Winit-self
-Winline
-Wint-conversion
-Wint-in-bool-context
-Wint-to-pointer-cast
-Winvalid-memory-model
-Winvalid-pch
-Wjump-misses-init
-Wlogical-not-parentheses
-Wlogical-op
-Wmain
-Wmaybe-uninitialized
-Wmemset-elt-size
-Wmemset-transposed-args
-Wmisleading-indentation
-Wmissing-attributes
-Wmissing-braces
-Wmissing-declarations
-Wmissing-field-initializers
-Wmissing-include-dirs
-Wmissing-parameter-type
-Wmissing-prototypes
-Wmultichar
-Wmultistatement-macros
-Wnarrowing
-Wnested-externs
-Wnonnull
-Wnonnull-compare
-Wnormalized=nfc
-Wnull-dereference
-Wodr
-Wold-style-declaration
-Wold-style-definition
-Wopenmp-simd
-Woverflow
-Woverride-init
-Wpacked-bitfield-compat
-Wpacked-not-aligned
-Wparentheses
-Wpointer-arith
-Wpointer-compare
-Wpointer-sign
-Wpointer-to-int-cast
-Wpragmas
-Wpsabi
-Wrestrict
-Wreturn-local-addr
-Wreturn-type
-Wscalar-storage-order
-Wsequence-point
-Wshadow
-Wshift-count-negative
-Wshift-count-overflow
-Wshift-negative-value
-Wshift-overflow=2
-Wno-sign-compare
-Wsizeof-array-argument
-Wsizeof-pointer-div
-Wsizeof-pointer-memaccess
-Wstrict-aliasing
-Wstrict-prototypes
-Wstringop-overflow=2
-Wstringop-truncation
-Wsuggest-attribute=cold
-Wno-suggest-attribute=const
-Wsuggest-attribute=format
-Wsuggest-attribute=noreturn
-Wno-suggest-attribute=pure
-Wsuggest-final-methods
-Wsuggest-final-types
-Wswitch
-Wswitch-bool
-Wswitch-enum
-Wswitch-unreachable
-Wsync-nand
-Wtautological-compare
-Wtrampolines
-Wtrigraphs
-Wtype-limits
-Wuninitialized
-Wunknown-pragmas
-Wunused
-Wunused-but-set-parameter
-Wunused-but-set-variable
-Wunused-const-variable=2
-Wunused-function
-Wunused-label
-Wunused-local-typedefs
-Wunused-parameter
-Wunused-result
-Wunused-value
-Wunused-variable
-Wvarargs
-Wvariadic-macros
-Wvector-operation-performance
-Wvla
-Wvolatile-register-var
-Wwrite-strings
-fstack-protector-strong
-Wdouble-promotion
docs: YES
tests: YES
DTrace: YES
firewalld: YES
firewalld-zone: YES
nss: YES
numad: YES
Init script: systemd
Char device locks: /var/lock
Loader/NVRAM:
pm_utils: NO
virt-login-shell: YES
virt-host-validate: YES
TLS priority: NORMAL
Developer Tools
wireshark_dissector: YES
Privileges
QEMU: root:root !!! running QEMU as root is strongly discouraged !!!
Found ninja-1.8.2 at /usr/bin/ninja
ninja: Entering directory `build'
[0/1310] Generating libvirt_probes.h with a custom command
[0/1310] Generating libvirt_probes.o with a custom command
[0/1310] Generating libvirt_probes.stp with a custom command (wrapped by meson to capture output)
[0/1310] Generating virt_keycode_atset1 with a custom command (wrapped by meson to capture output)
[0/1310] Generating virt_keycode_atset2 with a custom command (wrapped by meson to capture output)
[0/1310] Generating virt_keycode_atset3 with a custom command (wrapped by meson to capture output)
[0/1310] Generating virt_keycode_linux with a custom command (wrapped by meson to capture output)
[0/1310] Generating virt_keycode_osx with a custom command (wrapped by meson to capture output)
[0/1310] Generating virt_keycode_qnum with a custom command (wrapped by meson to capture output)
[0/1310] Generating virt_keycode_usb with a custom command (wrapped by meson to capture output)
[0/1310] Generating virt_keycode_win32 with a custom command (wrapped by meson to capture output)
[0/1310] Generating virt_keycode_xtkbd with a custom command (wrapped by meson to capture output)
[0/1310] Generating keyname_linux with a custom command (wrapped by meson to capture output)
[0/1310] Generating keyname_osx with a custom command (wrapped by meson to capture output)
[0/1310] Generating keyname_win32 with a custom command (wrapped by meson to capture output)
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/device_conf.c.o
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/checkpoint_conf.c.o
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/virsecretobj.c.o
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/storage_adapter_conf.c.o
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/domain_addr.c.o
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/domain_audit.c.o
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/domain_capabilities.c.o
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/virchrdev.c.o
[0/1310] Generating virnetprotocol.h with a custom command
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/cpu_conf.c.o
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/backup_conf.c.o
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/capabilities.c.o
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/domain_conf.c.o
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/domain_nwfilter.c.o
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/domain_validate.c.o
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/moment_conf.c.o
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/numa_conf.c.o
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/snapshot_conf.c.o
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/virdomaincheckpointobjlist.c.o
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/virdomainmomentobjlist.c.o
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/virdomainobjlist.c.o
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/virdomainsnapshotobjlist.c.o
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/virsavecookie.c.o
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/domain_event.c.o
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/network_event.c.o
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/node_device_event.c.o
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/object_event.c.o
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/secret_event.c.o
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/storage_event.c.o
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/interface_conf.c.o
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/virinterfaceobj.c.o
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/netdev_bandwidth_conf.c.o
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/netdev_vlan_conf.c.o
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/netdev_vport_profile_conf.c.o
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/virnetworkportdef.c.o
[1/1310] Generating virnetprotocol.h with a custom command
[1/1310] Compiling C object src/conf/libvirt_conf.a.p/network_conf.c.o
[2/1310] Generating libvirt_probes.h with a custom command
[2/1310] Compiling C object src/conf/libvirt_conf.a.p/networkcommon_conf.c.o
[3/1310] Generating libvirt_probes.o with a custom command
[3/1310] Compiling C object src/conf/libvirt_conf.a.p/virnetworkobj.c.o
[4/1310] Compiling C object src/conf/libvirt_conf.a.p/virsavecookie.c.o
[4/1310] Compiling C object src/conf/libvirt_conf.a.p/node_device_conf.c.o
[5/1310] Compiling C object src/conf/libvirt_conf.a.p/node_device_event.c.o
[5/1310] Compiling C object src/conf/libvirt_conf.a.p/node_device_util.c.o
[6/1310] Compiling C object src/conf/libvirt_conf.a.p/network_event.c.o
[6/1310] Compiling C object src/conf/libvirt_conf.a.p/virnodedeviceobj.c.o
[7/1310] Compiling C object src/conf/libvirt_conf.a.p/storage_event.c.o
[7/1310] Compiling C object src/conf/libvirt_conf.a.p/nwfilter_conf.c.o
[8/1310] Generating libvirt_probes.stp with a custom command (wrapped by meson to capture output)
[8/1310] Compiling C object src/conf/libvirt_conf.a.p/nwfilter_ipaddrmap.c.o
[9/1310] Compiling C object src/conf/libvirt_conf.a.p/secret_event.c.o
[9/1310] Compiling C object src/conf/libvirt_conf.a.p/nwfilter_params.c.o
[10/1310] Compiling C object src/conf/libvirt_conf.a.p/netdev_vport_profile_conf.c.o
[10/1310] Compiling C object src/conf/libvirt_conf.a.p/virnwfilterbindingdef.c.o
[11/1310] Compiling C object src/conf/libvirt_conf.a.p/virdomainmomentobjlist.c.o
[11/1310] Compiling C object src/conf/libvirt_conf.a.p/virnwfilterbindingobj.c.o
[12/1310] Generating virt_keycode_linux with a custom command (wrapped by meson to capture output)
[12/1310] Compiling C object src/conf/libvirt_conf.a.p/virnwfilterbindingobjlist.c.o
[13/1310] Generating virt_keycode_qnum with a custom command (wrapped by meson to capture output)
[13/1310] Compiling C object src/conf/libvirt_conf.a.p/virnwfilterobj.c.o
[14/1310] Generating keyname_osx with a custom command (wrapped by meson to capture output)
[14/1310] Compiling C object src/conf/libvirt_conf.a.p/secret_conf.c.o
[15/1310] Compiling C object src/conf/libvirt_conf.a.p/moment_conf.c.o
[15/1310] Compiling C object src/conf/libvirt_conf.a.p/storage_capabilities.c.o
[16/1310] Generating virt_keycode_atset2 with a custom command (wrapped by meson to capture output)
[16/1310] Compiling C object src/conf/libvirt_conf.a.p/storage_conf.c.o
[17/1310] Generating virt_keycode_xtkbd with a custom command (wrapped by meson to capture output)
[17/1310] Compiling C object src/conf/libvirt_conf.a.p/storage_encryption_conf.c.o
[18/1310] Compiling C object src/conf/libvirt_conf.a.p/netdev_vlan_conf.c.o
[18/1310] Compiling C object src/conf/libvirt_conf.a.p/storage_source_conf.c.o
[19/1310] Compiling C object src/conf/libvirt_conf.a.p/storage_adapter_conf.c.o
[19/1310] Compiling C object src/conf/libvirt_conf.a.p/virstorageobj.c.o
[20/1310] Generating virt_keycode_osx with a custom command (wrapped by meson to capture output)
[20/1310] Generating virnetprotocol.c with a custom command
[21/1310] Generating keyname_win32 with a custom command (wrapped by meson to capture output)
[21/1310] Generating virkeepaliveprotocol.h with a custom command
[22/1310] Generating virt_keycode_usb with a custom command (wrapped by meson to capture output)
[22/1310] Generating virkeepaliveprotocol.c with a custom command
[23/1310] Generating virt_keycode_atset3 with a custom command (wrapped by meson to capture output)
[23/1310] Generating viraccessapicheck.h with a custom command (wrapped by meson to capture output)
[24/1310] Generating virkeepaliveprotocol.h with a custom command
[24/1310] Compiling C object src/rpc/libvirt_net_rpc.a.p/virnetmessage.c.o
[25/1310] Generating virkeepaliveprotocol.c with a custom command
[25/1310] Compiling C object src/rpc/libvirt_net_rpc.a.p/meson-generated_.._virkeepaliveprotocol.c.o
[26/1310] Generating virt_keycode_win32 with a custom command (wrapped by meson to capture output)
[26/1310] Compiling C object src/rpc/libvirt_net_rpc.a.p/virnettlscontext.c.o
[27/1310] Generating virnetprotocol.c with a custom command
[27/1310] Compiling C object src/rpc/libvirt_net_rpc.a.p/meson-generated_.._virnetprotocol.c.o
[28/1310] Generating keyname_linux with a custom command (wrapped by meson to capture output)
[28/1310] Compiling C object src/rpc/libvirt_net_rpc_server.a.p/virnetserverprogram.c.o
[29/1310] Generating virt_keycode_atset1 with a custom command (wrapped by meson to capture output)
[29/1310] Compiling C object src/util/libvirt_util.a.p/glibcompat.c.o
[30/1310] Compiling C object src/conf/libvirt_conf.a.p/domain_nwfilter.c.o
[30/1310] Compiling C object src/util/libvirt_util.a.p/virarptable.c.o
[31/1310] Compiling C object src/conf/libvirt_conf.a.p/virchrdev.c.o
[31/1310] Compiling C object src/util/libvirt_util.a.p/viralloc.c.o
[32/1310] Compiling C object src/conf/libvirt_conf.a.p/virinterfaceobj.c.o
[32/1310] Compiling C object src/util/libvirt_util.a.p/vircgroupbackend.c.o
[33/1310] Compiling C object src/conf/libvirt_conf.a.p/netdev_bandwidth_conf.c.o
[33/1310] Compiling C object src/util/libvirt_util.a.p/vircgroupv1.c.o
[34/1310] Compiling C object src/conf/libvirt_conf.a.p/virdomaincheckpointobjlist.c.o
[34/1310] Compiling C object src/util/libvirt_util.a.p/virarch.c.o
[35/1310] Compiling C object src/conf/libvirt_conf.a.p/device_conf.c.o
[35/1310] Compiling C object src/util/libvirt_util.a.p/viraudit.c.o
[36/1310] Compiling C object src/conf/libvirt_conf.a.p/virdomainsnapshotobjlist.c.o
[36/1310] Compiling C object src/util/libvirt_util.a.p/virbuffer.c.o
[37/1310] Compiling C object src/conf/libvirt_conf.a.p/virsecretobj.c.o
[37/1310] Compiling C object src/util/libvirt_util.a.p/virauth.c.o
[38/1310] Compiling C object src/conf/libvirt_conf.a.p/domain_capabilities.c.o
[38/1310] Compiling C object src/util/libvirt_util.a.p/virauthconfig.c.o
[39/1310] Compiling C object src/rpc/libvirt_net_rpc.a.p/meson-generated_.._virkeepaliveprotocol.c.o
[39/1310] Compiling C object src/util/libvirt_util.a.p/virbitmap.c.o
[40/1310] Compiling C object src/conf/libvirt_conf.a.p/virnetworkportdef.c.o
[40/1310] Compiling C object src/util/libvirt_util.a.p/virbpf.c.o
[41/1310] Compiling C object src/conf/libvirt_conf.a.p/networkcommon_conf.c.o
[41/1310] Compiling C object src/util/libvirt_util.a.p/vircgroup.c.o
[42/1310] Compiling C object src/conf/libvirt_conf.a.p/checkpoint_conf.c.o
[42/1310] Compiling C object src/util/libvirt_util.a.p/vircgroupv2.c.o
[43/1310] Compiling C object src/conf/libvirt_conf.a.p/backup_conf.c.o
[43/1310] Compiling C object src/util/libvirt_util.a.p/vircgroupv2devices.c.o
[44/1310] Compiling C object src/conf/libvirt_conf.a.p/object_event.c.o
[44/1310] Compiling C object src/util/libvirt_util.a.p/vircommand.c.o
[45/1310] Compiling C object src/conf/libvirt_conf.a.p/virdomainobjlist.c.o
[45/1310] Compiling C object src/util/libvirt_util.a.p/virconf.c.o
[46/1310] Compiling C object src/conf/libvirt_conf.a.p/node_device_util.c.o
[46/1310] Compiling C object src/util/libvirt_util.a.p/virgdbus.c.o
[47/1310] Compiling C object src/conf/libvirt_conf.a.p/nwfilter_ipaddrmap.c.o
[47/1310] Compiling C object src/util/libvirt_util.a.p/vircrypto.c.o
[48/1310] Compiling C object src/conf/libvirt_conf.a.p/domain_audit.c.o
[48/1310] Compiling C object src/util/libvirt_util.a.p/virdaemon.c.o
[49/1310] Compiling C object src/conf/libvirt_conf.a.p/virnwfilterbindingdef.c.o
[49/1310] Compiling C object src/util/libvirt_util.a.p/virdevmapper.c.o
[50/1310] Compiling C object src/util/libvirt_util.a.p/glibcompat.c.o
[50/1310] Compiling C object src/util/libvirt_util.a.p/virdnsmasq.c.o
[51/1310] Compiling C object src/conf/libvirt_conf.a.p/interface_conf.c.o
[51/1310] Compiling C object src/util/libvirt_util.a.p/virebtables.c.o
[52/1310] Compiling C object src/util/libvirt_util.a.p/virarch.c.o
[52/1310] Compiling C object src/util/libvirt_util.a.p/virenum.c.o
[53/1310] Compiling C object src/conf/libvirt_conf.a.p/virnwfilterbindingobj.c.o
[53/1310] Compiling C object src/util/libvirt_util.a.p/vireventglib.c.o
[54/1310] Compiling C object src/util/libvirt_util.a.p/viralloc.c.o
[54/1310] Compiling C object src/util/libvirt_util.a.p/vireventglibwatch.c.o
[55/1310] Compiling C object src/rpc/libvirt_net_rpc.a.p/meson-generated_.._virnetprotocol.c.o
[55/1310] Compiling C object src/util/libvirt_util.a.p/vireventthread.c.o
[56/1310] Compiling C object src/util/libvirt_util.a.p/vircgroupbackend.c.o
[56/1310] Compiling C object src/util/libvirt_util.a.p/virfcp.c.o
[57/1310] Compiling C object src/conf/libvirt_conf.a.p/storage_capabilities.c.o
[57/1310] Compiling C object src/util/libvirt_util.a.p/virfdstream.c.o
[58/1310] Compiling C object src/conf/libvirt_conf.a.p/storage_encryption_conf.c.o
[58/1310] Compiling C object src/util/libvirt_util.a.p/virobject.c.o
[59/1310] Compiling C object src/conf/libvirt_conf.a.p/snapshot_conf.c.o
[59/1310] Compiling C object src/util/libvirt_util.a.p/virfile.c.o
[60/1310] Compiling C object src/conf/libvirt_conf.a.p/secret_conf.c.o
[60/1310] Compiling C object src/util/libvirt_util.a.p/virfilecache.c.o
[61/1310] Compiling C object src/util/libvirt_util.a.p/virarptable.c.o
[61/1310] Compiling C object src/util/libvirt_util.a.p/virfirewall.c.o
[62/1310] Compiling C object src/util/libvirt_util.a.p/viraudit.c.o
[62/1310] Compiling C object src/util/libvirt_util.a.p/virfirewalld.c.o
[63/1310] Compiling C object src/conf/libvirt_conf.a.p/virnwfilterbindingobjlist.c.o
[63/1310] Compiling C object src/util/libvirt_util.a.p/virfirmware.c.o
[64/1310] Compiling C object src/util/libvirt_util.a.p/virauthconfig.c.o
[64/1310] Compiling C object src/util/libvirt_util.a.p/virgettext.c.o
[65/1310] Compiling C object src/conf/libvirt_conf.a.p/cpu_conf.c.o
[65/1310] Compiling C object src/util/libvirt_util.a.p/virgic.c.o
[66/1310] Compiling C object src/rpc/libvirt_net_rpc_server.a.p/virnetserverprogram.c.o
[66/1310] Compiling C object tools/virsh.p/virsh-host.c.o
[67/1310] Compiling C object src/conf/libvirt_conf.a.p/domain_event.c.o
[67/1310] Compiling C object src/util/libvirt_util.a.p/virglibutil.c.o
[68/1310] Generating viraccessapicheck.h with a custom command (wrapped by meson to capture output)
[68/1310] Compiling C object src/util/libvirt_util.a.p/virhash.c.o
[69/1310] Compiling C object src/rpc/libvirt_net_rpc.a.p/virnetmessage.c.o
[69/1310] Compiling C object src/util/libvirt_util.a.p/virhashcode.c.o
[70/1310] Compiling C object src/util/libvirt_util.a.p/virbuffer.c.o
[70/1310] Compiling C object src/util/libvirt_util.a.p/virhook.c.o
[71/1310] Compiling C object src/conf/libvirt_conf.a.p/domain_addr.c.o
[71/1310] Compiling C object src/util/libvirt_util.a.p/virhostcpu.c.o
[72/1310] Compiling C object src/conf/libvirt_conf.a.p/virnwfilterobj.c.o
[72/1310] Compiling C object src/util/libvirt_util.a.p/virhostmem.c.o
[73/1310] Compiling C object src/util/libvirt_util.a.p/virauth.c.o
[73/1310] Compiling C object src/util/libvirt_util.a.p/virhostuptime.c.o
[74/1310] Compiling C object src/util/libvirt_util.a.p/virbpf.c.o
[74/1310] Compiling C object src/util/libvirt_util.a.p/viridentity.c.o
[75/1310] Compiling C object src/conf/libvirt_conf.a.p/numa_conf.c.o
[75/1310] Compiling C object src/util/libvirt_util.a.p/virinitctl.c.o
[76/1310] Compiling C object src/conf/libvirt_conf.a.p/virnodedeviceobj.c.o
[76/1310] Compiling C object src/util/libvirt_util.a.p/viriptables.c.o
[77/1310] Compiling C object src/conf/libvirt_conf.a.p/domain_validate.c.o
[77/1310] Compiling C object src/util/libvirt_util.a.p/viriscsi.c.o
[78/1310] Compiling C object src/conf/libvirt_conf.a.p/nwfilter_params.c.o
[78/1310] Compiling C object src/util/libvirt_util.a.p/virjson.c.o
[79/1310] Compiling C object src/util/libvirt_util.a.p/vircrypto.c.o
[79/1310] Compiling C object src/util/libvirt_util.a.p/virkeycode.c.o
[80/1310] Compiling C object src/util/libvirt_util.a.p/virenum.c.o
[80/1310] Compiling C object src/util/libvirt_util.a.p/virkmod.c.o
[81/1310] Compiling C object src/conf/libvirt_conf.a.p/virnetworkobj.c.o
[81/1310] Compiling C object src/util/libvirt_util.a.p/virlease.c.o
[82/1310] Compiling C object src/conf/libvirt_conf.a.p/storage_source_conf.c.o
[82/1310] Compiling C object src/util/libvirt_util.a.p/virlockspace.c.o
[83/1310] Compiling C object src/util/libvirt_util.a.p/vireventglibwatch.c.o
[83/1310] Compiling C object src/util/libvirt_util.a.p/virlog.c.o
[84/1310] Compiling C object src/util/libvirt_util.a.p/virdaemon.c.o
[84/1310] Compiling C object src/util/libvirt_util.a.p/virmacaddr.c.o
[85/1310] Compiling C object src/util/libvirt_util.a.p/virebtables.c.o
[85/1310] Compiling C object src/util/libvirt_util.a.p/virmacmap.c.o
[86/1310] Compiling C object src/util/libvirt_util.a.p/virfcp.c.o
[86/1310] Compiling C object src/util/libvirt_util.a.p/virmdev.c.o
[87/1310] Compiling C object src/util/libvirt_util.a.p/virgic.c.o
[87/1310] Compiling C object src/util/libvirt_util.a.p/virmodule.c.o
[88/1310] Compiling C object src/util/libvirt_util.a.p/virbitmap.c.o
[88/1310] Compiling C object src/util/libvirt_util.a.p/virnetdev.c.o
[89/1310] Compiling C object src/util/libvirt_util.a.p/vireventthread.c.o
[89/1310] Compiling C object src/util/libvirt_util.a.p/virnetdevbandwidth.c.o
[90/1310] Compiling C object src/util/libvirt_util.a.p/virgettext.c.o
[90/1310] Compiling C object src/util/libvirt_util.a.p/virnetdevbridge.c.o
[91/1310] Compiling C object src/util/libvirt_util.a.p/virfirmware.c.o
[91/1310] Compiling C object src/util/libvirt_util.a.p/virnetdevip.c.o
[92/1310] Compiling C object src/util/libvirt_util.a.p/virdevmapper.c.o
[92/1310] Compiling C object src/util/libvirt_util.a.p/virnetdevmacvlan.c.o
[93/1310] Compiling C object src/util/libvirt_util.a.p/vircgroupv2devices.c.o
[93/1310] Compiling C object src/util/libvirt_util.a.p/virnetdevmidonet.c.o
[94/1310] Compiling C object src/util/libvirt_util.a.p/vireventglib.c.o
[94/1310] Compiling C object src/util/libvirt_util.a.p/virnetdevopenvswitch.c.o
[95/1310] Compiling C object src/util/libvirt_util.a.p/virgdbus.c.o
[95/1310] Compiling C object src/util/libvirt_util.a.p/virnetdevtap.c.o
[96/1310] Compiling C object src/util/libvirt_util.a.p/virglibutil.c.o
[96/1310] Compiling C object src/util/libvirt_util.a.p/virnetdevveth.c.o
[97/1310] Compiling C object src/util/libvirt_util.a.p/virfilecache.c.o
[97/1310] Compiling C object tools/virsh.p/virsh-domain-monitor.c.o
[98/1310] Compiling C object src/rpc/libvirt_net_rpc.a.p/virnettlscontext.c.o
[98/1310] Compiling C object src/util/libvirt_util.a.p/virnetdevvlan.c.o
[99/1310] Compiling C object src/util/libvirt_util.a.p/virhashcode.c.o
[99/1310] Compiling C object src/util/libvirt_util.a.p/virnetdevvportprofile.c.o
[100/1310] Compiling C object src/util/libvirt_util.a.p/virobject.c.o
[100/1310] Compiling C object src/util/libvirt_util.a.p/virnetlink.c.o
[101/1310] Compiling C object src/util/libvirt_util.a.p/virhash.c.o
[101/1310] Compiling C object src/util/libvirt_util.a.p/virnodesuspend.c.o
[102/1310] Compiling C object src/conf/libvirt_conf.a.p/capabilities.c.o
[102/1310] Compiling C object src/util/libvirt_util.a.p/virnuma.c.o
[103/1310] Compiling C object src/conf/libvirt_conf.a.p/virstorageobj.c.o
[103/1310] Compiling C object src/util/libvirt_util.a.p/virnvme.c.o
[104/1310] Compiling C object src/util/libvirt_util.a.p/virdnsmasq.c.o
[104/1310] Compiling C object src/util/libvirt_util.a.p/virpci.c.o
[105/1310] Compiling C object src/util/libvirt_util.a.p/virhostuptime.c.o
[105/1310] Compiling C object src/util/libvirt_util.a.p/virperf.c.o
[106/1310] Compiling C object src/util/libvirt_util.a.p/virkmod.c.o
[106/1310] Compiling C object src/util/libvirt_util.a.p/virpidfile.c.o
[107/1310] Compiling C object src/util/libvirt_util.a.p/virinitctl.c.o
[107/1310] Compiling C object src/util/libvirt_util.a.p/virpolkit.c.o
[108/1310] Compiling C object src/util/libvirt_util.a.p/virfirewalld.c.o
[108/1310] Compiling C object src/util/libvirt_util.a.p/virportallocator.c.o
[109/1310] Compiling C object src/util/libvirt_util.a.p/virkeycode.c.o
[109/1310] Compiling C object src/util/libvirt_util.a.p/virprocess.c.o
[110/1310] Compiling C object src/util/libvirt_util.a.p/virfirewall.c.o
[110/1310] Compiling C object src/util/libvirt_util.a.p/virqemu.c.o
[111/1310] Compiling C object src/util/libvirt_util.a.p/virmacaddr.c.o
[111/1310] Compiling C object src/util/libvirt_util.a.p/virrandom.c.o
[112/1310] Compiling C object src/util/libvirt_util.a.p/virhook.c.o
[112/1310] Compiling C object src/util/libvirt_util.a.p/virresctrl.c.o
[113/1310] Compiling C object src/util/libvirt_util.a.p/virconf.c.o
[113/1310] Compiling C object src/util/libvirt_util.a.p/virrotatingfile.c.o
[114/1310] Compiling C object src/util/libvirt_util.a.p/virlease.c.o
[114/1310] Compiling C object src/util/libvirt_util.a.p/virscsi.c.o
[115/1310] Compiling C object src/util/libvirt_util.a.p/virmodule.c.o
[115/1310] Compiling C object src/util/libvirt_util.a.p/virscsihost.c.o
[116/1310] Compiling C object src/util/libvirt_util.a.p/virmacmap.c.o
[116/1310] Compiling C object src/util/libvirt_util.a.p/virscsivhost.c.o
[117/1310] Compiling C object src/util/libvirt_util.a.p/virnetdevmidonet.c.o
[117/1310] Compiling C object src/util/libvirt_util.a.p/virseclabel.c.o
[118/1310] Compiling C object src/util/libvirt_util.a.p/virhostmem.c.o
[118/1310] Compiling C object src/util/libvirt_util.a.p/virsecret.c.o
[119/1310] Compiling C object src/util/libvirt_util.a.p/viriscsi.c.o
[119/1310] Compiling C object src/util/libvirt_util.a.p/virsecureerase.c.o
[120/1310] Compiling C object src/conf/libvirt_conf.a.p/storage_conf.c.o
[120/1310] Compiling C object src/util/libvirt_util.a.p/virsocket.c.o
[121/1310] Compiling C object src/util/libvirt_util.a.p/virnetdevvlan.c.o
[121/1310] Compiling C object src/util/libvirt_util.a.p/virsocketaddr.c.o
[122/1310] Compiling C object src/util/libvirt_util.a.p/virnetdevveth.c.o
[122/1310] Compiling C object src/util/libvirt_util.a.p/virstoragefile.c.o
[123/1310] Compiling C object src/util/libvirt_util.a.p/vircgroupv2.c.o
[123/1310] Compiling C object src/util/libvirt_util.a.p/virstring.c.o
[124/1310] Compiling C object src/util/libvirt_util.a.p/viridentity.c.o
[124/1310] Compiling C object src/util/libvirt_util.a.p/virsysinfo.c.o
[125/1310] Compiling C object src/util/libvirt_util.a.p/vircgroupv1.c.o
[125/1310] Compiling C object src/util/libvirt_util.a.p/virsystemd.c.o
[126/1310] Compiling C object src/util/libvirt_util.a.p/virmdev.c.o
[126/1310] Compiling C object src/util/libvirt_util.a.p/virthread.c.o
[127/1310] Compiling C object src/util/libvirt_util.a.p/virfdstream.c.o
[127/1310] Compiling C object src/util/libvirt_util.a.p/virthreadjob.c.o
[128/1310] Compiling C object src/conf/libvirt_conf.a.p/nwfilter_conf.c.o
[128/1310] Compiling C object src/util/libvirt_util.a.p/virthreadpool.c.o
[129/1310] Compiling C object src/util/libvirt_util.a.p/virlockspace.c.o
[129/1310] Compiling C object src/util/libvirt_util.a.p/virtime.c.o
[130/1310] Compiling C object src/util/libvirt_util.a.p/viriptables.c.o
[130/1310] Compiling C object src/util/libvirt_util.a.p/virtpm.c.o
[131/1310] Compiling C object src/util/libvirt_util.a.p/virnetdevbandwidth.c.o
[131/1310] Compiling C object src/util/libvirt_util.a.p/virtypedparam.c.o
[132/1310] Compiling C object src/util/libvirt_util.a.p/virnodesuspend.c.o
[132/1310] Compiling C object src/util/libvirt_util.a.p/viruri.c.o
[133/1310] Compiling C object src/util/libvirt_util.a.p/virnetdevtap.c.o
[133/1310] Compiling C object src/util/libvirt_util.a.p/virusb.c.o
[134/1310] Compiling C object src/util/libvirt_util.a.p/virnvme.c.o
[134/1310] Compiling C object src/util/libvirt_util.a.p/virutil.c.o
[135/1310] Compiling C object src/util/libvirt_util.a.p/virnetdevbridge.c.o
[135/1310] Compiling C object src/util/libvirt_util.a.p/viruuid.c.o
[136/1310] Compiling C object src/util/libvirt_util.a.p/virnetdevip.c.o
[136/1310] Compiling C object src/util/libvirt_util.a.p/virvhba.c.o
[137/1310] Compiling C object src/util/libvirt_util.a.p/virperf.c.o
[137/1310] Compiling C object src/util/libvirt_util.a.p/virpcivpd.c.o
[138/1310] Compiling C object src/util/libvirt_util.a.p/virqemu.c.o
[138/1310] Compiling C object src/util/libvirt_util.a.p/virvsock.c.o
[139/1310] Compiling C object src/util/libvirt_util.a.p/virseclabel.c.o
[139/1310] Compiling C object src/util/libvirt_util.a.p/virxml.c.o
[140/1310] Compiling C object src/util/libvirt_util.a.p/virhostcpu.c.o
[140/1310] Compiling C object src/util/libvirt_util.a.p/virerror.c.o
[141/1310] Compiling C object src/util/libvirt_util.a.p/virportallocator.c.o
[141/1310] Compiling C object src/util/libvirt_util.a.p/virevent.c.o
[142/1310] Compiling C object src/util/libvirt_util.a.p/virnetdevmacvlan.c.o
[142/1310] Compiling C object src/util/libvirt_util.a.p/virtypedparam-public.c.o
[143/1310] Compiling C object src/util/libvirt_util.a.p/virsecureerase.c.o
[143/1310] Compiling C object src/rpc/libvirt_net_rpc.a.p/virnetsocket.c.o
[144/1310] Compiling C object src/util/libvirt_util.a.p/virscsihost.c.o
[144/1310] Compiling C object src/rpc/libvirt_net_rpc.a.p/virkeepalive.c.o
[145/1310] Compiling C object src/util/libvirt_util.a.p/virrandom.c.o
[145/1310] Compiling C object src/rpc/libvirt_net_rpc.a.p/virnetlibsshsession.c.o
[146/1310] Compiling C object src/util/libvirt_util.a.p/virlog.c.o
[146/1310] Compiling C object src/rpc/libvirt_net_rpc.a.p/virnetsshsession.c.o
[147/1310] Compiling C object tools/virsh.p/virsh-host.c.o
[147/1310] Compiling C object src/rpc/libvirt_net_rpc.a.p/virnetsaslcontext.c.o
[148/1310] Compiling C object src/util/libvirt_util.a.p/virpidfile.c.o
[148/1310] Compiling C object src/rpc/libvirt_net_rpc_client.a.p/virnetclientstream.c.o
[149/1310] Compiling C object src/util/libvirt_util.a.p/virscsivhost.c.o
[149/1310] Compiling C object src/rpc/libvirt_net_rpc_client.a.p/virnetclient.c.o
[150/1310] Compiling C object src/util/libvirt_util.a.p/virpolkit.c.o
[150/1310] Compiling C object src/rpc/libvirt_net_rpc_server.a.p/virnetserverservice.c.o
[151/1310] Compiling C object src/util/libvirt_util.a.p/virsocket.c.o
[151/1310] Compiling C object src/rpc/libvirt_net_rpc_server.a.p/virnetserver.c.o
[152/1310] Compiling C object src/util/libvirt_util.a.p/virnuma.c.o
[152/1310] Compiling C object src/rpc/libvirt_net_rpc_client.a.p/virnetclientprogram.c.o
[153/1310] Compiling C object src/util/libvirt_util.a.p/virstoragefile.c.o
[153/1310] Compiling C object src/rpc/libvirt_net_rpc_server.a.p/virnetserverclient.c.o
[154/1310] Compiling C object src/util/libvirt_util.a.p/virthreadjob.c.o
[154/1310] Compiling C object src/rpc/libvirt_net_rpc_server.a.p/virnetdaemon.c.o
[155/1310] Compiling C object src/util/libvirt_util.a.p/virrotatingfile.c.o
[155/1310] Generating viraccessapicheck.c with a custom command (wrapped by meson to capture output)
[156/1310] Compiling C object src/util/libvirt_util.a.p/virnetdevopenvswitch.c.o
[156/1310] Generating libvirt_access.syms with a custom command (wrapped by meson to capture output)
[157/1310] Compiling C object src/util/libvirt_util.a.p/virnetdevvportprofile.c.o
[157/1310] Generating viraccessapicheckqemu.h with a custom command (wrapped by meson to capture output)
[158/1310] Compiling C object src/util/libvirt_util.a.p/virnetlink.c.o
[158/1310] Generating viraccessapicheckqemu.c with a custom command (wrapped by meson to capture output)
[159/1310] Compiling C object src/util/libvirt_util.a.p/virjson.c.o
[159/1310] Generating libvirt_access_qemu.syms with a custom command (wrapped by meson to capture output)
[160/1310] Compiling C object src/util/libvirt_util.a.p/virscsi.c.o
[160/1310] Generating viraccessapichecklxc.h with a custom command (wrapped by meson to capture output)
[161/1310] Compiling C object src/util/libvirt_util.a.p/virsecret.c.o
[161/1310] Generating viraccessapichecklxc.c with a custom command (wrapped by meson to capture output)
[162/1310] Compiling C object src/util/libvirt_util.a.p/virtime.c.o
[162/1310] Generating libvirt_access_lxc.syms with a custom command (wrapped by meson to capture output)
[163/1310] Compiling C object src/util/libvirt_util.a.p/virtpm.c.o
[163/1310] Generating org.libvirt.api.policy with a custom command (wrapped by meson to capture output)
[164/1310] Compiling C object src/util/libvirt_util.a.p/virthreadpool.c.o
[164/1310] Compiling C object src/cpu/libvirt_cpu.a.p/cpu_arm.c.o
[165/1310] Compiling C object src/util/libvirt_util.a.p/virthread.c.o
[165/1310] Compiling C object src/cpu/libvirt_cpu.a.p/cpu_map.c.o
[166/1310] Compiling C object src/util/libvirt_util.a.p/virvsock.c.o
[166/1310] Compiling C object src/cpu/libvirt_cpu.a.p/cpu_ppc64.c.o
[167/1310] Compiling C object src/util/libvirt_util.a.p/vircommand.c.o
[167/1310] Compiling C object src/cpu/libvirt_cpu.a.p/cpu.c.o
[168/1310] Compiling C object src/util/libvirt_util.a.p/virevent.c.o
[168/1310] Compiling C object src/vmx/libvirt_vmx.a.p/vmx.c.o
[169/1310] Compiling C object src/util/libvirt_util.a.p/viruuid.c.o
[169/1310] Compiling C object src/cpu/libvirt_cpu.a.p/cpu_s390.c.o
[170/1310] Compiling C object src/util/libvirt_util.a.p/viruri.c.o
[170/1310] Compiling C object src/cpu/libvirt_cpu.a.p/cpu_x86.c.o
[171/1310] Compiling C object src/conf/libvirt_conf.a.p/node_device_conf.c.o
[171/1310] Generating remote_client_bodies.h with a custom command (wrapped by meson to capture output)
[172/1310] Compiling C object src/util/libvirt_util.a.p/virprocess.c.o
[172/1310] Generating remote_protocol.h with a custom command
[173/1310] Compiling C object src/util/libvirt_util.a.p/virstring.c.o
[173/1310] Generating remote_protocol.c with a custom command
[174/1310] Compiling C object src/util/libvirt_util.a.p/virvhba.c.o
[174/1310] Generating qemu_client_bodies.h with a custom command (wrapped by meson to capture output)
[175/1310] Compiling C object src/util/libvirt_util.a.p/virusb.c.o
[175/1310] Generating qemu_protocol.h with a custom command
[176/1310] Compiling C object src/util/libvirt_util.a.p/virsocketaddr.c.o
[176/1310] Generating qemu_protocol.c with a custom command
[177/1310] Generating remote_protocol.h with a custom command
[177/1310] Generating lxc_client_bodies.h with a custom command (wrapped by meson to capture output)
[178/1310] Generating qemu_protocol.c with a custom command
[178/1310] Generating lxc_protocol.h with a custom command
[179/1310] Compiling C object src/util/libvirt_util.a.p/virtypedparam-public.c.o
[179/1310] Generating lxc_protocol.c with a custom command
[180/1310] Compiling C object src/util/libvirt_util.a.p/virtypedparam.c.o
[180/1310] Generating remote_daemon_dispatch_stubs.h with a custom command (wrapped by meson to capture output)
[181/1310] Generating qemu_protocol.h with a custom command
[181/1310] Generating qemu_daemon_dispatch_stubs.h with a custom command (wrapped by meson to capture output)
[182/1310] Generating lxc_protocol.h with a custom command
[182/1310] Generating lxc_daemon_dispatch_stubs.h with a custom command (wrapped by meson to capture output)
[183/1310] Generating remote_protocol.c with a custom command
[183/1310] Generating admin_protocol.h with a custom command
[184/1310] Generating lxc_protocol.c with a custom command
[184/1310] Generating admin_protocol.c with a custom command
[185/1310] Compiling C object src/util/libvirt_util.a.p/vircgroup.c.o
[185/1310] Generating admin_server_dispatch_stubs.h with a custom command (wrapped by meson to capture output)
[186/1310] Compiling C object src/rpc/libvirt_net_rpc.a.p/virkeepalive.c.o
[186/1310] Generating lock_protocol.h with a custom command
[187/1310] Generating admin_protocol.c with a custom command
[187/1310] Generating lock_protocol.c with a custom command
[188/1310] Compiling C object src/util/libvirt_util.a.p/virerror.c.o
[188/1310] Generating admin_client.h with a custom command (wrapped by meson to capture output)
[189/1310] Compiling C object src/util/libvirt_util.a.p/virpcivpd.c.o
[189/1310] Generating libvirt_admin.syms with a custom command
[190/1310] Generating lock_protocol.h with a custom command
[190/1310] Generating lock_daemon_dispatch_stubs.h with a custom command (wrapped by meson to capture output)
[191/1310] Generating admin_protocol.h with a custom command
[191/1310] Compiling C object src/locking/libvirt_lock_driver.a.p/lock_driver_nop.c.o
[192/1310] Generating lock_protocol.c with a custom command
[192/1310] Compiling C object src/locking/libvirt_lock_driver.a.p/domain_lock.c.o
[193/1310] Compiling C object src/rpc/libvirt_net_rpc_server.a.p/virnetserverservice.c.o
[193/1310] Compiling C object src/locking/liblockd_impl.a.p/meson-generated_.._lock_protocol.c.o
[194/1310] Generating libvirt_admin.syms with a custom command
[194/1310] Generating log_protocol.h with a custom command
[195/1310] Generating viraccessapicheckqemu.h with a custom command (wrapped by meson to capture output)
[195/1310] Compiling C object src/locking/libvirt_lock_driver.a.p/lock_manager.c.o
[196/1310] Compiling C object src/rpc/libvirt_net_rpc.a.p/virnetsaslcontext.c.o
[196/1310] Compiling C object src/locking/liblockd_impl.a.p/lock_driver_lockd.c.o
[197/1310] Generating log_protocol.h with a custom command
[197/1310] Generating log_protocol.c with a custom command
[198/1310] Compiling C object src/util/libvirt_util.a.p/virsystemd.c.o
[198/1310] Generating log_daemon_dispatch_stubs.h with a custom command (wrapped by meson to capture output)
[199/1310] Compiling C object src/conf/libvirt_conf.a.p/network_conf.c.o
[199/1310] Compiling C object src/logging/libvirt_log_driver.a.p/log_manager.c.o
[200/1310] Generating viraccessapicheckqemu.c with a custom command (wrapped by meson to capture output)
[200/1310] Compiling C object src/security/libvirt_security_manager.a.p/security_dac.c.o
[201/1310] Compiling C object src/rpc/libvirt_net_rpc_client.a.p/virnetclientstream.c.o
[201/1310] Compiling C object src/security/libvirt_security_manager.a.p/security_manager.c.o
[202/1310] Generating log_protocol.c with a custom command
[202/1310] Compiling C object src/logging/libvirt_log_driver.a.p/meson-generated_.._log_protocol.c.o
[203/1310] Compiling C object src/rpc/libvirt_net_rpc_client.a.p/virnetclientprogram.c.o
[203/1310] Compiling C object src/security/libvirt_security_manager.a.p/security_nop.c.o
[204/1310] Generating libvirt_access_qemu.syms with a custom command (wrapped by meson to capture output)
[204/1310] Compiling C object src/security/libvirt_security_manager.a.p/security_stack.c.o
[205/1310] Generating viraccessapichecklxc.h with a custom command (wrapped by meson to capture output)
[205/1310] Compiling C object src/access/libvirt_access.a.p/meson-generated_.._viraccessapicheckqemu.c.o
[206/1310] Generating viraccessapicheck.c with a custom command (wrapped by meson to capture output)
[206/1310] Compiling C object src/access/libvirt_access.a.p/meson-generated_.._viraccessapicheck.c.o
[207/1310] Generating libvirt_access.syms with a custom command (wrapped by meson to capture output)
[207/1310] Compiling C object src/access/libvirt_access.a.p/viraccessperm.c.o
[208/1310] Generating viraccessapichecklxc.c with a custom command (wrapped by meson to capture output)
[208/1310] Compiling C object src/access/libvirt_access.a.p/meson-generated_.._viraccessapichecklxc.c.o
[209/1310] Generating org.libvirt.api.policy with a custom command (wrapped by meson to capture output)
[209/1310] Compiling C object src/access/libvirt_access.a.p/viraccessmanager.c.o
[210/1310] Compiling C object src/util/libvirt_util.a.p/virfile.c.o
[210/1310] Compiling C object src/access/libvirt_access.a.p/viraccessdrivernop.c.o
[211/1310] Generating libvirt_access_lxc.syms with a custom command (wrapped by meson to capture output)
[211/1310] Compiling C object src/access/libvirt_access.a.p/viraccessdriverstack.c.o
[212/1310] Compiling C object src/util/libvirt_util.a.p/virnetdev.c.o
[212/1310] Compiling C object src/access/libvirt_access.a.p/viraccessdriverpolkit.c.o
[213/1310] Compiling C object src/util/libvirt_util.a.p/virutil.c.o
[213/1310] Compiling C object src/hypervisor/libvirt_hypervisor.a.p/virclosecallbacks.c.o
[214/1310] Compiling C object src/rpc/libvirt_net_rpc.a.p/virnetlibsshsession.c.o
[214/1310] Compiling C object src/hypervisor/libvirt_hypervisor.a.p/virhostdev.c.o
[215/1310] Compiling C object src/rpc/libvirt_net_rpc.a.p/virnetsshsession.c.o
[215/1310] Compiling C object src/hypervisor/libvirt_hypervisor.a.p/domain_cgroup.c.o
[216/1310] Compiling C object src/cpu/libvirt_cpu.a.p/cpu_s390.c.o
[216/1310] Compiling C object src/hypervisor/libvirt_hypervisor.a.p/domain_driver.c.o
[217/1310] Compiling C object src/rpc/libvirt_net_rpc_server.a.p/virnetserver.c.o
[217/1310] Compiling C object src/nwfilter/libvirt_driver_nwfilter_impl.a.p/nwfilter_gentech_driver.c.o
[218/1310] Compiling C object src/cpu/libvirt_cpu.a.p/cpu_map.c.o
[218/1310] Compiling C object src/nwfilter/libvirt_driver_nwfilter_impl.a.p/nwfilter_dhcpsnoop.c.o
[219/1310] Compiling C object tools/virsh.p/virsh-domain-monitor.c.o
[219/1310] Compiling C object src/nwfilter/libvirt_driver_nwfilter_impl.a.p/nwfilter_ebiptables_driver.c.o
[220/1310] Compiling C object src/util/libvirt_util.a.p/virpci.c.o
[220/1310] Compiling C object src/network/libvirt_driver_network_impl.a.p/bridge_driver.c.o
[221/1310] Generating qemu_client_bodies.h with a custom command (wrapped by meson to capture output)
[221/1310] Compiling C object src/network/libvirt_driver_network_impl.a.p/bridge_driver_platform.c.o
[222/1310] Compiling C object src/util/libvirt_util.a.p/virresctrl.c.o
[222/1310] Compiling C object src/node_device/libvirt_driver_nodedev_impl.a.p/node_device_driver.c.o
[223/1310] Compiling C object src/rpc/libvirt_net_rpc_server.a.p/virnetdaemon.c.o
[223/1310] Compiling C object src/node_device/libvirt_driver_nodedev_impl.a.p/node_device_udev.c.o
[224/1310] Compiling C object src/cpu/libvirt_cpu.a.p/cpu_arm.c.o
[224/1310] Compiling C object src/nwfilter/libvirt_driver_nwfilter_impl.a.p/nwfilter_driver.c.o
[225/1310] Compiling C object src/util/libvirt_util.a.p/virsysinfo.c.o
[225/1310] Compiling C object src/nwfilter/libvirt_driver_nwfilter_impl.a.p/nwfilter_learnipaddr.c.o
[226/1310] Generating lxc_client_bodies.h with a custom command (wrapped by meson to capture output)
[226/1310] Compiling C object src/security/libvirt_security_manager.a.p/security_driver.c.o
[227/1310] Generating qemu_daemon_dispatch_stubs.h with a custom command (wrapped by meson to capture output)
[227/1310] Compiling C object src/storage/libvirt_storage_driver_impl.a.p/storage_driver.c.o
[228/1310] Compiling C object src/util/libvirt_util.a.p/virxml.c.o
[228/1310] Linking static target src/util/libvirt_util.a
[229/1310] Generating remote_client_bodies.h with a custom command (wrapped by meson to capture output)
[229/1310] Compiling C object src/remote/libvirt_remote_driver.a.p/meson-generated_.._lxc_protocol.c.o
[230/1310] Compiling C object src/rpc/libvirt_net_rpc_server.a.p/virnetserverclient.c.o
[230/1310] Linking static target src/rpc/libvirt_net_rpc_server.a
[231/1310] Compiling C object src/locking/liblockd_impl.a.p/meson-generated_.._lock_protocol.c.o
[231/1310] Compiling C object src/remote/libvirt_remote_driver.a.p/meson-generated_.._remote_protocol.c.o
[232/1310] Compiling C object src/locking/libvirt_lock_driver.a.p/lock_driver_nop.c.o
[232/1310] Compiling C object src/remote/libvirt_remote_driver.a.p/meson-generated_.._qemu_protocol.c.o
[233/1310] Linking static target src/rpc/libvirt_net_rpc_server.a
[233/1310] Compiling C object src/remote/libvirt_remote_driver.a.p/remote_driver.c.o
[234/1310] Generating lxc_daemon_dispatch_stubs.h with a custom command (wrapped by meson to capture output)
[234/1310] Compiling C object src/remote/libvirt_remote_driver.a.p/remote_sockets.c.o
[235/1310] Generating admin_client.h with a custom command (wrapped by meson to capture output)
[235/1310] Compiling C object src/storage/libvirt_storage_driver_impl.a.p/storage_util.c.o
[236/1310] Compiling C object src/access/libvirt_access.a.p/viraccessperm.c.o
[236/1310] Compiling C object src/storage/libvirt_storage_driver_impl.a.p/storage_backend.c.o
[237/1310] Linking static target src/util/libvirt_util.a
[237/1310] Compiling C object src/security/libvirt_security_manager.a.p/security_util.c.o
[238/1310] Generating admin_server_dispatch_stubs.h with a custom command (wrapped by meson to capture output)
[238/1310] Compiling C object src/admin/libvirt_admin_driver.a.p/meson-generated_.._admin_protocol.c.o
[239/1310] Generating remote_daemon_dispatch_stubs.h with a custom command (wrapped by meson to capture output)
[239/1310] Compiling C object src/libvirtd.p/remote_remote_daemon.c.o
[240/1310] Generating lock_daemon_dispatch_stubs.h with a custom command (wrapped by meson to capture output)
[240/1310] Compiling C object src/admin/libvirt_admin_driver.a.p/admin_server.c.o
[241/1310] Compiling C object src/logging/libvirt_log_driver.a.p/meson-generated_.._log_protocol.c.o
[241/1310] Compiling C object src/admin/libvirt_admin_driver.a.p/admin_server_dispatch.c.o
[242/1310] Compiling C object src/cpu/libvirt_cpu.a.p/cpu_ppc64.c.o
[242/1310] Compiling C object src/security/libvirt_security_manager.a.p/security_selinux.c.o
[243/1310] Compiling C object src/logging/libvirt_log_driver.a.p/log_manager.c.o
[243/1310] Linking static target src/logging/libvirt_log_driver.a
[244/1310] Compiling C object src/rpc/libvirt_net_rpc.a.p/virnetsocket.c.o
[244/1310] Linking static target src/rpc/libvirt_net_rpc.a
[245/1310] Linking static target src/logging/libvirt_log_driver.a
[245/1310] Generating virtesxgenheaders with a custom command
[246/1310] Compiling C object src/cpu/libvirt_cpu.a.p/cpu.c.o
[246/1310] Generating virtesxgensources with a custom command
[247/1310] Compiling C object src/locking/libvirt_lock_driver.a.p/domain_lock.c.o
[247/1310] Compiling C object src/storage_file/libvirt_storage_file.a.p/storage_source.c.o
[248/1310] Linking static target src/rpc/libvirt_net_rpc.a
[248/1310] Compiling C object src/storage_file/libvirt_storage_file.a.p/storage_source_backingstore.c.o
[249/1310] Generating log_daemon_dispatch_stubs.h with a custom command (wrapped by meson to capture output)
[249/1310] Compiling C object src/storage_file/libvirt_storage_file.a.p/storage_file_backend.c.o
[250/1310] Compiling C object src/security/libvirt_security_manager.a.p/security_nop.c.o
[250/1310] Compiling C object src/storage_file/libvirt_storage_file.a.p/storage_file_probe.c.o
[251/1310] Compiling C object src/rpc/libvirt_net_rpc_client.a.p/virnetclient.c.o
[251/1310] Linking static target src/rpc/libvirt_net_rpc_client.a
[252/1310] Compiling C object src/locking/libvirt_lock_driver.a.p/lock_manager.c.o
[252/1310] Linking static target src/locking/libvirt_lock_driver.a
[253/1310] Generating virtesxgenheaders with a custom command
[253/1310] Generating virthypervgen with a custom command
[254/1310] Linking static target src/locking/libvirt_lock_driver.a
[254/1310] Generating lxc_monitor_protocol_h with a custom command
[255/1310] Generating virtesxgensources with a custom command
[255/1310] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_driver.c.o
[256/1310] Linking static target src/rpc/libvirt_net_rpc_client.a
[256/1310] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_interface_driver.c.o
[257/1310] Compiling C object src/access/libvirt_access.a.p/viraccessdrivernop.c.o
[257/1310] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_network_driver.c.o
[258/1310] Compiling C object src/access/libvirt_access.a.p/meson-generated_.._viraccessapichecklxc.c.o
[258/1310] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_storage_driver.c.o
[259/1310] Generating lxc_monitor_protocol_h with a custom command
[259/1310] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_storage_backend_vmfs.c.o
[260/1310] Generating virthypervgen with a custom command
[260/1310] Compiling C object src/hyperv/libvirt_driver_hyperv.a.p/hyperv_wmi.c.o
[261/1310] Compiling C object src/access/libvirt_access.a.p/meson-generated_.._viraccessapicheckqemu.c.o
[261/1310] Compiling C object src/hyperv/libvirt_driver_hyperv.a.p/hyperv_wmi_classes.c.o
[262/1310] Compiling C object src/admin/libvirt_admin_driver.a.p/meson-generated_.._admin_protocol.c.o
[262/1310] Compiling C object src/hyperv/libvirt_driver_hyperv.a.p/hyperv_driver.c.o
[263/1310] Compiling C object src/access/libvirt_access.a.p/viraccessmanager.c.o
[263/1310] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_storage_backend_iscsi.c.o
[264/1310] Compiling C object src/remote/libvirt_remote_driver.a.p/meson-generated_.._lxc_protocol.c.o
[264/1310] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_stream.c.o
[265/1310] Compiling C object src/access/libvirt_access.a.p/viraccessdriverpolkit.c.o
[265/1310] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_util.c.o
[266/1310] Compiling C object src/hypervisor/libvirt_hypervisor.a.p/virclosecallbacks.c.o
[266/1310] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_vi.c.o
[267/1310] Compiling C object src/access/libvirt_access.a.p/viraccessdriverstack.c.o
[267/1310] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_vi_methods.c.o
[268/1310] Compiling C object src/security/libvirt_security_manager.a.p/security_driver.c.o
[268/1310] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_vi_types.c.o
[269/1310] Compiling C object src/remote/libvirt_remote_driver.a.p/meson-generated_.._qemu_protocol.c.o
[269/1310] Generating lxc_monitor_protocol_c with a custom command
[270/1310] Compiling C object src/hypervisor/libvirt_hypervisor.a.p/domain_cgroup.c.o
[270/1310] Generating lxc_monitor_dispatch_h with a custom command (wrapped by meson to capture output)
[271/1310] Compiling C object src/security/libvirt_security_manager.a.p/security_stack.c.o
[271/1310] Generating lxc_controller_dispatch_h with a custom command (wrapped by meson to capture output)
[272/1310] Compiling C object src/locking/liblockd_impl.a.p/lock_driver_lockd.c.o
[272/1310] Linking static target src/locking/liblockd_impl.a
[273/1310] Generating lxc_monitor_protocol_c with a custom command
[273/1310] Compiling C object src/hyperv/libvirt_driver_hyperv.a.p/hyperv_network_driver.c.o
[274/1310] Linking static target src/locking/liblockd_impl.a
[274/1310] Compiling C object src/hyperv/libvirt_driver_hyperv.a.p/hyperv_util.c.o
[275/1310] Compiling C object src/remote/libvirt_remote_driver.a.p/remote_sockets.c.o
[275/1310] Compiling C object src/ch/libvirt_driver_ch_impl.a.p/ch_driver.c.o
[276/1310] Compiling C object src/security/libvirt_security_manager.a.p/security_manager.c.o
[276/1310] Compiling C object src/ch/libvirt_driver_ch_impl.a.p/ch_monitor.c.o
[277/1310] Compiling C object src/security/libvirt_security_manager.a.p/security_util.c.o
[277/1310] Compiling C object src/ch/libvirt_driver_ch_impl.a.p/ch_process.c.o
[278/1310] Compiling C object src/storage_file/libvirt_storage_file.a.p/storage_file_backend.c.o
[278/1310] Compiling C object src/ch/libvirt_driver_ch_impl.a.p/ch_conf.c.o
[279/1310] Compiling C object src/storage/libvirt_storage_driver_impl.a.p/storage_backend.c.o
[279/1310] Compiling C object src/openvz/libvirt_openvz.a.p/openvz_driver.c.o
[280/1310] Compiling C object src/network/libvirt_driver_network_impl.a.p/bridge_driver_platform.c.o
[280/1310] Compiling C object src/openvz/libvirt_openvz.a.p/openvz_util.c.o
[281/1310] Compiling C object src/admin/libvirt_admin_driver.a.p/admin_server.c.o
[281/1310] Compiling C object src/ch/libvirt_driver_ch_impl.a.p/ch_domain.c.o
[282/1310] Compiling C object src/nwfilter/libvirt_driver_nwfilter_impl.a.p/nwfilter_gentech_driver.c.o
[282/1310] Generating libvirt_qemu_probes.stp with a custom command (wrapped by meson to capture output)
[283/1310] Compiling C object src/nwfilter/libvirt_driver_nwfilter_impl.a.p/nwfilter_learnipaddr.c.o
[283/1310] Compiling C object src/openvz/libvirt_openvz.a.p/openvz_conf.c.o
[284/1310] Compiling C object src/hypervisor/libvirt_hypervisor.a.p/domain_driver.c.o
[284/1310] Generating libvirt_qemu_probes.h with a custom command
[285/1310] Compiling C object src/hyperv/libvirt_driver_hyperv.a.p/hyperv_wmi_classes.c.o
[285/1310] Generating libvirt_qemu_probes.o with a custom command
[286/1310] Compiling C object src/nwfilter/libvirt_driver_nwfilter_impl.a.p/nwfilter_driver.c.o
[286/1310] Compiling C object tests/virlogtest.p/virlogtest.c.o
[287/1310] Compiling C object src/storage_file/libvirt_storage_file.a.p/storage_file_probe.c.o
[287/1310] Compiling C object tests/virnetdevtest.p/virnetdevtest.c.o
[288/1310] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_interface_driver.c.o
[288/1310] Compiling C object src/test/libvirt_test.a.p/test_driver.c.o
[289/1310] Compiling C object src/admin/libvirt_admin_driver.a.p/admin_server_dispatch.c.o
[289/1310] Linking static target src/admin/libvirt_admin_driver.a
[290/1310] Generating libvirt_qemu_probes.h with a custom command
[290/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_interop_config.c.o
[291/1310] Linking static target src/admin/libvirt_admin_driver.a
[291/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_migration.c.o
[292/1310] Compiling C object src/security/libvirt_security_manager.a.p/security_dac.c.o
[292/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_capabilities.c.o
[293/1310] Compiling C object src/storage_file/libvirt_storage_file.a.p/storage_source_backingstore.c.o
[293/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_cgroup.c.o
[294/1310] Compiling C object src/storage_file/libvirt_storage_file.a.p/storage_source.c.o
[294/1310] Linking static target src/storage_file/libvirt_storage_file.a
[295/1310] Generating lxc_monitor_dispatch_h with a custom command (wrapped by meson to capture output)
[295/1310] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/meson-generated_.._lxc_monitor_protocol.c.o
[296/1310] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_storage_driver.c.o
[296/1310] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/lxc_native.c.o
[297/1310] Linking static target src/storage_file/libvirt_storage_file.a
[297/1310] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/lxc_driver.c.o
[298/1310] Generating libvirt_qemu_probes.o with a custom command
[298/1310] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/lxc_fuse.c.o
[299/1310] Generating lxc_controller_dispatch_h with a custom command (wrapped by meson to capture output)
[299/1310] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/lxc_domain.c.o
[300/1310] Compiling C object src/nwfilter/libvirt_driver_nwfilter_impl.a.p/nwfilter_dhcpsnoop.c.o
[300/1310] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/lxc_cgroup.c.o
[301/1310] Compiling C object src/hyperv/libvirt_driver_hyperv.a.p/hyperv_util.c.o
[301/1310] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/lxc_conf.c.o
[302/1310] Compiling C object src/hyperv/libvirt_driver_hyperv.a.p/hyperv_network_driver.c.o
[302/1310] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/lxc_container.c.o
[303/1310] Compiling C object src/openvz/libvirt_openvz.a.p/openvz_util.c.o
[303/1310] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/lxc_hostdev.c.o
[304/1310] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_util.c.o
[304/1310] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/lxc_monitor.c.o
[305/1310] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_network_driver.c.o
[305/1310] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/lxc_process.c.o
[306/1310] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_storage_backend_iscsi.c.o
[306/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_agent.c.o
[307/1310] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_stream.c.o
[307/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_checkpoint.c.o
[308/1310] Compiling C object src/ch/libvirt_driver_ch_impl.a.p/ch_process.c.o
[308/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_block.c.o
[309/1310] Compiling C object src/ch/libvirt_driver_ch_impl.a.p/ch_conf.c.o
[309/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_blockjob.c.o
[310/1310] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/meson-generated_.._lxc_monitor_protocol.c.o
[310/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_alias.c.o
[311/1310] Generating libvirt_qemu_probes.stp with a custom command (wrapped by meson to capture output)
[311/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_backup.c.o
[312/1310] Compiling C object src/libvirtd.p/remote_remote_daemon.c.o
[312/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_domain_address.c.o
[313/1310] Compiling C object src/ch/libvirt_driver_ch_impl.a.p/ch_domain.c.o
[313/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_extdevice.c.o
[314/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_interop_config.c.o
[314/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_firmware.c.o
[315/1310] Compiling C object src/node_device/libvirt_driver_nodedev_impl.a.p/node_device_udev.c.o
[315/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_command.c.o
[316/1310] Compiling C object src/node_device/libvirt_driver_nodedev_impl.a.p/node_device_driver.c.o
[316/1310] Linking static target src/node_device/libvirt_driver_nodedev_impl.a
[317/1310] Linking static target src/node_device/libvirt_driver_nodedev_impl.a
[317/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_conf.c.o
[318/1310] Compiling C object tests/virlogtest.p/virlogtest.c.o
[318/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_dbus.c.o
[319/1310] Compiling C object tests/virnetdevtest.p/virnetdevtest.c.o
[319/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_domain.c.o
[320/1310] Compiling C object src/hypervisor/libvirt_hypervisor.a.p/virhostdev.c.o
[320/1310] Linking static target src/hypervisor/libvirt_hypervisor.a
[321/1310] Linking static target src/hypervisor/libvirt_hypervisor.a
[321/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_domainjob.c.o
[322/1310] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_storage_backend_vmfs.c.o
[322/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_hostdev.c.o
[323/1310] Compiling C object src/ch/libvirt_driver_ch_impl.a.p/ch_driver.c.o
[323/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_driver.c.o
[324/1310] Compiling C object src/cpu/libvirt_cpu.a.p/cpu_x86.c.o
[324/1310] Linking static target src/cpu/libvirt_cpu.a
[325/1310] Linking static target src/cpu/libvirt_cpu.a
[325/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_migration_cookie.c.o
[326/1310] Compiling C object src/ch/libvirt_driver_ch_impl.a.p/ch_monitor.c.o
[326/1310] Linking static target src/ch/libvirt_driver_ch_impl.a
[327/1310] Compiling C object src/storage/libvirt_storage_driver_impl.a.p/storage_driver.c.o
[327/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_migration_params.c.o
[328/1310] Linking static target src/ch/libvirt_driver_ch_impl.a
[328/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_monitor.c.o
[329/1310] Compiling C object src/vmx/libvirt_vmx.a.p/vmx.c.o
[329/1310] Linking static target src/vmx/libvirt_vmx.a
[330/1310] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/lxc_hostdev.c.o
[330/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_hotplug.c.o
[331/1310] Linking static target src/vmx/libvirt_vmx.a
[331/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_interface.c.o
[332/1310] Compiling C object src/hyperv/libvirt_driver_hyperv.a.p/hyperv_wmi.c.o
[332/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_monitor_json.c.o
[333/1310] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/lxc_domain.c.o
[333/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_monitor_text.c.o
[334/1310] Compiling C object src/openvz/libvirt_openvz.a.p/openvz_conf.c.o
[334/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_validate.c.o
[335/1310] Compiling C object src/nwfilter/libvirt_driver_nwfilter_impl.a.p/nwfilter_ebiptables_driver.c.o
[335/1310] Linking static target src/nwfilter/libvirt_driver_nwfilter_impl.a
[336/1310] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/lxc_fuse.c.o
[336/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_vhost_user.c.o
[337/1310] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/lxc_cgroup.c.o
[337/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_qapi.c.o
[338/1310] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/lxc_conf.c.o
[338/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_namespace.c.o
[339/1310] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/lxc_monitor.c.o
[339/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_process.c.o
[340/1310] Compiling C object src/security/libvirt_security_manager.a.p/security_selinux.c.o
[340/1310] Linking static target src/security/libvirt_security_manager.a
[341/1310] Linking static target src/nwfilter/libvirt_driver_nwfilter_impl.a
[341/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_saveimage.c.o
[342/1310] Linking static target src/security/libvirt_security_manager.a
[342/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_vhost_user_gpu.c.o
[343/1310] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_vi_methods.c.o
[343/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_slirp.c.o
[344/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_alias.c.o
[344/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_tpm.c.o
[345/1310] Compiling C object src/openvz/libvirt_openvz.a.p/openvz_driver.c.o
[345/1310] Linking static target src/openvz/libvirt_openvz.a
[346/1310] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/lxc_native.c.o
[346/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_security.c.o
[347/1310] Linking static target src/openvz/libvirt_openvz.a
[347/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_snapshot.c.o
[348/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_extdevice.c.o
[348/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_virtiofs.c.o
[349/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_cgroup.c.o
[349/1310] Compiling C object src/vbox/libvirt_driver_vbox_impl.a.p/vbox_V5_2.c.o
[350/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_dbus.c.o
[350/1310] Compiling C object src/vbox/libvirt_driver_vbox_impl.a.p/vbox_V6_0.c.o
[351/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_hostdev.c.o
[351/1310] Compiling C object src/vbox/libvirt_driver_vbox_impl.a.p/vbox_V6_1.c.o
[352/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_checkpoint.c.o
[352/1310] Compiling C object src/vbox/libvirt_driver_vbox_impl.a.p/vbox_XPCOMCGlue.c.o
[353/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_qapi.c.o
[353/1310] Generating libvirt.syms with a custom command
[354/1310] Generating libvirt.syms with a custom command
[354/1310] Compiling C object src/vmware/libvirt_vmware.a.p/vmware_driver.c.o
[355/1310] Compiling C object src/storage/libvirt_storage_driver_impl.a.p/storage_util.c.o
[355/1310] Linking static target src/storage/libvirt_storage_driver_impl.a
[356/1310] Linking static target src/storage/libvirt_storage_driver_impl.a
[356/1310] Compiling C object src/vbox/libvirt_driver_vbox_impl.a.p/vbox_network.c.o
[357/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_monitor_text.c.o
[357/1310] Compiling C object src/vbox/libvirt_driver_vbox_impl.a.p/vbox_snapshot_conf.c.o
[358/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_backup.c.o
[358/1310] Compiling C object src/vbox/libvirt_driver_vbox_impl.a.p/vbox_storage.c.o
[359/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_vhost_user.c.o
[359/1310] Compiling C object src/vbox/libvirt_driver_vbox_impl.a.p/vbox_common.c.o
[360/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_vhost_user_gpu.c.o
[360/1310] Compiling C object src/vbox/libvirt_driver_vbox_impl.a.p/vbox_driver.c.o
[361/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_interface.c.o
[361/1310] Compiling C object src/vmware/libvirt_vmware.a.p/vmware_conf.c.o
[362/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_blockjob.c.o
[362/1310] Compiling C object src/libvirt_driver.a.p/driver.c.o
[363/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_firmware.c.o
[363/1310] Compiling C object src/libvirt_driver.a.p/libvirt.c.o
[364/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_domainjob.c.o
[364/1310] Compiling C object src/libvirt_driver.a.p/libvirt-domain.c.o
[365/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_saveimage.c.o
[365/1310] Compiling C object src/libvirt_driver.a.p/libvirt-domain-checkpoint.c.o
[366/1310] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_driver.c.o
[366/1310] Compiling C object src/libvirt_driver.a.p/libvirt-domain-snapshot.c.o
[367/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_migration_params.c.o
[367/1310] Compiling C object src/libvirt_driver.a.p/libvirt-host.c.o
[368/1310] Compiling C object src/vbox/libvirt_driver_vbox_impl.a.p/vbox_XPCOMCGlue.c.o
[368/1310] Compiling C object src/libvirt_driver.a.p/libvirt-interface.c.o
[369/1310] Compiling C object src/network/libvirt_driver_network_impl.a.p/bridge_driver.c.o
[369/1310] Linking static target src/network/libvirt_driver_network_impl.a
[370/1310] Linking static target src/network/libvirt_driver_network_impl.a
[370/1310] Compiling C object src/libvirt_driver.a.p/libvirt-network.c.o
[371/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_conf.c.o
[371/1310] Compiling C object src/libvirt_driver.a.p/libvirt-nodedev.c.o
[372/1310] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/lxc_process.c.o
[372/1310] Compiling C object src/libvirt_driver.a.p/libvirt-nwfilter.c.o
[373/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_domain_address.c.o
[373/1310] Compiling C object src/libvirt_driver.a.p/libvirt-secret.c.o
[374/1310] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/lxc_container.c.o
[374/1310] Compiling C object src/libvirt_driver.a.p/libvirt-storage.c.o
[375/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_security.c.o
[375/1310] Compiling C object src/libvirt_driver.a.p/libvirt-stream.c.o
[376/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_slirp.c.o
[376/1310] Compiling C object src/libvirt_driver.a.p/datatypes.c.o
[377/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_virtiofs.c.o
[377/1310] Compiling C object src/libvirt-qemu.so.0.7009.0.p/libvirt-qemu.c.o
[378/1310] Compiling C object src/hyperv/libvirt_driver_hyperv.a.p/hyperv_driver.c.o
[378/1310] Linking static target src/hyperv/libvirt_driver_hyperv.a
[379/1310] Linking static target src/hyperv/libvirt_driver_hyperv.a
[379/1310] Compiling C object tests/libshunload.so.p/shunloadhelper.c.o
[380/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_block.c.o
[380/1310] Compiling C object src/libvirt-lxc.so.0.7009.0.p/libvirt-lxc.c.o
[381/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_tpm.c.o
[381/1310] Compiling C object src/libvirt-admin.so.0.7009.0.p/meson-generated_.._admin_admin_protocol.c.o
[382/1310] Compiling C object src/libvirt_driver.a.p/driver.c.o
[382/1310] Compiling C object src/libvirt-admin.so.0.7009.0.p/admin_libvirt-admin.c.o
[383/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_agent.c.o
[383/1310] Compiling C object src/libvirt-admin.so.0.7009.0.p/datatypes.c.o
[384/1310] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_vi.c.o
[384/1310] Compiling C object src/libvirt_driver_interface.so.p/interface_interface_driver.c.o
[385/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_migration_cookie.c.o
[385/1310] Compiling C object src/libvirt_driver_interface.so.p/interface_interface_backend_netcf.c.o
[386/1310] Compiling C object src/libvirt_driver_interface.so.p/interface_interface_driver.c.o
[386/1310] Compiling C object src/libvirt_driver_interface.so.p/interface_interface_backend_udev.c.o
[387/1310] Compiling C object src/vbox/libvirt_driver_vbox_impl.a.p/vbox_driver.c.o
[387/1310] Compiling C object src/sanlock.so.p/locking_lock_driver_sanlock.c.o
[388/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_namespace.c.o
[388/1310] Compiling C object src/libvirt_driver_secret.so.p/secret_secret_driver.c.o
[389/1310] Compiling C object src/libvirt_driver.a.p/libvirt-domain-checkpoint.c.o
[389/1310] Compiling C object src/libvirt_storage_backend_fs.so.p/storage_storage_backend_fs.c.o
[390/1310] Compiling C object src/vbox/libvirt_driver_vbox_impl.a.p/vbox_network.c.o
[390/1310] Compiling C object src/libvirt_storage_backend_disk.so.p/storage_storage_backend_disk.c.o
[391/1310] Compiling C object src/vmware/libvirt_vmware.a.p/vmware_driver.c.o
[391/1310] Compiling C object src/libvirt_storage_backend_gluster.so.p/storage_storage_backend_gluster.c.o
[392/1310] Compiling C object src/libvirt-admin.so.0.7009.0.p/meson-generated_.._admin_admin_protocol.c.o
[392/1310] Compiling C object src/libvirt_storage_backend_iscsi-direct.so.p/storage_storage_backend_iscsi_direct.c.o
[393/1310] Compiling C object tests/libshunload.so.p/shunloadhelper.c.o
[393/1310] Compiling C object src/libvirt_storage_backend_mpath.so.p/storage_storage_backend_mpath.c.o
[394/1310] Compiling C object src/vmware/libvirt_vmware.a.p/vmware_conf.c.o
[394/1310] Linking static target src/vmware/libvirt_vmware.a
[395/1310] Compiling C object src/libvirt_driver.a.p/libvirt-interface.c.o
[395/1310] Compiling C object src/libvirt_storage_backend_iscsi.so.p/storage_storage_backend_iscsi.c.o
[396/1310] Linking static target src/vmware/libvirt_vmware.a
[396/1310] Compiling C object src/libvirt_storage_backend_rbd.so.p/storage_storage_backend_rbd.c.o
[397/1310] Compiling C object src/libvirt-qemu.so.0.7009.0.p/libvirt-qemu.c.o
[397/1310] Compiling C object src/libvirt_storage_backend_zfs.so.p/storage_storage_backend_zfs.c.o
[398/1310] Compiling C object src/vbox/libvirt_driver_vbox_impl.a.p/vbox_storage.c.o
[398/1310] Compiling C object src/libvirt_storage_backend_logical.so.p/storage_storage_backend_logical.c.o
[399/1310] Compiling C object src/libvirt_driver.a.p/libvirt-domain-snapshot.c.o
[399/1310] Compiling C object src/libvirt_storage_backend_scsi.so.p/storage_storage_backend_scsi.c.o
[400/1310] Compiling C object src/libvirt_driver.a.p/libvirt-nwfilter.c.o
[400/1310] Compiling C object src/libvirt_storage_backend_vstorage.so.p/storage_storage_backend_vstorage.c.o
[401/1310] Compiling C object src/vbox/libvirt_driver_vbox_impl.a.p/vbox_snapshot_conf.c.o
[401/1310] Compiling C object src/libvirt_storage_file_fs.so.p/storage_file_storage_file_backend_fs.c.o
[402/1310] Compiling C object src/libvirt_driver.a.p/libvirt-secret.c.o
[402/1310] Compiling C object src/libvirt_storage_file_gluster.so.p/storage_file_storage_file_backend_gluster.c.o
[403/1310] Compiling C object src/libvirt-lxc.so.0.7009.0.p/libvirt-lxc.c.o
[403/1310] Compiling C object tests/virjsontest.p/virjsontest.c.o
[404/1310] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/lxc_driver.c.o
[404/1310] Linking static target src/lxc/libvirt_driver_lxc_impl.a
[405/1310] Compiling C object src/remote/libvirt_remote_driver.a.p/meson-generated_.._remote_protocol.c.o
[405/1310] Compiling C object tests/virmacmaptest.p/virmacmaptest.c.o
[406/1310] Compiling C object src/libvirt_driver.a.p/libvirt-nodedev.c.o
[406/1310] Compiling C object src/libvirtd.p/remote_remote_daemon_config.c.o
[407/1310] Linking static target src/lxc/libvirt_driver_lxc_impl.a
[407/1310] Compiling C object src/virtinterfaced.p/remote_remote_daemon.c.o
[408/1310] Compiling C object src/access/libvirt_access.a.p/meson-generated_.._viraccessapicheck.c.o
[408/1310] Linking static target src/access/libvirt_access.a
[409/1310] Compiling C object src/vbox/libvirt_driver_vbox_impl.a.p/vbox_V5_2.c.o
[409/1310] Compiling C object src/virtproxyd.p/remote_remote_daemon.c.o
[410/1310] Compiling C object src/libvirt_driver.a.p/datatypes.c.o
[410/1310] Compiling C object src/libvirtd.p/remote_remote_daemon_dispatch.c.o
[411/1310] Compiling C object src/libvirt_driver.a.p/libvirt.c.o
[411/1310] Compiling C object src/libvirtd.p/remote_remote_daemon_stream.c.o
[412/1310] Compiling C object src/libvirt_driver.a.p/libvirt-host.c.o
[412/1310] Compiling C object src/virtproxyd.p/remote_remote_daemon_config.c.o
[413/1310] Linking static target src/access/libvirt_access.a
[413/1310] Compiling C object src/virtproxyd.p/remote_remote_daemon_dispatch.c.o
[414/1310] Compiling C object src/libvirt_driver.a.p/libvirt-stream.c.o
[414/1310] Compiling C object src/virtproxyd.p/remote_remote_daemon_stream.c.o
[415/1310] Compiling C object src/libvirt_driver.a.p/libvirt-network.c.o
[415/1310] Compiling C object src/virtinterfaced.p/remote_remote_daemon_config.c.o
[416/1310] Compiling C object src/vbox/libvirt_driver_vbox_impl.a.p/vbox_V6_0.c.o
[416/1310] Compiling C object src/virtlockd.p/meson-generated_.._locking_lock_protocol.c.o
[417/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_snapshot.c.o
[417/1310] Compiling C object src/virtlockd.p/locking_lock_daemon.c.o
[418/1310] Compiling C object src/libvirt-admin.so.0.7009.0.p/datatypes.c.o
[418/1310] Compiling C object src/virtinterfaced.p/remote_remote_daemon_dispatch.c.o
[419/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_capabilities.c.o
[419/1310] Compiling C object src/virtinterfaced.p/remote_remote_daemon_stream.c.o
[420/1310] Compiling C object src/vbox/libvirt_driver_vbox_impl.a.p/vbox_V6_1.c.o
[420/1310] Compiling C object src/virtlogd.p/logging_log_daemon.c.o
[421/1310] Compiling C object src/libvirt_storage_backend_mpath.so.p/storage_storage_backend_mpath.c.o
[421/1310] Compiling C object src/virtlogd.p/logging_log_daemon_config.c.o
[422/1310] Compiling C object src/libvirt_storage_backend_fs.so.p/storage_storage_backend_fs.c.o
[422/1310] Compiling C object src/virtlockd.p/locking_lock_daemon_dispatch.c.o
[423/1310] Compiling C object src/libvirt_driver_secret.so.p/secret_secret_driver.c.o
[423/1310] Compiling C object src/virtlockd.p/locking_lock_daemon_config.c.o
[424/1310] Compiling C object src/libvirt_driver.a.p/libvirt-storage.c.o
[424/1310] Compiling C object src/virtnodedevd.p/remote_remote_daemon.c.o
[425/1310] Compiling C object src/libvirt_storage_backend_vstorage.so.p/storage_storage_backend_vstorage.c.o
[425/1310] Compiling C object src/virtnodedevd.p/remote_remote_daemon_config.c.o
[426/1310] Compiling C object src/libvirt_storage_file_gluster.so.p/storage_file_storage_file_backend_gluster.c.o
[426/1310] Compiling C object src/virtnetworkd.p/remote_remote_daemon_config.c.o
[427/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_validate.c.o
[427/1310] Compiling C object src/virtlogd.p/meson-generated_.._logging_log_protocol.c.o
[428/1310] Compiling C object src/libvirt_storage_backend_zfs.so.p/storage_storage_backend_zfs.c.o
[428/1310] Compiling C object src/virtlogd.p/logging_log_daemon_dispatch.c.o
[429/1310] Compiling C object src/libvirt_storage_backend_gluster.so.p/storage_storage_backend_gluster.c.o
[429/1310] Compiling C object src/virtlogd.p/logging_log_handler.c.o
[430/1310] Compiling C object src/libvirt_storage_file_fs.so.p/storage_file_storage_file_backend_fs.c.o
[430/1310] Compiling C object src/virtnetworkd.p/remote_remote_daemon.c.o
[431/1310] Compiling C object src/libvirt-admin.so.0.7009.0.p/admin_libvirt-admin.c.o
[431/1310] Compiling C object src/virtnetworkd.p/remote_remote_daemon_dispatch.c.o
[432/1310] Compiling C object src/libvirt_storage_backend_scsi.so.p/storage_storage_backend_scsi.c.o
[432/1310] Compiling C object src/virtnetworkd.p/remote_remote_daemon_stream.c.o
[433/1310] Compiling C object src/libvirt_storage_backend_disk.so.p/storage_storage_backend_disk.c.o
[433/1310] Compiling C object src/virtsecretd.p/remote_remote_daemon_dispatch.c.o
[434/1310] Compiling C object src/libvirt_storage_backend_iscsi.so.p/storage_storage_backend_iscsi.c.o
[434/1310] Compiling C object src/virtsecretd.p/remote_remote_daemon_stream.c.o
[435/1310] Compiling C object src/libvirt_storage_backend_iscsi-direct.so.p/storage_storage_backend_iscsi_direct.c.o
[435/1310] Compiling C object src/virtstoraged.p/remote_remote_daemon.c.o
[436/1310] Compiling C object src/libvirtd.p/remote_remote_daemon_config.c.o
[436/1310] Compiling C object src/virtnwfilterd.p/remote_remote_daemon.c.o
[437/1310] Compiling C object src/libvirt_driver_interface.so.p/interface_interface_backend_udev.c.o
[437/1310] Compiling C object src/virtnodedevd.p/remote_remote_daemon_dispatch.c.o
[438/1310] Compiling C object src/sanlock.so.p/locking_lock_driver_sanlock.c.o
[438/1310] Compiling C object src/virtnodedevd.p/remote_remote_daemon_stream.c.o
[439/1310] Compiling C object src/virtlockd.p/meson-generated_.._locking_lock_protocol.c.o
[439/1310] Compiling C object src/virtnwfilterd.p/remote_remote_daemon_config.c.o
[440/1310] Compiling C object src/virtproxyd.p/remote_remote_daemon_config.c.o
[440/1310] Compiling C object src/virtnwfilterd.p/remote_remote_daemon_dispatch.c.o
[441/1310] Compiling C object tests/virmacmaptest.p/virmacmaptest.c.o
[441/1310] Compiling C object src/virtnwfilterd.p/remote_remote_daemon_stream.c.o
[442/1310] Compiling C object src/libvirt_driver_interface.so.p/interface_interface_backend_netcf.c.o
[442/1310] Compiling C object src/virtstoraged.p/remote_remote_daemon_stream.c.o
[443/1310] Compiling C object src/virtinterfaced.p/remote_remote_daemon_config.c.o
[443/1310] Compiling C object src/virtsecretd.p/remote_remote_daemon.c.o
[444/1310] Compiling C object src/libvirtd.p/remote_remote_daemon_stream.c.o
[444/1310] Compiling C object src/virtsecretd.p/remote_remote_daemon_config.c.o
[445/1310] Compiling C object src/libvirt_storage_backend_logical.so.p/storage_storage_backend_logical.c.o
[445/1310] Compiling C object src/virtlxcd.p/remote_remote_daemon.c.o
[446/1310] Compiling C object src/virtlogd.p/logging_log_daemon_config.c.o
[446/1310] Compiling C object src/virtlxcd.p/remote_remote_daemon_config.c.o
[447/1310] Compiling C object src/virtproxyd.p/remote_remote_daemon_stream.c.o
[447/1310] Compiling C object src/virtstoraged.p/remote_remote_daemon_config.c.o
[448/1310] Compiling C object src/virtlockd.p/locking_lock_daemon_config.c.o
[448/1310] Compiling C object src/virtstoraged.p/remote_remote_daemon_dispatch.c.o
[449/1310] Compiling C object tests/virjsontest.p/virjsontest.c.o
[449/1310] Compiling C object src/virtqemud.p/remote_remote_daemon.c.o
[450/1310] Compiling C object src/virtlogd.p/meson-generated_.._logging_log_protocol.c.o
[450/1310] Compiling C object src/virtchd.p/remote_remote_daemon_stream.c.o
[451/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_monitor.c.o
[451/1310] Compiling C object src/virtlxcd.p/remote_remote_daemon_dispatch.c.o
[452/1310] Compiling C object src/virtlockd.p/locking_lock_daemon_dispatch.c.o
[452/1310] Compiling C object src/virtlxcd.p/remote_remote_daemon_stream.c.o
[453/1310] Compiling C object src/virtinterfaced.p/remote_remote_daemon_stream.c.o
[453/1310] Compiling C object src/virtchd.p/remote_remote_daemon.c.o
[454/1310] Compiling C object src/virtlogd.p/logging_log_daemon_dispatch.c.o
[454/1310] Compiling C object src/virtchd.p/remote_remote_daemon_config.c.o
[455/1310] Compiling C object src/virtnodedevd.p/remote_remote_daemon_config.c.o
[455/1310] Compiling C object src/virtchd.p/remote_remote_daemon_dispatch.c.o
[456/1310] Compiling C object src/virtnetworkd.p/remote_remote_daemon_config.c.o
[456/1310] Compiling C object src/virtqemud.p/remote_remote_daemon_config.c.o
[457/1310] Compiling C object src/libvirt_storage_backend_rbd.so.p/storage_storage_backend_rbd.c.o
[457/1310] Compiling C object src/virtqemud.p/remote_remote_daemon_stream.c.o
[458/1310] Compiling C object src/virtlogd.p/logging_log_daemon.c.o
[458/1310] Compiling C object src/virtvboxd.p/remote_remote_daemon.c.o
[459/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_migration.c.o
[459/1310] Compiling C object src/virtvboxd.p/remote_remote_daemon_dispatch.c.o
[460/1310] Compiling C object src/virtlogd.p/logging_log_handler.c.o
[460/1310] Compiling C object src/virtvboxd.p/remote_remote_daemon_stream.c.o
[461/1310] Compiling C object src/virtnwfilterd.p/remote_remote_daemon_config.c.o
[461/1310] Compiling C object src/libvirt_iohelper.p/util_iohelper.c.o
[462/1310] Compiling C object src/virtlockd.p/locking_lock_daemon.c.o
[462/1310] Compiling C object src/virtqemud.p/remote_remote_daemon_dispatch.c.o
[463/1310] Compiling C object src/virtnetworkd.p/remote_remote_daemon_stream.c.o
[463/1310] Compiling C object src/virt-ssh-helper.p/remote_remote_sockets.c.o
[464/1310] Compiling C object src/virtsecretd.p/remote_remote_daemon_stream.c.o
[464/1310] Compiling C object src/virtvboxd.p/remote_remote_daemon_config.c.o
[465/1310] Compiling C object src/virtinterfaced.p/remote_remote_daemon.c.o
[465/1310] Compiling C object src/virt-ssh-helper.p/remote_remote_ssh_helper.c.o
[466/1310] Compiling C object src/virtproxyd.p/remote_remote_daemon.c.o
[466/1310] Compiling C object src/libvirt_sanlock_helper.p/locking_sanlock_helper.c.o
[467/1310] Compiling C object src/virtsecretd.p/remote_remote_daemon_config.c.o
[467/1310] Compiling C object src/libvirt_lxc.p/meson-generated_.._lxc_lxc_monitor_protocol.c.o
[468/1310] Compiling C object src/virtlxcd.p/remote_remote_daemon_config.c.o
[468/1310] Compiling C object src/libvirt_leaseshelper.p/network_leaseshelper.c.o
[469/1310] Compiling C object src/virtnodedevd.p/remote_remote_daemon_stream.c.o
[469/1310] Compiling C object src/libvirt_parthelper.p/storage_parthelper.c.o
[470/1310] Compiling C object src/virtstoraged.p/remote_remote_daemon_config.c.o
[470/1310] Compiling C object src/libvirt_lxc.p/lxc_lxc_conf.c.o
[471/1310] Compiling C object src/virtstoraged.p/remote_remote_daemon_stream.c.o
[471/1310] Compiling C object src/libvirt_lxc.p/lxc_lxc_container.c.o
[472/1310] Compiling C object src/virtnwfilterd.p/remote_remote_daemon_stream.c.o
[472/1310] Compiling C object src/libvirt_lxc.p/lxc_lxc_cgroup.c.o
[473/1310] Compiling C object src/libvirt_lxc.p/meson-generated_.._lxc_lxc_monitor_protocol.c.o
[473/1310] Compiling C object src/libvirt_lxc.p/lxc_lxc_domain.c.o
[474/1310] Compiling C object src/virtchd.p/remote_remote_daemon_config.c.o
[474/1310] Compiling C object src/libvirt_lxc.p/lxc_lxc_fuse.c.o
[475/1310] Compiling C object src/libvirt_iohelper.p/util_iohelper.c.o
[475/1310] Compiling C object src/libvirt_lxc.p/lxc_lxc_controller.c.o
[476/1310] Compiling C object src/virtqemud.p/remote_remote_daemon_config.c.o
[476/1310] Compiling C object src/libvirt_lxc.p/datatypes.c.o
[477/1310] Compiling C object src/virtnodedevd.p/remote_remote_daemon.c.o
[477/1310] Compiling C object src/virt-qemu-run.p/qemu_qemu_shim.c.o
[478/1310] Compiling C object src/virtchd.p/remote_remote_daemon_stream.c.o
[478/1310] Generating test_libvirt_lockd.aug with a custom command (wrapped by meson to capture output)
[479/1310] Compiling C object src/virtlxcd.p/remote_remote_daemon_stream.c.o
[479/1310] Generating test_libvirt_sanlock.aug with a custom command (wrapped by meson to capture output)
[480/1310] Compiling C object src/libvirt_leaseshelper.p/network_leaseshelper.c.o
[480/1310] Generating test_virtlockd.aug with a custom command (wrapped by meson to capture output)
[481/1310] Compiling C object src/virtnetworkd.p/remote_remote_daemon.c.o
[481/1310] Generating test_virtlogd.aug with a custom command (wrapped by meson to capture output)
[482/1310] Compiling C object src/virtqemud.p/remote_remote_daemon_stream.c.o
[482/1310] Generating test_libvirtd_lxc.aug with a custom command (wrapped by meson to capture output)
[483/1310] Compiling C object src/libvirt_sanlock_helper.p/locking_sanlock_helper.c.o
[483/1310] Generating test_libvirtd_qemu.aug with a custom command (wrapped by meson to capture output)
[484/1310] Compiling C object src/libvirt_parthelper.p/storage_parthelper.c.o
[484/1310] Generating test_libvirtd.aug with a custom command (wrapped by meson to capture output)
[485/1310] Compiling C object src/virtstoraged.p/remote_remote_daemon.c.o
[485/1310] Generating test_virtproxyd.aug with a custom command (wrapped by meson to capture output)
[486/1310] Compiling C object src/virt-ssh-helper.p/remote_remote_ssh_helper.c.o
[486/1310] Generating test_virtinterfaced.aug with a custom command (wrapped by meson to capture output)
[487/1310] Compiling C object src/virt-ssh-helper.p/remote_remote_sockets.c.o
[487/1310] Generating test_virtnetworkd.aug with a custom command (wrapped by meson to capture output)
[488/1310] Compiling C object src/virtnwfilterd.p/remote_remote_daemon.c.o
[488/1310] Generating test_virtnodedevd.aug with a custom command (wrapped by meson to capture output)
[489/1310] Compiling C object src/virtvboxd.p/remote_remote_daemon_config.c.o
[489/1310] Generating test_virtnwfilterd.aug with a custom command (wrapped by meson to capture output)
[490/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_hotplug.c.o
[490/1310] Generating test_virtsecretd.aug with a custom command (wrapped by meson to capture output)
[491/1310] Compiling C object src/virtvboxd.p/remote_remote_daemon_stream.c.o
[491/1310] Generating test_virtstoraged.aug with a custom command (wrapped by meson to capture output)
[492/1310] Compiling C object src/virtlxcd.p/remote_remote_daemon.c.o
[492/1310] Generating test_virtlxcd.aug with a custom command (wrapped by meson to capture output)
[493/1310] Compiling C object src/virtsecretd.p/remote_remote_daemon.c.o
[493/1310] Generating test_virtchd.aug with a custom command (wrapped by meson to capture output)
[494/1310] Compiling C object src/test/libvirt_test.a.p/test_driver.c.o
[494/1310] Linking static target src/test/libvirt_test.a
[495/1310] Linking static target src/test/libvirt_test.a
[495/1310] Generating test_virtqemud.aug with a custom command (wrapped by meson to capture output)
[496/1310] Compiling C object src/libvirt_lxc.p/lxc_lxc_conf.c.o
[496/1310] Generating test_virtvboxd.aug with a custom command (wrapped by meson to capture output)
[497/1310] Compiling C object src/virtqemud.p/remote_remote_daemon.c.o
[497/1310] Compiling C object tools/libvirt_shell.a.p/vsh.c.o
[498/1310] Compiling C object src/virtchd.p/remote_remote_daemon.c.o
[498/1310] Generating libvirt_functions.stp with a custom command (wrapped by meson to capture output)
[499/1310] Compiling C object src/libvirt_lxc.p/lxc_lxc_cgroup.c.o
[499/1310] Compiling C object tools/libvirt_shell.a.p/vsh-table.c.o
[500/1310] Generating test_libvirt_lockd.aug with a custom command (wrapped by meson to capture output)
[500/1310] Compiling C object tools/virt-host-validate.p/virt-host-validate-common.c.o
[501/1310] Compiling C object src/virt-qemu-run.p/qemu_qemu_shim.c.o
[501/1310] Compiling C object tools/virt-host-validate.p/virt-host-validate-qemu.c.o
[502/1310] Compiling C object src/libvirt_lxc.p/lxc_lxc_domain.c.o
[502/1310] Compiling C object tools/virt-host-validate.p/virt-host-validate-lxc.c.o
[503/1310] Generating test_libvirt_sanlock.aug with a custom command (wrapped by meson to capture output)
[503/1310] Compiling C object tools/virt-host-validate.p/virt-host-validate.c.o
[504/1310] Generating test_virtlogd.aug with a custom command (wrapped by meson to capture output)
[504/1310] Compiling C object tools/virsh.p/virsh-backup.c.o
[505/1310] Generating test_virtlockd.aug with a custom command (wrapped by meson to capture output)
[505/1310] Compiling C object tools/virsh.p/virsh-checkpoint.c.o
[506/1310] Generating test_virtnetworkd.aug with a custom command (wrapped by meson to capture output)
[506/1310] Compiling C object tools/virsh.p/virsh-completer.c.o
[507/1310] Generating test_virtinterfaced.aug with a custom command (wrapped by meson to capture output)
[507/1310] Compiling C object tools/virt-login-shell.p/virt-login-shell.c.o
[508/1310] Generating test_virtproxyd.aug with a custom command (wrapped by meson to capture output)
[508/1310] Compiling C object tools/virt-login-shell-helper.p/virt-login-shell-helper.c.o
[509/1310] Generating test_virtsecretd.aug with a custom command (wrapped by meson to capture output)
[509/1310] Compiling C object tools/virsh.p/virsh-network.c.o
[510/1310] Generating test_libvirtd_qemu.aug with a custom command (wrapped by meson to capture output)
[510/1310] Compiling C object tools/virsh.p/virsh-nodedev.c.o
[511/1310] Generating test_libvirtd.aug with a custom command (wrapped by meson to capture output)
[511/1310] Compiling C object tools/virsh.p/virsh.c.o
[512/1310] Generating test_virtnodedevd.aug with a custom command (wrapped by meson to capture output)
[512/1310] Compiling C object tools/virsh.p/virsh-completer-domain.c.o
[513/1310] Compiling C object src/libvirt_lxc.p/lxc_lxc_fuse.c.o
[513/1310] Compiling C object tools/virsh.p/virsh-completer-checkpoint.c.o
[514/1310] Compiling C object src/virtvboxd.p/remote_remote_daemon.c.o
[514/1310] Compiling C object tools/virsh.p/virsh-completer-host.c.o
[515/1310] Generating test_virtstoraged.aug with a custom command (wrapped by meson to capture output)
[515/1310] Compiling C object tools/virsh.p/virsh-completer-interface.c.o
[516/1310] Generating test_virtnwfilterd.aug with a custom command (wrapped by meson to capture output)
[516/1310] Compiling C object tools/virsh.p/virsh-completer-network.c.o
[517/1310] Compiling C object src/libvirt_lxc.p/datatypes.c.o
[517/1310] Compiling C object tools/virsh.p/virsh-completer-nodedev.c.o
[518/1310] Generating test_virtchd.aug with a custom command (wrapped by meson to capture output)
[518/1310] Compiling C object tools/virsh.p/virsh-completer-nwfilter.c.o
[519/1310] Generating test_libvirtd_lxc.aug with a custom command (wrapped by meson to capture output)
[519/1310] Compiling C object tools/virsh.p/virsh-completer-pool.c.o
[520/1310] Generating test_virtlxcd.aug with a custom command (wrapped by meson to capture output)
[520/1310] Compiling C object tools/virsh.p/virsh-completer-secret.c.o
[521/1310] Compiling C object tools/virt-login-shell.p/virt-login-shell.c.o
[521/1310] Linking target tools/virt-login-shell
[522/1310] Linking target tools/virt-login-shell
[522/1310] Compiling C object tools/virsh.p/virsh-completer-snapshot.c.o
[523/1310] Compiling C object tools/virt-host-validate.p/virt-host-validate-qemu.c.o
[523/1310] Compiling C object tools/virsh.p/virsh-completer-volume.c.o
[524/1310] Generating test_virtqemud.aug with a custom command (wrapped by meson to capture output)
[524/1310] Compiling C object tools/virsh.p/virsh-console.c.o
[525/1310] Compiling C object tools/virt-host-validate.p/virt-host-validate.c.o
[525/1310] Compiling C object tools/virsh.p/virsh-domain.c.o
[526/1310] Generating test_virtvboxd.aug with a custom command (wrapped by meson to capture output)
[526/1310] Compiling C object tools/virsh.p/virsh-interface.c.o
[527/1310] Compiling C object tools/virt-host-validate.p/virt-host-validate-lxc.c.o
[527/1310] Compiling C object tools/virsh.p/virsh-nwfilter.c.o
[528/1310] Compiling C object tools/virsh.p/virsh-completer.c.o
[528/1310] Compiling C object tools/nss/libnss_libvirt_impl.a.p/libvirt_nss.c.o
[529/1310] Compiling C object tools/virsh.p/virsh-backup.c.o
[529/1310] Compiling C object tools/virsh.p/virsh-pool.c.o
[530/1310] Compiling C object tools/libvirt_shell.a.p/vsh-table.c.o
[530/1310] Compiling C object tools/virsh.p/virsh-secret.c.o
[531/1310] Compiling C object tools/virt-host-validate.p/virt-host-validate-common.c.o
[531/1310] Compiling C object tools/virsh.p/virsh-snapshot.c.o
[532/1310] Compiling C object tools/virsh.p/virsh-completer-checkpoint.c.o
[532/1310] Compiling C object tools/virsh.p/virsh-util.c.o
[533/1310] Compiling C object tools/virsh.p/virsh-completer-interface.c.o
[533/1310] Compiling C object tools/virsh.p/virsh-volume.c.o
[534/1310] Compiling C object tools/virsh.p/virsh-completer-nwfilter.c.o
[534/1310] Compiling C object tools/virt-admin.p/virt-admin.c.o
[535/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_monitor_json.c.o
[535/1310] Compiling C object tools/virt-admin.p/virt-admin-completer.c.o
[536/1310] Compiling C object tools/virsh.p/virsh-completer-secret.c.o
[536/1310] Compiling C object tools/nss/libnss_libvirt_impl.a.p/libvirt_nss_leases.c.o
[537/1310] Compiling C object tools/virt-login-shell-helper.p/virt-login-shell-helper.c.o
[537/1310] Compiling C object tools/nss/libnss_libvirt_guest_impl.a.p/libvirt_nss_leases.c.o
[538/1310] Compiling C object tools/virsh.p/virsh-completer-nodedev.c.o
[538/1310] Compiling C object tools/nss/libnss_libvirt_guest_impl.a.p/libvirt_nss_macs.c.o
[539/1310] Compiling C object tools/virsh.p/virsh-completer-network.c.o
[539/1310] Compiling C object tools/nss/libnss_libvirt_guest_impl.a.p/libvirt_nss.c.o
[540/1310] Compiling C object tools/virsh.p/virsh-completer-snapshot.c.o
[540/1310] Generating protocol.h with a custom command
[541/1310] Compiling C object tools/virsh.p/virsh-completer-pool.c.o
[541/1310] Compiling C object tests/libtest_utils.a.p/testutils.c.o
[542/1310] Compiling C object tools/virsh.p/virsh-completer-volume.c.o
[542/1310] Compiling C object tests/libtest_utils_qemu.a.p/testutilsqemu.c.o
[543/1310] Compiling C object tools/virsh.p/virsh-completer-host.c.o
[543/1310] Compiling C object tests/libtest_utils_qemu_monitor.a.p/qemumonitortestutils.c.o
[544/1310] Compiling C object tools/nss/libnss_libvirt_impl.a.p/libvirt_nss.c.o
[544/1310] Compiling C object tests/libtest_utils_qemu_monitor.a.p/testutilsqemuschema.c.o
[545/1310] Compiling C object tools/virsh.p/virsh.c.o
[545/1310] Compiling C object tests/libtest_utils_lxc.a.p/testutilslxc.c.o
[546/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_domain.c.o
[546/1310] Compiling C object tests/libvirfilecachemock.so.p/virfilecachemock.c.o
[547/1310] Compiling C object tools/virsh.p/virsh-console.c.o
[547/1310] Compiling C object tests/libdomaincapsmock.so.p/domaincapsmock.c.o
[548/1310] Compiling C object tools/nss/libnss_libvirt_impl.a.p/libvirt_nss_leases.c.o
[548/1310] Linking static target tools/nss/libnss_libvirt_impl.a
[549/1310] Compiling C object tools/nss/libnss_libvirt_guest_impl.a.p/libvirt_nss_macs.c.o
[549/1310] Compiling C object tests/libvircgroupmock.so.p/vircgroupmock.c.o
[550/1310] Compiling C object tools/nss/libnss_libvirt_guest_impl.a.p/libvirt_nss_leases.c.o
[550/1310] Compiling C object tests/libtest_file_wrapper.a.p/virfilewrapper.c.o
[551/1310] Linking static target tools/nss/libnss_libvirt_impl.a
[551/1310] Linking target tools/nss/libnss_libvirt.so.2
[552/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_process.c.o
[552/1310] Compiling C object tests/virnetmessagetest.p/virnetmessagetest.c.o
[553/1310] Linking target tools/nss/libnss_libvirt.so.2
[553/1310] Compiling C object tests/virnetdaemontest.p/virnetdaemontest.c.o
[554/1310] Compiling C object tools/virt-admin.p/virt-admin-completer.c.o
[554/1310] Compiling C object tests/libvirhostdevmock.so.p/virhostdevmock.c.o
[555/1310] Compiling C object tools/nss/libnss_libvirt_guest_impl.a.p/libvirt_nss.c.o
[555/1310] Linking static target tools/nss/libnss_libvirt_guest_impl.a
[556/1310] Compiling C object tools/virsh.p/virsh-nodedev.c.o
[556/1310] Compiling C object tests/libvirnetdaemonmock.so.p/virnetdaemonmock.c.o
[557/1310] Compiling C object tools/virsh.p/virsh-checkpoint.c.o
[557/1310] Compiling C object tests/libvirgdbusmock.so.p/virgdbusmock.c.o
[558/1310] Linking static target tools/nss/libnss_libvirt_guest_impl.a
[558/1310] Linking target tools/nss/libnss_libvirt_guest.so.2
[559/1310] Compiling C object tools/virsh.p/virsh-util.c.o
[559/1310] Compiling C object tests/libvirhostcpumock.so.p/virhostcpumock.c.o
[560/1310] Compiling C object tools/virsh.p/virsh-nwfilter.c.o
[560/1310] Compiling C object tests/libvirfirewallmock.so.p/virfirewallmock.c.o
[561/1310] Compiling C object src/libvirt_lxc.p/lxc_lxc_container.c.o
[561/1310] Compiling C object tests/libvirrandommock.so.p/virrandommock.c.o
[562/1310] Linking target tools/nss/libnss_libvirt_guest.so.2
[562/1310] Compiling C object tests/libvirnetserverclientmock.so.p/virnetserverclientmock.c.o
[563/1310] Compiling C object tools/virsh.p/virsh-secret.c.o
[563/1310] Compiling C object tests/libvirpcimock.so.p/virpcimock.c.o
[564/1310] Compiling C object tests/libvirfilecachemock.so.p/virfilecachemock.c.o
[564/1310] Compiling C object tests/libvirnetdevmock.so.p/virnetdevmock.c.o
[565/1310] Compiling C object tools/virsh.p/virsh-network.c.o
[565/1310] Compiling C object tests/libvirportallocatormock.so.p/virportallocatormock.c.o
[566/1310] Generating libvirt_functions.stp with a custom command (wrapped by meson to capture output)
[566/1310] Compiling C object tests/libvirnetdevbandwidthmock.so.p/virnetdevbandwidthmock.c.o
[567/1310] Compiling C object tests/libvirhostdevmock.so.p/virhostdevmock.c.o
[567/1310] Compiling C object tests/libvirprocessmock.so.p/virprocessmock.c.o
[568/1310] Compiling C object tests/libtest_utils_lxc.a.p/testutilslxc.c.o
[568/1310] Linking static target tests/libtest_utils_lxc.a
[569/1310] Compiling C object tools/virsh.p/virsh-interface.c.o
[569/1310] Compiling C object tests/libvirfilemock.so.p/virfilemock.c.o
[570/1310] Linking static target tests/libtest_utils_lxc.a
[570/1310] Compiling C object tests/libvirtestmock.so.p/virtestmock.c.o
[571/1310] Compiling C object tests/libvirnetdevbandwidthmock.so.p/virnetdevbandwidthmock.c.o
[571/1310] Compiling C object tests/libvirnumamock.so.p/virnumamock.c.o
[572/1310] Compiling C object tests/libvirnetdaemonmock.so.p/virnetdaemonmock.c.o
[572/1310] Compiling C object tests/libqemuhotplugmock.so.p/qemuhotplugmock.c.o
[573/1310] Compiling C object tests/libtest_file_wrapper.a.p/virfilewrapper.c.o
[573/1310] Linking static target tests/libtest_file_wrapper.a
[574/1310] Compiling C object tools/virsh.p/virsh-completer-domain.c.o
[574/1310] Compiling C object tests/libqemuxml2argvmock.so.p/qemuxml2argvmock.c.o
[575/1310] Compiling C object tests/libvirfirewallmock.so.p/virfirewallmock.c.o
[575/1310] Compiling C object tests/libqemucaps2xmlmock.so.p/qemucaps2xmlmock.c.o
[576/1310] Linking static target tests/libtest_file_wrapper.a
[576/1310] Compiling C object tests/libqemucpumock.so.p/qemucpumock.c.o
[577/1310] Compiling C object tests/libvirhostcpumock.so.p/virhostcpumock.c.o
[577/1310] Compiling C object tests/libvirusbmock.so.p/virusbmock.c.o
[578/1310] Compiling C object tools/virt-admin.p/virt-admin.c.o
[578/1310] Compiling C object tests/libnssmock.so.p/nssmock.c.o
[579/1310] Compiling C object tests/libvirrandommock.so.p/virrandommock.c.o
[579/1310] Compiling C object tests/libqemucapsprobemock.so.p/qemucapsprobemock.c.o
[580/1310] Compiling C object src/libvirt_lxc.p/lxc_lxc_controller.c.o
[580/1310] Compiling C object tests/libsecurityselinuxhelper.so.p/securityselinuxhelper.c.o
[581/1310] Compiling C object tests/libdomaincapsmock.so.p/domaincapsmock.c.o
[581/1310] Compiling C object tests/libvirhostidmock.so.p/virhostidmock.c.o
[582/1310] Compiling C object tests/libvirnetserverclientmock.so.p/virnetserverclientmock.c.o
[582/1310] Compiling C object tests/commandhelper.p/commandhelper.c.o
[583/1310] Compiling C object tools/libvirt_shell.a.p/vsh.c.o
[583/1310] Linking static target tools/libvirt_shell.a
[584/1310] Linking static target tools/libvirt_shell.a
[584/1310] Compiling C object tests/commandtest.p/commandtest.c.o
[585/1310] Compiling C object tests/libvirgdbusmock.so.p/virgdbusmock.c.o
[585/1310] Compiling C object tests/ssh.p/ssh.c.o
[586/1310] Compiling C object tests/virnetmessagetest.p/virnetmessagetest.c.o
[586/1310] Compiling C object tests/fdstreamtest.p/fdstreamtest.c.o
[587/1310] Compiling C object tests/libtest_utils_qemu_monitor.a.p/testutilsqemuschema.c.o
[587/1310] Compiling C object tests/domaincapstest.p/domaincapstest.c.o
[588/1310] Compiling C object tests/libvirnetdevmock.so.p/virnetdevmock.c.o
[588/1310] Compiling C object tests/domainconftest.p/domainconftest.c.o
[589/1310] Compiling C object tests/virnetdaemontest.p/virnetdaemontest.c.o
[589/1310] Compiling C object tests/cputest.p/cputest.c.o
[590/1310] Compiling C object tests/libvirportallocatormock.so.p/virportallocatormock.c.o
[590/1310] Compiling C object tests/interfacexml2xmltest.p/interfacexml2xmltest.c.o
[591/1310] Compiling C object tests/libvircgroupmock.so.p/vircgroupmock.c.o
[591/1310] Compiling C object tests/metadatatest.p/metadatatest.c.o
[592/1310] Compiling C object tests/libvirprocessmock.so.p/virprocessmock.c.o
[592/1310] Compiling C object tests/genericxml2xmltest.p/genericxml2xmltest.c.o
[593/1310] Compiling C object tests/libtest_utils_qemu.a.p/testutilsqemu.c.o
[593/1310] Linking static target tests/libtest_utils_qemu.a
[594/1310] Linking static target tests/libtest_utils_qemu.a
[594/1310] Compiling C object tests/nwfilterxml2xmltest.p/nwfilterxml2xmltest.c.o
[595/1310] Compiling C object tests/libtest_utils.a.p/testutils.c.o
[595/1310] Linking static target tests/libtest_utils.a
[596/1310] Linking static target tests/libtest_utils.a
[596/1310] Compiling C object tests/objecteventtest.p/objecteventtest.c.o
[597/1310] Compiling C object src/remote/libvirt_remote_driver.a.p/remote_driver.c.o
[597/1310] Linking static target src/remote/libvirt_remote_driver.a
[598/1310] Compiling C object tests/libvirfilemock.so.p/virfilemock.c.o
[598/1310] Compiling C object tests/nodedevxml2xmltest.p/nodedevxml2xmltest.c.o
[599/1310] Compiling C object tools/virsh.p/virsh-pool.c.o
[599/1310] Compiling C object tests/networkxml2xmlupdatetest.p/networkxml2xmlupdatetest.c.o
[600/1310] Compiling C object tests/libvirnumamock.so.p/virnumamock.c.o
[600/1310] Compiling C object tests/seclabeltest.p/seclabeltest.c.o
[601/1310] Linking static target src/remote/libvirt_remote_driver.a
[601/1310] Compiling C object tests/secretxml2xmltest.p/secretxml2xmltest.c.o
[602/1310] Compiling C object tools/virsh.p/virsh-volume.c.o
[602/1310] Compiling C object tests/shunloadtest.p/shunloadtest.c.o
[603/1310] Compiling C object tests/libtest_utils_qemu_monitor.a.p/qemumonitortestutils.c.o
[603/1310] Linking static target tests/libtest_utils_qemu_monitor.a
[604/1310] Compiling C object src/vbox/libvirt_driver_vbox_impl.a.p/vbox_common.c.o
[604/1310] Linking static target src/vbox/libvirt_driver_vbox_impl.a
[605/1310] Compiling C object tests/libqemucaps2xmlmock.so.p/qemucaps2xmlmock.c.o
[605/1310] Compiling C object tests/sockettest.p/sockettest.c.o
[606/1310] Linking static target tests/libtest_utils_qemu_monitor.a
[606/1310] Compiling C object tests/utiltest.p/utiltest.c.o
[607/1310] Compiling C object tests/libvirhostidmock.so.p/virhostidmock.c.o
[607/1310] Compiling C object tests/sysinfotest.p/sysinfotest.c.o
[608/1310] Compiling C object tests/libvirusbmock.so.p/virusbmock.c.o
[608/1310] Compiling C object tests/storagevolxml2xmltest.p/storagevolxml2xmltest.c.o
[609/1310] Linking static target src/vbox/libvirt_driver_vbox_impl.a
[609/1310] Compiling C object tests/qemucapabilitiestest.p/qemucapabilitiestest.c.o
[610/1310] Compiling C object tests/libvirtestmock.so.p/virtestmock.c.o
[610/1310] Compiling C object tests/viralloctest.p/viralloctest.c.o
[611/1310] Compiling C object tests/libnssmock.so.p/nssmock.c.o
[611/1310] Compiling C object tests/virauthconfigtest.p/virauthconfigtest.c.o
[612/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_command.c.o
[612/1310] Compiling C object tests/virbitmaptest.p/virbitmaptest.c.o
[613/1310] Compiling C object tests/libsecurityselinuxhelper.so.p/securityselinuxhelper.c.o
[613/1310] Compiling C object tests/qemumonitorjsontest.p/qemumonitorjsontest.c.o
[614/1310] Compiling C object tests/libqemucpumock.so.p/qemucpumock.c.o
[614/1310] Compiling C object tests/virbuftest.p/virbuftest.c.o
[615/1310] Compiling C object tests/ssh.p/ssh.c.o
[615/1310] Linking target tests/ssh
[616/1310] Compiling C object tools/virsh.p/virsh-snapshot.c.o
[616/1310] Compiling C object tests/vircapstest.p/vircapstest.c.o
[617/1310] Compiling C object tests/libqemuhotplugmock.so.p/qemuhotplugmock.c.o
[617/1310] Compiling C object tests/vircgrouptest.p/vircgrouptest.c.o
[618/1310] Compiling C object tests/libqemucapsprobemock.so.p/qemucapsprobemock.c.o
[618/1310] Compiling C object tests/virconftest.p/virconftest.c.o
[619/1310] Linking target tests/ssh
[619/1310] Compiling C object tests/virfiletest.p/virfiletest.c.o
[620/1310] Compiling C object tests/libqemuxml2argvmock.so.p/qemuxml2argvmock.c.o
[620/1310] Compiling C object tests/vircryptotest.p/vircryptotest.c.o
[621/1310] Compiling C object tests/domainconftest.p/domainconftest.c.o
[621/1310] Compiling C object tests/virerrortest.p/virerrortest.c.o
[622/1310] Compiling C object tests/commandhelper.p/commandhelper.c.o
[622/1310] Linking target tests/commandhelper
[623/1310] Compiling C object tests/libvirpcimock.so.p/virpcimock.c.o
[623/1310] Compiling C object tests/virendiantest.p/virendiantest.c.o
[624/1310] Compiling C object tests/metadatatest.p/metadatatest.c.o
[624/1310] Compiling C object tests/virfilecachetest.p/virfilecachetest.c.o
[625/1310] Compiling C object tests/secretxml2xmltest.p/secretxml2xmltest.c.o
[625/1310] Compiling C object tests/qemuvhostusertest.p/qemuvhostusertest.c.o
[626/1310] Linking target tests/commandhelper
[626/1310] Compiling C object tests/virhostcputest.p/virhostcputest.c.o
[627/1310] Compiling C object tests/interfacexml2xmltest.p/interfacexml2xmltest.c.o
[627/1310] Compiling C object tests/virfirewalltest.p/virfirewalltest.c.o
[628/1310] Compiling C object tests/fdstreamtest.p/fdstreamtest.c.o
[628/1310] Compiling C object tests/virhostdevtest.p/virhostdevtest.c.o
[629/1310] Compiling C object tests/seclabeltest.p/seclabeltest.c.o
[629/1310] Compiling C object tests/qemuxml2xmltest.p/qemuxml2xmltest.c.o
[630/1310] Compiling C object tests/domaincapstest.p/domaincapstest.c.o
[630/1310] Compiling C object tests/viridentitytest.p/viridentitytest.c.o
[631/1310] Compiling C object tests/shunloadtest.p/shunloadtest.c.o
[631/1310] Compiling C object tests/viriscsitest.p/viriscsitest.c.o
[632/1310] Compiling C object tests/nwfilterxml2xmltest.p/nwfilterxml2xmltest.c.o
[632/1310] Compiling C object tests/virkeycodetest.p/virkeycodetest.c.o
[633/1310] Compiling C object tests/virauthconfigtest.p/virauthconfigtest.c.o
[633/1310] Compiling C object tests/virnetworkportxml2xmltest.p/virnetworkportxml2xmltest.c.o
[634/1310] Compiling C object tests/objecteventtest.p/objecteventtest.c.o
[634/1310] Compiling C object tests/virkmodtest.p/virkmodtest.c.o
[635/1310] Compiling C object tests/nodedevxml2xmltest.p/nodedevxml2xmltest.c.o
[635/1310] Compiling C object tests/virlockspacetest.p/virlockspacetest.c.o
[636/1310] Compiling C object tests/sysinfotest.p/sysinfotest.c.o
[636/1310] Compiling C object tests/virnwfilterbindingxml2xmltest.p/virnwfilterbindingxml2xmltest.c.o
[637/1310] Generating protocol.h with a custom command
[637/1310] Compiling C object tools/wireshark/src/libvirt.so.p/packet-libvirt.c.o
[638/1310] Compiling C object tests/viralloctest.p/viralloctest.c.o
[638/1310] Compiling C object tools/wireshark/src/libvirt.so.p/plugin.c.o
[639/1310] Compiling C object tests/genericxml2xmltest.p/genericxml2xmltest.c.o
[639/1310] Compiling C object tests/virportallocatortest.p/virportallocatortest.c.o
[640/1310] Compiling C object tests/networkxml2xmlupdatetest.p/networkxml2xmlupdatetest.c.o
[640/1310] Compiling C object tests/virrotatingfiletest.p/virrotatingfiletest.c.o
[641/1310] Compiling C object tests/utiltest.p/utiltest.c.o
[641/1310] Compiling C object tests/virschematest.p/virschematest.c.o
[642/1310] Compiling C object tests/storagevolxml2xmltest.p/storagevolxml2xmltest.c.o
[642/1310] Compiling C object tests/virpcitest.p/virpcitest.c.o
[643/1310] Compiling C object tests/qemucapabilitiestest.p/qemucapabilitiestest.c.o
[643/1310] Compiling C object tests/virstringtest.p/virstringtest.c.o
[644/1310] Compiling C object tests/commandtest.p/commandtest.c.o
[644/1310] Compiling C object tests/virsystemdtest.p/virsystemdtest.c.o
[645/1310] Compiling C object tests/sockettest.p/sockettest.c.o
[645/1310] Compiling C object tests/virshtest.p/virshtest.c.o
[646/1310] Compiling C object src/libvirt_driver.a.p/libvirt-domain.c.o
[646/1310] Linking static target src/libvirt_driver.a
[647/1310] Linking static target src/libvirt_driver.a
[647/1310] Compiling C object tests/viruritest.p/viruritest.c.o
[648/1310] Compiling C object tests/virerrortest.p/virerrortest.c.o
[648/1310] Compiling C object tests/virtypedparamtest.p/virtypedparamtest.c.o
[649/1310] Compiling C object tests/vircapstest.p/vircapstest.c.o
[649/1310] Compiling C object tests/virtimetest.p/virtimetest.c.o
[650/1310] Compiling C object tests/vircryptotest.p/vircryptotest.c.o
[650/1310] Compiling C object tests/vshtabletest.p/vshtabletest.c.o
[651/1310] Compiling C object tests/virconftest.p/virconftest.c.o
[651/1310] Compiling C object tests/fchosttest.p/fchosttest.c.o
[652/1310] Compiling C object tests/virbuftest.p/virbuftest.c.o
[652/1310] Compiling C object tests/virpcivpdtest.p/virpcivpdtest.c.o
[653/1310] Compiling C object tests/virendiantest.p/virendiantest.c.o
[653/1310] Compiling C object tests/virmigtest.p/virmigtest.c.o
[654/1310] Compiling C object tools/wireshark/src/libvirt.so.p/plugin.c.o
[654/1310] Compiling C object tests/scsihosttest.p/scsihosttest.c.o
[655/1310] Compiling C object tests/virfiletest.p/virfiletest.c.o
[655/1310] Compiling C object tests/virnetdevbandwidthtest.p/virnetdevbandwidthtest.c.o
[656/1310] Compiling C object tests/virfilecachetest.p/virfilecachetest.c.o
[656/1310] Compiling C object tests/virscsitest.p/virscsitest.c.o
[657/1310] Compiling C object tests/virbitmaptest.p/virbitmaptest.c.o
[657/1310] Compiling C object tests/vircaps2xmltest.p/vircaps2xmltest.c.o
[658/1310] Compiling C object tests/virkeycodetest.p/virkeycodetest.c.o
[658/1310] Compiling C object tests/virnetdevopenvswitchtest.p/virnetdevopenvswitchtest.c.o
[659/1310] Compiling C object tests/viridentitytest.p/viridentitytest.c.o
[659/1310] Compiling C object tests/virresctrltest.p/virresctrltest.c.o
[660/1310] Compiling C object tests/qemuvhostusertest.p/qemuvhostusertest.c.o
[660/1310] Compiling C object tests/esxutilstest.p/esxutilstest.c.o
[661/1310] Compiling C object tests/virhostcputest.p/virhostcputest.c.o
[661/1310] Compiling C object tests/virusbtest.p/virusbtest.c.o
[662/1310] Compiling C object tests/virkmodtest.p/virkmodtest.c.o
[662/1310] Compiling C object tests/lxcconf2xmltest.p/lxcconf2xmltest.c.o
[663/1310] Compiling C object tests/virnetworkportxml2xmltest.p/virnetworkportxml2xmltest.c.o
[663/1310] Compiling C object tests/eventtest.p/eventtest.c.o
[664/1310] Compiling C object tests/viriscsitest.p/viriscsitest.c.o
[664/1310] Compiling C object tests/lxcxml2xmltest.p/lxcxml2xmltest.c.o
[665/1310] Compiling C object tests/virlockspacetest.p/virlockspacetest.c.o
[665/1310] Compiling C object tests/networkxml2firewalltest.p/networkxml2firewalltest.c.o
[666/1310] Compiling C object tests/virportallocatortest.p/virportallocatortest.c.o
[666/1310] Compiling C object tests/virdriverconnvalidatetest.p/virdriverconnvalidatetest.c.o
[667/1310] Compiling C object tests/virnwfilterbindingxml2xmltest.p/virnwfilterbindingxml2xmltest.c.o
[667/1310] Compiling C object tests/virdrivermoduletest.p/virdrivermoduletest.c.o
[668/1310] Compiling C object tests/vircgrouptest.p/vircgrouptest.c.o
[668/1310] Compiling C object tests/networkxml2conftest.p/networkxml2conftest.c.o
[669/1310] Compiling C object tests/virhostdevtest.p/virhostdevtest.c.o
[669/1310] Compiling C object tests/nssguesttest.p/nsstest.c.o
[670/1310] Compiling C object tests/virschematest.p/virschematest.c.o
[670/1310] Compiling C object tests/nsstest.p/nsstest.c.o
[671/1310] Compiling C object tests/virrotatingfiletest.p/virrotatingfiletest.c.o
[671/1310] Compiling C object tests/networkxml2xmltest.p/networkxml2xmltest.c.o
[672/1310] Compiling C object tests/virpcitest.p/virpcitest.c.o
[672/1310] Compiling C object tests/nodedevmdevctltest.p/nodedevmdevctltest.c.o
[673/1310] Compiling C object tests/virmigtest.p/virmigtest.c.o
[673/1310] Compiling C object tests/nwfilterxml2firewalltest.p/nwfilterxml2firewalltest.c.o
[674/1310] Compiling C object tests/virtimetest.p/virtimetest.c.o
[674/1310] Compiling C object tests/nwfilterebiptablestest.p/nwfilterebiptablestest.c.o
[675/1310] Compiling C object tests/virtypedparamtest.p/virtypedparamtest.c.o
[675/1310] Compiling C object tests/openvzutilstest.p/openvzutilstest.c.o
[676/1310] Compiling C object tests/fchosttest.p/fchosttest.c.o
[676/1310] Compiling C object tests/virpolkittest.p/virpolkittest.c.o
[677/1310] Compiling C object tests/viruritest.p/viruritest.c.o
[677/1310] Compiling C object tests/qemuagenttest.p/qemuagenttest.c.o
[678/1310] Compiling C object tests/scsihosttest.p/scsihosttest.c.o
[678/1310] Compiling C object tests/qemublocktest.p/qemublocktest.c.o
[679/1310] Compiling C object tests/virfirewalltest.p/virfirewalltest.c.o
[679/1310] Compiling C object tests/qemumigrationcookiexmltest.p/qemumigrationcookiexmltest.c.o
[680/1310] Compiling C object tests/vshtabletest.p/vshtabletest.c.o
[680/1310] Compiling C object tests/qemucaps2xmltest.p/qemucaps2xmltest.c.o
[681/1310] Compiling C object tests/virscsitest.p/virscsitest.c.o
[681/1310] Compiling C object tests/qemucommandutiltest.p/qemucommandutiltest.c.o
[682/1310] Compiling C object tests/virresctrltest.p/virresctrltest.c.o
[682/1310] Compiling C object tests/qemudomaincheckpointxml2xmltest.p/qemudomaincheckpointxml2xmltest.c.o
[683/1310] Compiling C object tests/vircaps2xmltest.p/vircaps2xmltest.c.o
[683/1310] Compiling C object tests/qemudomainsnapshotxml2xmltest.p/qemudomainsnapshotxml2xmltest.c.o
[684/1310] Compiling C object tests/virnetdevbandwidthtest.p/virnetdevbandwidthtest.c.o
[684/1310] Compiling C object tests/qemufirmwaretest.p/qemufirmwaretest.c.o
[685/1310] Compiling C object tests/virstringtest.p/virstringtest.c.o
[685/1310] Compiling C object tests/qemumemlocktest.p/qemumemlocktest.c.o
[686/1310] Compiling C object tests/virshtest.p/virshtest.c.o
[686/1310] Compiling C object tests/qemuhotplugtest.p/qemuhotplugtest.c.o
[687/1310] Compiling C object tests/esxutilstest.p/esxutilstest.c.o
[687/1310] Compiling C object tests/qemumigparamstest.p/qemumigparamstest.c.o
[688/1310] Compiling C object tests/virusbtest.p/virusbtest.c.o
[688/1310] Compiling C object tests/qemustatusxml2xmltest.p/qemustatusxml2xmltest.c.o
[689/1310] Compiling C object tests/virdriverconnvalidatetest.p/virdriverconnvalidatetest.c.o
[689/1310] Compiling C object tests/qemusecuritytest.p/qemusecuritytest.c.o
[690/1310] Compiling C object tests/virdrivermoduletest.p/virdrivermoduletest.c.o
[690/1310] Compiling C object tests/qemusecuritytest.p/qemusecuritymock.c.o
[691/1310] Compiling C object tests/virsystemdtest.p/virsystemdtest.c.o
[691/1310] Compiling C object tests/qemuxml2argvtest.p/qemuxml2argvtest.c.o
[692/1310] Compiling C object tests/virpcivpdtest.p/virpcivpdtest.c.o
[692/1310] Compiling C object tests/virnettlscontexttest.p/virnettlscontexttest.c.o
[693/1310] Compiling C object tests/lxcxml2xmltest.p/lxcxml2xmltest.c.o
[693/1310] Compiling C object tests/virnettlscontexttest.p/virnettlshelpers.c.o
[694/1310] Compiling C object tests/lxcconf2xmltest.p/lxcconf2xmltest.c.o
[694/1310] Compiling C object tests/virnetsockettest.p/virnetsockettest.c.o
[695/1310] Compiling C object tests/eventtest.p/eventtest.c.o
[695/1310] Compiling C object tests/virnetserverclienttest.p/virnetserverclienttest.c.o
[696/1310] Compiling C object tests/virnetdevopenvswitchtest.p/virnetdevopenvswitchtest.c.o
[696/1310] Compiling C object tests/virnettlscontexttest.p/pkix_asn1_tab.c.o
[697/1310] Compiling C object tests/nsstest.p/nsstest.c.o
[697/1310] Compiling C object tests/virnettlssessiontest.p/virnettlssessiontest.c.o
[698/1310] Compiling C object tests/networkxml2conftest.p/networkxml2conftest.c.o
[698/1310] Compiling C object tests/virstoragetest.p/virstoragetest.c.o
[699/1310] Compiling C object tests/nssguesttest.p/nsstest.c.o
[699/1310] Compiling C object tests/virnettlssessiontest.p/virnettlshelpers.c.o
[700/1310] Compiling C object tests/virnettlscontexttest.p/pkix_asn1_tab.c.o
[700/1310] Compiling C object tests/virnettlssessiontest.p/pkix_asn1_tab.c.o
[701/1310] Compiling C object tests/networkxml2firewalltest.p/networkxml2firewalltest.c.o
[701/1310] Compiling C object tests/securityselinuxtest.p/securityselinuxtest.c.o
[702/1310] Compiling C object tests/virnettlssessiontest.p/pkix_asn1_tab.c.o
[702/1310] Compiling C object tests/securityselinuxlabeltest.p/securityselinuxlabeltest.c.o
[703/1310] Compiling C object tests/openvzutilstest.p/openvzutilstest.c.o
[703/1310] Compiling C object tests/storagepoolcapstest.p/storagepoolcapstest.c.o
[704/1310] Compiling C object tests/nwfilterebiptablestest.p/nwfilterebiptablestest.c.o
[704/1310] Compiling C object tests/storagepoolxml2xmltest.p/storagepoolxml2xmltest.c.o
[705/1310] Compiling C object tests/networkxml2xmltest.p/networkxml2xmltest.c.o
[705/1310] Compiling C object tests/storagevolxml2argvtest.p/storagevolxml2argvtest.c.o
[706/1310] Compiling C object tests/nwfilterxml2firewalltest.p/nwfilterxml2firewalltest.c.o
[706/1310] Compiling C object tests/storagepoolxml2argvtest.p/storagepoolxml2argvtest.c.o
[707/1310] Compiling C object tests/nodedevmdevctltest.p/nodedevmdevctltest.c.o
[707/1310] Compiling C object tests/virstorageutiltest.p/virstorageutiltest.c.o
[708/1310] Compiling C object tests/qemucaps2xmltest.p/qemucaps2xmltest.c.o
[708/1310] Compiling C object tests/vboxsnapshotxmltest.p/vboxsnapshotxmltest.c.o
[709/1310] Compiling C object tests/qemucommandutiltest.p/qemucommandutiltest.c.o
[709/1310] Compiling C object tests/vmwarevertest.p/vmwarevertest.c.o
[710/1310] Compiling C object tests/virpolkittest.p/virpolkittest.c.o
[710/1310] Compiling C object tests/vmx2xmltest.p/vmx2xmltest.c.o
[711/1310] Compiling C object tests/qemudomainsnapshotxml2xmltest.p/qemudomainsnapshotxml2xmltest.c.o
[711/1310] Compiling C object tests/xml2vmxtest.p/xml2vmxtest.c.o
[712/1310] Compiling C object tests/qemumemlocktest.p/qemumemlocktest.c.o
[712/1310] Compiling C object examples/c/admin/client_info.p/client_info.c.o
[713/1310] Compiling C object tests/qemudomaincheckpointxml2xmltest.p/qemudomaincheckpointxml2xmltest.c.o
[713/1310] Compiling C object tests/nsslinktest.p/nsslinktest.c.o
[714/1310] Compiling C object tests/virnetserverclienttest.p/virnetserverclienttest.c.o
[714/1310] Compiling C object tests/qemucapsprobe.p/qemucapsprobe.c.o
[715/1310] Compiling C object tests/qemustatusxml2xmltest.p/qemustatusxml2xmltest.c.o
[715/1310] Compiling C object tests/nssguestlinktest.p/nsslinktest.c.o
[716/1310] Compiling C object tests/virnettlscontexttest.p/virnettlshelpers.c.o
[716/1310] Compiling C object examples/c/admin/client_close.p/client_close.c.o
[717/1310] Compiling C object tests/qemumigrationcookiexmltest.p/qemumigrationcookiexmltest.c.o
[717/1310] Compiling C object examples/c/admin/client_limits.p/client_limits.c.o
[718/1310] Compiling C object tests/qemufirmwaretest.p/qemufirmwaretest.c.o
[718/1310] Compiling C object examples/c/admin/list_clients.p/list_clients.c.o
[719/1310] Compiling C object tests/qemusecuritytest.p/qemusecuritymock.c.o
[719/1310] Compiling C object examples/c/admin/threadpool_params.p/threadpool_params.c.o
[720/1310] Compiling C object tests/qemumigparamstest.p/qemumigparamstest.c.o
[720/1310] Compiling C object examples/c/admin/logging.p/logging.c.o
[721/1310] Compiling C object tests/virnettlscontexttest.p/virnettlscontexttest.c.o
[721/1310] Compiling C object examples/c/admin/list_servers.p/list_servers.c.o
[722/1310] Compiling C object tests/virnettlssessiontest.p/virnettlssessiontest.c.o
[722/1310] Compiling C object examples/c/domain/dommigrate.p/dommigrate.c.o
[723/1310] Compiling C object examples/c/admin/client_info.p/client_info.c.o
[723/1310] Compiling C object examples/c/domain/domtop.p/domtop.c.o
[724/1310] Compiling C object tests/virnettlssessiontest.p/virnettlshelpers.c.o
[724/1310] Compiling C object examples/c/misc/event-test.p/event-test.c.o
[725/1310] Compiling C object tests/securityselinuxtest.p/securityselinuxtest.c.o
[725/1310] Compiling C object examples/c/misc/hellolibvirt.p/hellolibvirt.c.o
[726/1310] Compiling C object tests/qemusecuritytest.p/qemusecuritytest.c.o
[726/1310] Compiling C object examples/c/domain/info1.p/info1.c.o
[727/1310] Compiling C object examples/c/admin/threadpool_params.p/threadpool_params.c.o
[727/1310] Compiling C object examples/c/domain/rename.p/rename.c.o
[728/1310] Compiling C object tests/virnetsockettest.p/virnetsockettest.c.o
[728/1310] Compiling C object examples/c/domain/suspend.p/suspend.c.o
[729/1310] Compiling C object examples/c/admin/client_limits.p/client_limits.c.o
[729/1310] Compiling C object examples/c/misc/openauth.p/openauth.c.o
[730/1310] Compiling C object examples/c/admin/list_servers.p/list_servers.c.o
[730/1310] Generating aclperms.htmlinc with a custom command (wrapped by meson to capture output)
[731/1310] Compiling C object examples/c/admin/client_close.p/client_close.c.o
[731/1310] Generating generate-api with a custom command
[732/1310] Compiling C object examples/c/admin/list_clients.p/list_clients.c.o
[732/1310] Generating 404.html with a custom command (wrapped by meson to capture output)
[733/1310] Compiling C object examples/c/admin/logging.p/logging.c.o
[733/1310] Generating bugs.html with a custom command (wrapped by meson to capture output)
[734/1310] Compiling C object examples/c/domain/dommigrate.p/dommigrate.c.o
[734/1310] Generating cgroups.html with a custom command (wrapped by meson to capture output)
[735/1310] Compiling C object tests/storagepoolcapstest.p/storagepoolcapstest.c.o
[735/1310] Generating contact.html with a custom command (wrapped by meson to capture output)
[736/1310] Compiling C object examples/c/domain/info1.p/info1.c.o
[736/1310] Generating contribute.html with a custom command (wrapped by meson to capture output)
[737/1310] Compiling C object examples/c/domain/rename.p/rename.c.o
[737/1310] Generating csharp.html with a custom command (wrapped by meson to capture output)
[738/1310] Compiling C object examples/c/misc/hellolibvirt.p/hellolibvirt.c.o
[738/1310] Generating dbus.html with a custom command (wrapped by meson to capture output)
[739/1310] Compiling C object tests/nsslinktest.p/nsslinktest.c.o
[739/1310] Linking target tests/nsslinktest
[740/1310] Compiling C object tests/qemuagenttest.p/qemuagenttest.c.o
[740/1310] Generating devguide.html with a custom command (wrapped by meson to capture output)
[741/1310] Compiling C object tests/vmwarevertest.p/vmwarevertest.c.o
[741/1310] Generating docs.html with a custom command (wrapped by meson to capture output)
[742/1310] Compiling C object tests/nssguestlinktest.p/nsslinktest.c.o
[742/1310] Linking target tests/nssguestlinktest
[743/1310] Compiling C object examples/c/misc/openauth.p/openauth.c.o
[743/1310] Generating downloads.html with a custom command (wrapped by meson to capture output)
[744/1310] Compiling C object tests/storagepoolxml2xmltest.p/storagepoolxml2xmltest.c.o
[744/1310] Generating drivers.html with a custom command (wrapped by meson to capture output)
[745/1310] Compiling C object tests/virstorageutiltest.p/virstorageutiltest.c.o
[745/1310] Generating drvbhyve.html with a custom command (wrapped by meson to capture output)
[746/1310] Compiling C object tests/vboxsnapshotxmltest.p/vboxsnapshotxmltest.c.o
[746/1310] Generating drvesx.html with a custom command (wrapped by meson to capture output)
[747/1310] Compiling C object examples/c/domain/domtop.p/domtop.c.o
[747/1310] Generating drvhyperv.html with a custom command (wrapped by meson to capture output)
[748/1310] Linking target tests/nsslinktest
[748/1310] Generating drvlxc.html with a custom command (wrapped by meson to capture output)
[749/1310] Compiling C object tests/qemumonitorjsontest.p/qemumonitorjsontest.c.o
[749/1310] Generating drvnodedev.html with a custom command (wrapped by meson to capture output)
[750/1310] Compiling C object examples/c/domain/suspend.p/suspend.c.o
[750/1310] Generating drvopenvz.html with a custom command (wrapped by meson to capture output)
[751/1310] Linking target tests/nssguestlinktest
[751/1310] Generating drvremote.html with a custom command (wrapped by meson to capture output)
[752/1310] Compiling C object tests/securityselinuxlabeltest.p/securityselinuxlabeltest.c.o
[752/1310] Generating drvsecret.html with a custom command (wrapped by meson to capture output)
[753/1310] Compiling C object tests/storagepoolxml2argvtest.p/storagepoolxml2argvtest.c.o
[753/1310] Generating drvtest.html with a custom command (wrapped by meson to capture output)
[754/1310] Compiling C object tests/qemuhotplugtest.p/qemuhotplugtest.c.o
[754/1310] Generating drvvbox.html with a custom command (wrapped by meson to capture output)
[755/1310] Compiling C object examples/c/misc/event-test.p/event-test.c.o
[755/1310] Generating drvvirtuozzo.html with a custom command (wrapped by meson to capture output)
[756/1310] Compiling C object tests/qemucapsprobe.p/qemucapsprobe.c.o
[756/1310] Generating drvvmware.html with a custom command (wrapped by meson to capture output)
[757/1310] Compiling C object tests/storagevolxml2argvtest.p/storagevolxml2argvtest.c.o
[757/1310] Generating drvxen.html with a custom command (wrapped by meson to capture output)
[758/1310] Compiling C object tests/vmx2xmltest.p/vmx2xmltest.c.o
[758/1310] Generating errors.html with a custom command (wrapped by meson to capture output)
[759/1310] Compiling C object tests/xml2vmxtest.p/xml2vmxtest.c.o
[759/1310] Generating firewall.html with a custom command (wrapped by meson to capture output)
[760/1310] Generating 404.html with a custom command (wrapped by meson to capture output)
[760/1310] Generating formatcaps.html with a custom command (wrapped by meson to capture output)
[761/1310] Generating aclperms.htmlinc with a custom command (wrapped by meson to capture output)
[761/1310] Generating formatdomaincaps.html with a custom command (wrapped by meson to capture output)
[762/1310] Generating bugs.html with a custom command (wrapped by meson to capture output)
[762/1310] Generating format.html with a custom command (wrapped by meson to capture output)
[763/1310] Generating cgroups.html with a custom command (wrapped by meson to capture output)
[763/1310] Generating formatnetwork.html with a custom command (wrapped by meson to capture output)
[764/1310] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_vi_types.c.o
[764/1310] Linking static target src/esx/libvirt_driver_esx.a
[765/1310] Generating contact.html with a custom command (wrapped by meson to capture output)
[765/1310] Generating formatnetworkport.html with a custom command (wrapped by meson to capture output)
[766/1310] Compiling C object tests/virstoragetest.p/virstoragetest.c.o
[766/1310] Generating formatnode.html with a custom command (wrapped by meson to capture output)
[767/1310] Generating contribute.html with a custom command (wrapped by meson to capture output)
[767/1310] Generating formatnwfilter.html with a custom command (wrapped by meson to capture output)
[768/1310] Generating dbus.html with a custom command (wrapped by meson to capture output)
[768/1310] Generating formatsecret.html with a custom command (wrapped by meson to capture output)
[769/1310] Generating docs.html with a custom command (wrapped by meson to capture output)
[769/1310] Generating formatsnapshot.html with a custom command (wrapped by meson to capture output)
[770/1310] Generating devguide.html with a custom command (wrapped by meson to capture output)
[770/1310] Generating formatstoragecaps.html with a custom command (wrapped by meson to capture output)
[771/1310] Generating drvbhyve.html with a custom command (wrapped by meson to capture output)
[771/1310] Generating formatstorageencryption.html with a custom command (wrapped by meson to capture output)
[772/1310] Linking static target src/esx/libvirt_driver_esx.a
[772/1310] Generating formatstorage.html with a custom command (wrapped by meson to capture output)
[773/1310] Generating drivers.html with a custom command (wrapped by meson to capture output)
[773/1310] Generating goals.html with a custom command (wrapped by meson to capture output)
[774/1310] Generating downloads.html with a custom command (wrapped by meson to capture output)
[774/1310] Generating governance.html with a custom command (wrapped by meson to capture output)
[775/1310] Generating csharp.html with a custom command (wrapped by meson to capture output)
[775/1310] Generating hooks.html with a custom command (wrapped by meson to capture output)
[776/1310] Generating drvhyperv.html with a custom command (wrapped by meson to capture output)
[776/1310] Generating index.html with a custom command (wrapped by meson to capture output)
[777/1310] Generating drvesx.html with a custom command (wrapped by meson to capture output)
[777/1310] Generating internals.html with a custom command (wrapped by meson to capture output)
[778/1310] Generating drvopenvz.html with a custom command (wrapped by meson to capture output)
[778/1310] Generating java.html with a custom command (wrapped by meson to capture output)
[779/1310] Generating drvnodedev.html with a custom command (wrapped by meson to capture output)
[779/1310] Generating logging.html with a custom command (wrapped by meson to capture output)
[780/1310] Generating drvsecret.html with a custom command (wrapped by meson to capture output)
[780/1310] Generating migration.html with a custom command (wrapped by meson to capture output)
[781/1310] Generating drvlxc.html with a custom command (wrapped by meson to capture output)
[781/1310] Generating nss.html with a custom command (wrapped by meson to capture output)
[782/1310] Generating drvremote.html with a custom command (wrapped by meson to capture output)
[782/1310] Generating pci-hotplug.html with a custom command (wrapped by meson to capture output)
[783/1310] Generating drvtest.html with a custom command (wrapped by meson to capture output)
[783/1310] Generating php.html with a custom command (wrapped by meson to capture output)
[784/1310] Generating drvvbox.html with a custom command (wrapped by meson to capture output)
[784/1310] Generating python.html with a custom command (wrapped by meson to capture output)
[785/1310] Generating drvvirtuozzo.html with a custom command (wrapped by meson to capture output)
[785/1310] Generating remote.html with a custom command (wrapped by meson to capture output)
[786/1310] Generating drvvmware.html with a custom command (wrapped by meson to capture output)
[786/1310] Generating securityprocess.html with a custom command (wrapped by meson to capture output)
[787/1310] Generating drvxen.html with a custom command (wrapped by meson to capture output)
[787/1310] Generating storage.html with a custom command (wrapped by meson to capture output)
[788/1310] Generating errors.html with a custom command (wrapped by meson to capture output)
[788/1310] Generating strategy.html with a custom command (wrapped by meson to capture output)
[789/1310] Generating firewall.html with a custom command (wrapped by meson to capture output)
[789/1310] Generating support.html with a custom command (wrapped by meson to capture output)
[790/1310] Generating formatcaps.html with a custom command (wrapped by meson to capture output)
[790/1310] Generating testapi.html with a custom command (wrapped by meson to capture output)
[791/1310] Generating format.html with a custom command (wrapped by meson to capture output)
[791/1310] Generating testsuites.html with a custom command (wrapped by meson to capture output)
[792/1310] Generating formatdomaincaps.html with a custom command (wrapped by meson to capture output)
[792/1310] Generating testtck.html with a custom command (wrapped by meson to capture output)
[793/1310] Generating formatnetworkport.html with a custom command (wrapped by meson to capture output)
[793/1310] Generating tlscerts.html with a custom command (wrapped by meson to capture output)
[794/1310] Generating formatnode.html with a custom command (wrapped by meson to capture output)
[794/1310] Generating uri.html with a custom command (wrapped by meson to capture output)
[795/1310] Generating formatsecret.html with a custom command (wrapped by meson to capture output)
[795/1310] Generating virshcmdref.html with a custom command (wrapped by meson to capture output)
[796/1310] Generating formatnetwork.html with a custom command (wrapped by meson to capture output)
[796/1310] Generating windows.html with a custom command (wrapped by meson to capture output)
[797/1310] Generating formatnwfilter.html with a custom command (wrapped by meson to capture output)
[797/1310] Generating 'docs/aclpolkit.html.p/aclpolkit.html.in' (wrapped by meson to capture output).
[798/1310] Generating formatstoragecaps.html with a custom command (wrapped by meson to capture output)
[798/1310] Generating 'docs/advanced-tests.html.p/advanced-tests.html.in' (wrapped by meson to capture output).
[799/1310] Generating formatstorageencryption.html with a custom command (wrapped by meson to capture output)
[799/1310] Generating 'docs/api_extension.html.p/api_extension.html.in' (wrapped by meson to capture output).
[800/1310] Generating internals.html with a custom command (wrapped by meson to capture output)
[800/1310] Generating 'docs/api.html.p/api.html.in' (wrapped by meson to capture output).
[801/1310] Generating goals.html with a custom command (wrapped by meson to capture output)
[801/1310] Generating 'docs/apps.html.p/apps.html.in' (wrapped by meson to capture output).
[802/1310] Generating formatsnapshot.html with a custom command (wrapped by meson to capture output)
[802/1310] Generating 'docs/auditlog.html.p/auditlog.html.in' (wrapped by meson to capture output).
[803/1310] Generating governance.html with a custom command (wrapped by meson to capture output)
[803/1310] Generating 'docs/auth.html.p/auth.html.in' (wrapped by meson to capture output).
[804/1310] Generating hooks.html with a custom command (wrapped by meson to capture output)
[804/1310] Generating 'docs/bindings.html.p/bindings.html.in' (wrapped by meson to capture output).
[805/1310] Generating index.html with a custom command (wrapped by meson to capture output)
[805/1310] Generating 'docs/best-practices.html.p/best-practices.html.in' (wrapped by meson to capture output).
[806/1310] Generating formatstorage.html with a custom command (wrapped by meson to capture output)
[806/1310] Generating 'docs/ci.html.p/ci.html.in' (wrapped by meson to capture output).
[807/1310] Compiling C object tests/qemublocktest.p/qemublocktest.c.o
[807/1310] Generating 'docs/coding-style.html.p/coding-style.html.in' (wrapped by meson to capture output).
[808/1310] Generating migration.html with a custom command (wrapped by meson to capture output)
[808/1310] Generating 'docs/committer-guidelines.html.p/committer-guidelines.html.in' (wrapped by meson to capture output).
[809/1310] Generating nss.html with a custom command (wrapped by meson to capture output)
[809/1310] Generating 'docs/compiling.html.p/compiling.html.in' (wrapped by meson to capture output).
[810/1310] Generating pci-hotplug.html with a custom command (wrapped by meson to capture output)
[810/1310] Generating 'docs/daemons.html.p/daemons.html.in' (wrapped by meson to capture output).
[811/1310] Generating java.html with a custom command (wrapped by meson to capture output)
[811/1310] Generating 'docs/developer-tooling.html.p/developer-tooling.html.in' (wrapped by meson to capture output).
[812/1310] Generating logging.html with a custom command (wrapped by meson to capture output)
[812/1310] Generating 'docs/drvqemu.html.p/drvqemu.html.in' (wrapped by meson to capture output).
[813/1310] Generating php.html with a custom command (wrapped by meson to capture output)
[813/1310] Generating 'docs/drvch.html.p/drvch.html.in' (wrapped by meson to capture output).
[814/1310] Generating python.html with a custom command (wrapped by meson to capture output)
[814/1310] Generating 'docs/formatbackup.html.p/formatbackup.html.in' (wrapped by meson to capture output).
[815/1310] Generating remote.html with a custom command (wrapped by meson to capture output)
[815/1310] Generating 'docs/formatcheckpoint.html.p/formatcheckpoint.html.in' (wrapped by meson to capture output).
[816/1310] Generating securityprocess.html with a custom command (wrapped by meson to capture output)
[816/1310] Generating 'docs/formatdomain.html.p/formatdomain.html.in' (wrapped by meson to capture output).
[817/1310] Generating support.html with a custom command (wrapped by meson to capture output)
[817/1310] Generating 'docs/glib-adoption.html.p/glib-adoption.html.in' (wrapped by meson to capture output).
[818/1310] Generating storage.html with a custom command (wrapped by meson to capture output)
[818/1310] Generating 'docs/hacking.html.p/hacking.html.in' (wrapped by meson to capture output).
[819/1310] Generating testsuites.html with a custom command (wrapped by meson to capture output)
[819/1310] Generating 'docs/libvirt-go.html.p/libvirt-go.html.in' (wrapped by meson to capture output).
[820/1310] Generating testapi.html with a custom command (wrapped by meson to capture output)
[820/1310] Generating 'docs/libvirt-go-xml.html.p/libvirt-go-xml.html.in' (wrapped by meson to capture output).
[821/1310] Generating strategy.html with a custom command (wrapped by meson to capture output)
[821/1310] Generating 'docs/newreposetup.html.p/newreposetup.html.in' (wrapped by meson to capture output).
[822/1310] Generating testtck.html with a custom command (wrapped by meson to capture output)
[822/1310] Generating 'docs/pci-addresses.html.p/pci-addresses.html.in' (wrapped by meson to capture output).
[823/1310] Generating tlscerts.html with a custom command (wrapped by meson to capture output)
[823/1310] Generating 'docs/platforms.html.p/platforms.html.in' (wrapped by meson to capture output).
[824/1310] Generating windows.html with a custom command (wrapped by meson to capture output)
[824/1310] Generating 'docs/programming-languages.html.p/programming-languages.html.in' (wrapped by meson to capture output).
[825/1310] Generating uri.html with a custom command (wrapped by meson to capture output)
[825/1310] Generating 'docs/styleguide.html.p/styleguide.html.in' (wrapped by meson to capture output).
[826/1310] Generating virshcmdref.html with a custom command (wrapped by meson to capture output)
[826/1310] Generating 'docs/submitting-patches.html.p/submitting-patches.html.in' (wrapped by meson to capture output).
[827/1310] Generating generate-api with a custom command
[827/1310] Generating hvsupport.html.in with a custom command (wrapped by meson to capture output)
[828/1310] Generating 'docs/advanced-tests.html.p/advanced-tests.html.in' (wrapped by meson to capture output).
[828/1310] Generating advanced-tests.html with a custom command (wrapped by meson to capture output)
[829/1310] Generating 'docs/api_extension.html.p/api_extension.html.in' (wrapped by meson to capture output).
[829/1310] Generating api_extension.html with a custom command (wrapped by meson to capture output)
[830/1310] Generating 'docs/best-practices.html.p/best-practices.html.in' (wrapped by meson to capture output).
[830/1310] Generating best-practices.html with a custom command (wrapped by meson to capture output)
[831/1310] Generating 'docs/bindings.html.p/bindings.html.in' (wrapped by meson to capture output).
[831/1310] Generating bindings.html with a custom command (wrapped by meson to capture output)
[832/1310] Generating 'docs/api.html.p/api.html.in' (wrapped by meson to capture output).
[832/1310] Generating api.html with a custom command (wrapped by meson to capture output)
[833/1310] Generating 'docs/auth.html.p/auth.html.in' (wrapped by meson to capture output).
[833/1310] Generating auth.html with a custom command (wrapped by meson to capture output)
[834/1310] Generating 'docs/apps.html.p/apps.html.in' (wrapped by meson to capture output).
[834/1310] Generating apps.html with a custom command (wrapped by meson to capture output)
[835/1310] Generating 'docs/aclpolkit.html.p/aclpolkit.html.in' (wrapped by meson to capture output).
[835/1310] Generating aclpolkit.html with a custom command (wrapped by meson to capture output)
[836/1310] Generating 'docs/compiling.html.p/compiling.html.in' (wrapped by meson to capture output).
[836/1310] Generating compiling.html with a custom command (wrapped by meson to capture output)
[837/1310] Generating 'docs/committer-guidelines.html.p/committer-guidelines.html.in' (wrapped by meson to capture output).
[837/1310] Generating committer-guidelines.html with a custom command (wrapped by meson to capture output)
[838/1310] Generating 'docs/auditlog.html.p/auditlog.html.in' (wrapped by meson to capture output).
[838/1310] Generating auditlog.html with a custom command (wrapped by meson to capture output)
[839/1310] Generating 'docs/developer-tooling.html.p/developer-tooling.html.in' (wrapped by meson to capture output).
[839/1310] Generating developer-tooling.html with a custom command (wrapped by meson to capture output)
[840/1310] Generating 'docs/drvch.html.p/drvch.html.in' (wrapped by meson to capture output).
[840/1310] Generating drvch.html with a custom command (wrapped by meson to capture output)
[841/1310] Generating 'docs/drvqemu.html.p/drvqemu.html.in' (wrapped by meson to capture output).
[841/1310] Generating drvqemu.html with a custom command (wrapped by meson to capture output)
[842/1310] Generating 'docs/coding-style.html.p/coding-style.html.in' (wrapped by meson to capture output).
[842/1310] Generating coding-style.html with a custom command (wrapped by meson to capture output)
[843/1310] Generating 'docs/hacking.html.p/hacking.html.in' (wrapped by meson to capture output).
[843/1310] Generating hacking.html with a custom command (wrapped by meson to capture output)
[844/1310] Generating 'docs/ci.html.p/ci.html.in' (wrapped by meson to capture output).
[844/1310] Generating ci.html with a custom command (wrapped by meson to capture output)
[845/1310] Generating 'docs/libvirt-go.html.p/libvirt-go.html.in' (wrapped by meson to capture output).
[845/1310] Generating libvirt-go.html with a custom command (wrapped by meson to capture output)
[846/1310] Generating 'docs/glib-adoption.html.p/glib-adoption.html.in' (wrapped by meson to capture output).
[846/1310] Generating glib-adoption.html with a custom command (wrapped by meson to capture output)
[847/1310] Generating 'docs/formatbackup.html.p/formatbackup.html.in' (wrapped by meson to capture output).
[847/1310] Generating formatbackup.html with a custom command (wrapped by meson to capture output)
[848/1310] Generating 'docs/daemons.html.p/daemons.html.in' (wrapped by meson to capture output).
[848/1310] Generating daemons.html with a custom command (wrapped by meson to capture output)
[849/1310] Generating 'docs/libvirt-go-xml.html.p/libvirt-go-xml.html.in' (wrapped by meson to capture output).
[849/1310] Generating libvirt-go-xml.html with a custom command (wrapped by meson to capture output)
[850/1310] Generating 'docs/formatcheckpoint.html.p/formatcheckpoint.html.in' (wrapped by meson to capture output).
[850/1310] Generating formatcheckpoint.html with a custom command (wrapped by meson to capture output)
[851/1310] Generating 'docs/programming-languages.html.p/programming-languages.html.in' (wrapped by meson to capture output).
[851/1310] Generating programming-languages.html with a custom command (wrapped by meson to capture output)
[852/1310] Generating 'docs/pci-addresses.html.p/pci-addresses.html.in' (wrapped by meson to capture output).
[852/1310] Generating pci-addresses.html with a custom command (wrapped by meson to capture output)
[853/1310] Generating advanced-tests.html with a custom command (wrapped by meson to capture output)
[853/1310] Generating acl.html with a custom command (wrapped by meson to capture output)
[854/1310] Generating 'docs/submitting-patches.html.p/submitting-patches.html.in' (wrapped by meson to capture output).
[854/1310] Generating submitting-patches.html with a custom command (wrapped by meson to capture output)
[855/1310] Generating 'docs/newreposetup.html.p/newreposetup.html.in' (wrapped by meson to capture output).
[855/1310] Generating newreposetup.html with a custom command (wrapped by meson to capture output)
[856/1310] Generating 'docs/styleguide.html.p/styleguide.html.in' (wrapped by meson to capture output).
[856/1310] Generating styleguide.html with a custom command (wrapped by meson to capture output)
[857/1310] Generating 'docs/platforms.html.p/platforms.html.in' (wrapped by meson to capture output).
[857/1310] Generating platforms.html with a custom command (wrapped by meson to capture output)
[858/1310] Generating bindings.html with a custom command (wrapped by meson to capture output)
[858/1310] Generating 'docs/news.html.p/NEWS.html.in' (wrapped by meson to capture output).
[859/1310] Generating api_extension.html with a custom command (wrapped by meson to capture output)
[859/1310] Generating 'docs/go/libvirt.html.p/libvirt.html.in' (wrapped by meson to capture output).
[860/1310] Generating best-practices.html with a custom command (wrapped by meson to capture output)
[860/1310] Generating 'docs/go/libvirtxml.html.p/libvirtxml.html.in' (wrapped by meson to capture output).
[861/1310] Generating api.html with a custom command (wrapped by meson to capture output)
[861/1310] Generating index-api with a custom command
[862/1310] Generating aclpolkit.html with a custom command (wrapped by meson to capture output)
[862/1310] Generating index-admin-api with a custom command
[863/1310] Generating auth.html with a custom command (wrapped by meson to capture output)
[863/1310] Generating index-lxc-api with a custom command
[864/1310] Generating apps.html with a custom command (wrapped by meson to capture output)
[864/1310] Generating index-qemu-api with a custom command
[865/1310] Generating committer-guidelines.html with a custom command (wrapped by meson to capture output)
[865/1310] Generating command.html with a custom command (wrapped by meson to capture output)
[866/1310] Generating index-lxc-api with a custom command
[866/1310] Generating eventloop.html with a custom command (wrapped by meson to capture output)
[867/1310] Generating index-qemu-api with a custom command
[867/1310] Generating locking.html with a custom command (wrapped by meson to capture output)
[868/1310] Generating auditlog.html with a custom command (wrapped by meson to capture output)
[868/1310] Generating rpc.html with a custom command (wrapped by meson to capture output)
[869/1310] Generating index-admin-api with a custom command
[869/1310] Generating 'docs/kbase/backing_chains.html.p/backing_chains.html.in' (wrapped by meson to capture output).
[870/1310] Generating compiling.html with a custom command (wrapped by meson to capture output)
[870/1310] Generating 'docs/kbase/debuglogs.html.p/debuglogs.html.in' (wrapped by meson to capture output).
[871/1310] Generating developer-tooling.html with a custom command (wrapped by meson to capture output)
[871/1310] Generating 'docs/kbase/domainstatecapture.html.p/domainstatecapture.html.in' (wrapped by meson to capture output).
[872/1310] Generating drvch.html with a custom command (wrapped by meson to capture output)
[872/1310] Generating 'docs/kbase/incrementalbackupinternals.html.p/incrementalbackupinternals.html.in' (wrapped by meson to capture output).
[873/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_driver.c.o
[873/1310] Linking static target src/qemu/libvirt_driver_qemu_impl.a
[874/1310] Generating drvqemu.html with a custom command (wrapped by meson to capture output)
[874/1310] Generating 'docs/kbase/index.html.p/index.html.in' (wrapped by meson to capture output).
[875/1310] Generating formatbackup.html with a custom command (wrapped by meson to capture output)
[875/1310] Generating 'docs/kbase/kvm-realtime.html.p/kvm-realtime.html.in' (wrapped by meson to capture output).
[876/1310] Generating libvirt-go.html with a custom command (wrapped by meson to capture output)
[876/1310] Generating 'docs/kbase/launch_security_sev.html.p/launch_security_sev.html.in' (wrapped by meson to capture output).
[877/1310] Generating coding-style.html with a custom command (wrapped by meson to capture output)
[877/1310] Generating 'docs/kbase/live_full_disk_backup.html.p/live_full_disk_backup.html.in' (wrapped by meson to capture output).
[878/1310] Generating glib-adoption.html with a custom command (wrapped by meson to capture output)
[878/1310] Generating 'docs/kbase/locking-lockd.html.p/locking-lockd.html.in' (wrapped by meson to capture output).
[879/1310] Generating hacking.html with a custom command (wrapped by meson to capture output)
[879/1310] Generating 'docs/kbase/locking.html.p/locking.html.in' (wrapped by meson to capture output).
[880/1310] Generating ci.html with a custom command (wrapped by meson to capture output)
[880/1310] Generating 'docs/kbase/locking-sanlock.html.p/locking-sanlock.html.in' (wrapped by meson to capture output).
[881/1310] Generating daemons.html with a custom command (wrapped by meson to capture output)
[881/1310] Generating 'docs/kbase/memorydevices.html.p/memorydevices.html.in' (wrapped by meson to capture output).
[882/1310] Generating libvirt-go-xml.html with a custom command (wrapped by meson to capture output)
[882/1310] Generating 'docs/kbase/merging_disk_image_chains.html.p/merging_disk_image_chains.html.in' (wrapped by meson to capture output).
[883/1310] Generating formatcheckpoint.html with a custom command (wrapped by meson to capture output)
[883/1310] Generating 'docs/kbase/migrationinternals.html.p/migrationinternals.html.in' (wrapped by meson to capture output).
[884/1310] Compiling C object src/libvirtd.p/remote_remote_daemon_dispatch.c.o
[884/1310] Generating 'docs/kbase/qemu-core-dump.html.p/qemu-core-dump.html.in' (wrapped by meson to capture output).
[885/1310] Generating acl.html with a custom command (wrapped by meson to capture output)
[885/1310] Generating 'docs/kbase/qemu-passthrough-security.html.p/qemu-passthrough-security.html.in' (wrapped by meson to capture output).
[886/1310] Generating programming-languages.html with a custom command (wrapped by meson to capture output)
[886/1310] Generating 'docs/kbase/rpm-deployment.html.p/rpm-deployment.html.in' (wrapped by meson to capture output).
[887/1310] Generating pci-addresses.html with a custom command (wrapped by meson to capture output)
[887/1310] Generating 'docs/kbase/s390_protected_virt.html.p/s390_protected_virt.html.in' (wrapped by meson to capture output).
[888/1310] Generating styleguide.html with a custom command (wrapped by meson to capture output)
[888/1310] Generating 'docs/kbase/secureusage.html.p/secureusage.html.in' (wrapped by meson to capture output).
[889/1310] Linking static target src/qemu/libvirt_driver_qemu_impl.a
[889/1310] Generating 'docs/kbase/systemtap.html.p/systemtap.html.in' (wrapped by meson to capture output).
[890/1310] Generating submitting-patches.html with a custom command (wrapped by meson to capture output)
[890/1310] Generating 'docs/kbase/virtiofs.html.p/virtiofs.html.in' (wrapped by meson to capture output).
[891/1310] Generating newreposetup.html with a custom command (wrapped by meson to capture output)
[891/1310] Generating virkeycode-atset1.rst with a custom command (wrapped by meson to capture output)
[892/1310] Generating platforms.html with a custom command (wrapped by meson to capture output)
[892/1310] Generating virkeycode-atset2.rst with a custom command (wrapped by meson to capture output)
[893/1310] Generating command.html with a custom command (wrapped by meson to capture output)
[893/1310] Generating virkeycode-atset3.rst with a custom command (wrapped by meson to capture output)
[894/1310] Generating locking.html with a custom command (wrapped by meson to capture output)
[894/1310] Generating virkeycode-linux.rst with a custom command (wrapped by meson to capture output)
[895/1310] Compiling C object src/virtproxyd.p/remote_remote_daemon_dispatch.c.o
[895/1310] Generating virkeycode-osx.rst with a custom command (wrapped by meson to capture output)
[896/1310] Generating eventloop.html with a custom command (wrapped by meson to capture output)
[896/1310] Generating virkeycode-qnum.rst with a custom command (wrapped by meson to capture output)
[897/1310] Generating rpc.html with a custom command (wrapped by meson to capture output)
[897/1310] Generating virkeycode-usb.rst with a custom command (wrapped by meson to capture output)
[898/1310] Compiling C object tools/virsh.p/virsh-domain.c.o
[898/1310] Generating virkeycode-win32.rst with a custom command (wrapped by meson to capture output)
[899/1310] Compiling C object src/virtinterfaced.p/remote_remote_daemon_dispatch.c.o
[899/1310] Generating virkeycode-xtkbd.rst with a custom command (wrapped by meson to capture output)
[900/1310] Generating 'docs/go/libvirt.html.p/libvirt.html.in' (wrapped by meson to capture output).
[900/1310] Generating libvirt.html with a custom command (wrapped by meson to capture output)
[901/1310] Generating 'docs/go/libvirtxml.html.p/libvirtxml.html.in' (wrapped by meson to capture output).
[901/1310] Generating libvirtxml.html with a custom command (wrapped by meson to capture output)
[902/1310] Compiling C object src/virtsecretd.p/remote_remote_daemon_dispatch.c.o
[902/1310] Generating virkeyname-linux.rst with a custom command (wrapped by meson to capture output)
[903/1310] Generating 'docs/kbase/backing_chains.html.p/backing_chains.html.in' (wrapped by meson to capture output).
[903/1310] Generating backing_chains.html with a custom command (wrapped by meson to capture output)
[904/1310] Generating 'docs/kbase/debuglogs.html.p/debuglogs.html.in' (wrapped by meson to capture output).
[904/1310] Generating debuglogs.html with a custom command (wrapped by meson to capture output)
[905/1310] Generating 'docs/kbase/domainstatecapture.html.p/domainstatecapture.html.in' (wrapped by meson to capture output).
[905/1310] Generating domainstatecapture.html with a custom command (wrapped by meson to capture output)
[906/1310] Generating hvsupport.html.in with a custom command (wrapped by meson to capture output)
[906/1310] Generating hvsupport.html with a custom command (wrapped by meson to capture output)
[907/1310] Compiling C object src/virtnetworkd.p/remote_remote_daemon_dispatch.c.o
[907/1310] Generating virkeyname-osx.rst with a custom command (wrapped by meson to capture output)
[908/1310] Generating 'docs/kbase/index.html.p/index.html.in' (wrapped by meson to capture output).
[908/1310] Generating index.html with a custom command (wrapped by meson to capture output)
[909/1310] Generating 'docs/kbase/locking.html.p/locking.html.in' (wrapped by meson to capture output).
[909/1310] Generating locking.html with a custom command (wrapped by meson to capture output)
[910/1310] Generating 'docs/kbase/incrementalbackupinternals.html.p/incrementalbackupinternals.html.in' (wrapped by meson to capture output).
[910/1310] Generating incrementalbackupinternals.html with a custom command (wrapped by meson to capture output)
[911/1310] Generating virkeycode-atset2.rst with a custom command (wrapped by meson to capture output)
[911/1310] Generating virkeyname-win32.rst with a custom command (wrapped by meson to capture output)
[912/1310] Generating 'docs/kbase/locking-sanlock.html.p/locking-sanlock.html.in' (wrapped by meson to capture output).
[912/1310] Generating locking-sanlock.html with a custom command (wrapped by meson to capture output)
[913/1310] Generating 'docs/kbase/locking-lockd.html.p/locking-lockd.html.in' (wrapped by meson to capture output).
[913/1310] Generating locking-lockd.html with a custom command (wrapped by meson to capture output)
[914/1310] Generating 'docs/kbase/launch_security_sev.html.p/launch_security_sev.html.in' (wrapped by meson to capture output).
[914/1310] Generating launch_security_sev.html with a custom command (wrapped by meson to capture output)
[915/1310] Generating 'docs/kbase/live_full_disk_backup.html.p/live_full_disk_backup.html.in' (wrapped by meson to capture output).
[915/1310] Generating live_full_disk_backup.html with a custom command (wrapped by meson to capture output)
[916/1310] Generating 'docs/kbase/kvm-realtime.html.p/kvm-realtime.html.in' (wrapped by meson to capture output).
[916/1310] Generating kvm-realtime.html with a custom command (wrapped by meson to capture output)
[917/1310] Generating virkeycode-atset1.rst with a custom command (wrapped by meson to capture output)
[917/1310] Generating index.html.in with a custom command (wrapped by meson to capture output)
[918/1310] Generating 'docs/kbase/memorydevices.html.p/memorydevices.html.in' (wrapped by meson to capture output).
[918/1310] Generating memorydevices.html with a custom command (wrapped by meson to capture output)
[919/1310] Compiling C object src/virtnodedevd.p/remote_remote_daemon_dispatch.c.o
[919/1310] Generating virsh.1 with a custom command
[920/1310] Generating 'docs/kbase/migrationinternals.html.p/migrationinternals.html.in' (wrapped by meson to capture output).
[920/1310] Generating migrationinternals.html with a custom command (wrapped by meson to capture output)
[921/1310] Generating 'docs/kbase/merging_disk_image_chains.html.p/merging_disk_image_chains.html.in' (wrapped by meson to capture output).
[921/1310] Generating merging_disk_image_chains.html with a custom command (wrapped by meson to capture output)
[922/1310] Generating virkeycode-linux.rst with a custom command (wrapped by meson to capture output)
[922/1310] Generating virsh.html.in with a custom command (wrapped by meson to capture output)
[923/1310] Generating virkeycode-osx.rst with a custom command (wrapped by meson to capture output)
[923/1310] Generating virt-admin.1 with a custom command
[924/1310] Generating virkeycode-win32.rst with a custom command (wrapped by meson to capture output)
[924/1310] Generating virt-admin.html.in with a custom command (wrapped by meson to capture output)
[925/1310] Generating 'docs/kbase/qemu-core-dump.html.p/qemu-core-dump.html.in' (wrapped by meson to capture output).
[925/1310] Generating qemu-core-dump.html with a custom command (wrapped by meson to capture output)
[926/1310] Generating virkeycode-usb.rst with a custom command (wrapped by meson to capture output)
[926/1310] Generating virt-host-validate.1 with a custom command
[927/1310] Compiling C object src/virtnwfilterd.p/remote_remote_daemon_dispatch.c.o
[927/1310] Generating virt-host-validate.html.in with a custom command (wrapped by meson to capture output)
[928/1310] Generating virkeycode-atset3.rst with a custom command (wrapped by meson to capture output)
[928/1310] Generating virt-login-shell.1 with a custom command
[929/1310] Generating virkeycode-xtkbd.rst with a custom command (wrapped by meson to capture output)
[929/1310] Generating virt-login-shell.html.in with a custom command (wrapped by meson to capture output)
[930/1310] Generating 'docs/kbase/qemu-passthrough-security.html.p/qemu-passthrough-security.html.in' (wrapped by meson to capture output).
[930/1310] Generating qemu-passthrough-security.html with a custom command (wrapped by meson to capture output)
[931/1310] Generating 'docs/kbase/rpm-deployment.html.p/rpm-deployment.html.in' (wrapped by meson to capture output).
[931/1310] Generating rpm-deployment.html with a custom command (wrapped by meson to capture output)
[932/1310] Generating 'docs/kbase/secureusage.html.p/secureusage.html.in' (wrapped by meson to capture output).
[932/1310] Generating secureusage.html with a custom command (wrapped by meson to capture output)
[933/1310] Compiling C object src/virtstoraged.p/remote_remote_daemon_dispatch.c.o
[933/1310] Generating virt-pki-validate.1 with a custom command
[934/1310] Generating libvirt.html with a custom command (wrapped by meson to capture output)
[934/1310] Generating virt-pki-validate.html.in with a custom command (wrapped by meson to capture output)
[935/1310] Generating 'docs/kbase/s390_protected_virt.html.p/s390_protected_virt.html.in' (wrapped by meson to capture output).
[935/1310] Generating s390_protected_virt.html with a custom command (wrapped by meson to capture output)
[936/1310] Generating virkeycode-qnum.rst with a custom command (wrapped by meson to capture output)
[936/1310] Generating virt-qemu-run.1 with a custom command
[937/1310] Compiling C object tests/qemuxml2xmltest.p/qemuxml2xmltest.c.o
[937/1310] Generating virt-qemu-run.html.in with a custom command (wrapped by meson to capture output)
[938/1310] Generating 'docs/kbase/systemtap.html.p/systemtap.html.in' (wrapped by meson to capture output).
[938/1310] Generating systemtap.html with a custom command (wrapped by meson to capture output)
[939/1310] Generating libvirtxml.html with a custom command (wrapped by meson to capture output)
[939/1310] Generating virt-xml-validate.1 with a custom command
[940/1310] Compiling C object src/virtvboxd.p/remote_remote_daemon_dispatch.c.o
[940/1310] Generating virt-xml-validate.html.in with a custom command (wrapped by meson to capture output)
[941/1310] Generating 'docs/kbase/virtiofs.html.p/virtiofs.html.in' (wrapped by meson to capture output).
[941/1310] Generating virtiofs.html with a custom command (wrapped by meson to capture output)
[942/1310] Generating backing_chains.html with a custom command (wrapped by meson to capture output)
[942/1310] Generating libvirtd.8 with a custom command
[943/1310] Generating debuglogs.html with a custom command (wrapped by meson to capture output)
[943/1310] Generating libvirtd.html.in with a custom command (wrapped by meson to capture output)
[944/1310] Generating domainstatecapture.html with a custom command (wrapped by meson to capture output)
[944/1310] Generating virt-sanlock-cleanup.8 with a custom command
[945/1310] Compiling C object src/virtchd.p/remote_remote_daemon_dispatch.c.o
[945/1310] Generating virt-sanlock-cleanup.html.in with a custom command (wrapped by meson to capture output)
[946/1310] Generating virt-host-validate.1 with a custom command
[946/1310] Generating virtbhyved.html.in with a custom command (wrapped by meson to capture output)
[947/1310] Generating virt-login-shell.1 with a custom command
[947/1310] Generating virtinterfaced.8 with a custom command
[948/1310] Generating incrementalbackupinternals.html with a custom command (wrapped by meson to capture output)
[948/1310] Generating virtinterfaced.html.in with a custom command (wrapped by meson to capture output)
[949/1310] Generating virt-admin.1 with a custom command
[949/1310] Generating virtlockd.8 with a custom command
[950/1310] Generating hvsupport.html with a custom command (wrapped by meson to capture output)
[950/1310] Generating virtlockd.html.in with a custom command (wrapped by meson to capture output)
[951/1310] Generating virt-pki-validate.1 with a custom command
[951/1310] Generating virtlogd.8 with a custom command
[952/1310] Generating index.html with a custom command (wrapped by meson to capture output)
[952/1310] Generating virtlogd.html.in with a custom command (wrapped by meson to capture output)
[953/1310] Generating virt-qemu-run.1 with a custom command
[953/1310] Generating virtlxcd.8 with a custom command
[954/1310] Generating locking.html with a custom command (wrapped by meson to capture output)
[954/1310] Generating virtlxcd.html.in with a custom command (wrapped by meson to capture output)
[955/1310] Compiling C object src/virtlxcd.p/remote_remote_daemon_dispatch.c.o
[955/1310] Generating virtnetworkd.8 with a custom command
[956/1310] Generating locking-lockd.html with a custom command (wrapped by meson to capture output)
[956/1310] Generating virtnetworkd.html.in with a custom command (wrapped by meson to capture output)
[957/1310] Generating locking-sanlock.html with a custom command (wrapped by meson to capture output)
[957/1310] Generating virtnodedevd.8 with a custom command
[958/1310] Generating launch_security_sev.html with a custom command (wrapped by meson to capture output)
[958/1310] Generating virtnodedevd.html.in with a custom command (wrapped by meson to capture output)
[959/1310] Generating virt-xml-validate.1 with a custom command
[959/1310] Generating virtnwfilterd.8 with a custom command
[960/1310] Generating virkeyname-linux.rst with a custom command (wrapped by meson to capture output)
[960/1310] Generating virtnwfilterd.html.in with a custom command (wrapped by meson to capture output)
[961/1310] Generating live_full_disk_backup.html with a custom command (wrapped by meson to capture output)
[961/1310] Generating virtproxyd.8 with a custom command
[962/1310] Generating index-api with a custom command
[962/1310] Generating virtproxyd.html.in with a custom command (wrapped by meson to capture output)
[963/1310] Generating virkeyname-osx.rst with a custom command (wrapped by meson to capture output)
[963/1310] Generating virtqemud.8 with a custom command
[964/1310] Generating kvm-realtime.html with a custom command (wrapped by meson to capture output)
[964/1310] Generating virtqemud.html.in with a custom command (wrapped by meson to capture output)
[965/1310] Generating virkeyname-win32.rst with a custom command (wrapped by meson to capture output)
[965/1310] Generating virtsecretd.8 with a custom command
[966/1310] Generating memorydevices.html with a custom command (wrapped by meson to capture output)
[966/1310] Generating virtsecretd.html.in with a custom command (wrapped by meson to capture output)
[967/1310] Generating virt-sanlock-cleanup.8 with a custom command
[967/1310] Generating virtstoraged.8 with a custom command
[968/1310] Generating migrationinternals.html with a custom command (wrapped by meson to capture output)
[968/1310] Generating virtstoraged.html.in with a custom command (wrapped by meson to capture output)
[969/1310] Generating libvirtd.8 with a custom command
[969/1310] Generating virtvboxd.8 with a custom command
[970/1310] Generating merging_disk_image_chains.html with a custom command (wrapped by meson to capture output)
[970/1310] Generating virtvboxd.html.in with a custom command (wrapped by meson to capture output)
[971/1310] Generating virtinterfaced.8 with a custom command
[971/1310] Generating virtvzd.html.in with a custom command (wrapped by meson to capture output)
[972/1310] Generating qemu-core-dump.html with a custom command (wrapped by meson to capture output)
[972/1310] Generating virtxend.html.in with a custom command (wrapped by meson to capture output)
[973/1310] Generating virtlockd.8 with a custom command
[973/1310] Generating virkeycode-atset1.7 with a custom command
[974/1310] Generating qemu-passthrough-security.html with a custom command (wrapped by meson to capture output)
[974/1310] Generating virkeycode-atset1.html.in with a custom command (wrapped by meson to capture output)
[975/1310] Generating virtlogd.8 with a custom command
[975/1310] Generating virkeycode-atset2.7 with a custom command
[976/1310] Generating virtlxcd.8 with a custom command
[976/1310] Generating virkeycode-atset2.html.in with a custom command (wrapped by meson to capture output)
[977/1310] Generating secureusage.html with a custom command (wrapped by meson to capture output)
[977/1310] Generating virkeycode-atset3.7 with a custom command
[978/1310] Generating rpm-deployment.html with a custom command (wrapped by meson to capture output)
[978/1310] Generating virkeycode-atset3.html.in with a custom command (wrapped by meson to capture output)
[979/1310] Generating virtnetworkd.8 with a custom command
[979/1310] Generating virkeycode-linux.7 with a custom command
[980/1310] Generating s390_protected_virt.html with a custom command (wrapped by meson to capture output)
[980/1310] Generating virkeycode-linux.html.in with a custom command (wrapped by meson to capture output)
[981/1310] Generating virtnodedevd.8 with a custom command
[981/1310] Generating virkeycode-osx.7 with a custom command
[982/1310] Generating 'docs/formatdomain.html.p/formatdomain.html.in' (wrapped by meson to capture output).
[982/1310] Generating formatdomain.html with a custom command (wrapped by meson to capture output)
[983/1310] Generating virtnwfilterd.8 with a custom command
[983/1310] Generating virkeycode-osx.html.in with a custom command (wrapped by meson to capture output)
[984/1310] Generating virtqemud.8 with a custom command
[984/1310] Generating virkeycode-qnum.7 with a custom command
[985/1310] Generating virtproxyd.8 with a custom command
[985/1310] Generating virkeycode-qnum.html.in with a custom command (wrapped by meson to capture output)
[986/1310] Generating virtiofs.html with a custom command (wrapped by meson to capture output)
[986/1310] Generating virkeycode-usb.7 with a custom command
[987/1310] Generating systemtap.html with a custom command (wrapped by meson to capture output)
[987/1310] Generating virkeycode-usb.html.in with a custom command (wrapped by meson to capture output)
[988/1310] Generating virtsecretd.8 with a custom command
[988/1310] Generating virkeycode-win32.7 with a custom command
[989/1310] Generating virtstoraged.8 with a custom command
[989/1310] Generating virkeycode-win32.html.in with a custom command (wrapped by meson to capture output)
[990/1310] Generating virtvboxd.8 with a custom command
[990/1310] Generating virkeycode-xtkbd.7 with a custom command
[991/1310] Compiling C object src/virtqemud.p/remote_remote_daemon_dispatch.c.o
[991/1310] Generating virkeycode-xtkbd.html.in with a custom command (wrapped by meson to capture output)
[992/1310] Generating index.html.in with a custom command (wrapped by meson to capture output)
[992/1310] Generating virkeyname-linux.7 with a custom command
[993/1310] Generating virkeycode-atset2.7 with a custom command
[993/1310] Generating virkeyname-linux.html.in with a custom command (wrapped by meson to capture output)
[994/1310] Generating virkeycode-atset3.7 with a custom command
[994/1310] Generating virkeyname-osx.7 with a custom command
[995/1310] Generating virt-host-validate.html.in with a custom command (wrapped by meson to capture output)
[995/1310] Generating virkeyname-osx.html.in with a custom command (wrapped by meson to capture output)
[996/1310] Generating virkeycode-atset1.7 with a custom command
[996/1310] Generating virkeyname-win32.7 with a custom command
[997/1310] Generating virt-login-shell.html.in with a custom command (wrapped by meson to capture output)
[997/1310] Generating virkeyname-win32.html.in with a custom command (wrapped by meson to capture output)
[998/1310] Generating virkeycode-osx.7 with a custom command
[998/1310] Generating index.html with a custom command (wrapped by meson to capture output)
[999/1310] Generating 'docs/news.html.p/NEWS.html.in' (wrapped by meson to capture output).
[999/1310] Generating news.html with a custom command (wrapped by meson to capture output)
[1000/1310] Generating virt-admin.html.in with a custom command (wrapped by meson to capture output)
[1000/1310] Generating virt-admin.html with a custom command (wrapped by meson to capture output)
[1001/1310] Generating virt-pki-validate.html.in with a custom command (wrapped by meson to capture output)
[1001/1310] Generating virt-host-validate.html with a custom command (wrapped by meson to capture output)
[1002/1310] Generating virkeycode-usb.7 with a custom command
[1002/1310] Generating virt-login-shell.html with a custom command (wrapped by meson to capture output)
[1003/1310] Generating virt-qemu-run.html.in with a custom command (wrapped by meson to capture output)
[1003/1310] Generating virt-pki-validate.html with a custom command (wrapped by meson to capture output)
[1004/1310] Generating virkeycode-win32.7 with a custom command
[1004/1310] Generating virt-qemu-run.html with a custom command (wrapped by meson to capture output)
[1005/1310] Generating virkeycode-qnum.7 with a custom command
[1006/1310] Generating virt-xml-validate.html.in with a custom command (wrapped by meson to capture output)
[1006/1310] Generating virt-xml-validate.html with a custom command (wrapped by meson to capture output)
[1007/1310] Generating virt-sanlock-cleanup.html.in with a custom command (wrapped by meson to capture output)
[1007/1310] Generating virt-sanlock-cleanup.html with a custom command (wrapped by meson to capture output)
[1008/1310] Generating virkeycode-linux.7 with a custom command
[1009/1310] Generating virkeycode-xtkbd.7 with a custom command
[1010/1310] Generating virtbhyved.html.in with a custom command (wrapped by meson to capture output)
[1010/1310] Generating virtbhyved.html with a custom command (wrapped by meson to capture output)
[1011/1310] Generating libvirtd.html.in with a custom command (wrapped by meson to capture output)
[1011/1310] Generating libvirtd.html with a custom command (wrapped by meson to capture output)
[1012/1310] Generating virtinterfaced.html.in with a custom command (wrapped by meson to capture output)
[1012/1310] Generating virtinterfaced.html with a custom command (wrapped by meson to capture output)
[1013/1310] Generating virtlockd.html.in with a custom command (wrapped by meson to capture output)
[1013/1310] Generating virtlockd.html with a custom command (wrapped by meson to capture output)
[1014/1310] Generating virtlxcd.html.in with a custom command (wrapped by meson to capture output)
[1014/1310] Generating virtlxcd.html with a custom command (wrapped by meson to capture output)
[1015/1310] Generating virtnetworkd.html.in with a custom command (wrapped by meson to capture output)
[1015/1310] Generating virtnetworkd.html with a custom command (wrapped by meson to capture output)
[1016/1310] Generating virkeyname-linux.7 with a custom command
[1017/1310] Generating virtlogd.html.in with a custom command (wrapped by meson to capture output)
[1017/1310] Generating virtlogd.html with a custom command (wrapped by meson to capture output)
[1018/1310] Generating formatdomain.html with a custom command (wrapped by meson to capture output)
[1019/1310] Generating virtnodedevd.html.in with a custom command (wrapped by meson to capture output)
[1019/1310] Generating virtnodedevd.html with a custom command (wrapped by meson to capture output)
[1020/1310] Generating virtnwfilterd.html.in with a custom command (wrapped by meson to capture output)
[1020/1310] Generating virtnwfilterd.html with a custom command (wrapped by meson to capture output)
[1021/1310] Generating virtqemud.html.in with a custom command (wrapped by meson to capture output)
[1021/1310] Generating virtqemud.html with a custom command (wrapped by meson to capture output)
[1022/1310] Generating virtsecretd.html.in with a custom command (wrapped by meson to capture output)
[1022/1310] Generating virtsecretd.html with a custom command (wrapped by meson to capture output)
[1023/1310] Generating virkeyname-osx.7 with a custom command
[1024/1310] Generating virtvboxd.html.in with a custom command (wrapped by meson to capture output)
[1024/1310] Generating virtvboxd.html with a custom command (wrapped by meson to capture output)
[1025/1310] Generating virtproxyd.html.in with a custom command (wrapped by meson to capture output)
[1025/1310] Generating virtproxyd.html with a custom command (wrapped by meson to capture output)
[1026/1310] Generating virtvzd.html.in with a custom command (wrapped by meson to capture output)
[1026/1310] Generating virtvzd.html with a custom command (wrapped by meson to capture output)
[1027/1310] Generating virkeyname-win32.7 with a custom command
[1028/1310] Generating virtstoraged.html.in with a custom command (wrapped by meson to capture output)
[1028/1310] Generating virtstoraged.html with a custom command (wrapped by meson to capture output)
[1029/1310] Generating index.html with a custom command (wrapped by meson to capture output)
[1030/1310] Generating virtxend.html.in with a custom command (wrapped by meson to capture output)
[1030/1310] Generating virtxend.html with a custom command (wrapped by meson to capture output)
[1031/1310] Generating news.html with a custom command (wrapped by meson to capture output)
[1032/1310] Generating virkeycode-atset2.html.in with a custom command (wrapped by meson to capture output)
[1032/1310] Generating virkeycode-atset2.html with a custom command (wrapped by meson to capture output)
[1033/1310] Generating virt-host-validate.html with a custom command (wrapped by meson to capture output)
[1034/1310] Generating virt-admin.html with a custom command (wrapped by meson to capture output)
[1035/1310] Generating virkeycode-atset3.html.in with a custom command (wrapped by meson to capture output)
[1035/1310] Generating virkeycode-atset3.html with a custom command (wrapped by meson to capture output)
[1036/1310] Generating virkeycode-atset1.html.in with a custom command (wrapped by meson to capture output)
[1036/1310] Generating virkeycode-atset1.html with a custom command (wrapped by meson to capture output)
[1037/1310] Generating virt-pki-validate.html with a custom command (wrapped by meson to capture output)
[1038/1310] Generating virkeycode-osx.html.in with a custom command (wrapped by meson to capture output)
[1038/1310] Generating virkeycode-osx.html with a custom command (wrapped by meson to capture output)
[1039/1310] Generating virt-login-shell.html with a custom command (wrapped by meson to capture output)
[1040/1310] Generating virt-qemu-run.html with a custom command (wrapped by meson to capture output)
[1041/1310] Compiling C object tests/cputest.p/cputest.c.o
[1042/1310] Generating virt-sanlock-cleanup.html with a custom command (wrapped by meson to capture output)
[1043/1310] Generating virkeycode-qnum.html.in with a custom command (wrapped by meson to capture output)
[1043/1310] Generating virkeycode-qnum.html with a custom command (wrapped by meson to capture output)
[1044/1310] Generating virt-xml-validate.html with a custom command (wrapped by meson to capture output)
[1045/1310] Generating virtbhyved.html with a custom command (wrapped by meson to capture output)
[1046/1310] Generating virtlockd.html with a custom command (wrapped by meson to capture output)
[1047/1310] Generating virkeycode-usb.html.in with a custom command (wrapped by meson to capture output)
[1047/1310] Generating virkeycode-usb.html with a custom command (wrapped by meson to capture output)
[1048/1310] Generating libvirtd.html with a custom command (wrapped by meson to capture output)
[1049/1310] Generating virkeycode-xtkbd.html.in with a custom command (wrapped by meson to capture output)
[1049/1310] Generating virkeycode-xtkbd.html with a custom command (wrapped by meson to capture output)
[1050/1310] Generating virkeycode-win32.html.in with a custom command (wrapped by meson to capture output)
[1050/1310] Generating virkeycode-win32.html with a custom command (wrapped by meson to capture output)
[1051/1310] Generating virtinterfaced.html with a custom command (wrapped by meson to capture output)
[1052/1310] Generating virkeycode-linux.html.in with a custom command (wrapped by meson to capture output)
[1052/1310] Generating virkeycode-linux.html with a custom command (wrapped by meson to capture output)
[1053/1310] Generating virtlxcd.html with a custom command (wrapped by meson to capture output)
[1054/1310] Generating virsh.1 with a custom command
[1055/1310] Generating virtnodedevd.html with a custom command (wrapped by meson to capture output)
[1056/1310] Generating virtlogd.html with a custom command (wrapped by meson to capture output)
[1057/1310] Generating virtnetworkd.html with a custom command (wrapped by meson to capture output)
[1058/1310] Generating virtnwfilterd.html with a custom command (wrapped by meson to capture output)
[1059/1310] Generating virkeyname-linux.html.in with a custom command (wrapped by meson to capture output)
[1059/1310] Generating virkeyname-linux.html with a custom command (wrapped by meson to capture output)
[1060/1310] Generating virtsecretd.html with a custom command (wrapped by meson to capture output)
[1061/1310] Generating virtxend.html with a custom command (wrapped by meson to capture output)
[1062/1310] Generating virtvboxd.html with a custom command (wrapped by meson to capture output)
[1063/1310] Generating virkeyname-osx.html.in with a custom command (wrapped by meson to capture output)
[1063/1310] Generating virkeyname-osx.html with a custom command (wrapped by meson to capture output)
[1064/1310] Generating virtproxyd.html with a custom command (wrapped by meson to capture output)
[1065/1310] Generating virkeycode-atset3.html with a custom command (wrapped by meson to capture output)
[1066/1310] Generating virtqemud.html with a custom command (wrapped by meson to capture output)
[1067/1310] Generating virkeyname-win32.html.in with a custom command (wrapped by meson to capture output)
[1067/1310] Generating virkeyname-win32.html with a custom command (wrapped by meson to capture output)
[1068/1310] Generating virkeycode-osx.html with a custom command (wrapped by meson to capture output)
[1069/1310] Generating virtvzd.html with a custom command (wrapped by meson to capture output)
[1070/1310] Generating virtstoraged.html with a custom command (wrapped by meson to capture output)
[1071/1310] Generating virkeycode-atset2.html with a custom command (wrapped by meson to capture output)
[1072/1310] Generating virkeycode-atset1.html with a custom command (wrapped by meson to capture output)
[1073/1310] Generating virkeycode-usb.html with a custom command (wrapped by meson to capture output)
[1074/1310] Generating virkeycode-qnum.html with a custom command (wrapped by meson to capture output)
[1075/1310] Generating virkeycode-xtkbd.html with a custom command (wrapped by meson to capture output)
[1076/1310] Generating virkeycode-win32.html with a custom command (wrapped by meson to capture output)
[1077/1310] Generating virkeycode-linux.html with a custom command (wrapped by meson to capture output)
[1078/1310] Compiling C object src/conf/libvirt_conf.a.p/domain_conf.c.o
[1078/1310] Linking static target src/conf/libvirt_conf.a
[1079/1310] Generating virkeyname-linux.html with a custom command (wrapped by meson to capture output)
[1080/1310] Generating virkeyname-osx.html with a custom command (wrapped by meson to capture output)
[1081/1310] Generating virkeyname-win32.html with a custom command (wrapped by meson to capture output)
[1082/1310] Generating virsh.html.in with a custom command (wrapped by meson to capture output)
[1082/1310] Generating virsh.html with a custom command (wrapped by meson to capture output)
[1083/1310] Linking static target src/conf/libvirt_conf.a
[1083/1310] Linking target src/libvirt.so.0.7009.0
[1084/1310] Generating virsh.html with a custom command (wrapped by meson to capture output)
[1085/1310] Linking target src/libvirt.so.0.7009.0
[1085/1310] Generating symbol file src/libvirt.so.0.7009.0.p/libvirt.so.0.7009.0.symbols
[1086/1310] Generating symbol file src/libvirt.so.0.7009.0.p/libvirt.so.0.7009.0.symbols
[1086/1310] Linking target src/libvirt_driver_qemu.so
[1086/1310] Linking target src/libvirt_driver_vbox.so
[1086/1310] Linking target tests/virnetdevtest
[1086/1310] Linking target tests/virlockspacetest
[1086/1310] Linking target src/libvirt-qemu.so.0.7009.0
[1086/1310] Linking target src/libvirt-lxc.so.0.7009.0
[1086/1310] Linking target src/libvirt-admin.so.0.7009.0
[1086/1310] Linking target src/libvirt_driver_interface.so
[1086/1310] Linking target src/libvirt_driver_network.so
[1086/1310] Linking target src/libvirt_driver_nodedev.so
[1086/1310] Linking target src/libvirt_driver_nwfilter.so
[1086/1310] Linking target src/lockd.so
[1086/1310] Linking target src/sanlock.so
[1086/1310] Linking target src/libvirt_driver_secret.so
[1086/1310] Linking target src/libvirt_driver_storage.so
[1086/1310] Linking target src/libvirt_storage_backend_fs.so
[1086/1310] Linking target src/libvirt_storage_backend_disk.so
[1086/1310] Linking target src/libvirt_storage_backend_gluster.so
[1086/1310] Linking target src/libvirt_storage_backend_iscsi.so
[1086/1310] Linking target src/libvirt_storage_backend_iscsi-direct.so
[1086/1310] Linking target src/libvirt_storage_backend_logical.so
[1086/1310] Linking target src/libvirt_storage_backend_mpath.so
[1086/1310] Linking target src/libvirt_storage_backend_rbd.so
[1086/1310] Linking target src/libvirt_storage_backend_scsi.so
[1086/1310] Linking target src/libvirt_storage_backend_vstorage.so
[1086/1310] Linking target src/libvirt_storage_backend_zfs.so
[1086/1310] Linking target src/libvirt_storage_file_gluster.so
[1086/1310] Linking target src/libvirt_driver_lxc.so
[1086/1310] Linking target src/libvirt_driver_ch.so
[1086/1310] Linking target src/libvirt_storage_file_fs.so
[1086/1310] Linking target tests/xml2vmxtest
[1086/1310] Linking target tests/virjsontest
[1086/1310] Linking target src/libvirt_iohelper
[1086/1310] Linking target src/libvirt_sanlock_helper
[1086/1310] Linking target src/libvirt_leaseshelper
[1086/1310] Linking target src/virt-ssh-helper
[1086/1310] Linking target src/libvirt_parthelper
[1086/1310] Linking target src/virt-qemu-run
[1086/1310] Linking target src/libvirt_lxc
[1086/1310] Linking target tools/virt-host-validate
[1086/1310] Linking target tests/libvircgroupmock.so
[1086/1310] Linking target tests/libtest_qemu_driver.so
[1086/1310] Linking target tests/virnetmessagetest
[1086/1310] Linking target tests/libdomaincapsmock.so
[1086/1310] Linking target tests/virnetdaemontest
[1086/1310] Linking target tests/libshunload.so
[1086/1310] Linking target tests/libvirhostcpumock.so
[1086/1310] Linking target tests/libvirfilecachemock.so
[1087/1310] Linking target src/libvirt-qemu.so.0.7009.0
[1087/1310] Generating symbol file src/libvirt-qemu.so.0.7009.0.p/libvirt-qemu.so.0.7009.0.symbols
[1088/1310] Linking target src/libvirt_storage_backend_disk.so
[1088/1310] Linking target tests/libvirfirewallmock.so
[1089/1310] Linking target src/sanlock.so
[1089/1310] Linking target tests/libvirgdbusmock.so
[1090/1310] Linking target src/libvirt_storage_backend_logical.so
[1090/1310] Linking target tests/libvirprocessmock.so
[1091/1310] Linking target src/libvirt_storage_backend_vstorage.so
[1091/1310] Linking target tests/libvirnetserverclientmock.so
[1092/1310] Linking target src/libvirt-lxc.so.0.7009.0
[1092/1310] Generating symbol file src/libvirt-lxc.so.0.7009.0.p/libvirt-lxc.so.0.7009.0.symbols
[1093/1310] Linking target src/libvirt_storage_backend_iscsi.so
[1093/1310] Linking target tests/libvirhostdevmock.so
[1094/1310] Linking target src/libvirt_storage_backend_zfs.so
[1094/1310] Linking target tests/libvirnetdaemonmock.so
[1095/1310] Linking target src/libvirt_storage_file_fs.so
[1095/1310] Linking target tests/libvirnetdevmock.so
[1096/1310] Linking target src/libvirt_storage_backend_fs.so
[1096/1310] Linking target tests/libvirpcimock.so
[1097/1310] Linking target src/libvirt_driver_secret.so
[1097/1310] Linking target tests/libvirportallocatormock.so
[1098/1310] Linking target src/libvirt_storage_backend_mpath.so
[1098/1310] Linking target tests/libvirfilemock.so
[1099/1310] Linking target src/libvirt_storage_backend_iscsi-direct.so
[1099/1310] Linking target tests/libvirrandommock.so
[1100/1310] Linking target src/lockd.so
[1100/1310] Linking target tests/libvirtestmock.so
[1101/1310] Linking target src/libvirt_driver_ch.so
[1101/1310] Linking target tests/libvirnumamock.so
[1102/1310] Linking target tests/libvirhostcpumock.so
[1102/1310] Linking target tests/libvirnetdevbandwidthmock.so
[1103/1310] Linking target tests/libdomaincapsmock.so
[1103/1310] Linking target tests/libqemuhotplugmock.so
[1104/1310] Linking target tests/libvirfilecachemock.so
[1104/1310] Linking target tests/libvirusbmock.so
[1105/1310] Linking target src/libvirt_driver_storage.so
[1105/1310] Linking target tests/libnssmock.so
[1106/1310] Linking target tests/libshunload.so
[1106/1310] Linking target tests/libqemucaps2xmlmock.so
[1107/1310] Linking target src/libvirt_driver_interface.so
[1107/1310] Linking target tests/libqemucpumock.so
[1108/1310] Linking target src/libvirt_driver_vbox.so
[1108/1310] Linking target tests/libsecurityselinuxhelper.so
[1109/1310] Linking target src/libvirt_driver_nodedev.so
[1109/1310] Linking target tests/libqemuxml2argvmock.so
[1110/1310] Linking target src/libvirt_storage_backend_scsi.so
[1110/1310] Linking target tests/libvirhostidmock.so
[1111/1310] Linking target src/libvirt_driver_nwfilter.so
[1111/1310] Linking target tests/commandtest
[1112/1310] Linking target tests/libvircgroupmock.so
[1112/1310] Linking target tests/interfacexml2xmltest
[1113/1310] Linking target src/libvirt_storage_backend_gluster.so
[1113/1310] Linking target tests/domainconftest
[1114/1310] Linking target src/libvirt_storage_file_gluster.so
[1114/1310] Linking target tests/genericxml2xmltest
[1115/1310] Linking target src/libvirt-admin.so.0.7009.0
[1115/1310] Generating symbol file src/libvirt-admin.so.0.7009.0.p/libvirt-admin.so.0.7009.0.symbols
[1116/1310] Linking target src/libvirt_storage_backend_rbd.so
[1116/1310] Linking target tests/metadatatest
[1117/1310] Linking target src/libvirt_driver_network.so
[1117/1310] Linking target tests/nwfilterxml2xmltest
[1118/1310] Linking target src/libvirt_driver_lxc.so
[1118/1310] Linking target tests/networkxml2xmlupdatetest
[1119/1310] Linking target src/libvirt_iohelper
[1119/1310] Linking target tests/nodedevxml2xmltest
[1120/1310] Linking target src/libvirt_leaseshelper
[1120/1310] Linking target tests/objecteventtest
[1121/1310] Linking target tools/virt-host-validate
[1121/1310] Linking target tests/seclabeltest
[1122/1310] Linking target src/virt-qemu-run
[1122/1310] Linking target tests/secretxml2xmltest
[1123/1310] Linking target src/virt-ssh-helper
[1123/1310] Linking target tests/shunloadtest
[1124/1310] Linking target src/libvirt_sanlock_helper
[1124/1310] Linking target tests/sockettest
[1125/1310] Linking target src/libvirt_parthelper
[1125/1310] Linking target tests/sysinfotest
[1126/1310] Linking target tests/libvirpcimock.so
[1126/1310] Linking target tests/utiltest
[1127/1310] Linking target tests/libvirfirewallmock.so
[1127/1310] Linking target tests/storagevolxml2xmltest
[1128/1310] Linking target tests/libvirprocessmock.so
[1128/1310] Linking target tests/viralloctest
[1129/1310] Linking target tests/libvirhostdevmock.so
[1129/1310] Linking target tests/virauthconfigtest
[1130/1310] Linking target tests/libvirnetdevmock.so
[1130/1310] Linking target tests/virbitmaptest
[1131/1310] Linking target tests/libvirgdbusmock.so
[1131/1310] Linking target tests/vircgrouptest
[1132/1310] Linking target tests/libvirnetserverclientmock.so
[1132/1310] Linking target tests/vircapstest
[1133/1310] Linking target tests/libvirtestmock.so
[1133/1310] Linking target tests/virbuftest
[1134/1310] Linking target tests/libvirportallocatormock.so
[1134/1310] Linking target tests/virfiletest
[1135/1310] Linking target tests/libvirrandommock.so
[1135/1310] Linking target tests/virfirewalltest
[1136/1310] Linking target tests/libvirnetdaemonmock.so
[1136/1310] Linking target tests/virfilecachetest
[1137/1310] Linking target tests/libvirfilemock.so
[1137/1310] Linking target tests/virconftest
[1138/1310] Linking target tests/libvirusbmock.so
[1138/1310] Linking target tests/vircryptotest
[1139/1310] Linking target tests/libvirnumamock.so
[1139/1310] Linking target tests/virendiantest
[1140/1310] Linking target tests/libvirnetdevbandwidthmock.so
[1140/1310] Linking target tests/virerrortest
[1141/1310] Linking target tests/libqemuhotplugmock.so
[1141/1310] Linking target tests/virhostcputest
[1142/1310] Linking target tests/virlockspacetest
[1142/1310] Linking target tests/virhostdevtest
[1143/1310] Linking target tests/libnssmock.so
[1143/1310] Linking target tests/viridentitytest
[1144/1310] Linking target tests/virnetdevtest
[1144/1310] Linking target tests/viriscsitest
[1145/1310] Linking target tests/libqemucpumock.so
[1145/1310] Linking target tests/virkeycodetest
[1146/1310] Linking target src/libvirt_lxc
[1146/1310] Linking target tests/virlogtest
[1147/1310] Linking target tests/libqemucaps2xmlmock.so
[1147/1310] Linking target tests/virkmodtest
[1148/1310] Linking target tests/libqemuxml2argvmock.so
[1148/1310] Linking target tests/virnetworkportxml2xmltest
[1149/1310] Linking target tests/virnetmessagetest
[1149/1310] Linking target tests/virnwfilterbindingxml2xmltest
[1150/1310] Linking target tests/libvirhostidmock.so
[1150/1310] Linking target tests/virportallocatortest
[1151/1310] Linking target tests/xml2vmxtest
[1151/1310] Linking target tests/virpcitest
[1152/1310] Linking target tests/virnetdaemontest
[1152/1310] Linking target tests/virstringtest
[1153/1310] Linking target tests/virjsontest
[1153/1310] Linking target tests/virsystemdtest
[1154/1310] Linking target tests/libsecurityselinuxhelper.so
[1154/1310] Linking target tests/virtimetest
[1155/1310] Linking target tests/commandtest
[1155/1310] Linking target tests/virrotatingfiletest
[1156/1310] Linking target tests/interfacexml2xmltest
[1156/1310] Linking target tests/virschematest
[1157/1310] Linking target tests/domainconftest
[1157/1310] Linking target tests/virshtest
[1158/1310] Generating symbol file src/libvirt-lxc.so.0.7009.0.p/libvirt-lxc.so.0.7009.0.symbols
[1158/1310] Linking target tools/virt-login-shell-helper
[1159/1310] Linking target tests/genericxml2xmltest
[1159/1310] Linking target tests/virtypedparamtest
[1160/1310] Linking target tests/libtest_qemu_driver.so
[1160/1310] Generating symbol file tests/libtest_qemu_driver.so.p/libtest_qemu_driver.so.symbols
[1161/1310] Linking target tests/nwfilterxml2xmltest
[1161/1310] Linking target tests/viruritest
[1162/1310] Linking target tests/metadatatest
[1162/1310] Linking target tests/virpcivpdtest
[1163/1310] Linking target tests/shunloadtest
[1163/1310] Linking target tests/vshtabletest
[1164/1310] Linking target src/libvirt_driver_qemu.so
[1164/1310] Linking target tests/scsihosttest
[1165/1310] Generating symbol file src/libvirt-qemu.so.0.7009.0.p/libvirt-qemu.so.0.7009.0.symbols
[1165/1310] Linking target src/virtproxyd
[1166/1310] Linking target tests/networkxml2xmlupdatetest
[1166/1310] Linking target src/libvirtd
[1167/1310] Linking target tests/nodedevxml2xmltest
[1167/1310] Linking target src/virtinterfaced
[1168/1310] Linking target tests/secretxml2xmltest
[1168/1310] Linking target src/virtlockd
[1169/1310] Linking target tests/sysinfotest
[1169/1310] Linking target src/virtnetworkd
[1170/1310] Linking target tests/seclabeltest
[1170/1310] Linking target src/virtlogd
[1171/1310] Linking target tests/viralloctest
[1171/1310] Linking target src/virtnwfilterd
[1172/1310] Linking target tests/sockettest
[1172/1310] Linking target src/virtnodedevd
[1173/1310] Linking target tests/storagevolxml2xmltest
[1173/1310] Linking target src/virtsecretd
[1174/1310] Generating symbol file src/libvirt-admin.so.0.7009.0.p/libvirt-admin.so.0.7009.0.symbols
[1174/1310] Linking target src/virtstoraged
[1175/1310] Linking target tests/objecteventtest
[1175/1310] Linking target src/virtlxcd
[1176/1310] Linking target tests/utiltest
[1176/1310] Linking target src/virtchd
[1177/1310] Linking target tests/virauthconfigtest
[1177/1310] Linking target src/virtqemud
[1178/1310] Linking target tests/virbitmaptest
[1178/1310] Linking target src/virtvboxd
[1179/1310] Linking target tests/vircgrouptest
[1179/1310] Linking target tools/virsh
[1180/1310] Linking target tests/virfilecachetest
[1180/1310] Linking target tools/virt-admin
[1181/1310] Linking target tests/viridentitytest
[1181/1310] Linking target tests/vircaps2xmltest
[1182/1310] Linking target tests/virbuftest
[1182/1310] Linking target tests/virmigtest
[1183/1310] Linking target tests/virfiletest
[1183/1310] Linking target tests/fchosttest
[1184/1310] Linking target tests/virfirewalltest
[1184/1310] Linking target tests/virnetdevbandwidthtest
[1185/1310] Linking target tests/virerrortest
[1185/1310] Linking target tests/virresctrltest
[1186/1310] Linking target tests/virhostcputest
[1186/1310] Linking target tests/virscsitest
[1187/1310] Linking target tests/virconftest
[1187/1310] Linking target tests/virnetdevopenvswitchtest
[1188/1310] Linking target tests/virhostdevtest
[1188/1310] Linking target tests/virusbtest
[1189/1310] Linking target tests/vircryptotest
[1189/1310] Linking target tests/fdstreamtest
[1190/1310] Linking target tests/viriscsitest
[1190/1310] Linking target tests/virdrivermoduletest
[1191/1310] Linking target tests/virkeycodetest
[1191/1310] Linking target tests/esxutilstest
[1192/1310] Linking target tests/virlogtest
[1192/1310] Linking target tests/eventtest
[1193/1310] Linking target tests/virnetworkportxml2xmltest
[1193/1310] Linking target tests/lxcconf2xmltest
[1194/1310] Linking target tests/virnwfilterbindingxml2xmltest
[1194/1310] Linking target tests/virdriverconnvalidatetest
[1195/1310] Linking target tests/virstringtest
[1195/1310] Linking target tests/lxcxml2xmltest
[1196/1310] Linking target tests/virendiantest
[1196/1310] Linking target tests/networkxml2conftest
[1197/1310] Linking target tests/virsystemdtest
[1197/1310] Linking target tests/networkxml2xmltest
[1198/1310] Linking target tests/virkmodtest
[1198/1310] Linking target tests/nsstest
[1199/1310] Linking target tests/virportallocatortest
[1199/1310] Linking target tests/nssguesttest
[1200/1310] Linking target tests/virtimetest
[1200/1310] Linking target tests/networkxml2firewalltest
[1201/1310] Linking target tests/virpcitest
[1201/1310] Linking target tests/nodedevmdevctltest
[1202/1310] Linking target tools/virt-login-shell-helper
[1202/1310] Linking target tests/nwfilterebiptablestest
[1203/1310] Linking target tests/virrotatingfiletest
[1203/1310] Linking target tests/nwfilterxml2firewalltest
[1204/1310] Linking target tests/virshtest
[1204/1310] Linking target tests/openvzutilstest
[1205/1310] Linking target tests/virschematest
[1205/1310] Linking target tests/virpolkittest
[1206/1310] Linking target tools/virt-admin
[1206/1310] Linking target tests/virnetsockettest
[1207/1310] Linking target tests/virtypedparamtest
[1207/1310] Linking target tests/virnetserverclienttest
[1208/1310] Linking target src/virtlockd
[1208/1310] Linking target tests/virnettlscontexttest
[1209/1310] Linking target tests/viruritest
[1209/1310] Linking target tests/storagepoolcapstest
[1210/1310] Linking target tests/virpcivpdtest
[1210/1310] Linking target tests/storagepoolxml2argvtest
[1211/1310] Linking target tests/scsihosttest
[1211/1310] Linking target tests/virnettlssessiontest
[1212/1310] Linking target src/virtlogd
[1212/1310] Linking target tests/securityselinuxtest
[1213/1310] Linking target tests/vshtabletest
[1213/1310] Linking target tests/storagepoolxml2xmltest
[1214/1310] Linking target src/virtproxyd
[1214/1310] Linking target tests/virstorageutiltest
[1215/1310] Linking target src/virtinterfaced
[1215/1310] Linking target tests/storagevolxml2argvtest
[1216/1310] Linking target src/virtnetworkd
[1216/1310] Linking target tests/virstoragetest
[1217/1310] Linking target src/libvirtd
[1217/1310] Linking target tests/vboxsnapshotxmltest
[1218/1310] Linking target src/virtstoraged
[1218/1310] Linking target tests/vmwarevertest
[1219/1310] Linking target src/virtnwfilterd
[1219/1310] Linking target tests/vmx2xmltest
[1220/1310] Generating symbol file tests/libtest_qemu_driver.so.p/libtest_qemu_driver.so.symbols
[1220/1310] Linking target tests/libqemucapsprobemock.so
[1221/1310] Linking target src/virtlxcd
[1221/1310] Linking target tests/domaincapstest
[1222/1310] Linking target tools/virsh
[1222/1310] Linking target tests/cputest
[1223/1310] Linking target src/virtchd
[1223/1310] Linking target tests/qemuagenttest
[1224/1310] Linking target src/virtsecretd
[1224/1310] Linking target tests/qemublocktest
[1225/1310] Linking target src/virtnodedevd
[1225/1310] Linking target tests/qemumigrationcookiexmltest
[1226/1310] Linking target tests/virresctrltest
[1226/1310] Linking target tests/qemucapabilitiestest
[1227/1310] Linking target tests/virscsitest
[1227/1310] Linking target tests/qemucaps2xmltest
[1228/1310] Linking target src/virtvboxd
[1228/1310] Linking target tests/qemucommandutiltest
[1229/1310] Linking target tests/virmigtest
[1229/1310] Linking target tests/qemudomaincheckpointxml2xmltest
[1230/1310] Linking target tests/fdstreamtest
[1230/1310] Linking target tests/qemudomainsnapshotxml2xmltest
[1231/1310] Linking target tests/vircaps2xmltest
[1231/1310] Linking target tests/qemufirmwaretest
[1232/1310] Linking target tests/virusbtest
[1232/1310] Linking target tests/qemuhotplugtest
[1233/1310] Linking target tests/fchosttest
[1233/1310] Linking target tests/qemumemlocktest
[1234/1310] Linking target tests/vircapstest
[1234/1310] Linking target tests/qemumonitorjsontest
[1235/1310] Linking target tests/eventtest
[1235/1310] Linking target tests/qemumigparamstest
[1236/1310] Linking target tests/virnetdevopenvswitchtest
[1236/1310] Linking target tests/qemustatusxml2xmltest
[1237/1310] Linking target tests/virdrivermoduletest
[1237/1310] Linking target tests/qemuvhostusertest
[1238/1310] Linking target tests/virnetdevbandwidthtest
[1238/1310] Linking target tests/qemusecuritytest
[1239/1310] Linking target tests/virdriverconnvalidatetest
[1239/1310] Linking target tests/qemuxml2xmltest
[1240/1310] Linking target tests/esxutilstest
[1240/1310] Linking target tests/securityselinuxlabeltest
[1241/1310] Compiling C object tools/wireshark/src/libvirt.so.p/packet-libvirt.c.o
[1241/1310] Linking target tools/wireshark/src/libvirt.so
[1242/1310] Linking target tests/nsstest
[1242/1310] Linking target tests/virmacmaptest
[1243/1310] Linking target tests/networkxml2xmltest
[1243/1310] Linking target tests/qemucapsprobe
[1244/1310] Linking target tests/lxcxml2xmltest
[1244/1310] Linking target examples/c/admin/client_close
[1245/1310] Linking target src/virtqemud
[1245/1310] Linking target examples/c/admin/client_info
[1246/1310] Linking target tests/lxcconf2xmltest
[1246/1310] Linking target examples/c/admin/client_limits
[1247/1310] Linking target tests/nssguesttest
[1247/1310] Linking target examples/c/admin/list_servers
[1248/1310] Linking target tests/networkxml2conftest
[1248/1310] Linking target examples/c/admin/list_clients
[1249/1310] Linking target tests/networkxml2firewalltest
[1249/1310] Linking target examples/c/admin/logging
[1250/1310] Linking target tests/libqemucapsprobemock.so
[1250/1310] Linking target examples/c/admin/threadpool_params
[1251/1310] Linking target tools/wireshark/src/libvirt.so
[1251/1310] Linking target examples/c/domain/dommigrate
[1252/1310] Linking target tests/nwfilterebiptablestest
[1252/1310] Linking target examples/c/misc/hellolibvirt
[1253/1310] Linking target tests/nodedevmdevctltest
[1253/1310] Linking target examples/c/misc/event-test
[1254/1310] Linking target tests/openvzutilstest
[1254/1310] Linking target examples/c/domain/domtop
[1255/1310] Linking target tests/virpolkittest
[1255/1310] Linking target examples/c/domain/info1
[1256/1310] Linking target tests/nwfilterxml2firewalltest
[1256/1310] Linking target examples/c/domain/rename
[1257/1310] Linking target tests/virnetserverclienttest
[1257/1310] Linking target examples/c/domain/suspend
[1258/1310] Linking target examples/c/admin/client_close
[1258/1310] Linking target examples/c/misc/openauth
[1259/1310] Linking target examples/c/admin/client_limits
[1260/1310] Linking target examples/c/admin/list_servers
[1261/1310] Linking target tests/storagepoolcapstest
[1262/1310] Linking target tests/virnettlscontexttest
[1263/1310] Linking target tests/securityselinuxtest
[1264/1310] Linking target tests/virnetsockettest
[1265/1310] Linking target tests/storagepoolxml2xmltest
[1266/1310] Linking target tests/virnettlssessiontest
[1267/1310] Linking target examples/c/admin/list_clients
[1268/1310] Linking target examples/c/admin/client_info
[1269/1310] Linking target tests/storagepoolxml2argvtest
[1270/1310] Linking target tests/vboxsnapshotxmltest
[1271/1310] Linking target tests/virstorageutiltest
[1272/1310] Linking target tests/vmwarevertest
[1273/1310] Linking target tests/vmx2xmltest
[1274/1310] Linking target tests/storagevolxml2argvtest
[1275/1310] Linking target tests/qemucommandutiltest
[1276/1310] Linking target tests/qemufirmwaretest
[1277/1310] Linking target tests/qemustatusxml2xmltest
[1278/1310] Linking target examples/c/domain/dommigrate
[1279/1310] Linking target tests/virstoragetest
[1280/1310] Linking target tests/domaincapstest
[1281/1310] Linking target tests/qemudomaincheckpointxml2xmltest
[1282/1310] Linking target tests/qemusecuritytest
[1283/1310] Linking target tests/qemudomainsnapshotxml2xmltest
[1284/1310] Linking target tests/virmacmaptest
[1285/1310] Linking target examples/c/admin/threadpool_params
[1286/1310] Linking target tests/qemumigrationcookiexmltest
[1287/1310] Linking target tests/qemucaps2xmltest
[1288/1310] Linking target tests/qemuagenttest
[1289/1310] Linking target examples/c/admin/logging
[1290/1310] Linking target tests/qemublocktest
[1291/1310] Linking target tests/qemuxml2xmltest
[1292/1310] Linking target tests/qemucapabilitiestest
[1293/1310] Linking target tests/cputest
[1294/1310] Linking target tests/qemuvhostusertest
[1295/1310] Linking target tests/qemuhotplugtest
[1296/1310] Linking target tests/qemumemlocktest
[1297/1310] Linking target examples/c/misc/event-test
[1298/1310] Linking target tests/qemumonitorjsontest
[1299/1310] Linking target tests/qemumigparamstest
[1300/1310] Linking target tests/securityselinuxlabeltest
[1301/1310] Linking target examples/c/misc/hellolibvirt
[1302/1310] Linking target tests/qemucapsprobe
[1303/1310] Linking target examples/c/domain/info1
[1304/1310] Linking target examples/c/domain/rename
[1305/1310] Linking target examples/c/domain/suspend
[1306/1310] Linking target examples/c/misc/openauth
[1307/1310] Linking target examples/c/domain/domtop
[1308/1310] Compiling C object tests/qemuxml2argvtest.p/qemuxml2argvtest.c.o
[1308/1310] Linking target tests/qemuxml2argvtest
[1309/1310] Linking target tests/qemuxml2argvtest
[1309/1310] Running all tests.
1/307 libvirt / check-aclperms OK 0.07s
2/307 libvirt / check-symfile OK 0.16s
3/307 libvirt / check-admin-symfile OK 0.07s
4/307 libvirt / check-symsorting OK 0.10s
5/307 libvirt / check-admin-symsorting OK 0.06s
6/307 libvirt / check-drivername OK 0.08s
7/307 libvirt / check-admin-drivername OK 0.09s
8/307 libvirt / check-driverimpls OK 0.61s
9/307 libvirt / check-aclrules OK 0.55s
10/307 libvirt / check-augeas-libvirt_lockd OK 0.06s
11/307 libvirt / check-augeas-libvirt_sanlock OK 0.06s
12/307 libvirt / check-augeas-virtlockd OK 0.06s
13/307 libvirt / check-augeas-virtlogd OK 0.04s
14/307 libvirt / check-augeas-libvirtd_lxc OK 0.06s
15/307 libvirt / check-augeas-libvirtd_qemu OK 0.32s
16/307 libvirt / check-augeas-libvirtd OK 0.28s
17/307 libvirt / check-augeas-virtproxyd OK 0.17s
18/307 libvirt / check-augeas-virtinterfaced OK 0.10s
19/307 libvirt / check-augeas-virtnetworkd OK 0.14s
20/307 libvirt / check-augeas-virtnodedevd OK 0.12s
21/307 libvirt / check-augeas-virtnwfilterd OK 0.15s
22/307 libvirt / check-augeas-virtsecretd OK 0.09s
23/307 libvirt / check-augeas-virtstoraged OK 0.12s
24/307 libvirt / check-augeas-virtlxcd OK 0.10s
25/307 libvirt / check-augeas-virtchd OK 0.14s
26/307 libvirt / check-augeas-virtqemud OK 0.12s
27/307 libvirt / check-augeas-virtvboxd OK 0.12s
28/307 libvirt / check-virnetprotocol OK 0.10s
29/307 libvirt / check-virkeepaliveprotocol OK 0.14s
30/307 libvirt / check-remote_protocol OK 0.25s
31/307 libvirt / check-qemu_protocol OK 0.19s
32/307 libvirt / check-lxc_protocol OK 0.11s
33/307 libvirt / check-admin_protocol OK 0.12s
34/307 libvirt / check-lock_protocol OK 0.18s
35/307 libvirt / check-lxc_monitor_protocol OK 0.08s
36/307 libvirt / commandtest OK 0.48s
37/307 libvirt / cputest OK 1.77s
38/307 libvirt / domaincapstest OK 0.58s
39/307 libvirt / domainconftest OK 0.20s
40/307 libvirt / genericxml2xmltest OK 0.23s
41/307 libvirt / interfacexml2xmltest OK 0.13s
42/307 libvirt / metadatatest OK 0.24s
43/307 libvirt / networkxml2xmlupdatetest OK 0.14s
44/307 libvirt / nodedevxml2xmltest OK 0.13s
45/307 libvirt / nwfilterxml2xmltest OK 0.25s
46/307 libvirt / objecteventtest OK 0.09s
47/307 libvirt / seclabeltest OK 0.12s
48/307 libvirt / secretxml2xmltest OK 0.14s
49/307 libvirt / shunloadtest OK 0.20s
50/307 libvirt / sockettest OK 0.15s
51/307 libvirt / storagevolxml2xmltest OK 0.15s
52/307 libvirt / sysinfotest OK 0.24s
53/307 libvirt / utiltest OK 0.17s
54/307 libvirt / viralloctest OK 0.17s
55/307 libvirt / virauthconfigtest OK 0.19s
56/307 libvirt / virbitmaptest OK 0.11s
57/307 libvirt / virbuftest OK 0.13s
58/307 libvirt / vircapstest OK 0.15s
59/307 libvirt / vircgrouptest OK 0.28s
60/307 libvirt / virconftest OK 0.16s
61/307 libvirt / vircryptotest OK 0.20s
62/307 libvirt / virendiantest OK 0.16s
63/307 libvirt / virerrortest OK 0.15s
64/307 libvirt / virfilecachetest OK 0.19s
65/307 libvirt / virfiletest OK 0.32s
66/307 libvirt / virfirewalltest OK 0.18s
67/307 libvirt / virhostcputest OK 0.17s
68/307 libvirt / virhostdevtest OK 0.20s
69/307 libvirt / viridentitytest OK 0.23s
70/307 libvirt / viriscsitest OK 0.13s
71/307 libvirt / virkeycodetest OK 0.12s
72/307 libvirt / virkmodtest OK 0.11s
73/307 libvirt / virlockspacetest OK 0.13s
74/307 libvirt / virlogtest OK 0.10s
75/307 libvirt / virnetdevtest OK 0.15s
76/307 libvirt / virnetworkportxml2xmltest OK 0.12s
77/307 libvirt / virnwfilterbindingxml2xmltest OK 0.11s
78/307 libvirt / virpcitest OK 0.17s
79/307 libvirt / virportallocatortest OK 0.11s
80/307 libvirt / virrotatingfiletest OK 0.07s
81/307 libvirt / virschematest OK 3.36s
82/307 libvirt / virshtest OK 2.68s
83/307 libvirt / virstringtest OK 0.10s
84/307 libvirt / virsystemdtest OK 0.25s
85/307 libvirt / virtimetest OK 0.10s
86/307 libvirt / virtypedparamtest OK 0.14s
87/307 libvirt / viruritest OK 0.11s
88/307 libvirt / virpcivpdtest OK 0.16s
89/307 libvirt / vshtabletest OK 0.20s
90/307 libvirt / virmigtest OK 0.13s
91/307 libvirt / fchosttest OK 0.14s
92/307 libvirt / scsihosttest OK 0.11s
93/307 libvirt / vircaps2xmltest OK 0.16s
94/307 libvirt / virnetdevbandwidthtest OK 0.14s
95/307 libvirt / virresctrltest OK 0.12s
96/307 libvirt / virscsitest OK 0.19s
97/307 libvirt / virusbtest OK 0.14s
98/307 libvirt / virnetdevopenvswitchtest OK 0.16s
99/307 libvirt / esxutilstest OK 0.08s
100/307 libvirt / eventtest OK 0.51s
101/307 libvirt / fdstreamtest OK 0.10s
102/307 libvirt / virdriverconnvalidatetest OK 0.14s
103/307 libvirt / virdrivermoduletest OK 0.21s
104/307 libvirt / lxcconf2xmltest OK 0.13s
105/307 libvirt / lxcxml2xmltest OK 0.15s
106/307 libvirt / networkxml2conftest OK 0.12s
107/307 libvirt / networkxml2firewalltest OK 0.22s
108/307 libvirt / networkxml2xmltest OK 0.16s
109/307 libvirt / nodedevmdevctltest OK 0.16s
110/307 libvirt / nsstest OK 0.17s
111/307 libvirt / nssguesttest OK 0.12s
112/307 libvirt / nwfilterebiptablestest OK 0.08s
113/307 libvirt / nwfilterxml2firewalltest OK 0.22s
114/307 libvirt / openvzutilstest OK 0.11s
115/307 libvirt / virpolkittest OK 0.13s
116/307 libvirt / qemuagenttest OK 6.26s
117/307 libvirt / qemublocktest OK 0.38s
118/307 libvirt / qemucapabilitiestest OK 3.09s
119/307 libvirt / qemucaps2xmltest OK 0.28s
120/307 libvirt / qemucommandutiltest OK 0.13s
121/307 libvirt / qemudomaincheckpointxml2xmltest OK 0.30s
122/307 libvirt / qemudomainsnapshotxml2xmltest OK 0.18s
123/307 libvirt / qemufirmwaretest OK 0.16s
124/307 libvirt / qemuhotplugtest OK 1.48s
125/307 libvirt / qemumemlocktest OK 0.13s
126/307 libvirt / qemumigparamstest OK 0.14s
127/307 libvirt / qemumigrationcookiexmltest OK 0.18s
128/307 libvirt / qemumonitorjsontest OK 0.57s
129/307 libvirt / qemusecuritytest OK 2.05s
130/307 libvirt / qemustatusxml2xmltest OK 0.17s
131/307 libvirt / qemuvhostusertest OK 0.10s
132/307 libvirt / qemuxml2argvtest OK 5.30s
133/307 libvirt / qemuxml2xmltest OK 2.69s
134/307 libvirt / virnetdaemontest OK 0.14s
135/307 libvirt / virnetmessagetest OK 0.10s
136/307 libvirt / virnetserverclienttest OK 0.11s
137/307 libvirt / virnetsockettest OK 0.17s
138/307 libvirt / virnettlscontexttest OK 0.34s
139/307 libvirt / virnettlssessiontest OK 0.77s
140/307 libvirt / securityselinuxtest OK 0.14s
141/307 libvirt / securityselinuxlabeltest OK 0.19s
142/307 libvirt / storagepoolcapstest OK 0.14s
143/307 libvirt / storagepoolxml2argvtest OK 0.17s
144/307 libvirt / storagepoolxml2xmltest OK 0.17s
145/307 libvirt / storagevolxml2argvtest OK 0.16s
146/307 libvirt / virstorageutiltest OK 0.07s
147/307 libvirt / virstoragetest OK 0.96s
148/307 libvirt / vboxsnapshotxmltest OK 0.11s
149/307 libvirt / vmwarevertest OK 0.10s
150/307 libvirt / vmx2xmltest OK 0.14s
151/307 libvirt / xml2vmxtest OK 0.13s
152/307 libvirt / virjsontest OK 0.14s
153/307 libvirt / virmacmaptest OK 0.10s
154/307 libvirt / libvirtd-fail OK 0.16s
155/307 libvirt / libvirtd-pool OK 0.23s
156/307 libvirt / virsh-auth OK 0.19s
157/307 libvirt / virsh-checkpoint OK 0.55s
158/307 libvirt / virsh-cpuset OK 0.16s
159/307 libvirt / virsh-define-dev-segfault OK 0.13s
160/307 libvirt / virsh-int-overflow OK 0.12s
161/307 libvirt / virsh-optparse OK 3.24s
162/307 libvirt / virsh-output OK 2.59s
163/307 libvirt / virsh-read-bufsiz OK 0.24s
164/307 libvirt / virsh-read-non-seekable OK 0.16s
165/307 libvirt / virsh-schedinfo OK 0.17s
166/307 libvirt / virsh-self-test OK 0.18s
167/307 libvirt / virsh-snapshot OK 0.47s
168/307 libvirt / virsh-start OK 0.12s
169/307 libvirt / virsh-undefine OK 0.34s
170/307 libvirt / virsh-uriprecedence OK 0.39s
171/307 libvirt / virsh-vcpupin OK 0.62s
172/307 libvirt / virt-admin-self-test OK 0.11s
173/307 libvirt / check-html OK 0.13s
174/307 libvirt:syntax-check / sc_avoid_write OK 0.29s
175/307 libvirt:syntax-check / sc_flags_debug OK 1.33s
176/307 libvirt:syntax-check / sc_flags_usage OK 1.68s
177/307 libvirt:syntax-check / sc_prohibit_internal_functions OK 0.90s
178/307 libvirt:syntax-check / sc_prohibit_raw_virclassnew OK 0.69s
179/307 libvirt:syntax-check / sc_prohibit_raw_allocation OK 0.86s
180/307 libvirt:syntax-check / sc_prohibit_close OK 1.49s
181/307 libvirt:syntax-check / sc_prohibit_fork_wrappers OK 0.77s
182/307 libvirt:syntax-check / sc_prohibit_mkstemp OK 0.27s
183/307 libvirt:syntax-check / sc_prohibit_mkdtemp OK 0.26s
184/307 libvirt:syntax-check / sc_prohibit_access_xok OK 0.45s
185/307 libvirt:syntax-check / sc_prohibit_strncmp OK 0.73s
186/307 libvirt:syntax-check / sc_prohibit_strtol OK 1.62s
187/307 libvirt:syntax-check / sc_prohibit_asprintf OK 1.57s
188/307 libvirt:syntax-check / sc_prohobit_vsnprintf OK 0.33s
189/307 libvirt:syntax-check / sc_prohibit_strdup OK 0.99s
190/307 libvirt:syntax-check / sc_prohibit_setuid OK 1.03s
191/307 libvirt:syntax-check / sc_prohibit_risky_id_promotion OK 1.03s
192/307 libvirt:syntax-check / sc_prohibit_sprintf OK 0.33s
193/307 libvirt:syntax-check / sc_prohibit_snprintf OK 0.98s
194/307 libvirt:syntax-check / sc_prohibit_readlink OK 0.95s
195/307 libvirt:syntax-check / sc_prohibit_gethostname OK 1.06s
196/307 libvirt:syntax-check / sc_prohibit_readdir OK 1.04s
197/307 libvirt:syntax-check / sc_prohibit_gettext_noop OK 1.00s
198/307 libvirt:syntax-check / sc_prohibit_PATH_MAX OK 0.93s
199/307 libvirt:syntax-check / sc_prohibit_nonreentrant OK 0.40s
200/307 libvirt:syntax-check / sc_prohibit_select OK 0.98s
201/307 libvirt:syntax-check / sc_prohibit_ctype_h OK 0.96s
202/307 libvirt:syntax-check / sc_prohibit_canonicalize_file_name OK 0.82s
203/307 libvirt:syntax-check / sc_correct_id_types OK 0.91s
204/307 libvirt:syntax-check / sc_forbid_const_pointer_typedef OK 1.57s
205/307 libvirt:syntax-check / sc_size_of_brackets OK 0.84s
206/307 libvirt:syntax-check / sc_TAB_in_indentation OK 0.28s
207/307 libvirt:syntax-check / sc_avoid_ctype_macros OK 0.33s
208/307 libvirt:syntax-check / sc_avoid_strcase OK 0.89s
209/307 libvirt:syntax-check / sc_prohibit_virBufferAdd_with_string_literal OK 0.84s
210/307 libvirt:syntax-check / sc_prohibit_virBufferAsprintf_with_string_literal OK 0.80s
211/307 libvirt:syntax-check / sc_forbid_manual_xml_indent OK 0.78s
212/307 libvirt:syntax-check / sc_prohibit_libgen OK 0.99s
213/307 libvirt:syntax-check / sc_prohibit_xmlGetProp OK 0.79s
214/307 libvirt:syntax-check / sc_prohibit_xmlURI OK 0.79s
215/307 libvirt:syntax-check / sc_prohibit_return_as_function OK 0.80s
216/307 libvirt:syntax-check / sc_avoid_g_gnuc_unused_in_header OK 0.18s
217/307 libvirt:syntax-check / sc_prohibit_attribute_macros OK 0.28s
218/307 libvirt:syntax-check / sc_prohibit_non_glib_macros OK 0.23s
219/307 libvirt:syntax-check / sc_prohibit_int_index OK 0.76s
220/307 libvirt:syntax-check / sc_prohibit_int_ijk OK 0.91s
221/307 libvirt:syntax-check / sc_prohibit_loop_iijjkk OK 0.92s
222/307 libvirt:syntax-check / sc_prohibit_loop_var_decl OK 0.28s
223/307 libvirt:syntax-check / sc_prohibit_int_assign_bool OK 0.86s
224/307 libvirt:syntax-check / sc_prohibit_unsigned_pid OK 0.70s
225/307 libvirt:syntax-check / sc_libvirt_unmarked_diagnostics OK 0.85s
226/307 libvirt:syntax-check / sc_prohibit_newline_at_end_of_diagnostic OK 0.74s
227/307 libvirt:syntax-check / sc_prohibit_diagnostic_without_format OK 1.26s
228/307 libvirt:syntax-check / sc_prohibit_useless_translation OK 1.37s
229/307 libvirt:syntax-check / sc_require_whitespace_in_translation OK 1.55s
230/307 libvirt:syntax-check / sc_preprocessor_indentation OK 0.06s
231/307 libvirt:syntax-check / sc_spec_indentation OK 0.06s
232/307 libvirt:syntax-check / sc_copyright_usage OK 1.48s
233/307 libvirt:syntax-check / sc_prohibit_gettext_markup OK 0.66s
234/307 libvirt:syntax-check / sc_prohibit_cross_inclusion OK 2.08s
235/307 libvirt:syntax-check / sc_require_enum_last_marker OK 0.61s
236/307 libvirt:syntax-check / sc_flake8 OK 2.88s
237/307 libvirt:syntax-check / sc_prohibit_exit_in_tests OK 0.23s
238/307 libvirt:syntax-check / sc_prohibit_include_public_headers_quote OK 0.26s
239/307 libvirt:syntax-check / sc_prohibit_include_public_headers_brackets OK 0.27s
240/307 libvirt:syntax-check / sc_prohibit_config_h_in_headers OK 0.21s
241/307 libvirt:syntax-check / sc_prohibit_unbounded_arrays_in_rpc OK 0.16s
242/307 libvirt:syntax-check / sc_prohibit_atoi OK 0.73s
243/307 libvirt:syntax-check / sc_prohibit_wrong_filename_in_comment OK 0.67s
244/307 libvirt:syntax-check / sc_prohibit_virConnectOpen_in_virsh OK 0.14s
245/307 libvirt:syntax-check / sc_require_space_before_label OK 0.25s
246/307 libvirt:syntax-check / sc_prohibit_space_in_label OK 0.25s
247/307 libvirt:syntax-check / sc_require_if_else_matching_braces OK 0.28s
248/307 libvirt:syntax-check / sc_curly_braces_style OK 0.72s
249/307 libvirt:syntax-check / sc_prohibit_windows_special_chars_in_filename OK 0.13s
250/307 libvirt:syntax-check / sc_prohibit_mixed_case_abbreviations OK 0.28s
251/307 libvirt:syntax-check / sc_require_locale_h OK 0.54s
252/307 libvirt:syntax-check / sc_prohibit_empty_first_line OK 1.97s
253/307 libvirt:syntax-check / sc_prohibit_paren_brace OK 0.30s
254/307 libvirt:syntax-check / sc_prohibit_static_zero_init OK 0.24s
255/307 libvirt:syntax-check / sc_prohibit_devname OK 0.64s
256/307 libvirt:syntax-check / sc_prohibit_system_error_with_vir_err OK 0.65s
257/307 libvirt:syntax-check / sc_prohibit_virXXXFree OK 0.29s
258/307 libvirt:syntax-check / sc_prohibit_sysconf_pagesize OK 0.60s
259/307 libvirt:syntax-check / sc_prohibit_virSecurityManager OK 0.18s
260/307 libvirt:syntax-check / sc_prohibit_pthread_create OK 0.24s
261/307 libvirt:syntax-check / sc_prohibit_not_streq OK 0.60s
262/307 libvirt:syntax-check / sc_prohibit_verbose_strcat OK 0.30s
263/307 libvirt:syntax-check / sc_gettext_init OK 0.19s
264/307 libvirt:syntax-check / sc_prohibit_obj_free_apis_in_virsh OK 0.18s
265/307 libvirt:syntax-check / sc_prohibit_http_urls OK 0.64s
266/307 libvirt:syntax-check / sc_prohibit_author OK 0.70s
267/307 libvirt:syntax-check / sc_prohibit_backslash_alignment OK 0.28s
268/307 libvirt:syntax-check / sc_require_attribute_cleanup_initialization OK 0.26s
269/307 libvirt:syntax-check / sc_prohibit_class OK 0.30s
270/307 libvirt:syntax-check / sc_prohibit_dirent_d_type OK 0.24s
271/307 libvirt:syntax-check / sc_cast_of_argument_to_free OK 0.71s
272/307 libvirt:syntax-check / sc_cast_of_x_alloc_return_value OK 0.67s
273/307 libvirt:syntax-check / sc_prohibit_strcmp OK 0.66s
274/307 libvirt:syntax-check / sc_prohibit_strncpy OK 0.68s
275/307 libvirt:syntax-check / sc_prohibit_magic_number_exit OK 0.88s
276/307 libvirt:syntax-check / sc_error_message_warn_fatal OK 0.56s
277/307 libvirt:syntax-check / sc_error_message_period OK 0.61s
278/307 libvirt:syntax-check / sc_prohibit_have_config_h OK 0.68s
279/307 libvirt:syntax-check / sc_require_config_h OK 0.20s
280/307 libvirt:syntax-check / sc_require_config_h_first OK 0.20s
281/307 libvirt:syntax-check / sc_prohibit_assert_without_use OK 0.24s
282/307 libvirt:syntax-check / sc_prohibit_getopt_without_use OK 0.24s
283/307 libvirt:syntax-check / sc_prohibit_signal_without_use OK 0.23s
284/307 libvirt:syntax-check / sc_prohibit_stdio--_without_use OK 0.27s
285/307 libvirt:syntax-check / sc_prohibit_stddef_without_use OK 0.24s
286/307 libvirt:syntax-check / sc_prohibit_dirent_without_use OK 0.24s
287/307 libvirt:syntax-check / sc_bindtextdomain OK 0.13s
288/307 libvirt:syntax-check / sc_trailing_blank OK 0.73s
289/307 libvirt:syntax-check / sc_unmarked_diagnostics OK 0.65s
290/307 libvirt:syntax-check / sc_prohibit_defined_have_decl_tests OK 0.60s
291/307 libvirt:syntax-check / sc_prohibit_backup_files OK 0.13s
292/307 libvirt:syntax-check / sc_prohibit_empty_lines_at_EOF OK 0.43s
293/307 libvirt:syntax-check / sc_prohibit_doubled_word OK 1.90s
294/307 libvirt:syntax-check / sc_prohibit_double_semicolon OK 0.30s
295/307 libvirt:syntax-check / sc_prohibit_test_minus_ao OK 0.64s
296/307 libvirt:syntax-check / sc_prohibit_test_double_equal OK 0.54s
297/307 libvirt:syntax-check / sc_redundant_const OK 0.64s
298/307 libvirt:syntax-check / sc_const_long_option OK 0.63s
299/307 libvirt:syntax-check / sc_po_check OK 0.33s
300/307 libvirt:syntax-check / sc_Wundef_boolean OK 0.60s
301/307 libvirt:syntax-check / sc_prohibit_path_max_allocation OK 0.55s
302/307 libvirt:syntax-check / sc_prohibit-duplicate-header OK 0.70s
303/307 libvirt:syntax-check / sc_spacing-check OK 3.40s
304/307 libvirt:syntax-check / sc_mock-noinline OK 1.10s
305/307 libvirt:syntax-check / sc_header-ifdef OK 0.34s
306/307 libvirt:syntax-check / sc_group-qemu-caps OK 0.24s
307/307 libvirt:syntax-check / sc_prohibit_enum_impl_with_vir_prefix_in_virsh OK 0.14s
Ok: 307
Expected Fail: 0
Fail: 0
Unexpected Pass: 0
Skipped: 0
Timeout: 0
Full log written to /home/ubuntu/libvirt/build/meson-logs/testlog.txt
make[2]: Leaving directory '/home/ubuntu/libvirt/ci'
make[1]: Leaving directory '/home/ubuntu/libvirt/ci'
make: Leaving directory '/home/ubuntu/libvirt/ci'
make: Entering directory '/home/ubuntu/libvirt/ci'
make -C /home/ubuntu/libvirt/ci ci-build@centos-stream-8 CI_NINJA_ARGS=test
make[1]: Entering directory '/home/ubuntu/libvirt/ci'
make -C /home/ubuntu/libvirt/ci ci-run-command@centos-stream-8 CI_COMMAND="/home/ubuntu/build"
make[2]: Entering directory '/home/ubuntu/libvirt/ci'
Checking if docker is available...yes
Cloning /home/ubuntu/libvirt to /home/ubuntu/libvirt/ci/scratch/src
Cloning /home/ubuntu/libvirt/src/keycodemapdb to /home/ubuntu/libvirt/ci/scratch/src/src/keycodemapdb
docker run \
--rm --interactive --tty --user "1000":"1000" --workdir "/home/ubuntu" --env CI_CONT_SRCDIR="/home/ubuntu/libvirt" --env CI_MESON_ARGS="-Dexpensive_tests=enabled" --env CI_NINJA_ARGS="test" --volume /home/ubuntu/libvirt/ci/scratch/group:/etc/group:ro,z --volume /home/ubuntu/libvirt/ci/scratch/passwd:/etc/passwd:ro,z --volume /home/ubuntu/libvirt/ci/scratch/home:/home/ubuntu:z --volume /home/ubuntu/libvirt/ci/scratch/build:/home/ubuntu/build:z --volume /home/ubuntu/libvirt/ci/scratch/src:/home/ubuntu/libvirt:z --ulimit nofile=1024:1024 --cap-add=SYS_PTRACE \
registry.gitlab.com/libvirt/libvirt/ci-centos-stream-8:latest \
/home/ubuntu/build
The Meson build system
Version: 0.56.0
Source dir: /home/ubuntu/libvirt
Build dir: /home/ubuntu/libvirt/build
Build type: native build
Project name: libvirt
Project version: 7.9.0
C compiler for the host machine: ccache cc (gcc 8.5.0 "cc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-3)")
C linker for the host machine: cc ld.bfd 2.30-108
Host machine cpu family: x86_64
Host machine cpu: x86_64
Configuring configmake.h using configuration
Checking for size of "ptrdiff_t" : 8
Checking for size of "size_t" : 8
Compiler for C supports arguments -fasynchronous-unwind-tables: YES
Compiler for C supports arguments -fexceptions: YES
Compiler for C supports arguments -fipa-pure-const: YES
Compiler for C supports arguments -fno-common: YES
Compiler for C supports arguments -Wabsolute-value: NO
Compiler for C supports arguments -Waddress: YES
Compiler for C supports arguments -Waddress-of-packed-member: NO
Compiler for C supports arguments -Waggressive-loop-optimizations: YES
Compiler for C supports arguments -Walloc-size-larger-than=9223372036854775807: YES
Compiler for C supports arguments -Walloca: YES
Compiler for C supports arguments -Warray-bounds=2: YES
Compiler for C supports arguments -Wattribute-alias=2: NO
Compiler for C supports arguments -Wattribute-warning: NO
Compiler for C supports arguments -Wattributes: YES
Compiler for C supports arguments -Wbool-compare: YES
Compiler for C supports arguments -Wbool-operation: YES
Compiler for C supports arguments -Wbuiltin-declaration-mismatch: YES
Compiler for C supports arguments -Wbuiltin-macro-redefined: YES
Compiler for C supports arguments -Wcannot-profile: NO
Compiler for C supports arguments -Wcast-align: YES
Compiler for C supports arguments -Wcast-align=strict: YES
Compiler for C supports arguments -Wno-cast-function-type: YES
Compiler for C supports arguments -Wchar-subscripts: YES
Compiler for C supports arguments -Wclobbered: YES
Compiler for C supports arguments -Wcomment: YES
Compiler for C supports arguments -Wcomments: YES
Compiler for C supports arguments -Wcoverage-mismatch: YES
Compiler for C supports arguments -Wcpp: YES
Compiler for C supports arguments -Wdangling-else: YES
Compiler for C supports arguments -Wdate-time: YES
Compiler for C supports arguments -Wdeclaration-after-statement: YES
Compiler for C supports arguments -Wdeprecated-declarations: YES
Compiler for C supports arguments -Wdesignated-init: YES
Compiler for C supports arguments -Wdiscarded-array-qualifiers: YES
Compiler for C supports arguments -Wdiscarded-qualifiers: YES
Compiler for C supports arguments -Wdiv-by-zero: YES
Compiler for C supports arguments -Wduplicated-cond: YES
Compiler for C supports arguments -Wduplicate-decl-specifier: YES
Compiler for C supports arguments -Wempty-body: YES
Compiler for C supports arguments -Wendif-labels: YES
Compiler for C supports arguments -Wexpansion-to-defined: YES
Compiler for C supports arguments -Wformat-contains-nul: YES
Compiler for C supports arguments -Wformat-extra-args: YES
Compiler for C supports arguments -Wno-format-nonliteral: YES
Compiler for C supports arguments -Wformat-overflow=2: YES
Compiler for C supports arguments -Wformat-security: YES
Compiler for C supports arguments -Wno-format-truncation: YES
Compiler for C supports arguments -Wformat-y2k: YES
Compiler for C supports arguments -Wformat-zero-length: YES
Compiler for C supports arguments -Wframe-address: YES
Compiler for C supports arguments -Wframe-larger-than=4096: YES
Compiler for C supports arguments -Wfree-nonheap-object: YES
Compiler for C supports arguments -Whsa: YES
Compiler for C supports arguments -Wif-not-aligned: YES
Compiler for C supports arguments -Wignored-attributes: YES
Compiler for C supports arguments -Wignored-qualifiers: YES
Compiler for C supports arguments -Wimplicit: YES
Compiler for C supports arguments -Wimplicit-fallthrough=5: YES
Compiler for C supports arguments -Wimplicit-function-declaration: YES
Compiler for C supports arguments -Wimplicit-int: YES
Compiler for C supports arguments -Wincompatible-pointer-types: YES
Compiler for C supports arguments -Winit-self: YES
Compiler for C supports arguments -Winline: YES
Compiler for C supports arguments -Wint-conversion: YES
Compiler for C supports arguments -Wint-in-bool-context: YES
Compiler for C supports arguments -Wint-to-pointer-cast: YES
Compiler for C supports arguments -Winvalid-memory-model: YES
Compiler for C supports arguments -Winvalid-pch: YES
Compiler for C supports arguments -Wjump-misses-init: YES
Compiler for C supports arguments -Wlogical-not-parentheses: YES
Compiler for C supports arguments -Wlogical-op: YES
Compiler for C supports arguments -Wmain: YES
Compiler for C supports arguments -Wmaybe-uninitialized: YES
Compiler for C supports arguments -Wmemset-elt-size: YES
Compiler for C supports arguments -Wmemset-transposed-args: YES
Compiler for C supports arguments -Wmisleading-indentation: YES
Compiler for C supports arguments -Wmissing-attributes: YES
Compiler for C supports arguments -Wmissing-braces: YES
Compiler for C supports arguments -Wmissing-declarations: YES
Compiler for C supports arguments -Wmissing-field-initializers: YES
Compiler for C supports arguments -Wmissing-include-dirs: YES
Compiler for C supports arguments -Wmissing-parameter-type: YES
Compiler for C supports arguments -Wmissing-profile: NO
Compiler for C supports arguments -Wmissing-prototypes: YES
Compiler for C supports arguments -Wmultichar: YES
Compiler for C supports arguments -Wmultistatement-macros: YES
Compiler for C supports arguments -Wnarrowing: YES
Compiler for C supports arguments -Wnested-externs: YES
Compiler for C supports arguments -Wnonnull: YES
Compiler for C supports arguments -Wnonnull-compare: YES
Compiler for C supports arguments -Wnormalized=nfc: YES
Compiler for C supports arguments -Wnull-dereference: YES
Compiler for C supports arguments -Wodr: YES
Compiler for C supports arguments -Wold-style-declaration: YES
Compiler for C supports arguments -Wold-style-definition: YES
Compiler for C supports arguments -Wopenmp-simd: YES
Compiler for C supports arguments -Woverflow: YES
Compiler for C supports arguments -Woverride-init: YES
Compiler for C supports arguments -Wpacked-bitfield-compat: YES
Compiler for C supports arguments -Wpacked-not-aligned: YES
Compiler for C supports arguments -Wparentheses: YES
Compiler for C supports arguments -Wpointer-arith: YES
Compiler for C supports arguments -Wpointer-compare: YES
Compiler for C supports arguments -Wpointer-sign: YES
Compiler for C supports arguments -Wpointer-to-int-cast: YES
Compiler for C supports arguments -Wpragmas: YES
Compiler for C supports arguments -Wpsabi: YES
Compiler for C supports arguments -Wrestrict: YES
Compiler for C supports arguments -Wreturn-local-addr: YES
Compiler for C supports arguments -Wreturn-type: YES
Compiler for C supports arguments -Wscalar-storage-order: YES
Compiler for C supports arguments -Wsequence-point: YES
Compiler for C supports arguments -Wshadow: YES
Compiler for C supports arguments -Wshift-count-negative: YES
Compiler for C supports arguments -Wshift-count-overflow: YES
Compiler for C supports arguments -Wshift-negative-value: YES
Compiler for C supports arguments -Wshift-overflow=2: YES
Compiler for C supports arguments -Wno-sign-compare: YES
Compiler for C supports arguments -Wsizeof-array-argument: YES
Compiler for C supports arguments -Wsizeof-pointer-div: YES
Compiler for C supports arguments -Wsizeof-pointer-memaccess: YES
Compiler for C supports arguments -Wstrict-aliasing: YES
Compiler for C supports arguments -Wstrict-prototypes: YES
Compiler for C supports arguments -Wstringop-overflow=2: YES
Compiler for C supports arguments -Wstringop-truncation: YES
Compiler for C supports arguments -Wsuggest-attribute=cold: YES
Compiler for C supports arguments -Wno-suggest-attribute=const: YES
Compiler for C supports arguments -Wsuggest-attribute=format: YES
Compiler for C supports arguments -Wsuggest-attribute=noreturn: YES
Compiler for C supports arguments -Wno-suggest-attribute=pure: YES
Compiler for C supports arguments -Wsuggest-final-methods: YES
Compiler for C supports arguments -Wsuggest-final-types: YES
Compiler for C supports arguments -Wswitch: YES
Compiler for C supports arguments -Wswitch-bool: YES
Compiler for C supports arguments -Wswitch-enum: YES
Compiler for C supports arguments -Wswitch-unreachable: YES
Compiler for C supports arguments -Wsync-nand: YES
Compiler for C supports arguments -Wtautological-compare: YES
Compiler for C supports arguments -Wtrampolines: YES
Compiler for C supports arguments -Wtrigraphs: YES
Compiler for C supports arguments -Wtype-limits: YES
Compiler for C supports arguments -Wno-typedef-redefinition: NO
Compiler for C supports arguments -Wuninitialized: YES
Compiler for C supports arguments -Wunknown-pragmas: YES
Compiler for C supports arguments -Wunused: YES
Compiler for C supports arguments -Wunused-but-set-parameter: YES
Compiler for C supports arguments -Wunused-but-set-variable: YES
Compiler for C supports arguments -Wunused-const-variable=2: YES
Compiler for C supports arguments -Wunused-function: YES
Compiler for C supports arguments -Wunused-label: YES
Compiler for C supports arguments -Wunused-local-typedefs: YES
Compiler for C supports arguments -Wunused-parameter: YES
Compiler for C supports arguments -Wunused-result: YES
Compiler for C supports arguments -Wunused-value: YES
Compiler for C supports arguments -Wunused-variable: YES
Compiler for C supports arguments -Wvarargs: YES
Compiler for C supports arguments -Wvariadic-macros: YES
Compiler for C supports arguments -Wvector-operation-performance: YES
Compiler for C supports arguments -Wvla: YES
Compiler for C supports arguments -Wvolatile-register-var: YES
Compiler for C supports arguments -Wwrite-strings: YES
Compiler for C supports arguments -fstack-protector-strong: YES
First supported argument: -fstack-protector-strong
Checking if "-Wdouble-promotion" compiles: YES
Compiler for C supports arguments -Wsuggest-attribute=format: YES (cached)
Compiler for C supports arguments -Wframe-larger-than=262144: YES
Compiler for C supports link arguments -Wl,-z,relro: YES
Compiler for C supports link arguments -Wl,-z,now: YES
Compiler for C supports link arguments -Wl,-z,nodelete: YES
Compiler for C supports link arguments -Wl,-z,defs: YES
Compiler for C supports link arguments -Wl,--no-copy-dt-needed-entries: YES
Compiler for C supports link arguments -Wl,--version-script=/home/ubuntu/libvirt/src/libvirt_qemu.syms: YES
Compiler for C supports link arguments -Wl,-export-dynamic: YES
First supported link argument: -Wl,-export-dynamic
Checking for function "elf_aux_info" : NO
Checking for function "fallocate" : YES
Checking for function "getauxval" : YES
Checking for function "getegid" : YES
Checking for function "geteuid" : YES
Checking for function "getgid" : YES
Checking for function "getifaddrs" : YES
Checking for function "getmntent_r" : YES
Checking for function "getpwuid_r" : YES
Checking for function "getrlimit" : YES
Checking for function "getuid" : YES
Checking for function "getutxid" : YES
Checking for function "if_indextoname" : YES
Checking for function "mmap" : YES
Checking for function "newlocale" : YES
Checking for function "pipe2" : YES
Checking for function "posix_fallocate" : YES
Checking for function "posix_memalign" : YES
Checking for function "prlimit" : YES
Checking for function "sched_getaffinity" : YES
Checking for function "sched_setscheduler" : YES
Checking for function "setgroups" : YES
Checking for function "setns" : YES
Checking for function "setrlimit" : YES
Checking for function "symlink" : YES
Checking for function "sysctlbyname" : NO
Checking for function "__lxstat" : YES
Checking for function "__lxstat64" : YES
Checking for function "__xstat" : YES
Checking for function "__xstat64" : YES
Checking for function "lstat" : YES
Checking for function "lstat64" : YES
Checking for function "stat" : YES
Checking for function "stat64" : YES
Header <sys/stat.h> has symbol "__lxstat" : YES
Header <sys/stat.h> has symbol "__lxstat64" : NO
Header <sys/stat.h> has symbol "__xstat" : YES
Header <sys/stat.h> has symbol "__xstat64" : NO
Header <sys/stat.h> has symbol "lstat" : YES
Header <sys/stat.h> has symbol "lstat64" : NO
Header <sys/stat.h> has symbol "stat" : YES
Header <sys/stat.h> has symbol "stat64" : NO
Has header "asm/hwcap.h" : NO
Has header "ifaddrs.h" : YES
Has header "libtasn1.h" : YES
Has header "linux/kvm.h" : YES
Has header "linux/magic.h" : YES
Has header "mntent.h" : YES
Has header "net/ethernet.h" : YES
Has header "net/if.h" : YES
Has header "pty.h" : YES
Has header "pwd.h" : YES
Has header "sys/auxv.h" : YES
Has header "sys/ioctl.h" : YES
Has header "sys/mount.h" : YES
Has header "sys/syscall.h" : YES
Has header "sys/ucred.h" : NO
Has header "syslog.h" : YES
Has header "util.h" : NO
Has header "xlocale.h" : NO
Has header "linux/btrfs.h" : YES
Has header "xfs/xfs.h" : YES
Has header "linux/devlink.h" : YES
Has header "linux/param.h" : YES
Has header "linux/sockios.h" : YES
Has header "linux/if_bridge.h" : YES
Has header "linux/if_tun.h" : YES
Header <endian.h> has symbol "htole64" : YES
Header <linux/ethtool.h> has symbol "ETH_FLAG_TXVLAN" : YES
Header <linux/ethtool.h> has symbol "ETH_FLAG_NTUPLE" : YES
Header <linux/ethtool.h> has symbol "ETH_FLAG_RXHASH" : YES
Header <linux/ethtool.h> has symbol "ETH_FLAG_LRO" : YES
Header <linux/ethtool.h> has symbol "ETHTOOL_GGSO" : YES
Header <linux/ethtool.h> has symbol "ETHTOOL_GGRO" : YES
Header <linux/ethtool.h> has symbol "ETHTOOL_GFLAGS" : YES
Header <linux/ethtool.h> has symbol "ETHTOOL_GFEATURES" : YES
Header <linux/ethtool.h> has symbol "ETHTOOL_SCOALESCE" : YES
Header <linux/ethtool.h> has symbol "ETHTOOL_GCOALESCE" : YES
Header <linux/if_vlan.h> has symbol "GET_VLAN_VID_CMD" : YES
Header <unistd.h> has symbol "SEEK_HOLE" : YES
Header <net/if_dl.h> has symbol "link_addr" : NO
Header <linux/devlink.h> has symbol "DEVLINK_CMD_ESWITCH_GET" : YES
Header <linux/vhost.h> has symbol "VHOST_VSOCK_SET_GUEST_CID" : YES
Header <linux/bpf.h> has symbol "BPF_PROG_QUERY" : YES
Header <linux/bpf.h> has symbol "BPF_CGROUP_DEVICE" : YES
Header <net/if_bridgevar.h> has symbol "BRDGSFD" : NO
Header <sys/cpuset.h> has symbol "cpuset_getaffinity" : NO
Header <mach/clock.h> has symbol "clock_serv_t" : NO
Checking for type "struct ifreq" : YES
Checking for type "struct sockpeercred" : NO
Checking whether type "struct ifreq" has member "ifr_newname" : YES
Checking whether type "struct ifreq" has member "ifr_ifindex" : YES
Checking whether type "struct ifreq" has member "ifr_index" : NO
Checking whether type "struct ifreq" has member "ifr_hwaddr" : YES
Checking for size of "long" : 8
Program perl found: YES (/usr/bin/perl)
Program python3 found: YES (/usr/bin/python3)
Program xmllint found: YES (/usr/bin/xmllint)
Program xsltproc found: YES (/usr/bin/xsltproc)
Program rpcgen found: YES (/usr/bin/rpcgen)
Program rst2html5 found: YES (/usr/bin/rst2html5)
Program rst2man found: YES (/usr/bin/rst2man)
Program augparse found: YES (/usr/bin/augparse)
Program dmidecode found: YES (/usr/sbin/dmidecode)
Program dnsmasq found: YES (/usr/sbin/dnsmasq)
Program ebtables found: YES (/usr/sbin/ebtables)
Program flake8 found: YES (/usr/bin/flake8)
Program ip found: YES (/usr/sbin/ip)
Program ip6tables found: YES (/usr/sbin/ip6tables)
Program iptables found: YES (/usr/sbin/iptables)
Program iscsiadm found: YES (/usr/sbin/iscsiadm)
Program mdevctl found: NO
Program mm-ctl found: NO
Program modprobe found: YES (/usr/sbin/modprobe)
Program ovs-vsctl found: NO
Program pdwtags found: YES (/usr/bin/pdwtags)
Program radvd found: YES (/usr/sbin/radvd)
Program rmmod found: YES (/usr/sbin/rmmod)
Program scrub found: YES (/usr/bin/scrub)
Program tc found: YES (/usr/sbin/tc)
Program udevadm found: YES (/usr/sbin/udevadm)
Found pkg-config: /usr/bin/pkg-config (1.4.2)
Run-time dependency libtirpc found: YES 1.1.4
Library acl found: YES
Did not find CMake 'cmake'
Found CMake: NO
Run-time dependency libapparmor found: NO (tried pkgconfig and cmake)
Library attr found: YES
Run-time dependency audit found: YES 3.0
Run-time dependency bash-completion found: YES 2.7
Run-time dependency blkid found: YES 2.32.1
Run-time dependency libcap-ng found: YES 0.7.11
Run-time dependency libcurl found: YES 7.61.1
Run-time dependency devmapper found: YES 1.02.177
Library dl found: YES
Has header "dlfcn.h" : YES
Run-time dependency fuse found: YES 2.9.7
Run-time dependency glib-2.0 found: YES 2.56.4
Run-time dependency gobject-2.0 found: YES 2.56.4
Run-time dependency gio-unix-2.0 found: YES 2.56.4
Run-time dependency glusterfs-api found: YES 7.6.0
Run-time dependency gnutls found: YES 3.6.16
Run-time dependency libiscsi found: YES 1.18.0
Run-time dependency libnl-3.0 found: YES 3.5.0
Run-time dependency libnl-route-3.0 found: YES 3.5.0
Run-time dependency libparted found: YES 3.2
Program parted found: YES (/usr/sbin/parted)
Run-time dependency pcap found: YES 1.9.1
Run-time dependency libssh found: YES 0.9.4
Checking for function "ssh_get_server_publickey" with dependency libssh: YES
Checking for function "ssh_session_is_known_server" with dependency libssh: YES
Checking for function "ssh_session_update_known_hosts" with dependency libssh: YES
Run-time dependency libssh2 found: YES 1.9.0
Run-time dependency libxml-2.0 found: YES 2.9.7
Library m found: YES
Run-time dependency netcf found: YES 0.2.8
Checking for function "gettext" : YES
Has header "libintl.h" : YES
Program xgettext found: YES (/usr/bin/xgettext)
Program msgfmt found: YES (/usr/bin/msgfmt)
Program msgmerge found: YES (/usr/bin/msgmerge)
Library numa found: YES
Run-time dependency openwsman found: YES 2.6.5
Run-time dependency parallels-sdk found: NO (tried pkgconfig and cmake)
Run-time dependency pciaccess found: YES 0.14
Library rbd found: YES
Library rados found: YES
Checking for function "rbd_get_features" with dependency -lrbd: YES
Checking for function "rbd_list2" with dependency -lrbd: NO
Run-time dependency readline found: NO (tried pkgconfig and cmake)
Library readline found: YES
Header <readline/readline.h> has symbol "rl_completion_quote_character" : YES
Run-time dependency libsanlock_client found: YES 3.8.4
Checking for function "sanlock_strerror" with dependency libsanlock_client: YES
Run-time dependency libsasl2 found: YES 2.1.27
Run-time dependency libselinux found: YES 2.9
Run-time dependency threads found: YES
Run-time dependency libudev found: YES 239
Library util found: YES
Run-time dependency wireshark found: YES 2.6.2
Has header "wireshark/ws_version.h" : NO
Run-time dependency yajl found: YES 2.1.0
Program pkcheck found: YES (/usr/bin/pkcheck)
Run-time dependency xenlight found: NO (tried pkgconfig and cmake)
Checking if "lxc support" compiles: YES
Program qemu-bridge-helper found: NO
Program qemu-pr-helper found: NO
Program slirp-helper found: NO
Program dbus-daemon found: YES (/usr/bin/dbus-daemon)
Has header "mntent.h" : YES (cached)
Program mount found: YES (/usr/bin/mount)
Program umount found: YES (/usr/bin/umount)
Program mkfs found: YES (/usr/sbin/mkfs)
Program showmount found: YES (/usr/sbin/showmount)
Program pvcreate found: YES (/usr/sbin/pvcreate)
Program vgcreate found: YES (/usr/sbin/vgcreate)
Program lvcreate found: YES (/usr/sbin/lvcreate)
Program pvremove found: YES (/usr/sbin/pvremove)
Program vgremove found: YES (/usr/sbin/vgremove)
Program lvremove found: YES (/usr/sbin/lvremove)
Program lvchange found: YES (/usr/sbin/lvchange)
Program vgchange found: YES (/usr/sbin/vgchange)
Program vgscan found: YES (/usr/sbin/vgscan)
Program pvs found: YES (/usr/sbin/pvs)
Program vgs found: YES (/usr/sbin/vgs)
Program lvs found: YES (/usr/sbin/lvs)
Program dog found: NO
Program zfs found: NO
Program zpool found: NO
Program dtrace found: YES (/usr/bin/dtrace)
Program systemctl found: YES (/usr/bin/systemctl)
Has header "nss.h" : YES
Checking for type "struct gaih_addrtuple" : YES
Checking for type "ns_mtab" : NO
Program numad found: YES (/usr/bin/numad)
Program apibuild.py found: YES (/home/ubuntu/libvirt/scripts/apibuild.py)
Program augeas-gentest.py found: YES (/home/ubuntu/libvirt/scripts/augeas-gentest.py)
Program check-aclperms.py found: YES (/home/ubuntu/libvirt/scripts/check-aclperms.py)
Program check-aclrules.py found: YES (/home/ubuntu/libvirt/scripts/check-aclrules.py)
Program check-driverimpls.py found: YES (/home/ubuntu/libvirt/scripts/check-driverimpls.py)
Program check-drivername.py found: YES (/usr/bin/python3.6 /home/ubuntu/libvirt/scripts/check-drivername.py)
Program check-file-access.py found: YES (/home/ubuntu/libvirt/scripts/check-file-access.py)
Program check-remote-protocol.py found: YES (/usr/bin/python3.6 /home/ubuntu/libvirt/scripts/check-remote-protocol.py)
Program check-symfile.py found: YES (/home/ubuntu/libvirt/scripts/check-symfile.py)
Program check-symsorting.py found: YES (/home/ubuntu/libvirt/scripts/check-symsorting.py)
Program dtrace2systemtap.py found: YES (/home/ubuntu/libvirt/scripts/dtrace2systemtap.py)
Program esx_vi_generator.py found: YES (/home/ubuntu/libvirt/scripts/esx_vi_generator.py)
Program genaclperms.py found: YES (/home/ubuntu/libvirt/scripts/genaclperms.py)
Program genpolkit.py found: YES (/home/ubuntu/libvirt/scripts/genpolkit.py)
Program gensystemtap.py found: YES (/home/ubuntu/libvirt/scripts/gensystemtap.py)
Program group-qemu-caps.py found: YES (/home/ubuntu/libvirt/scripts/group-qemu-caps.py)
Program header-ifdef.py found: YES (/usr/bin/python3.6 /home/ubuntu/libvirt/scripts/header-ifdef.py)
Program hvsupport.py found: YES (/home/ubuntu/libvirt/scripts/hvsupport.py)
Program hyperv_wmi_generator.py found: YES (/home/ubuntu/libvirt/scripts/hyperv_wmi_generator.py)
Program meson-dist.py found: YES (/home/ubuntu/libvirt/scripts/meson-dist.py)
Program meson-gen-authors.py found: YES (/home/ubuntu/libvirt/scripts/meson-gen-authors.py)
Program meson-gen-def.py found: YES (/home/ubuntu/libvirt/scripts/meson-gen-def.py)
Program meson-gen-sym.py found: YES (/home/ubuntu/libvirt/scripts/meson-gen-sym.py)
Program meson-install-dirs.py found: YES (/usr/bin/python3.6 /home/ubuntu/libvirt/scripts/meson-install-dirs.py)
Program meson-install-symlink.py found: YES (/usr/bin/python3.6 /home/ubuntu/libvirt/scripts/meson-install-symlink.py)
Program meson-install-web.py found: YES (/home/ubuntu/libvirt/scripts/meson-install-web.py)
Program meson-python.sh found: YES (/home/ubuntu/libvirt/scripts/meson-python.sh)
Program meson-timestamp.py found: YES (/home/ubuntu/libvirt/scripts/meson-timestamp.py)
Program mock-noinline.py found: YES (/usr/bin/python3.6 /home/ubuntu/libvirt/scripts/mock-noinline.py)
Program prohibit-duplicate-header.py found: YES (/usr/bin/python3.6 /home/ubuntu/libvirt/scripts/prohibit-duplicate-header.py)
Configuring libvirt-common.h using configuration
Program /home/ubuntu/libvirt/src/keycodemapdb/tools/keymap-gen found: YES (/home/ubuntu/libvirt/src/keycodemapdb/tools/keymap-gen)
Program genprotocol.pl found: YES (/home/ubuntu/libvirt/src/rpc/genprotocol.pl)
Program gendispatch.pl found: YES (/home/ubuntu/libvirt/src/rpc/gendispatch.pl)
Configuring libvirtd.conf.tmp with command
Configuring libvirtd.aug.tmp with command
Configuring test_libvirtd.aug.tmp with command
Configuring virtd.conf.tmp with command
Configuring virtd.aug.tmp with command
Configuring test_virtd.aug.tmp with command
Configuring libvirtd.qemu.logrotate using configuration
Configuring libvirtd.lxc.logrotate using configuration
Configuring libvirtd.libxl.logrotate using configuration
Configuring libvirtd.logrotate using configuration
Program /home/ubuntu/libvirt/scripts/meson-python.sh found: YES (/home/ubuntu/libvirt/scripts/meson-python.sh)
Configuring libvirtd.conf using configuration
Configuring libvirtd.aug using configuration
Configuring test_libvirtd.aug.tmp using configuration
Configuring virtproxyd.conf using configuration
Configuring virtproxyd.aug using configuration
Configuring test_virtproxyd.aug.tmp using configuration
Configuring virtinterfaced.conf using configuration
Configuring virtinterfaced.aug using configuration
Configuring test_virtinterfaced.aug.tmp using configuration
Configuring virtnetworkd.conf using configuration
Configuring virtnetworkd.aug using configuration
Configuring test_virtnetworkd.aug.tmp using configuration
Configuring virtnodedevd.conf using configuration
Configuring virtnodedevd.aug using configuration
Configuring test_virtnodedevd.aug.tmp using configuration
Configuring virtnwfilterd.conf using configuration
Configuring virtnwfilterd.aug using configuration
Configuring test_virtnwfilterd.aug.tmp using configuration
Configuring virtsecretd.conf using configuration
Configuring virtsecretd.aug using configuration
Configuring test_virtsecretd.aug.tmp using configuration
Configuring virtstoraged.conf using configuration
Configuring virtstoraged.aug using configuration
Configuring test_virtstoraged.aug.tmp using configuration
Configuring virtlxcd.conf using configuration
Configuring virtlxcd.aug using configuration
Configuring test_virtlxcd.aug.tmp using configuration
Configuring virtchd.conf using configuration
Configuring virtchd.aug using configuration
Configuring test_virtchd.aug.tmp using configuration
Configuring virtqemud.conf using configuration
Configuring virtqemud.aug using configuration
Configuring test_virtqemud.aug.tmp using configuration
Configuring virtvboxd.conf using configuration
Configuring virtvboxd.aug using configuration
Configuring test_virtvboxd.aug.tmp using configuration
Configuring libvirtd.service using configuration
Configuring libvirtd.socket using configuration
Configuring libvirtd-ro.socket using configuration
Configuring libvirtd-admin.socket using configuration
Configuring libvirtd-tcp.socket using configuration
Configuring libvirtd-tls.socket using configuration
Configuring virtproxyd.service using configuration
Configuring virtproxyd.socket using configuration
Configuring virtproxyd-ro.socket using configuration
Configuring virtproxyd-admin.socket using configuration
Configuring virtproxyd-tcp.socket using configuration
Configuring virtproxyd-tls.socket using configuration
Configuring virtinterfaced.service using configuration
Configuring virtinterfaced.socket using configuration
Configuring virtinterfaced-ro.socket using configuration
Configuring virtinterfaced-admin.socket using configuration
Configuring virtlockd.service using configuration
Configuring virtlockd.socket using configuration
Configuring virtlockd-admin.socket using configuration
Configuring virtlogd.service using configuration
Configuring virtlogd.socket using configuration
Configuring virtlogd-admin.socket using configuration
Configuring virtnetworkd.service using configuration
Configuring virtnetworkd.socket using configuration
Configuring virtnetworkd-ro.socket using configuration
Configuring virtnetworkd-admin.socket using configuration
Configuring virtnodedevd.service using configuration
Configuring virtnodedevd.socket using configuration
Configuring virtnodedevd-ro.socket using configuration
Configuring virtnodedevd-admin.socket using configuration
Configuring virtnwfilterd.service using configuration
Configuring virtnwfilterd.socket using configuration
Configuring virtnwfilterd-ro.socket using configuration
Configuring virtnwfilterd-admin.socket using configuration
Configuring virtsecretd.service using configuration
Configuring virtsecretd.socket using configuration
Configuring virtsecretd-ro.socket using configuration
Configuring virtsecretd-admin.socket using configuration
Configuring virtstoraged.service using configuration
Configuring virtstoraged.socket using configuration
Configuring virtstoraged-ro.socket using configuration
Configuring virtstoraged-admin.socket using configuration
Configuring virtlxcd.service using configuration
Configuring virtlxcd.socket using configuration
Configuring virtlxcd-ro.socket using configuration
Configuring virtlxcd-admin.socket using configuration
Configuring virtchd.service using configuration
Configuring virtchd.socket using configuration
Configuring virtchd-ro.socket using configuration
Configuring virtchd-admin.socket using configuration
Configuring virtqemud.service using configuration
Configuring virtqemud.socket using configuration
Configuring virtqemud-ro.socket using configuration
Configuring virtqemud-admin.socket using configuration
Configuring virtvboxd.service using configuration
Configuring virtvboxd.socket using configuration
Configuring virtvboxd-ro.socket using configuration
Configuring virtvboxd-admin.socket using configuration
Program /home/ubuntu/libvirt/scripts/meson-python.sh found: YES (/home/ubuntu/libvirt/scripts/meson-python.sh)
Configuring libvirt-lxc.pc using configuration
Configuring libvirt-qemu.pc using configuration
Configuring libvirt.pc using configuration
Configuring virt-xml-validate using configuration
Configuring virt-pki-validate using configuration
Configuring virt-sanlock-cleanup using configuration
Configuring libvirt-guests.sh using configuration
Configuring libvirt-guests.service using configuration
Configuring virsh using configuration
Configuring virt-admin using configuration
Program util/genxdrstub.pl found: YES (/home/ubuntu/libvirt/tools/wireshark/util/genxdrstub.pl)
Library tasn1 found: YES
Program libvirtd-fail found: YES (/home/ubuntu/libvirt/tests/libvirtd-fail)
Program libvirtd-pool found: YES (/home/ubuntu/libvirt/tests/libvirtd-pool)
Program virsh-auth found: YES (/home/ubuntu/libvirt/tests/virsh-auth)
Program virsh-checkpoint found: YES (/home/ubuntu/libvirt/tests/virsh-checkpoint)
Program virsh-cpuset found: YES (/home/ubuntu/libvirt/tests/virsh-cpuset)
Program virsh-define-dev-segfault found: YES (/home/ubuntu/libvirt/tests/virsh-define-dev-segfault)
Program virsh-int-overflow found: YES (/home/ubuntu/libvirt/tests/virsh-int-overflow)
Program virsh-optparse found: YES (/home/ubuntu/libvirt/tests/virsh-optparse)
Program virsh-output found: YES (/home/ubuntu/libvirt/tests/virsh-output)
Program virsh-read-bufsiz found: YES (/home/ubuntu/libvirt/tests/virsh-read-bufsiz)
Program virsh-read-non-seekable found: YES (/home/ubuntu/libvirt/tests/virsh-read-non-seekable)
Program virsh-schedinfo found: YES (/home/ubuntu/libvirt/tests/virsh-schedinfo)
Program virsh-self-test found: YES (/home/ubuntu/libvirt/tests/virsh-self-test)
Program virsh-snapshot found: YES (/home/ubuntu/libvirt/tests/virsh-snapshot)
Program virsh-start found: YES (/home/ubuntu/libvirt/tests/virsh-start)
Program virsh-undefine found: YES (/home/ubuntu/libvirt/tests/virsh-undefine)
Program virsh-uriprecedence found: YES (/home/ubuntu/libvirt/tests/virsh-uriprecedence)
Program virsh-vcpupin found: YES (/home/ubuntu/libvirt/tests/virsh-vcpupin)
Program virt-admin-self-test found: YES (/home/ubuntu/libvirt/tests/virt-admin-self-test)
Configuring POTFILES using configuration
Configuring index.rst using configuration
Configuring virsh.rst using configuration
Configuring virt-admin.rst using configuration
Configuring virt-host-validate.rst using configuration
Configuring virt-login-shell.rst using configuration
Configuring virt-pki-validate.rst using configuration
Configuring virt-qemu-run.rst using configuration
Configuring virt-xml-validate.rst using configuration
Configuring libvirtd.rst using configuration
Configuring virt-sanlock-cleanup.rst using configuration
Configuring virtbhyved.rst using configuration
Configuring virtinterfaced.rst using configuration
Configuring virtlockd.rst using configuration
Configuring virtlogd.rst using configuration
Configuring virtlxcd.rst using configuration
Configuring virtnetworkd.rst using configuration
Configuring virtnodedevd.rst using configuration
Configuring virtnwfilterd.rst using configuration
Configuring virtproxyd.rst using configuration
Configuring virtqemud.rst using configuration
Configuring virtsecretd.rst using configuration
Configuring virtstoraged.rst using configuration
Configuring virtvboxd.rst using configuration
Configuring virtvzd.rst using configuration
Configuring virtxend.rst using configuration
Using 'MAKE' from environment with value: '/usr/bin/make'
Program make found: YES
Program sed found: YES (/usr/bin/sed)
Program grep found: YES (/usr/bin/grep)
Configuring Makefile using configuration
Configuring libvirt.pc using configuration
Configuring libvirt-qemu.pc using configuration
Configuring libvirt-lxc.pc using configuration
Configuring libvirt-admin.pc using configuration
Configuring libvirt.spec using configuration
Configuring mingw-libvirt.spec using configuration
Configuring AUTHORS.rst using configuration
Program /home/ubuntu/libvirt/scripts/meson-python.sh found: YES (/home/ubuntu/libvirt/scripts/meson-python.sh)
Configuring meson-config.h using configuration
Configuring run using configuration
Configuring .color_coded using configuration
Configuring .ycm_extra_conf.py using configuration
Build targets in project: 602
libvirt 7.9.0
Drivers
QEMU: YES
OpenVZ: YES
VMware: YES
VBox: YES
libxl: NO
LXC: YES
Cloud-Hypervisor: YES
ESX: YES
Hyper-V: YES
vz: NO
Bhyve: NO
Test: YES
Remote: YES
Network: YES
Libvirtd: YES
Interface: YES
Storage Drivers
Dir: YES
FS: YES
NetFS: YES
LVM: YES
iSCSI: YES
iscsi-direct: YES
SCSI: YES
mpath: YES
Disk: YES
RBD: YES
Sheepdog: NO
Gluster: YES
ZFS: YES
Virtuozzo storage: YES
Security Drivers
SELinux: YES
AppArmor: NO
Driver Loadable Modules
driver_modules: YES
Libraries
acl: YES
apparmor: NO
attr: YES
audit: YES
bash_completion: YES
blkid: YES
capng: YES
curl: YES
devmapper: YES
dlopen: YES
fuse: YES
glusterfs: YES
libiscsi: YES
libkvm: NO
libnl: YES
libparted: YES
libpcap: YES
libssh: YES
libssh2: YES
libutil: YES
netcf: YES
NLS: YES
numactl: YES
openwsman: YES
parallels-sdk: NO
pciaccess: YES
polkit: YES
rbd: YES
readline: YES
sanlock: YES
sasl: YES
selinux: YES
udev: YES
xdr: YES
yajl: YES
Windows
MinGW: NO
windres: NO
Test suite
Expensive: YES
Coverage: NO
Miscellaneous
Warning Flags: -fasynchronous-unwind-tables
-fexceptions
-fipa-pure-const
-fno-common
-Waddress
-Waggressive-loop-optimizations
-Walloc-size-larger-than=9223372036854775807
-Walloca
-Warray-bounds=2
-Wattributes
-Wbool-compare
-Wbool-operation
-Wbuiltin-declaration-mismatch
-Wbuiltin-macro-redefined
-Wcast-align
-Wcast-align=strict
-Wno-cast-function-type
-Wchar-subscripts
-Wclobbered
-Wcomment
-Wcomments
-Wcoverage-mismatch
-Wcpp
-Wdangling-else
-Wdate-time
-Wdeclaration-after-statement
-Wdeprecated-declarations
-Wdesignated-init
-Wdiscarded-array-qualifiers
-Wdiscarded-qualifiers
-Wdiv-by-zero
-Wduplicated-cond
-Wduplicate-decl-specifier
-Wempty-body
-Wendif-labels
-Wexpansion-to-defined
-Wformat-contains-nul
-Wformat-extra-args
-Wno-format-nonliteral
-Wformat-overflow=2
-Wformat-security
-Wno-format-truncation
-Wformat-y2k
-Wformat-zero-length
-Wframe-address
-Wframe-larger-than=4096
-Wfree-nonheap-object
-Whsa
-Wif-not-aligned
-Wignored-attributes
-Wignored-qualifiers
-Wimplicit
-Wimplicit-fallthrough=5
-Wimplicit-function-declaration
-Wimplicit-int
-Wincompatible-pointer-types
-Winit-self
-Winline
-Wint-conversion
-Wint-in-bool-context
-Wint-to-pointer-cast
-Winvalid-memory-model
-Winvalid-pch
-Wjump-misses-init
-Wlogical-not-parentheses
-Wlogical-op
-Wmain
-Wmaybe-uninitialized
-Wmemset-elt-size
-Wmemset-transposed-args
-Wmisleading-indentation
-Wmissing-attributes
-Wmissing-braces
-Wmissing-declarations
-Wmissing-field-initializers
-Wmissing-include-dirs
-Wmissing-parameter-type
-Wmissing-prototypes
-Wmultichar
-Wmultistatement-macros
-Wnarrowing
-Wnested-externs
-Wnonnull
-Wnonnull-compare
-Wnormalized=nfc
-Wnull-dereference
-Wodr
-Wold-style-declaration
-Wold-style-definition
-Wopenmp-simd
-Woverflow
-Woverride-init
-Wpacked-bitfield-compat
-Wpacked-not-aligned
-Wparentheses
-Wpointer-arith
-Wpointer-compare
-Wpointer-sign
-Wpointer-to-int-cast
-Wpragmas
-Wpsabi
-Wrestrict
-Wreturn-local-addr
-Wreturn-type
-Wscalar-storage-order
-Wsequence-point
-Wshadow
-Wshift-count-negative
-Wshift-count-overflow
-Wshift-negative-value
-Wshift-overflow=2
-Wno-sign-compare
-Wsizeof-array-argument
-Wsizeof-pointer-div
-Wsizeof-pointer-memaccess
-Wstrict-aliasing
-Wstrict-prototypes
-Wstringop-overflow=2
-Wstringop-truncation
-Wsuggest-attribute=cold
-Wno-suggest-attribute=const
-Wsuggest-attribute=format
-Wsuggest-attribute=noreturn
-Wno-suggest-attribute=pure
-Wsuggest-final-methods
-Wsuggest-final-types
-Wswitch
-Wswitch-bool
-Wswitch-enum
-Wswitch-unreachable
-Wsync-nand
-Wtautological-compare
-Wtrampolines
-Wtrigraphs
-Wtype-limits
-Wuninitialized
-Wunknown-pragmas
-Wunused
-Wunused-but-set-parameter
-Wunused-but-set-variable
-Wunused-const-variable=2
-Wunused-function
-Wunused-label
-Wunused-local-typedefs
-Wunused-parameter
-Wunused-result
-Wunused-value
-Wunused-variable
-Wvarargs
-Wvariadic-macros
-Wvector-operation-performance
-Wvla
-Wvolatile-register-var
-Wwrite-strings
-fstack-protector-strong
-Wdouble-promotion
docs: YES
tests: YES
DTrace: YES
firewalld: YES
firewalld-zone: YES
nss: YES
numad: YES
Init script: systemd
Char device locks: /var/lock
Loader/NVRAM:
pm_utils: NO
virt-login-shell: YES
virt-host-validate: YES
TLS priority: NORMAL
Developer Tools
wireshark_dissector: YES
Privileges
QEMU: root:root !!! running QEMU as root is strongly discouraged !!!
Found ninja-1.8.2 at /usr/bin/ninja
ninja: Entering directory `build'
[0/1310] Generating libvirt_probes.h with a custom command
[0/1310] Generating libvirt_probes.o with a custom command
[0/1310] Generating libvirt_probes.stp with a custom command (wrapped by meson to capture output)
[0/1310] Generating virt_keycode_atset1 with a custom command (wrapped by meson to capture output)
[0/1310] Generating virt_keycode_atset2 with a custom command (wrapped by meson to capture output)
[0/1310] Generating virt_keycode_atset3 with a custom command (wrapped by meson to capture output)
[0/1310] Generating virt_keycode_linux with a custom command (wrapped by meson to capture output)
[0/1310] Generating virt_keycode_osx with a custom command (wrapped by meson to capture output)
[0/1310] Generating virt_keycode_qnum with a custom command (wrapped by meson to capture output)
[0/1310] Generating virt_keycode_usb with a custom command (wrapped by meson to capture output)
[0/1310] Generating virt_keycode_win32 with a custom command (wrapped by meson to capture output)
[0/1310] Generating virt_keycode_xtkbd with a custom command (wrapped by meson to capture output)
[0/1310] Generating keyname_linux with a custom command (wrapped by meson to capture output)
[0/1310] Generating keyname_osx with a custom command (wrapped by meson to capture output)
[0/1310] Generating keyname_win32 with a custom command (wrapped by meson to capture output)
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/device_conf.c.o
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/checkpoint_conf.c.o
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/virsecretobj.c.o
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/storage_adapter_conf.c.o
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/domain_addr.c.o
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/domain_audit.c.o
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/domain_capabilities.c.o
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/virchrdev.c.o
[0/1310] Generating virnetprotocol.h with a custom command
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/cpu_conf.c.o
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/backup_conf.c.o
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/capabilities.c.o
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/domain_conf.c.o
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/domain_nwfilter.c.o
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/domain_validate.c.o
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/moment_conf.c.o
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/numa_conf.c.o
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/snapshot_conf.c.o
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/virdomaincheckpointobjlist.c.o
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/virdomainmomentobjlist.c.o
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/virdomainobjlist.c.o
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/virdomainsnapshotobjlist.c.o
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/virsavecookie.c.o
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/domain_event.c.o
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/network_event.c.o
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/node_device_event.c.o
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/object_event.c.o
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/secret_event.c.o
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/storage_event.c.o
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/interface_conf.c.o
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/virinterfaceobj.c.o
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/netdev_bandwidth_conf.c.o
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/netdev_vlan_conf.c.o
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/netdev_vport_profile_conf.c.o
[0/1310] Compiling C object src/conf/libvirt_conf.a.p/virnetworkportdef.c.o
[1/1310] Generating virnetprotocol.h with a custom command
[1/1310] Compiling C object src/conf/libvirt_conf.a.p/network_conf.c.o
[2/1310] Generating libvirt_probes.h with a custom command
[2/1310] Compiling C object src/conf/libvirt_conf.a.p/networkcommon_conf.c.o
[3/1310] Generating libvirt_probes.o with a custom command
[3/1310] Compiling C object src/conf/libvirt_conf.a.p/virnetworkobj.c.o
[4/1310] Compiling C object src/conf/libvirt_conf.a.p/virsavecookie.c.o
[4/1310] Compiling C object src/conf/libvirt_conf.a.p/node_device_conf.c.o
[5/1310] Compiling C object src/conf/libvirt_conf.a.p/network_event.c.o
[5/1310] Compiling C object src/conf/libvirt_conf.a.p/node_device_util.c.o
[6/1310] Compiling C object src/conf/libvirt_conf.a.p/node_device_event.c.o
[6/1310] Compiling C object src/conf/libvirt_conf.a.p/virnodedeviceobj.c.o
[7/1310] Compiling C object src/conf/libvirt_conf.a.p/storage_event.c.o
[7/1310] Compiling C object src/conf/libvirt_conf.a.p/nwfilter_conf.c.o
[8/1310] Compiling C object src/conf/libvirt_conf.a.p/secret_event.c.o
[8/1310] Compiling C object src/conf/libvirt_conf.a.p/nwfilter_ipaddrmap.c.o
[9/1310] Compiling C object src/conf/libvirt_conf.a.p/netdev_vlan_conf.c.o
[9/1310] Compiling C object src/conf/libvirt_conf.a.p/nwfilter_params.c.o
[10/1310] Compiling C object src/conf/libvirt_conf.a.p/netdev_vport_profile_conf.c.o
[10/1310] Compiling C object src/conf/libvirt_conf.a.p/virnwfilterbindingdef.c.o
[11/1310] Generating virt_keycode_atset1 with a custom command (wrapped by meson to capture output)
[11/1310] Compiling C object src/conf/libvirt_conf.a.p/virnwfilterbindingobj.c.o
[12/1310] Generating virt_keycode_linux with a custom command (wrapped by meson to capture output)
[12/1310] Compiling C object src/conf/libvirt_conf.a.p/virnwfilterbindingobjlist.c.o
[13/1310] Generating virt_keycode_qnum with a custom command (wrapped by meson to capture output)
[13/1310] Compiling C object src/conf/libvirt_conf.a.p/virnwfilterobj.c.o
[14/1310] Compiling C object src/conf/libvirt_conf.a.p/moment_conf.c.o
[14/1310] Compiling C object src/conf/libvirt_conf.a.p/secret_conf.c.o
[15/1310] Generating libvirt_probes.stp with a custom command (wrapped by meson to capture output)
[15/1310] Compiling C object src/conf/libvirt_conf.a.p/storage_capabilities.c.o
[16/1310] Compiling C object src/conf/libvirt_conf.a.p/virdomainmomentobjlist.c.o
[16/1310] Compiling C object src/conf/libvirt_conf.a.p/storage_conf.c.o
[17/1310] Generating virt_keycode_atset3 with a custom command (wrapped by meson to capture output)
[17/1310] Compiling C object src/conf/libvirt_conf.a.p/storage_encryption_conf.c.o
[18/1310] Generating virt_keycode_osx with a custom command (wrapped by meson to capture output)
[18/1310] Compiling C object src/conf/libvirt_conf.a.p/storage_source_conf.c.o
[19/1310] Generating keyname_linux with a custom command (wrapped by meson to capture output)
[19/1310] Compiling C object src/conf/libvirt_conf.a.p/virstorageobj.c.o
[20/1310] Compiling C object src/conf/libvirt_conf.a.p/storage_adapter_conf.c.o
[20/1310] Generating virnetprotocol.c with a custom command
[21/1310] Generating virt_keycode_atset2 with a custom command (wrapped by meson to capture output)
[21/1310] Generating virkeepaliveprotocol.h with a custom command
[22/1310] Generating keyname_osx with a custom command (wrapped by meson to capture output)
[22/1310] Generating virkeepaliveprotocol.c with a custom command
[23/1310] Generating virt_keycode_xtkbd with a custom command (wrapped by meson to capture output)
[23/1310] Generating viraccessapicheck.h with a custom command (wrapped by meson to capture output)
[24/1310] Generating virnetprotocol.c with a custom command
[24/1310] Generating viraccessapicheck.c with a custom command (wrapped by meson to capture output)
[25/1310] Generating virt_keycode_usb with a custom command (wrapped by meson to capture output)
[25/1310] Generating libvirt_access.syms with a custom command (wrapped by meson to capture output)
[26/1310] Generating keyname_win32 with a custom command (wrapped by meson to capture output)
[26/1310] Generating viraccessapicheckqemu.h with a custom command (wrapped by meson to capture output)
[27/1310] Compiling C object src/conf/libvirt_conf.a.p/domain_nwfilter.c.o
[27/1310] Generating viraccessapicheckqemu.c with a custom command (wrapped by meson to capture output)
[28/1310] Generating virt_keycode_win32 with a custom command (wrapped by meson to capture output)
[28/1310] Compiling C object src/util/libvirt_util.a.p/glibcompat.c.o
[29/1310] Generating virkeepaliveprotocol.c with a custom command
[29/1310] Compiling C object src/util/libvirt_util.a.p/virarptable.c.o
[30/1310] Generating virkeepaliveprotocol.h with a custom command
[30/1310] Compiling C object src/util/libvirt_util.a.p/viralloc.c.o
[31/1310] Compiling C object src/conf/libvirt_conf.a.p/virdomaincheckpointobjlist.c.o
[31/1310] Compiling C object src/util/libvirt_util.a.p/vircgroupbackend.c.o
[32/1310] Compiling C object src/conf/libvirt_conf.a.p/virchrdev.c.o
[32/1310] Compiling C object src/util/libvirt_util.a.p/vircgroupv1.c.o
[33/1310] Compiling C object src/conf/libvirt_conf.a.p/virdomainsnapshotobjlist.c.o
[33/1310] Compiling C object src/util/libvirt_util.a.p/virarch.c.o
[34/1310] Compiling C object src/conf/libvirt_conf.a.p/virinterfaceobj.c.o
[34/1310] Compiling C object src/util/libvirt_util.a.p/viraudit.c.o
[35/1310] Compiling C object src/conf/libvirt_conf.a.p/netdev_bandwidth_conf.c.o
[35/1310] Compiling C object src/util/libvirt_util.a.p/virbuffer.c.o
[36/1310] Compiling C object src/conf/libvirt_conf.a.p/device_conf.c.o
[36/1310] Compiling C object src/util/libvirt_util.a.p/virauth.c.o
[37/1310] Compiling C object src/conf/libvirt_conf.a.p/virsecretobj.c.o
[37/1310] Compiling C object src/util/libvirt_util.a.p/virauthconfig.c.o
[38/1310] Compiling C object src/conf/libvirt_conf.a.p/domain_capabilities.c.o
[38/1310] Compiling C object src/util/libvirt_util.a.p/virbitmap.c.o
[39/1310] Compiling C object src/conf/libvirt_conf.a.p/networkcommon_conf.c.o
[39/1310] Compiling C object src/util/libvirt_util.a.p/virbpf.c.o
[40/1310] Compiling C object src/conf/libvirt_conf.a.p/checkpoint_conf.c.o
[40/1310] Compiling C object src/util/libvirt_util.a.p/vircgroup.c.o
[41/1310] Compiling C object src/conf/libvirt_conf.a.p/virnetworkportdef.c.o
[41/1310] Compiling C object src/util/libvirt_util.a.p/vircgroupv2.c.o
[42/1310] Compiling C object src/conf/libvirt_conf.a.p/object_event.c.o
[42/1310] Compiling C object src/util/libvirt_util.a.p/vircgroupv2devices.c.o
[43/1310] Compiling C object src/conf/libvirt_conf.a.p/backup_conf.c.o
[43/1310] Compiling C object src/util/libvirt_util.a.p/vircommand.c.o
[44/1310] Compiling C object src/conf/libvirt_conf.a.p/virdomainobjlist.c.o
[44/1310] Compiling C object src/util/libvirt_util.a.p/virconf.c.o
[45/1310] Compiling C object src/conf/libvirt_conf.a.p/nwfilter_ipaddrmap.c.o
[45/1310] Compiling C object src/util/libvirt_util.a.p/virgdbus.c.o
[46/1310] Compiling C object src/conf/libvirt_conf.a.p/domain_audit.c.o
[46/1310] Compiling C object src/util/libvirt_util.a.p/vircrypto.c.o
[47/1310] Compiling C object src/conf/libvirt_conf.a.p/node_device_util.c.o
[47/1310] Compiling C object src/util/libvirt_util.a.p/virdaemon.c.o
[48/1310] Compiling C object src/util/libvirt_util.a.p/glibcompat.c.o
[48/1310] Compiling C object src/util/libvirt_util.a.p/virdevmapper.c.o
[49/1310] Compiling C object src/conf/libvirt_conf.a.p/virnwfilterbindingdef.c.o
[49/1310] Compiling C object src/util/libvirt_util.a.p/virdnsmasq.c.o
[50/1310] Compiling C object src/conf/libvirt_conf.a.p/interface_conf.c.o
[50/1310] Compiling C object src/util/libvirt_util.a.p/virebtables.c.o
[51/1310] Compiling C object src/conf/libvirt_conf.a.p/virnwfilterbindingobj.c.o
[51/1310] Compiling C object src/util/libvirt_util.a.p/virenum.c.o
[52/1310] Compiling C object src/util/libvirt_util.a.p/vircgroupbackend.c.o
[52/1310] Compiling C object src/util/libvirt_util.a.p/vireventglib.c.o
[53/1310] Compiling C object src/util/libvirt_util.a.p/viralloc.c.o
[53/1310] Compiling C object src/util/libvirt_util.a.p/vireventglibwatch.c.o
[54/1310] Compiling C object src/util/libvirt_util.a.p/virarch.c.o
[54/1310] Compiling C object src/util/libvirt_util.a.p/vireventthread.c.o
[55/1310] Compiling C object src/util/libvirt_util.a.p/viraudit.c.o
[55/1310] Compiling C object src/util/libvirt_util.a.p/virfcp.c.o
[56/1310] Compiling C object src/conf/libvirt_conf.a.p/storage_capabilities.c.o
[56/1310] Compiling C object src/util/libvirt_util.a.p/virfdstream.c.o
[57/1310] Compiling C object src/conf/libvirt_conf.a.p/storage_encryption_conf.c.o
[57/1310] Compiling C object src/util/libvirt_util.a.p/virobject.c.o
[58/1310] Compiling C object src/conf/libvirt_conf.a.p/snapshot_conf.c.o
[58/1310] Compiling C object src/util/libvirt_util.a.p/virfile.c.o
[59/1310] Compiling C object src/conf/libvirt_conf.a.p/virnwfilterbindingobjlist.c.o
[59/1310] Compiling C object src/util/libvirt_util.a.p/virfilecache.c.o
[60/1310] Compiling C object src/util/libvirt_util.a.p/virauthconfig.c.o
[60/1310] Compiling C object src/util/libvirt_util.a.p/virfirewall.c.o
[61/1310] Compiling C object src/conf/libvirt_conf.a.p/secret_conf.c.o
[61/1310] Compiling C object src/util/libvirt_util.a.p/virfirewalld.c.o
[62/1310] Compiling C object src/conf/libvirt_conf.a.p/cpu_conf.c.o
[62/1310] Compiling C object src/util/libvirt_util.a.p/virfirmware.c.o
[63/1310] Compiling C object src/util/libvirt_util.a.p/virarptable.c.o
[63/1310] Compiling C object src/util/libvirt_util.a.p/virgettext.c.o
[64/1310] Compiling C object src/conf/libvirt_conf.a.p/domain_event.c.o
[64/1310] Compiling C object src/util/libvirt_util.a.p/virgic.c.o
[65/1310] Generating viraccessapicheckqemu.h with a custom command (wrapped by meson to capture output)
[65/1310] Compiling C object tools/virsh.p/virsh-host.c.o
[66/1310] Compiling C object src/util/libvirt_util.a.p/virbuffer.c.o
[66/1310] Compiling C object src/util/libvirt_util.a.p/virglibutil.c.o
[67/1310] Compiling C object src/util/libvirt_util.a.p/virbpf.c.o
[67/1310] Compiling C object src/util/libvirt_util.a.p/virhash.c.o
[68/1310] Compiling C object src/util/libvirt_util.a.p/virauth.c.o
[68/1310] Compiling C object src/util/libvirt_util.a.p/virhashcode.c.o
[69/1310] Generating viraccessapicheckqemu.c with a custom command (wrapped by meson to capture output)
[69/1310] Compiling C object src/util/libvirt_util.a.p/virhook.c.o
[70/1310] Generating viraccessapicheck.c with a custom command (wrapped by meson to capture output)
[70/1310] Compiling C object src/util/libvirt_util.a.p/virhostcpu.c.o
[71/1310] Compiling C object src/conf/libvirt_conf.a.p/virnwfilterobj.c.o
[71/1310] Compiling C object src/util/libvirt_util.a.p/virhostmem.c.o
[72/1310] Generating viraccessapicheck.h with a custom command (wrapped by meson to capture output)
[72/1310] Compiling C object src/util/libvirt_util.a.p/virhostuptime.c.o
[73/1310] Generating libvirt_access.syms with a custom command (wrapped by meson to capture output)
[73/1310] Compiling C object src/util/libvirt_util.a.p/viridentity.c.o
[74/1310] Compiling C object src/conf/libvirt_conf.a.p/domain_addr.c.o
[74/1310] Compiling C object src/util/libvirt_util.a.p/virinitctl.c.o
[75/1310] Compiling C object src/conf/libvirt_conf.a.p/virnodedeviceobj.c.o
[75/1310] Compiling C object src/util/libvirt_util.a.p/viriptables.c.o
[76/1310] Compiling C object src/util/libvirt_util.a.p/virdaemon.c.o
[76/1310] Compiling C object src/util/libvirt_util.a.p/viriscsi.c.o
[77/1310] Compiling C object src/util/libvirt_util.a.p/virenum.c.o
[77/1310] Compiling C object src/util/libvirt_util.a.p/virjson.c.o
[78/1310] Compiling C object src/util/libvirt_util.a.p/virebtables.c.o
[78/1310] Compiling C object src/util/libvirt_util.a.p/virkeycode.c.o
[79/1310] Compiling C object src/conf/libvirt_conf.a.p/nwfilter_params.c.o
[79/1310] Compiling C object src/util/libvirt_util.a.p/virkmod.c.o
[80/1310] Compiling C object src/util/libvirt_util.a.p/vircrypto.c.o
[80/1310] Compiling C object src/util/libvirt_util.a.p/virlease.c.o
[81/1310] Compiling C object src/conf/libvirt_conf.a.p/domain_validate.c.o
[81/1310] Compiling C object src/util/libvirt_util.a.p/virlockspace.c.o
[82/1310] Compiling C object src/conf/libvirt_conf.a.p/numa_conf.c.o
[82/1310] Compiling C object src/util/libvirt_util.a.p/virlog.c.o
[83/1310] Compiling C object src/util/libvirt_util.a.p/vireventglibwatch.c.o
[83/1310] Compiling C object src/util/libvirt_util.a.p/virmacaddr.c.o
[84/1310] Compiling C object src/util/libvirt_util.a.p/virfcp.c.o
[84/1310] Compiling C object src/util/libvirt_util.a.p/virmacmap.c.o
[85/1310] Compiling C object src/conf/libvirt_conf.a.p/storage_source_conf.c.o
[85/1310] Compiling C object src/util/libvirt_util.a.p/virmdev.c.o
[86/1310] Compiling C object src/util/libvirt_util.a.p/vireventthread.c.o
[86/1310] Compiling C object src/util/libvirt_util.a.p/virmodule.c.o
[87/1310] Compiling C object src/conf/libvirt_conf.a.p/virnetworkobj.c.o
[87/1310] Compiling C object src/util/libvirt_util.a.p/virnetdev.c.o
[88/1310] Compiling C object src/util/libvirt_util.a.p/virbitmap.c.o
[88/1310] Compiling C object src/util/libvirt_util.a.p/virnetdevbandwidth.c.o
[89/1310] Compiling C object src/util/libvirt_util.a.p/virgettext.c.o
[89/1310] Compiling C object src/util/libvirt_util.a.p/virnetdevbridge.c.o
[90/1310] Compiling C object src/util/libvirt_util.a.p/virdevmapper.c.o
[90/1310] Compiling C object src/util/libvirt_util.a.p/virnetdevip.c.o
[91/1310] Compiling C object src/util/libvirt_util.a.p/virfirmware.c.o
[91/1310] Compiling C object src/util/libvirt_util.a.p/virnetdevmacvlan.c.o
[92/1310] Compiling C object src/util/libvirt_util.a.p/virgic.c.o
[92/1310] Compiling C object src/util/libvirt_util.a.p/virnetdevmidonet.c.o
[93/1310] Compiling C object src/util/libvirt_util.a.p/virglibutil.c.o
[93/1310] Compiling C object src/util/libvirt_util.a.p/virnetdevopenvswitch.c.o
[94/1310] Compiling C object src/util/libvirt_util.a.p/vircgroupv2devices.c.o
[94/1310] Compiling C object src/util/libvirt_util.a.p/virnetdevtap.c.o
[95/1310] Compiling C object src/util/libvirt_util.a.p/vireventglib.c.o
[95/1310] Compiling C object src/util/libvirt_util.a.p/virnetdevveth.c.o
[96/1310] Compiling C object src/util/libvirt_util.a.p/virgdbus.c.o
[96/1310] Compiling C object tools/virsh.p/virsh-domain-monitor.c.o
[97/1310] Compiling C object src/util/libvirt_util.a.p/virhashcode.c.o
[97/1310] Compiling C object src/util/libvirt_util.a.p/virnetdevvlan.c.o
[98/1310] Compiling C object src/util/libvirt_util.a.p/virfilecache.c.o
[98/1310] Compiling C object src/util/libvirt_util.a.p/virnetdevvportprofile.c.o
[99/1310] Compiling C object src/util/libvirt_util.a.p/virobject.c.o
[99/1310] Compiling C object src/util/libvirt_util.a.p/virnetlink.c.o
[100/1310] Compiling C object src/util/libvirt_util.a.p/virinitctl.c.o
[100/1310] Compiling C object src/util/libvirt_util.a.p/virnodesuspend.c.o
[101/1310] Compiling C object src/conf/libvirt_conf.a.p/capabilities.c.o
[101/1310] Compiling C object src/util/libvirt_util.a.p/virnuma.c.o
[102/1310] Compiling C object src/util/libvirt_util.a.p/virhash.c.o
[102/1310] Compiling C object src/util/libvirt_util.a.p/virnvme.c.o
[103/1310] Compiling C object src/conf/libvirt_conf.a.p/virstorageobj.c.o
[103/1310] Compiling C object src/util/libvirt_util.a.p/virpci.c.o
[104/1310] Compiling C object src/util/libvirt_util.a.p/virhostuptime.c.o
[104/1310] Compiling C object src/util/libvirt_util.a.p/virperf.c.o
[105/1310] Compiling C object src/util/libvirt_util.a.p/virkmod.c.o
[105/1310] Compiling C object src/util/libvirt_util.a.p/virpidfile.c.o
[106/1310] Compiling C object src/util/libvirt_util.a.p/virdnsmasq.c.o
[106/1310] Compiling C object src/util/libvirt_util.a.p/virpolkit.c.o
[107/1310] Compiling C object src/util/libvirt_util.a.p/virkeycode.c.o
[107/1310] Compiling C object src/util/libvirt_util.a.p/virportallocator.c.o
[108/1310] Compiling C object src/util/libvirt_util.a.p/virfirewalld.c.o
[108/1310] Compiling C object src/util/libvirt_util.a.p/virprocess.c.o
[109/1310] Compiling C object src/util/libvirt_util.a.p/virhook.c.o
[109/1310] Compiling C object src/util/libvirt_util.a.p/virqemu.c.o
[110/1310] Compiling C object src/util/libvirt_util.a.p/virlease.c.o
[110/1310] Compiling C object src/util/libvirt_util.a.p/virrandom.c.o
[111/1310] Compiling C object src/util/libvirt_util.a.p/virmodule.c.o
[111/1310] Compiling C object src/util/libvirt_util.a.p/virresctrl.c.o
[112/1310] Compiling C object src/util/libvirt_util.a.p/virmacaddr.c.o
[112/1310] Compiling C object src/util/libvirt_util.a.p/virrotatingfile.c.o
[113/1310] Compiling C object src/util/libvirt_util.a.p/virfirewall.c.o
[113/1310] Compiling C object src/util/libvirt_util.a.p/virscsi.c.o
[114/1310] Compiling C object src/util/libvirt_util.a.p/virnetdevmidonet.c.o
[114/1310] Compiling C object src/util/libvirt_util.a.p/virscsihost.c.o
[115/1310] Compiling C object src/util/libvirt_util.a.p/virhostmem.c.o
[115/1310] Compiling C object src/util/libvirt_util.a.p/virscsivhost.c.o
[116/1310] Compiling C object src/util/libvirt_util.a.p/viriscsi.c.o
[116/1310] Compiling C object src/util/libvirt_util.a.p/virseclabel.c.o
[117/1310] Compiling C object src/util/libvirt_util.a.p/virmacmap.c.o
[117/1310] Compiling C object src/util/libvirt_util.a.p/virsecret.c.o
[118/1310] Compiling C object src/util/libvirt_util.a.p/virconf.c.o
[118/1310] Compiling C object src/util/libvirt_util.a.p/virsecureerase.c.o
[119/1310] Compiling C object src/conf/libvirt_conf.a.p/storage_conf.c.o
[119/1310] Compiling C object src/util/libvirt_util.a.p/virsocket.c.o
[120/1310] Compiling C object src/util/libvirt_util.a.p/viridentity.c.o
[120/1310] Compiling C object src/util/libvirt_util.a.p/virsocketaddr.c.o
[121/1310] Compiling C object src/util/libvirt_util.a.p/vircgroupv2.c.o
[121/1310] Compiling C object src/util/libvirt_util.a.p/virstoragefile.c.o
[122/1310] Compiling C object src/util/libvirt_util.a.p/virnetdevveth.c.o
[122/1310] Compiling C object src/util/libvirt_util.a.p/virstring.c.o
[123/1310] Compiling C object src/util/libvirt_util.a.p/virnetdevvlan.c.o
[123/1310] Compiling C object src/util/libvirt_util.a.p/virsysinfo.c.o
[124/1310] Compiling C object src/util/libvirt_util.a.p/virfdstream.c.o
[124/1310] Compiling C object src/util/libvirt_util.a.p/virsystemd.c.o
[125/1310] Compiling C object src/util/libvirt_util.a.p/virmdev.c.o
[125/1310] Compiling C object src/util/libvirt_util.a.p/virthread.c.o
[126/1310] Compiling C object src/util/libvirt_util.a.p/virlockspace.c.o
[126/1310] Compiling C object src/util/libvirt_util.a.p/virthreadjob.c.o
[127/1310] Compiling C object src/conf/libvirt_conf.a.p/nwfilter_conf.c.o
[127/1310] Compiling C object src/util/libvirt_util.a.p/virthreadpool.c.o
[128/1310] Compiling C object src/util/libvirt_util.a.p/vircgroupv1.c.o
[128/1310] Compiling C object src/util/libvirt_util.a.p/virtime.c.o
[129/1310] Compiling C object src/util/libvirt_util.a.p/viriptables.c.o
[129/1310] Compiling C object src/util/libvirt_util.a.p/virtpm.c.o
[130/1310] Compiling C object src/util/libvirt_util.a.p/virnetdevbandwidth.c.o
[130/1310] Compiling C object src/util/libvirt_util.a.p/virtypedparam.c.o
[131/1310] Compiling C object src/util/libvirt_util.a.p/virnodesuspend.c.o
[131/1310] Compiling C object src/util/libvirt_util.a.p/viruri.c.o
[132/1310] Compiling C object src/util/libvirt_util.a.p/virnetdevtap.c.o
[132/1310] Compiling C object src/util/libvirt_util.a.p/virusb.c.o
[133/1310] Compiling C object src/util/libvirt_util.a.p/virnvme.c.o
[133/1310] Compiling C object src/util/libvirt_util.a.p/virutil.c.o
[134/1310] Compiling C object src/util/libvirt_util.a.p/virnetdevbridge.c.o
[134/1310] Compiling C object src/util/libvirt_util.a.p/viruuid.c.o
[135/1310] Compiling C object src/util/libvirt_util.a.p/virperf.c.o
[135/1310] Compiling C object src/util/libvirt_util.a.p/virvhba.c.o
[136/1310] Compiling C object src/util/libvirt_util.a.p/virnetdevmacvlan.c.o
[136/1310] Compiling C object src/util/libvirt_util.a.p/virpcivpd.c.o
[137/1310] Compiling C object src/util/libvirt_util.a.p/virhostcpu.c.o
[137/1310] Compiling C object src/util/libvirt_util.a.p/virvsock.c.o
[138/1310] Compiling C object src/util/libvirt_util.a.p/virportallocator.c.o
[138/1310] Compiling C object src/util/libvirt_util.a.p/virxml.c.o
[139/1310] Compiling C object src/util/libvirt_util.a.p/virqemu.c.o
[139/1310] Compiling C object src/util/libvirt_util.a.p/virerror.c.o
[140/1310] Compiling C object src/util/libvirt_util.a.p/virnetdevip.c.o
[140/1310] Compiling C object src/util/libvirt_util.a.p/virevent.c.o
[141/1310] Compiling C object src/util/libvirt_util.a.p/virseclabel.c.o
[141/1310] Compiling C object src/util/libvirt_util.a.p/virtypedparam-public.c.o
[142/1310] Compiling C object src/util/libvirt_util.a.p/virsecureerase.c.o
[142/1310] Compiling C object src/rpc/libvirt_net_rpc.a.p/meson-generated_.._virnetprotocol.c.o
[143/1310] Compiling C object src/util/libvirt_util.a.p/virpidfile.c.o
[143/1310] Compiling C object src/rpc/libvirt_net_rpc.a.p/meson-generated_.._virkeepaliveprotocol.c.o
[144/1310] Compiling C object src/util/libvirt_util.a.p/virrandom.c.o
[144/1310] Compiling C object src/rpc/libvirt_net_rpc.a.p/virnetmessage.c.o
[145/1310] Compiling C object src/util/libvirt_util.a.p/virlog.c.o
[145/1310] Compiling C object src/rpc/libvirt_net_rpc.a.p/virnettlscontext.c.o
[146/1310] Compiling C object src/util/libvirt_util.a.p/virscsihost.c.o
[146/1310] Compiling C object src/rpc/libvirt_net_rpc_server.a.p/virnetserverprogram.c.o
[147/1310] Compiling C object src/util/libvirt_util.a.p/virpolkit.c.o
[147/1310] Compiling C object src/rpc/libvirt_net_rpc.a.p/virnetsocket.c.o
[148/1310] Compiling C object src/util/libvirt_util.a.p/virscsivhost.c.o
[148/1310] Compiling C object src/rpc/libvirt_net_rpc.a.p/virkeepalive.c.o
[149/1310] Compiling C object src/util/libvirt_util.a.p/virsocket.c.o
[149/1310] Compiling C object src/rpc/libvirt_net_rpc.a.p/virnetlibsshsession.c.o
[150/1310] Compiling C object tools/virsh.p/virsh-host.c.o
[150/1310] Compiling C object src/rpc/libvirt_net_rpc.a.p/virnetsshsession.c.o
[151/1310] Compiling C object src/util/libvirt_util.a.p/virnuma.c.o
[151/1310] Compiling C object src/rpc/libvirt_net_rpc.a.p/virnetsaslcontext.c.o
[152/1310] Compiling C object src/util/libvirt_util.a.p/virscsi.c.o
[152/1310] Compiling C object src/rpc/libvirt_net_rpc_client.a.p/virnetclientstream.c.o
[153/1310] Compiling C object src/util/libvirt_util.a.p/virnetdevopenvswitch.c.o
[153/1310] Compiling C object src/rpc/libvirt_net_rpc_client.a.p/virnetclient.c.o
[154/1310] Compiling C object src/util/libvirt_util.a.p/virstoragefile.c.o
[154/1310] Compiling C object src/rpc/libvirt_net_rpc_server.a.p/virnetserverservice.c.o
[155/1310] Compiling C object src/util/libvirt_util.a.p/virrotatingfile.c.o
[155/1310] Compiling C object src/rpc/libvirt_net_rpc_server.a.p/virnetserver.c.o
[156/1310] Compiling C object src/util/libvirt_util.a.p/virthreadjob.c.o
[156/1310] Compiling C object src/rpc/libvirt_net_rpc_client.a.p/virnetclientprogram.c.o
[157/1310] Compiling C object src/util/libvirt_util.a.p/virsecret.c.o
[157/1310] Compiling C object src/rpc/libvirt_net_rpc_server.a.p/virnetserverclient.c.o
[158/1310] Compiling C object src/util/libvirt_util.a.p/virjson.c.o
[158/1310] Compiling C object src/rpc/libvirt_net_rpc_server.a.p/virnetdaemon.c.o
[159/1310] Compiling C object src/util/libvirt_util.a.p/virthread.c.o
[159/1310] Generating libvirt_access_qemu.syms with a custom command (wrapped by meson to capture output)
[160/1310] Compiling C object src/rpc/libvirt_net_rpc.a.p/meson-generated_.._virkeepaliveprotocol.c.o
[160/1310] Generating viraccessapichecklxc.h with a custom command (wrapped by meson to capture output)
[161/1310] Compiling C object src/util/libvirt_util.a.p/virnetdevvportprofile.c.o
[161/1310] Generating viraccessapichecklxc.c with a custom command (wrapped by meson to capture output)
[162/1310] Compiling C object src/util/libvirt_util.a.p/virnetlink.c.o
[162/1310] Generating libvirt_access_lxc.syms with a custom command (wrapped by meson to capture output)
[163/1310] Compiling C object src/util/libvirt_util.a.p/virtime.c.o
[163/1310] Generating org.libvirt.api.policy with a custom command (wrapped by meson to capture output)
[164/1310] Compiling C object src/util/libvirt_util.a.p/virthreadpool.c.o
[164/1310] Compiling C object src/cpu/libvirt_cpu.a.p/cpu_arm.c.o
[165/1310] Compiling C object src/util/libvirt_util.a.p/virtpm.c.o
[165/1310] Compiling C object src/cpu/libvirt_cpu.a.p/cpu_map.c.o
[166/1310] Compiling C object src/conf/libvirt_conf.a.p/node_device_conf.c.o
[166/1310] Compiling C object src/cpu/libvirt_cpu.a.p/cpu_ppc64.c.o
[167/1310] Compiling C object src/util/libvirt_util.a.p/vircommand.c.o
[167/1310] Compiling C object src/cpu/libvirt_cpu.a.p/cpu.c.o
[168/1310] Compiling C object src/util/libvirt_util.a.p/viruuid.c.o
[168/1310] Compiling C object src/vmx/libvirt_vmx.a.p/vmx.c.o
[169/1310] Compiling C object src/util/libvirt_util.a.p/virvsock.c.o
[169/1310] Compiling C object src/cpu/libvirt_cpu.a.p/cpu_s390.c.o
[170/1310] Compiling C object src/util/libvirt_util.a.p/virprocess.c.o
[170/1310] Compiling C object src/cpu/libvirt_cpu.a.p/cpu_x86.c.o
[171/1310] Compiling C object src/util/libvirt_util.a.p/viruri.c.o
[171/1310] Generating remote_client_bodies.h with a custom command (wrapped by meson to capture output)
[172/1310] Compiling C object src/util/libvirt_util.a.p/virevent.c.o
[172/1310] Generating remote_protocol.h with a custom command
[173/1310] Compiling C object src/util/libvirt_util.a.p/virstring.c.o
[173/1310] Generating remote_protocol.c with a custom command
[174/1310] Compiling C object src/util/libvirt_util.a.p/virusb.c.o
[174/1310] Generating qemu_client_bodies.h with a custom command (wrapped by meson to capture output)
[175/1310] Compiling C object src/util/libvirt_util.a.p/virvhba.c.o
[175/1310] Generating qemu_protocol.h with a custom command
[176/1310] Compiling C object src/rpc/libvirt_net_rpc.a.p/meson-generated_.._virnetprotocol.c.o
[176/1310] Generating qemu_protocol.c with a custom command
[177/1310] Generating qemu_protocol.h with a custom command
[177/1310] Generating lxc_client_bodies.h with a custom command (wrapped by meson to capture output)
[178/1310] Compiling C object src/util/libvirt_util.a.p/virtypedparam.c.o
[178/1310] Generating lxc_protocol.h with a custom command
[179/1310] Generating remote_protocol.h with a custom command
[179/1310] Generating lxc_protocol.c with a custom command
[180/1310] Generating remote_protocol.c with a custom command
[180/1310] Generating remote_daemon_dispatch_stubs.h with a custom command (wrapped by meson to capture output)
[181/1310] Generating qemu_protocol.c with a custom command
[181/1310] Generating qemu_daemon_dispatch_stubs.h with a custom command (wrapped by meson to capture output)
[182/1310] Generating lxc_protocol.h with a custom command
[182/1310] Generating lxc_daemon_dispatch_stubs.h with a custom command (wrapped by meson to capture output)
[183/1310] Compiling C object src/util/libvirt_util.a.p/virsocketaddr.c.o
[183/1310] Generating admin_protocol.h with a custom command
[184/1310] Compiling C object src/util/libvirt_util.a.p/vircgroup.c.o
[184/1310] Generating admin_protocol.c with a custom command
[185/1310] Generating lxc_protocol.c with a custom command
[185/1310] Generating admin_server_dispatch_stubs.h with a custom command (wrapped by meson to capture output)
[186/1310] Generating admin_protocol.h with a custom command
[186/1310] Generating lock_protocol.h with a custom command
[187/1310] Compiling C object src/util/libvirt_util.a.p/virtypedparam-public.c.o
[187/1310] Generating lock_protocol.c with a custom command
[188/1310] Generating admin_protocol.c with a custom command
[188/1310] Generating admin_client.h with a custom command (wrapped by meson to capture output)
[189/1310] Generating lock_protocol.h with a custom command
[189/1310] Generating libvirt_admin.syms with a custom command
[190/1310] Generating lock_protocol.c with a custom command
[190/1310] Generating lock_daemon_dispatch_stubs.h with a custom command (wrapped by meson to capture output)
[191/1310] Compiling C object src/util/libvirt_util.a.p/virpcivpd.c.o
[191/1310] Compiling C object src/locking/libvirt_lock_driver.a.p/lock_driver_nop.c.o
[192/1310] Generating libvirt_admin.syms with a custom command
[192/1310] Compiling C object src/locking/libvirt_lock_driver.a.p/domain_lock.c.o
[193/1310] Compiling C object src/rpc/libvirt_net_rpc_server.a.p/virnetserverprogram.c.o
[193/1310] Compiling C object src/locking/liblockd_impl.a.p/meson-generated_.._lock_protocol.c.o
[194/1310] Compiling C object src/rpc/libvirt_net_rpc.a.p/virkeepalive.c.o
[194/1310] Generating log_protocol.h with a custom command
[195/1310] Compiling C object src/util/libvirt_util.a.p/virerror.c.o
[195/1310] Compiling C object src/locking/libvirt_lock_driver.a.p/lock_manager.c.o
[196/1310] Generating log_protocol.h with a custom command
[196/1310] Compiling C object src/locking/liblockd_impl.a.p/lock_driver_lockd.c.o
[197/1310] Compiling C object src/rpc/libvirt_net_rpc.a.p/virnetmessage.c.o
[197/1310] Generating log_protocol.c with a custom command
[198/1310] Generating libvirt_access_qemu.syms with a custom command (wrapped by meson to capture output)
[198/1310] Generating log_daemon_dispatch_stubs.h with a custom command (wrapped by meson to capture output)
[199/1310] Compiling C object src/rpc/libvirt_net_rpc_client.a.p/virnetclientprogram.c.o
[199/1310] Compiling C object src/logging/libvirt_log_driver.a.p/log_manager.c.o
[200/1310] Compiling C object src/util/libvirt_util.a.p/virsystemd.c.o
[200/1310] Compiling C object src/security/libvirt_security_manager.a.p/security_dac.c.o
[201/1310] Compiling C object src/rpc/libvirt_net_rpc.a.p/virnetsaslcontext.c.o
[201/1310] Compiling C object src/security/libvirt_security_manager.a.p/security_manager.c.o
[202/1310] Compiling C object src/rpc/libvirt_net_rpc_server.a.p/virnetserverservice.c.o
[202/1310] Compiling C object src/security/libvirt_security_manager.a.p/security_nop.c.o
[203/1310] Generating viraccessapichecklxc.h with a custom command (wrapped by meson to capture output)
[203/1310] Compiling C object src/access/libvirt_access.a.p/meson-generated_.._viraccessapicheck.c.o
[204/1310] Generating log_protocol.c with a custom command
[204/1310] Compiling C object src/access/libvirt_access.a.p/meson-generated_.._viraccessapicheckqemu.c.o
[205/1310] Generating libvirt_access_lxc.syms with a custom command (wrapped by meson to capture output)
[205/1310] Compiling C object src/access/libvirt_access.a.p/viraccessperm.c.o
[206/1310] Generating viraccessapichecklxc.c with a custom command (wrapped by meson to capture output)
[206/1310] Compiling C object src/access/libvirt_access.a.p/meson-generated_.._viraccessapichecklxc.c.o
[207/1310] Generating org.libvirt.api.policy with a custom command (wrapped by meson to capture output)
[207/1310] Compiling C object src/access/libvirt_access.a.p/viraccessmanager.c.o
[208/1310] Compiling C object src/rpc/libvirt_net_rpc_client.a.p/virnetclientstream.c.o
[208/1310] Compiling C object src/access/libvirt_access.a.p/viraccessdrivernop.c.o
[209/1310] Compiling C object src/conf/libvirt_conf.a.p/network_conf.c.o
[209/1310] Compiling C object src/access/libvirt_access.a.p/viraccessdriverstack.c.o
[210/1310] Compiling C object src/util/libvirt_util.a.p/virfile.c.o
[210/1310] Compiling C object src/access/libvirt_access.a.p/viraccessdriverpolkit.c.o
[211/1310] Compiling C object src/util/libvirt_util.a.p/virnetdev.c.o
[211/1310] Compiling C object src/hypervisor/libvirt_hypervisor.a.p/virclosecallbacks.c.o
[212/1310] Compiling C object src/util/libvirt_util.a.p/virutil.c.o
[212/1310] Compiling C object src/hypervisor/libvirt_hypervisor.a.p/virhostdev.c.o
[213/1310] Compiling C object src/cpu/libvirt_cpu.a.p/cpu_s390.c.o
[213/1310] Compiling C object src/hypervisor/libvirt_hypervisor.a.p/domain_cgroup.c.o
[214/1310] Compiling C object src/cpu/libvirt_cpu.a.p/cpu_map.c.o
[214/1310] Compiling C object src/hypervisor/libvirt_hypervisor.a.p/domain_driver.c.o
[215/1310] Compiling C object src/rpc/libvirt_net_rpc.a.p/virnetsshsession.c.o
[215/1310] Compiling C object src/nwfilter/libvirt_driver_nwfilter_impl.a.p/nwfilter_gentech_driver.c.o
[216/1310] Compiling C object src/util/libvirt_util.a.p/virpci.c.o
[216/1310] Compiling C object src/nwfilter/libvirt_driver_nwfilter_impl.a.p/nwfilter_dhcpsnoop.c.o
[217/1310] Compiling C object src/rpc/libvirt_net_rpc.a.p/virnetlibsshsession.c.o
[217/1310] Compiling C object src/nwfilter/libvirt_driver_nwfilter_impl.a.p/nwfilter_ebiptables_driver.c.o
[218/1310] Generating qemu_client_bodies.h with a custom command (wrapped by meson to capture output)
[218/1310] Compiling C object src/logging/libvirt_log_driver.a.p/meson-generated_.._log_protocol.c.o
[219/1310] Compiling C object src/cpu/libvirt_cpu.a.p/cpu_arm.c.o
[219/1310] Compiling C object src/network/libvirt_driver_network_impl.a.p/bridge_driver.c.o
[220/1310] Compiling C object src/rpc/libvirt_net_rpc_server.a.p/virnetserver.c.o
[220/1310] Compiling C object src/network/libvirt_driver_network_impl.a.p/bridge_driver_platform.c.o
[221/1310] Compiling C object src/util/libvirt_util.a.p/virresctrl.c.o
[221/1310] Compiling C object src/node_device/libvirt_driver_nodedev_impl.a.p/node_device_driver.c.o
[222/1310] Generating lxc_client_bodies.h with a custom command (wrapped by meson to capture output)
[222/1310] Compiling C object src/node_device/libvirt_driver_nodedev_impl.a.p/node_device_udev.c.o
[223/1310] Compiling C object tools/virsh.p/virsh-domain-monitor.c.o
[223/1310] Compiling C object src/nwfilter/libvirt_driver_nwfilter_impl.a.p/nwfilter_driver.c.o
[224/1310] Compiling C object src/util/libvirt_util.a.p/virsysinfo.c.o
[224/1310] Compiling C object src/nwfilter/libvirt_driver_nwfilter_impl.a.p/nwfilter_learnipaddr.c.o
[225/1310] Generating remote_client_bodies.h with a custom command (wrapped by meson to capture output)
[225/1310] Compiling C object src/remote/libvirt_remote_driver.a.p/meson-generated_.._lxc_protocol.c.o
[226/1310] Generating admin_server_dispatch_stubs.h with a custom command (wrapped by meson to capture output)
[226/1310] Compiling C object src/remote/libvirt_remote_driver.a.p/meson-generated_.._remote_protocol.c.o
[227/1310] Compiling C object src/rpc/libvirt_net_rpc.a.p/virnettlscontext.c.o
[227/1310] Compiling C object src/remote/libvirt_remote_driver.a.p/meson-generated_.._qemu_protocol.c.o
[228/1310] Generating lxc_daemon_dispatch_stubs.h with a custom command (wrapped by meson to capture output)
[228/1310] Compiling C object src/remote/libvirt_remote_driver.a.p/remote_driver.c.o
[229/1310] Generating qemu_daemon_dispatch_stubs.h with a custom command (wrapped by meson to capture output)
[229/1310] Compiling C object src/admin/libvirt_admin_driver.a.p/meson-generated_.._admin_protocol.c.o
[230/1310] Compiling C object src/locking/liblockd_impl.a.p/meson-generated_.._lock_protocol.c.o
[230/1310] Compiling C object src/admin/libvirt_admin_driver.a.p/admin_server.c.o
[231/1310] Compiling C object src/util/libvirt_util.a.p/virxml.c.o
[231/1310] Linking static target src/util/libvirt_util.a
[232/1310] Compiling C object src/rpc/libvirt_net_rpc_server.a.p/virnetdaemon.c.o
[232/1310] Compiling C object src/remote/libvirt_remote_driver.a.p/remote_sockets.c.o
[233/1310] Compiling C object src/rpc/libvirt_net_rpc_server.a.p/virnetserverclient.c.o
[233/1310] Linking static target src/rpc/libvirt_net_rpc_server.a
[234/1310] Generating lock_daemon_dispatch_stubs.h with a custom command (wrapped by meson to capture output)
[234/1310] Compiling C object src/admin/libvirt_admin_driver.a.p/admin_server_dispatch.c.o
[235/1310] Compiling C object src/locking/libvirt_lock_driver.a.p/lock_driver_nop.c.o
[235/1310] Compiling C object src/security/libvirt_security_manager.a.p/security_stack.c.o
[236/1310] Compiling C object src/access/libvirt_access.a.p/viraccessperm.c.o
[236/1310] Compiling C object src/security/libvirt_security_manager.a.p/security_driver.c.o
[237/1310] Generating remote_daemon_dispatch_stubs.h with a custom command (wrapped by meson to capture output)
[237/1310] Compiling C object src/libvirtd.p/remote_remote_daemon.c.o
[238/1310] Linking static target src/rpc/libvirt_net_rpc_server.a
[238/1310] Compiling C object src/storage/libvirt_storage_driver_impl.a.p/storage_driver.c.o
[239/1310] Generating admin_client.h with a custom command (wrapped by meson to capture output)
[239/1310] Compiling C object src/storage/libvirt_storage_driver_impl.a.p/storage_util.c.o
[240/1310] Compiling C object src/cpu/libvirt_cpu.a.p/cpu.c.o
[240/1310] Compiling C object src/storage/libvirt_storage_driver_impl.a.p/storage_backend.c.o
[241/1310] Compiling C object src/logging/libvirt_log_driver.a.p/log_manager.c.o
[241/1310] Compiling C object src/security/libvirt_security_manager.a.p/security_util.c.o
[242/1310] Compiling C object src/locking/libvirt_lock_driver.a.p/domain_lock.c.o
[242/1310] Compiling C object src/security/libvirt_security_manager.a.p/security_selinux.c.o
[243/1310] Compiling C object src/cpu/libvirt_cpu.a.p/cpu_ppc64.c.o
[243/1310] Generating virtesxgenheaders with a custom command
[244/1310] Linking static target src/util/libvirt_util.a
[244/1310] Generating virtesxgensources with a custom command
[245/1310] Generating log_daemon_dispatch_stubs.h with a custom command (wrapped by meson to capture output)
[245/1310] Compiling C object src/storage_file/libvirt_storage_file.a.p/storage_source.c.o
[246/1310] Compiling C object src/rpc/libvirt_net_rpc.a.p/virnetsocket.c.o
[246/1310] Linking static target src/rpc/libvirt_net_rpc.a
[247/1310] Compiling C object src/security/libvirt_security_manager.a.p/security_nop.c.o
[247/1310] Compiling C object src/storage_file/libvirt_storage_file.a.p/storage_source_backingstore.c.o
[248/1310] Linking static target src/rpc/libvirt_net_rpc.a
[248/1310] Compiling C object src/storage_file/libvirt_storage_file.a.p/storage_file_backend.c.o
[249/1310] Compiling C object src/access/libvirt_access.a.p/meson-generated_.._viraccessapichecklxc.c.o
[249/1310] Compiling C object src/storage_file/libvirt_storage_file.a.p/storage_file_probe.c.o
[250/1310] Compiling C object src/access/libvirt_access.a.p/viraccessdrivernop.c.o
[250/1310] Generating virthypervgen with a custom command
[251/1310] Compiling C object src/locking/libvirt_lock_driver.a.p/lock_manager.c.o
[251/1310] Linking static target src/locking/libvirt_lock_driver.a
[252/1310] Generating virtesxgenheaders with a custom command
[252/1310] Generating lxc_monitor_protocol_h with a custom command
[253/1310] Compiling C object src/rpc/libvirt_net_rpc_client.a.p/virnetclient.c.o
[253/1310] Linking static target src/rpc/libvirt_net_rpc_client.a
[254/1310] Linking static target src/locking/libvirt_lock_driver.a
[254/1310] Generating lxc_monitor_protocol_c with a custom command
[255/1310] Generating lxc_monitor_protocol_h with a custom command
[255/1310] Generating lxc_monitor_dispatch_h with a custom command (wrapped by meson to capture output)
[256/1310] Generating virtesxgensources with a custom command
[256/1310] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_driver.c.o
[257/1310] Compiling C object src/access/libvirt_access.a.p/meson-generated_.._viraccessapicheckqemu.c.o
[257/1310] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_interface_driver.c.o
[258/1310] Compiling C object src/admin/libvirt_admin_driver.a.p/meson-generated_.._admin_protocol.c.o
[258/1310] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_network_driver.c.o
[259/1310] Linking static target src/rpc/libvirt_net_rpc_client.a
[259/1310] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_storage_driver.c.o
[260/1310] Compiling C object src/logging/libvirt_log_driver.a.p/meson-generated_.._log_protocol.c.o
[260/1310] Linking static target src/logging/libvirt_log_driver.a
[261/1310] Generating lxc_monitor_protocol_c with a custom command
[261/1310] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_storage_backend_vmfs.c.o
[262/1310] Generating virthypervgen with a custom command
[262/1310] Compiling C object src/hyperv/libvirt_driver_hyperv.a.p/hyperv_wmi.c.o
[263/1310] Linking static target src/logging/libvirt_log_driver.a
[263/1310] Compiling C object src/hyperv/libvirt_driver_hyperv.a.p/hyperv_wmi_classes.c.o
[264/1310] Compiling C object src/access/libvirt_access.a.p/viraccessmanager.c.o
[264/1310] Compiling C object src/hyperv/libvirt_driver_hyperv.a.p/hyperv_driver.c.o
[265/1310] Compiling C object src/access/libvirt_access.a.p/viraccessdriverstack.c.o
[265/1310] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_storage_backend_iscsi.c.o
[266/1310] Compiling C object src/access/libvirt_access.a.p/viraccessdriverpolkit.c.o
[266/1310] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_stream.c.o
[267/1310] Compiling C object src/hypervisor/libvirt_hypervisor.a.p/virclosecallbacks.c.o
[267/1310] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_util.c.o
[268/1310] Compiling C object src/remote/libvirt_remote_driver.a.p/meson-generated_.._lxc_protocol.c.o
[268/1310] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_vi.c.o
[269/1310] Compiling C object src/remote/libvirt_remote_driver.a.p/meson-generated_.._qemu_protocol.c.o
[269/1310] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_vi_methods.c.o
[270/1310] Compiling C object src/locking/liblockd_impl.a.p/lock_driver_lockd.c.o
[270/1310] Linking static target src/locking/liblockd_impl.a
[271/1310] Compiling C object src/hypervisor/libvirt_hypervisor.a.p/domain_cgroup.c.o
[271/1310] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_vi_types.c.o
[272/1310] Linking static target src/locking/liblockd_impl.a
[272/1310] Generating lxc_controller_dispatch_h with a custom command (wrapped by meson to capture output)
[273/1310] Compiling C object src/remote/libvirt_remote_driver.a.p/remote_sockets.c.o
[273/1310] Compiling C object src/hyperv/libvirt_driver_hyperv.a.p/hyperv_network_driver.c.o
[274/1310] Compiling C object src/security/libvirt_security_manager.a.p/security_driver.c.o
[274/1310] Compiling C object src/hyperv/libvirt_driver_hyperv.a.p/hyperv_util.c.o
[275/1310] Compiling C object src/security/libvirt_security_manager.a.p/security_manager.c.o
[275/1310] Compiling C object src/ch/libvirt_driver_ch_impl.a.p/ch_driver.c.o
[276/1310] Compiling C object src/security/libvirt_security_manager.a.p/security_util.c.o
[276/1310] Compiling C object src/ch/libvirt_driver_ch_impl.a.p/ch_monitor.c.o
[277/1310] Compiling C object src/network/libvirt_driver_network_impl.a.p/bridge_driver_platform.c.o
[277/1310] Compiling C object src/ch/libvirt_driver_ch_impl.a.p/ch_process.c.o
[278/1310] Compiling C object src/storage_file/libvirt_storage_file.a.p/storage_file_backend.c.o
[278/1310] Compiling C object src/ch/libvirt_driver_ch_impl.a.p/ch_conf.c.o
[279/1310] Compiling C object src/admin/libvirt_admin_driver.a.p/admin_server.c.o
[279/1310] Compiling C object src/openvz/libvirt_openvz.a.p/openvz_driver.c.o
[280/1310] Compiling C object src/storage/libvirt_storage_driver_impl.a.p/storage_backend.c.o
[280/1310] Compiling C object src/openvz/libvirt_openvz.a.p/openvz_util.c.o
[281/1310] Compiling C object src/nwfilter/libvirt_driver_nwfilter_impl.a.p/nwfilter_gentech_driver.c.o
[281/1310] Compiling C object src/ch/libvirt_driver_ch_impl.a.p/ch_domain.c.o
[282/1310] Generating lxc_monitor_dispatch_h with a custom command (wrapped by meson to capture output)
[282/1310] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/meson-generated_.._lxc_monitor_protocol.c.o
[283/1310] Compiling C object src/hypervisor/libvirt_hypervisor.a.p/domain_driver.c.o
[283/1310] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/lxc_native.c.o
[284/1310] Compiling C object src/nwfilter/libvirt_driver_nwfilter_impl.a.p/nwfilter_learnipaddr.c.o
[284/1310] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/lxc_driver.c.o
[285/1310] Compiling C object src/hyperv/libvirt_driver_hyperv.a.p/hyperv_wmi_classes.c.o
[285/1310] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/lxc_fuse.c.o
[286/1310] Compiling C object src/admin/libvirt_admin_driver.a.p/admin_server_dispatch.c.o
[286/1310] Linking static target src/admin/libvirt_admin_driver.a
[287/1310] Linking static target src/admin/libvirt_admin_driver.a
[287/1310] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/lxc_domain.c.o
[288/1310] Compiling C object src/nwfilter/libvirt_driver_nwfilter_impl.a.p/nwfilter_driver.c.o
[288/1310] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/lxc_cgroup.c.o
[289/1310] Compiling C object src/storage_file/libvirt_storage_file.a.p/storage_file_probe.c.o
[289/1310] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/lxc_conf.c.o
[290/1310] Compiling C object src/security/libvirt_security_manager.a.p/security_stack.c.o
[290/1310] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/lxc_container.c.o
[291/1310] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/meson-generated_.._lxc_monitor_protocol.c.o
[291/1310] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/lxc_hostdev.c.o
[292/1310] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_interface_driver.c.o
[292/1310] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/lxc_monitor.c.o
[293/1310] Compiling C object src/storage_file/libvirt_storage_file.a.p/storage_source.c.o
[293/1310] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/lxc_process.c.o
[294/1310] Compiling C object src/nwfilter/libvirt_driver_nwfilter_impl.a.p/nwfilter_dhcpsnoop.c.o
[294/1310] Generating libvirt_qemu_probes.stp with a custom command (wrapped by meson to capture output)
[295/1310] Compiling C object src/security/libvirt_security_manager.a.p/security_dac.c.o
[295/1310] Compiling C object src/openvz/libvirt_openvz.a.p/openvz_conf.c.o
[296/1310] Generating lxc_controller_dispatch_h with a custom command (wrapped by meson to capture output)
[296/1310] Generating libvirt_qemu_probes.h with a custom command
[297/1310] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_storage_driver.c.o
[297/1310] Generating libvirt_qemu_probes.o with a custom command
[298/1310] Compiling C object src/storage_file/libvirt_storage_file.a.p/storage_source_backingstore.c.o
[298/1310] Linking static target src/storage_file/libvirt_storage_file.a
[299/1310] Linking static target src/storage_file/libvirt_storage_file.a
[299/1310] Compiling C object tests/virlogtest.p/virlogtest.c.o
[300/1310] Compiling C object src/hyperv/libvirt_driver_hyperv.a.p/hyperv_util.c.o
[300/1310] Compiling C object tests/virnetdevtest.p/virnetdevtest.c.o
[301/1310] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_stream.c.o
[301/1310] Compiling C object src/test/libvirt_test.a.p/test_driver.c.o
[302/1310] Generating libvirt_qemu_probes.h with a custom command
[302/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_interop_config.c.o
[303/1310] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_util.c.o
[303/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_migration.c.o
[304/1310] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_storage_backend_iscsi.c.o
[304/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_capabilities.c.o
[305/1310] Compiling C object src/openvz/libvirt_openvz.a.p/openvz_util.c.o
[305/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_cgroup.c.o
[306/1310] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_network_driver.c.o
[306/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_agent.c.o
[307/1310] Compiling C object src/hyperv/libvirt_driver_hyperv.a.p/hyperv_network_driver.c.o
[307/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_checkpoint.c.o
[308/1310] Compiling C object src/ch/libvirt_driver_ch_impl.a.p/ch_conf.c.o
[308/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_block.c.o
[309/1310] Compiling C object src/ch/libvirt_driver_ch_impl.a.p/ch_process.c.o
[309/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_blockjob.c.o
[310/1310] Generating libvirt_qemu_probes.o with a custom command
[310/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_alias.c.o
[311/1310] Compiling C object src/libvirtd.p/remote_remote_daemon.c.o
[311/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_backup.c.o
[312/1310] Compiling C object src/ch/libvirt_driver_ch_impl.a.p/ch_domain.c.o
[312/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_domain_address.c.o
[313/1310] Compiling C object src/hypervisor/libvirt_hypervisor.a.p/virhostdev.c.o
[313/1310] Linking static target src/hypervisor/libvirt_hypervisor.a
[314/1310] Compiling C object src/node_device/libvirt_driver_nodedev_impl.a.p/node_device_driver.c.o
[314/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_extdevice.c.o
[315/1310] Compiling C object src/node_device/libvirt_driver_nodedev_impl.a.p/node_device_udev.c.o
[315/1310] Linking static target src/node_device/libvirt_driver_nodedev_impl.a
[316/1310] Linking static target src/hypervisor/libvirt_hypervisor.a
[316/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_firmware.c.o
[317/1310] Linking static target src/node_device/libvirt_driver_nodedev_impl.a
[317/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_command.c.o
[318/1310] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/lxc_hostdev.c.o
[318/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_conf.c.o
[319/1310] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_storage_backend_vmfs.c.o
[319/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_dbus.c.o
[320/1310] Generating libvirt_qemu_probes.stp with a custom command (wrapped by meson to capture output)
[320/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_domain.c.o
[321/1310] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/lxc_fuse.c.o
[321/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_domainjob.c.o
[322/1310] Compiling C object src/cpu/libvirt_cpu.a.p/cpu_x86.c.o
[322/1310] Linking static target src/cpu/libvirt_cpu.a
[323/1310] Compiling C object src/vmx/libvirt_vmx.a.p/vmx.c.o
[323/1310] Linking static target src/vmx/libvirt_vmx.a
[324/1310] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/lxc_conf.c.o
[324/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_hostdev.c.o
[325/1310] Compiling C object src/ch/libvirt_driver_ch_impl.a.p/ch_driver.c.o
[325/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_driver.c.o
[326/1310] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/lxc_domain.c.o
[326/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_migration_cookie.c.o
[327/1310] Linking static target src/vmx/libvirt_vmx.a
[327/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_migration_params.c.o
[328/1310] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/lxc_monitor.c.o
[328/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_monitor.c.o
[329/1310] Linking static target src/cpu/libvirt_cpu.a
[329/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_hotplug.c.o
[330/1310] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/lxc_cgroup.c.o
[330/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_interface.c.o
[331/1310] Compiling C object tests/virnetdevtest.p/virnetdevtest.c.o
[331/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_monitor_json.c.o
[332/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_interop_config.c.o
[332/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_monitor_text.c.o
[333/1310] Compiling C object tests/virlogtest.p/virlogtest.c.o
[333/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_validate.c.o
[334/1310] Compiling C object src/hyperv/libvirt_driver_hyperv.a.p/hyperv_wmi.c.o
[334/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_vhost_user.c.o
[335/1310] Compiling C object src/storage/libvirt_storage_driver_impl.a.p/storage_driver.c.o
[335/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_qapi.c.o
[336/1310] Compiling C object src/ch/libvirt_driver_ch_impl.a.p/ch_monitor.c.o
[336/1310] Linking static target src/ch/libvirt_driver_ch_impl.a
[337/1310] Compiling C object src/nwfilter/libvirt_driver_nwfilter_impl.a.p/nwfilter_ebiptables_driver.c.o
[337/1310] Linking static target src/nwfilter/libvirt_driver_nwfilter_impl.a
[338/1310] Linking static target src/ch/libvirt_driver_ch_impl.a
[338/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_namespace.c.o
[339/1310] Linking static target src/nwfilter/libvirt_driver_nwfilter_impl.a
[339/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_process.c.o
[340/1310] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/lxc_native.c.o
[340/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_saveimage.c.o
[341/1310] Compiling C object src/security/libvirt_security_manager.a.p/security_selinux.c.o
[341/1310] Linking static target src/security/libvirt_security_manager.a
[342/1310] Linking static target src/security/libvirt_security_manager.a
[342/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_vhost_user_gpu.c.o
[343/1310] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_vi_methods.c.o
[343/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_slirp.c.o
[344/1310] Compiling C object src/openvz/libvirt_openvz.a.p/openvz_conf.c.o
[344/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_tpm.c.o
[345/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_extdevice.c.o
[345/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_security.c.o
[346/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_qapi.c.o
[346/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_snapshot.c.o
[347/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_alias.c.o
[347/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_virtiofs.c.o
[348/1310] Compiling C object src/openvz/libvirt_openvz.a.p/openvz_driver.c.o
[348/1310] Linking static target src/openvz/libvirt_openvz.a
[349/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_monitor_text.c.o
[349/1310] Compiling C object src/vbox/libvirt_driver_vbox_impl.a.p/vbox_V5_2.c.o
[350/1310] Linking static target src/openvz/libvirt_openvz.a
[350/1310] Compiling C object src/vbox/libvirt_driver_vbox_impl.a.p/vbox_V6_0.c.o
[351/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_dbus.c.o
[351/1310] Compiling C object src/vbox/libvirt_driver_vbox_impl.a.p/vbox_V6_1.c.o
[352/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_checkpoint.c.o
[352/1310] Compiling C object src/vbox/libvirt_driver_vbox_impl.a.p/vbox_XPCOMCGlue.c.o
[353/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_hostdev.c.o
[353/1310] Generating libvirt.syms with a custom command
[354/1310] Compiling C object src/storage/libvirt_storage_driver_impl.a.p/storage_util.c.o
[354/1310] Linking static target src/storage/libvirt_storage_driver_impl.a
[355/1310] Linking static target src/storage/libvirt_storage_driver_impl.a
[355/1310] Compiling C object src/vmware/libvirt_vmware.a.p/vmware_driver.c.o
[356/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_cgroup.c.o
[356/1310] Compiling C object src/vbox/libvirt_driver_vbox_impl.a.p/vbox_network.c.o
[357/1310] Generating libvirt.syms with a custom command
[357/1310] Compiling C object src/vbox/libvirt_driver_vbox_impl.a.p/vbox_snapshot_conf.c.o
[358/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_vhost_user.c.o
[358/1310] Compiling C object src/vbox/libvirt_driver_vbox_impl.a.p/vbox_storage.c.o
[359/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_blockjob.c.o
[359/1310] Compiling C object src/vbox/libvirt_driver_vbox_impl.a.p/vbox_common.c.o
[360/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_backup.c.o
[360/1310] Compiling C object src/vbox/libvirt_driver_vbox_impl.a.p/vbox_driver.c.o
[361/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_interface.c.o
[361/1310] Compiling C object src/vmware/libvirt_vmware.a.p/vmware_conf.c.o
[362/1310] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/lxc_process.c.o
[362/1310] Compiling C object src/libvirt_driver.a.p/driver.c.o
[363/1310] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/lxc_container.c.o
[363/1310] Compiling C object src/libvirt_driver.a.p/libvirt.c.o
[364/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_domainjob.c.o
[364/1310] Compiling C object src/libvirt_driver.a.p/libvirt-domain.c.o
[365/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_firmware.c.o
[365/1310] Compiling C object src/libvirt_driver.a.p/libvirt-domain-checkpoint.c.o
[366/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_migration_params.c.o
[366/1310] Compiling C object src/libvirt_driver.a.p/libvirt-domain-snapshot.c.o
[367/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_vhost_user_gpu.c.o
[367/1310] Compiling C object src/libvirt_driver.a.p/libvirt-host.c.o
[368/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_saveimage.c.o
[368/1310] Compiling C object src/libvirt_driver.a.p/libvirt-interface.c.o
[369/1310] Compiling C object src/network/libvirt_driver_network_impl.a.p/bridge_driver.c.o
[369/1310] Linking static target src/network/libvirt_driver_network_impl.a
[370/1310] Linking static target src/network/libvirt_driver_network_impl.a
[370/1310] Compiling C object src/libvirt_driver.a.p/libvirt-network.c.o
[371/1310] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_driver.c.o
[371/1310] Compiling C object src/libvirt_driver.a.p/libvirt-nodedev.c.o
[372/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_slirp.c.o
[372/1310] Compiling C object src/libvirt_driver.a.p/libvirt-nwfilter.c.o
[373/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_conf.c.o
[373/1310] Compiling C object src/libvirt_driver.a.p/libvirt-secret.c.o
[374/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_domain_address.c.o
[374/1310] Compiling C object src/libvirt_driver.a.p/libvirt-storage.c.o
[375/1310] Compiling C object src/vbox/libvirt_driver_vbox_impl.a.p/vbox_XPCOMCGlue.c.o
[375/1310] Compiling C object src/libvirt_driver.a.p/libvirt-stream.c.o
[376/1310] Compiling C object src/hyperv/libvirt_driver_hyperv.a.p/hyperv_driver.c.o
[376/1310] Linking static target src/hyperv/libvirt_driver_hyperv.a
[377/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_security.c.o
[377/1310] Compiling C object src/libvirt_driver.a.p/datatypes.c.o
[378/1310] Linking static target src/hyperv/libvirt_driver_hyperv.a
[378/1310] Compiling C object src/libvirt-qemu.so.0.7009.0.p/libvirt-qemu.c.o
[379/1310] Compiling C object src/libvirt_driver.a.p/driver.c.o
[379/1310] Compiling C object tests/libshunload.so.p/shunloadhelper.c.o
[380/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_tpm.c.o
[380/1310] Compiling C object src/libvirt-lxc.so.0.7009.0.p/libvirt-lxc.c.o
[381/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_virtiofs.c.o
[381/1310] Compiling C object src/libvirt-admin.so.0.7009.0.p/meson-generated_.._admin_admin_protocol.c.o
[382/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_agent.c.o
[382/1310] Compiling C object src/libvirt-admin.so.0.7009.0.p/admin_libvirt-admin.c.o
[383/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_block.c.o
[383/1310] Compiling C object src/libvirt-admin.so.0.7009.0.p/datatypes.c.o
[384/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_migration_cookie.c.o
[384/1310] Compiling C object src/libvirt_driver_interface.so.p/interface_interface_driver.c.o
[385/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_namespace.c.o
[385/1310] Compiling C object src/libvirt_driver_interface.so.p/interface_interface_backend_netcf.c.o
[386/1310] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_vi.c.o
[386/1310] Compiling C object src/libvirt_driver_interface.so.p/interface_interface_backend_udev.c.o
[387/1310] Compiling C object src/libvirt_driver.a.p/libvirt-domain-checkpoint.c.o
[387/1310] Compiling C object src/sanlock.so.p/locking_lock_driver_sanlock.c.o
[388/1310] Compiling C object src/vbox/libvirt_driver_vbox_impl.a.p/vbox_driver.c.o
[388/1310] Compiling C object src/libvirt_driver_secret.so.p/secret_secret_driver.c.o
[389/1310] Compiling C object src/libvirt_driver_interface.so.p/interface_interface_driver.c.o
[389/1310] Compiling C object src/libvirt_storage_backend_fs.so.p/storage_storage_backend_fs.c.o
[390/1310] Compiling C object src/vmware/libvirt_vmware.a.p/vmware_conf.c.o
[390/1310] Compiling C object src/libvirt_storage_backend_disk.so.p/storage_storage_backend_disk.c.o
[391/1310] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/lxc_driver.c.o
[391/1310] Linking static target src/lxc/libvirt_driver_lxc_impl.a
[392/1310] Compiling C object src/vbox/libvirt_driver_vbox_impl.a.p/vbox_network.c.o
[392/1310] Compiling C object src/libvirt_storage_backend_gluster.so.p/storage_storage_backend_gluster.c.o
[393/1310] Compiling C object src/vmware/libvirt_vmware.a.p/vmware_driver.c.o
[393/1310] Linking static target src/vmware/libvirt_vmware.a
[394/1310] Compiling C object src/libvirt_driver.a.p/libvirt-domain-snapshot.c.o
[394/1310] Compiling C object src/libvirt_storage_backend_iscsi-direct.so.p/storage_storage_backend_iscsi_direct.c.o
[395/1310] Compiling C object tests/libshunload.so.p/shunloadhelper.c.o
[395/1310] Compiling C object src/libvirt_storage_backend_mpath.so.p/storage_storage_backend_mpath.c.o
[396/1310] Compiling C object src/libvirt_driver.a.p/libvirt-interface.c.o
[396/1310] Compiling C object src/libvirt_storage_backend_iscsi.so.p/storage_storage_backend_iscsi.c.o
[397/1310] Linking static target src/lxc/libvirt_driver_lxc_impl.a
[397/1310] Compiling C object src/libvirt_storage_backend_rbd.so.p/storage_storage_backend_rbd.c.o
[398/1310] Linking static target src/vmware/libvirt_vmware.a
[398/1310] Compiling C object src/libvirt_storage_backend_zfs.so.p/storage_storage_backend_zfs.c.o
[399/1310] Compiling C object src/vbox/libvirt_driver_vbox_impl.a.p/vbox_snapshot_conf.c.o
[399/1310] Compiling C object src/libvirt_storage_backend_logical.so.p/storage_storage_backend_logical.c.o
[400/1310] Compiling C object src/vbox/libvirt_driver_vbox_impl.a.p/vbox_storage.c.o
[400/1310] Compiling C object src/libvirt_storage_backend_scsi.so.p/storage_storage_backend_scsi.c.o
[401/1310] Compiling C object src/libvirt-admin.so.0.7009.0.p/meson-generated_.._admin_admin_protocol.c.o
[401/1310] Compiling C object src/libvirt_storage_backend_vstorage.so.p/storage_storage_backend_vstorage.c.o
[402/1310] Compiling C object src/remote/libvirt_remote_driver.a.p/meson-generated_.._remote_protocol.c.o
[402/1310] Compiling C object src/libvirt_storage_file_fs.so.p/storage_file_storage_file_backend_fs.c.o
[403/1310] Compiling C object src/libvirt-qemu.so.0.7009.0.p/libvirt-qemu.c.o
[403/1310] Compiling C object src/libvirt_storage_file_gluster.so.p/storage_file_storage_file_backend_gluster.c.o
[404/1310] Compiling C object src/libvirt-lxc.so.0.7009.0.p/libvirt-lxc.c.o
[404/1310] Compiling C object tests/virjsontest.p/virjsontest.c.o
[405/1310] Compiling C object src/libvirt_driver.a.p/libvirt-secret.c.o
[405/1310] Compiling C object tests/virmacmaptest.p/virmacmaptest.c.o
[406/1310] Compiling C object src/libvirt_driver.a.p/libvirt-host.c.o
[406/1310] Compiling C object src/libvirtd.p/remote_remote_daemon_config.c.o
[407/1310] Compiling C object src/libvirt_driver.a.p/libvirt.c.o
[407/1310] Compiling C object src/virtinterfaced.p/remote_remote_daemon.c.o
[408/1310] Compiling C object src/libvirt_driver.a.p/libvirt-nwfilter.c.o
[408/1310] Compiling C object src/virtproxyd.p/remote_remote_daemon.c.o
[409/1310] Compiling C object src/libvirt_driver.a.p/libvirt-nodedev.c.o
[409/1310] Compiling C object src/libvirtd.p/remote_remote_daemon_dispatch.c.o
[410/1310] Compiling C object src/access/libvirt_access.a.p/meson-generated_.._viraccessapicheck.c.o
[410/1310] Linking static target src/access/libvirt_access.a
[411/1310] Compiling C object src/vbox/libvirt_driver_vbox_impl.a.p/vbox_V5_2.c.o
[411/1310] Compiling C object src/libvirtd.p/remote_remote_daemon_stream.c.o
[412/1310] Linking static target src/access/libvirt_access.a
[412/1310] Compiling C object src/virtproxyd.p/remote_remote_daemon_config.c.o
[413/1310] Compiling C object src/libvirt_driver.a.p/datatypes.c.o
[413/1310] Compiling C object src/virtproxyd.p/remote_remote_daemon_dispatch.c.o
[414/1310] Compiling C object src/libvirt_driver.a.p/libvirt-stream.c.o
[414/1310] Compiling C object src/virtproxyd.p/remote_remote_daemon_stream.c.o
[415/1310] Compiling C object src/libvirt_driver.a.p/libvirt-network.c.o
[415/1310] Compiling C object src/virtinterfaced.p/remote_remote_daemon_config.c.o
[416/1310] Compiling C object src/vbox/libvirt_driver_vbox_impl.a.p/vbox_V6_0.c.o
[416/1310] Compiling C object src/virtlockd.p/meson-generated_.._locking_lock_protocol.c.o
[417/1310] Compiling C object src/vbox/libvirt_driver_vbox_impl.a.p/vbox_V6_1.c.o
[417/1310] Compiling C object src/virtlockd.p/locking_lock_daemon.c.o
[418/1310] Compiling C object src/libvirt-admin.so.0.7009.0.p/datatypes.c.o
[418/1310] Compiling C object src/virtinterfaced.p/remote_remote_daemon_dispatch.c.o
[419/1310] Compiling C object src/libvirt_storage_backend_fs.so.p/storage_storage_backend_fs.c.o
[419/1310] Compiling C object src/virtinterfaced.p/remote_remote_daemon_stream.c.o
[420/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_validate.c.o
[420/1310] Compiling C object src/virtlogd.p/logging_log_daemon.c.o
[421/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_snapshot.c.o
[421/1310] Compiling C object src/virtlogd.p/logging_log_daemon_config.c.o
[422/1310] Compiling C object src/libvirt_driver_secret.so.p/secret_secret_driver.c.o
[422/1310] Compiling C object src/virtlockd.p/locking_lock_daemon_dispatch.c.o
[423/1310] Compiling C object src/libvirt_storage_backend_mpath.so.p/storage_storage_backend_mpath.c.o
[423/1310] Compiling C object src/virtlockd.p/locking_lock_daemon_config.c.o
[424/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_capabilities.c.o
[424/1310] Compiling C object src/virtnodedevd.p/remote_remote_daemon.c.o
[425/1310] Compiling C object src/libvirt_storage_backend_vstorage.so.p/storage_storage_backend_vstorage.c.o
[425/1310] Compiling C object src/virtnodedevd.p/remote_remote_daemon_config.c.o
[426/1310] Compiling C object src/libvirt_storage_file_gluster.so.p/storage_file_storage_file_backend_gluster.c.o
[426/1310] Compiling C object src/virtnetworkd.p/remote_remote_daemon_config.c.o
[427/1310] Compiling C object src/libvirt_storage_backend_zfs.so.p/storage_storage_backend_zfs.c.o
[427/1310] Compiling C object src/virtlogd.p/meson-generated_.._logging_log_protocol.c.o
[428/1310] Compiling C object src/libvirt_storage_backend_iscsi.so.p/storage_storage_backend_iscsi.c.o
[428/1310] Compiling C object src/virtlogd.p/logging_log_daemon_dispatch.c.o
[429/1310] Compiling C object src/libvirt_storage_file_fs.so.p/storage_file_storage_file_backend_fs.c.o
[429/1310] Compiling C object src/virtlogd.p/logging_log_handler.c.o
[430/1310] Compiling C object src/libvirt_driver.a.p/libvirt-storage.c.o
[430/1310] Compiling C object src/virtnetworkd.p/remote_remote_daemon.c.o
[431/1310] Compiling C object src/libvirt_storage_backend_gluster.so.p/storage_storage_backend_gluster.c.o
[431/1310] Compiling C object src/virtnetworkd.p/remote_remote_daemon_dispatch.c.o
[432/1310] Compiling C object src/libvirt-admin.so.0.7009.0.p/admin_libvirt-admin.c.o
[432/1310] Compiling C object src/virtnetworkd.p/remote_remote_daemon_stream.c.o
[433/1310] Compiling C object src/libvirt_storage_backend_scsi.so.p/storage_storage_backend_scsi.c.o
[433/1310] Compiling C object src/virtsecretd.p/remote_remote_daemon_dispatch.c.o
[434/1310] Compiling C object src/libvirt_driver_interface.so.p/interface_interface_backend_udev.c.o
[434/1310] Compiling C object src/virtsecretd.p/remote_remote_daemon_stream.c.o
[435/1310] Compiling C object src/libvirt_storage_backend_disk.so.p/storage_storage_backend_disk.c.o
[435/1310] Compiling C object src/virtstoraged.p/remote_remote_daemon.c.o
[436/1310] Compiling C object src/libvirt_storage_backend_iscsi-direct.so.p/storage_storage_backend_iscsi_direct.c.o
[436/1310] Compiling C object src/virtnwfilterd.p/remote_remote_daemon.c.o
[437/1310] Compiling C object tests/virmacmaptest.p/virmacmaptest.c.o
[437/1310] Compiling C object src/virtnodedevd.p/remote_remote_daemon_dispatch.c.o
[438/1310] Compiling C object src/libvirt_driver_interface.so.p/interface_interface_backend_netcf.c.o
[438/1310] Compiling C object src/virtnodedevd.p/remote_remote_daemon_stream.c.o
[439/1310] Compiling C object src/libvirtd.p/remote_remote_daemon_config.c.o
[439/1310] Compiling C object src/virtnwfilterd.p/remote_remote_daemon_config.c.o
[440/1310] Compiling C object src/virtproxyd.p/remote_remote_daemon_config.c.o
[440/1310] Compiling C object src/virtnwfilterd.p/remote_remote_daemon_dispatch.c.o
[441/1310] Compiling C object src/sanlock.so.p/locking_lock_driver_sanlock.c.o
[441/1310] Compiling C object src/virtnwfilterd.p/remote_remote_daemon_stream.c.o
[442/1310] Compiling C object src/libvirt_storage_backend_logical.so.p/storage_storage_backend_logical.c.o
[442/1310] Compiling C object src/virtstoraged.p/remote_remote_daemon_stream.c.o
[443/1310] Compiling C object src/virtlockd.p/meson-generated_.._locking_lock_protocol.c.o
[443/1310] Compiling C object src/virtsecretd.p/remote_remote_daemon.c.o
[444/1310] Compiling C object src/virtinterfaced.p/remote_remote_daemon_config.c.o
[444/1310] Compiling C object src/virtsecretd.p/remote_remote_daemon_config.c.o
[445/1310] Compiling C object src/virtlogd.p/logging_log_daemon_config.c.o
[445/1310] Compiling C object src/virtlxcd.p/remote_remote_daemon.c.o
[446/1310] Compiling C object tests/virjsontest.p/virjsontest.c.o
[446/1310] Compiling C object src/virtlxcd.p/remote_remote_daemon_config.c.o
[447/1310] Compiling C object src/virtlockd.p/locking_lock_daemon_config.c.o
[447/1310] Compiling C object src/virtstoraged.p/remote_remote_daemon_config.c.o
[448/1310] Compiling C object src/libvirtd.p/remote_remote_daemon_stream.c.o
[448/1310] Compiling C object src/virtstoraged.p/remote_remote_daemon_dispatch.c.o
[449/1310] Compiling C object src/virtlogd.p/meson-generated_.._logging_log_protocol.c.o
[449/1310] Compiling C object src/virtqemud.p/remote_remote_daemon.c.o
[450/1310] Compiling C object src/virtproxyd.p/remote_remote_daemon_stream.c.o
[450/1310] Compiling C object src/virtchd.p/remote_remote_daemon_stream.c.o
[451/1310] Compiling C object src/libvirt_storage_backend_rbd.so.p/storage_storage_backend_rbd.c.o
[451/1310] Compiling C object src/virtlxcd.p/remote_remote_daemon_dispatch.c.o
[452/1310] Compiling C object src/virtnodedevd.p/remote_remote_daemon_config.c.o
[452/1310] Compiling C object src/virtlxcd.p/remote_remote_daemon_stream.c.o
[453/1310] Compiling C object src/virtlockd.p/locking_lock_daemon_dispatch.c.o
[453/1310] Compiling C object src/virtchd.p/remote_remote_daemon.c.o
[454/1310] Compiling C object src/virtlogd.p/logging_log_daemon_dispatch.c.o
[454/1310] Compiling C object src/virtchd.p/remote_remote_daemon_config.c.o
[455/1310] Compiling C object src/virtinterfaced.p/remote_remote_daemon_stream.c.o
[455/1310] Compiling C object src/virtchd.p/remote_remote_daemon_dispatch.c.o
[456/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_monitor.c.o
[456/1310] Compiling C object src/virtqemud.p/remote_remote_daemon_config.c.o
[457/1310] Compiling C object src/virtnetworkd.p/remote_remote_daemon_config.c.o
[457/1310] Compiling C object src/virtqemud.p/remote_remote_daemon_stream.c.o
[458/1310] Compiling C object src/virtlogd.p/logging_log_handler.c.o
[458/1310] Compiling C object src/virtvboxd.p/remote_remote_daemon.c.o
[459/1310] Compiling C object src/virtinterfaced.p/remote_remote_daemon.c.o
[459/1310] Compiling C object src/virtvboxd.p/remote_remote_daemon_dispatch.c.o
[460/1310] Compiling C object src/virtlockd.p/locking_lock_daemon.c.o
[460/1310] Compiling C object src/virtvboxd.p/remote_remote_daemon_stream.c.o
[461/1310] Compiling C object src/virtnwfilterd.p/remote_remote_daemon_config.c.o
[461/1310] Compiling C object src/libvirt_iohelper.p/util_iohelper.c.o
[462/1310] Compiling C object src/virtlogd.p/logging_log_daemon.c.o
[462/1310] Compiling C object src/virtqemud.p/remote_remote_daemon_dispatch.c.o
[463/1310] Compiling C object src/virtnetworkd.p/remote_remote_daemon_stream.c.o
[463/1310] Compiling C object src/virt-ssh-helper.p/remote_remote_sockets.c.o
[464/1310] Compiling C object src/virtsecretd.p/remote_remote_daemon_stream.c.o
[464/1310] Compiling C object src/virtvboxd.p/remote_remote_daemon_config.c.o
[465/1310] Compiling C object src/virtproxyd.p/remote_remote_daemon.c.o
[465/1310] Compiling C object src/virt-ssh-helper.p/remote_remote_ssh_helper.c.o
[466/1310] Compiling C object src/virtsecretd.p/remote_remote_daemon_config.c.o
[466/1310] Compiling C object src/libvirt_sanlock_helper.p/locking_sanlock_helper.c.o
[467/1310] Compiling C object src/virtnodedevd.p/remote_remote_daemon_stream.c.o
[467/1310] Compiling C object src/libvirt_lxc.p/meson-generated_.._lxc_lxc_monitor_protocol.c.o
[468/1310] Compiling C object src/virtnwfilterd.p/remote_remote_daemon_stream.c.o
[468/1310] Compiling C object src/libvirt_leaseshelper.p/network_leaseshelper.c.o
[469/1310] Compiling C object src/virtlxcd.p/remote_remote_daemon_config.c.o
[469/1310] Compiling C object src/libvirt_parthelper.p/storage_parthelper.c.o
[470/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_migration.c.o
[470/1310] Compiling C object src/libvirt_lxc.p/lxc_lxc_conf.c.o
[471/1310] Compiling C object src/virtstoraged.p/remote_remote_daemon_config.c.o
[471/1310] Compiling C object src/libvirt_lxc.p/lxc_lxc_container.c.o
[472/1310] Compiling C object src/virtstoraged.p/remote_remote_daemon_stream.c.o
[472/1310] Compiling C object src/libvirt_lxc.p/lxc_lxc_cgroup.c.o
[473/1310] Compiling C object src/libvirt_lxc.p/meson-generated_.._lxc_lxc_monitor_protocol.c.o
[473/1310] Compiling C object src/libvirt_lxc.p/lxc_lxc_domain.c.o
[474/1310] Compiling C object src/virtchd.p/remote_remote_daemon_config.c.o
[474/1310] Compiling C object src/libvirt_lxc.p/lxc_lxc_fuse.c.o
[475/1310] Compiling C object src/virtnodedevd.p/remote_remote_daemon.c.o
[475/1310] Compiling C object src/libvirt_lxc.p/lxc_lxc_controller.c.o
[476/1310] Compiling C object src/virtchd.p/remote_remote_daemon_stream.c.o
[476/1310] Compiling C object src/libvirt_lxc.p/datatypes.c.o
[477/1310] Compiling C object src/virtqemud.p/remote_remote_daemon_config.c.o
[477/1310] Compiling C object src/virt-qemu-run.p/qemu_qemu_shim.c.o
[478/1310] Compiling C object src/libvirt_iohelper.p/util_iohelper.c.o
[478/1310] Generating test_libvirt_lockd.aug with a custom command (wrapped by meson to capture output)
[479/1310] Compiling C object src/virtnetworkd.p/remote_remote_daemon.c.o
[479/1310] Generating test_libvirt_sanlock.aug with a custom command (wrapped by meson to capture output)
[480/1310] Compiling C object src/virtlxcd.p/remote_remote_daemon_stream.c.o
[480/1310] Generating test_virtlockd.aug with a custom command (wrapped by meson to capture output)
[481/1310] Compiling C object src/virtstoraged.p/remote_remote_daemon.c.o
[481/1310] Generating test_virtlogd.aug with a custom command (wrapped by meson to capture output)
[482/1310] Compiling C object src/virtqemud.p/remote_remote_daemon_stream.c.o
[482/1310] Generating test_libvirtd_lxc.aug with a custom command (wrapped by meson to capture output)
[483/1310] Compiling C object src/virt-ssh-helper.p/remote_remote_sockets.c.o
[483/1310] Generating test_libvirtd_qemu.aug with a custom command (wrapped by meson to capture output)
[484/1310] Compiling C object src/libvirt_sanlock_helper.p/locking_sanlock_helper.c.o
[484/1310] Generating test_libvirtd.aug with a custom command (wrapped by meson to capture output)
[485/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_hotplug.c.o
[485/1310] Generating test_virtproxyd.aug with a custom command (wrapped by meson to capture output)
[486/1310] Compiling C object src/virtnwfilterd.p/remote_remote_daemon.c.o
[486/1310] Generating test_virtinterfaced.aug with a custom command (wrapped by meson to capture output)
[487/1310] Compiling C object src/virtvboxd.p/remote_remote_daemon_config.c.o
[487/1310] Generating test_virtnetworkd.aug with a custom command (wrapped by meson to capture output)
[488/1310] Compiling C object src/libvirt_leaseshelper.p/network_leaseshelper.c.o
[488/1310] Generating test_virtnodedevd.aug with a custom command (wrapped by meson to capture output)
[489/1310] Compiling C object src/libvirt_parthelper.p/storage_parthelper.c.o
[489/1310] Generating test_virtnwfilterd.aug with a custom command (wrapped by meson to capture output)
[490/1310] Compiling C object src/virt-ssh-helper.p/remote_remote_ssh_helper.c.o
[490/1310] Generating test_virtsecretd.aug with a custom command (wrapped by meson to capture output)
[491/1310] Compiling C object src/virtvboxd.p/remote_remote_daemon_stream.c.o
[491/1310] Generating test_virtstoraged.aug with a custom command (wrapped by meson to capture output)
[492/1310] Compiling C object src/virtsecretd.p/remote_remote_daemon.c.o
[492/1310] Generating test_virtlxcd.aug with a custom command (wrapped by meson to capture output)
[493/1310] Compiling C object src/virtlxcd.p/remote_remote_daemon.c.o
[493/1310] Generating test_virtchd.aug with a custom command (wrapped by meson to capture output)
[494/1310] Compiling C object src/virtqemud.p/remote_remote_daemon.c.o
[494/1310] Generating test_virtqemud.aug with a custom command (wrapped by meson to capture output)
[495/1310] Compiling C object src/libvirt_lxc.p/lxc_lxc_conf.c.o
[495/1310] Generating test_virtvboxd.aug with a custom command (wrapped by meson to capture output)
[496/1310] Compiling C object src/libvirt_lxc.p/lxc_lxc_cgroup.c.o
[496/1310] Compiling C object tools/libvirt_shell.a.p/vsh.c.o
[497/1310] Generating test_libvirt_lockd.aug with a custom command (wrapped by meson to capture output)
[497/1310] Generating libvirt_functions.stp with a custom command (wrapped by meson to capture output)
[498/1310] Generating test_libvirt_sanlock.aug with a custom command (wrapped by meson to capture output)
[498/1310] Compiling C object tools/libvirt_shell.a.p/vsh-table.c.o
[499/1310] Compiling C object src/virtchd.p/remote_remote_daemon.c.o
[499/1310] Compiling C object tools/virt-host-validate.p/virt-host-validate-common.c.o
[500/1310] Compiling C object src/virt-qemu-run.p/qemu_qemu_shim.c.o
[500/1310] Compiling C object tools/virt-host-validate.p/virt-host-validate-qemu.c.o
[501/1310] Compiling C object src/libvirt_lxc.p/lxc_lxc_domain.c.o
[501/1310] Compiling C object tools/virt-host-validate.p/virt-host-validate-lxc.c.o
[502/1310] Generating test_libvirtd.aug with a custom command (wrapped by meson to capture output)
[502/1310] Compiling C object tools/virt-host-validate.p/virt-host-validate.c.o
[503/1310] Generating test_virtlogd.aug with a custom command (wrapped by meson to capture output)
[503/1310] Compiling C object tools/virsh.p/virsh-backup.c.o
[504/1310] Generating test_libvirtd_qemu.aug with a custom command (wrapped by meson to capture output)
[504/1310] Compiling C object tools/virsh.p/virsh-checkpoint.c.o
[505/1310] Generating test_virtlockd.aug with a custom command (wrapped by meson to capture output)
[505/1310] Compiling C object tools/virsh.p/virsh-completer.c.o
[506/1310] Generating test_libvirtd_lxc.aug with a custom command (wrapped by meson to capture output)
[506/1310] Compiling C object tools/virt-login-shell.p/virt-login-shell.c.o
[507/1310] Generating test_virtinterfaced.aug with a custom command (wrapped by meson to capture output)
[507/1310] Compiling C object tools/virt-login-shell-helper.p/virt-login-shell-helper.c.o
[508/1310] Compiling C object src/virtvboxd.p/remote_remote_daemon.c.o
[508/1310] Compiling C object tools/virsh.p/virsh-network.c.o
[509/1310] Generating test_virtproxyd.aug with a custom command (wrapped by meson to capture output)
[509/1310] Compiling C object tools/virsh.p/virsh-nodedev.c.o
[510/1310] Compiling C object src/libvirt_lxc.p/lxc_lxc_fuse.c.o
[510/1310] Compiling C object tools/virsh.p/virsh.c.o
[511/1310] Compiling C object src/test/libvirt_test.a.p/test_driver.c.o
[511/1310] Linking static target src/test/libvirt_test.a
[512/1310] Compiling C object src/libvirt_lxc.p/datatypes.c.o
[512/1310] Compiling C object tools/virsh.p/virsh-completer-domain.c.o
[513/1310] Generating test_virtnwfilterd.aug with a custom command (wrapped by meson to capture output)
[513/1310] Compiling C object tools/virsh.p/virsh-completer-checkpoint.c.o
[514/1310] Generating test_virtsecretd.aug with a custom command (wrapped by meson to capture output)
[514/1310] Compiling C object tools/virsh.p/virsh-completer-host.c.o
[515/1310] Linking static target src/test/libvirt_test.a
[515/1310] Compiling C object tools/virsh.p/virsh-completer-interface.c.o
[516/1310] Generating test_virtnodedevd.aug with a custom command (wrapped by meson to capture output)
[516/1310] Compiling C object tools/virsh.p/virsh-completer-network.c.o
[517/1310] Generating test_virtnetworkd.aug with a custom command (wrapped by meson to capture output)
[517/1310] Compiling C object tools/virsh.p/virsh-completer-nodedev.c.o
[518/1310] Generating test_virtstoraged.aug with a custom command (wrapped by meson to capture output)
[518/1310] Compiling C object tools/virsh.p/virsh-completer-nwfilter.c.o
[519/1310] Generating test_virtlxcd.aug with a custom command (wrapped by meson to capture output)
[519/1310] Compiling C object tools/virsh.p/virsh-completer-pool.c.o
[520/1310] Compiling C object tools/virt-login-shell.p/virt-login-shell.c.o
[520/1310] Linking target tools/virt-login-shell
[521/1310] Linking target tools/virt-login-shell
[521/1310] Compiling C object tools/virsh.p/virsh-completer-secret.c.o
[522/1310] Compiling C object tools/virt-host-validate.p/virt-host-validate-qemu.c.o
[522/1310] Compiling C object tools/virsh.p/virsh-completer-snapshot.c.o
[523/1310] Compiling C object tools/virt-host-validate.p/virt-host-validate-lxc.c.o
[523/1310] Compiling C object tools/virsh.p/virsh-completer-volume.c.o
[524/1310] Generating test_virtchd.aug with a custom command (wrapped by meson to capture output)
[524/1310] Compiling C object tools/virsh.p/virsh-console.c.o
[525/1310] Compiling C object tools/virt-host-validate.p/virt-host-validate.c.o
[525/1310] Compiling C object tools/virsh.p/virsh-domain.c.o
[526/1310] Generating test_virtqemud.aug with a custom command (wrapped by meson to capture output)
[526/1310] Compiling C object tools/virsh.p/virsh-interface.c.o
[527/1310] Generating test_virtvboxd.aug with a custom command (wrapped by meson to capture output)
[527/1310] Compiling C object tools/virsh.p/virsh-nwfilter.c.o
[528/1310] Compiling C object tools/virsh.p/virsh-completer.c.o
[528/1310] Compiling C object tools/nss/libnss_libvirt_impl.a.p/libvirt_nss.c.o
[529/1310] Compiling C object tools/virsh.p/virsh-backup.c.o
[529/1310] Compiling C object tools/virsh.p/virsh-pool.c.o
[530/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_monitor_json.c.o
[530/1310] Compiling C object tools/virsh.p/virsh-secret.c.o
[531/1310] Compiling C object tools/libvirt_shell.a.p/vsh-table.c.o
[531/1310] Compiling C object tools/virsh.p/virsh-snapshot.c.o
[532/1310] Compiling C object tools/virsh.p/virsh-completer-checkpoint.c.o
[532/1310] Compiling C object tools/virsh.p/virsh-util.c.o
[533/1310] Compiling C object tools/virt-host-validate.p/virt-host-validate-common.c.o
[533/1310] Compiling C object tools/virsh.p/virsh-volume.c.o
[534/1310] Compiling C object tools/virt-login-shell-helper.p/virt-login-shell-helper.c.o
[534/1310] Compiling C object tools/virt-admin.p/virt-admin.c.o
[535/1310] Compiling C object tools/virsh.p/virsh-completer-interface.c.o
[535/1310] Compiling C object tools/virt-admin.p/virt-admin-completer.c.o
[536/1310] Compiling C object tools/virsh.p/virsh-completer-nwfilter.c.o
[536/1310] Compiling C object tools/nss/libnss_libvirt_impl.a.p/libvirt_nss_leases.c.o
[537/1310] Compiling C object tools/virsh.p/virsh-completer-network.c.o
[537/1310] Compiling C object tools/nss/libnss_libvirt_guest_impl.a.p/libvirt_nss_leases.c.o
[538/1310] Compiling C object tools/virsh.p/virsh-completer-host.c.o
[538/1310] Compiling C object tools/nss/libnss_libvirt_guest_impl.a.p/libvirt_nss_macs.c.o
[539/1310] Compiling C object tools/virsh.p/virsh-completer-nodedev.c.o
[539/1310] Compiling C object tools/nss/libnss_libvirt_guest_impl.a.p/libvirt_nss.c.o
[540/1310] Compiling C object tools/virsh.p/virsh-completer-snapshot.c.o
[540/1310] Generating protocol.h with a custom command
[541/1310] Compiling C object tools/virsh.p/virsh.c.o
[541/1310] Compiling C object tests/libtest_utils.a.p/testutils.c.o
[542/1310] Compiling C object tools/virsh.p/virsh-completer-pool.c.o
[542/1310] Compiling C object tests/libtest_utils_qemu.a.p/testutilsqemu.c.o
[543/1310] Compiling C object tools/virsh.p/virsh-completer-secret.c.o
[543/1310] Compiling C object tests/libtest_utils_qemu_monitor.a.p/qemumonitortestutils.c.o
[544/1310] Compiling C object tools/virsh.p/virsh-completer-volume.c.o
[544/1310] Compiling C object tests/libtest_utils_qemu_monitor.a.p/testutilsqemuschema.c.o
[545/1310] Compiling C object tools/nss/libnss_libvirt_impl.a.p/libvirt_nss.c.o
[545/1310] Compiling C object tests/libtest_utils_lxc.a.p/testutilslxc.c.o
[546/1310] Compiling C object tools/virsh.p/virsh-console.c.o
[546/1310] Compiling C object tests/libvirfilecachemock.so.p/virfilecachemock.c.o
[547/1310] Compiling C object tools/nss/libnss_libvirt_guest_impl.a.p/libvirt_nss_macs.c.o
[547/1310] Compiling C object tests/libdomaincapsmock.so.p/domaincapsmock.c.o
[548/1310] Compiling C object tools/nss/libnss_libvirt_guest_impl.a.p/libvirt_nss_leases.c.o
[548/1310] Compiling C object tests/libvircgroupmock.so.p/vircgroupmock.c.o
[549/1310] Compiling C object tools/virt-admin.p/virt-admin-completer.c.o
[549/1310] Compiling C object tests/libtest_file_wrapper.a.p/virfilewrapper.c.o
[550/1310] Compiling C object tools/nss/libnss_libvirt_impl.a.p/libvirt_nss_leases.c.o
[550/1310] Linking static target tools/nss/libnss_libvirt_impl.a
[551/1310] Linking static target tools/nss/libnss_libvirt_impl.a
[551/1310] Linking target tools/nss/libnss_libvirt.so.2
[552/1310] Compiling C object tools/nss/libnss_libvirt_guest_impl.a.p/libvirt_nss.c.o
[552/1310] Linking static target tools/nss/libnss_libvirt_guest_impl.a
[553/1310] Linking static target tools/nss/libnss_libvirt_guest_impl.a
[553/1310] Linking target tools/nss/libnss_libvirt_guest.so.2
[554/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_process.c.o
[554/1310] Compiling C object tests/virnetmessagetest.p/virnetmessagetest.c.o
[555/1310] Compiling C object tools/virsh.p/virsh-util.c.o
[555/1310] Compiling C object tests/virnetdaemontest.p/virnetdaemontest.c.o
[556/1310] Compiling C object tools/virsh.p/virsh-checkpoint.c.o
[556/1310] Compiling C object tests/libvirhostdevmock.so.p/virhostdevmock.c.o
[557/1310] Linking target tools/nss/libnss_libvirt.so.2
[557/1310] Compiling C object tests/libvirnetdaemonmock.so.p/virnetdaemonmock.c.o
[558/1310] Compiling C object tools/virsh.p/virsh-nwfilter.c.o
[558/1310] Compiling C object tests/libvirgdbusmock.so.p/virgdbusmock.c.o
[559/1310] Compiling C object tools/virsh.p/virsh-nodedev.c.o
[559/1310] Compiling C object tests/libvirhostcpumock.so.p/virhostcpumock.c.o
[560/1310] Linking target tools/nss/libnss_libvirt_guest.so.2
[560/1310] Compiling C object tests/libvirfirewallmock.so.p/virfirewallmock.c.o
[561/1310] Compiling C object src/libvirt_lxc.p/lxc_lxc_container.c.o
[561/1310] Compiling C object tests/libvirrandommock.so.p/virrandommock.c.o
[562/1310] Compiling C object tests/libvirfilecachemock.so.p/virfilecachemock.c.o
[562/1310] Compiling C object tests/libvirnetserverclientmock.so.p/virnetserverclientmock.c.o
[563/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_domain.c.o
[563/1310] Compiling C object tests/libvirpcimock.so.p/virpcimock.c.o
[564/1310] Compiling C object tools/virsh.p/virsh-secret.c.o
[564/1310] Compiling C object tests/libvirnetdevmock.so.p/virnetdevmock.c.o
[565/1310] Compiling C object tools/virsh.p/virsh-network.c.o
[565/1310] Compiling C object tests/libvirportallocatormock.so.p/virportallocatormock.c.o
[566/1310] Compiling C object tests/libtest_utils_lxc.a.p/testutilslxc.c.o
[566/1310] Linking static target tests/libtest_utils_lxc.a
[567/1310] Linking static target tests/libtest_utils_lxc.a
[567/1310] Compiling C object tests/libvirnetdevbandwidthmock.so.p/virnetdevbandwidthmock.c.o
[568/1310] Generating libvirt_functions.stp with a custom command (wrapped by meson to capture output)
[568/1310] Compiling C object tests/libvirprocessmock.so.p/virprocessmock.c.o
[569/1310] Compiling C object tests/libvirhostdevmock.so.p/virhostdevmock.c.o
[569/1310] Compiling C object tests/libvirfilemock.so.p/virfilemock.c.o
[570/1310] Compiling C object tools/virsh.p/virsh-interface.c.o
[570/1310] Compiling C object tests/libvirtestmock.so.p/virtestmock.c.o
[571/1310] Compiling C object tests/libvirnetdaemonmock.so.p/virnetdaemonmock.c.o
[571/1310] Compiling C object tests/libvirnumamock.so.p/virnumamock.c.o
[572/1310] Compiling C object tests/libvirhostcpumock.so.p/virhostcpumock.c.o
[572/1310] Compiling C object tests/libqemuhotplugmock.so.p/qemuhotplugmock.c.o
[573/1310] Compiling C object tests/libvirnetdevbandwidthmock.so.p/virnetdevbandwidthmock.c.o
[573/1310] Compiling C object tests/libqemuxml2argvmock.so.p/qemuxml2argvmock.c.o
[574/1310] Compiling C object tools/virt-admin.p/virt-admin.c.o
[574/1310] Compiling C object tests/libqemucaps2xmlmock.so.p/qemucaps2xmlmock.c.o
[575/1310] Compiling C object tests/libvirfirewallmock.so.p/virfirewallmock.c.o
[575/1310] Compiling C object tests/libqemucpumock.so.p/qemucpumock.c.o
[576/1310] Compiling C object tests/libtest_file_wrapper.a.p/virfilewrapper.c.o
[576/1310] Linking static target tests/libtest_file_wrapper.a
[577/1310] Compiling C object tests/libvirrandommock.so.p/virrandommock.c.o
[577/1310] Compiling C object tests/libvirusbmock.so.p/virusbmock.c.o
[578/1310] Compiling C object tools/virsh.p/virsh-completer-domain.c.o
[578/1310] Compiling C object tests/libnssmock.so.p/nssmock.c.o
[579/1310] Linking static target tests/libtest_file_wrapper.a
[579/1310] Compiling C object tests/libqemucapsprobemock.so.p/qemucapsprobemock.c.o
[580/1310] Compiling C object tests/libdomaincapsmock.so.p/domaincapsmock.c.o
[580/1310] Compiling C object tests/libsecurityselinuxhelper.so.p/securityselinuxhelper.c.o
[581/1310] Compiling C object src/remote/libvirt_remote_driver.a.p/remote_driver.c.o
[581/1310] Linking static target src/remote/libvirt_remote_driver.a
[582/1310] Compiling C object tests/libvirnetserverclientmock.so.p/virnetserverclientmock.c.o
[582/1310] Compiling C object tests/libvirhostidmock.so.p/virhostidmock.c.o
[583/1310] Compiling C object src/libvirt_lxc.p/lxc_lxc_controller.c.o
[583/1310] Compiling C object tests/commandhelper.p/commandhelper.c.o
[584/1310] Compiling C object tools/libvirt_shell.a.p/vsh.c.o
[584/1310] Linking static target tools/libvirt_shell.a
[585/1310] Linking static target src/remote/libvirt_remote_driver.a
[585/1310] Compiling C object tests/commandtest.p/commandtest.c.o
[586/1310] Compiling C object tests/libvirnetdevmock.so.p/virnetdevmock.c.o
[586/1310] Compiling C object tests/ssh.p/ssh.c.o
[587/1310] Linking static target tools/libvirt_shell.a
[587/1310] Compiling C object tests/fdstreamtest.p/fdstreamtest.c.o
[588/1310] Compiling C object tests/libvirgdbusmock.so.p/virgdbusmock.c.o
[588/1310] Compiling C object tests/domaincapstest.p/domaincapstest.c.o
[589/1310] Compiling C object tests/libvirprocessmock.so.p/virprocessmock.c.o
[589/1310] Compiling C object tests/domainconftest.p/domainconftest.c.o
[590/1310] Compiling C object tools/virsh.p/virsh-volume.c.o
[590/1310] Compiling C object tests/cputest.p/cputest.c.o
[591/1310] Compiling C object tests/libvirportallocatormock.so.p/virportallocatormock.c.o
[591/1310] Compiling C object tests/interfacexml2xmltest.p/interfacexml2xmltest.c.o
[592/1310] Compiling C object tests/libtest_utils_qemu_monitor.a.p/testutilsqemuschema.c.o
[592/1310] Compiling C object tests/metadatatest.p/metadatatest.c.o
[593/1310] Compiling C object src/vbox/libvirt_driver_vbox_impl.a.p/vbox_common.c.o
[593/1310] Linking static target src/vbox/libvirt_driver_vbox_impl.a
[594/1310] Compiling C object tests/libtest_utils_qemu.a.p/testutilsqemu.c.o
[594/1310] Linking static target tests/libtest_utils_qemu.a
[595/1310] Compiling C object tests/virnetmessagetest.p/virnetmessagetest.c.o
[595/1310] Compiling C object tests/genericxml2xmltest.p/genericxml2xmltest.c.o
[596/1310] Compiling C object tools/virsh.p/virsh-pool.c.o
[596/1310] Compiling C object tests/nwfilterxml2xmltest.p/nwfilterxml2xmltest.c.o
[597/1310] Linking static target src/vbox/libvirt_driver_vbox_impl.a
[597/1310] Compiling C object tests/objecteventtest.p/objecteventtest.c.o
[598/1310] Linking static target tests/libtest_utils_qemu.a
[598/1310] Compiling C object tests/nodedevxml2xmltest.p/nodedevxml2xmltest.c.o
[599/1310] Compiling C object tests/libvircgroupmock.so.p/vircgroupmock.c.o
[599/1310] Compiling C object tests/networkxml2xmlupdatetest.p/networkxml2xmlupdatetest.c.o
[600/1310] Compiling C object tests/libtest_utils.a.p/testutils.c.o
[600/1310] Linking static target tests/libtest_utils.a
[601/1310] Compiling C object tests/libqemucaps2xmlmock.so.p/qemucaps2xmlmock.c.o
[601/1310] Compiling C object tests/seclabeltest.p/seclabeltest.c.o
[602/1310] Compiling C object tests/libvirnumamock.so.p/virnumamock.c.o
[602/1310] Compiling C object tests/secretxml2xmltest.p/secretxml2xmltest.c.o
[603/1310] Linking static target tests/libtest_utils.a
[603/1310] Compiling C object tests/shunloadtest.p/shunloadtest.c.o
[604/1310] Compiling C object tests/libvirfilemock.so.p/virfilemock.c.o
[604/1310] Compiling C object tests/sockettest.p/sockettest.c.o
[605/1310] Compiling C object tests/virnetdaemontest.p/virnetdaemontest.c.o
[605/1310] Compiling C object tests/utiltest.p/utiltest.c.o
[606/1310] Compiling C object tests/libnssmock.so.p/nssmock.c.o
[606/1310] Compiling C object tests/sysinfotest.p/sysinfotest.c.o
[607/1310] Compiling C object tests/libvirusbmock.so.p/virusbmock.c.o
[607/1310] Compiling C object tests/storagevolxml2xmltest.p/storagevolxml2xmltest.c.o
[608/1310] Compiling C object tests/libtest_utils_qemu_monitor.a.p/qemumonitortestutils.c.o
[608/1310] Linking static target tests/libtest_utils_qemu_monitor.a
[609/1310] Compiling C object tests/libvirtestmock.so.p/virtestmock.c.o
[609/1310] Compiling C object tests/qemucapabilitiestest.p/qemucapabilitiestest.c.o
[610/1310] Linking static target tests/libtest_utils_qemu_monitor.a
[610/1310] Compiling C object tests/viralloctest.p/viralloctest.c.o
[611/1310] Compiling C object tests/libvirhostidmock.so.p/virhostidmock.c.o
[611/1310] Compiling C object tests/virauthconfigtest.p/virauthconfigtest.c.o
[612/1310] Compiling C object tests/libsecurityselinuxhelper.so.p/securityselinuxhelper.c.o
[612/1310] Compiling C object tests/virbitmaptest.p/virbitmaptest.c.o
[613/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_command.c.o
[613/1310] Compiling C object tests/qemumonitorjsontest.p/qemumonitorjsontest.c.o
[614/1310] Compiling C object tools/virsh.p/virsh-snapshot.c.o
[614/1310] Compiling C object tests/virbuftest.p/virbuftest.c.o
[615/1310] Compiling C object tests/libqemucpumock.so.p/qemucpumock.c.o
[615/1310] Compiling C object tests/vircapstest.p/vircapstest.c.o
[616/1310] Compiling C object tests/libqemuhotplugmock.so.p/qemuhotplugmock.c.o
[616/1310] Compiling C object tests/vircgrouptest.p/vircgrouptest.c.o
[617/1310] Compiling C object tests/libqemucapsprobemock.so.p/qemucapsprobemock.c.o
[617/1310] Compiling C object tests/virconftest.p/virconftest.c.o
[618/1310] Compiling C object tests/ssh.p/ssh.c.o
[618/1310] Linking target tests/ssh
[619/1310] Linking target tests/ssh
[619/1310] Compiling C object tests/virfiletest.p/virfiletest.c.o
[620/1310] Compiling C object tests/libqemuxml2argvmock.so.p/qemuxml2argvmock.c.o
[620/1310] Compiling C object tests/vircryptotest.p/vircryptotest.c.o
[621/1310] Compiling C object tests/domainconftest.p/domainconftest.c.o
[621/1310] Compiling C object tests/virerrortest.p/virerrortest.c.o
[622/1310] Compiling C object tests/commandhelper.p/commandhelper.c.o
[622/1310] Linking target tests/commandhelper
[623/1310] Compiling C object tests/libvirpcimock.so.p/virpcimock.c.o
[623/1310] Compiling C object tests/virendiantest.p/virendiantest.c.o
[624/1310] Compiling C object tests/secretxml2xmltest.p/secretxml2xmltest.c.o
[624/1310] Compiling C object tests/virfilecachetest.p/virfilecachetest.c.o
[625/1310] Compiling C object tests/shunloadtest.p/shunloadtest.c.o
[625/1310] Compiling C object tests/qemuvhostusertest.p/qemuvhostusertest.c.o
[626/1310] Linking target tests/commandhelper
[626/1310] Compiling C object tests/virhostcputest.p/virhostcputest.c.o
[627/1310] Compiling C object tests/fdstreamtest.p/fdstreamtest.c.o
[627/1310] Compiling C object tests/virfirewalltest.p/virfirewalltest.c.o
[628/1310] Compiling C object tests/seclabeltest.p/seclabeltest.c.o
[628/1310] Compiling C object tests/virhostdevtest.p/virhostdevtest.c.o
[629/1310] Compiling C object tests/interfacexml2xmltest.p/interfacexml2xmltest.c.o
[629/1310] Compiling C object tests/qemuxml2xmltest.p/qemuxml2xmltest.c.o
[630/1310] Generating protocol.h with a custom command
[630/1310] Compiling C object tools/wireshark/src/libvirt.so.p/packet-libvirt.c.o
[631/1310] Compiling C object tests/metadatatest.p/metadatatest.c.o
[631/1310] Compiling C object tools/wireshark/src/libvirt.so.p/plugin.c.o
[632/1310] Compiling C object tests/domaincapstest.p/domaincapstest.c.o
[632/1310] Compiling C object tests/viridentitytest.p/viridentitytest.c.o
[633/1310] Compiling C object tests/sysinfotest.p/sysinfotest.c.o
[633/1310] Compiling C object tests/viriscsitest.p/viriscsitest.c.o
[634/1310] Compiling C object tests/nwfilterxml2xmltest.p/nwfilterxml2xmltest.c.o
[634/1310] Compiling C object tests/virkeycodetest.p/virkeycodetest.c.o
[635/1310] Compiling C object tests/virauthconfigtest.p/virauthconfigtest.c.o
[635/1310] Compiling C object tests/virnetworkportxml2xmltest.p/virnetworkportxml2xmltest.c.o
[636/1310] Compiling C object tests/genericxml2xmltest.p/genericxml2xmltest.c.o
[636/1310] Compiling C object tests/virkmodtest.p/virkmodtest.c.o
[637/1310] Compiling C object tests/utiltest.p/utiltest.c.o
[637/1310] Compiling C object tests/virlockspacetest.p/virlockspacetest.c.o
[638/1310] Compiling C object tests/objecteventtest.p/objecteventtest.c.o
[638/1310] Compiling C object tests/virnwfilterbindingxml2xmltest.p/virnwfilterbindingxml2xmltest.c.o
[639/1310] Compiling C object tests/nodedevxml2xmltest.p/nodedevxml2xmltest.c.o
[639/1310] Compiling C object tests/virportallocatortest.p/virportallocatortest.c.o
[640/1310] Compiling C object tests/storagevolxml2xmltest.p/storagevolxml2xmltest.c.o
[640/1310] Compiling C object tests/virrotatingfiletest.p/virrotatingfiletest.c.o
[641/1310] Compiling C object tests/viralloctest.p/viralloctest.c.o
[641/1310] Compiling C object tests/virschematest.p/virschematest.c.o
[642/1310] Compiling C object tests/networkxml2xmlupdatetest.p/networkxml2xmlupdatetest.c.o
[642/1310] Compiling C object tests/virpcitest.p/virpcitest.c.o
[643/1310] Compiling C object tests/qemucapabilitiestest.p/qemucapabilitiestest.c.o
[643/1310] Compiling C object tests/virstringtest.p/virstringtest.c.o
[644/1310] Compiling C object tests/sockettest.p/sockettest.c.o
[644/1310] Compiling C object tests/virsystemdtest.p/virsystemdtest.c.o
[645/1310] Compiling C object src/libvirt_driver.a.p/libvirt-domain.c.o
[645/1310] Linking static target src/libvirt_driver.a
[646/1310] Linking static target src/libvirt_driver.a
[646/1310] Compiling C object tests/virshtest.p/virshtest.c.o
[647/1310] Compiling C object tests/vircryptotest.p/vircryptotest.c.o
[647/1310] Compiling C object tests/viruritest.p/viruritest.c.o
[648/1310] Compiling C object tools/wireshark/src/libvirt.so.p/plugin.c.o
[648/1310] Compiling C object tests/virtypedparamtest.p/virtypedparamtest.c.o
[649/1310] Compiling C object tests/vircapstest.p/vircapstest.c.o
[649/1310] Compiling C object tests/virtimetest.p/virtimetest.c.o
[650/1310] Compiling C object tests/commandtest.p/commandtest.c.o
[650/1310] Compiling C object tests/vshtabletest.p/vshtabletest.c.o
[651/1310] Compiling C object tests/virendiantest.p/virendiantest.c.o
[651/1310] Compiling C object tests/fchosttest.p/fchosttest.c.o
[652/1310] Compiling C object tests/virbuftest.p/virbuftest.c.o
[652/1310] Compiling C object tests/virpcivpdtest.p/virpcivpdtest.c.o
[653/1310] Compiling C object tests/virconftest.p/virconftest.c.o
[653/1310] Compiling C object tests/virmigtest.p/virmigtest.c.o
[654/1310] Compiling C object tests/virerrortest.p/virerrortest.c.o
[654/1310] Compiling C object tests/scsihosttest.p/scsihosttest.c.o
[655/1310] Compiling C object tests/virfiletest.p/virfiletest.c.o
[655/1310] Compiling C object tests/virnetdevbandwidthtest.p/virnetdevbandwidthtest.c.o
[656/1310] Compiling C object tests/virfilecachetest.p/virfilecachetest.c.o
[656/1310] Compiling C object tests/virscsitest.p/virscsitest.c.o
[657/1310] Compiling C object tests/virbitmaptest.p/virbitmaptest.c.o
[657/1310] Compiling C object tests/vircaps2xmltest.p/vircaps2xmltest.c.o
[658/1310] Compiling C object tests/virkeycodetest.p/virkeycodetest.c.o
[658/1310] Compiling C object tests/virnetdevopenvswitchtest.p/virnetdevopenvswitchtest.c.o
[659/1310] Compiling C object tests/virhostcputest.p/virhostcputest.c.o
[659/1310] Compiling C object tests/virresctrltest.p/virresctrltest.c.o
[660/1310] Compiling C object tests/qemuvhostusertest.p/qemuvhostusertest.c.o
[660/1310] Compiling C object tests/esxutilstest.p/esxutilstest.c.o
[661/1310] Compiling C object tests/viridentitytest.p/viridentitytest.c.o
[661/1310] Compiling C object tests/virusbtest.p/virusbtest.c.o
[662/1310] Compiling C object tests/virkmodtest.p/virkmodtest.c.o
[662/1310] Compiling C object tests/lxcconf2xmltest.p/lxcconf2xmltest.c.o
[663/1310] Compiling C object tests/virnetworkportxml2xmltest.p/virnetworkportxml2xmltest.c.o
[663/1310] Compiling C object tests/eventtest.p/eventtest.c.o
[664/1310] Compiling C object tests/virportallocatortest.p/virportallocatortest.c.o
[664/1310] Compiling C object tests/lxcxml2xmltest.p/lxcxml2xmltest.c.o
[665/1310] Compiling C object tests/vircgrouptest.p/vircgrouptest.c.o
[665/1310] Compiling C object tests/networkxml2firewalltest.p/networkxml2firewalltest.c.o
[666/1310] Compiling C object tests/virhostdevtest.p/virhostdevtest.c.o
[666/1310] Compiling C object tests/virdriverconnvalidatetest.p/virdriverconnvalidatetest.c.o
[667/1310] Compiling C object tests/virlockspacetest.p/virlockspacetest.c.o
[667/1310] Compiling C object tests/virdrivermoduletest.p/virdrivermoduletest.c.o
[668/1310] Compiling C object tests/virnwfilterbindingxml2xmltest.p/virnwfilterbindingxml2xmltest.c.o
[668/1310] Compiling C object tests/networkxml2conftest.p/networkxml2conftest.c.o
[669/1310] Compiling C object tests/viriscsitest.p/viriscsitest.c.o
[669/1310] Compiling C object tests/nssguesttest.p/nsstest.c.o
[670/1310] Compiling C object tests/virschematest.p/virschematest.c.o
[670/1310] Compiling C object tests/nsstest.p/nsstest.c.o
[671/1310] Compiling C object tests/virrotatingfiletest.p/virrotatingfiletest.c.o
[671/1310] Compiling C object tests/networkxml2xmltest.p/networkxml2xmltest.c.o
[672/1310] Compiling C object tests/virtimetest.p/virtimetest.c.o
[672/1310] Compiling C object tests/nodedevmdevctltest.p/nodedevmdevctltest.c.o
[673/1310] Compiling C object tests/virtypedparamtest.p/virtypedparamtest.c.o
[673/1310] Compiling C object tests/nwfilterxml2firewalltest.p/nwfilterxml2firewalltest.c.o
[674/1310] Compiling C object tests/virmigtest.p/virmigtest.c.o
[674/1310] Compiling C object tests/nwfilterebiptablestest.p/nwfilterebiptablestest.c.o
[675/1310] Compiling C object tests/virpcitest.p/virpcitest.c.o
[675/1310] Compiling C object tests/openvzutilstest.p/openvzutilstest.c.o
[676/1310] Compiling C object tests/fchosttest.p/fchosttest.c.o
[676/1310] Compiling C object tests/virpolkittest.p/virpolkittest.c.o
[677/1310] Compiling C object tests/scsihosttest.p/scsihosttest.c.o
[677/1310] Compiling C object tests/qemuagenttest.p/qemuagenttest.c.o
[678/1310] Compiling C object tests/viruritest.p/viruritest.c.o
[678/1310] Compiling C object tests/qemublocktest.p/qemublocktest.c.o
[679/1310] Compiling C object tests/vshtabletest.p/vshtabletest.c.o
[679/1310] Compiling C object tests/qemumigrationcookiexmltest.p/qemumigrationcookiexmltest.c.o
[680/1310] Compiling C object tests/virfirewalltest.p/virfirewalltest.c.o
[680/1310] Compiling C object tests/qemucaps2xmltest.p/qemucaps2xmltest.c.o
[681/1310] Compiling C object tests/vircaps2xmltest.p/vircaps2xmltest.c.o
[681/1310] Compiling C object tests/qemucommandutiltest.p/qemucommandutiltest.c.o
[682/1310] Compiling C object tests/virscsitest.p/virscsitest.c.o
[682/1310] Compiling C object tests/qemudomaincheckpointxml2xmltest.p/qemudomaincheckpointxml2xmltest.c.o
[683/1310] Compiling C object tests/virresctrltest.p/virresctrltest.c.o
[683/1310] Compiling C object tests/qemudomainsnapshotxml2xmltest.p/qemudomainsnapshotxml2xmltest.c.o
[684/1310] Compiling C object tests/virshtest.p/virshtest.c.o
[684/1310] Compiling C object tests/qemufirmwaretest.p/qemufirmwaretest.c.o
[685/1310] Compiling C object tests/virnetdevbandwidthtest.p/virnetdevbandwidthtest.c.o
[685/1310] Compiling C object tests/qemumemlocktest.p/qemumemlocktest.c.o
[686/1310] Compiling C object tests/virstringtest.p/virstringtest.c.o
[686/1310] Compiling C object tests/qemuhotplugtest.p/qemuhotplugtest.c.o
[687/1310] Compiling C object tests/virusbtest.p/virusbtest.c.o
[687/1310] Compiling C object tests/qemumigparamstest.p/qemumigparamstest.c.o
[688/1310] Compiling C object tests/virsystemdtest.p/virsystemdtest.c.o
[688/1310] Compiling C object tests/qemustatusxml2xmltest.p/qemustatusxml2xmltest.c.o
[689/1310] Compiling C object tests/esxutilstest.p/esxutilstest.c.o
[689/1310] Compiling C object tests/qemusecuritytest.p/qemusecuritytest.c.o
[690/1310] Compiling C object tests/virdrivermoduletest.p/virdrivermoduletest.c.o
[690/1310] Compiling C object tests/qemusecuritytest.p/qemusecuritymock.c.o
[691/1310] Compiling C object tests/virpcivpdtest.p/virpcivpdtest.c.o
[691/1310] Compiling C object tests/qemuxml2argvtest.p/qemuxml2argvtest.c.o
[692/1310] Compiling C object tests/virdriverconnvalidatetest.p/virdriverconnvalidatetest.c.o
[692/1310] Compiling C object tests/virnettlscontexttest.p/virnettlscontexttest.c.o
[693/1310] Compiling C object tests/lxcxml2xmltest.p/lxcxml2xmltest.c.o
[693/1310] Compiling C object tests/virnettlscontexttest.p/virnettlshelpers.c.o
[694/1310] Compiling C object tests/lxcconf2xmltest.p/lxcconf2xmltest.c.o
[694/1310] Compiling C object tests/virnetsockettest.p/virnetsockettest.c.o
[695/1310] Compiling C object tests/nsstest.p/nsstest.c.o
[695/1310] Compiling C object tests/virnetserverclienttest.p/virnetserverclienttest.c.o
[696/1310] Compiling C object tests/nssguesttest.p/nsstest.c.o
[696/1310] Compiling C object tests/virnettlscontexttest.p/pkix_asn1_tab.c.o
[697/1310] Compiling C object tests/networkxml2conftest.p/networkxml2conftest.c.o
[697/1310] Compiling C object tests/virnettlssessiontest.p/virnettlssessiontest.c.o
[698/1310] Compiling C object tests/eventtest.p/eventtest.c.o
[698/1310] Compiling C object tests/virstoragetest.p/virstoragetest.c.o
[699/1310] Compiling C object tests/virnetdevopenvswitchtest.p/virnetdevopenvswitchtest.c.o
[699/1310] Compiling C object tests/virnettlssessiontest.p/virnettlshelpers.c.o
[700/1310] Compiling C object tests/virnettlscontexttest.p/pkix_asn1_tab.c.o
[700/1310] Compiling C object tests/virnettlssessiontest.p/pkix_asn1_tab.c.o
[701/1310] Compiling C object tests/networkxml2firewalltest.p/networkxml2firewalltest.c.o
[701/1310] Compiling C object tests/securityselinuxtest.p/securityselinuxtest.c.o
[702/1310] Compiling C object tests/openvzutilstest.p/openvzutilstest.c.o
[702/1310] Compiling C object tests/securityselinuxlabeltest.p/securityselinuxlabeltest.c.o
[703/1310] Compiling C object tests/virnettlssessiontest.p/pkix_asn1_tab.c.o
[703/1310] Compiling C object tests/storagepoolcapstest.p/storagepoolcapstest.c.o
[704/1310] Compiling C object tests/nwfilterebiptablestest.p/nwfilterebiptablestest.c.o
[704/1310] Compiling C object tests/storagepoolxml2xmltest.p/storagepoolxml2xmltest.c.o
[705/1310] Compiling C object tests/nwfilterxml2firewalltest.p/nwfilterxml2firewalltest.c.o
[705/1310] Compiling C object tests/storagevolxml2argvtest.p/storagevolxml2argvtest.c.o
[706/1310] Compiling C object tests/networkxml2xmltest.p/networkxml2xmltest.c.o
[706/1310] Compiling C object tests/storagepoolxml2argvtest.p/storagepoolxml2argvtest.c.o
[707/1310] Compiling C object tests/virpolkittest.p/virpolkittest.c.o
[707/1310] Compiling C object tests/virstorageutiltest.p/virstorageutiltest.c.o
[708/1310] Compiling C object tests/nodedevmdevctltest.p/nodedevmdevctltest.c.o
[708/1310] Compiling C object tests/vboxsnapshotxmltest.p/vboxsnapshotxmltest.c.o
[709/1310] Compiling C object tests/qemucaps2xmltest.p/qemucaps2xmltest.c.o
[709/1310] Compiling C object tests/vmwarevertest.p/vmwarevertest.c.o
[710/1310] Compiling C object tests/qemucommandutiltest.p/qemucommandutiltest.c.o
[710/1310] Compiling C object tests/vmx2xmltest.p/vmx2xmltest.c.o
[711/1310] Compiling C object tests/qemudomaincheckpointxml2xmltest.p/qemudomaincheckpointxml2xmltest.c.o
[711/1310] Compiling C object tests/xml2vmxtest.p/xml2vmxtest.c.o
[712/1310] Compiling C object tests/virnettlscontexttest.p/virnettlshelpers.c.o
[712/1310] Compiling C object examples/c/admin/client_info.p/client_info.c.o
[713/1310] Compiling C object tests/qemufirmwaretest.p/qemufirmwaretest.c.o
[713/1310] Compiling C object tests/nsslinktest.p/nsslinktest.c.o
[714/1310] Compiling C object tests/qemumemlocktest.p/qemumemlocktest.c.o
[714/1310] Compiling C object tests/qemucapsprobe.p/qemucapsprobe.c.o
[715/1310] Compiling C object tests/qemumigrationcookiexmltest.p/qemumigrationcookiexmltest.c.o
[715/1310] Compiling C object tests/nssguestlinktest.p/nsslinktest.c.o
[716/1310] Compiling C object tests/virnettlssessiontest.p/virnettlshelpers.c.o
[716/1310] Compiling C object examples/c/admin/client_close.p/client_close.c.o
[717/1310] Compiling C object tests/qemustatusxml2xmltest.p/qemustatusxml2xmltest.c.o
[717/1310] Compiling C object examples/c/admin/client_limits.p/client_limits.c.o
[718/1310] Compiling C object tests/qemudomainsnapshotxml2xmltest.p/qemudomainsnapshotxml2xmltest.c.o
[718/1310] Compiling C object examples/c/admin/list_clients.p/list_clients.c.o
[719/1310] Compiling C object tests/virnetserverclienttest.p/virnetserverclienttest.c.o
[719/1310] Compiling C object examples/c/admin/threadpool_params.p/threadpool_params.c.o
[720/1310] Compiling C object tests/qemumigparamstest.p/qemumigparamstest.c.o
[720/1310] Compiling C object examples/c/admin/logging.p/logging.c.o
[721/1310] Compiling C object tests/qemusecuritytest.p/qemusecuritymock.c.o
[721/1310] Compiling C object examples/c/admin/list_servers.p/list_servers.c.o
[722/1310] Compiling C object tests/virnettlscontexttest.p/virnettlscontexttest.c.o
[722/1310] Compiling C object examples/c/domain/dommigrate.p/dommigrate.c.o
[723/1310] Compiling C object examples/c/admin/client_close.p/client_close.c.o
[723/1310] Compiling C object examples/c/domain/domtop.p/domtop.c.o
[724/1310] Compiling C object examples/c/admin/client_info.p/client_info.c.o
[724/1310] Compiling C object examples/c/misc/event-test.p/event-test.c.o
[725/1310] Compiling C object tests/qemusecuritytest.p/qemusecuritytest.c.o
[725/1310] Compiling C object examples/c/misc/hellolibvirt.p/hellolibvirt.c.o
[726/1310] Compiling C object tests/virnetsockettest.p/virnetsockettest.c.o
[726/1310] Compiling C object examples/c/domain/info1.p/info1.c.o
[727/1310] Compiling C object examples/c/admin/client_limits.p/client_limits.c.o
[727/1310] Compiling C object examples/c/domain/rename.p/rename.c.o
[728/1310] Compiling C object examples/c/admin/list_servers.p/list_servers.c.o
[728/1310] Compiling C object examples/c/domain/suspend.p/suspend.c.o
[729/1310] Compiling C object examples/c/admin/threadpool_params.p/threadpool_params.c.o
[729/1310] Compiling C object examples/c/misc/openauth.p/openauth.c.o
[730/1310] Compiling C object tests/virnettlssessiontest.p/virnettlssessiontest.c.o
[730/1310] Generating aclperms.htmlinc with a custom command (wrapped by meson to capture output)
[731/1310] Compiling C object tests/storagepoolcapstest.p/storagepoolcapstest.c.o
[731/1310] Generating generate-api with a custom command
[732/1310] Compiling C object examples/c/admin/list_clients.p/list_clients.c.o
[732/1310] Generating 404.html with a custom command (wrapped by meson to capture output)
[733/1310] Compiling C object examples/c/domain/dommigrate.p/dommigrate.c.o
[733/1310] Generating bugs.html with a custom command (wrapped by meson to capture output)
[734/1310] Compiling C object examples/c/admin/logging.p/logging.c.o
[734/1310] Generating cgroups.html with a custom command (wrapped by meson to capture output)
[735/1310] Compiling C object tests/securityselinuxtest.p/securityselinuxtest.c.o
[735/1310] Generating contact.html with a custom command (wrapped by meson to capture output)
[736/1310] Compiling C object tests/qemuagenttest.p/qemuagenttest.c.o
[736/1310] Generating contribute.html with a custom command (wrapped by meson to capture output)
[737/1310] Compiling C object examples/c/domain/info1.p/info1.c.o
[737/1310] Generating csharp.html with a custom command (wrapped by meson to capture output)
[738/1310] Compiling C object examples/c/domain/rename.p/rename.c.o
[738/1310] Generating dbus.html with a custom command (wrapped by meson to capture output)
[739/1310] Compiling C object tests/nsslinktest.p/nsslinktest.c.o
[739/1310] Linking target tests/nsslinktest
[740/1310] Compiling C object examples/c/misc/hellolibvirt.p/hellolibvirt.c.o
[740/1310] Generating devguide.html with a custom command (wrapped by meson to capture output)
[741/1310] Compiling C object tests/nssguestlinktest.p/nsslinktest.c.o
[741/1310] Linking target tests/nssguestlinktest
[742/1310] Compiling C object tests/vmwarevertest.p/vmwarevertest.c.o
[742/1310] Generating docs.html with a custom command (wrapped by meson to capture output)
[743/1310] Compiling C object tests/virstorageutiltest.p/virstorageutiltest.c.o
[743/1310] Generating downloads.html with a custom command (wrapped by meson to capture output)
[744/1310] Compiling C object examples/c/domain/suspend.p/suspend.c.o
[744/1310] Generating drivers.html with a custom command (wrapped by meson to capture output)
[745/1310] Compiling C object examples/c/misc/openauth.p/openauth.c.o
[745/1310] Generating drvbhyve.html with a custom command (wrapped by meson to capture output)
[746/1310] Compiling C object tests/vboxsnapshotxmltest.p/vboxsnapshotxmltest.c.o
[746/1310] Generating drvesx.html with a custom command (wrapped by meson to capture output)
[747/1310] Compiling C object tests/qemuhotplugtest.p/qemuhotplugtest.c.o
[747/1310] Generating drvhyperv.html with a custom command (wrapped by meson to capture output)
[748/1310] Linking target tests/nsslinktest
[748/1310] Generating drvlxc.html with a custom command (wrapped by meson to capture output)
[749/1310] Linking target tests/nssguestlinktest
[749/1310] Generating drvnodedev.html with a custom command (wrapped by meson to capture output)
[750/1310] Compiling C object examples/c/domain/domtop.p/domtop.c.o
[750/1310] Generating drvopenvz.html with a custom command (wrapped by meson to capture output)
[751/1310] Compiling C object tests/storagepoolxml2argvtest.p/storagepoolxml2argvtest.c.o
[751/1310] Generating drvremote.html with a custom command (wrapped by meson to capture output)
[752/1310] Compiling C object tests/storagepoolxml2xmltest.p/storagepoolxml2xmltest.c.o
[752/1310] Generating drvsecret.html with a custom command (wrapped by meson to capture output)
[753/1310] Compiling C object tests/qemumonitorjsontest.p/qemumonitorjsontest.c.o
[753/1310] Generating drvtest.html with a custom command (wrapped by meson to capture output)
[754/1310] Compiling C object tests/securityselinuxlabeltest.p/securityselinuxlabeltest.c.o
[754/1310] Generating drvvbox.html with a custom command (wrapped by meson to capture output)
[755/1310] Compiling C object tests/storagevolxml2argvtest.p/storagevolxml2argvtest.c.o
[755/1310] Generating drvvirtuozzo.html with a custom command (wrapped by meson to capture output)
[756/1310] Compiling C object tests/qemucapsprobe.p/qemucapsprobe.c.o
[756/1310] Generating drvvmware.html with a custom command (wrapped by meson to capture output)
[757/1310] Compiling C object examples/c/misc/event-test.p/event-test.c.o
[757/1310] Generating drvxen.html with a custom command (wrapped by meson to capture output)
[758/1310] Compiling C object tests/vmx2xmltest.p/vmx2xmltest.c.o
[758/1310] Generating errors.html with a custom command (wrapped by meson to capture output)
[759/1310] Compiling C object tests/xml2vmxtest.p/xml2vmxtest.c.o
[759/1310] Generating firewall.html with a custom command (wrapped by meson to capture output)
[760/1310] Generating 404.html with a custom command (wrapped by meson to capture output)
[760/1310] Generating formatcaps.html with a custom command (wrapped by meson to capture output)
[761/1310] Generating bugs.html with a custom command (wrapped by meson to capture output)
[761/1310] Generating formatdomaincaps.html with a custom command (wrapped by meson to capture output)
[762/1310] Generating aclperms.htmlinc with a custom command (wrapped by meson to capture output)
[762/1310] Generating format.html with a custom command (wrapped by meson to capture output)
[763/1310] Generating contact.html with a custom command (wrapped by meson to capture output)
[763/1310] Generating formatnetwork.html with a custom command (wrapped by meson to capture output)
[764/1310] Generating cgroups.html with a custom command (wrapped by meson to capture output)
[764/1310] Generating formatnetworkport.html with a custom command (wrapped by meson to capture output)
[765/1310] Generating contribute.html with a custom command (wrapped by meson to capture output)
[765/1310] Generating formatnode.html with a custom command (wrapped by meson to capture output)
[766/1310] Generating csharp.html with a custom command (wrapped by meson to capture output)
[766/1310] Generating formatnwfilter.html with a custom command (wrapped by meson to capture output)
[767/1310] Generating dbus.html with a custom command (wrapped by meson to capture output)
[767/1310] Generating formatsecret.html with a custom command (wrapped by meson to capture output)
[768/1310] Compiling C object tests/virstoragetest.p/virstoragetest.c.o
[768/1310] Generating formatsnapshot.html with a custom command (wrapped by meson to capture output)
[769/1310] Generating docs.html with a custom command (wrapped by meson to capture output)
[769/1310] Generating formatstoragecaps.html with a custom command (wrapped by meson to capture output)
[770/1310] Generating drvbhyve.html with a custom command (wrapped by meson to capture output)
[770/1310] Generating formatstorageencryption.html with a custom command (wrapped by meson to capture output)
[771/1310] Generating drivers.html with a custom command (wrapped by meson to capture output)
[771/1310] Generating formatstorage.html with a custom command (wrapped by meson to capture output)
[772/1310] Generating drvnodedev.html with a custom command (wrapped by meson to capture output)
[772/1310] Generating goals.html with a custom command (wrapped by meson to capture output)
[773/1310] Generating drvhyperv.html with a custom command (wrapped by meson to capture output)
[773/1310] Generating governance.html with a custom command (wrapped by meson to capture output)
[774/1310] Generating devguide.html with a custom command (wrapped by meson to capture output)
[774/1310] Generating hooks.html with a custom command (wrapped by meson to capture output)
[775/1310] Generating drvremote.html with a custom command (wrapped by meson to capture output)
[775/1310] Generating index.html with a custom command (wrapped by meson to capture output)
[776/1310] Generating drvesx.html with a custom command (wrapped by meson to capture output)
[776/1310] Generating internals.html with a custom command (wrapped by meson to capture output)
[777/1310] Generating drvlxc.html with a custom command (wrapped by meson to capture output)
[777/1310] Generating java.html with a custom command (wrapped by meson to capture output)
[778/1310] Generating downloads.html with a custom command (wrapped by meson to capture output)
[778/1310] Generating logging.html with a custom command (wrapped by meson to capture output)
[779/1310] Generating drvsecret.html with a custom command (wrapped by meson to capture output)
[779/1310] Generating migration.html with a custom command (wrapped by meson to capture output)
[780/1310] Generating drvtest.html with a custom command (wrapped by meson to capture output)
[780/1310] Generating nss.html with a custom command (wrapped by meson to capture output)
[781/1310] Generating drvvbox.html with a custom command (wrapped by meson to capture output)
[781/1310] Generating pci-hotplug.html with a custom command (wrapped by meson to capture output)
[782/1310] Generating drvopenvz.html with a custom command (wrapped by meson to capture output)
[782/1310] Generating php.html with a custom command (wrapped by meson to capture output)
[783/1310] Generating drvvirtuozzo.html with a custom command (wrapped by meson to capture output)
[783/1310] Generating python.html with a custom command (wrapped by meson to capture output)
[784/1310] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_vi_types.c.o
[784/1310] Linking static target src/esx/libvirt_driver_esx.a
[785/1310] Generating drvxen.html with a custom command (wrapped by meson to capture output)
[785/1310] Generating remote.html with a custom command (wrapped by meson to capture output)
[786/1310] Generating errors.html with a custom command (wrapped by meson to capture output)
[786/1310] Generating securityprocess.html with a custom command (wrapped by meson to capture output)
[787/1310] Linking static target src/esx/libvirt_driver_esx.a
[787/1310] Generating storage.html with a custom command (wrapped by meson to capture output)
[788/1310] Generating drvvmware.html with a custom command (wrapped by meson to capture output)
[788/1310] Generating strategy.html with a custom command (wrapped by meson to capture output)
[789/1310] Generating firewall.html with a custom command (wrapped by meson to capture output)
[789/1310] Generating support.html with a custom command (wrapped by meson to capture output)
[790/1310] Generating formatcaps.html with a custom command (wrapped by meson to capture output)
[790/1310] Generating testapi.html with a custom command (wrapped by meson to capture output)
[791/1310] Generating formatdomaincaps.html with a custom command (wrapped by meson to capture output)
[791/1310] Generating testsuites.html with a custom command (wrapped by meson to capture output)
[792/1310] Generating formatnetwork.html with a custom command (wrapped by meson to capture output)
[792/1310] Generating testtck.html with a custom command (wrapped by meson to capture output)
[793/1310] Generating format.html with a custom command (wrapped by meson to capture output)
[793/1310] Generating tlscerts.html with a custom command (wrapped by meson to capture output)
[794/1310] Generating formatnetworkport.html with a custom command (wrapped by meson to capture output)
[794/1310] Generating uri.html with a custom command (wrapped by meson to capture output)
[795/1310] Generating formatnwfilter.html with a custom command (wrapped by meson to capture output)
[795/1310] Generating virshcmdref.html with a custom command (wrapped by meson to capture output)
[796/1310] Generating formatsecret.html with a custom command (wrapped by meson to capture output)
[796/1310] Generating windows.html with a custom command (wrapped by meson to capture output)
[797/1310] Generating formatnode.html with a custom command (wrapped by meson to capture output)
[797/1310] Generating 'docs/aclpolkit.html.p/aclpolkit.html.in' (wrapped by meson to capture output).
[798/1310] Generating formatsnapshot.html with a custom command (wrapped by meson to capture output)
[798/1310] Generating 'docs/advanced-tests.html.p/advanced-tests.html.in' (wrapped by meson to capture output).
[799/1310] Generating formatstorageencryption.html with a custom command (wrapped by meson to capture output)
[799/1310] Generating 'docs/api_extension.html.p/api_extension.html.in' (wrapped by meson to capture output).
[800/1310] Generating formatstoragecaps.html with a custom command (wrapped by meson to capture output)
[800/1310] Generating 'docs/api.html.p/api.html.in' (wrapped by meson to capture output).
[801/1310] Generating governance.html with a custom command (wrapped by meson to capture output)
[801/1310] Generating 'docs/apps.html.p/apps.html.in' (wrapped by meson to capture output).
[802/1310] Generating formatstorage.html with a custom command (wrapped by meson to capture output)
[802/1310] Generating 'docs/auditlog.html.p/auditlog.html.in' (wrapped by meson to capture output).
[803/1310] Generating index.html with a custom command (wrapped by meson to capture output)
[803/1310] Generating 'docs/auth.html.p/auth.html.in' (wrapped by meson to capture output).
[804/1310] Generating goals.html with a custom command (wrapped by meson to capture output)
[804/1310] Generating 'docs/bindings.html.p/bindings.html.in' (wrapped by meson to capture output).
[805/1310] Generating logging.html with a custom command (wrapped by meson to capture output)
[805/1310] Generating 'docs/best-practices.html.p/best-practices.html.in' (wrapped by meson to capture output).
[806/1310] Generating hooks.html with a custom command (wrapped by meson to capture output)
[806/1310] Generating 'docs/ci.html.p/ci.html.in' (wrapped by meson to capture output).
[807/1310] Generating java.html with a custom command (wrapped by meson to capture output)
[807/1310] Generating 'docs/coding-style.html.p/coding-style.html.in' (wrapped by meson to capture output).
[808/1310] Compiling C object tests/qemublocktest.p/qemublocktest.c.o
[808/1310] Generating 'docs/committer-guidelines.html.p/committer-guidelines.html.in' (wrapped by meson to capture output).
[809/1310] Generating internals.html with a custom command (wrapped by meson to capture output)
[809/1310] Generating 'docs/compiling.html.p/compiling.html.in' (wrapped by meson to capture output).
[810/1310] Generating php.html with a custom command (wrapped by meson to capture output)
[810/1310] Generating 'docs/daemons.html.p/daemons.html.in' (wrapped by meson to capture output).
[811/1310] Generating pci-hotplug.html with a custom command (wrapped by meson to capture output)
[811/1310] Generating 'docs/developer-tooling.html.p/developer-tooling.html.in' (wrapped by meson to capture output).
[812/1310] Generating nss.html with a custom command (wrapped by meson to capture output)
[812/1310] Generating 'docs/drvqemu.html.p/drvqemu.html.in' (wrapped by meson to capture output).
[813/1310] Generating migration.html with a custom command (wrapped by meson to capture output)
[813/1310] Generating 'docs/drvch.html.p/drvch.html.in' (wrapped by meson to capture output).
[814/1310] Generating python.html with a custom command (wrapped by meson to capture output)
[814/1310] Generating 'docs/formatbackup.html.p/formatbackup.html.in' (wrapped by meson to capture output).
[815/1310] Generating remote.html with a custom command (wrapped by meson to capture output)
[815/1310] Generating 'docs/formatcheckpoint.html.p/formatcheckpoint.html.in' (wrapped by meson to capture output).
[816/1310] Generating securityprocess.html with a custom command (wrapped by meson to capture output)
[816/1310] Generating 'docs/formatdomain.html.p/formatdomain.html.in' (wrapped by meson to capture output).
[817/1310] Generating testapi.html with a custom command (wrapped by meson to capture output)
[817/1310] Generating 'docs/glib-adoption.html.p/glib-adoption.html.in' (wrapped by meson to capture output).
[818/1310] Generating storage.html with a custom command (wrapped by meson to capture output)
[818/1310] Generating 'docs/hacking.html.p/hacking.html.in' (wrapped by meson to capture output).
[819/1310] Generating strategy.html with a custom command (wrapped by meson to capture output)
[819/1310] Generating 'docs/libvirt-go.html.p/libvirt-go.html.in' (wrapped by meson to capture output).
[820/1310] Generating testsuites.html with a custom command (wrapped by meson to capture output)
[820/1310] Generating 'docs/libvirt-go-xml.html.p/libvirt-go-xml.html.in' (wrapped by meson to capture output).
[821/1310] Generating support.html with a custom command (wrapped by meson to capture output)
[821/1310] Generating 'docs/newreposetup.html.p/newreposetup.html.in' (wrapped by meson to capture output).
[822/1310] Generating tlscerts.html with a custom command (wrapped by meson to capture output)
[822/1310] Generating 'docs/pci-addresses.html.p/pci-addresses.html.in' (wrapped by meson to capture output).
[823/1310] Generating testtck.html with a custom command (wrapped by meson to capture output)
[823/1310] Generating 'docs/platforms.html.p/platforms.html.in' (wrapped by meson to capture output).
[824/1310] Generating windows.html with a custom command (wrapped by meson to capture output)
[824/1310] Generating 'docs/programming-languages.html.p/programming-languages.html.in' (wrapped by meson to capture output).
[825/1310] Generating virshcmdref.html with a custom command (wrapped by meson to capture output)
[825/1310] Generating 'docs/styleguide.html.p/styleguide.html.in' (wrapped by meson to capture output).
[826/1310] Generating uri.html with a custom command (wrapped by meson to capture output)
[826/1310] Generating 'docs/submitting-patches.html.p/submitting-patches.html.in' (wrapped by meson to capture output).
[827/1310] Generating generate-api with a custom command
[827/1310] Generating hvsupport.html.in with a custom command (wrapped by meson to capture output)
[828/1310] Generating 'docs/advanced-tests.html.p/advanced-tests.html.in' (wrapped by meson to capture output).
[828/1310] Generating advanced-tests.html with a custom command (wrapped by meson to capture output)
[829/1310] Generating 'docs/api.html.p/api.html.in' (wrapped by meson to capture output).
[829/1310] Generating api.html with a custom command (wrapped by meson to capture output)
[830/1310] Generating 'docs/committer-guidelines.html.p/committer-guidelines.html.in' (wrapped by meson to capture output).
[830/1310] Generating committer-guidelines.html with a custom command (wrapped by meson to capture output)
[831/1310] Generating 'docs/api_extension.html.p/api_extension.html.in' (wrapped by meson to capture output).
[831/1310] Generating api_extension.html with a custom command (wrapped by meson to capture output)
[832/1310] Generating 'docs/best-practices.html.p/best-practices.html.in' (wrapped by meson to capture output).
[832/1310] Generating best-practices.html with a custom command (wrapped by meson to capture output)
[833/1310] Generating 'docs/aclpolkit.html.p/aclpolkit.html.in' (wrapped by meson to capture output).
[833/1310] Generating aclpolkit.html with a custom command (wrapped by meson to capture output)
[834/1310] Generating 'docs/apps.html.p/apps.html.in' (wrapped by meson to capture output).
[834/1310] Generating apps.html with a custom command (wrapped by meson to capture output)
[835/1310] Generating 'docs/auth.html.p/auth.html.in' (wrapped by meson to capture output).
[835/1310] Generating auth.html with a custom command (wrapped by meson to capture output)
[836/1310] Generating 'docs/developer-tooling.html.p/developer-tooling.html.in' (wrapped by meson to capture output).
[836/1310] Generating developer-tooling.html with a custom command (wrapped by meson to capture output)
[837/1310] Generating 'docs/bindings.html.p/bindings.html.in' (wrapped by meson to capture output).
[837/1310] Generating bindings.html with a custom command (wrapped by meson to capture output)
[838/1310] Generating 'docs/compiling.html.p/compiling.html.in' (wrapped by meson to capture output).
[838/1310] Generating compiling.html with a custom command (wrapped by meson to capture output)
[839/1310] Generating 'docs/auditlog.html.p/auditlog.html.in' (wrapped by meson to capture output).
[839/1310] Generating auditlog.html with a custom command (wrapped by meson to capture output)
[840/1310] Generating 'docs/coding-style.html.p/coding-style.html.in' (wrapped by meson to capture output).
[840/1310] Generating coding-style.html with a custom command (wrapped by meson to capture output)
[841/1310] Generating 'docs/drvch.html.p/drvch.html.in' (wrapped by meson to capture output).
[841/1310] Generating drvch.html with a custom command (wrapped by meson to capture output)
[842/1310] Generating 'docs/formatbackup.html.p/formatbackup.html.in' (wrapped by meson to capture output).
[842/1310] Generating formatbackup.html with a custom command (wrapped by meson to capture output)
[843/1310] Generating 'docs/libvirt-go.html.p/libvirt-go.html.in' (wrapped by meson to capture output).
[843/1310] Generating libvirt-go.html with a custom command (wrapped by meson to capture output)
[844/1310] Generating 'docs/glib-adoption.html.p/glib-adoption.html.in' (wrapped by meson to capture output).
[844/1310] Generating glib-adoption.html with a custom command (wrapped by meson to capture output)
[845/1310] Generating 'docs/drvqemu.html.p/drvqemu.html.in' (wrapped by meson to capture output).
[845/1310] Generating drvqemu.html with a custom command (wrapped by meson to capture output)
[846/1310] Generating 'docs/libvirt-go-xml.html.p/libvirt-go-xml.html.in' (wrapped by meson to capture output).
[846/1310] Generating libvirt-go-xml.html with a custom command (wrapped by meson to capture output)
[847/1310] Generating 'docs/hacking.html.p/hacking.html.in' (wrapped by meson to capture output).
[847/1310] Generating hacking.html with a custom command (wrapped by meson to capture output)
[848/1310] Generating 'docs/daemons.html.p/daemons.html.in' (wrapped by meson to capture output).
[848/1310] Generating daemons.html with a custom command (wrapped by meson to capture output)
[849/1310] Generating 'docs/ci.html.p/ci.html.in' (wrapped by meson to capture output).
[849/1310] Generating ci.html with a custom command (wrapped by meson to capture output)
[850/1310] Generating 'docs/pci-addresses.html.p/pci-addresses.html.in' (wrapped by meson to capture output).
[850/1310] Generating pci-addresses.html with a custom command (wrapped by meson to capture output)
[851/1310] Generating 'docs/platforms.html.p/platforms.html.in' (wrapped by meson to capture output).
[851/1310] Generating platforms.html with a custom command (wrapped by meson to capture output)
[852/1310] Generating 'docs/formatcheckpoint.html.p/formatcheckpoint.html.in' (wrapped by meson to capture output).
[852/1310] Generating formatcheckpoint.html with a custom command (wrapped by meson to capture output)
[853/1310] Generating 'docs/styleguide.html.p/styleguide.html.in' (wrapped by meson to capture output).
[853/1310] Generating styleguide.html with a custom command (wrapped by meson to capture output)
[854/1310] Generating 'docs/newreposetup.html.p/newreposetup.html.in' (wrapped by meson to capture output).
[854/1310] Generating newreposetup.html with a custom command (wrapped by meson to capture output)
[855/1310] Generating 'docs/submitting-patches.html.p/submitting-patches.html.in' (wrapped by meson to capture output).
[855/1310] Generating submitting-patches.html with a custom command (wrapped by meson to capture output)
[856/1310] Generating advanced-tests.html with a custom command (wrapped by meson to capture output)
[856/1310] Generating acl.html with a custom command (wrapped by meson to capture output)
[857/1310] Generating 'docs/programming-languages.html.p/programming-languages.html.in' (wrapped by meson to capture output).
[857/1310] Generating programming-languages.html with a custom command (wrapped by meson to capture output)
[858/1310] Generating committer-guidelines.html with a custom command (wrapped by meson to capture output)
[858/1310] Generating 'docs/news.html.p/NEWS.html.in' (wrapped by meson to capture output).
[859/1310] Generating api.html with a custom command (wrapped by meson to capture output)
[859/1310] Generating 'docs/go/libvirt.html.p/libvirt.html.in' (wrapped by meson to capture output).
[860/1310] Generating best-practices.html with a custom command (wrapped by meson to capture output)
[860/1310] Generating 'docs/go/libvirtxml.html.p/libvirtxml.html.in' (wrapped by meson to capture output).
[861/1310] Generating bindings.html with a custom command (wrapped by meson to capture output)
[861/1310] Generating index-api with a custom command
[862/1310] Generating auth.html with a custom command (wrapped by meson to capture output)
[862/1310] Generating index-admin-api with a custom command
[863/1310] Generating api_extension.html with a custom command (wrapped by meson to capture output)
[863/1310] Generating index-lxc-api with a custom command
[864/1310] Generating compiling.html with a custom command (wrapped by meson to capture output)
[864/1310] Generating index-qemu-api with a custom command
[865/1310] Generating developer-tooling.html with a custom command (wrapped by meson to capture output)
[865/1310] Generating command.html with a custom command (wrapped by meson to capture output)
[866/1310] Generating aclpolkit.html with a custom command (wrapped by meson to capture output)
[866/1310] Generating eventloop.html with a custom command (wrapped by meson to capture output)
[867/1310] Generating index-lxc-api with a custom command
[867/1310] Generating locking.html with a custom command (wrapped by meson to capture output)
[868/1310] Generating apps.html with a custom command (wrapped by meson to capture output)
[868/1310] Generating rpc.html with a custom command (wrapped by meson to capture output)
[869/1310] Generating index-qemu-api with a custom command
[869/1310] Generating 'docs/kbase/backing_chains.html.p/backing_chains.html.in' (wrapped by meson to capture output).
[870/1310] Generating index-admin-api with a custom command
[870/1310] Generating 'docs/kbase/debuglogs.html.p/debuglogs.html.in' (wrapped by meson to capture output).
[871/1310] Generating auditlog.html with a custom command (wrapped by meson to capture output)
[871/1310] Generating 'docs/kbase/domainstatecapture.html.p/domainstatecapture.html.in' (wrapped by meson to capture output).
[872/1310] Generating coding-style.html with a custom command (wrapped by meson to capture output)
[872/1310] Generating 'docs/kbase/incrementalbackupinternals.html.p/incrementalbackupinternals.html.in' (wrapped by meson to capture output).
[873/1310] Generating drvch.html with a custom command (wrapped by meson to capture output)
[873/1310] Generating 'docs/kbase/index.html.p/index.html.in' (wrapped by meson to capture output).
[874/1310] Generating libvirt-go.html with a custom command (wrapped by meson to capture output)
[874/1310] Generating 'docs/kbase/kvm-realtime.html.p/kvm-realtime.html.in' (wrapped by meson to capture output).
[875/1310] Generating formatbackup.html with a custom command (wrapped by meson to capture output)
[875/1310] Generating 'docs/kbase/launch_security_sev.html.p/launch_security_sev.html.in' (wrapped by meson to capture output).
[876/1310] Generating drvqemu.html with a custom command (wrapped by meson to capture output)
[876/1310] Generating 'docs/kbase/live_full_disk_backup.html.p/live_full_disk_backup.html.in' (wrapped by meson to capture output).
[877/1310] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_driver.c.o
[877/1310] Linking static target src/qemu/libvirt_driver_qemu_impl.a
[878/1310] Generating glib-adoption.html with a custom command (wrapped by meson to capture output)
[878/1310] Generating 'docs/kbase/locking-lockd.html.p/locking-lockd.html.in' (wrapped by meson to capture output).
[879/1310] Generating hacking.html with a custom command (wrapped by meson to capture output)
[879/1310] Generating 'docs/kbase/locking.html.p/locking.html.in' (wrapped by meson to capture output).
[880/1310] Generating libvirt-go-xml.html with a custom command (wrapped by meson to capture output)
[880/1310] Generating 'docs/kbase/locking-sanlock.html.p/locking-sanlock.html.in' (wrapped by meson to capture output).
[881/1310] Generating daemons.html with a custom command (wrapped by meson to capture output)
[881/1310] Generating 'docs/kbase/memorydevices.html.p/memorydevices.html.in' (wrapped by meson to capture output).
[882/1310] Generating pci-addresses.html with a custom command (wrapped by meson to capture output)
[882/1310] Generating 'docs/kbase/merging_disk_image_chains.html.p/merging_disk_image_chains.html.in' (wrapped by meson to capture output).
[883/1310] Compiling C object src/libvirtd.p/remote_remote_daemon_dispatch.c.o
[883/1310] Generating 'docs/kbase/migrationinternals.html.p/migrationinternals.html.in' (wrapped by meson to capture output).
[884/1310] Generating ci.html with a custom command (wrapped by meson to capture output)
[884/1310] Generating 'docs/kbase/qemu-core-dump.html.p/qemu-core-dump.html.in' (wrapped by meson to capture output).
[885/1310] Compiling C object src/virtproxyd.p/remote_remote_daemon_dispatch.c.o
[885/1310] Generating 'docs/kbase/qemu-passthrough-security.html.p/qemu-passthrough-security.html.in' (wrapped by meson to capture output).
[886/1310] Generating styleguide.html with a custom command (wrapped by meson to capture output)
[886/1310] Generating 'docs/kbase/rpm-deployment.html.p/rpm-deployment.html.in' (wrapped by meson to capture output).
[887/1310] Generating newreposetup.html with a custom command (wrapped by meson to capture output)
[887/1310] Generating 'docs/kbase/s390_protected_virt.html.p/s390_protected_virt.html.in' (wrapped by meson to capture output).
[888/1310] Generating platforms.html with a custom command (wrapped by meson to capture output)
[888/1310] Generating 'docs/kbase/secureusage.html.p/secureusage.html.in' (wrapped by meson to capture output).
[889/1310] Generating formatcheckpoint.html with a custom command (wrapped by meson to capture output)
[889/1310] Generating 'docs/kbase/systemtap.html.p/systemtap.html.in' (wrapped by meson to capture output).
[890/1310] Generating acl.html with a custom command (wrapped by meson to capture output)
[890/1310] Generating 'docs/kbase/virtiofs.html.p/virtiofs.html.in' (wrapped by meson to capture output).
[891/1310] Generating submitting-patches.html with a custom command (wrapped by meson to capture output)
[891/1310] Generating virkeycode-atset1.rst with a custom command (wrapped by meson to capture output)
[892/1310] Generating programming-languages.html with a custom command (wrapped by meson to capture output)
[892/1310] Generating virkeycode-atset2.rst with a custom command (wrapped by meson to capture output)
[893/1310] Generating command.html with a custom command (wrapped by meson to capture output)
[893/1310] Generating virkeycode-atset3.rst with a custom command (wrapped by meson to capture output)
[894/1310] Linking static target src/qemu/libvirt_driver_qemu_impl.a
[894/1310] Generating virkeycode-linux.rst with a custom command (wrapped by meson to capture output)
[895/1310] Generating eventloop.html with a custom command (wrapped by meson to capture output)
[895/1310] Generating virkeycode-osx.rst with a custom command (wrapped by meson to capture output)
[896/1310] Compiling C object tools/virsh.p/virsh-domain.c.o
[896/1310] Generating virkeycode-qnum.rst with a custom command (wrapped by meson to capture output)
[897/1310] Generating locking.html with a custom command (wrapped by meson to capture output)
[897/1310] Generating virkeycode-usb.rst with a custom command (wrapped by meson to capture output)
[898/1310] Generating rpc.html with a custom command (wrapped by meson to capture output)
[898/1310] Generating virkeycode-win32.rst with a custom command (wrapped by meson to capture output)
[899/1310] Compiling C object src/virtinterfaced.p/remote_remote_daemon_dispatch.c.o
[899/1310] Generating virkeycode-xtkbd.rst with a custom command (wrapped by meson to capture output)
[900/1310] Generating 'docs/go/libvirt.html.p/libvirt.html.in' (wrapped by meson to capture output).
[900/1310] Generating libvirt.html with a custom command (wrapped by meson to capture output)
[901/1310] Compiling C object src/virtnetworkd.p/remote_remote_daemon_dispatch.c.o
[901/1310] Generating virkeyname-linux.rst with a custom command (wrapped by meson to capture output)
[902/1310] Generating 'docs/go/libvirtxml.html.p/libvirtxml.html.in' (wrapped by meson to capture output).
[902/1310] Generating libvirtxml.html with a custom command (wrapped by meson to capture output)
[903/1310] Generating 'docs/kbase/backing_chains.html.p/backing_chains.html.in' (wrapped by meson to capture output).
[903/1310] Generating backing_chains.html with a custom command (wrapped by meson to capture output)
[904/1310] Generating 'docs/kbase/index.html.p/index.html.in' (wrapped by meson to capture output).
[904/1310] Generating index.html with a custom command (wrapped by meson to capture output)
[905/1310] Generating 'docs/kbase/domainstatecapture.html.p/domainstatecapture.html.in' (wrapped by meson to capture output).
[905/1310] Generating domainstatecapture.html with a custom command (wrapped by meson to capture output)
[906/1310] Compiling C object src/virtsecretd.p/remote_remote_daemon_dispatch.c.o
[906/1310] Generating virkeyname-osx.rst with a custom command (wrapped by meson to capture output)
[907/1310] Compiling C object src/virtnodedevd.p/remote_remote_daemon_dispatch.c.o
[907/1310] Generating virkeyname-win32.rst with a custom command (wrapped by meson to capture output)
[908/1310] Generating 'docs/kbase/incrementalbackupinternals.html.p/incrementalbackupinternals.html.in' (wrapped by meson to capture output).
[908/1310] Generating incrementalbackupinternals.html with a custom command (wrapped by meson to capture output)
[909/1310] Generating 'docs/kbase/kvm-realtime.html.p/kvm-realtime.html.in' (wrapped by meson to capture output).
[909/1310] Generating kvm-realtime.html with a custom command (wrapped by meson to capture output)
[910/1310] Generating 'docs/kbase/debuglogs.html.p/debuglogs.html.in' (wrapped by meson to capture output).
[910/1310] Generating debuglogs.html with a custom command (wrapped by meson to capture output)
[911/1310] Generating 'docs/kbase/launch_security_sev.html.p/launch_security_sev.html.in' (wrapped by meson to capture output).
[911/1310] Generating launch_security_sev.html with a custom command (wrapped by meson to capture output)
[912/1310] Generating 'docs/kbase/locking-lockd.html.p/locking-lockd.html.in' (wrapped by meson to capture output).
[912/1310] Generating locking-lockd.html with a custom command (wrapped by meson to capture output)
[913/1310] Compiling C object src/virtnwfilterd.p/remote_remote_daemon_dispatch.c.o
[913/1310] Generating index.html.in with a custom command (wrapped by meson to capture output)
[914/1310] Generating 'docs/kbase/locking.html.p/locking.html.in' (wrapped by meson to capture output).
[914/1310] Generating locking.html with a custom command (wrapped by meson to capture output)
[915/1310] Generating 'docs/kbase/memorydevices.html.p/memorydevices.html.in' (wrapped by meson to capture output).
[915/1310] Generating memorydevices.html with a custom command (wrapped by meson to capture output)
[916/1310] Generating virkeycode-atset3.rst with a custom command (wrapped by meson to capture output)
[916/1310] Generating virsh.1 with a custom command
[917/1310] Generating 'docs/kbase/live_full_disk_backup.html.p/live_full_disk_backup.html.in' (wrapped by meson to capture output).
[917/1310] Generating live_full_disk_backup.html with a custom command (wrapped by meson to capture output)
[918/1310] Generating 'docs/kbase/locking-sanlock.html.p/locking-sanlock.html.in' (wrapped by meson to capture output).
[918/1310] Generating locking-sanlock.html with a custom command (wrapped by meson to capture output)
[919/1310] Generating virkeycode-atset1.rst with a custom command (wrapped by meson to capture output)
[919/1310] Generating virsh.html.in with a custom command (wrapped by meson to capture output)
[920/1310] Generating 'docs/kbase/qemu-core-dump.html.p/qemu-core-dump.html.in' (wrapped by meson to capture output).
[920/1310] Generating qemu-core-dump.html with a custom command (wrapped by meson to capture output)
[921/1310] Generating 'docs/kbase/migrationinternals.html.p/migrationinternals.html.in' (wrapped by meson to capture output).
[921/1310] Generating migrationinternals.html with a custom command (wrapped by meson to capture output)
[922/1310] Generating hvsupport.html.in with a custom command (wrapped by meson to capture output)
[922/1310] Generating hvsupport.html with a custom command (wrapped by meson to capture output)
[923/1310] Generating virkeycode-osx.rst with a custom command (wrapped by meson to capture output)
[923/1310] Generating virt-admin.1 with a custom command
[924/1310] Generating 'docs/kbase/merging_disk_image_chains.html.p/merging_disk_image_chains.html.in' (wrapped by meson to capture output).
[924/1310] Generating merging_disk_image_chains.html with a custom command (wrapped by meson to capture output)
[925/1310] Generating virkeycode-linux.rst with a custom command (wrapped by meson to capture output)
[925/1310] Generating virt-admin.html.in with a custom command (wrapped by meson to capture output)
[926/1310] Generating 'docs/kbase/qemu-passthrough-security.html.p/qemu-passthrough-security.html.in' (wrapped by meson to capture output).
[926/1310] Generating qemu-passthrough-security.html with a custom command (wrapped by meson to capture output)
[927/1310] Compiling C object src/virtlxcd.p/remote_remote_daemon_dispatch.c.o
[927/1310] Generating virt-host-validate.1 with a custom command
[928/1310] Generating virkeycode-atset2.rst with a custom command (wrapped by meson to capture output)
[928/1310] Generating virt-host-validate.html.in with a custom command (wrapped by meson to capture output)
[929/1310] Generating virkeycode-usb.rst with a custom command (wrapped by meson to capture output)
[929/1310] Generating virt-login-shell.1 with a custom command
[930/1310] Generating 'docs/kbase/rpm-deployment.html.p/rpm-deployment.html.in' (wrapped by meson to capture output).
[930/1310] Generating rpm-deployment.html with a custom command (wrapped by meson to capture output)
[931/1310] Generating 'docs/kbase/s390_protected_virt.html.p/s390_protected_virt.html.in' (wrapped by meson to capture output).
[931/1310] Generating s390_protected_virt.html with a custom command (wrapped by meson to capture output)
[932/1310] Generating 'docs/kbase/virtiofs.html.p/virtiofs.html.in' (wrapped by meson to capture output).
[932/1310] Generating virtiofs.html with a custom command (wrapped by meson to capture output)
[933/1310] Compiling C object tests/qemuxml2xmltest.p/qemuxml2xmltest.c.o
[933/1310] Generating virt-login-shell.html.in with a custom command (wrapped by meson to capture output)
[934/1310] Generating virkeycode-qnum.rst with a custom command (wrapped by meson to capture output)
[934/1310] Generating virt-pki-validate.1 with a custom command
[935/1310] Generating 'docs/kbase/systemtap.html.p/systemtap.html.in' (wrapped by meson to capture output).
[935/1310] Generating systemtap.html with a custom command (wrapped by meson to capture output)
[936/1310] Generating libvirt.html with a custom command (wrapped by meson to capture output)
[936/1310] Generating virt-pki-validate.html.in with a custom command (wrapped by meson to capture output)
[937/1310] Generating virkeycode-win32.rst with a custom command (wrapped by meson to capture output)
[937/1310] Generating virt-qemu-run.1 with a custom command
[938/1310] Generating virkeycode-xtkbd.rst with a custom command (wrapped by meson to capture output)
[938/1310] Generating virt-qemu-run.html.in with a custom command (wrapped by meson to capture output)
[939/1310] Generating 'docs/kbase/secureusage.html.p/secureusage.html.in' (wrapped by meson to capture output).
[939/1310] Generating secureusage.html with a custom command (wrapped by meson to capture output)
[940/1310] Compiling C object src/virtstoraged.p/remote_remote_daemon_dispatch.c.o
[940/1310] Generating virt-xml-validate.1 with a custom command
[941/1310] Generating libvirtxml.html with a custom command (wrapped by meson to capture output)
[941/1310] Generating virt-xml-validate.html.in with a custom command (wrapped by meson to capture output)
[942/1310] Generating virt-host-validate.1 with a custom command
[942/1310] Generating libvirtd.8 with a custom command
[943/1310] Generating virkeyname-linux.rst with a custom command (wrapped by meson to capture output)
[943/1310] Generating libvirtd.html.in with a custom command (wrapped by meson to capture output)
[944/1310] Generating backing_chains.html with a custom command (wrapped by meson to capture output)
[944/1310] Generating virt-sanlock-cleanup.8 with a custom command
[945/1310] Generating domainstatecapture.html with a custom command (wrapped by meson to capture output)
[945/1310] Generating virt-sanlock-cleanup.html.in with a custom command (wrapped by meson to capture output)
[946/1310] Generating virt-admin.1 with a custom command
[946/1310] Generating virtbhyved.html.in with a custom command (wrapped by meson to capture output)
[947/1310] Generating virt-login-shell.1 with a custom command
[947/1310] Generating virtinterfaced.8 with a custom command
[948/1310] Generating index.html with a custom command (wrapped by meson to capture output)
[948/1310] Generating virtinterfaced.html.in with a custom command (wrapped by meson to capture output)
[949/1310] Generating debuglogs.html with a custom command (wrapped by meson to capture output)
[949/1310] Generating virtlockd.8 with a custom command
[950/1310] Generating virt-pki-validate.1 with a custom command
[950/1310] Generating virtlockd.html.in with a custom command (wrapped by meson to capture output)
[951/1310] Generating kvm-realtime.html with a custom command (wrapped by meson to capture output)
[951/1310] Generating virtlogd.8 with a custom command
[952/1310] Generating launch_security_sev.html with a custom command (wrapped by meson to capture output)
[952/1310] Generating virtlogd.html.in with a custom command (wrapped by meson to capture output)
[953/1310] Generating incrementalbackupinternals.html with a custom command (wrapped by meson to capture output)
[953/1310] Generating virtlxcd.8 with a custom command
[954/1310] Generating locking-lockd.html with a custom command (wrapped by meson to capture output)
[954/1310] Generating virtlxcd.html.in with a custom command (wrapped by meson to capture output)
[955/1310] Generating virt-qemu-run.1 with a custom command
[955/1310] Generating virtnetworkd.8 with a custom command
[956/1310] Generating locking.html with a custom command (wrapped by meson to capture output)
[956/1310] Generating virtnetworkd.html.in with a custom command (wrapped by meson to capture output)
[957/1310] Generating virkeyname-osx.rst with a custom command (wrapped by meson to capture output)
[957/1310] Generating virtnodedevd.8 with a custom command
[958/1310] Generating locking-sanlock.html with a custom command (wrapped by meson to capture output)
[958/1310] Generating virtnodedevd.html.in with a custom command (wrapped by meson to capture output)
[959/1310] Generating memorydevices.html with a custom command (wrapped by meson to capture output)
[959/1310] Generating virtnwfilterd.8 with a custom command
[960/1310] Generating qemu-core-dump.html with a custom command (wrapped by meson to capture output)
[960/1310] Generating virtnwfilterd.html.in with a custom command (wrapped by meson to capture output)
[961/1310] Generating live_full_disk_backup.html with a custom command (wrapped by meson to capture output)
[961/1310] Generating virtproxyd.8 with a custom command
[962/1310] Compiling C object src/virtchd.p/remote_remote_daemon_dispatch.c.o
[962/1310] Generating virtproxyd.html.in with a custom command (wrapped by meson to capture output)
[963/1310] Generating virkeyname-win32.rst with a custom command (wrapped by meson to capture output)
[963/1310] Generating virtqemud.8 with a custom command
[964/1310] Compiling C object src/virtqemud.p/remote_remote_daemon_dispatch.c.o
[964/1310] Generating virtqemud.html.in with a custom command (wrapped by meson to capture output)
[965/1310] Generating index-api with a custom command
[965/1310] Generating virtsecretd.8 with a custom command
[966/1310] Generating migrationinternals.html with a custom command (wrapped by meson to capture output)
[966/1310] Generating virtsecretd.html.in with a custom command (wrapped by meson to capture output)
[967/1310] Generating virt-sanlock-cleanup.8 with a custom command
[967/1310] Generating virtstoraged.8 with a custom command
[968/1310] Generating virt-xml-validate.1 with a custom command
[968/1310] Generating virtstoraged.html.in with a custom command (wrapped by meson to capture output)
[969/1310] Generating hvsupport.html with a custom command (wrapped by meson to capture output)
[969/1310] Generating virtvboxd.8 with a custom command
[970/1310] Generating merging_disk_image_chains.html with a custom command (wrapped by meson to capture output)
[970/1310] Generating virtvboxd.html.in with a custom command (wrapped by meson to capture output)
[971/1310] Generating libvirtd.8 with a custom command
[971/1310] Generating virtvzd.html.in with a custom command (wrapped by meson to capture output)
[972/1310] Generating 'docs/formatdomain.html.p/formatdomain.html.in' (wrapped by meson to capture output).
[972/1310] Generating formatdomain.html with a custom command (wrapped by meson to capture output)
[973/1310] Generating qemu-passthrough-security.html with a custom command (wrapped by meson to capture output)
[973/1310] Generating virtxend.html.in with a custom command (wrapped by meson to capture output)
[974/1310] Generating virtinterfaced.8 with a custom command
[974/1310] Generating virkeycode-atset1.7 with a custom command
[975/1310] Generating virtlogd.8 with a custom command
[975/1310] Generating virkeycode-atset1.html.in with a custom command (wrapped by meson to capture output)
[976/1310] Compiling C object src/virtvboxd.p/remote_remote_daemon_dispatch.c.o
[976/1310] Generating virkeycode-atset2.7 with a custom command
[977/1310] Generating virtlockd.8 with a custom command
[977/1310] Generating virkeycode-atset2.html.in with a custom command (wrapped by meson to capture output)
[978/1310] Generating rpm-deployment.html with a custom command (wrapped by meson to capture output)
[978/1310] Generating virkeycode-atset3.7 with a custom command
[979/1310] Generating virtlxcd.8 with a custom command
[979/1310] Generating virkeycode-atset3.html.in with a custom command (wrapped by meson to capture output)
[980/1310] Generating systemtap.html with a custom command (wrapped by meson to capture output)
[980/1310] Generating virkeycode-linux.7 with a custom command
[981/1310] Generating virtiofs.html with a custom command (wrapped by meson to capture output)
[981/1310] Generating virkeycode-linux.html.in with a custom command (wrapped by meson to capture output)
[982/1310] Generating virtnetworkd.8 with a custom command
[982/1310] Generating virkeycode-osx.7 with a custom command
[983/1310] Generating s390_protected_virt.html with a custom command (wrapped by meson to capture output)
[983/1310] Generating virkeycode-osx.html.in with a custom command (wrapped by meson to capture output)
[984/1310] Generating virtnodedevd.8 with a custom command
[984/1310] Generating virkeycode-qnum.7 with a custom command
[985/1310] Generating virtnwfilterd.8 with a custom command
[985/1310] Generating virkeycode-qnum.html.in with a custom command (wrapped by meson to capture output)
[986/1310] Generating index.html.in with a custom command (wrapped by meson to capture output)
[986/1310] Generating virkeycode-usb.7 with a custom command
[987/1310] Generating virtproxyd.8 with a custom command
[987/1310] Generating virkeycode-usb.html.in with a custom command (wrapped by meson to capture output)
[988/1310] Generating virtqemud.8 with a custom command
[988/1310] Generating virkeycode-win32.7 with a custom command
[989/1310] Generating secureusage.html with a custom command (wrapped by meson to capture output)
[989/1310] Generating virkeycode-win32.html.in with a custom command (wrapped by meson to capture output)
[990/1310] Generating virtsecretd.8 with a custom command
[990/1310] Generating virkeycode-xtkbd.7 with a custom command
[991/1310] Generating virtstoraged.8 with a custom command
[991/1310] Generating virkeycode-xtkbd.html.in with a custom command (wrapped by meson to capture output)
[992/1310] Generating virtvboxd.8 with a custom command
[992/1310] Generating virkeyname-linux.7 with a custom command
[993/1310] Generating virkeycode-atset2.7 with a custom command
[993/1310] Generating virkeyname-linux.html.in with a custom command (wrapped by meson to capture output)
[994/1310] Generating virt-host-validate.html.in with a custom command (wrapped by meson to capture output)
[994/1310] Generating virkeyname-osx.7 with a custom command
[995/1310] Generating virkeycode-atset3.7 with a custom command
[995/1310] Generating virkeyname-osx.html.in with a custom command (wrapped by meson to capture output)
[996/1310] Generating virkeycode-osx.7 with a custom command
[996/1310] Generating virkeyname-win32.7 with a custom command
[997/1310] Generating virkeycode-atset1.7 with a custom command
[997/1310] Generating virkeyname-win32.html.in with a custom command (wrapped by meson to capture output)
[998/1310] Generating virt-login-shell.html.in with a custom command (wrapped by meson to capture output)
[998/1310] Generating index.html with a custom command (wrapped by meson to capture output)
[999/1310] Generating virt-pki-validate.html.in with a custom command (wrapped by meson to capture output)
[999/1310] Generating virt-host-validate.html with a custom command (wrapped by meson to capture output)
[1000/1310] Generating virt-admin.html.in with a custom command (wrapped by meson to capture output)
[1000/1310] Generating virt-admin.html with a custom command (wrapped by meson to capture output)
[1001/1310] Generating 'docs/news.html.p/NEWS.html.in' (wrapped by meson to capture output).
[1001/1310] Generating news.html with a custom command (wrapped by meson to capture output)
[1002/1310] Generating virkeycode-qnum.7 with a custom command
[1002/1310] Generating virt-login-shell.html with a custom command (wrapped by meson to capture output)
[1003/1310] Generating virt-qemu-run.html.in with a custom command (wrapped by meson to capture output)
[1003/1310] Generating virt-pki-validate.html with a custom command (wrapped by meson to capture output)
[1004/1310] Generating virkeycode-usb.7 with a custom command
[1004/1310] Generating virt-qemu-run.html with a custom command (wrapped by meson to capture output)
[1005/1310] Generating virkeycode-win32.7 with a custom command
[1006/1310] Generating virkeycode-xtkbd.7 with a custom command
[1007/1310] Generating virt-xml-validate.html.in with a custom command (wrapped by meson to capture output)
[1007/1310] Generating virt-xml-validate.html with a custom command (wrapped by meson to capture output)
[1008/1310] Generating virkeycode-linux.7 with a custom command
[1009/1310] Generating virt-sanlock-cleanup.html.in with a custom command (wrapped by meson to capture output)
[1009/1310] Generating virt-sanlock-cleanup.html with a custom command (wrapped by meson to capture output)
[1010/1310] Generating formatdomain.html with a custom command (wrapped by meson to capture output)
[1011/1310] Generating virtinterfaced.html.in with a custom command (wrapped by meson to capture output)
[1011/1310] Generating virtinterfaced.html with a custom command (wrapped by meson to capture output)
[1012/1310] Generating virtbhyved.html.in with a custom command (wrapped by meson to capture output)
[1012/1310] Generating virtbhyved.html with a custom command (wrapped by meson to capture output)
[1013/1310] Generating libvirtd.html.in with a custom command (wrapped by meson to capture output)
[1013/1310] Generating libvirtd.html with a custom command (wrapped by meson to capture output)
[1014/1310] Generating virtlxcd.html.in with a custom command (wrapped by meson to capture output)
[1014/1310] Generating virtlxcd.html with a custom command (wrapped by meson to capture output)
[1015/1310] Generating virtlockd.html.in with a custom command (wrapped by meson to capture output)
[1015/1310] Generating virtlockd.html with a custom command (wrapped by meson to capture output)
[1016/1310] Generating virtlogd.html.in with a custom command (wrapped by meson to capture output)
[1016/1310] Generating virtlogd.html with a custom command (wrapped by meson to capture output)
[1017/1310] Generating virkeyname-linux.7 with a custom command
[1018/1310] Generating virtnodedevd.html.in with a custom command (wrapped by meson to capture output)
[1018/1310] Generating virtnodedevd.html with a custom command (wrapped by meson to capture output)
[1019/1310] Generating virtnetworkd.html.in with a custom command (wrapped by meson to capture output)
[1019/1310] Generating virtnetworkd.html with a custom command (wrapped by meson to capture output)
[1020/1310] Generating virtqemud.html.in with a custom command (wrapped by meson to capture output)
[1020/1310] Generating virtqemud.html with a custom command (wrapped by meson to capture output)
[1021/1310] Generating virkeyname-osx.7 with a custom command
[1022/1310] Generating virtnwfilterd.html.in with a custom command (wrapped by meson to capture output)
[1022/1310] Generating virtnwfilterd.html with a custom command (wrapped by meson to capture output)
[1023/1310] Generating virtproxyd.html.in with a custom command (wrapped by meson to capture output)
[1023/1310] Generating virtproxyd.html with a custom command (wrapped by meson to capture output)
[1024/1310] Compiling C object tests/cputest.p/cputest.c.o
[1025/1310] Generating virkeyname-win32.7 with a custom command
[1026/1310] Generating virtstoraged.html.in with a custom command (wrapped by meson to capture output)
[1026/1310] Generating virtstoraged.html with a custom command (wrapped by meson to capture output)
[1027/1310] Generating virtvzd.html.in with a custom command (wrapped by meson to capture output)
[1027/1310] Generating virtvzd.html with a custom command (wrapped by meson to capture output)
[1028/1310] Generating virtvboxd.html.in with a custom command (wrapped by meson to capture output)
[1028/1310] Generating virtvboxd.html with a custom command (wrapped by meson to capture output)
[1029/1310] Generating virtsecretd.html.in with a custom command (wrapped by meson to capture output)
[1029/1310] Generating virtsecretd.html with a custom command (wrapped by meson to capture output)
[1030/1310] Generating index.html with a custom command (wrapped by meson to capture output)
[1031/1310] Generating virtxend.html.in with a custom command (wrapped by meson to capture output)
[1031/1310] Generating virtxend.html with a custom command (wrapped by meson to capture output)
[1032/1310] Generating virkeycode-atset2.html.in with a custom command (wrapped by meson to capture output)
[1032/1310] Generating virkeycode-atset2.html with a custom command (wrapped by meson to capture output)
[1033/1310] Generating virt-host-validate.html with a custom command (wrapped by meson to capture output)
[1034/1310] Generating virkeycode-atset3.html.in with a custom command (wrapped by meson to capture output)
[1034/1310] Generating virkeycode-atset3.html with a custom command (wrapped by meson to capture output)
[1035/1310] Generating virt-admin.html with a custom command (wrapped by meson to capture output)
[1036/1310] Generating virt-login-shell.html with a custom command (wrapped by meson to capture output)
[1037/1310] Generating virt-qemu-run.html with a custom command (wrapped by meson to capture output)
[1038/1310] Generating virkeycode-osx.html.in with a custom command (wrapped by meson to capture output)
[1038/1310] Generating virkeycode-osx.html with a custom command (wrapped by meson to capture output)
[1039/1310] Generating news.html with a custom command (wrapped by meson to capture output)
[1040/1310] Generating virkeycode-atset1.html.in with a custom command (wrapped by meson to capture output)
[1040/1310] Generating virkeycode-atset1.html with a custom command (wrapped by meson to capture output)
[1041/1310] Generating virt-pki-validate.html with a custom command (wrapped by meson to capture output)
[1042/1310] Generating virkeycode-usb.html.in with a custom command (wrapped by meson to capture output)
[1042/1310] Generating virkeycode-usb.html with a custom command (wrapped by meson to capture output)
[1043/1310] Generating virt-xml-validate.html with a custom command (wrapped by meson to capture output)
[1044/1310] Generating virt-sanlock-cleanup.html with a custom command (wrapped by meson to capture output)
[1045/1310] Generating virtinterfaced.html with a custom command (wrapped by meson to capture output)
[1046/1310] Generating libvirtd.html with a custom command (wrapped by meson to capture output)
[1047/1310] Generating virtbhyved.html with a custom command (wrapped by meson to capture output)
[1048/1310] Generating virkeycode-win32.html.in with a custom command (wrapped by meson to capture output)
[1048/1310] Generating virkeycode-win32.html with a custom command (wrapped by meson to capture output)
[1049/1310] Generating virsh.1 with a custom command
[1050/1310] Generating virtlogd.html with a custom command (wrapped by meson to capture output)
[1051/1310] Generating virkeycode-qnum.html.in with a custom command (wrapped by meson to capture output)
[1051/1310] Generating virkeycode-qnum.html with a custom command (wrapped by meson to capture output)
[1052/1310] Generating virtlxcd.html with a custom command (wrapped by meson to capture output)
[1053/1310] Generating virkeycode-linux.html.in with a custom command (wrapped by meson to capture output)
[1053/1310] Generating virkeycode-linux.html with a custom command (wrapped by meson to capture output)
[1054/1310] Generating virtnodedevd.html with a custom command (wrapped by meson to capture output)
[1055/1310] Generating virtlockd.html with a custom command (wrapped by meson to capture output)
[1056/1310] Generating virtnetworkd.html with a custom command (wrapped by meson to capture output)
[1057/1310] Generating virtqemud.html with a custom command (wrapped by meson to capture output)
[1058/1310] Generating virkeycode-xtkbd.html.in with a custom command (wrapped by meson to capture output)
[1058/1310] Generating virkeycode-xtkbd.html with a custom command (wrapped by meson to capture output)
[1059/1310] Generating virtstoraged.html with a custom command (wrapped by meson to capture output)
[1060/1310] Generating virtnwfilterd.html with a custom command (wrapped by meson to capture output)
[1061/1310] Generating virtproxyd.html with a custom command (wrapped by meson to capture output)
[1062/1310] Generating virtsecretd.html with a custom command (wrapped by meson to capture output)
[1063/1310] Generating virtvzd.html with a custom command (wrapped by meson to capture output)
[1064/1310] Generating virkeyname-linux.html.in with a custom command (wrapped by meson to capture output)
[1064/1310] Generating virkeyname-linux.html with a custom command (wrapped by meson to capture output)
[1065/1310] Generating virtvboxd.html with a custom command (wrapped by meson to capture output)
[1066/1310] Generating virkeycode-atset3.html with a custom command (wrapped by meson to capture output)
[1067/1310] Generating virkeycode-atset2.html with a custom command (wrapped by meson to capture output)
[1068/1310] Generating virtxend.html with a custom command (wrapped by meson to capture output)
[1069/1310] Generating virkeyname-osx.html.in with a custom command (wrapped by meson to capture output)
[1069/1310] Generating virkeyname-osx.html with a custom command (wrapped by meson to capture output)
[1070/1310] Generating virkeycode-osx.html with a custom command (wrapped by meson to capture output)
[1071/1310] Generating virkeyname-win32.html.in with a custom command (wrapped by meson to capture output)
[1071/1310] Generating virkeyname-win32.html with a custom command (wrapped by meson to capture output)
[1072/1310] Generating virkeycode-atset1.html with a custom command (wrapped by meson to capture output)
[1073/1310] Generating virkeycode-win32.html with a custom command (wrapped by meson to capture output)
[1074/1310] Generating virkeycode-usb.html with a custom command (wrapped by meson to capture output)
[1075/1310] Generating virkeycode-qnum.html with a custom command (wrapped by meson to capture output)
[1076/1310] Generating virkeycode-linux.html with a custom command (wrapped by meson to capture output)
[1077/1310] Generating virkeycode-xtkbd.html with a custom command (wrapped by meson to capture output)
[1078/1310] Compiling C object src/conf/libvirt_conf.a.p/domain_conf.c.o
[1078/1310] Linking static target src/conf/libvirt_conf.a
[1079/1310] Generating virkeyname-linux.html with a custom command (wrapped by meson to capture output)
[1080/1310] Generating virsh.html.in with a custom command (wrapped by meson to capture output)
[1080/1310] Generating virsh.html with a custom command (wrapped by meson to capture output)
[1081/1310] Generating virkeyname-osx.html with a custom command (wrapped by meson to capture output)
[1082/1310] Generating virkeyname-win32.html with a custom command (wrapped by meson to capture output)
[1083/1310] Linking static target src/conf/libvirt_conf.a
[1083/1310] Linking target src/libvirt.so.0.7009.0
[1084/1310] Generating virsh.html with a custom command (wrapped by meson to capture output)
[1085/1310] Linking target src/libvirt.so.0.7009.0
[1085/1310] Generating symbol file src/libvirt.so.0.7009.0.p/libvirt.so.0.7009.0.symbols
[1086/1310] Generating symbol file src/libvirt.so.0.7009.0.p/libvirt.so.0.7009.0.symbols
[1086/1310] Linking target src/libvirt_driver_qemu.so
[1086/1310] Linking target src/libvirt_driver_vbox.so
[1086/1310] Linking target tests/virnetdevtest
[1086/1310] Linking target tests/virlockspacetest
[1086/1310] Linking target src/libvirt-qemu.so.0.7009.0
[1086/1310] Linking target src/libvirt-lxc.so.0.7009.0
[1086/1310] Linking target src/libvirt-admin.so.0.7009.0
[1086/1310] Linking target src/libvirt_driver_interface.so
[1086/1310] Linking target src/libvirt_driver_network.so
[1086/1310] Linking target src/libvirt_driver_nodedev.so
[1086/1310] Linking target src/libvirt_driver_nwfilter.so
[1086/1310] Linking target src/lockd.so
[1086/1310] Linking target src/sanlock.so
[1086/1310] Linking target src/libvirt_driver_secret.so
[1086/1310] Linking target src/libvirt_driver_storage.so
[1086/1310] Linking target src/libvirt_storage_backend_fs.so
[1086/1310] Linking target src/libvirt_storage_backend_disk.so
[1086/1310] Linking target src/libvirt_storage_backend_gluster.so
[1086/1310] Linking target src/libvirt_storage_backend_iscsi.so
[1086/1310] Linking target src/libvirt_storage_backend_iscsi-direct.so
[1086/1310] Linking target src/libvirt_storage_backend_logical.so
[1086/1310] Linking target src/libvirt_storage_backend_mpath.so
[1086/1310] Linking target src/libvirt_storage_backend_rbd.so
[1086/1310] Linking target src/libvirt_storage_backend_scsi.so
[1086/1310] Linking target src/libvirt_storage_backend_vstorage.so
[1086/1310] Linking target src/libvirt_storage_backend_zfs.so
[1086/1310] Linking target src/libvirt_storage_file_gluster.so
[1086/1310] Linking target src/libvirt_driver_lxc.so
[1086/1310] Linking target src/libvirt_driver_ch.so
[1086/1310] Linking target src/libvirt_storage_file_fs.so
[1086/1310] Linking target tests/xml2vmxtest
[1086/1310] Linking target tests/virjsontest
[1086/1310] Linking target src/libvirt_iohelper
[1086/1310] Linking target src/libvirt_sanlock_helper
[1086/1310] Linking target src/libvirt_leaseshelper
[1086/1310] Linking target src/virt-ssh-helper
[1086/1310] Linking target src/libvirt_parthelper
[1086/1310] Linking target src/virt-qemu-run
[1086/1310] Linking target src/libvirt_lxc
[1086/1310] Linking target tools/virt-host-validate
[1086/1310] Linking target tests/libvircgroupmock.so
[1086/1310] Linking target tests/libtest_qemu_driver.so
[1086/1310] Linking target tests/virnetmessagetest
[1086/1310] Linking target tests/libdomaincapsmock.so
[1086/1310] Linking target tests/virnetdaemontest
[1086/1310] Linking target tests/libshunload.so
[1086/1310] Linking target tests/libvirhostcpumock.so
[1086/1310] Linking target tests/libvirfilecachemock.so
[1087/1310] Linking target src/libvirt_storage_backend_fs.so
[1087/1310] Linking target tests/libvirfirewallmock.so
[1088/1310] Linking target src/libvirt_storage_backend_iscsi.so
[1088/1310] Linking target tests/libvirgdbusmock.so
[1089/1310] Linking target src/libvirt_storage_backend_logical.so
[1089/1310] Linking target tests/libvirprocessmock.so
[1090/1310] Linking target src/sanlock.so
[1090/1310] Linking target tests/libvirnetserverclientmock.so
[1091/1310] Linking target src/libvirt_storage_backend_disk.so
[1091/1310] Linking target tests/libvirhostdevmock.so
[1092/1310] Linking target src/libvirt_storage_backend_scsi.so
[1092/1310] Linking target tests/libvirnetdaemonmock.so
[1093/1310] Linking target src/libvirt_storage_backend_zfs.so
[1093/1310] Linking target tests/libvirnetdevmock.so
[1094/1310] Linking target src/libvirt_storage_backend_vstorage.so
[1094/1310] Linking target tests/libvirpcimock.so
[1095/1310] Linking target src/libvirt_storage_file_fs.so
[1095/1310] Linking target tests/libvirportallocatormock.so
[1096/1310] Linking target src/libvirt-lxc.so.0.7009.0
[1096/1310] Generating symbol file src/libvirt-lxc.so.0.7009.0.p/libvirt-lxc.so.0.7009.0.symbols
[1097/1310] Linking target src/libvirt-qemu.so.0.7009.0
[1097/1310] Generating symbol file src/libvirt-qemu.so.0.7009.0.p/libvirt-qemu.so.0.7009.0.symbols
[1098/1310] Linking target src/libvirt_storage_backend_iscsi-direct.so
[1098/1310] Linking target tests/libvirfilemock.so
[1099/1310] Linking target src/libvirt_storage_backend_mpath.so
[1099/1310] Linking target tests/libvirrandommock.so
[1100/1310] Linking target tests/libvircgroupmock.so
[1100/1310] Linking target tests/libvirtestmock.so
[1101/1310] Linking target src/lockd.so
[1101/1310] Linking target tests/libvirnumamock.so
[1102/1310] Linking target src/libvirt_driver_ch.so
[1102/1310] Linking target tests/libvirnetdevbandwidthmock.so
[1103/1310] Linking target tests/libshunload.so
[1103/1310] Linking target tests/libqemuhotplugmock.so
[1104/1310] Linking target src/libvirt_storage_backend_rbd.so
[1104/1310] Linking target tests/libvirusbmock.so
[1105/1310] Linking target tests/libvirfilecachemock.so
[1105/1310] Linking target tests/libnssmock.so
[1106/1310] Linking target tests/libvirhostcpumock.so
[1106/1310] Linking target tests/libqemucaps2xmlmock.so
[1107/1310] Linking target src/libvirt_driver_secret.so
[1107/1310] Linking target tests/libqemucpumock.so
[1108/1310] Linking target tests/libdomaincapsmock.so
[1108/1310] Linking target tests/libsecurityselinuxhelper.so
[1109/1310] Linking target src/libvirt_driver_interface.so
[1109/1310] Linking target tests/libqemuxml2argvmock.so
[1110/1310] Linking target src/libvirt_driver_storage.so
[1110/1310] Linking target tests/libvirhostidmock.so
[1111/1310] Linking target src/libvirt_driver_vbox.so
[1111/1310] Linking target tests/commandtest
[1112/1310] Linking target src/libvirt_driver_nodedev.so
[1112/1310] Linking target tests/interfacexml2xmltest
[1113/1310] Linking target src/libvirt_storage_backend_gluster.so
[1113/1310] Linking target tests/domainconftest
[1114/1310] Linking target src/libvirt_driver_network.so
[1114/1310] Linking target tests/genericxml2xmltest
[1115/1310] Linking target src/libvirt_storage_file_gluster.so
[1115/1310] Linking target tests/metadatatest
[1116/1310] Linking target src/libvirt-admin.so.0.7009.0
[1116/1310] Generating symbol file src/libvirt-admin.so.0.7009.0.p/libvirt-admin.so.0.7009.0.symbols
[1117/1310] Linking target src/libvirt_driver_nwfilter.so
[1117/1310] Linking target tests/nwfilterxml2xmltest
[1118/1310] Linking target src/virt-qemu-run
[1118/1310] Linking target tests/networkxml2xmlupdatetest
[1119/1310] Linking target src/libvirt_driver_lxc.so
[1119/1310] Linking target tests/nodedevxml2xmltest
[1120/1310] Linking target src/libvirt_leaseshelper
[1120/1310] Linking target tests/objecteventtest
[1121/1310] Linking target tools/virt-host-validate
[1121/1310] Linking target tests/seclabeltest
[1122/1310] Linking target src/virt-ssh-helper
[1122/1310] Linking target tests/secretxml2xmltest
[1123/1310] Linking target src/libvirt_parthelper
[1123/1310] Linking target tests/shunloadtest
[1124/1310] Linking target tests/libvirpcimock.so
[1124/1310] Linking target tests/sockettest
[1125/1310] Linking target tests/libvirnetserverclientmock.so
[1125/1310] Linking target tests/sysinfotest
[1126/1310] Linking target tests/libvirnetdaemonmock.so
[1126/1310] Linking target tests/utiltest
[1127/1310] Linking target tests/libvirtestmock.so
[1127/1310] Linking target tests/storagevolxml2xmltest
[1128/1310] Linking target tests/libvirnumamock.so
[1128/1310] Linking target tests/viralloctest
[1129/1310] Linking target tests/libvirfirewallmock.so
[1129/1310] Linking target tests/virauthconfigtest
[1130/1310] Linking target tests/libvirgdbusmock.so
[1130/1310] Linking target tests/virbitmaptest
[1131/1310] Linking target tests/libvirfilemock.so
[1131/1310] Linking target tests/vircgrouptest
[1132/1310] Linking target tests/libvirprocessmock.so
[1132/1310] Linking target tests/vircapstest
[1133/1310] Linking target src/libvirt_iohelper
[1133/1310] Linking target tests/virbuftest
[1134/1310] Linking target tests/libvirportallocatormock.so
[1134/1310] Linking target tests/virfiletest
[1135/1310] Linking target tests/libvirnetdevmock.so
[1135/1310] Linking target tests/virfirewalltest
[1136/1310] Linking target tests/libvirusbmock.so
[1136/1310] Linking target tests/virfilecachetest
[1137/1310] Linking target tests/libvirrandommock.so
[1137/1310] Linking target tests/virconftest
[1138/1310] Linking target tests/libvirnetdevbandwidthmock.so
[1138/1310] Linking target tests/vircryptotest
[1139/1310] Linking target tests/libvirhostdevmock.so
[1139/1310] Linking target tests/virendiantest
[1140/1310] Linking target tests/libqemuhotplugmock.so
[1140/1310] Linking target tests/virerrortest
[1141/1310] Linking target tests/virnetdevtest
[1141/1310] Linking target tests/virhostcputest
[1142/1310] Linking target tests/virlockspacetest
[1142/1310] Linking target tests/virhostdevtest
[1143/1310] Linking target tests/libqemucaps2xmlmock.so
[1143/1310] Linking target tests/viridentitytest
[1144/1310] Linking target tests/libnssmock.so
[1144/1310] Linking target tests/viriscsitest
[1145/1310] Linking target tests/libqemucpumock.so
[1145/1310] Linking target tests/virkeycodetest
[1146/1310] Linking target src/libvirt_sanlock_helper
[1146/1310] Linking target tests/virlogtest
[1147/1310] Linking target tests/libsecurityselinuxhelper.so
[1147/1310] Linking target tests/virkmodtest
[1148/1310] Linking target tests/libqemuxml2argvmock.so
[1148/1310] Linking target tests/virnetworkportxml2xmltest
[1149/1310] Linking target tests/xml2vmxtest
[1149/1310] Linking target tests/virnwfilterbindingxml2xmltest
[1150/1310] Linking target tests/virjsontest
[1150/1310] Linking target tests/virportallocatortest
[1151/1310] Linking target tests/libvirhostidmock.so
[1151/1310] Linking target tests/virpcitest
[1152/1310] Linking target tests/virnetmessagetest
[1152/1310] Linking target tests/virstringtest
[1153/1310] Linking target tests/virnetdaemontest
[1153/1310] Linking target tests/virsystemdtest
[1154/1310] Linking target src/libvirt_lxc
[1154/1310] Linking target tests/virtimetest
[1155/1310] Linking target src/libvirt_driver_qemu.so
[1155/1310] Linking target tests/virrotatingfiletest
[1156/1310] Linking target tests/libtest_qemu_driver.so
[1156/1310] Generating symbol file tests/libtest_qemu_driver.so.p/libtest_qemu_driver.so.symbols
[1157/1310] Generating symbol file src/libvirt-lxc.so.0.7009.0.p/libvirt-lxc.so.0.7009.0.symbols
[1157/1310] Linking target tools/virt-login-shell-helper
[1158/1310] Linking target tests/interfacexml2xmltest
[1158/1310] Linking target tests/virschematest
[1159/1310] Linking target tests/domainconftest
[1159/1310] Linking target tests/virshtest
[1160/1310] Linking target tests/nwfilterxml2xmltest
[1160/1310] Linking target tests/virtypedparamtest
[1161/1310] Linking target tests/commandtest
[1161/1310] Linking target tests/viruritest
[1162/1310] Generating symbol file src/libvirt-qemu.so.0.7009.0.p/libvirt-qemu.so.0.7009.0.symbols
[1162/1310] Linking target src/virtproxyd
[1163/1310] Linking target tests/genericxml2xmltest
[1163/1310] Linking target src/libvirtd
[1164/1310] Linking target tests/seclabeltest
[1164/1310] Linking target src/virtinterfaced
[1165/1310] Linking target tests/networkxml2xmlupdatetest
[1165/1310] Linking target src/virtlockd
[1166/1310] Linking target tests/nodedevxml2xmltest
[1166/1310] Linking target src/virtnetworkd
[1167/1310] Linking target tests/objecteventtest
[1167/1310] Linking target src/virtlogd
[1168/1310] Linking target tests/shunloadtest
[1168/1310] Linking target src/virtnwfilterd
[1169/1310] Linking target tests/utiltest
[1169/1310] Linking target src/virtnodedevd
[1170/1310] Linking target tests/secretxml2xmltest
[1170/1310] Linking target src/virtsecretd
[1171/1310] Linking target tests/sockettest
[1171/1310] Linking target src/virtstoraged
[1172/1310] Linking target tests/virauthconfigtest
[1172/1310] Linking target src/virtlxcd
[1173/1310] Linking target tests/viralloctest
[1173/1310] Linking target src/virtchd
[1174/1310] Linking target tests/virbitmaptest
[1174/1310] Linking target src/virtqemud
[1175/1310] Linking target tests/storagevolxml2xmltest
[1175/1310] Linking target src/virtvboxd
[1176/1310] Generating symbol file src/libvirt-admin.so.0.7009.0.p/libvirt-admin.so.0.7009.0.symbols
[1176/1310] Linking target tools/virsh
[1177/1310] Linking target tests/sysinfotest
[1177/1310] Linking target tools/virt-admin
[1178/1310] Linking target tests/metadatatest
[1178/1310] Linking target tests/virpcivpdtest
[1179/1310] Linking target tests/vircgrouptest
[1179/1310] Linking target tests/vshtabletest
[1180/1310] Linking target tests/virbuftest
[1180/1310] Linking target tests/scsihosttest
[1181/1310] Linking target tests/virhostcputest
[1181/1310] Linking target tests/vircaps2xmltest
[1182/1310] Linking target tests/virfiletest
[1182/1310] Linking target tests/virmigtest
[1183/1310] Linking target tests/virfirewalltest
[1183/1310] Linking target tests/fchosttest
[1184/1310] Linking target tests/virfilecachetest
[1184/1310] Linking target tests/virnetdevbandwidthtest
[1185/1310] Linking target tests/virendiantest
[1185/1310] Linking target tests/virresctrltest
[1186/1310] Linking target tests/viridentitytest
[1186/1310] Linking target tests/virscsitest
[1187/1310] Linking target tests/vircryptotest
[1187/1310] Linking target tests/virnetdevopenvswitchtest
[1188/1310] Linking target tests/viriscsitest
[1188/1310] Linking target tests/virusbtest
[1189/1310] Linking target tests/virkmodtest
[1189/1310] Linking target tests/fdstreamtest
[1190/1310] Linking target tests/virerrortest
[1190/1310] Linking target tests/virdrivermoduletest
[1191/1310] Linking target tests/virconftest
[1191/1310] Linking target tests/esxutilstest
[1192/1310] Linking target tests/virnetworkportxml2xmltest
[1192/1310] Linking target tests/eventtest
[1193/1310] Linking target tests/virhostdevtest
[1193/1310] Linking target tests/lxcconf2xmltest
[1194/1310] Linking target tests/virlogtest
[1194/1310] Linking target tests/virdriverconnvalidatetest
[1195/1310] Linking target tests/virportallocatortest
[1195/1310] Linking target tests/lxcxml2xmltest
[1196/1310] Linking target tests/virpcitest
[1196/1310] Linking target tests/networkxml2conftest
[1197/1310] Linking target tests/virsystemdtest
[1197/1310] Linking target tests/networkxml2xmltest
[1198/1310] Linking target tests/virstringtest
[1198/1310] Linking target tests/nsstest
[1199/1310] Linking target tests/virnwfilterbindingxml2xmltest
[1199/1310] Linking target tests/nssguesttest
[1200/1310] Linking target tests/virkeycodetest
[1200/1310] Linking target tests/networkxml2firewalltest
[1201/1310] Linking target tests/virtimetest
[1201/1310] Linking target tests/nodedevmdevctltest
[1202/1310] Linking target tools/virt-login-shell-helper
[1202/1310] Linking target tests/nwfilterebiptablestest
[1203/1310] Linking target tests/virrotatingfiletest
[1203/1310] Linking target tests/nwfilterxml2firewalltest
[1204/1310] Linking target tests/virshtest
[1204/1310] Linking target tests/openvzutilstest
[1205/1310] Linking target tools/virt-admin
[1205/1310] Linking target tests/virpolkittest
[1206/1310] Linking target tests/viruritest
[1206/1310] Linking target tests/virnetsockettest
[1207/1310] Linking target tests/virtypedparamtest
[1207/1310] Linking target tests/virnetserverclienttest
[1208/1310] Linking target src/virtlockd
[1208/1310] Linking target tests/virnettlscontexttest
[1209/1310] Linking target src/virtlogd
[1209/1310] Linking target tests/storagepoolcapstest
[1210/1310] Linking target src/virtproxyd
[1210/1310] Linking target tests/storagepoolxml2argvtest
[1211/1310] Linking target tests/virschematest
[1211/1310] Linking target tests/virnettlssessiontest
[1212/1310] Compiling C object tools/wireshark/src/libvirt.so.p/packet-libvirt.c.o
[1212/1310] Linking target tools/wireshark/src/libvirt.so
[1213/1310] Linking target tests/vircapstest
[1213/1310] Linking target tests/securityselinuxtest
[1214/1310] Linking target src/virtnetworkd
[1214/1310] Linking target tests/storagepoolxml2xmltest
[1215/1310] Linking target src/libvirtd
[1215/1310] Linking target tests/virstorageutiltest
[1216/1310] Linking target src/virtinterfaced
[1216/1310] Linking target tests/storagevolxml2argvtest
[1217/1310] Linking target src/virtnodedevd
[1217/1310] Linking target tests/virstoragetest
[1218/1310] Linking target src/virtsecretd
[1218/1310] Linking target tests/vboxsnapshotxmltest
[1219/1310] Linking target tools/virsh
[1219/1310] Linking target tests/vmwarevertest
[1220/1310] Linking target src/virtnwfilterd
[1220/1310] Linking target tests/vmx2xmltest
[1221/1310] Linking target src/virtstoraged
[1221/1310] Linking target tests/virmacmaptest
[1222/1310] Linking target tests/virmigtest
[1222/1310] Linking target examples/c/admin/client_close
[1223/1310] Generating symbol file tests/libtest_qemu_driver.so.p/libtest_qemu_driver.so.symbols
[1223/1310] Linking target tests/libqemucapsprobemock.so
[1224/1310] Linking target src/virtvboxd
[1224/1310] Linking target tests/domaincapstest
[1225/1310] Linking target tests/virusbtest
[1225/1310] Linking target tests/cputest
[1226/1310] Linking target src/virtqemud
[1226/1310] Linking target tests/qemuagenttest
[1227/1310] Linking target src/virtlxcd
[1227/1310] Linking target tests/qemublocktest
[1228/1310] Linking target src/virtchd
[1228/1310] Linking target tests/qemumigrationcookiexmltest
[1229/1310] Linking target tests/virnetdevopenvswitchtest
[1229/1310] Linking target tests/qemucapabilitiestest
[1230/1310] Linking target tests/scsihosttest
[1230/1310] Linking target tests/qemucaps2xmltest
[1231/1310] Linking target tests/virdriverconnvalidatetest
[1231/1310] Linking target tests/qemucommandutiltest
[1232/1310] Linking target tests/vshtabletest
[1232/1310] Linking target tests/qemudomaincheckpointxml2xmltest
[1233/1310] Linking target tests/fchosttest
[1233/1310] Linking target tests/qemudomainsnapshotxml2xmltest
[1234/1310] Linking target tests/virresctrltest
[1234/1310] Linking target tests/qemufirmwaretest
[1235/1310] Linking target tests/virpcivpdtest
[1235/1310] Linking target tests/qemuhotplugtest
[1236/1310] Linking target tests/virscsitest
[1236/1310] Linking target tests/qemumemlocktest
[1237/1310] Linking target tests/vircaps2xmltest
[1237/1310] Linking target tests/qemumonitorjsontest
[1238/1310] Linking target tests/fdstreamtest
[1238/1310] Linking target tests/qemumigparamstest
[1239/1310] Linking target tests/virnetdevbandwidthtest
[1239/1310] Linking target tests/qemustatusxml2xmltest
[1240/1310] Linking target tests/virdrivermoduletest
[1240/1310] Linking target tests/qemuvhostusertest
[1241/1310] Linking target tests/eventtest
[1241/1310] Linking target tests/qemusecuritytest
[1242/1310] Linking target tests/lxcconf2xmltest
[1242/1310] Linking target tests/qemuxml2xmltest
[1243/1310] Linking target tests/esxutilstest
[1243/1310] Linking target tests/securityselinuxlabeltest
[1244/1310] Linking target tools/wireshark/src/libvirt.so
[1244/1310] Linking target tests/qemucapsprobe
[1245/1310] Linking target tests/lxcxml2xmltest
[1245/1310] Linking target examples/c/admin/client_info
[1246/1310] Linking target tests/nsstest
[1246/1310] Linking target examples/c/admin/client_limits
[1247/1310] Linking target tests/networkxml2conftest
[1247/1310] Linking target examples/c/admin/list_servers
[1248/1310] Linking target tests/networkxml2xmltest
[1248/1310] Linking target examples/c/admin/list_clients
[1249/1310] Linking target tests/nssguesttest
[1249/1310] Linking target examples/c/admin/logging
[1250/1310] Linking target tests/networkxml2firewalltest
[1250/1310] Linking target examples/c/admin/threadpool_params
[1251/1310] Linking target tests/libqemucapsprobemock.so
[1251/1310] Linking target examples/c/domain/dommigrate
[1252/1310] Linking target tests/nodedevmdevctltest
[1252/1310] Linking target examples/c/misc/hellolibvirt
[1253/1310] Linking target examples/c/admin/client_close
[1253/1310] Linking target examples/c/misc/event-test
[1254/1310] Linking target tests/openvzutilstest
[1254/1310] Linking target examples/c/domain/domtop
[1255/1310] Linking target tests/virpolkittest
[1255/1310] Linking target examples/c/domain/info1
[1256/1310] Linking target tests/nwfilterxml2firewalltest
[1256/1310] Linking target examples/c/domain/rename
[1257/1310] Linking target tests/virnetserverclienttest
[1257/1310] Linking target examples/c/domain/suspend
[1258/1310] Linking target tests/nwfilterebiptablestest
[1258/1310] Linking target examples/c/misc/openauth
[1259/1310] Linking target tests/virnetsockettest
[1260/1310] Linking target tests/storagepoolcapstest
[1261/1310] Linking target tests/securityselinuxtest
[1262/1310] Linking target examples/c/admin/list_clients
[1263/1310] Linking target examples/c/admin/client_limits
[1264/1310] Linking target tests/virnettlscontexttest
[1265/1310] Linking target tests/virnettlssessiontest
[1266/1310] Linking target tests/storagepoolxml2argvtest
[1267/1310] Linking target examples/c/admin/client_info
[1268/1310] Linking target tests/vmwarevertest
[1269/1310] Linking target examples/c/admin/list_servers
[1270/1310] Linking target examples/c/admin/logging
[1271/1310] Linking target tests/vmx2xmltest
[1272/1310] Linking target tests/qemumigrationcookiexmltest
[1273/1310] Linking target tests/virstorageutiltest
[1274/1310] Linking target tests/domaincapstest
[1275/1310] Linking target tests/virmacmaptest
[1276/1310] Linking target tests/storagevolxml2argvtest
[1277/1310] Linking target examples/c/admin/threadpool_params
[1278/1310] Linking target examples/c/misc/event-test
[1279/1310] Linking target tests/vboxsnapshotxmltest
[1280/1310] Linking target tests/storagepoolxml2xmltest
[1281/1310] Linking target tests/qemudomaincheckpointxml2xmltest
[1282/1310] Linking target tests/qemucapabilitiestest
[1283/1310] Linking target tests/cputest
[1284/1310] Linking target tests/qemuagenttest
[1285/1310] Linking target tests/qemufirmwaretest
[1286/1310] Linking target tests/virstoragetest
[1287/1310] Linking target tests/qemucommandutiltest
[1288/1310] Linking target tests/qemublocktest
[1289/1310] Linking target examples/c/domain/info1
[1290/1310] Linking target tests/qemudomainsnapshotxml2xmltest
[1291/1310] Linking target examples/c/domain/rename
[1292/1310] Linking target tests/qemuvhostusertest
[1293/1310] Linking target examples/c/domain/dommigrate
[1294/1310] Linking target examples/c/misc/hellolibvirt
[1295/1310] Linking target tests/qemumemlocktest
[1296/1310] Linking target tests/qemusecuritytest
[1297/1310] Linking target tests/qemustatusxml2xmltest
[1298/1310] Linking target tests/qemuhotplugtest
[1299/1310] Linking target tests/qemumigparamstest
[1300/1310] Linking target tests/qemucaps2xmltest
[1301/1310] Linking target examples/c/domain/suspend
[1302/1310] Linking target examples/c/domain/domtop
[1303/1310] Linking target tests/qemuxml2xmltest
[1304/1310] Linking target tests/qemucapsprobe
[1305/1310] Linking target examples/c/misc/openauth
[1306/1310] Linking target tests/securityselinuxlabeltest
[1307/1310] Linking target tests/qemumonitorjsontest
[1308/1310] Compiling C object tests/qemuxml2argvtest.p/qemuxml2argvtest.c.o
[1308/1310] Linking target tests/qemuxml2argvtest
[1309/1310] Linking target tests/qemuxml2argvtest
[1309/1310] Running all tests.
1/307 libvirt / check-aclperms OK 0.07s
2/307 libvirt / check-symfile OK 0.16s
3/307 libvirt / check-admin-symfile OK 0.11s
4/307 libvirt / check-symsorting OK 0.12s
5/307 libvirt / check-admin-symsorting OK 0.06s
6/307 libvirt / check-drivername OK 0.07s
7/307 libvirt / check-admin-drivername OK 0.08s
8/307 libvirt / check-driverimpls OK 0.60s
9/307 libvirt / check-aclrules OK 0.59s
10/307 libvirt / check-augeas-libvirt_lockd OK 0.06s
11/307 libvirt / check-augeas-libvirt_sanlock OK 0.05s
12/307 libvirt / check-augeas-virtlockd OK 0.07s
13/307 libvirt / check-augeas-virtlogd OK 0.05s
14/307 libvirt / check-augeas-libvirtd_lxc OK 0.06s
15/307 libvirt / check-augeas-libvirtd_qemu OK 0.32s
16/307 libvirt / check-augeas-libvirtd OK 0.15s
17/307 libvirt / check-augeas-virtproxyd OK 0.15s
18/307 libvirt / check-augeas-virtinterfaced OK 0.12s
19/307 libvirt / check-augeas-virtnetworkd OK 0.12s
20/307 libvirt / check-augeas-virtnodedevd OK 0.11s
21/307 libvirt / check-augeas-virtnwfilterd OK 0.12s
22/307 libvirt / check-augeas-virtsecretd OK 0.13s
23/307 libvirt / check-augeas-virtstoraged OK 0.12s
24/307 libvirt / check-augeas-virtlxcd OK 0.15s
25/307 libvirt / check-augeas-virtchd OK 0.13s
26/307 libvirt / check-augeas-virtqemud OK 0.11s
27/307 libvirt / check-augeas-virtvboxd OK 0.14s
28/307 libvirt / check-virnetprotocol OK 0.13s
29/307 libvirt / check-virkeepaliveprotocol OK 0.17s
30/307 libvirt / check-remote_protocol OK 0.24s
31/307 libvirt / check-qemu_protocol OK 0.11s
32/307 libvirt / check-lxc_protocol OK 0.11s
33/307 libvirt / check-admin_protocol OK 0.15s
34/307 libvirt / check-lock_protocol OK 0.19s
35/307 libvirt / check-lxc_monitor_protocol OK 0.09s
36/307 libvirt / commandtest OK 0.53s
37/307 libvirt / cputest OK 1.78s
38/307 libvirt / domaincapstest OK 0.65s
39/307 libvirt / domainconftest OK 0.11s
40/307 libvirt / genericxml2xmltest OK 0.25s
41/307 libvirt / interfacexml2xmltest OK 0.15s
42/307 libvirt / metadatatest OK 0.15s
43/307 libvirt / networkxml2xmlupdatetest OK 0.24s
44/307 libvirt / nodedevxml2xmltest OK 0.21s
45/307 libvirt / nwfilterxml2xmltest OK 0.22s
46/307 libvirt / objecteventtest OK 0.15s
47/307 libvirt / seclabeltest OK 0.23s
48/307 libvirt / secretxml2xmltest OK 0.16s
49/307 libvirt / shunloadtest OK 0.17s
50/307 libvirt / sockettest OK 0.14s
51/307 libvirt / storagevolxml2xmltest OK 0.12s
52/307 libvirt / sysinfotest OK 0.20s
53/307 libvirt / utiltest OK 0.23s
54/307 libvirt / viralloctest OK 0.20s
55/307 libvirt / virauthconfigtest OK 0.17s
56/307 libvirt / virbitmaptest OK 0.18s
57/307 libvirt / virbuftest OK 0.20s
58/307 libvirt / vircapstest OK 0.15s
59/307 libvirt / vircgrouptest OK 0.23s
60/307 libvirt / virconftest OK 0.07s
61/307 libvirt / vircryptotest OK 0.13s
62/307 libvirt / virendiantest OK 0.16s
63/307 libvirt / virerrortest OK 0.10s
64/307 libvirt / virfilecachetest OK 0.18s
65/307 libvirt / virfiletest OK 0.43s
66/307 libvirt / virfirewalltest OK 0.09s
67/307 libvirt / virhostcputest OK 0.17s
68/307 libvirt / virhostdevtest OK 0.29s
69/307 libvirt / viridentitytest OK 0.10s
70/307 libvirt / viriscsitest OK 0.16s
71/307 libvirt / virkeycodetest OK 0.13s
72/307 libvirt / virkmodtest OK 0.21s
73/307 libvirt / virlockspacetest OK 0.15s
74/307 libvirt / virlogtest OK 0.13s
75/307 libvirt / virnetdevtest OK 0.18s
76/307 libvirt / virnetworkportxml2xmltest OK 0.11s
77/307 libvirt / virnwfilterbindingxml2xmltest OK 0.10s
78/307 libvirt / virpcitest OK 0.22s
79/307 libvirt / virportallocatortest OK 0.13s
80/307 libvirt / virrotatingfiletest OK 0.05s
81/307 libvirt / virschematest OK 3.24s
82/307 libvirt / virshtest OK 2.89s
83/307 libvirt / virstringtest OK 0.13s
84/307 libvirt / virsystemdtest OK 0.18s
85/307 libvirt / virtimetest OK 0.16s
86/307 libvirt / virtypedparamtest OK 0.10s
87/307 libvirt / viruritest OK 0.15s
88/307 libvirt / virpcivpdtest OK 0.09s
89/307 libvirt / vshtabletest OK 0.09s
90/307 libvirt / virmigtest OK 0.14s
91/307 libvirt / fchosttest OK 0.15s
92/307 libvirt / scsihosttest OK 0.13s
93/307 libvirt / vircaps2xmltest OK 0.15s
94/307 libvirt / virnetdevbandwidthtest OK 0.14s
95/307 libvirt / virresctrltest OK 0.14s
96/307 libvirt / virscsitest OK 0.10s
97/307 libvirt / virusbtest OK 0.14s
98/307 libvirt / virnetdevopenvswitchtest OK 0.15s
99/307 libvirt / esxutilstest OK 0.14s
100/307 libvirt / eventtest OK 0.55s
101/307 libvirt / fdstreamtest OK 0.13s
102/307 libvirt / virdriverconnvalidatetest OK 0.12s
103/307 libvirt / virdrivermoduletest OK 0.13s
104/307 libvirt / lxcconf2xmltest OK 0.15s
105/307 libvirt / lxcxml2xmltest OK 0.16s
106/307 libvirt / networkxml2conftest OK 0.12s
107/307 libvirt / networkxml2firewalltest OK 0.20s
108/307 libvirt / networkxml2xmltest OK 0.17s
109/307 libvirt / nodedevmdevctltest OK 0.09s
110/307 libvirt / nsstest OK 0.14s
111/307 libvirt / nssguesttest OK 0.14s
112/307 libvirt / nwfilterebiptablestest OK 0.16s
113/307 libvirt / nwfilterxml2firewalltest OK 0.15s
114/307 libvirt / openvzutilstest OK 0.13s
115/307 libvirt / virpolkittest OK 0.13s
116/307 libvirt / qemuagenttest OK 6.20s
117/307 libvirt / qemublocktest OK 0.25s
118/307 libvirt / qemucapabilitiestest OK 3.01s
119/307 libvirt / qemucaps2xmltest OK 0.20s
120/307 libvirt / qemucommandutiltest OK 0.12s
121/307 libvirt / qemudomaincheckpointxml2xmltest OK 0.36s
122/307 libvirt / qemudomainsnapshotxml2xmltest OK 0.18s
123/307 libvirt / qemufirmwaretest OK 0.19s
124/307 libvirt / qemuhotplugtest OK 1.59s
125/307 libvirt / qemumemlocktest OK 0.18s
126/307 libvirt / qemumigparamstest OK 0.18s
127/307 libvirt / qemumigrationcookiexmltest OK 0.18s
128/307 libvirt / qemumonitorjsontest OK 0.52s
129/307 libvirt / qemusecuritytest OK 1.95s
130/307 libvirt / qemustatusxml2xmltest OK 0.17s
131/307 libvirt / qemuvhostusertest OK 0.16s
132/307 libvirt / qemuxml2argvtest OK 5.30s
133/307 libvirt / qemuxml2xmltest OK 2.77s
134/307 libvirt / virnetdaemontest OK 0.15s
135/307 libvirt / virnetmessagetest OK 0.15s
136/307 libvirt / virnetserverclienttest OK 0.17s
137/307 libvirt / virnetsockettest OK 0.19s
138/307 libvirt / virnettlscontexttest OK 0.71s
139/307 libvirt / virnettlssessiontest OK 0.44s
140/307 libvirt / securityselinuxtest OK 0.11s
141/307 libvirt / securityselinuxlabeltest OK 0.09s
142/307 libvirt / storagepoolcapstest OK 0.08s
143/307 libvirt / storagepoolxml2argvtest OK 0.18s
144/307 libvirt / storagepoolxml2xmltest OK 0.26s
145/307 libvirt / storagevolxml2argvtest OK 0.11s
146/307 libvirt / virstorageutiltest OK 0.09s
147/307 libvirt / virstoragetest OK 0.99s
148/307 libvirt / vboxsnapshotxmltest OK 0.17s
149/307 libvirt / vmwarevertest OK 0.09s
150/307 libvirt / vmx2xmltest OK 0.18s
151/307 libvirt / xml2vmxtest OK 0.11s
152/307 libvirt / virjsontest OK 0.14s
153/307 libvirt / virmacmaptest OK 0.20s
154/307 libvirt / libvirtd-fail OK 0.16s
155/307 libvirt / libvirtd-pool OK 0.14s
156/307 libvirt / virsh-auth OK 0.15s
157/307 libvirt / virsh-checkpoint OK 0.53s
158/307 libvirt / virsh-cpuset OK 0.15s
159/307 libvirt / virsh-define-dev-segfault OK 0.16s
160/307 libvirt / virsh-int-overflow OK 0.12s
161/307 libvirt / virsh-optparse OK 3.26s
162/307 libvirt / virsh-output OK 2.62s
163/307 libvirt / virsh-read-bufsiz OK 0.28s
164/307 libvirt / virsh-read-non-seekable OK 0.16s
165/307 libvirt / virsh-schedinfo OK 0.15s
166/307 libvirt / virsh-self-test OK 0.13s
167/307 libvirt / virsh-snapshot OK 0.48s
168/307 libvirt / virsh-start OK 0.20s
169/307 libvirt / virsh-undefine OK 0.36s
170/307 libvirt / virsh-uriprecedence OK 0.43s
171/307 libvirt / virsh-vcpupin OK 0.61s
172/307 libvirt / virt-admin-self-test OK 0.16s
173/307 libvirt / check-html OK 0.16s
174/307 libvirt:syntax-check / sc_avoid_write OK 0.27s
175/307 libvirt:syntax-check / sc_flags_debug OK 1.29s
176/307 libvirt:syntax-check / sc_flags_usage OK 1.34s
177/307 libvirt:syntax-check / sc_prohibit_internal_functions OK 0.80s
178/307 libvirt:syntax-check / sc_prohibit_raw_virclassnew OK 0.75s
179/307 libvirt:syntax-check / sc_prohibit_raw_allocation OK 0.87s
180/307 libvirt:syntax-check / sc_prohibit_close OK 1.39s
181/307 libvirt:syntax-check / sc_prohibit_fork_wrappers OK 0.89s
182/307 libvirt:syntax-check / sc_prohibit_mkstemp OK 0.27s
183/307 libvirt:syntax-check / sc_prohibit_mkdtemp OK 0.31s
184/307 libvirt:syntax-check / sc_prohibit_access_xok OK 0.23s
185/307 libvirt:syntax-check / sc_prohibit_strncmp OK 0.77s
186/307 libvirt:syntax-check / sc_prohibit_strtol OK 1.52s
187/307 libvirt:syntax-check / sc_prohibit_asprintf OK 1.40s
188/307 libvirt:syntax-check / sc_prohobit_vsnprintf OK 0.22s
189/307 libvirt:syntax-check / sc_prohibit_strdup OK 0.88s
190/307 libvirt:syntax-check / sc_prohibit_setuid OK 0.95s
191/307 libvirt:syntax-check / sc_prohibit_risky_id_promotion OK 0.93s
192/307 libvirt:syntax-check / sc_prohibit_sprintf OK 0.28s
193/307 libvirt:syntax-check / sc_prohibit_snprintf OK 0.89s
194/307 libvirt:syntax-check / sc_prohibit_readlink OK 0.89s
195/307 libvirt:syntax-check / sc_prohibit_gethostname OK 0.91s
196/307 libvirt:syntax-check / sc_prohibit_readdir OK 0.90s
197/307 libvirt:syntax-check / sc_prohibit_gettext_noop OK 0.83s
198/307 libvirt:syntax-check / sc_prohibit_PATH_MAX OK 0.85s
199/307 libvirt:syntax-check / sc_prohibit_nonreentrant OK 0.34s
200/307 libvirt:syntax-check / sc_prohibit_select OK 0.88s
201/307 libvirt:syntax-check / sc_prohibit_ctype_h OK 0.86s
202/307 libvirt:syntax-check / sc_prohibit_canonicalize_file_name OK 0.79s
203/307 libvirt:syntax-check / sc_correct_id_types OK 0.89s
204/307 libvirt:syntax-check / sc_forbid_const_pointer_typedef OK 1.50s
205/307 libvirt:syntax-check / sc_size_of_brackets OK 0.84s
206/307 libvirt:syntax-check / sc_TAB_in_indentation OK 0.24s
207/307 libvirt:syntax-check / sc_avoid_ctype_macros OK 0.33s
208/307 libvirt:syntax-check / sc_avoid_strcase OK 0.89s
209/307 libvirt:syntax-check / sc_prohibit_virBufferAdd_with_string_literal OK 0.79s
210/307 libvirt:syntax-check / sc_prohibit_virBufferAsprintf_with_string_literal OK 0.79s
211/307 libvirt:syntax-check / sc_forbid_manual_xml_indent OK 0.83s
212/307 libvirt:syntax-check / sc_prohibit_libgen OK 0.99s
213/307 libvirt:syntax-check / sc_prohibit_xmlGetProp OK 0.79s
214/307 libvirt:syntax-check / sc_prohibit_xmlURI OK 0.79s
215/307 libvirt:syntax-check / sc_prohibit_return_as_function OK 0.78s
216/307 libvirt:syntax-check / sc_avoid_g_gnuc_unused_in_header OK 0.18s
217/307 libvirt:syntax-check / sc_prohibit_attribute_macros OK 0.28s
218/307 libvirt:syntax-check / sc_prohibit_non_glib_macros OK 0.23s
219/307 libvirt:syntax-check / sc_prohibit_int_index OK 0.70s
220/307 libvirt:syntax-check / sc_prohibit_int_ijk OK 0.90s
221/307 libvirt:syntax-check / sc_prohibit_loop_iijjkk OK 0.91s
222/307 libvirt:syntax-check / sc_prohibit_loop_var_decl OK 0.33s
223/307 libvirt:syntax-check / sc_prohibit_int_assign_bool OK 0.80s
224/307 libvirt:syntax-check / sc_prohibit_unsigned_pid OK 0.69s
225/307 libvirt:syntax-check / sc_libvirt_unmarked_diagnostics OK 0.79s
226/307 libvirt:syntax-check / sc_prohibit_newline_at_end_of_diagnostic OK 0.70s
227/307 libvirt:syntax-check / sc_prohibit_diagnostic_without_format OK 1.24s
228/307 libvirt:syntax-check / sc_prohibit_useless_translation OK 1.40s
229/307 libvirt:syntax-check / sc_require_whitespace_in_translation OK 1.51s
230/307 libvirt:syntax-check / sc_preprocessor_indentation OK 0.06s
231/307 libvirt:syntax-check / sc_spec_indentation OK 0.05s
232/307 libvirt:syntax-check / sc_copyright_usage OK 1.51s
233/307 libvirt:syntax-check / sc_prohibit_gettext_markup OK 0.70s
234/307 libvirt:syntax-check / sc_prohibit_cross_inclusion OK 2.07s
235/307 libvirt:syntax-check / sc_require_enum_last_marker OK 0.55s
236/307 libvirt:syntax-check / sc_flake8 OK 3.02s
237/307 libvirt:syntax-check / sc_prohibit_exit_in_tests OK 0.15s
238/307 libvirt:syntax-check / sc_prohibit_include_public_headers_quote OK 0.25s
239/307 libvirt:syntax-check / sc_prohibit_include_public_headers_brackets OK 0.26s
240/307 libvirt:syntax-check / sc_prohibit_config_h_in_headers OK 0.19s
241/307 libvirt:syntax-check / sc_prohibit_unbounded_arrays_in_rpc OK 0.20s
242/307 libvirt:syntax-check / sc_prohibit_atoi OK 0.76s
243/307 libvirt:syntax-check / sc_prohibit_wrong_filename_in_comment OK 0.66s
244/307 libvirt:syntax-check / sc_prohibit_virConnectOpen_in_virsh OK 0.14s
245/307 libvirt:syntax-check / sc_require_space_before_label OK 0.29s
246/307 libvirt:syntax-check / sc_prohibit_space_in_label OK 0.24s
247/307 libvirt:syntax-check / sc_require_if_else_matching_braces OK 0.28s
248/307 libvirt:syntax-check / sc_curly_braces_style OK 0.69s
249/307 libvirt:syntax-check / sc_prohibit_windows_special_chars_in_filename OK 0.09s
250/307 libvirt:syntax-check / sc_prohibit_mixed_case_abbreviations OK 0.34s
251/307 libvirt:syntax-check / sc_require_locale_h OK 0.60s
252/307 libvirt:syntax-check / sc_prohibit_empty_first_line OK 1.92s
253/307 libvirt:syntax-check / sc_prohibit_paren_brace OK 0.30s
254/307 libvirt:syntax-check / sc_prohibit_static_zero_init OK 0.30s
255/307 libvirt:syntax-check / sc_prohibit_devname OK 0.59s
256/307 libvirt:syntax-check / sc_prohibit_system_error_with_vir_err OK 0.67s
257/307 libvirt:syntax-check / sc_prohibit_virXXXFree OK 0.24s
258/307 libvirt:syntax-check / sc_prohibit_sysconf_pagesize OK 0.59s
259/307 libvirt:syntax-check / sc_prohibit_virSecurityManager OK 0.20s
260/307 libvirt:syntax-check / sc_prohibit_pthread_create OK 0.30s
261/307 libvirt:syntax-check / sc_prohibit_not_streq OK 0.67s
262/307 libvirt:syntax-check / sc_prohibit_verbose_strcat OK 0.28s
263/307 libvirt:syntax-check / sc_gettext_init OK 0.23s
264/307 libvirt:syntax-check / sc_prohibit_obj_free_apis_in_virsh OK 0.19s
265/307 libvirt:syntax-check / sc_prohibit_http_urls OK 0.61s
266/307 libvirt:syntax-check / sc_prohibit_author OK 0.70s
267/307 libvirt:syntax-check / sc_prohibit_backslash_alignment OK 0.24s
268/307 libvirt:syntax-check / sc_require_attribute_cleanup_initialization OK 0.29s
269/307 libvirt:syntax-check / sc_prohibit_class OK 0.23s
270/307 libvirt:syntax-check / sc_prohibit_dirent_d_type OK 0.23s
271/307 libvirt:syntax-check / sc_cast_of_argument_to_free OK 0.75s
272/307 libvirt:syntax-check / sc_cast_of_x_alloc_return_value OK 0.66s
273/307 libvirt:syntax-check / sc_prohibit_strcmp OK 0.70s
274/307 libvirt:syntax-check / sc_prohibit_strncpy OK 0.66s
275/307 libvirt:syntax-check / sc_prohibit_magic_number_exit OK 0.88s
276/307 libvirt:syntax-check / sc_error_message_warn_fatal OK 0.61s
277/307 libvirt:syntax-check / sc_error_message_period OK 0.60s
278/307 libvirt:syntax-check / sc_prohibit_have_config_h OK 0.66s
279/307 libvirt:syntax-check / sc_require_config_h OK 0.20s
280/307 libvirt:syntax-check / sc_require_config_h_first OK 0.19s
281/307 libvirt:syntax-check / sc_prohibit_assert_without_use OK 0.24s
282/307 libvirt:syntax-check / sc_prohibit_getopt_without_use OK 0.29s
283/307 libvirt:syntax-check / sc_prohibit_signal_without_use OK 0.24s
284/307 libvirt:syntax-check / sc_prohibit_stdio--_without_use OK 0.20s
285/307 libvirt:syntax-check / sc_prohibit_stddef_without_use OK 0.24s
286/307 libvirt:syntax-check / sc_prohibit_dirent_without_use OK 0.26s
287/307 libvirt:syntax-check / sc_bindtextdomain OK 0.14s
288/307 libvirt:syntax-check / sc_trailing_blank OK 0.75s
289/307 libvirt:syntax-check / sc_unmarked_diagnostics OK 0.64s
290/307 libvirt:syntax-check / sc_prohibit_defined_have_decl_tests OK 0.65s
291/307 libvirt:syntax-check / sc_prohibit_backup_files OK 0.13s
292/307 libvirt:syntax-check / sc_prohibit_empty_lines_at_EOF OK 0.43s
293/307 libvirt:syntax-check / sc_prohibit_doubled_word OK 1.89s
294/307 libvirt:syntax-check / sc_prohibit_double_semicolon OK 0.30s
295/307 libvirt:syntax-check / sc_prohibit_test_minus_ao OK 0.65s
296/307 libvirt:syntax-check / sc_prohibit_test_double_equal OK 0.54s
297/307 libvirt:syntax-check / sc_redundant_const OK 0.63s
298/307 libvirt:syntax-check / sc_const_long_option OK 0.58s
299/307 libvirt:syntax-check / sc_po_check OK 0.31s
300/307 libvirt:syntax-check / sc_Wundef_boolean OK 0.60s
301/307 libvirt:syntax-check / sc_prohibit_path_max_allocation OK 0.54s
302/307 libvirt:syntax-check / sc_prohibit-duplicate-header OK 0.70s
303/307 libvirt:syntax-check / sc_spacing-check OK 3.51s
304/307 libvirt:syntax-check / sc_mock-noinline OK 1.10s
305/307 libvirt:syntax-check / sc_header-ifdef OK 0.30s
306/307 libvirt:syntax-check / sc_group-qemu-caps OK 0.23s
307/307 libvirt:syntax-check / sc_prohibit_enum_impl_with_vir_prefix_in_virsh OK 0.14s
Ok: 307
Expected Fail: 0
Fail: 0
Unexpected Pass: 0
Skipped: 0
Timeout: 0
Full log written to /home/ubuntu/libvirt/build/meson-logs/testlog.txt
make[2]: Leaving directory '/home/ubuntu/libvirt/ci'
make[1]: Leaving directory '/home/ubuntu/libvirt/ci'
make: Leaving directory '/home/ubuntu/libvirt/ci'
make: Entering directory '/home/ubuntu/libvirt/ci'
make -C /home/ubuntu/libvirt/ci ci-build@debian-10 CI_NINJA_ARGS=test
make[1]: Entering directory '/home/ubuntu/libvirt/ci'
make -C /home/ubuntu/libvirt/ci ci-run-command@debian-10 CI_COMMAND="/home/ubuntu/build"
make[2]: Entering directory '/home/ubuntu/libvirt/ci'
Checking if docker is available...yes
Cloning /home/ubuntu/libvirt to /home/ubuntu/libvirt/ci/scratch/src
Cloning /home/ubuntu/libvirt/src/keycodemapdb to /home/ubuntu/libvirt/ci/scratch/src/src/keycodemapdb
docker run \
--rm --interactive --tty --user "1000":"1000" --workdir "/home/ubuntu" --env CI_CONT_SRCDIR="/home/ubuntu/libvirt" --env CI_MESON_ARGS="-Dexpensive_tests=enabled" --env CI_NINJA_ARGS="test" --volume /home/ubuntu/libvirt/ci/scratch/group:/etc/group:ro,z --volume /home/ubuntu/libvirt/ci/scratch/passwd:/etc/passwd:ro,z --volume /home/ubuntu/libvirt/ci/scratch/home:/home/ubuntu:z --volume /home/ubuntu/libvirt/ci/scratch/build:/home/ubuntu/build:z --volume /home/ubuntu/libvirt/ci/scratch/src:/home/ubuntu/libvirt:z --ulimit nofile=1024:1024 --cap-add=SYS_PTRACE \
registry.gitlab.com/libvirt/libvirt/ci-debian-10:latest \
/home/ubuntu/build
The Meson build system
Version: 0.56.0
Source dir: /home/ubuntu/libvirt
Build dir: /home/ubuntu/libvirt/build
Build type: native build
Project name: libvirt
Project version: 7.9.0
C compiler for the host machine: ccache cc (gcc 8.3.0 "cc (Debian 8.3.0-6) 8.3.0")
C linker for the host machine: cc ld.bfd 2.31.1
Host machine cpu family: x86_64
Host machine cpu: x86_64
Configuring configmake.h using configuration
Checking for size of "ptrdiff_t" : 8
Checking for size of "size_t" : 8
Compiler for C supports arguments -fasynchronous-unwind-tables: YES
Compiler for C supports arguments -fexceptions: YES
Compiler for C supports arguments -fipa-pure-const: YES
Compiler for C supports arguments -fno-common: YES
Compiler for C supports arguments -Wabsolute-value: NO
Compiler for C supports arguments -Waddress: YES
Compiler for C supports arguments -Waddress-of-packed-member: NO
Compiler for C supports arguments -Waggressive-loop-optimizations: YES
Compiler for C supports arguments -Walloc-size-larger-than=9223372036854775807: YES
Compiler for C supports arguments -Walloca: YES
Compiler for C supports arguments -Warray-bounds=2: YES
Compiler for C supports arguments -Wattribute-alias=2: NO
Compiler for C supports arguments -Wattribute-warning: NO
Compiler for C supports arguments -Wattributes: YES
Compiler for C supports arguments -Wbool-compare: YES
Compiler for C supports arguments -Wbool-operation: YES
Compiler for C supports arguments -Wbuiltin-declaration-mismatch: YES
Compiler for C supports arguments -Wbuiltin-macro-redefined: YES
Compiler for C supports arguments -Wcannot-profile: NO
Compiler for C supports arguments -Wcast-align: YES
Compiler for C supports arguments -Wcast-align=strict: YES
Compiler for C supports arguments -Wno-cast-function-type: YES
Compiler for C supports arguments -Wchar-subscripts: YES
Compiler for C supports arguments -Wclobbered: YES
Compiler for C supports arguments -Wcomment: YES
Compiler for C supports arguments -Wcomments: YES
Compiler for C supports arguments -Wcoverage-mismatch: YES
Compiler for C supports arguments -Wcpp: YES
Compiler for C supports arguments -Wdangling-else: YES
Compiler for C supports arguments -Wdate-time: YES
Compiler for C supports arguments -Wdeclaration-after-statement: YES
Compiler for C supports arguments -Wdeprecated-declarations: YES
Compiler for C supports arguments -Wdesignated-init: YES
Compiler for C supports arguments -Wdiscarded-array-qualifiers: YES
Compiler for C supports arguments -Wdiscarded-qualifiers: YES
Compiler for C supports arguments -Wdiv-by-zero: YES
Compiler for C supports arguments -Wduplicated-cond: YES
Compiler for C supports arguments -Wduplicate-decl-specifier: YES
Compiler for C supports arguments -Wempty-body: YES
Compiler for C supports arguments -Wendif-labels: YES
Compiler for C supports arguments -Wexpansion-to-defined: YES
Compiler for C supports arguments -Wformat-contains-nul: YES
Compiler for C supports arguments -Wformat-extra-args: YES
Compiler for C supports arguments -Wno-format-nonliteral: YES
Compiler for C supports arguments -Wformat-overflow=2: YES
Compiler for C supports arguments -Wformat-security: YES
Compiler for C supports arguments -Wno-format-truncation: YES
Compiler for C supports arguments -Wformat-y2k: YES
Compiler for C supports arguments -Wformat-zero-length: YES
Compiler for C supports arguments -Wframe-address: YES
Compiler for C supports arguments -Wframe-larger-than=4096: YES
Compiler for C supports arguments -Wfree-nonheap-object: YES
Compiler for C supports arguments -Whsa: YES
Compiler for C supports arguments -Wif-not-aligned: YES
Compiler for C supports arguments -Wignored-attributes: YES
Compiler for C supports arguments -Wignored-qualifiers: YES
Compiler for C supports arguments -Wimplicit: YES
Compiler for C supports arguments -Wimplicit-fallthrough=5: YES
Compiler for C supports arguments -Wimplicit-function-declaration: YES
Compiler for C supports arguments -Wimplicit-int: YES
Compiler for C supports arguments -Wincompatible-pointer-types: YES
Compiler for C supports arguments -Winit-self: YES
Compiler for C supports arguments -Winline: YES
Compiler for C supports arguments -Wint-conversion: YES
Compiler for C supports arguments -Wint-in-bool-context: YES
Compiler for C supports arguments -Wint-to-pointer-cast: YES
Compiler for C supports arguments -Winvalid-memory-model: YES
Compiler for C supports arguments -Winvalid-pch: YES
Compiler for C supports arguments -Wjump-misses-init: YES
Compiler for C supports arguments -Wlogical-not-parentheses: YES
Compiler for C supports arguments -Wlogical-op: YES
Compiler for C supports arguments -Wmain: YES
Compiler for C supports arguments -Wmaybe-uninitialized: YES
Compiler for C supports arguments -Wmemset-elt-size: YES
Compiler for C supports arguments -Wmemset-transposed-args: YES
Compiler for C supports arguments -Wmisleading-indentation: YES
Compiler for C supports arguments -Wmissing-attributes: YES
Compiler for C supports arguments -Wmissing-braces: YES
Compiler for C supports arguments -Wmissing-declarations: YES
Compiler for C supports arguments -Wmissing-field-initializers: YES
Compiler for C supports arguments -Wmissing-include-dirs: YES
Compiler for C supports arguments -Wmissing-parameter-type: YES
Compiler for C supports arguments -Wmissing-profile: NO
Compiler for C supports arguments -Wmissing-prototypes: YES
Compiler for C supports arguments -Wmultichar: YES
Compiler for C supports arguments -Wmultistatement-macros: YES
Compiler for C supports arguments -Wnarrowing: YES
Compiler for C supports arguments -Wnested-externs: YES
Compiler for C supports arguments -Wnonnull: YES
Compiler for C supports arguments -Wnonnull-compare: YES
Compiler for C supports arguments -Wnormalized=nfc: YES
Compiler for C supports arguments -Wnull-dereference: YES
Compiler for C supports arguments -Wodr: YES
Compiler for C supports arguments -Wold-style-declaration: YES
Compiler for C supports arguments -Wold-style-definition: YES
Compiler for C supports arguments -Wopenmp-simd: YES
Compiler for C supports arguments -Woverflow: YES
Compiler for C supports arguments -Woverride-init: YES
Compiler for C supports arguments -Wpacked-bitfield-compat: YES
Compiler for C supports arguments -Wpacked-not-aligned: YES
Compiler for C supports arguments -Wparentheses: YES
Compiler for C supports arguments -Wpointer-arith: YES
Compiler for C supports arguments -Wpointer-compare: YES
Compiler for C supports arguments -Wpointer-sign: YES
Compiler for C supports arguments -Wpointer-to-int-cast: YES
Compiler for C supports arguments -Wpragmas: YES
Compiler for C supports arguments -Wpsabi: YES
Compiler for C supports arguments -Wrestrict: YES
Compiler for C supports arguments -Wreturn-local-addr: YES
Compiler for C supports arguments -Wreturn-type: YES
Compiler for C supports arguments -Wscalar-storage-order: YES
Compiler for C supports arguments -Wsequence-point: YES
Compiler for C supports arguments -Wshadow: YES
Compiler for C supports arguments -Wshift-count-negative: YES
Compiler for C supports arguments -Wshift-count-overflow: YES
Compiler for C supports arguments -Wshift-negative-value: YES
Compiler for C supports arguments -Wshift-overflow=2: YES
Compiler for C supports arguments -Wno-sign-compare: YES
Compiler for C supports arguments -Wsizeof-array-argument: YES
Compiler for C supports arguments -Wsizeof-pointer-div: YES
Compiler for C supports arguments -Wsizeof-pointer-memaccess: YES
Compiler for C supports arguments -Wstrict-aliasing: YES
Compiler for C supports arguments -Wstrict-prototypes: YES
Compiler for C supports arguments -Wstringop-overflow=2: YES
Compiler for C supports arguments -Wstringop-truncation: YES
Compiler for C supports arguments -Wsuggest-attribute=cold: YES
Compiler for C supports arguments -Wno-suggest-attribute=const: YES
Compiler for C supports arguments -Wsuggest-attribute=format: YES
Compiler for C supports arguments -Wsuggest-attribute=noreturn: YES
Compiler for C supports arguments -Wno-suggest-attribute=pure: YES
Compiler for C supports arguments -Wsuggest-final-methods: YES
Compiler for C supports arguments -Wsuggest-final-types: YES
Compiler for C supports arguments -Wswitch: YES
Compiler for C supports arguments -Wswitch-bool: YES
Compiler for C supports arguments -Wswitch-enum: YES
Compiler for C supports arguments -Wswitch-unreachable: YES
Compiler for C supports arguments -Wsync-nand: YES
Compiler for C supports arguments -Wtautological-compare: YES
Compiler for C supports arguments -Wtrampolines: YES
Compiler for C supports arguments -Wtrigraphs: YES
Compiler for C supports arguments -Wtype-limits: YES
Compiler for C supports arguments -Wno-typedef-redefinition: NO
Compiler for C supports arguments -Wuninitialized: YES
Compiler for C supports arguments -Wunknown-pragmas: YES
Compiler for C supports arguments -Wunused: YES
Compiler for C supports arguments -Wunused-but-set-parameter: YES
Compiler for C supports arguments -Wunused-but-set-variable: YES
Compiler for C supports arguments -Wunused-const-variable=2: YES
Compiler for C supports arguments -Wunused-function: YES
Compiler for C supports arguments -Wunused-label: YES
Compiler for C supports arguments -Wunused-local-typedefs: YES
Compiler for C supports arguments -Wunused-parameter: YES
Compiler for C supports arguments -Wunused-result: YES
Compiler for C supports arguments -Wunused-value: YES
Compiler for C supports arguments -Wunused-variable: YES
Compiler for C supports arguments -Wvarargs: YES
Compiler for C supports arguments -Wvariadic-macros: YES
Compiler for C supports arguments -Wvector-operation-performance: YES
Compiler for C supports arguments -Wvla: YES
Compiler for C supports arguments -Wvolatile-register-var: YES
Compiler for C supports arguments -Wwrite-strings: YES
Compiler for C supports arguments -fstack-protector-strong: YES
First supported argument: -fstack-protector-strong
Checking if "-Wdouble-promotion" compiles: YES
Compiler for C supports arguments -Wsuggest-attribute=format: YES (cached)
Compiler for C supports arguments -Wframe-larger-than=262144: YES
Compiler for C supports link arguments -Wl,-z,relro: YES
Compiler for C supports link arguments -Wl,-z,now: YES
Compiler for C supports link arguments -Wl,-z,nodelete: YES
Compiler for C supports link arguments -Wl,-z,defs: YES
Compiler for C supports link arguments -Wl,--no-copy-dt-needed-entries: YES
Compiler for C supports link arguments -Wl,--version-script=/home/ubuntu/libvirt/src/libvirt_qemu.syms: YES
Compiler for C supports link arguments -Wl,-export-dynamic: YES
First supported link argument: -Wl,-export-dynamic
Checking for function "elf_aux_info" : NO
Checking for function "fallocate" : YES
Checking for function "getauxval" : YES
Checking for function "getegid" : YES
Checking for function "geteuid" : YES
Checking for function "getgid" : YES
Checking for function "getifaddrs" : YES
Checking for function "getmntent_r" : YES
Checking for function "getpwuid_r" : YES
Checking for function "getrlimit" : YES
Checking for function "getuid" : YES
Checking for function "getutxid" : YES
Checking for function "if_indextoname" : YES
Checking for function "mmap" : YES
Checking for function "newlocale" : YES
Checking for function "pipe2" : YES
Checking for function "posix_fallocate" : YES
Checking for function "posix_memalign" : YES
Checking for function "prlimit" : YES
Checking for function "sched_getaffinity" : YES
Checking for function "sched_setscheduler" : YES
Checking for function "setgroups" : YES
Checking for function "setns" : YES
Checking for function "setrlimit" : YES
Checking for function "symlink" : YES
Checking for function "sysctlbyname" : NO
Checking for function "__lxstat" : YES
Checking for function "__lxstat64" : YES
Checking for function "__xstat" : YES
Checking for function "__xstat64" : YES
Checking for function "lstat" : YES
Checking for function "lstat64" : YES
Checking for function "stat" : YES
Checking for function "stat64" : YES
Header <sys/stat.h> has symbol "__lxstat" : YES
Header <sys/stat.h> has symbol "__lxstat64" : NO
Header <sys/stat.h> has symbol "__xstat" : YES
Header <sys/stat.h> has symbol "__xstat64" : NO
Header <sys/stat.h> has symbol "lstat" : YES
Header <sys/stat.h> has symbol "lstat64" : NO
Header <sys/stat.h> has symbol "stat" : YES
Header <sys/stat.h> has symbol "stat64" : NO
Has header "asm/hwcap.h" : NO
Has header "ifaddrs.h" : YES
Has header "libtasn1.h" : YES
Has header "linux/kvm.h" : YES
Has header "linux/magic.h" : YES
Has header "mntent.h" : YES
Has header "net/ethernet.h" : YES
Has header "net/if.h" : YES
Has header "pty.h" : YES
Has header "pwd.h" : YES
Has header "sys/auxv.h" : YES
Has header "sys/ioctl.h" : YES
Has header "sys/mount.h" : YES
Has header "sys/syscall.h" : YES
Has header "sys/ucred.h" : NO
Has header "syslog.h" : YES
Has header "util.h" : NO
Has header "xlocale.h" : NO
Has header "linux/btrfs.h" : YES
Has header "xfs/xfs.h" : YES
Has header "linux/devlink.h" : YES
Has header "linux/param.h" : YES
Has header "linux/sockios.h" : YES
Has header "linux/if_bridge.h" : YES
Has header "linux/if_tun.h" : YES
Header <endian.h> has symbol "htole64" : YES
Header <linux/ethtool.h> has symbol "ETH_FLAG_TXVLAN" : YES
Header <linux/ethtool.h> has symbol "ETH_FLAG_NTUPLE" : YES
Header <linux/ethtool.h> has symbol "ETH_FLAG_RXHASH" : YES
Header <linux/ethtool.h> has symbol "ETH_FLAG_LRO" : YES
Header <linux/ethtool.h> has symbol "ETHTOOL_GGSO" : YES
Header <linux/ethtool.h> has symbol "ETHTOOL_GGRO" : YES
Header <linux/ethtool.h> has symbol "ETHTOOL_GFLAGS" : YES
Header <linux/ethtool.h> has symbol "ETHTOOL_GFEATURES" : YES
Header <linux/ethtool.h> has symbol "ETHTOOL_SCOALESCE" : YES
Header <linux/ethtool.h> has symbol "ETHTOOL_GCOALESCE" : YES
Header <linux/if_vlan.h> has symbol "GET_VLAN_VID_CMD" : YES
Header <unistd.h> has symbol "SEEK_HOLE" : YES
Header <net/if_dl.h> has symbol "link_addr" : NO
Header <linux/devlink.h> has symbol "DEVLINK_CMD_ESWITCH_GET" : YES
Header <linux/vhost.h> has symbol "VHOST_VSOCK_SET_GUEST_CID" : YES
Header <linux/bpf.h> has symbol "BPF_PROG_QUERY" : YES
Header <linux/bpf.h> has symbol "BPF_CGROUP_DEVICE" : YES
Header <net/if_bridgevar.h> has symbol "BRDGSFD" : NO
Header <sys/cpuset.h> has symbol "cpuset_getaffinity" : NO
Header <mach/clock.h> has symbol "clock_serv_t" : NO
Checking for type "struct ifreq" : YES
Checking for type "struct sockpeercred" : NO
Checking whether type "struct ifreq" has member "ifr_newname" : YES
Checking whether type "struct ifreq" has member "ifr_ifindex" : YES
Checking whether type "struct ifreq" has member "ifr_index" : NO
Checking whether type "struct ifreq" has member "ifr_hwaddr" : YES
Checking for size of "long" : 8
Program perl found: YES (/usr/bin/perl)
Program python3 found: YES (/usr/bin/python3)
Program xmllint found: YES (/usr/bin/xmllint)
Program xsltproc found: YES (/usr/bin/xsltproc)
Program rpcgen found: YES (/usr/bin/rpcgen)
Program rst2html5 found: YES (/usr/bin/rst2html5)
Program rst2man found: YES (/usr/bin/rst2man)
Program augparse found: YES (/usr/bin/augparse)
Program dmidecode found: YES (/usr/sbin/dmidecode)
Program dnsmasq found: YES (/usr/sbin/dnsmasq)
Program ebtables found: YES (/usr/sbin/ebtables)
Program flake8 found: YES (/usr/bin/flake8)
Program ip found: YES (/sbin/ip)
Program ip6tables found: YES (/usr/sbin/ip6tables)
Program iptables found: YES (/usr/sbin/iptables)
Program iscsiadm found: YES (/usr/bin/iscsiadm)
Program mdevctl found: NO
Program mm-ctl found: NO
Program modprobe found: YES (/sbin/modprobe)
Program ovs-vsctl found: NO
Program pdwtags found: YES (/usr/bin/pdwtags)
Program radvd found: YES (/usr/sbin/radvd)
Program rmmod found: YES (/sbin/rmmod)
Program scrub found: YES (/usr/bin/scrub)
Program tc found: YES (/sbin/tc)
Program udevadm found: YES (/sbin/udevadm)
Found pkg-config: /usr/bin/pkg-config (1.6.0)
Run-time dependency libtirpc found: YES 1.1.4
Library acl found: YES
Run-time dependency libapparmor found: YES 2.13.2
Library attr found: YES
Run-time dependency audit found: YES 2.8.4
Run-time dependency bash-completion found: YES 2.8
Run-time dependency blkid found: YES 2.33.1
Run-time dependency libcap-ng found: YES 0.7.9
Run-time dependency libcurl found: YES 7.64.0
Run-time dependency devmapper found: YES 1.02.155
Library dl found: YES
Has header "dlfcn.h" : YES
Run-time dependency fuse found: YES 2.9.9
Run-time dependency glib-2.0 found: YES 2.58.3
Run-time dependency gobject-2.0 found: YES 2.58.3
Run-time dependency gio-unix-2.0 found: YES 2.58.3
Run-time dependency glusterfs-api found: YES 7.5.5
Run-time dependency gnutls found: YES 3.6.7
Run-time dependency libiscsi found: YES 1.18.0
Run-time dependency libnl-3.0 found: YES 3.4.0
Run-time dependency libnl-route-3.0 found: YES 3.4.0
Run-time dependency libparted found: YES 3.2
Program parted found: YES (/sbin/parted)
pcap-config found: YES (/usr/bin/pcap-config)
Run-time dependency pcap found: YES 1.8.1
Run-time dependency libssh found: YES 0.8.7
Checking for function "ssh_get_server_publickey" with dependency libssh: YES
Checking for function "ssh_session_is_known_server" with dependency libssh: YES
Checking for function "ssh_session_update_known_hosts" with dependency libssh: YES
Run-time dependency libssh2 found: YES 1.8.0
Run-time dependency libxml-2.0 found: YES 2.9.4
Library m found: YES
Run-time dependency netcf found: YES 0.2.8
Checking for function "gettext" : YES
Has header "libintl.h" : YES
Program xgettext found: YES (/usr/bin/xgettext)
Program msgfmt found: YES (/usr/bin/msgfmt)
Program msgmerge found: YES (/usr/bin/msgmerge)
Library numa found: YES
Did not find CMake 'cmake'
Found CMake: NO
Run-time dependency openwsman found: NO (tried pkgconfig and cmake)
Run-time dependency parallels-sdk found: NO (tried pkgconfig and cmake)
Run-time dependency pciaccess found: YES 0.14
Library rbd found: YES
Library rados found: YES
Checking for function "rbd_get_features" with dependency -lrbd: YES
Checking for function "rbd_list2" with dependency -lrbd: NO
Run-time dependency readline found: NO (tried pkgconfig and cmake)
Library readline found: YES
Header <readline/readline.h> has symbol "rl_completion_quote_character" : YES
Run-time dependency libsanlock_client found: YES 3.6.0
Checking for function "sanlock_strerror" with dependency libsanlock_client: YES
Run-time dependency libsasl2 found: YES 2.1.27
Run-time dependency libselinux found: YES 2.8
Run-time dependency threads found: YES
Run-time dependency libudev found: YES 241
Library util found: YES
Run-time dependency wireshark found: YES 2.6.20
Has header "wireshark/ws_version.h" : NO
Run-time dependency yajl found: YES 2.1.0
Program pkcheck found: YES (/usr/bin/pkcheck)
Run-time dependency xenlight found: YES 4.11.0
Has header "libxlutil.h" : YES
Run-time dependency xlutil found: YES 4.11.0
Run-time dependency xenstore found: YES 3.0.3
Run-time dependency xentoollog found: YES 1.0
Header <libxl.h> has symbol "LIBXL_DOMAIN_TYPE_PVH" : YES
Checking if "lxc support" compiles: YES
Program qemu-bridge-helper found: NO
Program qemu-pr-helper found: NO
Program slirp-helper found: NO
Program dbus-daemon found: YES (/usr/bin/dbus-daemon)
Has header "mntent.h" : YES (cached)
Program mount found: YES (/bin/mount)
Program umount found: YES (/bin/umount)
Program mkfs found: YES (/sbin/mkfs)
Program showmount found: YES (/sbin/showmount)
Program pvcreate found: YES (/sbin/pvcreate)
Program vgcreate found: YES (/sbin/vgcreate)
Program lvcreate found: YES (/sbin/lvcreate)
Program pvremove found: YES (/sbin/pvremove)
Program vgremove found: YES (/sbin/vgremove)
Program lvremove found: YES (/sbin/lvremove)
Program lvchange found: YES (/sbin/lvchange)
Program vgchange found: YES (/sbin/vgchange)
Program vgscan found: YES (/sbin/vgscan)
Program pvs found: YES (/sbin/pvs)
Program vgs found: YES (/sbin/vgs)
Program lvs found: YES (/sbin/lvs)
Program dog found: NO
Program zfs found: NO
Program zpool found: NO
Program dtrace found: YES (/usr/bin/dtrace)
Program systemctl found: YES (/bin/systemctl)
Has header "nss.h" : YES
Checking for type "struct gaih_addrtuple" : YES
Checking for type "ns_mtab" : NO
Program numad found: YES (/usr/bin/numad)
Program apibuild.py found: YES (/home/ubuntu/libvirt/scripts/apibuild.py)
Program augeas-gentest.py found: YES (/home/ubuntu/libvirt/scripts/augeas-gentest.py)
Program check-aclperms.py found: YES (/home/ubuntu/libvirt/scripts/check-aclperms.py)
Program check-aclrules.py found: YES (/home/ubuntu/libvirt/scripts/check-aclrules.py)
Program check-driverimpls.py found: YES (/home/ubuntu/libvirt/scripts/check-driverimpls.py)
Program check-drivername.py found: YES (/usr/bin/python3 /home/ubuntu/libvirt/scripts/check-drivername.py)
Program check-file-access.py found: YES (/home/ubuntu/libvirt/scripts/check-file-access.py)
Program check-remote-protocol.py found: YES (/usr/bin/python3 /home/ubuntu/libvirt/scripts/check-remote-protocol.py)
Program check-symfile.py found: YES (/home/ubuntu/libvirt/scripts/check-symfile.py)
Program check-symsorting.py found: YES (/home/ubuntu/libvirt/scripts/check-symsorting.py)
Program dtrace2systemtap.py found: YES (/home/ubuntu/libvirt/scripts/dtrace2systemtap.py)
Program esx_vi_generator.py found: YES (/home/ubuntu/libvirt/scripts/esx_vi_generator.py)
Program genaclperms.py found: YES (/home/ubuntu/libvirt/scripts/genaclperms.py)
Program genpolkit.py found: YES (/home/ubuntu/libvirt/scripts/genpolkit.py)
Program gensystemtap.py found: YES (/home/ubuntu/libvirt/scripts/gensystemtap.py)
Program group-qemu-caps.py found: YES (/home/ubuntu/libvirt/scripts/group-qemu-caps.py)
Program header-ifdef.py found: YES (/usr/bin/python3 /home/ubuntu/libvirt/scripts/header-ifdef.py)
Program hvsupport.py found: YES (/home/ubuntu/libvirt/scripts/hvsupport.py)
Program hyperv_wmi_generator.py found: YES (/home/ubuntu/libvirt/scripts/hyperv_wmi_generator.py)
Program meson-dist.py found: YES (/home/ubuntu/libvirt/scripts/meson-dist.py)
Program meson-gen-authors.py found: YES (/home/ubuntu/libvirt/scripts/meson-gen-authors.py)
Program meson-gen-def.py found: YES (/home/ubuntu/libvirt/scripts/meson-gen-def.py)
Program meson-gen-sym.py found: YES (/home/ubuntu/libvirt/scripts/meson-gen-sym.py)
Program meson-install-dirs.py found: YES (/usr/bin/python3 /home/ubuntu/libvirt/scripts/meson-install-dirs.py)
Program meson-install-symlink.py found: YES (/usr/bin/python3 /home/ubuntu/libvirt/scripts/meson-install-symlink.py)
Program meson-install-web.py found: YES (/home/ubuntu/libvirt/scripts/meson-install-web.py)
Program meson-python.sh found: YES (/home/ubuntu/libvirt/scripts/meson-python.sh)
Program meson-timestamp.py found: YES (/home/ubuntu/libvirt/scripts/meson-timestamp.py)
Program mock-noinline.py found: YES (/usr/bin/python3 /home/ubuntu/libvirt/scripts/mock-noinline.py)
Program prohibit-duplicate-header.py found: YES (/usr/bin/python3 /home/ubuntu/libvirt/scripts/prohibit-duplicate-header.py)
Configuring libvirt-common.h using configuration
Program /home/ubuntu/libvirt/src/keycodemapdb/tools/keymap-gen found: YES (/home/ubuntu/libvirt/src/keycodemapdb/tools/keymap-gen)
Program genprotocol.pl found: YES (/home/ubuntu/libvirt/src/rpc/genprotocol.pl)
Program gendispatch.pl found: YES (/home/ubuntu/libvirt/src/rpc/gendispatch.pl)
Configuring libvirtd.conf.tmp with command
Configuring libvirtd.aug.tmp with command
Configuring test_libvirtd.aug.tmp with command
Configuring virtd.conf.tmp with command
Configuring virtd.aug.tmp with command
Configuring test_virtd.aug.tmp with command
Configuring libvirtd.qemu.logrotate using configuration
Configuring libvirtd.lxc.logrotate using configuration
Configuring libvirtd.libxl.logrotate using configuration
Configuring libvirtd.logrotate using configuration
Program /home/ubuntu/libvirt/scripts/meson-python.sh found: YES (/home/ubuntu/libvirt/scripts/meson-python.sh)
Configuring usr.lib.libvirt.virt-aa-helper using configuration
Configuring usr.sbin.libvirtd using configuration
Configuring usr.sbin.virtqemud using configuration
Configuring usr.sbin.virtxend using configuration
Configuring libvirtd.conf using configuration
Configuring libvirtd.aug using configuration
Configuring test_libvirtd.aug.tmp using configuration
Configuring virtproxyd.conf using configuration
Configuring virtproxyd.aug using configuration
Configuring test_virtproxyd.aug.tmp using configuration
Configuring virtinterfaced.conf using configuration
Configuring virtinterfaced.aug using configuration
Configuring test_virtinterfaced.aug.tmp using configuration
Configuring virtnetworkd.conf using configuration
Configuring virtnetworkd.aug using configuration
Configuring test_virtnetworkd.aug.tmp using configuration
Configuring virtnodedevd.conf using configuration
Configuring virtnodedevd.aug using configuration
Configuring test_virtnodedevd.aug.tmp using configuration
Configuring virtnwfilterd.conf using configuration
Configuring virtnwfilterd.aug using configuration
Configuring test_virtnwfilterd.aug.tmp using configuration
Configuring virtsecretd.conf using configuration
Configuring virtsecretd.aug using configuration
Configuring test_virtsecretd.aug.tmp using configuration
Configuring virtstoraged.conf using configuration
Configuring virtstoraged.aug using configuration
Configuring test_virtstoraged.aug.tmp using configuration
Configuring virtxend.conf using configuration
Configuring virtxend.aug using configuration
Configuring test_virtxend.aug.tmp using configuration
Configuring virtlxcd.conf using configuration
Configuring virtlxcd.aug using configuration
Configuring test_virtlxcd.aug.tmp using configuration
Configuring virtchd.conf using configuration
Configuring virtchd.aug using configuration
Configuring test_virtchd.aug.tmp using configuration
Configuring virtqemud.conf using configuration
Configuring virtqemud.aug using configuration
Configuring test_virtqemud.aug.tmp using configuration
Configuring virtvboxd.conf using configuration
Configuring virtvboxd.aug using configuration
Configuring test_virtvboxd.aug.tmp using configuration
Configuring libvirtd.service using configuration
Configuring libvirtd.socket using configuration
Configuring libvirtd-ro.socket using configuration
Configuring libvirtd-admin.socket using configuration
Configuring libvirtd-tcp.socket using configuration
Configuring libvirtd-tls.socket using configuration
Configuring virtproxyd.service using configuration
Configuring virtproxyd.socket using configuration
Configuring virtproxyd-ro.socket using configuration
Configuring virtproxyd-admin.socket using configuration
Configuring virtproxyd-tcp.socket using configuration
Configuring virtproxyd-tls.socket using configuration
Configuring virtinterfaced.service using configuration
Configuring virtinterfaced.socket using configuration
Configuring virtinterfaced-ro.socket using configuration
Configuring virtinterfaced-admin.socket using configuration
Configuring virtlockd.service using configuration
Configuring virtlockd.socket using configuration
Configuring virtlockd-admin.socket using configuration
Configuring virtlogd.service using configuration
Configuring virtlogd.socket using configuration
Configuring virtlogd-admin.socket using configuration
Configuring virtnetworkd.service using configuration
Configuring virtnetworkd.socket using configuration
Configuring virtnetworkd-ro.socket using configuration
Configuring virtnetworkd-admin.socket using configuration
Configuring virtnodedevd.service using configuration
Configuring virtnodedevd.socket using configuration
Configuring virtnodedevd-ro.socket using configuration
Configuring virtnodedevd-admin.socket using configuration
Configuring virtnwfilterd.service using configuration
Configuring virtnwfilterd.socket using configuration
Configuring virtnwfilterd-ro.socket using configuration
Configuring virtnwfilterd-admin.socket using configuration
Configuring virtsecretd.service using configuration
Configuring virtsecretd.socket using configuration
Configuring virtsecretd-ro.socket using configuration
Configuring virtsecretd-admin.socket using configuration
Configuring virtstoraged.service using configuration
Configuring virtstoraged.socket using configuration
Configuring virtstoraged-ro.socket using configuration
Configuring virtstoraged-admin.socket using configuration
Configuring virtxend.service using configuration
Configuring virtxend.socket using configuration
Configuring virtxend-ro.socket using configuration
Configuring virtxend-admin.socket using configuration
Configuring virtlxcd.service using configuration
Configuring virtlxcd.socket using configuration
Configuring virtlxcd-ro.socket using configuration
Configuring virtlxcd-admin.socket using configuration
Configuring virtchd.service using configuration
Configuring virtchd.socket using configuration
Configuring virtchd-ro.socket using configuration
Configuring virtchd-admin.socket using configuration
Configuring virtqemud.service using configuration
Configuring virtqemud.socket using configuration
Configuring virtqemud-ro.socket using configuration
Configuring virtqemud-admin.socket using configuration
Configuring virtvboxd.service using configuration
Configuring virtvboxd.socket using configuration
Configuring virtvboxd-ro.socket using configuration
Configuring virtvboxd-admin.socket using configuration
Program /home/ubuntu/libvirt/scripts/meson-python.sh found: YES (/home/ubuntu/libvirt/scripts/meson-python.sh)
Configuring libvirt-lxc.pc using configuration
Configuring libvirt-qemu.pc using configuration
Configuring libvirt.pc using configuration
Configuring virt-xml-validate using configuration
Configuring virt-pki-validate using configuration
Configuring virt-sanlock-cleanup using configuration
Configuring libvirt-guests.sh using configuration
Configuring libvirt-guests.service using configuration
Configuring virsh using configuration
Configuring virt-admin using configuration
Program util/genxdrstub.pl found: YES (/home/ubuntu/libvirt/tools/wireshark/util/genxdrstub.pl)
Library tasn1 found: YES
Program libvirtd-fail found: YES (/home/ubuntu/libvirt/tests/libvirtd-fail)
Program libvirtd-pool found: YES (/home/ubuntu/libvirt/tests/libvirtd-pool)
Program virsh-auth found: YES (/home/ubuntu/libvirt/tests/virsh-auth)
Program virsh-checkpoint found: YES (/home/ubuntu/libvirt/tests/virsh-checkpoint)
Program virsh-cpuset found: YES (/home/ubuntu/libvirt/tests/virsh-cpuset)
Program virsh-define-dev-segfault found: YES (/home/ubuntu/libvirt/tests/virsh-define-dev-segfault)
Program virsh-int-overflow found: YES (/home/ubuntu/libvirt/tests/virsh-int-overflow)
Program virsh-optparse found: YES (/home/ubuntu/libvirt/tests/virsh-optparse)
Program virsh-output found: YES (/home/ubuntu/libvirt/tests/virsh-output)
Program virsh-read-bufsiz found: YES (/home/ubuntu/libvirt/tests/virsh-read-bufsiz)
Program virsh-read-non-seekable found: YES (/home/ubuntu/libvirt/tests/virsh-read-non-seekable)
Program virsh-schedinfo found: YES (/home/ubuntu/libvirt/tests/virsh-schedinfo)
Program virsh-self-test found: YES (/home/ubuntu/libvirt/tests/virsh-self-test)
Program virsh-snapshot found: YES (/home/ubuntu/libvirt/tests/virsh-snapshot)
Program virsh-start found: YES (/home/ubuntu/libvirt/tests/virsh-start)
Program virsh-undefine found: YES (/home/ubuntu/libvirt/tests/virsh-undefine)
Program virsh-uriprecedence found: YES (/home/ubuntu/libvirt/tests/virsh-uriprecedence)
Program virsh-vcpupin found: YES (/home/ubuntu/libvirt/tests/virsh-vcpupin)
Program virt-admin-self-test found: YES (/home/ubuntu/libvirt/tests/virt-admin-self-test)
Program virt-aa-helper-test found: YES (/home/ubuntu/libvirt/tests/virt-aa-helper-test)
Configuring POTFILES using configuration
Configuring index.rst using configuration
Configuring virsh.rst using configuration
Configuring virt-admin.rst using configuration
Configuring virt-host-validate.rst using configuration
Configuring virt-login-shell.rst using configuration
Configuring virt-pki-validate.rst using configuration
Configuring virt-qemu-run.rst using configuration
Configuring virt-xml-validate.rst using configuration
Configuring libvirtd.rst using configuration
Configuring virt-sanlock-cleanup.rst using configuration
Configuring virtbhyved.rst using configuration
Configuring virtinterfaced.rst using configuration
Configuring virtlockd.rst using configuration
Configuring virtlogd.rst using configuration
Configuring virtlxcd.rst using configuration
Configuring virtnetworkd.rst using configuration
Configuring virtnodedevd.rst using configuration
Configuring virtnwfilterd.rst using configuration
Configuring virtproxyd.rst using configuration
Configuring virtqemud.rst using configuration
Configuring virtsecretd.rst using configuration
Configuring virtstoraged.rst using configuration
Configuring virtvboxd.rst using configuration
Configuring virtvzd.rst using configuration
Configuring virtxend.rst using configuration
Using 'MAKE' from environment with value: '/usr/bin/make'
Program make found: YES
Program sed found: YES (/bin/sed)
Program grep found: YES (/bin/grep)
Configuring Makefile using configuration
Configuring libvirt.pc using configuration
Configuring libvirt-qemu.pc using configuration
Configuring libvirt-lxc.pc using configuration
Configuring libvirt-admin.pc using configuration
Configuring libvirt.spec using configuration
Configuring mingw-libvirt.spec using configuration
Configuring AUTHORS.rst using configuration
Program /home/ubuntu/libvirt/scripts/meson-python.sh found: YES (/home/ubuntu/libvirt/scripts/meson-python.sh)
Configuring meson-config.h using configuration
Configuring run using configuration
Configuring .color_coded using configuration
Configuring .ycm_extra_conf.py using configuration
Build targets in project: 614
libvirt 7.9.0
Drivers
QEMU: YES
OpenVZ: YES
VMware: YES
VBox: YES
libxl: YES
LXC: YES
Cloud-Hypervisor: YES
ESX: YES
Hyper-V: NO
vz: NO
Bhyve: NO
Test: YES
Remote: YES
Network: YES
Libvirtd: YES
Interface: YES
Storage Drivers
Dir: YES
FS: YES
NetFS: YES
LVM: YES
iSCSI: YES
iscsi-direct: YES
SCSI: YES
mpath: YES
Disk: YES
RBD: YES
Sheepdog: NO
Gluster: YES
ZFS: YES
Virtuozzo storage: YES
Security Drivers
SELinux: YES
AppArmor: YES
Driver Loadable Modules
driver_modules: YES
Libraries
acl: YES
apparmor: YES
attr: YES
audit: YES
bash_completion: YES
blkid: YES
capng: YES
curl: YES
devmapper: YES
dlopen: YES
fuse: YES
glusterfs: YES
libiscsi: YES
libkvm: NO
libnl: YES
libparted: YES
libpcap: YES
libssh: YES
libssh2: YES
libutil: YES
netcf: YES
NLS: YES
numactl: YES
openwsman: NO
parallels-sdk: NO
pciaccess: YES
polkit: YES
rbd: YES
readline: YES
sanlock: YES
sasl: YES
selinux: YES
udev: YES
xdr: YES
yajl: YES
Windows
MinGW: NO
windres: NO
Test suite
Expensive: YES
Coverage: NO
Miscellaneous
Warning Flags: -fasynchronous-unwind-tables
-fexceptions
-fipa-pure-const
-fno-common
-Waddress
-Waggressive-loop-optimizations
-Walloc-size-larger-than=9223372036854775807
-Walloca
-Warray-bounds=2
-Wattributes
-Wbool-compare
-Wbool-operation
-Wbuiltin-declaration-mismatch
-Wbuiltin-macro-redefined
-Wcast-align
-Wcast-align=strict
-Wno-cast-function-type
-Wchar-subscripts
-Wclobbered
-Wcomment
-Wcomments
-Wcoverage-mismatch
-Wcpp
-Wdangling-else
-Wdate-time
-Wdeclaration-after-statement
-Wdeprecated-declarations
-Wdesignated-init
-Wdiscarded-array-qualifiers
-Wdiscarded-qualifiers
-Wdiv-by-zero
-Wduplicated-cond
-Wduplicate-decl-specifier
-Wempty-body
-Wendif-labels
-Wexpansion-to-defined
-Wformat-contains-nul
-Wformat-extra-args
-Wno-format-nonliteral
-Wformat-overflow=2
-Wformat-security
-Wno-format-truncation
-Wformat-y2k
-Wformat-zero-length
-Wframe-address
-Wframe-larger-than=4096
-Wfree-nonheap-object
-Whsa
-Wif-not-aligned
-Wignored-attributes
-Wignored-qualifiers
-Wimplicit
-Wimplicit-fallthrough=5
-Wimplicit-function-declaration
-Wimplicit-int
-Wincompatible-pointer-types
-Winit-self
-Winline
-Wint-conversion
-Wint-in-bool-context
-Wint-to-pointer-cast
-Winvalid-memory-model
-Winvalid-pch
-Wjump-misses-init
-Wlogical-not-parentheses
-Wlogical-op
-Wmain
-Wmaybe-uninitialized
-Wmemset-elt-size
-Wmemset-transposed-args
-Wmisleading-indentation
-Wmissing-attributes
-Wmissing-braces
-Wmissing-declarations
-Wmissing-field-initializers
-Wmissing-include-dirs
-Wmissing-parameter-type
-Wmissing-prototypes
-Wmultichar
-Wmultistatement-macros
-Wnarrowing
-Wnested-externs
-Wnonnull
-Wnonnull-compare
-Wnormalized=nfc
-Wnull-dereference
-Wodr
-Wold-style-declaration
-Wold-style-definition
-Wopenmp-simd
-Woverflow
-Woverride-init
-Wpacked-bitfield-compat
-Wpacked-not-aligned
-Wparentheses
-Wpointer-arith
-Wpointer-compare
-Wpointer-sign
-Wpointer-to-int-cast
-Wpragmas
-Wpsabi
-Wrestrict
-Wreturn-local-addr
-Wreturn-type
-Wscalar-storage-order
-Wsequence-point
-Wshadow
-Wshift-count-negative
-Wshift-count-overflow
-Wshift-negative-value
-Wshift-overflow=2
-Wno-sign-compare
-Wsizeof-array-argument
-Wsizeof-pointer-div
-Wsizeof-pointer-memaccess
-Wstrict-aliasing
-Wstrict-prototypes
-Wstringop-overflow=2
-Wstringop-truncation
-Wsuggest-attribute=cold
-Wno-suggest-attribute=const
-Wsuggest-attribute=format
-Wsuggest-attribute=noreturn
-Wno-suggest-attribute=pure
-Wsuggest-final-methods
-Wsuggest-final-types
-Wswitch
-Wswitch-bool
-Wswitch-enum
-Wswitch-unreachable
-Wsync-nand
-Wtautological-compare
-Wtrampolines
-Wtrigraphs
-Wtype-limits
-Wuninitialized
-Wunknown-pragmas
-Wunused
-Wunused-but-set-parameter
-Wunused-but-set-variable
-Wunused-const-variable=2
-Wunused-function
-Wunused-label
-Wunused-local-typedefs
-Wunused-parameter
-Wunused-result
-Wunused-value
-Wunused-variable
-Wvarargs
-Wvariadic-macros
-Wvector-operation-performance
-Wvla
-Wvolatile-register-var
-Wwrite-strings
-fstack-protector-strong
-Wdouble-promotion
docs: YES
tests: YES
DTrace: YES
firewalld: YES
firewalld-zone: YES
nss: YES
numad: YES
Init script: systemd
Char device locks: /var/lock
Loader/NVRAM:
pm_utils: NO
virt-login-shell: YES
virt-host-validate: YES
TLS priority: NORMAL
Developer Tools
wireshark_dissector: YES
Privileges
QEMU: libvirt-qemu:libvirt-qemu
Found ninja-1.8.2 at /usr/bin/ninja
ninja: Entering directory `build'
[0/1337] Generating libvirt_probes.h with a custom command
[0/1337] Generating libvirt_probes.o with a custom command
[0/1337] Generating libvirt_probes.stp with a custom command (wrapped by meson to capture output)
[0/1337] Generating virt_keycode_atset1 with a custom command (wrapped by meson to capture output)
[0/1337] Generating virt_keycode_atset2 with a custom command (wrapped by meson to capture output)
[0/1337] Generating virt_keycode_atset3 with a custom command (wrapped by meson to capture output)
[0/1337] Generating virt_keycode_linux with a custom command (wrapped by meson to capture output)
[0/1337] Generating virt_keycode_osx with a custom command (wrapped by meson to capture output)
[0/1337] Generating virt_keycode_qnum with a custom command (wrapped by meson to capture output)
[0/1337] Generating virt_keycode_usb with a custom command (wrapped by meson to capture output)
[0/1337] Generating virt_keycode_win32 with a custom command (wrapped by meson to capture output)
[0/1337] Generating virt_keycode_xtkbd with a custom command (wrapped by meson to capture output)
[0/1337] Generating keyname_linux with a custom command (wrapped by meson to capture output)
[0/1337] Generating keyname_osx with a custom command (wrapped by meson to capture output)
[0/1337] Generating keyname_win32 with a custom command (wrapped by meson to capture output)
[0/1337] Compiling C object src/conf/libvirt_conf.a.p/secret_conf.c.o
[0/1337] Compiling C object src/conf/libvirt_conf.a.p/virsecretobj.c.o
[0/1337] Compiling C object src/conf/libvirt_conf.a.p/domain_audit.c.o
[0/1337] Compiling C object src/conf/libvirt_conf.a.p/domain_capabilities.c.o
[0/1337] Compiling C object src/conf/libvirt_conf.a.p/capabilities.c.o
[0/1337] Compiling C object src/conf/libvirt_conf.a.p/cpu_conf.c.o
[0/1337] Compiling C object src/conf/libvirt_conf.a.p/checkpoint_conf.c.o
[0/1337] Compiling C object src/conf/libvirt_conf.a.p/domain_addr.c.o
[0/1337] Generating virnetprotocol.h with a custom command
[0/1337] Compiling C object src/conf/libvirt_conf.a.p/device_conf.c.o
[0/1337] Compiling C object src/conf/libvirt_conf.a.p/virchrdev.c.o
[0/1337] Compiling C object src/conf/libvirt_conf.a.p/backup_conf.c.o
[0/1337] Compiling C object src/conf/libvirt_conf.a.p/domain_conf.c.o
[0/1337] Compiling C object src/conf/libvirt_conf.a.p/domain_nwfilter.c.o
[0/1337] Compiling C object src/conf/libvirt_conf.a.p/domain_validate.c.o
[0/1337] Compiling C object src/conf/libvirt_conf.a.p/moment_conf.c.o
[0/1337] Compiling C object src/conf/libvirt_conf.a.p/numa_conf.c.o
[0/1337] Compiling C object src/conf/libvirt_conf.a.p/snapshot_conf.c.o
[0/1337] Compiling C object src/conf/libvirt_conf.a.p/virdomaincheckpointobjlist.c.o
[0/1337] Compiling C object src/conf/libvirt_conf.a.p/virdomainmomentobjlist.c.o
[0/1337] Compiling C object src/conf/libvirt_conf.a.p/virdomainobjlist.c.o
[0/1337] Compiling C object src/conf/libvirt_conf.a.p/virdomainsnapshotobjlist.c.o
[0/1337] Compiling C object src/conf/libvirt_conf.a.p/virsavecookie.c.o
[0/1337] Compiling C object src/conf/libvirt_conf.a.p/domain_event.c.o
[0/1337] Compiling C object src/conf/libvirt_conf.a.p/network_event.c.o
[0/1337] Compiling C object src/conf/libvirt_conf.a.p/node_device_event.c.o
[0/1337] Compiling C object src/conf/libvirt_conf.a.p/object_event.c.o
[0/1337] Compiling C object src/conf/libvirt_conf.a.p/secret_event.c.o
[0/1337] Compiling C object src/conf/libvirt_conf.a.p/storage_event.c.o
[0/1337] Compiling C object src/conf/libvirt_conf.a.p/interface_conf.c.o
[0/1337] Compiling C object src/conf/libvirt_conf.a.p/virinterfaceobj.c.o
[0/1337] Compiling C object src/conf/libvirt_conf.a.p/netdev_bandwidth_conf.c.o
[0/1337] Compiling C object src/conf/libvirt_conf.a.p/netdev_vlan_conf.c.o
[0/1337] Compiling C object src/conf/libvirt_conf.a.p/netdev_vport_profile_conf.c.o
[0/1337] Compiling C object src/conf/libvirt_conf.a.p/virnetworkportdef.c.o
[1/1337] Generating virnetprotocol.h with a custom command
[1/1337] Compiling C object src/conf/libvirt_conf.a.p/network_conf.c.o
[2/1337] Generating libvirt_probes.h with a custom command
[2/1337] Compiling C object src/conf/libvirt_conf.a.p/networkcommon_conf.c.o
[3/1337] Generating libvirt_probes.o with a custom command
[3/1337] Compiling C object src/conf/libvirt_conf.a.p/virnetworkobj.c.o
[4/1337] Generating virt_keycode_atset1 with a custom command (wrapped by meson to capture output)
[4/1337] Compiling C object src/conf/libvirt_conf.a.p/node_device_conf.c.o
[5/1337] Generating virt_keycode_osx with a custom command (wrapped by meson to capture output)
[5/1337] Compiling C object src/conf/libvirt_conf.a.p/node_device_util.c.o
[6/1337] Generating virt_keycode_atset3 with a custom command (wrapped by meson to capture output)
[6/1337] Compiling C object src/conf/libvirt_conf.a.p/virnodedeviceobj.c.o
[7/1337] Generating libvirt_probes.stp with a custom command (wrapped by meson to capture output)
[7/1337] Compiling C object src/conf/libvirt_conf.a.p/nwfilter_conf.c.o
[8/1337] Generating keyname_win32 with a custom command (wrapped by meson to capture output)
[8/1337] Compiling C object src/conf/libvirt_conf.a.p/nwfilter_ipaddrmap.c.o
[9/1337] Generating virt_keycode_win32 with a custom command (wrapped by meson to capture output)
[9/1337] Compiling C object src/conf/libvirt_conf.a.p/nwfilter_params.c.o
[10/1337] Generating virt_keycode_atset2 with a custom command (wrapped by meson to capture output)
[10/1337] Compiling C object src/conf/libvirt_conf.a.p/virnwfilterbindingdef.c.o
[11/1337] Generating virt_keycode_linux with a custom command (wrapped by meson to capture output)
[11/1337] Compiling C object src/conf/libvirt_conf.a.p/virnwfilterbindingobj.c.o
[12/1337] Generating virt_keycode_usb with a custom command (wrapped by meson to capture output)
[12/1337] Compiling C object src/conf/libvirt_conf.a.p/virnwfilterbindingobjlist.c.o
[13/1337] Generating virt_keycode_xtkbd with a custom command (wrapped by meson to capture output)
[13/1337] Compiling C object src/conf/libvirt_conf.a.p/virnwfilterobj.c.o
[14/1337] Generating virt_keycode_qnum with a custom command (wrapped by meson to capture output)
[14/1337] Compiling C object src/conf/libvirt_conf.a.p/storage_adapter_conf.c.o
[15/1337] Generating keyname_osx with a custom command (wrapped by meson to capture output)
[15/1337] Compiling C object src/conf/libvirt_conf.a.p/storage_capabilities.c.o
[16/1337] Generating keyname_linux with a custom command (wrapped by meson to capture output)
[16/1337] Compiling C object src/util/libvirt_util.a.p/viraudit.c.o
[17/1337] Compiling C object src/conf/libvirt_conf.a.p/node_device_event.c.o
[17/1337] Compiling C object src/util/libvirt_util.a.p/virbuffer.c.o
[18/1337] Compiling C object src/conf/libvirt_conf.a.p/secret_event.c.o
[18/1337] Compiling C object src/util/libvirt_util.a.p/virauth.c.o
[19/1337] Compiling C object src/conf/libvirt_conf.a.p/network_event.c.o
[19/1337] Compiling C object src/util/libvirt_util.a.p/glibcompat.c.o
[20/1337] Compiling C object src/conf/libvirt_conf.a.p/storage_event.c.o
[20/1337] Compiling C object src/util/libvirt_util.a.p/virarptable.c.o
[21/1337] Compiling C object src/conf/libvirt_conf.a.p/virdomainmomentobjlist.c.o
[21/1337] Compiling C object src/util/libvirt_util.a.p/viralloc.c.o
[22/1337] Compiling C object src/conf/libvirt_conf.a.p/virsavecookie.c.o
[22/1337] Compiling C object src/util/libvirt_util.a.p/virarch.c.o
[23/1337] Compiling C object src/conf/libvirt_conf.a.p/netdev_vport_profile_conf.c.o
[23/1337] Compiling C object src/util/libvirt_util.a.p/virgdbus.c.o
[24/1337] Compiling C object src/conf/libvirt_conf.a.p/netdev_vlan_conf.c.o
[24/1337] Compiling C object src/util/libvirt_util.a.p/vircrypto.c.o
[25/1337] Compiling C object src/conf/libvirt_conf.a.p/moment_conf.c.o
[25/1337] Compiling C object src/util/libvirt_util.a.p/virdaemon.c.o
[26/1337] Compiling C object src/conf/libvirt_conf.a.p/secret_conf.c.o
[26/1337] Compiling C object src/util/libvirt_util.a.p/vircgroup.c.o
[27/1337] Compiling C object src/conf/libvirt_conf.a.p/domain_nwfilter.c.o
[27/1337] Compiling C object src/util/libvirt_util.a.p/vircgroupbackend.c.o
[28/1337] Compiling C object src/conf/libvirt_conf.a.p/virdomainsnapshotobjlist.c.o
[28/1337] Compiling C object src/util/libvirt_util.a.p/vircgroupv1.c.o
[29/1337] Compiling C object src/conf/libvirt_conf.a.p/netdev_bandwidth_conf.c.o
[29/1337] Compiling C object src/util/libvirt_util.a.p/virauthconfig.c.o
[30/1337] Compiling C object src/conf/libvirt_conf.a.p/virchrdev.c.o
[30/1337] Compiling C object src/util/libvirt_util.a.p/virbitmap.c.o
[31/1337] Compiling C object src/conf/libvirt_conf.a.p/virinterfaceobj.c.o
[31/1337] Compiling C object src/util/libvirt_util.a.p/virbpf.c.o
[32/1337] Compiling C object src/conf/libvirt_conf.a.p/networkcommon_conf.c.o
[32/1337] Compiling C object src/util/libvirt_util.a.p/vircgroupv2.c.o
[33/1337] Compiling C object src/conf/libvirt_conf.a.p/virdomaincheckpointobjlist.c.o
[33/1337] Compiling C object src/util/libvirt_util.a.p/vircgroupv2devices.c.o
[34/1337] Compiling C object src/conf/libvirt_conf.a.p/virsecretobj.c.o
[34/1337] Compiling C object src/util/libvirt_util.a.p/vircommand.c.o
[35/1337] Compiling C object src/conf/libvirt_conf.a.p/device_conf.c.o
[35/1337] Compiling C object src/util/libvirt_util.a.p/virconf.c.o
[36/1337] Compiling C object src/conf/libvirt_conf.a.p/domain_capabilities.c.o
[36/1337] Compiling C object src/util/libvirt_util.a.p/virfilecache.c.o
[37/1337] Compiling C object src/conf/libvirt_conf.a.p/virnetworkportdef.c.o
[37/1337] Compiling C object src/util/libvirt_util.a.p/virdevmapper.c.o
[38/1337] Compiling C object src/util/libvirt_util.a.p/glibcompat.c.o
[38/1337] Compiling C object src/util/libvirt_util.a.p/virdnsmasq.c.o
[39/1337] Compiling C object src/conf/libvirt_conf.a.p/nwfilter_ipaddrmap.c.o
[39/1337] Compiling C object src/util/libvirt_util.a.p/virebtables.c.o
[40/1337] Compiling C object src/conf/libvirt_conf.a.p/checkpoint_conf.c.o
[40/1337] Compiling C object src/util/libvirt_util.a.p/virenum.c.o
[41/1337] Compiling C object src/conf/libvirt_conf.a.p/node_device_util.c.o
[41/1337] Compiling C object src/util/libvirt_util.a.p/vireventglib.c.o
[42/1337] Compiling C object src/util/libvirt_util.a.p/viraudit.c.o
[42/1337] Compiling C object src/util/libvirt_util.a.p/vireventglibwatch.c.o
[43/1337] Compiling C object src/conf/libvirt_conf.a.p/virnwfilterbindingdef.c.o
[43/1337] Compiling C object src/util/libvirt_util.a.p/vireventthread.c.o
[44/1337] Compiling C object src/conf/libvirt_conf.a.p/object_event.c.o
[44/1337] Compiling C object src/util/libvirt_util.a.p/virfcp.c.o
[45/1337] Compiling C object src/util/libvirt_util.a.p/viralloc.c.o
[45/1337] Compiling C object src/util/libvirt_util.a.p/virfdstream.c.o
[46/1337] Compiling C object src/util/libvirt_util.a.p/virarch.c.o
[46/1337] Compiling C object src/util/libvirt_util.a.p/virfile.c.o
[47/1337] Compiling C object src/conf/libvirt_conf.a.p/backup_conf.c.o
[47/1337] Compiling C object src/util/libvirt_util.a.p/virfirewall.c.o
[48/1337] Compiling C object src/conf/libvirt_conf.a.p/virnwfilterbindingobj.c.o
[48/1337] Compiling C object tools/virsh.p/virsh-network.c.o
[49/1337] Compiling C object src/conf/libvirt_conf.a.p/virdomainobjlist.c.o
[49/1337] Compiling C object src/util/libvirt_util.a.p/virnetdevvlan.c.o
[50/1337] Compiling C object src/conf/libvirt_conf.a.p/domain_audit.c.o
[50/1337] Compiling C object src/util/libvirt_util.a.p/virfirewalld.c.o
[51/1337] Compiling C object src/conf/libvirt_conf.a.p/virnwfilterbindingobjlist.c.o
[51/1337] Compiling C object src/util/libvirt_util.a.p/virfirmware.c.o
[52/1337] Compiling C object src/util/libvirt_util.a.p/virbuffer.c.o
[52/1337] Compiling C object src/util/libvirt_util.a.p/virgettext.c.o
[53/1337] Compiling C object src/conf/libvirt_conf.a.p/storage_capabilities.c.o
[53/1337] Compiling C object src/util/libvirt_util.a.p/virglibutil.c.o
[54/1337] Compiling C object src/util/libvirt_util.a.p/virdaemon.c.o
[54/1337] Compiling C object src/util/libvirt_util.a.p/virhash.c.o
[55/1337] Compiling C object src/util/libvirt_util.a.p/virauth.c.o
[55/1337] Compiling C object src/util/libvirt_util.a.p/virgic.c.o
[56/1337] Compiling C object src/conf/libvirt_conf.a.p/storage_adapter_conf.c.o
[56/1337] Compiling C object src/util/libvirt_util.a.p/virhashcode.c.o
[57/1337] Compiling C object src/util/libvirt_util.a.p/vircrypto.c.o
[57/1337] Compiling C object src/util/libvirt_util.a.p/virhook.c.o
[58/1337] Compiling C object src/util/libvirt_util.a.p/virarptable.c.o
[58/1337] Compiling C object src/util/libvirt_util.a.p/virhostcpu.c.o
[59/1337] Compiling C object src/conf/libvirt_conf.a.p/interface_conf.c.o
[59/1337] Compiling C object src/util/libvirt_util.a.p/virhostmem.c.o
[60/1337] Compiling C object src/util/libvirt_util.a.p/vircgroupbackend.c.o
[60/1337] Compiling C object src/util/libvirt_util.a.p/virhostuptime.c.o
[61/1337] Compiling C object src/util/libvirt_util.a.p/virauthconfig.c.o
[61/1337] Compiling C object src/util/libvirt_util.a.p/viridentity.c.o
[62/1337] Compiling C object src/conf/libvirt_conf.a.p/cpu_conf.c.o
[62/1337] Compiling C object src/util/libvirt_util.a.p/virinitctl.c.o
[63/1337] Compiling C object src/conf/libvirt_conf.a.p/snapshot_conf.c.o
[63/1337] Compiling C object src/util/libvirt_util.a.p/viriptables.c.o
[64/1337] Compiling C object src/conf/libvirt_conf.a.p/virnwfilterobj.c.o
[64/1337] Compiling C object src/util/libvirt_util.a.p/viriscsi.c.o
[65/1337] Compiling C object src/conf/libvirt_conf.a.p/domain_event.c.o
[65/1337] Compiling C object src/util/libvirt_util.a.p/virjson.c.o
[66/1337] Compiling C object src/util/libvirt_util.a.p/virgdbus.c.o
[66/1337] Compiling C object src/util/libvirt_util.a.p/virkeycode.c.o
[67/1337] Compiling C object src/util/libvirt_util.a.p/virbpf.c.o
[67/1337] Compiling C object src/util/libvirt_util.a.p/virkmod.c.o
[68/1337] Compiling C object src/conf/libvirt_conf.a.p/virnodedeviceobj.c.o
[68/1337] Compiling C object src/util/libvirt_util.a.p/virlease.c.o
[69/1337] Compiling C object src/util/libvirt_util.a.p/virebtables.c.o
[69/1337] Compiling C object src/util/libvirt_util.a.p/virlockspace.c.o
[70/1337] Compiling C object src/util/libvirt_util.a.p/vireventglibwatch.c.o
[70/1337] Compiling C object src/util/libvirt_util.a.p/virlog.c.o
[71/1337] Compiling C object src/conf/libvirt_conf.a.p/nwfilter_params.c.o
[71/1337] Compiling C object src/util/libvirt_util.a.p/virmacaddr.c.o
[72/1337] Compiling C object src/util/libvirt_util.a.p/virenum.c.o
[72/1337] Compiling C object src/util/libvirt_util.a.p/virmacmap.c.o
[73/1337] Compiling C object src/util/libvirt_util.a.p/virfcp.c.o
[73/1337] Compiling C object src/util/libvirt_util.a.p/virmdev.c.o
[74/1337] Compiling C object src/conf/libvirt_conf.a.p/virnetworkobj.c.o
[74/1337] Compiling C object src/util/libvirt_util.a.p/virmodule.c.o
[75/1337] Compiling C object src/util/libvirt_util.a.p/vireventthread.c.o
[75/1337] Compiling C object src/util/libvirt_util.a.p/virnetdev.c.o
[76/1337] Compiling C object src/util/libvirt_util.a.p/virfilecache.c.o
[76/1337] Compiling C object src/util/libvirt_util.a.p/virnetdevbandwidth.c.o
[77/1337] Compiling C object src/conf/libvirt_conf.a.p/domain_addr.c.o
[77/1337] Compiling C object src/util/libvirt_util.a.p/virnetdevbridge.c.o
[78/1337] Compiling C object src/util/libvirt_util.a.p/virnetdevvlan.c.o
[78/1337] Compiling C object src/util/libvirt_util.a.p/virnetdevip.c.o
[79/1337] Compiling C object src/conf/libvirt_conf.a.p/numa_conf.c.o
[79/1337] Compiling C object src/util/libvirt_util.a.p/virnetdevmacvlan.c.o
[80/1337] Compiling C object src/conf/libvirt_conf.a.p/domain_validate.c.o
[80/1337] Compiling C object src/util/libvirt_util.a.p/virnetdevmidonet.c.o
[81/1337] Compiling C object src/util/libvirt_util.a.p/virgettext.c.o
[81/1337] Compiling C object src/util/libvirt_util.a.p/virnetdevopenvswitch.c.o
[82/1337] Compiling C object src/util/libvirt_util.a.p/virdevmapper.c.o
[82/1337] Compiling C object src/util/libvirt_util.a.p/virnetdevtap.c.o
[83/1337] Compiling C object src/util/libvirt_util.a.p/virgic.c.o
[83/1337] Compiling C object src/util/libvirt_util.a.p/virnetdevveth.c.o
[84/1337] Compiling C object src/util/libvirt_util.a.p/virglibutil.c.o
[84/1337] Compiling C object src/util/libvirt_util.a.p/virnetdevvportprofile.c.o
[85/1337] Compiling C object src/util/libvirt_util.a.p/vircgroupv2devices.c.o
[85/1337] Compiling C object src/util/libvirt_util.a.p/virnodesuspend.c.o
[86/1337] Compiling C object src/util/libvirt_util.a.p/virfirmware.c.o
[86/1337] Compiling C object src/util/libvirt_util.a.p/virobject.c.o
[87/1337] Compiling C object src/util/libvirt_util.a.p/vireventglib.c.o
[87/1337] Compiling C object src/util/libvirt_util.a.p/virnetlink.c.o
[88/1337] Compiling C object src/util/libvirt_util.a.p/virhashcode.c.o
[88/1337] Compiling C object src/util/libvirt_util.a.p/virnuma.c.o
[89/1337] Compiling C object src/util/libvirt_util.a.p/virbitmap.c.o
[89/1337] Compiling C object src/util/libvirt_util.a.p/virnvme.c.o
[90/1337] Compiling C object src/util/libvirt_util.a.p/virhash.c.o
[90/1337] Compiling C object src/util/libvirt_util.a.p/virpci.c.o
[91/1337] Compiling C object src/util/libvirt_util.a.p/virkeycode.c.o
[91/1337] Compiling C object src/util/libvirt_util.a.p/virperf.c.o
[92/1337] Compiling C object src/util/libvirt_util.a.p/virinitctl.c.o
[92/1337] Compiling C object src/util/libvirt_util.a.p/virportallocator.c.o
[93/1337] Compiling C object src/conf/libvirt_conf.a.p/capabilities.c.o
[93/1337] Compiling C object src/util/libvirt_util.a.p/virprocess.c.o
[94/1337] Compiling C object src/util/libvirt_util.a.p/virhostuptime.c.o
[94/1337] Compiling C object src/util/libvirt_util.a.p/virqemu.c.o
[95/1337] Compiling C object src/util/libvirt_util.a.p/virfirewall.c.o
[95/1337] Compiling C object src/util/libvirt_util.a.p/virpidfile.c.o
[96/1337] Compiling C object src/util/libvirt_util.a.p/virhook.c.o
[96/1337] Compiling C object src/util/libvirt_util.a.p/virpolkit.c.o
[97/1337] Compiling C object src/util/libvirt_util.a.p/virdnsmasq.c.o
[97/1337] Compiling C object src/util/libvirt_util.a.p/virrandom.c.o
[98/1337] Compiling C object src/util/libvirt_util.a.p/virkmod.c.o
[98/1337] Compiling C object src/util/libvirt_util.a.p/virresctrl.c.o
[99/1337] Compiling C object src/util/libvirt_util.a.p/virmacaddr.c.o
[99/1337] Compiling C object src/util/libvirt_util.a.p/virrotatingfile.c.o
[100/1337] Compiling C object src/util/libvirt_util.a.p/virmodule.c.o
[100/1337] Compiling C object src/util/libvirt_util.a.p/virscsi.c.o
[101/1337] Compiling C object src/util/libvirt_util.a.p/virlease.c.o
[101/1337] Compiling C object src/util/libvirt_util.a.p/virscsihost.c.o
[102/1337] Compiling C object src/util/libvirt_util.a.p/virfirewalld.c.o
[102/1337] Compiling C object src/util/libvirt_util.a.p/virscsivhost.c.o
[103/1337] Compiling C object src/util/libvirt_util.a.p/virnetdevmidonet.c.o
[103/1337] Compiling C object src/util/libvirt_util.a.p/virseclabel.c.o
[104/1337] Compiling C object src/util/libvirt_util.a.p/virconf.c.o
[104/1337] Compiling C object src/util/libvirt_util.a.p/virsecret.c.o
[105/1337] Compiling C object src/util/libvirt_util.a.p/viriscsi.c.o
[105/1337] Compiling C object src/util/libvirt_util.a.p/virsecureerase.c.o
[106/1337] Compiling C object src/util/libvirt_util.a.p/virhostmem.c.o
[106/1337] Compiling C object src/util/libvirt_util.a.p/virsocket.c.o
[107/1337] Compiling C object src/util/libvirt_util.a.p/virmacmap.c.o
[107/1337] Compiling C object src/util/libvirt_util.a.p/virsocketaddr.c.o
[108/1337] Compiling C object src/util/libvirt_util.a.p/viridentity.c.o
[108/1337] Compiling C object src/util/libvirt_util.a.p/virstoragefile.c.o
[109/1337] Compiling C object src/util/libvirt_util.a.p/virnetdevveth.c.o
[109/1337] Compiling C object src/util/libvirt_util.a.p/virstring.c.o
[110/1337] Compiling C object src/util/libvirt_util.a.p/viriptables.c.o
[110/1337] Compiling C object src/util/libvirt_util.a.p/virsysinfo.c.o
[111/1337] Compiling C object src/util/libvirt_util.a.p/virmdev.c.o
[111/1337] Compiling C object src/util/libvirt_util.a.p/virsystemd.c.o
[112/1337] Compiling C object src/util/libvirt_util.a.p/virfdstream.c.o
[112/1337] Compiling C object src/util/libvirt_util.a.p/virthread.c.o
[113/1337] Compiling C object src/util/libvirt_util.a.p/virnodesuspend.c.o
[113/1337] Compiling C object src/util/libvirt_util.a.p/virthreadjob.c.o
[114/1337] Compiling C object src/conf/libvirt_conf.a.p/nwfilter_conf.c.o
[114/1337] Compiling C object src/util/libvirt_util.a.p/virthreadpool.c.o
[115/1337] Compiling C object src/util/libvirt_util.a.p/vircgroupv2.c.o
[115/1337] Compiling C object src/util/libvirt_util.a.p/virtime.c.o
[116/1337] Compiling C object src/util/libvirt_util.a.p/virlockspace.c.o
[116/1337] Compiling C object src/util/libvirt_util.a.p/virtpm.c.o
[117/1337] Compiling C object src/util/libvirt_util.a.p/virnetdevbandwidth.c.o
[117/1337] Compiling C object src/util/libvirt_util.a.p/virtypedparam.c.o
[118/1337] Compiling C object src/util/libvirt_util.a.p/virnvme.c.o
[118/1337] Compiling C object src/util/libvirt_util.a.p/viruri.c.o
[119/1337] Compiling C object src/util/libvirt_util.a.p/virobject.c.o
[119/1337] Compiling C object src/util/libvirt_util.a.p/virusb.c.o
[120/1337] Compiling C object src/util/libvirt_util.a.p/vircgroupv1.c.o
[120/1337] Compiling C object src/util/libvirt_util.a.p/virutil.c.o
[121/1337] Compiling C object src/util/libvirt_util.a.p/virnetdevtap.c.o
[121/1337] Compiling C object src/util/libvirt_util.a.p/viruuid.c.o
[122/1337] Compiling C object src/util/libvirt_util.a.p/virhostcpu.c.o
[122/1337] Compiling C object src/util/libvirt_util.a.p/virvhba.c.o
[123/1337] Compiling C object src/util/libvirt_util.a.p/virqemu.c.o
[123/1337] Compiling C object src/util/libvirt_util.a.p/virpcivpd.c.o
[124/1337] Compiling C object src/util/libvirt_util.a.p/virnetdevbridge.c.o
[124/1337] Compiling C object src/util/libvirt_util.a.p/virvsock.c.o
[125/1337] Compiling C object src/util/libvirt_util.a.p/virperf.c.o
[125/1337] Compiling C object src/util/libvirt_util.a.p/virxml.c.o
[126/1337] Compiling C object src/util/libvirt_util.a.p/virportallocator.c.o
[126/1337] Compiling C object src/util/libvirt_util.a.p/virerror.c.o
[127/1337] Compiling C object src/util/libvirt_util.a.p/virnetdevip.c.o
[127/1337] Compiling C object src/util/libvirt_util.a.p/virevent.c.o
[128/1337] Compiling C object src/util/libvirt_util.a.p/virnetdevmacvlan.c.o
[128/1337] Compiling C object src/util/libvirt_util.a.p/virtypedparam-public.c.o
[129/1337] Compiling C object src/util/libvirt_util.a.p/virseclabel.c.o
[129/1337] Compiling C object src/conf/libvirt_conf.a.p/storage_conf.c.o
[130/1337] Compiling C object src/util/libvirt_util.a.p/virnuma.c.o
[130/1337] Compiling C object src/conf/libvirt_conf.a.p/storage_encryption_conf.c.o
[131/1337] Compiling C object src/util/libvirt_util.a.p/virrandom.c.o
[131/1337] Compiling C object src/conf/libvirt_conf.a.p/storage_source_conf.c.o
[132/1337] Compiling C object src/util/libvirt_util.a.p/virscsihost.c.o
[132/1337] Compiling C object src/conf/libvirt_conf.a.p/virstorageobj.c.o
[133/1337] Compiling C object tools/virsh.p/virsh-network.c.o
[133/1337] Generating virnetprotocol.c with a custom command
[134/1337] Compiling C object src/util/libvirt_util.a.p/virsecureerase.c.o
[134/1337] Generating virkeepaliveprotocol.h with a custom command
[135/1337] Compiling C object src/util/libvirt_util.a.p/virscsivhost.c.o
[135/1337] Generating virkeepaliveprotocol.c with a custom command
[136/1337] Compiling C object src/util/libvirt_util.a.p/virsocket.c.o
[136/1337] Generating libvirt_access.syms with a custom command (wrapped by meson to capture output)
[137/1337] Compiling C object src/util/libvirt_util.a.p/virlog.c.o
[137/1337] Generating viraccessapicheckqemu.h with a custom command (wrapped by meson to capture output)
[138/1337] Compiling C object src/util/libvirt_util.a.p/virpidfile.c.o
[138/1337] Generating viraccessapicheckqemu.c with a custom command (wrapped by meson to capture output)
[139/1337] Generating virnetprotocol.c with a custom command
[139/1337] Generating viraccessapicheck.h with a custom command (wrapped by meson to capture output)
[140/1337] Generating virkeepaliveprotocol.c with a custom command
[140/1337] Generating viraccessapicheck.c with a custom command (wrapped by meson to capture output)
[141/1337] Compiling C object src/util/libvirt_util.a.p/virpolkit.c.o
[141/1337] Generating libvirt_access_qemu.syms with a custom command (wrapped by meson to capture output)
[142/1337] Generating virkeepaliveprotocol.h with a custom command
[142/1337] Compiling C object src/rpc/libvirt_net_rpc.a.p/meson-generated_.._virnetprotocol.c.o
[143/1337] Compiling C object src/util/libvirt_util.a.p/virrotatingfile.c.o
[143/1337] Compiling C object src/rpc/libvirt_net_rpc.a.p/meson-generated_.._virkeepaliveprotocol.c.o
[144/1337] Compiling C object src/util/libvirt_util.a.p/virnetdevopenvswitch.c.o
[144/1337] Compiling C object src/rpc/libvirt_net_rpc.a.p/virnetmessage.c.o
[145/1337] Compiling C object src/util/libvirt_util.a.p/virjson.c.o
[145/1337] Compiling C object src/rpc/libvirt_net_rpc.a.p/virnettlscontext.c.o
[146/1337] Compiling C object src/util/libvirt_util.a.p/virscsi.c.o
[146/1337] Compiling C object src/rpc/libvirt_net_rpc_server.a.p/virnetserverprogram.c.o
[147/1337] Compiling C object src/util/libvirt_util.a.p/virnetdevvportprofile.c.o
[147/1337] Compiling C object src/rpc/libvirt_net_rpc.a.p/virnetsocket.c.o
[148/1337] Compiling C object src/util/libvirt_util.a.p/virsecret.c.o
[148/1337] Compiling C object src/rpc/libvirt_net_rpc.a.p/virkeepalive.c.o
[149/1337] Compiling C object src/util/libvirt_util.a.p/virthreadjob.c.o
[149/1337] Compiling C object src/rpc/libvirt_net_rpc.a.p/virnetlibsshsession.c.o
[150/1337] Compiling C object src/util/libvirt_util.a.p/virnetlink.c.o
[150/1337] Compiling C object src/rpc/libvirt_net_rpc.a.p/virnetsshsession.c.o
[151/1337] Compiling C object src/util/libvirt_util.a.p/virstoragefile.c.o
[151/1337] Compiling C object src/rpc/libvirt_net_rpc.a.p/virnetsaslcontext.c.o
[152/1337] Compiling C object src/util/libvirt_util.a.p/virthread.c.o
[152/1337] Compiling C object src/rpc/libvirt_net_rpc_client.a.p/virnetclientstream.c.o
[153/1337] Compiling C object src/conf/libvirt_conf.a.p/node_device_conf.c.o
[153/1337] Compiling C object src/rpc/libvirt_net_rpc_client.a.p/virnetclient.c.o
[154/1337] Compiling C object src/util/libvirt_util.a.p/virthreadpool.c.o
[154/1337] Compiling C object src/rpc/libvirt_net_rpc_server.a.p/virnetserverservice.c.o
[155/1337] Compiling C object src/util/libvirt_util.a.p/vircommand.c.o
[155/1337] Compiling C object src/rpc/libvirt_net_rpc_server.a.p/virnetserver.c.o
[156/1337] Compiling C object src/util/libvirt_util.a.p/virtime.c.o
[156/1337] Compiling C object src/rpc/libvirt_net_rpc_client.a.p/virnetclientprogram.c.o
[157/1337] Compiling C object src/util/libvirt_util.a.p/virtpm.c.o
[157/1337] Compiling C object src/rpc/libvirt_net_rpc_server.a.p/virnetserverclient.c.o
[158/1337] Compiling C object src/util/libvirt_util.a.p/virprocess.c.o
[158/1337] Compiling C object src/rpc/libvirt_net_rpc_server.a.p/virnetdaemon.c.o
[159/1337] Compiling C object src/util/libvirt_util.a.p/virvsock.c.o
[159/1337] Generating viraccessapichecklxc.h with a custom command (wrapped by meson to capture output)
[160/1337] Compiling C object src/util/libvirt_util.a.p/viruuid.c.o
[160/1337] Generating viraccessapichecklxc.c with a custom command (wrapped by meson to capture output)
[161/1337] Compiling C object src/rpc/libvirt_net_rpc.a.p/meson-generated_.._virkeepaliveprotocol.c.o
[161/1337] Generating libvirt_access_lxc.syms with a custom command (wrapped by meson to capture output)
[162/1337] Compiling C object src/util/libvirt_util.a.p/virevent.c.o
[162/1337] Generating org.libvirt.api.policy with a custom command (wrapped by meson to capture output)
[163/1337] Compiling C object src/util/libvirt_util.a.p/viruri.c.o
[163/1337] Compiling C object src/cpu/libvirt_cpu.a.p/cpu_arm.c.o
[164/1337] Compiling C object src/util/libvirt_util.a.p/virvhba.c.o
[164/1337] Compiling C object src/cpu/libvirt_cpu.a.p/cpu_map.c.o
[165/1337] Compiling C object src/util/libvirt_util.a.p/virusb.c.o
[165/1337] Compiling C object src/cpu/libvirt_cpu.a.p/cpu_ppc64.c.o
[166/1337] Compiling C object src/util/libvirt_util.a.p/vircgroup.c.o
[166/1337] Compiling C object src/cpu/libvirt_cpu.a.p/cpu_s390.c.o
[167/1337] Compiling C object src/util/libvirt_util.a.p/virstring.c.o
[167/1337] Compiling C object src/cpu/libvirt_cpu.a.p/cpu.c.o
[168/1337] Compiling C object src/util/libvirt_util.a.p/virsocketaddr.c.o
[168/1337] Generating remote_protocol.h with a custom command
[169/1337] Generating viraccessapicheckqemu.h with a custom command (wrapped by meson to capture output)
[169/1337] Generating remote_protocol.c with a custom command
[170/1337] Compiling C object src/util/libvirt_util.a.p/virtypedparam-public.c.o
[170/1337] Generating qemu_client_bodies.h with a custom command (wrapped by meson to capture output)
[171/1337] Generating libvirt_access_qemu.syms with a custom command (wrapped by meson to capture output)
[171/1337] Generating qemu_protocol.h with a custom command
[172/1337] Compiling C object src/util/libvirt_util.a.p/virtypedparam.c.o
[172/1337] Generating qemu_protocol.c with a custom command
[173/1337] Generating remote_protocol.h with a custom command
[173/1337] Generating lxc_client_bodies.h with a custom command (wrapped by meson to capture output)
[174/1337] Generating qemu_protocol.h with a custom command
[174/1337] Compiling C object src/cpu/libvirt_cpu.a.p/cpu_x86.c.o
[175/1337] Generating qemu_protocol.c with a custom command
[175/1337] Compiling C object src/vmx/libvirt_vmx.a.p/vmx.c.o
[176/1337] Generating libvirt_access.syms with a custom command (wrapped by meson to capture output)
[176/1337] Generating remote_client_bodies.h with a custom command (wrapped by meson to capture output)
[177/1337] Generating viraccessapicheckqemu.c with a custom command (wrapped by meson to capture output)
[177/1337] Generating lxc_protocol.h with a custom command
[178/1337] Compiling C object src/rpc/libvirt_net_rpc.a.p/meson-generated_.._virnetprotocol.c.o
[178/1337] Generating lxc_protocol.c with a custom command
[179/1337] Generating remote_protocol.c with a custom command
[179/1337] Generating remote_daemon_dispatch_stubs.h with a custom command (wrapped by meson to capture output)
[180/1337] Compiling C object src/util/libvirt_util.a.p/virpcivpd.c.o
[180/1337] Generating qemu_daemon_dispatch_stubs.h with a custom command (wrapped by meson to capture output)
[181/1337] Generating lxc_protocol.h with a custom command
[181/1337] Generating lxc_daemon_dispatch_stubs.h with a custom command (wrapped by meson to capture output)
[182/1337] Compiling C object src/conf/libvirt_conf.a.p/storage_encryption_conf.c.o
[182/1337] Generating admin_protocol.h with a custom command
[183/1337] Generating lxc_protocol.c with a custom command
[183/1337] Generating lock_protocol.h with a custom command
[184/1337] Generating viraccessapicheck.c with a custom command (wrapped by meson to capture output)
[184/1337] Generating lock_protocol.c with a custom command
[185/1337] Generating admin_protocol.h with a custom command
[185/1337] Generating admin_protocol.c with a custom command
[186/1337] Compiling C object src/util/libvirt_util.a.p/virerror.c.o
[186/1337] Generating admin_server_dispatch_stubs.h with a custom command (wrapped by meson to capture output)
[187/1337] Generating lock_protocol.c with a custom command
[187/1337] Generating admin_client.h with a custom command (wrapped by meson to capture output)
[188/1337] Compiling C object src/conf/libvirt_conf.a.p/network_conf.c.o
[188/1337] Generating libvirt_admin.syms with a custom command
[189/1337] Generating admin_protocol.c with a custom command
[189/1337] Generating lock_daemon_dispatch_stubs.h with a custom command (wrapped by meson to capture output)
[190/1337] Generating lock_protocol.h with a custom command
[190/1337] Compiling C object src/locking/libvirt_lock_driver.a.p/lock_manager.c.o
[191/1337] Generating viraccessapicheck.h with a custom command (wrapped by meson to capture output)
[191/1337] Compiling C object src/locking/libvirt_lock_driver.a.p/lock_driver_nop.c.o
[192/1337] Generating libvirt_admin.syms with a custom command
[192/1337] Compiling C object src/locking/libvirt_lock_driver.a.p/domain_lock.c.o
[193/1337] Compiling C object src/util/libvirt_util.a.p/virsystemd.c.o
[193/1337] Compiling C object src/locking/liblockd_impl.a.p/meson-generated_.._lock_protocol.c.o
[194/1337] Generating viraccessapichecklxc.h with a custom command (wrapped by meson to capture output)
[194/1337] Compiling C object src/access/libvirt_access.a.p/meson-generated_.._viraccessapicheck.c.o
[195/1337] Generating viraccessapichecklxc.c with a custom command (wrapped by meson to capture output)
[195/1337] Compiling C object src/access/libvirt_access.a.p/meson-generated_.._viraccessapicheckqemu.c.o
[196/1337] Compiling C object src/rpc/libvirt_net_rpc.a.p/virkeepalive.c.o
[196/1337] Compiling C object src/access/libvirt_access.a.p/meson-generated_.._viraccessapichecklxc.c.o
[197/1337] Compiling C object src/util/libvirt_util.a.p/virfile.c.o
[197/1337] Compiling C object src/access/libvirt_access.a.p/viraccessperm.c.o
[198/1337] Compiling C object src/rpc/libvirt_net_rpc_server.a.p/virnetserverprogram.c.o
[198/1337] Compiling C object src/access/libvirt_access.a.p/viraccessmanager.c.o
[199/1337] Generating libvirt_access_lxc.syms with a custom command (wrapped by meson to capture output)
[199/1337] Compiling C object src/access/libvirt_access.a.p/viraccessdrivernop.c.o
[200/1337] Generating org.libvirt.api.policy with a custom command (wrapped by meson to capture output)
[200/1337] Compiling C object src/access/libvirt_access.a.p/viraccessdriverstack.c.o
[201/1337] Compiling C object src/rpc/libvirt_net_rpc.a.p/virnetmessage.c.o
[201/1337] Compiling C object src/access/libvirt_access.a.p/viraccessdriverpolkit.c.o
[202/1337] Compiling C object src/rpc/libvirt_net_rpc.a.p/virnetsaslcontext.c.o
[202/1337] Compiling C object src/hypervisor/libvirt_hypervisor.a.p/domain_driver.c.o
[203/1337] Compiling C object src/util/libvirt_util.a.p/virnetdev.c.o
[203/1337] Compiling C object src/hypervisor/libvirt_hypervisor.a.p/domain_cgroup.c.o
[204/1337] Compiling C object src/rpc/libvirt_net_rpc_client.a.p/virnetclientprogram.c.o
[204/1337] Compiling C object src/hypervisor/libvirt_hypervisor.a.p/virclosecallbacks.c.o
[205/1337] Compiling C object src/rpc/libvirt_net_rpc_server.a.p/virnetserverservice.c.o
[205/1337] Compiling C object src/hypervisor/libvirt_hypervisor.a.p/virhostdev.c.o
[206/1337] Compiling C object src/util/libvirt_util.a.p/virutil.c.o
[206/1337] Generating log_daemon_dispatch_stubs.h with a custom command (wrapped by meson to capture output)
[207/1337] Compiling C object src/rpc/libvirt_net_rpc_client.a.p/virnetclientstream.c.o
[207/1337] Compiling C object src/network/libvirt_driver_network_impl.a.p/bridge_driver.c.o
[208/1337] Generating qemu_client_bodies.h with a custom command (wrapped by meson to capture output)
[208/1337] Compiling C object src/locking/liblockd_impl.a.p/lock_driver_lockd.c.o
[209/1337] Compiling C object src/util/libvirt_util.a.p/virpci.c.o
[209/1337] Generating log_protocol.h with a custom command
[210/1337] Compiling C object src/conf/libvirt_conf.a.p/storage_source_conf.c.o
[210/1337] Generating log_protocol.c with a custom command
[211/1337] Generating lxc_client_bodies.h with a custom command (wrapped by meson to capture output)
[211/1337] Compiling C object src/network/libvirt_driver_network_impl.a.p/bridge_driver_platform.c.o
[212/1337] Generating log_protocol.h with a custom command
[212/1337] Compiling C object src/logging/libvirt_log_driver.a.p/log_manager.c.o
[213/1337] Generating log_protocol.c with a custom command
[213/1337] Compiling C object src/logging/libvirt_log_driver.a.p/meson-generated_.._log_protocol.c.o
[214/1337] Compiling C object src/util/libvirt_util.a.p/virresctrl.c.o
[214/1337] Compiling C object src/node_device/libvirt_driver_nodedev_impl.a.p/node_device_driver.c.o
[215/1337] Generating lxc_daemon_dispatch_stubs.h with a custom command (wrapped by meson to capture output)
[215/1337] Compiling C object src/node_device/libvirt_driver_nodedev_impl.a.p/node_device_udev.c.o
[216/1337] Compiling C object src/util/libvirt_util.a.p/virsysinfo.c.o
[216/1337] Compiling C object src/nwfilter/libvirt_driver_nwfilter_impl.a.p/nwfilter_driver.c.o
[217/1337] Compiling C object src/rpc/libvirt_net_rpc.a.p/virnetlibsshsession.c.o
[217/1337] Compiling C object src/nwfilter/libvirt_driver_nwfilter_impl.a.p/nwfilter_gentech_driver.c.o
[218/1337] Generating qemu_daemon_dispatch_stubs.h with a custom command (wrapped by meson to capture output)
[218/1337] Compiling C object src/nwfilter/libvirt_driver_nwfilter_impl.a.p/nwfilter_dhcpsnoop.c.o
[219/1337] Compiling C object src/cpu/libvirt_cpu.a.p/cpu_s390.c.o
[219/1337] Compiling C object src/nwfilter/libvirt_driver_nwfilter_impl.a.p/nwfilter_ebiptables_driver.c.o
[220/1337] Compiling C object src/util/libvirt_util.a.p/virxml.c.o
[220/1337] Linking static target src/util/libvirt_util.a
[221/1337] Compiling C object src/rpc/libvirt_net_rpc.a.p/virnettlscontext.c.o
[221/1337] Compiling C object src/nwfilter/libvirt_driver_nwfilter_impl.a.p/nwfilter_learnipaddr.c.o
[222/1337] Generating lock_daemon_dispatch_stubs.h with a custom command (wrapped by meson to capture output)
[222/1337] Compiling C object src/security/libvirt_security_manager.a.p/security_dac.c.o
[223/1337] Generating admin_client.h with a custom command (wrapped by meson to capture output)
[223/1337] Compiling C object src/storage/libvirt_storage_driver_impl.a.p/storage_util.c.o
[224/1337] Generating remote_client_bodies.h with a custom command (wrapped by meson to capture output)
[224/1337] Compiling C object src/remote/libvirt_remote_driver.a.p/meson-generated_.._lxc_protocol.c.o
[225/1337] Generating admin_server_dispatch_stubs.h with a custom command (wrapped by meson to capture output)
[225/1337] Compiling C object src/remote/libvirt_remote_driver.a.p/meson-generated_.._remote_protocol.c.o
[226/1337] Compiling C object src/rpc/libvirt_net_rpc.a.p/virnetsshsession.c.o
[226/1337] Compiling C object src/remote/libvirt_remote_driver.a.p/meson-generated_.._qemu_protocol.c.o
[227/1337] Compiling C object src/access/libvirt_access.a.p/viraccessperm.c.o
[227/1337] Compiling C object src/remote/libvirt_remote_driver.a.p/remote_sockets.c.o
[228/1337] Generating remote_daemon_dispatch_stubs.h with a custom command (wrapped by meson to capture output)
[228/1337] Compiling C object src/admin/libvirt_admin_driver.a.p/meson-generated_.._admin_protocol.c.o
[229/1337] Compiling C object src/cpu/libvirt_cpu.a.p/cpu_map.c.o
[229/1337] Compiling C object src/admin/libvirt_admin_driver.a.p/admin_server.c.o
[230/1337] Compiling C object src/locking/liblockd_impl.a.p/meson-generated_.._lock_protocol.c.o
[230/1337] Compiling C object src/admin/libvirt_admin_driver.a.p/admin_server_dispatch.c.o
[231/1337] Compiling C object src/cpu/libvirt_cpu.a.p/cpu_arm.c.o
[231/1337] Compiling C object src/remote/libvirt_remote_driver.a.p/remote_driver.c.o
[232/1337] Compiling C object src/rpc/libvirt_net_rpc_server.a.p/virnetserver.c.o
[232/1337] Compiling C object src/storage/libvirt_storage_driver_impl.a.p/storage_backend.c.o
[233/1337] Compiling C object src/conf/libvirt_conf.a.p/virstorageobj.c.o
[233/1337] Compiling C object src/security/libvirt_security_manager.a.p/security_driver.c.o
[234/1337] Compiling C object src/rpc/libvirt_net_rpc_server.a.p/virnetdaemon.c.o
[234/1337] Compiling C object src/security/libvirt_security_manager.a.p/security_manager.c.o
[235/1337] Linking static target src/util/libvirt_util.a
[235/1337] Compiling C object src/security/libvirt_security_manager.a.p/security_nop.c.o
[236/1337] Compiling C object src/rpc/libvirt_net_rpc_server.a.p/virnetserverclient.c.o
[236/1337] Linking static target src/rpc/libvirt_net_rpc_server.a
[237/1337] Compiling C object src/locking/libvirt_lock_driver.a.p/lock_driver_nop.c.o
[237/1337] Compiling C object src/security/libvirt_security_manager.a.p/security_stack.c.o
[238/1337] Linking static target src/rpc/libvirt_net_rpc_server.a
[238/1337] Compiling C object src/security/libvirt_security_manager.a.p/security_util.c.o
[239/1337] Compiling C object src/cpu/libvirt_cpu.a.p/cpu_ppc64.c.o
[239/1337] Compiling C object src/security/libvirt_security_manager.a.p/security_apparmor.c.o
[240/1337] Generating log_daemon_dispatch_stubs.h with a custom command (wrapped by meson to capture output)
[240/1337] Compiling C object src/security/libvirt_security_manager.a.p/security_selinux.c.o
[241/1337] Compiling C object src/cpu/libvirt_cpu.a.p/cpu.c.o
[241/1337] Compiling C object src/storage/libvirt_storage_driver_impl.a.p/storage_driver.c.o
[242/1337] Compiling C object src/locking/libvirt_lock_driver.a.p/domain_lock.c.o
[242/1337] Compiling C object src/storage_file/libvirt_storage_file.a.p/storage_source_backingstore.c.o
[243/1337] Compiling C object src/rpc/libvirt_net_rpc.a.p/virnetsocket.c.o
[243/1337] Linking static target src/rpc/libvirt_net_rpc.a
[244/1337] Compiling C object src/locking/libvirt_lock_driver.a.p/lock_manager.c.o
[244/1337] Linking static target src/locking/libvirt_lock_driver.a
[245/1337] Linking static target src/locking/libvirt_lock_driver.a
[245/1337] Compiling C object src/storage_file/libvirt_storage_file.a.p/storage_file_backend.c.o
[246/1337] Compiling C object src/access/libvirt_access.a.p/meson-generated_.._viraccessapichecklxc.c.o
[246/1337] Compiling C object src/storage_file/libvirt_storage_file.a.p/storage_file_probe.c.o
[247/1337] Compiling C object src/access/libvirt_access.a.p/viraccessdrivernop.c.o
[247/1337] Compiling C object src/storage_file/libvirt_storage_file.a.p/storage_source.c.o
[248/1337] Linking static target src/rpc/libvirt_net_rpc.a
[248/1337] Generating virtesxgenheaders with a custom command
[249/1337] Compiling C object src/access/libvirt_access.a.p/meson-generated_.._viraccessapicheckqemu.c.o
[249/1337] Generating virtesxgensources with a custom command
[250/1337] Compiling C object src/conf/libvirt_conf.a.p/storage_conf.c.o
[250/1337] Compiling C object src/libxl/libvirt_driver_libxl_impl.a.p/libxl_conf.c.o
[251/1337] Compiling C object src/access/libvirt_access.a.p/viraccessmanager.c.o
[251/1337] Compiling C object src/libxl/libvirt_driver_libxl_impl.a.p/libxl_driver.c.o
[252/1337] Compiling C object src/logging/libvirt_log_driver.a.p/meson-generated_.._log_protocol.c.o
[252/1337] Compiling C object src/libxl/libvirt_driver_libxl_impl.a.p/libxl_capabilities.c.o
[253/1337] Compiling C object src/rpc/libvirt_net_rpc_client.a.p/virnetclient.c.o
[253/1337] Linking static target src/rpc/libvirt_net_rpc_client.a
[254/1337] Generating virtesxgenheaders with a custom command
[254/1337] Compiling C object src/libxl/libvirt_driver_libxl_impl.a.p/libxl_domain.c.o
[255/1337] Linking static target src/rpc/libvirt_net_rpc_client.a
[255/1337] Compiling C object src/libxl/libvirt_driver_libxl_impl.a.p/libxl_logger.c.o
[256/1337] Generating virtesxgensources with a custom command
[256/1337] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_driver.c.o
[257/1337] Compiling C object src/admin/libvirt_admin_driver.a.p/meson-generated_.._admin_protocol.c.o
[257/1337] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_storage_driver.c.o
[258/1337] Compiling C object src/access/libvirt_access.a.p/viraccessdriverstack.c.o
[258/1337] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_storage_backend_vmfs.c.o
[259/1337] Compiling C object src/logging/libvirt_log_driver.a.p/log_manager.c.o
[259/1337] Linking static target src/logging/libvirt_log_driver.a
[260/1337] Compiling C object src/access/libvirt_access.a.p/viraccessdriverpolkit.c.o
[260/1337] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_storage_backend_iscsi.c.o
[261/1337] Compiling C object src/hypervisor/libvirt_hypervisor.a.p/domain_cgroup.c.o
[261/1337] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_interface_driver.c.o
[262/1337] Linking static target src/logging/libvirt_log_driver.a
[262/1337] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_network_driver.c.o
[263/1337] Compiling C object src/remote/libvirt_remote_driver.a.p/meson-generated_.._lxc_protocol.c.o
[263/1337] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_stream.c.o
[264/1337] Compiling C object src/hypervisor/libvirt_hypervisor.a.p/virclosecallbacks.c.o
[264/1337] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_util.c.o
[265/1337] Compiling C object src/remote/libvirt_remote_driver.a.p/meson-generated_.._qemu_protocol.c.o
[265/1337] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_vi.c.o
[266/1337] Compiling C object src/network/libvirt_driver_network_impl.a.p/bridge_driver_platform.c.o
[266/1337] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_vi_methods.c.o
[267/1337] Compiling C object src/remote/libvirt_remote_driver.a.p/remote_sockets.c.o
[267/1337] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_vi_types.c.o
[268/1337] Compiling C object src/admin/libvirt_admin_driver.a.p/admin_server.c.o
[268/1337] Compiling C object src/libxl/libvirt_driver_libxl_impl.a.p/libxl_migration.c.o
[269/1337] Compiling C object src/security/libvirt_security_manager.a.p/security_util.c.o
[269/1337] Compiling C object src/libxl/libvirt_driver_libxl_impl.a.p/xen_common.c.o
[270/1337] Compiling C object src/hypervisor/libvirt_hypervisor.a.p/domain_driver.c.o
[270/1337] Compiling C object src/libxl/libvirt_driver_libxl_impl.a.p/xen_xl.c.o
[271/1337] Compiling C object src/locking/liblockd_impl.a.p/lock_driver_lockd.c.o
[271/1337] Linking static target src/locking/liblockd_impl.a
[272/1337] Compiling C object src/storage/libvirt_storage_driver_impl.a.p/storage_backend.c.o
[272/1337] Compiling C object src/libxl/libvirt_driver_libxl_impl.a.p/xen_xm.c.o
[273/1337] Compiling C object src/security/libvirt_security_manager.a.p/security_driver.c.o
[273/1337] Generating lxc_monitor_protocol_h with a custom command
[274/1337] Compiling C object src/security/libvirt_security_manager.a.p/security_nop.c.o
[274/1337] Generating lxc_monitor_protocol_c with a custom command
[275/1337] Linking static target src/locking/liblockd_impl.a
[275/1337] Generating lxc_monitor_dispatch_h with a custom command (wrapped by meson to capture output)
[276/1337] Generating lxc_monitor_protocol_h with a custom command
[276/1337] Generating lxc_controller_dispatch_h with a custom command (wrapped by meson to capture output)
[277/1337] Generating lxc_monitor_protocol_c with a custom command
[277/1337] Compiling C object src/ch/libvirt_driver_ch_impl.a.p/ch_conf.c.o
[278/1337] Compiling C object src/storage_file/libvirt_storage_file.a.p/storage_file_backend.c.o
[278/1337] Compiling C object src/ch/libvirt_driver_ch_impl.a.p/ch_driver.c.o
[279/1337] Compiling C object src/nwfilter/libvirt_driver_nwfilter_impl.a.p/nwfilter_learnipaddr.c.o
[279/1337] Compiling C object src/openvz/libvirt_openvz.a.p/openvz_util.c.o
[280/1337] Compiling C object src/admin/libvirt_admin_driver.a.p/admin_server_dispatch.c.o
[280/1337] Linking static target src/admin/libvirt_admin_driver.a
[281/1337] Compiling C object src/libxl/libvirt_driver_libxl_impl.a.p/libxl_logger.c.o
[281/1337] Generating libvirt_qemu_probes.h with a custom command
[282/1337] Compiling C object src/nwfilter/libvirt_driver_nwfilter_impl.a.p/nwfilter_gentech_driver.c.o
[282/1337] Generating libvirt_qemu_probes.o with a custom command
[283/1337] Generating libvirt_qemu_probes.h with a custom command
[283/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_interop_config.c.o
[284/1337] Linking static target src/admin/libvirt_admin_driver.a
[284/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_migration.c.o
[285/1337] Compiling C object src/nwfilter/libvirt_driver_nwfilter_impl.a.p/nwfilter_driver.c.o
[285/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_migration_cookie.c.o
[286/1337] Generating libvirt_qemu_probes.o with a custom command
[286/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_hotplug.c.o
[287/1337] Compiling C object src/storage_file/libvirt_storage_file.a.p/storage_file_probe.c.o
[287/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_hostdev.c.o
[288/1337] Compiling C object src/security/libvirt_security_manager.a.p/security_stack.c.o
[288/1337] Compiling C object src/ch/libvirt_driver_ch_impl.a.p/ch_process.c.o
[289/1337] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_interface_driver.c.o
[289/1337] Compiling C object src/ch/libvirt_driver_ch_impl.a.p/ch_domain.c.o
[290/1337] Compiling C object src/storage_file/libvirt_storage_file.a.p/storage_source.c.o
[290/1337] Compiling C object src/openvz/libvirt_openvz.a.p/openvz_driver.c.o
[291/1337] Compiling C object src/storage_file/libvirt_storage_file.a.p/storage_source_backingstore.c.o
[291/1337] Linking static target src/storage_file/libvirt_storage_file.a
[292/1337] Generating lxc_monitor_dispatch_h with a custom command (wrapped by meson to capture output)
[292/1337] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/lxc_cgroup.c.o
[293/1337] Compiling C object src/security/libvirt_security_manager.a.p/security_apparmor.c.o
[293/1337] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/lxc_conf.c.o
[294/1337] Linking static target src/storage_file/libvirt_storage_file.a
[294/1337] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/lxc_container.c.o
[295/1337] Compiling C object src/security/libvirt_security_manager.a.p/security_manager.c.o
[295/1337] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/meson-generated_.._lxc_monitor_protocol.c.o
[296/1337] Compiling C object src/nwfilter/libvirt_driver_nwfilter_impl.a.p/nwfilter_dhcpsnoop.c.o
[296/1337] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/lxc_driver.c.o
[297/1337] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_storage_driver.c.o
[297/1337] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/lxc_fuse.c.o
[298/1337] Generating lxc_controller_dispatch_h with a custom command (wrapped by meson to capture output)
[298/1337] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/lxc_hostdev.c.o
[299/1337] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_util.c.o
[299/1337] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/lxc_native.c.o
[300/1337] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_storage_backend_iscsi.c.o
[300/1337] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/lxc_process.c.o
[301/1337] Compiling C object src/libxl/libvirt_driver_libxl_impl.a.p/libxl_capabilities.c.o
[301/1337] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/lxc_domain.c.o
[302/1337] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_stream.c.o
[302/1337] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/lxc_monitor.c.o
[303/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_interop_config.c.o
[303/1337] Compiling C object src/ch/libvirt_driver_ch_impl.a.p/ch_monitor.c.o
[304/1337] Compiling C object src/security/libvirt_security_manager.a.p/security_dac.c.o
[304/1337] Generating libvirt_qemu_probes.stp with a custom command (wrapped by meson to capture output)
[305/1337] Compiling C object src/node_device/libvirt_driver_nodedev_impl.a.p/node_device_udev.c.o
[305/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_agent.c.o
[306/1337] Compiling C object src/node_device/libvirt_driver_nodedev_impl.a.p/node_device_driver.c.o
[306/1337] Linking static target src/node_device/libvirt_driver_nodedev_impl.a
[307/1337] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_network_driver.c.o
[307/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_alias.c.o
[308/1337] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/meson-generated_.._lxc_monitor_protocol.c.o
[308/1337] Compiling C object src/openvz/libvirt_openvz.a.p/openvz_conf.c.o
[309/1337] Compiling C object src/openvz/libvirt_openvz.a.p/openvz_util.c.o
[309/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_checkpoint.c.o
[310/1337] Compiling C object src/ch/libvirt_driver_ch_impl.a.p/ch_conf.c.o
[310/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_command.c.o
[311/1337] Linking static target src/node_device/libvirt_driver_nodedev_impl.a
[311/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_conf.c.o
[312/1337] Compiling C object src/libxl/libvirt_driver_libxl_impl.a.p/xen_xm.c.o
[312/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_blockjob.c.o
[313/1337] Compiling C object src/hypervisor/libvirt_hypervisor.a.p/virhostdev.c.o
[313/1337] Linking static target src/hypervisor/libvirt_hypervisor.a
[314/1337] Linking static target src/hypervisor/libvirt_hypervisor.a
[314/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_backup.c.o
[315/1337] Compiling C object src/libxl/libvirt_driver_libxl_impl.a.p/libxl_domain.c.o
[315/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_block.c.o
[316/1337] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_storage_backend_vmfs.c.o
[316/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_capabilities.c.o
[317/1337] Compiling C object src/vmx/libvirt_vmx.a.p/vmx.c.o
[317/1337] Linking static target src/vmx/libvirt_vmx.a
[318/1337] Compiling C object src/ch/libvirt_driver_ch_impl.a.p/ch_process.c.o
[318/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_cgroup.c.o
[319/1337] Linking static target src/vmx/libvirt_vmx.a
[319/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_firmware.c.o
[320/1337] Compiling C object src/ch/libvirt_driver_ch_impl.a.p/ch_domain.c.o
[320/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_domain.c.o
[321/1337] Compiling C object src/ch/libvirt_driver_ch_impl.a.p/ch_driver.c.o
[321/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_domain_address.c.o
[322/1337] Generating libvirt_qemu_probes.stp with a custom command (wrapped by meson to capture output)
[322/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_dbus.c.o
[323/1337] Compiling C object src/cpu/libvirt_cpu.a.p/cpu_x86.c.o
[323/1337] Linking static target src/cpu/libvirt_cpu.a
[324/1337] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/lxc_hostdev.c.o
[324/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_domainjob.c.o
[325/1337] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/lxc_conf.c.o
[325/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_driver.c.o
[326/1337] Compiling C object src/libxl/libvirt_driver_libxl_impl.a.p/libxl_migration.c.o
[326/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_extdevice.c.o
[327/1337] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/lxc_cgroup.c.o
[327/1337] Compiling C object tests/virfirewalltest.p/virfirewalltest.c.o
[328/1337] Linking static target src/cpu/libvirt_cpu.a
[328/1337] Compiling C object tests/virhostdevtest.p/virhostdevtest.c.o
[329/1337] Compiling C object src/nwfilter/libvirt_driver_nwfilter_impl.a.p/nwfilter_ebiptables_driver.c.o
[329/1337] Linking static target src/nwfilter/libvirt_driver_nwfilter_impl.a
[330/1337] Compiling C object src/storage/libvirt_storage_driver_impl.a.p/storage_driver.c.o
[330/1337] Compiling C object tests/virfilecachetest.p/virfilecachetest.c.o
[331/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_hostdev.c.o
[331/1337] Compiling C object tests/virconftest.p/virconftest.c.o
[332/1337] Linking static target src/nwfilter/libvirt_driver_nwfilter_impl.a
[332/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_monitor_text.c.o
[333/1337] Compiling C object src/security/libvirt_security_manager.a.p/security_selinux.c.o
[333/1337] Linking static target src/security/libvirt_security_manager.a
[334/1337] Linking static target src/security/libvirt_security_manager.a
[334/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_namespace.c.o
[335/1337] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/lxc_monitor.c.o
[335/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_process.c.o
[336/1337] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/lxc_fuse.c.o
[336/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_interface.c.o
[337/1337] Compiling C object src/libxl/libvirt_driver_libxl_impl.a.p/libxl_conf.c.o
[337/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_migration_params.c.o
[338/1337] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/lxc_domain.c.o
[338/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_monitor.c.o
[339/1337] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_vi_methods.c.o
[339/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_qapi.c.o
[340/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_alias.c.o
[340/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_monitor_json.c.o
[341/1337] Compiling C object src/libxl/libvirt_driver_libxl_impl.a.p/xen_common.c.o
[341/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_snapshot.c.o
[342/1337] Compiling C object src/openvz/libvirt_openvz.a.p/openvz_conf.c.o
[342/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_slirp.c.o
[343/1337] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/lxc_native.c.o
[343/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_tpm.c.o
[344/1337] Compiling C object src/storage/libvirt_storage_driver_impl.a.p/storage_util.c.o
[344/1337] Linking static target src/storage/libvirt_storage_driver_impl.a
[345/1337] Compiling C object src/libxl/libvirt_driver_libxl_impl.a.p/xen_xl.c.o
[345/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_saveimage.c.o
[346/1337] Compiling C object src/ch/libvirt_driver_ch_impl.a.p/ch_monitor.c.o
[346/1337] Linking static target src/ch/libvirt_driver_ch_impl.a
[347/1337] Linking static target src/storage/libvirt_storage_driver_impl.a
[347/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_validate.c.o
[348/1337] Compiling C object tests/virfilecachetest.p/virfilecachetest.c.o
[348/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_security.c.o
[349/1337] Linking static target src/ch/libvirt_driver_ch_impl.a
[349/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_virtiofs.c.o
[350/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_checkpoint.c.o
[350/1337] Compiling C object src/test/libvirt_test.a.p/test_driver.c.o
[351/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_migration_cookie.c.o
[351/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_vhost_user.c.o
[352/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_monitor_text.c.o
[352/1337] Compiling C object src/vmware/libvirt_vmware.a.p/vmware_conf.c.o
[353/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_dbus.c.o
[353/1337] Compiling C object src/vmware/libvirt_vmware.a.p/vmware_driver.c.o
[354/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_extdevice.c.o
[354/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_vhost_user_gpu.c.o
[355/1337] Compiling C object tests/virconftest.p/virconftest.c.o
[355/1337] Compiling C object src/vbox/libvirt_driver_vbox_impl.a.p/vbox_V5_2.c.o
[356/1337] Compiling C object tests/virhostdevtest.p/virhostdevtest.c.o
[356/1337] Compiling C object src/vbox/libvirt_driver_vbox_impl.a.p/vbox_V6_0.c.o
[357/1337] Compiling C object src/openvz/libvirt_openvz.a.p/openvz_driver.c.o
[357/1337] Linking static target src/openvz/libvirt_openvz.a
[358/1337] Linking static target src/openvz/libvirt_openvz.a
[358/1337] Compiling C object src/vbox/libvirt_driver_vbox_impl.a.p/vbox_V6_1.c.o
[359/1337] Compiling C object src/network/libvirt_driver_network_impl.a.p/bridge_driver.c.o
[359/1337] Linking static target src/network/libvirt_driver_network_impl.a
[360/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_qapi.c.o
[360/1337] Compiling C object src/vbox/libvirt_driver_vbox_impl.a.p/vbox_common.c.o
[361/1337] Linking static target src/network/libvirt_driver_network_impl.a
[361/1337] Compiling C object src/vbox/libvirt_driver_vbox_impl.a.p/vbox_driver.c.o
[362/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_blockjob.c.o
[362/1337] Compiling C object src/vbox/libvirt_driver_vbox_impl.a.p/vbox_network.c.o
[363/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_backup.c.o
[363/1337] Compiling C object src/vbox/libvirt_driver_vbox_impl.a.p/vbox_snapshot_conf.c.o
[364/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_conf.c.o
[364/1337] Compiling C object src/vbox/libvirt_driver_vbox_impl.a.p/vbox_storage.c.o
[365/1337] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_driver.c.o
[365/1337] Compiling C object src/libvirt_driver.a.p/libvirt-domain.c.o
[366/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_interface.c.o
[366/1337] Compiling C object src/libvirt_driver.a.p/libvirt-domain-checkpoint.c.o
[367/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_cgroup.c.o
[367/1337] Compiling C object src/libvirt_driver.a.p/libvirt-network.c.o
[368/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_domainjob.c.o
[368/1337] Compiling C object src/libvirt_driver.a.p/libvirt-nodedev.c.o
[369/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_firmware.c.o
[369/1337] Compiling C object src/vbox/libvirt_driver_vbox_impl.a.p/vbox_XPCOMCGlue.c.o
[370/1337] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/lxc_container.c.o
[370/1337] Compiling C object src/libvirt_driver.a.p/driver.c.o
[371/1337] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/lxc_process.c.o
[371/1337] Compiling C object src/libvirt_driver.a.p/libvirt.c.o
[372/1337] Compiling C object tests/virfirewalltest.p/virfirewalltest.c.o
[372/1337] Compiling C object src/libvirt_driver.a.p/libvirt-domain-snapshot.c.o
[373/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_migration_params.c.o
[373/1337] Compiling C object src/libvirt_driver.a.p/libvirt-host.c.o
[374/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_slirp.c.o
[374/1337] Compiling C object src/libvirt_driver.a.p/libvirt-interface.c.o
[375/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_agent.c.o
[375/1337] Compiling C object src/libvirt_driver.a.p/libvirt-nwfilter.c.o
[376/1337] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_vi.c.o
[376/1337] Compiling C object src/libvirt_driver.a.p/libvirt-secret.c.o
[377/1337] Compiling C object src/vmware/libvirt_vmware.a.p/vmware_conf.c.o
[377/1337] Compiling C object src/libvirt_driver.a.p/libvirt-storage.c.o
[378/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_security.c.o
[378/1337] Compiling C object src/libvirt_driver.a.p/libvirt-stream.c.o
[379/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_tpm.c.o
[379/1337] Compiling C object src/libvirt_driver.a.p/datatypes.c.o
[380/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_domain_address.c.o
[380/1337] Generating libvirt.syms with a custom command
[381/1337] Generating libvirt.syms with a custom command
[381/1337] Compiling C object src/libvirt-qemu.so.0.7009.0.p/libvirt-qemu.c.o
[382/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_saveimage.c.o
[382/1337] Compiling C object src/libvirt-lxc.so.0.7009.0.p/libvirt-lxc.c.o
[383/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_virtiofs.c.o
[383/1337] Compiling C object src/libvirt_driver_interface.so.p/interface_interface_driver.c.o
[384/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_namespace.c.o
[384/1337] Compiling C object src/libvirt-admin.so.0.7009.0.p/meson-generated_.._admin_admin_protocol.c.o
[385/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_vhost_user_gpu.c.o
[385/1337] Compiling C object src/libvirt-admin.so.0.7009.0.p/admin_libvirt-admin.c.o
[386/1337] Compiling C object src/libvirt_driver.a.p/driver.c.o
[386/1337] Compiling C object src/libvirt-admin.so.0.7009.0.p/datatypes.c.o
[387/1337] Compiling C object src/vbox/libvirt_driver_vbox_impl.a.p/vbox_driver.c.o
[387/1337] Compiling C object src/libvirt_driver_interface.so.p/interface_interface_backend_netcf.c.o
[388/1337] Compiling C object src/vbox/libvirt_driver_vbox_impl.a.p/vbox_XPCOMCGlue.c.o
[388/1337] Compiling C object src/libvirt_driver_interface.so.p/interface_interface_backend_udev.c.o
[389/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_vhost_user.c.o
[389/1337] Compiling C object src/libvirt_driver_secret.so.p/secret_secret_driver.c.o
[390/1337] Compiling C object src/libvirt_driver.a.p/libvirt-domain-checkpoint.c.o
[390/1337] Compiling C object src/sanlock.so.p/locking_lock_driver_sanlock.c.o
[391/1337] Compiling C object src/access/libvirt_access.a.p/meson-generated_.._viraccessapicheck.c.o
[391/1337] Linking static target src/access/libvirt_access.a
[392/1337] Compiling C object src/libvirt_driver_interface.so.p/interface_interface_driver.c.o
[392/1337] Compiling C object src/libvirt_storage_backend_fs.so.p/storage_storage_backend_fs.c.o
[393/1337] Compiling C object src/libxl/libvirt_driver_libxl_impl.a.p/libxl_driver.c.o
[393/1337] Linking static target src/libxl/libvirt_driver_libxl_impl.a
[394/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_block.c.o
[394/1337] Compiling C object src/libvirt_storage_backend_disk.so.p/storage_storage_backend_disk.c.o
[395/1337] Linking static target src/access/libvirt_access.a
[395/1337] Compiling C object src/libvirt_storage_backend_gluster.so.p/storage_storage_backend_gluster.c.o
[396/1337] Compiling C object src/remote/libvirt_remote_driver.a.p/meson-generated_.._remote_protocol.c.o
[396/1337] Compiling C object src/libvirt_storage_backend_iscsi.so.p/storage_storage_backend_iscsi.c.o
[397/1337] Linking static target src/libxl/libvirt_driver_libxl_impl.a
[397/1337] Compiling C object src/libvirt_storage_backend_logical.so.p/storage_storage_backend_logical.c.o
[398/1337] Compiling C object src/vmware/libvirt_vmware.a.p/vmware_driver.c.o
[398/1337] Linking static target src/vmware/libvirt_vmware.a
[399/1337] Linking static target src/vmware/libvirt_vmware.a
[399/1337] Compiling C object src/libvirt_storage_backend_mpath.so.p/storage_storage_backend_mpath.c.o
[400/1337] Compiling C object src/libvirt_driver.a.p/libvirt-nodedev.c.o
[400/1337] Compiling C object src/libvirt_storage_backend_iscsi-direct.so.p/storage_storage_backend_iscsi_direct.c.o
[401/1337] Compiling C object src/libvirt_driver.a.p/libvirt-domain-snapshot.c.o
[401/1337] Compiling C object src/libvirt_storage_backend_zfs.so.p/storage_storage_backend_zfs.c.o
[402/1337] Compiling C object src/lxc/libvirt_driver_lxc_impl.a.p/lxc_driver.c.o
[402/1337] Linking static target src/lxc/libvirt_driver_lxc_impl.a
[403/1337] Linking static target src/lxc/libvirt_driver_lxc_impl.a
[403/1337] Compiling C object src/libvirt_storage_backend_rbd.so.p/storage_storage_backend_rbd.c.o
[404/1337] Compiling C object src/vbox/libvirt_driver_vbox_impl.a.p/vbox_network.c.o
[404/1337] Compiling C object src/libvirt_storage_backend_scsi.so.p/storage_storage_backend_scsi.c.o
[405/1337] Compiling C object src/libvirt-admin.so.0.7009.0.p/meson-generated_.._admin_admin_protocol.c.o
[405/1337] Compiling C object src/libvirt_storage_backend_vstorage.so.p/storage_storage_backend_vstorage.c.o
[406/1337] Compiling C object src/libvirt_driver.a.p/libvirt-interface.c.o
[406/1337] Compiling C object src/libvirt_storage_file_gluster.so.p/storage_file_storage_file_backend_gluster.c.o
[407/1337] Compiling C object src/libvirt-qemu.so.0.7009.0.p/libvirt-qemu.c.o
[407/1337] Compiling C object src/libvirt_storage_file_fs.so.p/storage_file_storage_file_backend_fs.c.o
[408/1337] Compiling C object src/libvirt_driver.a.p/libvirt-nwfilter.c.o
[408/1337] Compiling C object tests/virnettlssessiontest.p/virnettlshelpers.c.o
[409/1337] Compiling C object src/libvirt_driver.a.p/libvirt-network.c.o
[409/1337] Compiling C object tests/virnettlssessiontest.p/pkix_asn1_tab.c.o
[410/1337] Compiling C object src/vbox/libvirt_driver_vbox_impl.a.p/vbox_storage.c.o
[410/1337] Compiling C object tests/virnettlscontexttest.p/pkix_asn1_tab.c.o
[411/1337] Compiling C object src/libvirt_driver.a.p/libvirt-secret.c.o
[411/1337] Compiling C object src/libvirtd.p/remote_remote_daemon.c.o
[412/1337] Compiling C object src/libvirt-lxc.so.0.7009.0.p/libvirt-lxc.c.o
[412/1337] Compiling C object src/libvirtd.p/remote_remote_daemon_config.c.o
[413/1337] Compiling C object src/vbox/libvirt_driver_vbox_impl.a.p/vbox_snapshot_conf.c.o
[413/1337] Compiling C object tests/libtest_utils_qemu.a.p/testutilsqemu.c.o
[414/1337] Compiling C object src/vbox/libvirt_driver_vbox_impl.a.p/vbox_V5_2.c.o
[414/1337] Compiling C object src/virtproxyd.p/remote_remote_daemon.c.o
[415/1337] Compiling C object src/libvirt_driver.a.p/libvirt.c.o
[415/1337] Compiling C object src/libvirtd.p/remote_remote_daemon_dispatch.c.o
[416/1337] Compiling C object tests/virnettlscontexttest.p/pkix_asn1_tab.c.o
[416/1337] Compiling C object src/libvirtd.p/remote_remote_daemon_stream.c.o
[417/1337] Compiling C object src/libvirt_driver.a.p/libvirt-host.c.o
[417/1337] Compiling C object src/virtproxyd.p/remote_remote_daemon_config.c.o
[418/1337] Compiling C object src/libvirt_driver.a.p/datatypes.c.o
[418/1337] Compiling C object src/virtproxyd.p/remote_remote_daemon_dispatch.c.o
[419/1337] Compiling C object tests/virnettlssessiontest.p/pkix_asn1_tab.c.o
[419/1337] Compiling C object src/virtinterfaced.p/remote_remote_daemon.c.o
[420/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_snapshot.c.o
[420/1337] Compiling C object src/virtinterfaced.p/remote_remote_daemon_config.c.o
[421/1337] Compiling C object src/libvirt_driver.a.p/libvirt-stream.c.o
[421/1337] Compiling C object src/virtinterfaced.p/remote_remote_daemon_dispatch.c.o
[422/1337] Compiling C object src/libvirt-admin.so.0.7009.0.p/datatypes.c.o
[422/1337] Compiling C object src/virtinterfaced.p/remote_remote_daemon_stream.c.o
[423/1337] Compiling C object src/vbox/libvirt_driver_vbox_impl.a.p/vbox_V6_0.c.o
[423/1337] Compiling C object src/virtproxyd.p/remote_remote_daemon_stream.c.o
[424/1337] Compiling C object src/libvirt_storage_backend_fs.so.p/storage_storage_backend_fs.c.o
[424/1337] Compiling C object src/virtlockd.p/meson-generated_.._locking_lock_protocol.c.o
[425/1337] Compiling C object src/vbox/libvirt_driver_vbox_impl.a.p/vbox_V6_1.c.o
[425/1337] Compiling C object src/virtlockd.p/locking_lock_daemon_config.c.o
[426/1337] Compiling C object src/libvirt_storage_backend_mpath.so.p/storage_storage_backend_mpath.c.o
[426/1337] Compiling C object src/virtnodedevd.p/remote_remote_daemon.c.o
[427/1337] Compiling C object src/libvirt_driver_secret.so.p/secret_secret_driver.c.o
[427/1337] Compiling C object src/virtnodedevd.p/remote_remote_daemon_config.c.o
[428/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_capabilities.c.o
[428/1337] Compiling C object src/virtnetworkd.p/remote_remote_daemon.c.o
[429/1337] Compiling C object src/libvirt_storage_backend_gluster.so.p/storage_storage_backend_gluster.c.o
[429/1337] Compiling C object src/virtlogd.p/meson-generated_.._logging_log_protocol.c.o
[430/1337] Compiling C object src/libvirt_storage_backend_iscsi.so.p/storage_storage_backend_iscsi.c.o
[430/1337] Compiling C object src/virtlockd.p/locking_lock_daemon_dispatch.c.o
[431/1337] Compiling C object src/libvirt_storage_file_gluster.so.p/storage_file_storage_file_backend_gluster.c.o
[431/1337] Compiling C object src/virtlockd.p/locking_lock_daemon.c.o
[432/1337] Compiling C object src/libvirt_storage_backend_zfs.so.p/storage_storage_backend_zfs.c.o
[432/1337] Compiling C object src/virtlogd.p/logging_log_daemon.c.o
[433/1337] Compiling C object src/libvirt_storage_backend_vstorage.so.p/storage_storage_backend_vstorage.c.o
[433/1337] Compiling C object src/virtlogd.p/logging_log_daemon_config.c.o
[434/1337] Compiling C object src/libvirt_storage_backend_disk.so.p/storage_storage_backend_disk.c.o
[434/1337] Compiling C object src/virtlogd.p/logging_log_daemon_dispatch.c.o
[435/1337] Compiling C object src/libvirt_driver.a.p/libvirt-storage.c.o
[435/1337] Compiling C object src/virtlogd.p/logging_log_handler.c.o
[436/1337] Compiling C object src/libvirt-admin.so.0.7009.0.p/admin_libvirt-admin.c.o
[436/1337] Compiling C object src/virtnetworkd.p/remote_remote_daemon_config.c.o
[437/1337] Compiling C object tests/virnettlssessiontest.p/virnettlshelpers.c.o
[437/1337] Compiling C object src/virtnetworkd.p/remote_remote_daemon_dispatch.c.o
[438/1337] Compiling C object src/libvirt_storage_backend_scsi.so.p/storage_storage_backend_scsi.c.o
[438/1337] Compiling C object src/virtnetworkd.p/remote_remote_daemon_stream.c.o
[439/1337] Compiling C object src/libvirt_storage_file_fs.so.p/storage_file_storage_file_backend_fs.c.o
[439/1337] Compiling C object src/virtnodedevd.p/remote_remote_daemon_dispatch.c.o
[440/1337] Compiling C object src/libvirt_storage_backend_logical.so.p/storage_storage_backend_logical.c.o
[440/1337] Compiling C object src/virtnwfilterd.p/remote_remote_daemon_config.c.o
[441/1337] Compiling C object src/libvirt_driver_interface.so.p/interface_interface_backend_udev.c.o
[441/1337] Compiling C object src/virtnodedevd.p/remote_remote_daemon_stream.c.o
[442/1337] Compiling C object src/libvirt_driver_interface.so.p/interface_interface_backend_netcf.c.o
[442/1337] Compiling C object src/virtnwfilterd.p/remote_remote_daemon.c.o
[443/1337] Compiling C object src/libvirtd.p/remote_remote_daemon_config.c.o
[443/1337] Compiling C object src/virtnwfilterd.p/remote_remote_daemon_dispatch.c.o
[444/1337] Compiling C object src/libvirt_storage_backend_iscsi-direct.so.p/storage_storage_backend_iscsi_direct.c.o
[444/1337] Compiling C object src/virtnwfilterd.p/remote_remote_daemon_stream.c.o
[445/1337] Compiling C object src/sanlock.so.p/locking_lock_driver_sanlock.c.o
[445/1337] Compiling C object src/virtsecretd.p/remote_remote_daemon_stream.c.o
[446/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_migration.c.o
[446/1337] Compiling C object src/virtstoraged.p/remote_remote_daemon.c.o
[447/1337] Compiling C object src/virtproxyd.p/remote_remote_daemon_config.c.o
[447/1337] Compiling C object src/virtstoraged.p/remote_remote_daemon_config.c.o
[448/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_validate.c.o
[448/1337] Compiling C object src/virtsecretd.p/remote_remote_daemon.c.o
[449/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_hotplug.c.o
[449/1337] Compiling C object src/virtsecretd.p/remote_remote_daemon_config.c.o
[450/1337] Compiling C object src/virtlockd.p/meson-generated_.._locking_lock_protocol.c.o
[450/1337] Compiling C object src/virtsecretd.p/remote_remote_daemon_dispatch.c.o
[451/1337] Compiling C object src/virtlockd.p/locking_lock_daemon_config.c.o
[451/1337] Compiling C object src/virtstoraged.p/remote_remote_daemon_dispatch.c.o
[452/1337] Compiling C object src/virtinterfaced.p/remote_remote_daemon_config.c.o
[452/1337] Compiling C object src/virtstoraged.p/remote_remote_daemon_stream.c.o
[453/1337] Compiling C object src/libvirtd.p/remote_remote_daemon_stream.c.o
[453/1337] Compiling C object src/virtxend.p/remote_remote_daemon.c.o
[454/1337] Compiling C object src/virtlogd.p/meson-generated_.._logging_log_protocol.c.o
[454/1337] Compiling C object src/virtxend.p/remote_remote_daemon_config.c.o
[455/1337] Compiling C object src/virtlogd.p/logging_log_daemon_config.c.o
[455/1337] Compiling C object src/virtchd.p/remote_remote_daemon_dispatch.c.o
[456/1337] Compiling C object src/virtinterfaced.p/remote_remote_daemon_stream.c.o
[456/1337] Compiling C object src/virtchd.p/remote_remote_daemon_stream.c.o
[457/1337] Compiling C object src/virtnodedevd.p/remote_remote_daemon_config.c.o
[457/1337] Compiling C object src/virtchd.p/remote_remote_daemon.c.o
[458/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_monitor.c.o
[458/1337] Compiling C object src/virtxend.p/remote_remote_daemon_dispatch.c.o
[459/1337] Compiling C object tests/libtest_utils_qemu.a.p/testutilsqemu.c.o
[459/1337] Linking static target tests/libtest_utils_qemu.a
[460/1337] Compiling C object src/virtlogd.p/logging_log_daemon_dispatch.c.o
[460/1337] Compiling C object src/virtxend.p/remote_remote_daemon_stream.c.o
[461/1337] Compiling C object src/virtlockd.p/locking_lock_daemon_dispatch.c.o
[461/1337] Compiling C object src/virtlxcd.p/remote_remote_daemon.c.o
[462/1337] Compiling C object src/virtproxyd.p/remote_remote_daemon_stream.c.o
[462/1337] Compiling C object src/virtlxcd.p/remote_remote_daemon_config.c.o
[463/1337] Linking static target tests/libtest_utils_qemu.a
[463/1337] Compiling C object src/virtlxcd.p/remote_remote_daemon_dispatch.c.o
[464/1337] Compiling C object src/libvirt_storage_backend_rbd.so.p/storage_storage_backend_rbd.c.o
[464/1337] Compiling C object src/virtlxcd.p/remote_remote_daemon_stream.c.o
[465/1337] Compiling C object src/virtnwfilterd.p/remote_remote_daemon_config.c.o
[465/1337] Compiling C object src/virtchd.p/remote_remote_daemon_config.c.o
[466/1337] Compiling C object src/virtlogd.p/logging_log_handler.c.o
[466/1337] Compiling C object src/virtvboxd.p/remote_remote_daemon_config.c.o
[467/1337] Compiling C object src/virtnetworkd.p/remote_remote_daemon_config.c.o
[467/1337] Compiling C object src/virtqemud.p/remote_remote_daemon.c.o
[468/1337] Compiling C object src/virtstoraged.p/remote_remote_daemon_config.c.o
[468/1337] Compiling C object src/virtqemud.p/remote_remote_daemon_config.c.o
[469/1337] Compiling C object src/libvirtd.p/remote_remote_daemon.c.o
[469/1337] Compiling C object src/virtqemud.p/remote_remote_daemon_dispatch.c.o
[470/1337] Compiling C object src/virtnodedevd.p/remote_remote_daemon_stream.c.o
[470/1337] Compiling C object src/virtqemud.p/remote_remote_daemon_stream.c.o
[471/1337] Compiling C object src/virtnetworkd.p/remote_remote_daemon_stream.c.o
[471/1337] Compiling C object src/virtvboxd.p/remote_remote_daemon_dispatch.c.o
[472/1337] Compiling C object src/virtlogd.p/logging_log_daemon.c.o
[472/1337] Compiling C object src/virtvboxd.p/remote_remote_daemon_stream.c.o
[473/1337] Compiling C object src/virtnwfilterd.p/remote_remote_daemon_stream.c.o
[473/1337] Compiling C object src/libvirt_iohelper.p/util_iohelper.c.o
[474/1337] Compiling C object src/virtproxyd.p/remote_remote_daemon.c.o
[474/1337] Compiling C object src/virtvboxd.p/remote_remote_daemon.c.o
[475/1337] Compiling C object src/virtinterfaced.p/remote_remote_daemon.c.o
[475/1337] Compiling C object src/virt-aa-helper.p/security_virt-aa-helper.c.o
[476/1337] Compiling C object src/virtlockd.p/locking_lock_daemon.c.o
[476/1337] Compiling C object src/libvirt_sanlock_helper.p/locking_sanlock_helper.c.o
[477/1337] Compiling C object src/virtsecretd.p/remote_remote_daemon_stream.c.o
[477/1337] Compiling C object src/virt-ssh-helper.p/remote_remote_sockets.c.o
[478/1337] Compiling C object src/virtsecretd.p/remote_remote_daemon_config.c.o
[478/1337] Compiling C object src/virt-ssh-helper.p/remote_remote_ssh_helper.c.o
[479/1337] Compiling C object src/virtxend.p/remote_remote_daemon_config.c.o
[479/1337] Compiling C object src/libvirt_lxc.p/lxc_lxc_fuse.c.o
[480/1337] Compiling C object src/virtstoraged.p/remote_remote_daemon_stream.c.o
[480/1337] Compiling C object src/libvirt_lxc.p/lxc_lxc_controller.c.o
[481/1337] Compiling C object src/virtnodedevd.p/remote_remote_daemon.c.o
[481/1337] Compiling C object src/libvirt_leaseshelper.p/network_leaseshelper.c.o
[482/1337] Compiling C object src/virtnetworkd.p/remote_remote_daemon.c.o
[482/1337] Compiling C object src/libvirt_parthelper.p/storage_parthelper.c.o
[483/1337] Compiling C object src/virtlxcd.p/remote_remote_daemon_config.c.o
[483/1337] Compiling C object src/libvirt_lxc.p/datatypes.c.o
[484/1337] Compiling C object src/virtvboxd.p/remote_remote_daemon_config.c.o
[484/1337] Compiling C object src/virt-qemu-run.p/qemu_qemu_shim.c.o
[485/1337] Compiling C object src/virtchd.p/remote_remote_daemon_stream.c.o
[485/1337] Compiling C object src/libvirt_lxc.p/lxc_lxc_container.c.o
[486/1337] Compiling C object src/virtchd.p/remote_remote_daemon_config.c.o
[486/1337] Compiling C object src/libvirt_lxc.p/lxc_lxc_cgroup.c.o
[487/1337] Compiling C object src/virtxend.p/remote_remote_daemon_stream.c.o
[487/1337] Compiling C object src/libvirt_lxc.p/lxc_lxc_domain.c.o
[488/1337] Compiling C object src/libvirt_iohelper.p/util_iohelper.c.o
[488/1337] Compiling C object src/libvirt_lxc.p/meson-generated_.._lxc_lxc_monitor_protocol.c.o
[489/1337] Compiling C object src/virtnwfilterd.p/remote_remote_daemon.c.o
[489/1337] Compiling C object src/libvirt_lxc.p/lxc_lxc_conf.c.o
[490/1337] Compiling C object src/virtlxcd.p/remote_remote_daemon_stream.c.o
[490/1337] Generating test_libvirt_lockd.aug with a custom command (wrapped by meson to capture output)
[491/1337] Compiling C object src/virtqemud.p/remote_remote_daemon_config.c.o
[491/1337] Generating test_libvirt_sanlock.aug with a custom command (wrapped by meson to capture output)
[492/1337] Compiling C object src/virtstoraged.p/remote_remote_daemon.c.o
[492/1337] Generating test_virtlockd.aug with a custom command (wrapped by meson to capture output)
[493/1337] Compiling C object src/libvirt_sanlock_helper.p/locking_sanlock_helper.c.o
[493/1337] Generating test_virtlogd.aug with a custom command (wrapped by meson to capture output)
[494/1337] Compiling C object src/virt-ssh-helper.p/remote_remote_sockets.c.o
[494/1337] Generating test_libvirtd_libxl.aug with a custom command (wrapped by meson to capture output)
[495/1337] Compiling C object src/virtsecretd.p/remote_remote_daemon.c.o
[495/1337] Generating test_libvirtd_lxc.aug with a custom command (wrapped by meson to capture output)
[496/1337] Compiling C object src/virt-ssh-helper.p/remote_remote_ssh_helper.c.o
[496/1337] Generating test_libvirtd_qemu.aug with a custom command (wrapped by meson to capture output)
[497/1337] Compiling C object src/virtvboxd.p/remote_remote_daemon_stream.c.o
[497/1337] Generating test_libvirtd.aug with a custom command (wrapped by meson to capture output)
[498/1337] Compiling C object src/libvirt_leaseshelper.p/network_leaseshelper.c.o
[498/1337] Generating test_virtproxyd.aug with a custom command (wrapped by meson to capture output)
[499/1337] Compiling C object src/libvirt_lxc.p/meson-generated_.._lxc_lxc_monitor_protocol.c.o
[499/1337] Generating test_virtinterfaced.aug with a custom command (wrapped by meson to capture output)
[500/1337] Compiling C object src/virtqemud.p/remote_remote_daemon_stream.c.o
[500/1337] Generating test_virtnetworkd.aug with a custom command (wrapped by meson to capture output)
[501/1337] Compiling C object src/libvirt_parthelper.p/storage_parthelper.c.o
[501/1337] Generating test_virtnodedevd.aug with a custom command (wrapped by meson to capture output)
[502/1337] Compiling C object src/virtxend.p/remote_remote_daemon.c.o
[502/1337] Generating test_virtnwfilterd.aug with a custom command (wrapped by meson to capture output)
[503/1337] Compiling C object src/libvirt_lxc.p/lxc_lxc_fuse.c.o
[503/1337] Generating test_virtsecretd.aug with a custom command (wrapped by meson to capture output)
[504/1337] Compiling C object src/virtlxcd.p/remote_remote_daemon.c.o
[504/1337] Generating test_virtstoraged.aug with a custom command (wrapped by meson to capture output)
[505/1337] Compiling C object src/virtchd.p/remote_remote_daemon.c.o
[505/1337] Generating test_virtxend.aug with a custom command (wrapped by meson to capture output)
[506/1337] Generating test_libvirt_sanlock.aug with a custom command (wrapped by meson to capture output)
[506/1337] Generating test_virtlxcd.aug with a custom command (wrapped by meson to capture output)
[507/1337] Compiling C object src/virt-qemu-run.p/qemu_qemu_shim.c.o
[507/1337] Generating test_virtchd.aug with a custom command (wrapped by meson to capture output)
[508/1337] Generating test_virtlockd.aug with a custom command (wrapped by meson to capture output)
[508/1337] Generating test_virtqemud.aug with a custom command (wrapped by meson to capture output)
[509/1337] Compiling C object src/virtqemud.p/remote_remote_daemon.c.o
[509/1337] Generating test_virtvboxd.aug with a custom command (wrapped by meson to capture output)
[510/1337] Generating test_libvirt_lockd.aug with a custom command (wrapped by meson to capture output)
[510/1337] Compiling C object tools/libvirt_shell.a.p/vsh.c.o
[511/1337] Generating test_libvirtd_libxl.aug with a custom command (wrapped by meson to capture output)
[511/1337] Generating libvirt_functions.stp with a custom command (wrapped by meson to capture output)
[512/1337] Compiling C object src/libvirt_lxc.p/datatypes.c.o
[512/1337] Compiling C object tools/libvirt_shell.a.p/vsh-table.c.o
[513/1337] Generating test_libvirtd_qemu.aug with a custom command (wrapped by meson to capture output)
[513/1337] Compiling C object tools/virt-host-validate.p/virt-host-validate-common.c.o
[514/1337] Generating test_libvirtd_lxc.aug with a custom command (wrapped by meson to capture output)
[514/1337] Compiling C object tools/virt-host-validate.p/virt-host-validate-qemu.c.o
[515/1337] Generating test_virtlogd.aug with a custom command (wrapped by meson to capture output)
[515/1337] Compiling C object tools/virt-host-validate.p/virt-host-validate-lxc.c.o
[516/1337] Generating test_libvirtd.aug with a custom command (wrapped by meson to capture output)
[516/1337] Compiling C object tools/virt-login-shell.p/virt-login-shell.c.o
[517/1337] Generating test_virtinterfaced.aug with a custom command (wrapped by meson to capture output)
[517/1337] Compiling C object tools/virt-host-validate.p/virt-host-validate.c.o
[518/1337] Generating test_virtproxyd.aug with a custom command (wrapped by meson to capture output)
[518/1337] Compiling C object tools/virsh.p/virsh-backup.c.o
[519/1337] Generating test_virtnetworkd.aug with a custom command (wrapped by meson to capture output)
[519/1337] Compiling C object tools/virsh.p/virsh-checkpoint.c.o
[520/1337] Compiling C object src/libvirt_lxc.p/lxc_lxc_cgroup.c.o
[520/1337] Compiling C object tools/virsh.p/virsh-completer.c.o
[521/1337] Compiling C object src/libvirt_lxc.p/lxc_lxc_conf.c.o
[521/1337] Compiling C object tools/virt-login-shell-helper.p/virt-login-shell-helper.c.o
[522/1337] Generating test_virtnodedevd.aug with a custom command (wrapped by meson to capture output)
[522/1337] Compiling C object tools/virsh.p/virsh-host.c.o
[523/1337] Compiling C object src/libvirt_lxc.p/lxc_lxc_domain.c.o
[523/1337] Compiling C object tools/virsh.p/virsh-interface.c.o
[524/1337] Generating test_virtnwfilterd.aug with a custom command (wrapped by meson to capture output)
[524/1337] Compiling C object tools/virsh.p/virsh.c.o
[525/1337] Compiling C object tools/virt-login-shell.p/virt-login-shell.c.o
[525/1337] Linking target tools/virt-login-shell
[526/1337] Generating test_virtsecretd.aug with a custom command (wrapped by meson to capture output)
[526/1337] Compiling C object tools/virsh.p/virsh-completer-domain.c.o
[527/1337] Generating test_virtxend.aug with a custom command (wrapped by meson to capture output)
[527/1337] Compiling C object tools/virsh.p/virsh-completer-checkpoint.c.o
[528/1337] Compiling C object src/virtvboxd.p/remote_remote_daemon.c.o
[528/1337] Compiling C object tools/virsh.p/virsh-completer-host.c.o
[529/1337] Generating test_virtlxcd.aug with a custom command (wrapped by meson to capture output)
[529/1337] Compiling C object tools/virsh.p/virsh-completer-interface.c.o
[530/1337] Generating test_virtstoraged.aug with a custom command (wrapped by meson to capture output)
[530/1337] Compiling C object tools/virsh.p/virsh-completer-network.c.o
[531/1337] Linking target tools/virt-login-shell
[531/1337] Compiling C object tools/virsh.p/virsh-completer-nodedev.c.o
[532/1337] Generating test_virtchd.aug with a custom command (wrapped by meson to capture output)
[532/1337] Compiling C object tools/virsh.p/virsh-completer-nwfilter.c.o
[533/1337] Generating test_virtqemud.aug with a custom command (wrapped by meson to capture output)
[533/1337] Compiling C object tools/virsh.p/virsh-completer-pool.c.o
[534/1337] Generating test_virtvboxd.aug with a custom command (wrapped by meson to capture output)
[534/1337] Compiling C object tools/virsh.p/virsh-completer-secret.c.o
[535/1337] Compiling C object tools/virt-host-validate.p/virt-host-validate-lxc.c.o
[535/1337] Compiling C object tools/virsh.p/virsh-completer-snapshot.c.o
[536/1337] Compiling C object tools/virt-host-validate.p/virt-host-validate-qemu.c.o
[536/1337] Compiling C object tools/virsh.p/virsh-completer-volume.c.o
[537/1337] Compiling C object tools/virt-host-validate.p/virt-host-validate.c.o
[537/1337] Compiling C object tools/virsh.p/virsh-console.c.o
[538/1337] Compiling C object src/virt-aa-helper.p/security_virt-aa-helper.c.o
[538/1337] Compiling C object tools/virsh.p/virsh-domain.c.o
[539/1337] Compiling C object tools/virsh.p/virsh-completer.c.o
[539/1337] Compiling C object tools/virsh.p/virsh-domain-monitor.c.o
[540/1337] Compiling C object tools/libvirt_shell.a.p/vsh-table.c.o
[540/1337] Compiling C object tools/virt-admin.p/virt-admin.c.o
[541/1337] Compiling C object tools/virsh.p/virsh-backup.c.o
[541/1337] Compiling C object tools/virt-admin.p/virt-admin-completer.c.o
[542/1337] Compiling C object tools/virt-host-validate.p/virt-host-validate-common.c.o
[542/1337] Compiling C object tools/nss/libnss_libvirt_guest_impl.a.p/libvirt_nss_macs.c.o
[543/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_monitor_json.c.o
[543/1337] Compiling C object tools/virsh.p/virsh-snapshot.c.o
[544/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_domain.c.o
[544/1337] Compiling C object tools/virsh.p/virsh-nodedev.c.o
[545/1337] Compiling C object tools/virsh.p/virsh-completer-checkpoint.c.o
[545/1337] Compiling C object tools/virsh.p/virsh-nwfilter.c.o
[546/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_process.c.o
[546/1337] Compiling C object tools/virsh.p/virsh-pool.c.o
[547/1337] Compiling C object tools/virt-login-shell-helper.p/virt-login-shell-helper.c.o
[547/1337] Compiling C object tools/virsh.p/virsh-secret.c.o
[548/1337] Compiling C object tools/virsh.p/virsh-completer-interface.c.o
[548/1337] Compiling C object tools/virsh.p/virsh-util.c.o
[549/1337] Compiling C object tools/virsh.p/virsh.c.o
[549/1337] Compiling C object tools/virsh.p/virsh-volume.c.o
[550/1337] Compiling C object tools/virsh.p/virsh-completer-nodedev.c.o
[550/1337] Compiling C object tools/nss/libnss_libvirt_guest_impl.a.p/libvirt_nss.c.o
[551/1337] Compiling C object tools/nss/libnss_libvirt_guest_impl.a.p/libvirt_nss_macs.c.o
[551/1337] Compiling C object tools/nss/libnss_libvirt_guest_impl.a.p/libvirt_nss_leases.c.o
[552/1337] Compiling C object tools/virsh.p/virsh-completer-network.c.o
[552/1337] Compiling C object tools/nss/libnss_libvirt_impl.a.p/libvirt_nss.c.o
[553/1337] Compiling C object tools/virsh.p/virsh-completer-nwfilter.c.o
[553/1337] Compiling C object tools/nss/libnss_libvirt_impl.a.p/libvirt_nss_leases.c.o
[554/1337] Compiling C object tools/virsh.p/virsh-completer-secret.c.o
[554/1337] Generating protocol.h with a custom command
[555/1337] Compiling C object tools/virsh.p/virsh-completer-host.c.o
[555/1337] Compiling C object tests/libtest_utils.a.p/testutils.c.o
[556/1337] Compiling C object src/test/libvirt_test.a.p/test_driver.c.o
[556/1337] Linking static target src/test/libvirt_test.a
[557/1337] Linking static target src/test/libvirt_test.a
[557/1337] Compiling C object tests/libtest_utils_xen.a.p/testutilsxen.c.o
[558/1337] Compiling C object tools/virsh.p/virsh-completer-volume.c.o
[558/1337] Compiling C object tests/qemumigparamstest.p/qemumigparamstest.c.o
[559/1337] Compiling C object tools/virsh.p/virsh-completer-snapshot.c.o
[559/1337] Compiling C object tests/libshunload.so.p/shunloadhelper.c.o
[560/1337] Compiling C object tools/virsh.p/virsh-completer-pool.c.o
[560/1337] Compiling C object tests/libtest_utils_qemu_monitor.a.p/testutilsqemuschema.c.o
[561/1337] Compiling C object tools/virt-admin.p/virt-admin-completer.c.o
[561/1337] Compiling C object tests/libtest_utils_qemu_monitor.a.p/qemumonitortestutils.c.o
[562/1337] Compiling C object tools/virsh.p/virsh-console.c.o
[562/1337] Compiling C object tests/libtest_utils_lxc.a.p/testutilslxc.c.o
[563/1337] Compiling C object src/remote/libvirt_remote_driver.a.p/remote_driver.c.o
[563/1337] Linking static target src/remote/libvirt_remote_driver.a
[564/1337] Compiling C object tools/nss/libnss_libvirt_guest_impl.a.p/libvirt_nss_leases.c.o
[564/1337] Compiling C object tests/libtest_file_wrapper.a.p/virfilewrapper.c.o
[565/1337] Compiling C object tools/nss/libnss_libvirt_impl.a.p/libvirt_nss_leases.c.o
[565/1337] Compiling C object tests/libvirfilecachemock.so.p/virfilecachemock.c.o
[566/1337] Compiling C object tools/virsh.p/virsh-interface.c.o
[566/1337] Compiling C object tests/libdomaincapsmock.so.p/domaincapsmock.c.o
[567/1337] Linking static target src/remote/libvirt_remote_driver.a
[567/1337] Compiling C object tests/libvircgroupmock.so.p/vircgroupmock.c.o
[568/1337] Compiling C object tools/nss/libnss_libvirt_impl.a.p/libvirt_nss.c.o
[568/1337] Linking static target tools/nss/libnss_libvirt_impl.a
[569/1337] Compiling C object tools/nss/libnss_libvirt_guest_impl.a.p/libvirt_nss.c.o
[569/1337] Linking static target tools/nss/libnss_libvirt_guest_impl.a
[570/1337] Linking static target tools/nss/libnss_libvirt_impl.a
[570/1337] Linking target tools/nss/libnss_libvirt.so.2
[571/1337] Linking static target tools/nss/libnss_libvirt_guest_impl.a
[571/1337] Linking target tools/nss/libnss_libvirt_guest.so.2
[572/1337] Compiling C object src/libvirt_lxc.p/lxc_lxc_container.c.o
[572/1337] Compiling C object tests/libvirfirewallmock.so.p/virfirewallmock.c.o
[573/1337] Linking target tools/nss/libnss_libvirt.so.2
[573/1337] Compiling C object tests/libvirgdbusmock.so.p/virgdbusmock.c.o
[574/1337] Compiling C object src/vbox/libvirt_driver_vbox_impl.a.p/vbox_common.c.o
[574/1337] Linking static target src/vbox/libvirt_driver_vbox_impl.a
[575/1337] Compiling C object tools/virsh.p/virsh-checkpoint.c.o
[575/1337] Compiling C object tests/libvirportallocatormock.so.p/virportallocatormock.c.o
[576/1337] Linking static target src/vbox/libvirt_driver_vbox_impl.a
[576/1337] Compiling C object tests/libvirnetserverclientmock.so.p/virnetserverclientmock.c.o
[577/1337] Compiling C object tools/virsh.p/virsh-host.c.o
[577/1337] Compiling C object tests/libvirpcimock.so.p/virpcimock.c.o
[578/1337] Compiling C object tools/virsh.p/virsh-util.c.o
[578/1337] Compiling C object tests/libvirhostcpumock.so.p/virhostcpumock.c.o
[579/1337] Linking target tools/nss/libnss_libvirt_guest.so.2
[579/1337] Compiling C object tests/libvirhostdevmock.so.p/virhostdevmock.c.o
[580/1337] Compiling C object tests/libshunload.so.p/shunloadhelper.c.o
[580/1337] Compiling C object tests/libvirnetdaemonmock.so.p/virnetdaemonmock.c.o
[581/1337] Generating libvirt_functions.stp with a custom command (wrapped by meson to capture output)
[581/1337] Compiling C object tests/libvirnetdevmock.so.p/virnetdevmock.c.o
[582/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_command.c.o
[582/1337] Compiling C object tests/libvirnumamock.so.p/virnumamock.c.o
[583/1337] Compiling C object src/libvirt_lxc.p/lxc_lxc_controller.c.o
[583/1337] Compiling C object tests/libvirfilemock.so.p/virfilemock.c.o
[584/1337] Compiling C object tools/virsh.p/virsh-nwfilter.c.o
[584/1337] Compiling C object tests/libvirrandommock.so.p/virrandommock.c.o
[585/1337] Compiling C object tools/virt-admin.p/virt-admin.c.o
[585/1337] Compiling C object tests/libvirprocessmock.so.p/virprocessmock.c.o
[586/1337] Compiling C object tests/libvirfilecachemock.so.p/virfilecachemock.c.o
[586/1337] Compiling C object tests/libvirnetdevbandwidthmock.so.p/virnetdevbandwidthmock.c.o
[587/1337] Compiling C object tools/virsh.p/virsh-secret.c.o
[587/1337] Compiling C object tests/libvirtestmock.so.p/virtestmock.c.o
[588/1337] Compiling C object tests/libvirfirewallmock.so.p/virfirewallmock.c.o
[588/1337] Compiling C object tests/libqemuhotplugmock.so.p/qemuhotplugmock.c.o
[589/1337] Compiling C object tests/libtest_utils_xen.a.p/testutilsxen.c.o
[589/1337] Linking static target tests/libtest_utils_xen.a
[590/1337] Compiling C object tools/virsh.p/virsh-completer-domain.c.o
[590/1337] Compiling C object tests/libvirusbmock.so.p/virusbmock.c.o
[591/1337] Compiling C object tests/libtest_file_wrapper.a.p/virfilewrapper.c.o
[591/1337] Linking static target tests/libtest_file_wrapper.a
[592/1337] Compiling C object tests/libvirnetdevbandwidthmock.so.p/virnetdevbandwidthmock.c.o
[592/1337] Compiling C object tests/libxlmock.so.p/libxlmock.c.o
[593/1337] Linking static target tests/libtest_utils_xen.a
[593/1337] Compiling C object tests/libnssmock.so.p/nssmock.c.o
[594/1337] Compiling C object tests/libvirhostcpumock.so.p/virhostcpumock.c.o
[594/1337] Compiling C object tests/libqemucaps2xmlmock.so.p/qemucaps2xmlmock.c.o
[595/1337] Compiling C object tools/libvirt_shell.a.p/vsh.c.o
[595/1337] Linking static target tools/libvirt_shell.a
[596/1337] Linking static target tests/libtest_file_wrapper.a
[596/1337] Compiling C object tests/libqemucpumock.so.p/qemucpumock.c.o
[597/1337] Compiling C object tests/libtest_utils_lxc.a.p/testutilslxc.c.o
[597/1337] Linking static target tests/libtest_utils_lxc.a
[598/1337] Compiling C object tests/libvirnetdaemonmock.so.p/virnetdaemonmock.c.o
[598/1337] Compiling C object tests/libqemucapsprobemock.so.p/qemucapsprobemock.c.o
[599/1337] Compiling C object tools/virsh.p/virsh-nodedev.c.o
[599/1337] Compiling C object tests/libsecurityselinuxhelper.so.p/securityselinuxhelper.c.o
[600/1337] Linking static target tools/libvirt_shell.a
[600/1337] Compiling C object tests/libqemuxml2argvmock.so.p/qemuxml2argvmock.c.o
[601/1337] Linking static target tests/libtest_utils_lxc.a
[601/1337] Compiling C object tests/libvirhostidmock.so.p/virhostidmock.c.o
[602/1337] Compiling C object tests/libvirportallocatormock.so.p/virportallocatormock.c.o
[602/1337] Compiling C object tests/commandtest.p/commandtest.c.o
[603/1337] Compiling C object tests/libvirhostdevmock.so.p/virhostdevmock.c.o
[603/1337] Compiling C object tests/domaincapstest.p/domaincapstest.c.o
[604/1337] Compiling C object tests/libvirnetserverclientmock.so.p/virnetserverclientmock.c.o
[604/1337] Compiling C object tests/cputest.p/cputest.c.o
[605/1337] Compiling C object tests/qemumigparamstest.p/qemumigparamstest.c.o
[605/1337] Compiling C object tests/commandhelper.p/commandhelper.c.o
[606/1337] Compiling C object tests/libvirnetdevmock.so.p/virnetdevmock.c.o
[606/1337] Compiling C object tests/ssh.p/ssh.c.o
[607/1337] Compiling C object tests/libvirfilemock.so.p/virfilemock.c.o
[607/1337] Compiling C object tests/domainconftest.p/domainconftest.c.o
[608/1337] Compiling C object tests/libvirgdbusmock.so.p/virgdbusmock.c.o
[608/1337] Compiling C object tests/genericxml2xmltest.p/genericxml2xmltest.c.o
[609/1337] Compiling C object tests/libvirnumamock.so.p/virnumamock.c.o
[609/1337] Compiling C object tests/interfacexml2xmltest.p/interfacexml2xmltest.c.o
[610/1337] Compiling C object tests/libdomaincapsmock.so.p/domaincapsmock.c.o
[610/1337] Compiling C object tests/metadatatest.p/metadatatest.c.o
[611/1337] Compiling C object tests/libvirrandommock.so.p/virrandommock.c.o
[611/1337] Compiling C object tests/objecteventtest.p/objecteventtest.c.o
[612/1337] Compiling C object tests/libvirprocessmock.so.p/virprocessmock.c.o
[612/1337] Compiling C object tests/networkxml2xmlupdatetest.p/networkxml2xmlupdatetest.c.o
[613/1337] Compiling C object tests/libtest_utils_qemu_monitor.a.p/testutilsqemuschema.c.o
[613/1337] Compiling C object tests/nodedevxml2xmltest.p/nodedevxml2xmltest.c.o
[614/1337] Compiling C object tools/virsh.p/virsh-volume.c.o
[614/1337] Compiling C object tests/nwfilterxml2xmltest.p/nwfilterxml2xmltest.c.o
[615/1337] Compiling C object tests/libvircgroupmock.so.p/vircgroupmock.c.o
[615/1337] Compiling C object tests/shunloadtest.p/shunloadtest.c.o
[616/1337] Compiling C object tests/libqemucaps2xmlmock.so.p/qemucaps2xmlmock.c.o
[616/1337] Compiling C object tests/seclabeltest.p/seclabeltest.c.o
[617/1337] Compiling C object tests/libtest_utils.a.p/testutils.c.o
[617/1337] Linking static target tests/libtest_utils.a
[618/1337] Compiling C object tests/libvirusbmock.so.p/virusbmock.c.o
[618/1337] Compiling C object tests/secretxml2xmltest.p/secretxml2xmltest.c.o
[619/1337] Linking static target tests/libtest_utils.a
[619/1337] Compiling C object tests/sysinfotest.p/sysinfotest.c.o
[620/1337] Compiling C object tests/libnssmock.so.p/nssmock.c.o
[620/1337] Compiling C object tests/utiltest.p/utiltest.c.o
[621/1337] Compiling C object tools/virsh.p/virsh-pool.c.o
[621/1337] Compiling C object tests/sockettest.p/sockettest.c.o
[622/1337] Compiling C object tests/libvirtestmock.so.p/virtestmock.c.o
[622/1337] Compiling C object tests/storagevolxml2xmltest.p/storagevolxml2xmltest.c.o
[623/1337] Compiling C object tests/libvirhostidmock.so.p/virhostidmock.c.o
[623/1337] Compiling C object tests/viralloctest.p/viralloctest.c.o
[624/1337] Compiling C object tests/libtest_utils_qemu_monitor.a.p/qemumonitortestutils.c.o
[624/1337] Linking static target tests/libtest_utils_qemu_monitor.a
[625/1337] Compiling C object tests/libsecurityselinuxhelper.so.p/securityselinuxhelper.c.o
[625/1337] Compiling C object tests/virbitmaptest.p/virbitmaptest.c.o
[626/1337] Linking static target tests/libtest_utils_qemu_monitor.a
[626/1337] Compiling C object tests/virauthconfigtest.p/virauthconfigtest.c.o
[627/1337] Compiling C object tools/virsh.p/virsh-domain-monitor.c.o
[627/1337] Compiling C object tests/virbuftest.p/virbuftest.c.o
[628/1337] Compiling C object tools/virsh.p/virsh-snapshot.c.o
[628/1337] Compiling C object tests/vircapstest.p/vircapstest.c.o
[629/1337] Compiling C object tests/libqemucpumock.so.p/qemucpumock.c.o
[629/1337] Compiling C object tests/vircgrouptest.p/vircgrouptest.c.o
[630/1337] Compiling C object tests/libqemuhotplugmock.so.p/qemuhotplugmock.c.o
[630/1337] Compiling C object tests/virendiantest.p/virendiantest.c.o
[631/1337] Compiling C object tests/ssh.p/ssh.c.o
[631/1337] Linking target tests/ssh
[632/1337] Compiling C object tests/libqemucapsprobemock.so.p/qemucapsprobemock.c.o
[632/1337] Compiling C object tests/vircryptotest.p/vircryptotest.c.o
[633/1337] Compiling C object src/libvirt_driver.a.p/libvirt-domain.c.o
[633/1337] Linking static target src/libvirt_driver.a
[634/1337] Compiling C object tests/domainconftest.p/domainconftest.c.o
[634/1337] Compiling C object tests/virerrortest.p/virerrortest.c.o
[635/1337] Linking static target src/libvirt_driver.a
[635/1337] Compiling C object tests/virfiletest.p/virfiletest.c.o
[636/1337] Compiling C object tests/libxlmock.so.p/libxlmock.c.o
[636/1337] Compiling C object tests/virhostcputest.p/virhostcputest.c.o
[637/1337] Linking target tests/ssh
[637/1337] Compiling C object tests/viridentitytest.p/viridentitytest.c.o
[638/1337] Compiling C object tests/libvirpcimock.so.p/virpcimock.c.o
[638/1337] Compiling C object tests/viriscsitest.p/viriscsitest.c.o
[639/1337] Compiling C object tests/libqemuxml2argvmock.so.p/qemuxml2argvmock.c.o
[639/1337] Compiling C object tests/virkeycodetest.p/virkeycodetest.c.o
[640/1337] Compiling C object tests/metadatatest.p/metadatatest.c.o
[640/1337] Compiling C object tests/virkmodtest.p/virkmodtest.c.o
[641/1337] Compiling C object tests/commandhelper.p/commandhelper.c.o
[641/1337] Linking target tests/commandhelper
[642/1337] Compiling C object tests/interfacexml2xmltest.p/interfacexml2xmltest.c.o
[642/1337] Compiling C object tests/virnetworkportxml2xmltest.p/virnetworkportxml2xmltest.c.o
[643/1337] Linking target tests/commandhelper
[643/1337] Compiling C object tests/virnwfilterbindingxml2xmltest.p/virnwfilterbindingxml2xmltest.c.o
[644/1337] Compiling C object tests/domaincapstest.p/domaincapstest.c.o
[644/1337] Compiling C object tests/virlockspacetest.p/virlockspacetest.c.o
[645/1337] Generating protocol.h with a custom command
[645/1337] Compiling C object tools/wireshark/src/libvirt.so.p/plugin.c.o
[646/1337] Compiling C object tests/genericxml2xmltest.p/genericxml2xmltest.c.o
[646/1337] Compiling C object tools/wireshark/src/libvirt.so.p/packet-libvirt.c.o
[647/1337] Compiling C object tests/shunloadtest.p/shunloadtest.c.o
[647/1337] Compiling C object tests/virlogtest.p/virlogtest.c.o
[648/1337] Compiling C object tests/seclabeltest.p/seclabeltest.c.o
[648/1337] Compiling C object tests/virnetdevtest.p/virnetdevtest.c.o
[649/1337] Compiling C object tests/secretxml2xmltest.p/secretxml2xmltest.c.o
[649/1337] Compiling C object tests/virportallocatortest.p/virportallocatortest.c.o
[650/1337] Compiling C object tests/objecteventtest.p/objecteventtest.c.o
[650/1337] Compiling C object tests/virrotatingfiletest.p/virrotatingfiletest.c.o
[651/1337] Compiling C object tests/networkxml2xmlupdatetest.p/networkxml2xmlupdatetest.c.o
[651/1337] Compiling C object tests/virpcitest.p/virpcitest.c.o
[652/1337] Compiling C object tests/nodedevxml2xmltest.p/nodedevxml2xmltest.c.o
[652/1337] Compiling C object tests/virschematest.p/virschematest.c.o
[653/1337] Compiling C object tests/sysinfotest.p/sysinfotest.c.o
[653/1337] Compiling C object tests/virshtest.p/virshtest.c.o
[654/1337] Compiling C object tests/nwfilterxml2xmltest.p/nwfilterxml2xmltest.c.o
[654/1337] Compiling C object tests/virtimetest.p/virtimetest.c.o
[655/1337] Compiling C object tests/utiltest.p/utiltest.c.o
[655/1337] Compiling C object tests/viruritest.p/viruritest.c.o
[656/1337] Compiling C object tests/commandtest.p/commandtest.c.o
[656/1337] Compiling C object tests/xmconfigtest.p/xmconfigtest.c.o
[657/1337] Compiling C object tests/virauthconfigtest.p/virauthconfigtest.c.o
[657/1337] Compiling C object tests/virdrivermoduletest.p/virdrivermoduletest.c.o
[658/1337] Compiling C object tests/storagevolxml2xmltest.p/storagevolxml2xmltest.c.o
[658/1337] Compiling C object tests/libxlxml2domconfigtest.p/libxlxml2domconfigtest.c.o
[659/1337] Compiling C object tests/viralloctest.p/viralloctest.c.o
[659/1337] Compiling C object tests/virtypedparamtest.p/virtypedparamtest.c.o
[660/1337] Compiling C object tools/wireshark/src/libvirt.so.p/plugin.c.o
[660/1337] Compiling C object tests/virstringtest.p/virstringtest.c.o
[661/1337] Compiling C object tests/virendiantest.p/virendiantest.c.o
[661/1337] Compiling C object tests/virsystemdtest.p/virsystemdtest.c.o
[662/1337] Compiling C object tests/vircryptotest.p/vircryptotest.c.o
[662/1337] Compiling C object tests/virpcivpdtest.p/virpcivpdtest.c.o
[663/1337] Compiling C object tests/sockettest.p/sockettest.c.o
[663/1337] Compiling C object tests/vshtabletest.p/vshtabletest.c.o
[664/1337] Compiling C object tests/vircapstest.p/vircapstest.c.o
[664/1337] Compiling C object tests/virmigtest.p/virmigtest.c.o
[665/1337] Compiling C object tests/virerrortest.p/virerrortest.c.o
[665/1337] Compiling C object tests/fchosttest.p/fchosttest.c.o
[666/1337] Compiling C object tests/virbuftest.p/virbuftest.c.o
[666/1337] Compiling C object tests/scsihosttest.p/scsihosttest.c.o
[667/1337] Compiling C object tests/virkmodtest.p/virkmodtest.c.o
[667/1337] Compiling C object tests/vircaps2xmltest.p/vircaps2xmltest.c.o
[668/1337] Compiling C object tests/virkeycodetest.p/virkeycodetest.c.o
[668/1337] Compiling C object tests/virnetdevbandwidthtest.p/virnetdevbandwidthtest.c.o
[669/1337] Compiling C object tests/viridentitytest.p/viridentitytest.c.o
[669/1337] Compiling C object tests/virresctrltest.p/virresctrltest.c.o
[670/1337] Compiling C object tests/virnetworkportxml2xmltest.p/virnetworkportxml2xmltest.c.o
[670/1337] Compiling C object tests/virscsitest.p/virscsitest.c.o
[671/1337] Compiling C object tests/virfiletest.p/virfiletest.c.o
[671/1337] Compiling C object tests/virnetdevopenvswitchtest.p/virnetdevopenvswitchtest.c.o
[672/1337] Compiling C object tests/virnetdevtest.p/virnetdevtest.c.o
[672/1337] Compiling C object tests/virusbtest.p/virusbtest.c.o
[673/1337] Compiling C object tests/virbitmaptest.p/virbitmaptest.c.o
[673/1337] Compiling C object tests/esxutilstest.p/esxutilstest.c.o
[674/1337] Compiling C object tests/virhostcputest.p/virhostcputest.c.o
[674/1337] Compiling C object tests/eventtest.p/eventtest.c.o
[675/1337] Compiling C object tests/virlogtest.p/virlogtest.c.o
[675/1337] Compiling C object tests/fdstreamtest.p/fdstreamtest.c.o
[676/1337] Compiling C object tests/viriscsitest.p/viriscsitest.c.o
[676/1337] Compiling C object tests/virdriverconnvalidatetest.p/virdriverconnvalidatetest.c.o
[677/1337] Compiling C object tests/virlockspacetest.p/virlockspacetest.c.o
[677/1337] Compiling C object tests/xlconfigtest.p/xlconfigtest.c.o
[678/1337] Compiling C object tests/virportallocatortest.p/virportallocatortest.c.o
[678/1337] Compiling C object tests/lxcconf2xmltest.p/lxcconf2xmltest.c.o
[679/1337] Compiling C object tests/virnwfilterbindingxml2xmltest.p/virnwfilterbindingxml2xmltest.c.o
[679/1337] Compiling C object tests/lxcxml2xmltest.p/lxcxml2xmltest.c.o
[680/1337] Compiling C object tests/vircgrouptest.p/vircgrouptest.c.o
[680/1337] Compiling C object tests/networkxml2firewalltest.p/networkxml2firewalltest.c.o
[681/1337] Compiling C object tests/virschematest.p/virschematest.c.o
[681/1337] Compiling C object tests/networkxml2conftest.p/networkxml2conftest.c.o
[682/1337] Compiling C object tests/virrotatingfiletest.p/virrotatingfiletest.c.o
[682/1337] Compiling C object tests/qemudomaincheckpointxml2xmltest.p/qemudomaincheckpointxml2xmltest.c.o
[683/1337] Compiling C object tests/virdrivermoduletest.p/virdrivermoduletest.c.o
[683/1337] Compiling C object tests/nodedevmdevctltest.p/nodedevmdevctltest.c.o
[684/1337] Compiling C object tests/virtimetest.p/virtimetest.c.o
[684/1337] Compiling C object tests/networkxml2xmltest.p/networkxml2xmltest.c.o
[685/1337] Compiling C object tests/virpcitest.p/virpcitest.c.o
[685/1337] Compiling C object tests/nssguesttest.p/nsstest.c.o
[686/1337] Compiling C object tests/virtypedparamtest.p/virtypedparamtest.c.o
[686/1337] Compiling C object tests/nsstest.p/nsstest.c.o
[687/1337] Compiling C object tests/viruritest.p/viruritest.c.o
[687/1337] Compiling C object tests/nwfilterebiptablestest.p/nwfilterebiptablestest.c.o
[688/1337] Compiling C object tests/virmigtest.p/virmigtest.c.o
[688/1337] Compiling C object tests/nwfilterxml2firewalltest.p/nwfilterxml2firewalltest.c.o
[689/1337] Compiling C object tests/virshtest.p/virshtest.c.o
[689/1337] Compiling C object tests/virpolkittest.p/virpolkittest.c.o
[690/1337] Compiling C object tests/libxlxml2domconfigtest.p/libxlxml2domconfigtest.c.o
[690/1337] Compiling C object tests/openvzutilstest.p/openvzutilstest.c.o
[691/1337] Compiling C object tests/xmconfigtest.p/xmconfigtest.c.o
[691/1337] Compiling C object tests/qemuagenttest.p/qemuagenttest.c.o
[692/1337] Compiling C object tests/vircaps2xmltest.p/vircaps2xmltest.c.o
[692/1337] Compiling C object tests/qemublocktest.p/qemublocktest.c.o
[693/1337] Compiling C object tests/scsihosttest.p/scsihosttest.c.o
[693/1337] Compiling C object tests/qemucaps2xmltest.p/qemucaps2xmltest.c.o
[694/1337] Compiling C object tests/fchosttest.p/fchosttest.c.o
[694/1337] Compiling C object tests/qemucommandutiltest.p/qemucommandutiltest.c.o
[695/1337] Compiling C object tests/virresctrltest.p/virresctrltest.c.o
[695/1337] Compiling C object tests/qemucapabilitiestest.p/qemucapabilitiestest.c.o
[696/1337] Compiling C object tests/vshtabletest.p/vshtabletest.c.o
[696/1337] Compiling C object tests/qemudomainsnapshotxml2xmltest.p/qemudomainsnapshotxml2xmltest.c.o
[697/1337] Compiling C object tests/virscsitest.p/virscsitest.c.o
[697/1337] Compiling C object tests/qemumemlocktest.p/qemumemlocktest.c.o
[698/1337] Compiling C object tests/virusbtest.p/virusbtest.c.o
[698/1337] Compiling C object tests/qemuhotplugtest.p/qemuhotplugtest.c.o
[699/1337] Compiling C object tests/esxutilstest.p/esxutilstest.c.o
[699/1337] Compiling C object tests/qemufirmwaretest.p/qemufirmwaretest.c.o
[700/1337] Compiling C object tests/virdriverconnvalidatetest.p/virdriverconnvalidatetest.c.o
[700/1337] Compiling C object tests/qemumigrationcookiexmltest.p/qemumigrationcookiexmltest.c.o
[701/1337] Compiling C object tests/eventtest.p/eventtest.c.o
[701/1337] Compiling C object tests/qemumonitorjsontest.p/qemumonitorjsontest.c.o
[702/1337] Compiling C object tests/virstringtest.p/virstringtest.c.o
[702/1337] Compiling C object tests/qemusecuritytest.p/qemusecuritytest.c.o
[703/1337] Compiling C object tests/virpcivpdtest.p/virpcivpdtest.c.o
[703/1337] Compiling C object tests/qemustatusxml2xmltest.p/qemustatusxml2xmltest.c.o
[704/1337] Compiling C object tests/lxcxml2xmltest.p/lxcxml2xmltest.c.o
[704/1337] Compiling C object tests/qemuxml2argvtest.p/qemuxml2argvtest.c.o
[705/1337] Compiling C object tests/virnetdevbandwidthtest.p/virnetdevbandwidthtest.c.o
[705/1337] Compiling C object tests/virnetdaemontest.p/virnetdaemontest.c.o
[706/1337] Compiling C object tests/lxcconf2xmltest.p/lxcconf2xmltest.c.o
[706/1337] Compiling C object tests/virnetmessagetest.p/virnetmessagetest.c.o
[707/1337] Compiling C object tests/virnetdevopenvswitchtest.p/virnetdevopenvswitchtest.c.o
[707/1337] Compiling C object tests/qemusecuritytest.p/qemusecuritymock.c.o
[708/1337] Compiling C object tests/virsystemdtest.p/virsystemdtest.c.o
[708/1337] Compiling C object tests/qemuvhostusertest.p/qemuvhostusertest.c.o
[709/1337] Compiling C object tests/fdstreamtest.p/fdstreamtest.c.o
[709/1337] Compiling C object tests/qemuxml2xmltest.p/qemuxml2xmltest.c.o
[710/1337] Compiling C object tests/networkxml2conftest.p/networkxml2conftest.c.o
[710/1337] Compiling C object tests/virnettlscontexttest.p/virnettlscontexttest.c.o
[711/1337] Compiling C object tests/nssguesttest.p/nsstest.c.o
[711/1337] Compiling C object tests/virnetserverclienttest.p/virnetserverclienttest.c.o
[712/1337] Compiling C object tests/networkxml2firewalltest.p/networkxml2firewalltest.c.o
[712/1337] Compiling C object tests/virnettlscontexttest.p/virnettlshelpers.c.o
[713/1337] Compiling C object tests/qemudomaincheckpointxml2xmltest.p/qemudomaincheckpointxml2xmltest.c.o
[713/1337] Compiling C object tests/virnettlssessiontest.p/virnettlssessiontest.c.o
[714/1337] Compiling C object tests/networkxml2xmltest.p/networkxml2xmltest.c.o
[714/1337] Compiling C object tests/virnetsockettest.p/virnetsockettest.c.o
[715/1337] Compiling C object tests/xlconfigtest.p/xlconfigtest.c.o
[715/1337] Compiling C object tests/storagepoolxml2argvtest.p/storagepoolxml2argvtest.c.o
[716/1337] Compiling C object tests/nsstest.p/nsstest.c.o
[716/1337] Compiling C object tests/securityselinuxtest.p/securityselinuxtest.c.o
[717/1337] Compiling C object tests/nwfilterebiptablestest.p/nwfilterebiptablestest.c.o
[717/1337] Compiling C object tests/storagepoolcapstest.p/storagepoolcapstest.c.o
[718/1337] Compiling C object tests/nodedevmdevctltest.p/nodedevmdevctltest.c.o
[718/1337] Compiling C object tests/securityselinuxlabeltest.p/securityselinuxlabeltest.c.o
[719/1337] Compiling C object tests/openvzutilstest.p/openvzutilstest.c.o
[719/1337] Compiling C object tests/storagevolxml2argvtest.p/storagevolxml2argvtest.c.o
[720/1337] Compiling C object tests/nwfilterxml2firewalltest.p/nwfilterxml2firewalltest.c.o
[720/1337] Compiling C object tests/storagepoolxml2xmltest.p/storagepoolxml2xmltest.c.o
[721/1337] Compiling C object src/esx/libvirt_driver_esx.a.p/esx_vi_types.c.o
[721/1337] Linking static target src/esx/libvirt_driver_esx.a
[722/1337] Compiling C object tests/qemucaps2xmltest.p/qemucaps2xmltest.c.o
[722/1337] Compiling C object tests/vboxsnapshotxmltest.p/vboxsnapshotxmltest.c.o
[723/1337] Compiling C object tests/qemucommandutiltest.p/qemucommandutiltest.c.o
[723/1337] Compiling C object tests/vmwarevertest.p/vmwarevertest.c.o
[724/1337] Linking static target src/esx/libvirt_driver_esx.a
[724/1337] Compiling C object tests/virstorageutiltest.p/virstorageutiltest.c.o
[725/1337] Compiling C object tests/virpolkittest.p/virpolkittest.c.o
[725/1337] Compiling C object tests/virstoragetest.p/virstoragetest.c.o
[726/1337] Compiling C object tests/qemumemlocktest.p/qemumemlocktest.c.o
[726/1337] Compiling C object tests/virmacmaptest.p/virmacmaptest.c.o
[727/1337] Compiling C object tests/qemucapabilitiestest.p/qemucapabilitiestest.c.o
[727/1337] Compiling C object tests/nsslinktest.p/nsslinktest.c.o
[728/1337] Compiling C object tests/qemudomainsnapshotxml2xmltest.p/qemudomainsnapshotxml2xmltest.c.o
[728/1337] Compiling C object tests/xml2vmxtest.p/xml2vmxtest.c.o
[729/1337] Compiling C object tests/qemufirmwaretest.p/qemufirmwaretest.c.o
[729/1337] Compiling C object tests/virjsontest.p/virjsontest.c.o
[730/1337] Compiling C object tests/qemustatusxml2xmltest.p/qemustatusxml2xmltest.c.o
[730/1337] Compiling C object tests/vmx2xmltest.p/vmx2xmltest.c.o
[731/1337] Compiling C object tests/qemuvhostusertest.p/qemuvhostusertest.c.o
[731/1337] Compiling C object tests/qemucapsprobe.p/qemucapsprobe.c.o
[732/1337] Compiling C object tests/virnetdaemontest.p/virnetdaemontest.c.o
[732/1337] Compiling C object examples/c/admin/client_close.p/client_close.c.o
[733/1337] Compiling C object tests/qemusecuritytest.p/qemusecuritymock.c.o
[733/1337] Compiling C object examples/c/admin/client_info.p/client_info.c.o
[734/1337] Compiling C object tests/virnetserverclienttest.p/virnetserverclienttest.c.o
[734/1337] Compiling C object examples/c/admin/client_limits.p/client_limits.c.o
[735/1337] Compiling C object tests/qemumigrationcookiexmltest.p/qemumigrationcookiexmltest.c.o
[735/1337] Compiling C object tests/nssguestlinktest.p/nsslinktest.c.o
[736/1337] Compiling C object tests/virnetmessagetest.p/virnetmessagetest.c.o
[736/1337] Compiling C object examples/c/admin/list_servers.p/list_servers.c.o
[737/1337] Compiling C object tests/qemusecuritytest.p/qemusecuritytest.c.o
[737/1337] Compiling C object examples/c/admin/threadpool_params.p/threadpool_params.c.o
[738/1337] Compiling C object tests/virnettlscontexttest.p/virnettlshelpers.c.o
[738/1337] Compiling C object examples/c/admin/logging.p/logging.c.o
[739/1337] Compiling C object tests/virnettlscontexttest.p/virnettlscontexttest.c.o
[739/1337] Compiling C object examples/c/admin/list_clients.p/list_clients.c.o
[740/1337] Compiling C object examples/c/admin/client_close.p/client_close.c.o
[740/1337] Compiling C object examples/c/domain/suspend.p/suspend.c.o
[741/1337] Compiling C object examples/c/admin/client_limits.p/client_limits.c.o
[741/1337] Compiling C object examples/c/domain/domtop.p/domtop.c.o
[742/1337] Compiling C object examples/c/admin/list_servers.p/list_servers.c.o
[742/1337] Compiling C object examples/c/domain/info1.p/info1.c.o
[743/1337] Compiling C object tests/securityselinuxtest.p/securityselinuxtest.c.o
[743/1337] Compiling C object examples/c/domain/dommigrate.p/dommigrate.c.o
[744/1337] Compiling C object examples/c/admin/threadpool_params.p/threadpool_params.c.o
[744/1337] Compiling C object examples/c/misc/event-test.p/event-test.c.o
[745/1337] Compiling C object examples/c/admin/client_info.p/client_info.c.o
[745/1337] Compiling C object examples/c/domain/rename.p/rename.c.o
[746/1337] Compiling C object examples/c/admin/logging.p/logging.c.o
[746/1337] Compiling C object examples/c/misc/hellolibvirt.p/hellolibvirt.c.o
[747/1337] Compiling C object tests/storagepoolcapstest.p/storagepoolcapstest.c.o
[747/1337] Compiling C object examples/c/misc/openauth.p/openauth.c.o
[748/1337] Compiling C object tests/qemuagenttest.p/qemuagenttest.c.o
[748/1337] Generating aclperms.htmlinc with a custom command (wrapped by meson to capture output)
[749/1337] Compiling C object tests/nsslinktest.p/nsslinktest.c.o
[749/1337] Linking target tests/nsslinktest
[750/1337] Compiling C object tests/virnettlssessiontest.p/virnettlssessiontest.c.o
[750/1337] Generating generate-api with a custom command
[751/1337] Compiling C object examples/c/admin/list_clients.p/list_clients.c.o
[751/1337] Generating 404.html with a custom command (wrapped by meson to capture output)
[752/1337] Compiling C object examples/c/domain/info1.p/info1.c.o
[752/1337] Generating bugs.html with a custom command (wrapped by meson to capture output)
[753/1337] Compiling C object examples/c/domain/dommigrate.p/dommigrate.c.o
[753/1337] Generating cgroups.html with a custom command (wrapped by meson to capture output)
[754/1337] Compiling C object tests/storagepoolxml2argvtest.p/storagepoolxml2argvtest.c.o
[754/1337] Generating contact.html with a custom command (wrapped by meson to capture output)
[755/1337] Compiling C object tests/vmwarevertest.p/vmwarevertest.c.o
[755/1337] Generating contribute.html with a custom command (wrapped by meson to capture output)
[756/1337] Linking target tests/nsslinktest
[756/1337] Generating csharp.html with a custom command (wrapped by meson to capture output)
[757/1337] Compiling C object tests/vboxsnapshotxmltest.p/vboxsnapshotxmltest.c.o
[757/1337] Generating dbus.html with a custom command (wrapped by meson to capture output)
[758/1337] Compiling C object tests/virstorageutiltest.p/virstorageutiltest.c.o
[758/1337] Generating devguide.html with a custom command (wrapped by meson to capture output)
[759/1337] Compiling C object tests/virnetsockettest.p/virnetsockettest.c.o
[759/1337] Generating docs.html with a custom command (wrapped by meson to capture output)
[760/1337] Compiling C object examples/c/misc/hellolibvirt.p/hellolibvirt.c.o
[760/1337] Generating downloads.html with a custom command (wrapped by meson to capture output)
[761/1337] Compiling C object tests/nssguestlinktest.p/nsslinktest.c.o
[761/1337] Linking target tests/nssguestlinktest
[762/1337] Compiling C object examples/c/domain/rename.p/rename.c.o
[762/1337] Generating drivers.html with a custom command (wrapped by meson to capture output)
[763/1337] Compiling C object examples/c/misc/openauth.p/openauth.c.o
[763/1337] Generating drvbhyve.html with a custom command (wrapped by meson to capture output)
[764/1337] Compiling C object examples/c/domain/suspend.p/suspend.c.o
[764/1337] Generating drvesx.html with a custom command (wrapped by meson to capture output)
[765/1337] Compiling C object tests/qemuhotplugtest.p/qemuhotplugtest.c.o
[765/1337] Generating drvhyperv.html with a custom command (wrapped by meson to capture output)
[766/1337] Compiling C object tests/storagepoolxml2xmltest.p/storagepoolxml2xmltest.c.o
[766/1337] Generating drvlxc.html with a custom command (wrapped by meson to capture output)
[767/1337] Linking target tests/nssguestlinktest
[767/1337] Generating drvnodedev.html with a custom command (wrapped by meson to capture output)
[768/1337] Compiling C object tests/storagevolxml2argvtest.p/storagevolxml2argvtest.c.o
[768/1337] Generating drvopenvz.html with a custom command (wrapped by meson to capture output)
[769/1337] Compiling C object examples/c/domain/domtop.p/domtop.c.o
[769/1337] Generating drvremote.html with a custom command (wrapped by meson to capture output)
[770/1337] Compiling C object tests/securityselinuxlabeltest.p/securityselinuxlabeltest.c.o
[770/1337] Generating drvsecret.html with a custom command (wrapped by meson to capture output)
[771/1337] Compiling C object tests/virmacmaptest.p/virmacmaptest.c.o
[771/1337] Generating drvtest.html with a custom command (wrapped by meson to capture output)
[772/1337] Compiling C object examples/c/misc/event-test.p/event-test.c.o
[772/1337] Generating drvvbox.html with a custom command (wrapped by meson to capture output)
[773/1337] Generating aclperms.htmlinc with a custom command (wrapped by meson to capture output)
[773/1337] Generating drvvirtuozzo.html with a custom command (wrapped by meson to capture output)
[774/1337] Generating 404.html with a custom command (wrapped by meson to capture output)
[774/1337] Generating drvvmware.html with a custom command (wrapped by meson to capture output)
[775/1337] Compiling C object tests/qemucapsprobe.p/qemucapsprobe.c.o
[775/1337] Generating drvxen.html with a custom command (wrapped by meson to capture output)
[776/1337] Compiling C object tests/xml2vmxtest.p/xml2vmxtest.c.o
[776/1337] Generating errors.html with a custom command (wrapped by meson to capture output)
[777/1337] Generating contact.html with a custom command (wrapped by meson to capture output)
[777/1337] Generating firewall.html with a custom command (wrapped by meson to capture output)
[778/1337] Generating bugs.html with a custom command (wrapped by meson to capture output)
[778/1337] Generating formatcaps.html with a custom command (wrapped by meson to capture output)
[779/1337] Generating csharp.html with a custom command (wrapped by meson to capture output)
[779/1337] Generating formatdomaincaps.html with a custom command (wrapped by meson to capture output)
[780/1337] Generating docs.html with a custom command (wrapped by meson to capture output)
[780/1337] Generating format.html with a custom command (wrapped by meson to capture output)
[781/1337] Compiling C object tests/vmx2xmltest.p/vmx2xmltest.c.o
[781/1337] Generating formatnetwork.html with a custom command (wrapped by meson to capture output)
[782/1337] Generating devguide.html with a custom command (wrapped by meson to capture output)
[782/1337] Generating formatnetworkport.html with a custom command (wrapped by meson to capture output)
[783/1337] Generating downloads.html with a custom command (wrapped by meson to capture output)
[783/1337] Generating formatnode.html with a custom command (wrapped by meson to capture output)
[784/1337] Generating cgroups.html with a custom command (wrapped by meson to capture output)
[784/1337] Generating formatnwfilter.html with a custom command (wrapped by meson to capture output)
[785/1337] Generating dbus.html with a custom command (wrapped by meson to capture output)
[785/1337] Generating formatsecret.html with a custom command (wrapped by meson to capture output)
[786/1337] Generating drvesx.html with a custom command (wrapped by meson to capture output)
[786/1337] Generating formatsnapshot.html with a custom command (wrapped by meson to capture output)
[787/1337] Generating contribute.html with a custom command (wrapped by meson to capture output)
[787/1337] Generating formatstoragecaps.html with a custom command (wrapped by meson to capture output)
[788/1337] Generating drivers.html with a custom command (wrapped by meson to capture output)
[788/1337] Generating formatstorageencryption.html with a custom command (wrapped by meson to capture output)
[789/1337] Generating drvlxc.html with a custom command (wrapped by meson to capture output)
[789/1337] Generating formatstorage.html with a custom command (wrapped by meson to capture output)
[790/1337] Generating drvhyperv.html with a custom command (wrapped by meson to capture output)
[790/1337] Generating goals.html with a custom command (wrapped by meson to capture output)
[791/1337] Generating drvnodedev.html with a custom command (wrapped by meson to capture output)
[791/1337] Generating governance.html with a custom command (wrapped by meson to capture output)
[792/1337] Generating drvremote.html with a custom command (wrapped by meson to capture output)
[792/1337] Generating hooks.html with a custom command (wrapped by meson to capture output)
[793/1337] Generating drvbhyve.html with a custom command (wrapped by meson to capture output)
[793/1337] Generating index.html with a custom command (wrapped by meson to capture output)
[794/1337] Generating drvopenvz.html with a custom command (wrapped by meson to capture output)
[794/1337] Generating internals.html with a custom command (wrapped by meson to capture output)
[795/1337] Generating drvsecret.html with a custom command (wrapped by meson to capture output)
[795/1337] Generating java.html with a custom command (wrapped by meson to capture output)
[796/1337] Compiling C object tests/virjsontest.p/virjsontest.c.o
[796/1337] Generating logging.html with a custom command (wrapped by meson to capture output)
[797/1337] Generating drvvirtuozzo.html with a custom command (wrapped by meson to capture output)
[797/1337] Generating migration.html with a custom command (wrapped by meson to capture output)
[798/1337] Generating drvtest.html with a custom command (wrapped by meson to capture output)
[798/1337] Generating nss.html with a custom command (wrapped by meson to capture output)
[799/1337] Generating drvvbox.html with a custom command (wrapped by meson to capture output)
[799/1337] Generating pci-hotplug.html with a custom command (wrapped by meson to capture output)
[800/1337] Generating drvvmware.html with a custom command (wrapped by meson to capture output)
[800/1337] Generating php.html with a custom command (wrapped by meson to capture output)
[801/1337] Generating errors.html with a custom command (wrapped by meson to capture output)
[801/1337] Generating python.html with a custom command (wrapped by meson to capture output)
[802/1337] Generating drvxen.html with a custom command (wrapped by meson to capture output)
[802/1337] Generating remote.html with a custom command (wrapped by meson to capture output)
[803/1337] Generating format.html with a custom command (wrapped by meson to capture output)
[803/1337] Generating securityprocess.html with a custom command (wrapped by meson to capture output)
[804/1337] Generating formatcaps.html with a custom command (wrapped by meson to capture output)
[804/1337] Generating storage.html with a custom command (wrapped by meson to capture output)
[805/1337] Generating formatnetworkport.html with a custom command (wrapped by meson to capture output)
[805/1337] Generating strategy.html with a custom command (wrapped by meson to capture output)
[806/1337] Generating firewall.html with a custom command (wrapped by meson to capture output)
[806/1337] Generating support.html with a custom command (wrapped by meson to capture output)
[807/1337] Generating formatdomaincaps.html with a custom command (wrapped by meson to capture output)
[807/1337] Generating testapi.html with a custom command (wrapped by meson to capture output)
[808/1337] Generating formatsnapshot.html with a custom command (wrapped by meson to capture output)
[808/1337] Generating testsuites.html with a custom command (wrapped by meson to capture output)
[809/1337] Generating formatstoragecaps.html with a custom command (wrapped by meson to capture output)
[809/1337] Generating testtck.html with a custom command (wrapped by meson to capture output)
[810/1337] Generating formatnetwork.html with a custom command (wrapped by meson to capture output)
[810/1337] Generating tlscerts.html with a custom command (wrapped by meson to capture output)
[811/1337] Generating formatnwfilter.html with a custom command (wrapped by meson to capture output)
[811/1337] Generating uri.html with a custom command (wrapped by meson to capture output)
[812/1337] Generating formatsecret.html with a custom command (wrapped by meson to capture output)
[812/1337] Generating virshcmdref.html with a custom command (wrapped by meson to capture output)
[813/1337] Generating formatstorageencryption.html with a custom command (wrapped by meson to capture output)
[813/1337] Generating windows.html with a custom command (wrapped by meson to capture output)
[814/1337] Generating formatnode.html with a custom command (wrapped by meson to capture output)
[814/1337] Generating 'docs/aclpolkit.html.p/aclpolkit.html.in' (wrapped by meson to capture output).
[815/1337] Generating formatstorage.html with a custom command (wrapped by meson to capture output)
[815/1337] Generating 'docs/advanced-tests.html.p/advanced-tests.html.in' (wrapped by meson to capture output).
[816/1337] Compiling C object tests/virstoragetest.p/virstoragetest.c.o
[816/1337] Generating 'docs/api_extension.html.p/api_extension.html.in' (wrapped by meson to capture output).
[817/1337] Generating goals.html with a custom command (wrapped by meson to capture output)
[817/1337] Generating 'docs/api.html.p/api.html.in' (wrapped by meson to capture output).
[818/1337] Generating governance.html with a custom command (wrapped by meson to capture output)
[818/1337] Generating 'docs/apps.html.p/apps.html.in' (wrapped by meson to capture output).
[819/1337] Compiling C object tests/qemublocktest.p/qemublocktest.c.o
[819/1337] Generating 'docs/auditlog.html.p/auditlog.html.in' (wrapped by meson to capture output).
[820/1337] Generating index.html with a custom command (wrapped by meson to capture output)
[820/1337] Generating 'docs/auth.html.p/auth.html.in' (wrapped by meson to capture output).
[821/1337] Generating logging.html with a custom command (wrapped by meson to capture output)
[821/1337] Generating 'docs/bindings.html.p/bindings.html.in' (wrapped by meson to capture output).
[822/1337] Generating hooks.html with a custom command (wrapped by meson to capture output)
[822/1337] Generating 'docs/best-practices.html.p/best-practices.html.in' (wrapped by meson to capture output).
[823/1337] Generating internals.html with a custom command (wrapped by meson to capture output)
[823/1337] Generating 'docs/ci.html.p/ci.html.in' (wrapped by meson to capture output).
[824/1337] Generating java.html with a custom command (wrapped by meson to capture output)
[824/1337] Generating 'docs/coding-style.html.p/coding-style.html.in' (wrapped by meson to capture output).
[825/1337] Generating nss.html with a custom command (wrapped by meson to capture output)
[825/1337] Generating 'docs/committer-guidelines.html.p/committer-guidelines.html.in' (wrapped by meson to capture output).
[826/1337] Generating pci-hotplug.html with a custom command (wrapped by meson to capture output)
[826/1337] Generating 'docs/compiling.html.p/compiling.html.in' (wrapped by meson to capture output).
[827/1337] Generating migration.html with a custom command (wrapped by meson to capture output)
[827/1337] Generating 'docs/daemons.html.p/daemons.html.in' (wrapped by meson to capture output).
[828/1337] Generating php.html with a custom command (wrapped by meson to capture output)
[828/1337] Generating 'docs/developer-tooling.html.p/developer-tooling.html.in' (wrapped by meson to capture output).
[829/1337] Generating remote.html with a custom command (wrapped by meson to capture output)
[829/1337] Generating 'docs/drvqemu.html.p/drvqemu.html.in' (wrapped by meson to capture output).
[830/1337] Generating python.html with a custom command (wrapped by meson to capture output)
[830/1337] Generating 'docs/drvch.html.p/drvch.html.in' (wrapped by meson to capture output).
[831/1337] Generating securityprocess.html with a custom command (wrapped by meson to capture output)
[831/1337] Generating 'docs/formatbackup.html.p/formatbackup.html.in' (wrapped by meson to capture output).
[832/1337] Generating strategy.html with a custom command (wrapped by meson to capture output)
[832/1337] Generating 'docs/formatcheckpoint.html.p/formatcheckpoint.html.in' (wrapped by meson to capture output).
[833/1337] Generating support.html with a custom command (wrapped by meson to capture output)
[833/1337] Generating 'docs/formatdomain.html.p/formatdomain.html.in' (wrapped by meson to capture output).
[834/1337] Generating testsuites.html with a custom command (wrapped by meson to capture output)
[834/1337] Generating 'docs/glib-adoption.html.p/glib-adoption.html.in' (wrapped by meson to capture output).
[835/1337] Generating storage.html with a custom command (wrapped by meson to capture output)
[835/1337] Generating 'docs/hacking.html.p/hacking.html.in' (wrapped by meson to capture output).
[836/1337] Generating testtck.html with a custom command (wrapped by meson to capture output)
[836/1337] Generating 'docs/libvirt-go.html.p/libvirt-go.html.in' (wrapped by meson to capture output).
[837/1337] Generating testapi.html with a custom command (wrapped by meson to capture output)
[837/1337] Generating 'docs/libvirt-go-xml.html.p/libvirt-go-xml.html.in' (wrapped by meson to capture output).
[838/1337] Generating virshcmdref.html with a custom command (wrapped by meson to capture output)
[838/1337] Generating 'docs/newreposetup.html.p/newreposetup.html.in' (wrapped by meson to capture output).
[839/1337] Generating uri.html with a custom command (wrapped by meson to capture output)
[839/1337] Generating 'docs/pci-addresses.html.p/pci-addresses.html.in' (wrapped by meson to capture output).
[840/1337] Generating windows.html with a custom command (wrapped by meson to capture output)
[840/1337] Generating 'docs/platforms.html.p/platforms.html.in' (wrapped by meson to capture output).
[841/1337] Generating tlscerts.html with a custom command (wrapped by meson to capture output)
[841/1337] Generating 'docs/programming-languages.html.p/programming-languages.html.in' (wrapped by meson to capture output).
[842/1337] Generating 'docs/advanced-tests.html.p/advanced-tests.html.in' (wrapped by meson to capture output).
[842/1337] Generating advanced-tests.html with a custom command (wrapped by meson to capture output)
[843/1337] Generating 'docs/aclpolkit.html.p/aclpolkit.html.in' (wrapped by meson to capture output).
[843/1337] Generating aclpolkit.html with a custom command (wrapped by meson to capture output)
[844/1337] Generating 'docs/api_extension.html.p/api_extension.html.in' (wrapped by meson to capture output).
[844/1337] Generating api_extension.html with a custom command (wrapped by meson to capture output)
[845/1337] Generating 'docs/api.html.p/api.html.in' (wrapped by meson to capture output).
[845/1337] Generating api.html with a custom command (wrapped by meson to capture output)
[846/1337] Generating 'docs/bindings.html.p/bindings.html.in' (wrapped by meson to capture output).
[846/1337] Generating bindings.html with a custom command (wrapped by meson to capture output)
[847/1337] Generating 'docs/auth.html.p/auth.html.in' (wrapped by meson to capture output).
[847/1337] Generating auth.html with a custom command (wrapped by meson to capture output)
[848/1337] Generating 'docs/best-practices.html.p/best-practices.html.in' (wrapped by meson to capture output).
[848/1337] Generating best-practices.html with a custom command (wrapped by meson to capture output)
[849/1337] Generating generate-api with a custom command
[849/1337] Generating hvsupport.html.in with a custom command (wrapped by meson to capture output)
[850/1337] Generating 'docs/auditlog.html.p/auditlog.html.in' (wrapped by meson to capture output).
[850/1337] Generating auditlog.html with a custom command (wrapped by meson to capture output)
[851/1337] Generating 'docs/apps.html.p/apps.html.in' (wrapped by meson to capture output).
[851/1337] Generating apps.html with a custom command (wrapped by meson to capture output)
[852/1337] Compiling C object tests/qemumonitorjsontest.p/qemumonitorjsontest.c.o
[852/1337] Generating 'docs/styleguide.html.p/styleguide.html.in' (wrapped by meson to capture output).
[853/1337] Generating 'docs/developer-tooling.html.p/developer-tooling.html.in' (wrapped by meson to capture output).
[853/1337] Generating developer-tooling.html with a custom command (wrapped by meson to capture output)
[854/1337] Generating 'docs/compiling.html.p/compiling.html.in' (wrapped by meson to capture output).
[854/1337] Generating compiling.html with a custom command (wrapped by meson to capture output)
[855/1337] Generating 'docs/committer-guidelines.html.p/committer-guidelines.html.in' (wrapped by meson to capture output).
[855/1337] Generating committer-guidelines.html with a custom command (wrapped by meson to capture output)
[856/1337] Generating 'docs/coding-style.html.p/coding-style.html.in' (wrapped by meson to capture output).
[856/1337] Generating coding-style.html with a custom command (wrapped by meson to capture output)
[857/1337] Generating 'docs/drvch.html.p/drvch.html.in' (wrapped by meson to capture output).
[857/1337] Generating drvch.html with a custom command (wrapped by meson to capture output)
[858/1337] Generating 'docs/formatbackup.html.p/formatbackup.html.in' (wrapped by meson to capture output).
[858/1337] Generating formatbackup.html with a custom command (wrapped by meson to capture output)
[859/1337] Generating 'docs/formatcheckpoint.html.p/formatcheckpoint.html.in' (wrapped by meson to capture output).
[859/1337] Generating formatcheckpoint.html with a custom command (wrapped by meson to capture output)
[860/1337] Generating 'docs/ci.html.p/ci.html.in' (wrapped by meson to capture output).
[860/1337] Generating ci.html with a custom command (wrapped by meson to capture output)
[861/1337] Generating 'docs/libvirt-go.html.p/libvirt-go.html.in' (wrapped by meson to capture output).
[861/1337] Generating libvirt-go.html with a custom command (wrapped by meson to capture output)
[862/1337] Generating 'docs/drvqemu.html.p/drvqemu.html.in' (wrapped by meson to capture output).
[862/1337] Generating drvqemu.html with a custom command (wrapped by meson to capture output)
[863/1337] Generating 'docs/glib-adoption.html.p/glib-adoption.html.in' (wrapped by meson to capture output).
[863/1337] Generating glib-adoption.html with a custom command (wrapped by meson to capture output)
[864/1337] Generating 'docs/hacking.html.p/hacking.html.in' (wrapped by meson to capture output).
[864/1337] Generating hacking.html with a custom command (wrapped by meson to capture output)
[865/1337] Generating 'docs/newreposetup.html.p/newreposetup.html.in' (wrapped by meson to capture output).
[865/1337] Generating newreposetup.html with a custom command (wrapped by meson to capture output)
[866/1337] Generating 'docs/pci-addresses.html.p/pci-addresses.html.in' (wrapped by meson to capture output).
[866/1337] Generating pci-addresses.html with a custom command (wrapped by meson to capture output)
[867/1337] Generating 'docs/libvirt-go-xml.html.p/libvirt-go-xml.html.in' (wrapped by meson to capture output).
[867/1337] Generating libvirt-go-xml.html with a custom command (wrapped by meson to capture output)
[868/1337] Compiling C object src/qemu/libvirt_driver_qemu_impl.a.p/qemu_driver.c.o
[868/1337] Linking static target src/qemu/libvirt_driver_qemu_impl.a
[869/1337] Generating 'docs/platforms.html.p/platforms.html.in' (wrapped by meson to capture output).
[869/1337] Generating platforms.html with a custom command (wrapped by meson to capture output)
[870/1337] Generating advanced-tests.html with a custom command (wrapped by meson to capture output)
[870/1337] Generating 'docs/submitting-patches.html.p/submitting-patches.html.in' (wrapped by meson to capture output).
[871/1337] Generating 'docs/programming-languages.html.p/programming-languages.html.in' (wrapped by meson to capture output).
[871/1337] Generating programming-languages.html with a custom command (wrapped by meson to capture output)
[872/1337] Generating 'docs/daemons.html.p/daemons.html.in' (wrapped by meson to capture output).
[872/1337] Generating daemons.html with a custom command (wrapped by meson to capture output)
[873/1337] Generating best-practices.html with a custom command (wrapped by meson to capture output)
[873/1337] Generating acl.html with a custom command (wrapped by meson to capture output)
[874/1337] Generating api.html with a custom command (wrapped by meson to capture output)
[874/1337] Generating 'docs/news.html.p/NEWS.html.in' (wrapped by meson to capture output).
[875/1337] Generating api_extension.html with a custom command (wrapped by meson to capture output)
[875/1337] Generating 'docs/go/libvirt.html.p/libvirt.html.in' (wrapped by meson to capture output).
[876/1337] Generating aclpolkit.html with a custom command (wrapped by meson to capture output)
[876/1337] Generating 'docs/go/libvirtxml.html.p/libvirtxml.html.in' (wrapped by meson to capture output).
[877/1337] Generating auth.html with a custom command (wrapped by meson to capture output)
[877/1337] Generating index-api with a custom command
[878/1337] Generating auditlog.html with a custom command (wrapped by meson to capture output)
[878/1337] Generating index-admin-api with a custom command
[879/1337] Generating bindings.html with a custom command (wrapped by meson to capture output)
[879/1337] Generating index-lxc-api with a custom command
[880/1337] Generating apps.html with a custom command (wrapped by meson to capture output)
[880/1337] Generating index-qemu-api with a custom command
[881/1337] Compiling C object src/virtinterfaced.p/remote_remote_daemon_dispatch.c.o
[881/1337] Generating command.html with a custom command (wrapped by meson to capture output)
[882/1337] Generating index-lxc-api with a custom command
[882/1337] Generating eventloop.html with a custom command (wrapped by meson to capture output)
[883/1337] Generating compiling.html with a custom command (wrapped by meson to capture output)
[883/1337] Generating locking.html with a custom command (wrapped by meson to capture output)
[884/1337] Generating index-admin-api with a custom command
[884/1337] Generating rpc.html with a custom command (wrapped by meson to capture output)
[885/1337] Compiling C object src/virtproxyd.p/remote_remote_daemon_dispatch.c.o
[885/1337] Generating 'docs/kbase/backing_chains.html.p/backing_chains.html.in' (wrapped by meson to capture output).
[886/1337] Generating index-qemu-api with a custom command
[886/1337] Generating 'docs/kbase/debuglogs.html.p/debuglogs.html.in' (wrapped by meson to capture output).
[887/1337] Generating coding-style.html with a custom command (wrapped by meson to capture output)
[887/1337] Generating 'docs/kbase/domainstatecapture.html.p/domainstatecapture.html.in' (wrapped by meson to capture output).
[888/1337] Generating developer-tooling.html with a custom command (wrapped by meson to capture output)
[888/1337] Generating 'docs/kbase/incrementalbackupinternals.html.p/incrementalbackupinternals.html.in' (wrapped by meson to capture output).
[889/1337] Generating committer-guidelines.html with a custom command (wrapped by meson to capture output)
[889/1337] Generating 'docs/kbase/index.html.p/index.html.in' (wrapped by meson to capture output).
[890/1337] Generating formatcheckpoint.html with a custom command (wrapped by meson to capture output)
[890/1337] Generating 'docs/kbase/kvm-realtime.html.p/kvm-realtime.html.in' (wrapped by meson to capture output).
[891/1337] Generating formatbackup.html with a custom command (wrapped by meson to capture output)
[891/1337] Generating 'docs/kbase/launch_security_sev.html.p/launch_security_sev.html.in' (wrapped by meson to capture output).
[892/1337] Linking static target src/qemu/libvirt_driver_qemu_impl.a
[892/1337] Generating 'docs/kbase/live_full_disk_backup.html.p/live_full_disk_backup.html.in' (wrapped by meson to capture output).
[893/1337] Generating drvch.html with a custom command (wrapped by meson to capture output)
[893/1337] Generating 'docs/kbase/locking-lockd.html.p/locking-lockd.html.in' (wrapped by meson to capture output).
[894/1337] Compiling C object src/libvirtd.p/remote_remote_daemon_dispatch.c.o
[894/1337] Generating 'docs/kbase/locking.html.p/locking.html.in' (wrapped by meson to capture output).
[895/1337] Generating drvqemu.html with a custom command (wrapped by meson to capture output)
[895/1337] Generating 'docs/kbase/locking-sanlock.html.p/locking-sanlock.html.in' (wrapped by meson to capture output).
[896/1337] Generating glib-adoption.html with a custom command (wrapped by meson to capture output)
[896/1337] Generating 'docs/kbase/memorydevices.html.p/memorydevices.html.in' (wrapped by meson to capture output).
[897/1337] Generating newreposetup.html with a custom command (wrapped by meson to capture output)
[897/1337] Generating 'docs/kbase/merging_disk_image_chains.html.p/merging_disk_image_chains.html.in' (wrapped by meson to capture output).
[898/1337] Generating pci-addresses.html with a custom command (wrapped by meson to capture output)
[898/1337] Generating 'docs/kbase/migrationinternals.html.p/migrationinternals.html.in' (wrapped by meson to capture output).
[899/1337] Generating ci.html with a custom command (wrapped by meson to capture output)
[899/1337] Generating 'docs/kbase/qemu-core-dump.html.p/qemu-core-dump.html.in' (wrapped by meson to capture output).
[900/1337] Generating libvirt-go.html with a custom command (wrapped by meson to capture output)
[900/1337] Generating 'docs/kbase/qemu-passthrough-security.html.p/qemu-passthrough-security.html.in' (wrapped by meson to capture output).
[901/1337] Generating hacking.html with a custom command (wrapped by meson to capture output)
[901/1337] Generating 'docs/kbase/rpm-deployment.html.p/rpm-deployment.html.in' (wrapped by meson to capture output).
[902/1337] Generating libvirt-go-xml.html with a custom command (wrapped by meson to capture output)
[902/1337] Generating 'docs/kbase/s390_protected_virt.html.p/s390_protected_virt.html.in' (wrapped by meson to capture output).
[903/1337] Generating daemons.html with a custom command (wrapped by meson to capture output)
[903/1337] Generating 'docs/kbase/secureusage.html.p/secureusage.html.in' (wrapped by meson to capture output).
[904/1337] Generating platforms.html with a custom command (wrapped by meson to capture output)
[904/1337] Generating 'docs/kbase/systemtap.html.p/systemtap.html.in' (wrapped by meson to capture output).
[905/1337] Generating 'docs/styleguide.html.p/styleguide.html.in' (wrapped by meson to capture output).
[905/1337] Generating styleguide.html with a custom command (wrapped by meson to capture output)
[906/1337] Generating programming-languages.html with a custom command (wrapped by meson to capture output)
[906/1337] Generating 'docs/kbase/virtiofs.html.p/virtiofs.html.in' (wrapped by meson to capture output).
[907/1337] Generating acl.html with a custom command (wrapped by meson to capture output)
[907/1337] Generating virkeycode-atset1.rst with a custom command (wrapped by meson to capture output)
[908/1337] Generating command.html with a custom command (wrapped by meson to capture output)
[908/1337] Generating virkeycode-atset2.rst with a custom command (wrapped by meson to capture output)
[909/1337] Generating eventloop.html with a custom command (wrapped by meson to capture output)
[909/1337] Generating virkeycode-atset3.rst with a custom command (wrapped by meson to capture output)
[910/1337] Generating rpc.html with a custom command (wrapped by meson to capture output)
[910/1337] Generating virkeycode-linux.rst with a custom command (wrapped by meson to capture output)
[911/1337] Generating locking.html with a custom command (wrapped by meson to capture output)
[911/1337] Generating virkeycode-osx.rst with a custom command (wrapped by meson to capture output)
[912/1337] Generating 'docs/submitting-patches.html.p/submitting-patches.html.in' (wrapped by meson to capture output).
[912/1337] Generating submitting-patches.html with a custom command (wrapped by meson to capture output)
[913/1337] Compiling C object src/virtnwfilterd.p/remote_remote_daemon_dispatch.c.o
[913/1337] Generating virkeycode-qnum.rst with a custom command (wrapped by meson to capture output)
[914/1337] Compiling C object src/virtnetworkd.p/remote_remote_daemon_dispatch.c.o
[914/1337] Generating virkeycode-usb.rst with a custom command (wrapped by meson to capture output)
[915/1337] Generating 'docs/go/libvirt.html.p/libvirt.html.in' (wrapped by meson to capture output).
[915/1337] Generating libvirt.html with a custom command (wrapped by meson to capture output)
[916/1337] Generating 'docs/go/libvirtxml.html.p/libvirtxml.html.in' (wrapped by meson to capture output).
[916/1337] Generating libvirtxml.html with a custom command (wrapped by meson to capture output)
[917/1337] Compiling C object tools/virsh.p/virsh-domain.c.o
[917/1337] Generating virkeycode-win32.rst with a custom command (wrapped by meson to capture output)
[918/1337] Compiling C object src/virtnodedevd.p/remote_remote_daemon_dispatch.c.o
[918/1337] Generating virkeycode-xtkbd.rst with a custom command (wrapped by meson to capture output)
[919/1337] Generating styleguide.html with a custom command (wrapped by meson to capture output)
[919/1337] Generating virkeyname-linux.rst with a custom command (wrapped by meson to capture output)
[920/1337] Generating 'docs/kbase/index.html.p/index.html.in' (wrapped by meson to capture output).
[920/1337] Generating index.html with a custom command (wrapped by meson to capture output)
[921/1337] Generating 'docs/kbase/backing_chains.html.p/backing_chains.html.in' (wrapped by meson to capture output).
[921/1337] Generating backing_chains.html with a custom command (wrapped by meson to capture output)
[922/1337] Generating 'docs/kbase/domainstatecapture.html.p/domainstatecapture.html.in' (wrapped by meson to capture output).
[922/1337] Generating domainstatecapture.html with a custom command (wrapped by meson to capture output)
[923/1337] Generating 'docs/kbase/debuglogs.html.p/debuglogs.html.in' (wrapped by meson to capture output).
[923/1337] Generating debuglogs.html with a custom command (wrapped by meson to capture output)
[924/1337] Generating 'docs/kbase/incrementalbackupinternals.html.p/incrementalbackupinternals.html.in' (wrapped by meson to capture output).
[924/1337] Generating incrementalbackupinternals.html with a custom command (wrapped by meson to capture output)
[925/1337] Generating 'docs/kbase/launch_security_sev.html.p/launch_security_sev.html.in' (wrapped by meson to capture output).
[925/1337] Generating launch_security_sev.html with a custom command (wrapped by meson to capture output)
[926/1337] Compiling C object src/virtsecretd.p/remote_remote_daemon_dispatch.c.o
[926/1337] Generating virkeyname-osx.rst with a custom command (wrapped by meson to capture output)
[927/1337] Generating 'docs/kbase/live_full_disk_backup.html.p/live_full_disk_backup.html.in' (wrapped by meson to capture output).
[927/1337] Generating live_full_disk_backup.html with a custom command (wrapped by meson to capture output)
[928/1337] Generating virkeycode-atset1.rst with a custom command (wrapped by meson to capture output)
[928/1337] Generating virkeyname-win32.rst with a custom command (wrapped by meson to capture output)
[929/1337] Generating 'docs/kbase/locking.html.p/locking.html.in' (wrapped by meson to capture output).
[929/1337] Generating locking.html with a custom command (wrapped by meson to capture output)
[930/1337] Generating 'docs/kbase/locking-sanlock.html.p/locking-sanlock.html.in' (wrapped by meson to capture output).
[930/1337] Generating locking-sanlock.html with a custom command (wrapped by meson to capture output)
[931/1337] Generating 'docs/kbase/locking-lockd.html.p/locking-lockd.html.in' (wrapped by meson to capture output).
[931/1337] Generating locking-lockd.html with a custom command (wrapped by meson to capture output)
[932/1337] Generating 'docs/kbase/merging_disk_image_chains.html.p/merging_disk_image_chains.html.in' (wrapped by meson to capture output).
[932/1337] Generating merging_disk_image_chains.html with a custom command (wrapped by meson to capture output)
[933/1337] Generating 'docs/kbase/qemu-core-dump.html.p/qemu-core-dump.html.in' (wrapped by meson to capture output).
[933/1337] Generating qemu-core-dump.html with a custom command (wrapped by meson to capture output)
[934/1337] Generating 'docs/kbase/s390_protected_virt.html.p/s390_protected_virt.html.in' (wrapped by meson to capture output).
[934/1337] Generating s390_protected_virt.html with a custom command (wrapped by meson to capture output)
[935/1337] Generating 'docs/kbase/kvm-realtime.html.p/kvm-realtime.html.in' (wrapped by meson to capture output).
[935/1337] Generating kvm-realtime.html with a custom command (wrapped by meson to capture output)
[936/1337] Generating 'docs/kbase/memorydevices.html.p/memorydevices.html.in' (wrapped by meson to capture output).
[936/1337] Generating memorydevices.html with a custom command (wrapped by meson to capture output)
[937/1337] Generating 'docs/kbase/qemu-passthrough-security.html.p/qemu-passthrough-security.html.in' (wrapped by meson to capture output).
[937/1337] Generating qemu-passthrough-security.html with a custom command (wrapped by meson to capture output)
[938/1337] Generating virkeycode-atset2.rst with a custom command (wrapped by meson to capture output)
[938/1337] Generating index.html.in with a custom command (wrapped by meson to capture output)
[939/1337] Generating virkeycode-atset3.rst with a custom command (wrapped by meson to capture output)
[939/1337] Generating virsh.1 with a custom command
[940/1337] Generating submitting-patches.html with a custom command (wrapped by meson to capture output)
[940/1337] Generating virsh.html.in with a custom command (wrapped by meson to capture output)
[941/1337] Generating 'docs/kbase/migrationinternals.html.p/migrationinternals.html.in' (wrapped by meson to capture output).
[941/1337] Generating migrationinternals.html with a custom command (wrapped by meson to capture output)
[942/1337] Generating 'docs/kbase/rpm-deployment.html.p/rpm-deployment.html.in' (wrapped by meson to capture output).
[942/1337] Generating rpm-deployment.html with a custom command (wrapped by meson to capture output)
[943/1337] Compiling C object src/virtstoraged.p/remote_remote_daemon_dispatch.c.o
[943/1337] Generating virt-admin.1 with a custom command
[944/1337] Generating 'docs/kbase/virtiofs.html.p/virtiofs.html.in' (wrapped by meson to capture output).
[944/1337] Generating virtiofs.html with a custom command (wrapped by meson to capture output)
[945/1337] Generating virkeycode-osx.rst with a custom command (wrapped by meson to capture output)
[945/1337] Generating virt-admin.html.in with a custom command (wrapped by meson to capture output)
[946/1337] Generating 'docs/kbase/secureusage.html.p/secureusage.html.in' (wrapped by meson to capture output).
[946/1337] Generating secureusage.html with a custom command (wrapped by meson to capture output)
[947/1337] Generating virkeycode-linux.rst with a custom command (wrapped by meson to capture output)
[947/1337] Generating virt-host-validate.1 with a custom command
[948/1337] Generating libvirtxml.html with a custom command (wrapped by meson to capture output)
[948/1337] Generating virt-host-validate.html.in with a custom command (wrapped by meson to capture output)
[949/1337] Generating virkeycode-qnum.rst with a custom command (wrapped by meson to capture output)
[949/1337] Generating virt-login-shell.1 with a custom command
[950/1337] Compiling C object src/virtchd.p/remote_remote_daemon_dispatch.c.o
[950/1337] Generating virt-login-shell.html.in with a custom command (wrapped by meson to capture output)
[951/1337] Generating 'docs/kbase/systemtap.html.p/systemtap.html.in' (wrapped by meson to capture output).
[951/1337] Generating systemtap.html with a custom command (wrapped by meson to capture output)
[952/1337] Generating libvirt.html with a custom command (wrapped by meson to capture output)
[952/1337] Generating virt-pki-validate.1 with a custom command
[953/1337] Compiling C object src/virtlxcd.p/remote_remote_daemon_dispatch.c.o
[953/1337] Generating virt-pki-validate.html.in with a custom command (wrapped by meson to capture output)
[954/1337] Generating virkeycode-usb.rst with a custom command (wrapped by meson to capture output)
[954/1337] Generating virt-qemu-run.1 with a custom command
[955/1337] Generating virkeycode-win32.rst with a custom command (wrapped by meson to capture output)
[955/1337] Generating virt-qemu-run.html.in with a custom command (wrapped by meson to capture output)
[956/1337] Generating domainstatecapture.html with a custom command (wrapped by meson to capture output)
[956/1337] Generating virt-xml-validate.1 with a custom command
[957/1337] Compiling C object src/virtxend.p/remote_remote_daemon_dispatch.c.o
[957/1337] Generating virt-xml-validate.html.in with a custom command (wrapped by meson to capture output)
[958/1337] Generating backing_chains.html with a custom command (wrapped by meson to capture output)
[958/1337] Generating libvirtd.8 with a custom command
[959/1337] Generating index.html with a custom command (wrapped by meson to capture output)
[959/1337] Generating libvirtd.html.in with a custom command (wrapped by meson to capture output)
[960/1337] Generating hvsupport.html.in with a custom command (wrapped by meson to capture output)
[960/1337] Generating hvsupport.html with a custom command (wrapped by meson to capture output)
[961/1337] Generating virt-host-validate.1 with a custom command
[961/1337] Generating virt-sanlock-cleanup.8 with a custom command
[962/1337] Generating incrementalbackupinternals.html with a custom command (wrapped by meson to capture output)
[962/1337] Generating virt-sanlock-cleanup.html.in with a custom command (wrapped by meson to capture output)
[963/1337] Generating virkeycode-xtkbd.rst with a custom command (wrapped by meson to capture output)
[963/1337] Generating virtbhyved.html.in with a custom command (wrapped by meson to capture output)
[964/1337] Generating launch_security_sev.html with a custom command (wrapped by meson to capture output)
[964/1337] Generating virtinterfaced.8 with a custom command
[965/1337] Generating virt-login-shell.1 with a custom command
[965/1337] Generating virtinterfaced.html.in with a custom command (wrapped by meson to capture output)
[966/1337] Generating virt-pki-validate.1 with a custom command
[966/1337] Generating virtlockd.8 with a custom command
[967/1337] Generating debuglogs.html with a custom command (wrapped by meson to capture output)
[967/1337] Generating virtlockd.html.in with a custom command (wrapped by meson to capture output)
[968/1337] Generating virkeyname-linux.rst with a custom command (wrapped by meson to capture output)
[968/1337] Generating virtlogd.8 with a custom command
[969/1337] Generating live_full_disk_backup.html with a custom command (wrapped by meson to capture output)
[969/1337] Generating virtlogd.html.in with a custom command (wrapped by meson to capture output)
[970/1337] Generating locking.html with a custom command (wrapped by meson to capture output)
[970/1337] Generating virtlxcd.8 with a custom command
[971/1337] Generating virt-admin.1 with a custom command
[971/1337] Generating virtlxcd.html.in with a custom command (wrapped by meson to capture output)
[972/1337] Generating locking-lockd.html with a custom command (wrapped by meson to capture output)
[972/1337] Generating virtnetworkd.8 with a custom command
[973/1337] Generating virt-qemu-run.1 with a custom command
[973/1337] Generating virtnetworkd.html.in with a custom command (wrapped by meson to capture output)
[974/1337] Generating qemu-core-dump.html with a custom command (wrapped by meson to capture output)
[974/1337] Generating virtnodedevd.8 with a custom command
[975/1337] Generating locking-sanlock.html with a custom command (wrapped by meson to capture output)
[975/1337] Generating virtnodedevd.html.in with a custom command (wrapped by meson to capture output)
[976/1337] Generating merging_disk_image_chains.html with a custom command (wrapped by meson to capture output)
[976/1337] Generating virtnwfilterd.8 with a custom command
[977/1337] Generating qemu-passthrough-security.html with a custom command (wrapped by meson to capture output)
[977/1337] Generating virtnwfilterd.html.in with a custom command (wrapped by meson to capture output)
[978/1337] Generating s390_protected_virt.html with a custom command (wrapped by meson to capture output)
[978/1337] Generating virtproxyd.8 with a custom command
[979/1337] Generating kvm-realtime.html with a custom command (wrapped by meson to capture output)
[979/1337] Generating virtproxyd.html.in with a custom command (wrapped by meson to capture output)
[980/1337] Generating virkeyname-osx.rst with a custom command (wrapped by meson to capture output)
[980/1337] Generating virtqemud.8 with a custom command
[981/1337] Generating virkeyname-win32.rst with a custom command (wrapped by meson to capture output)
[981/1337] Generating virtqemud.html.in with a custom command (wrapped by meson to capture output)
[982/1337] Generating memorydevices.html with a custom command (wrapped by meson to capture output)
[982/1337] Generating virtsecretd.8 with a custom command
[983/1337] Generating virt-xml-validate.1 with a custom command
[983/1337] Generating virtsecretd.html.in with a custom command (wrapped by meson to capture output)
[984/1337] Generating migrationinternals.html with a custom command (wrapped by meson to capture output)
[984/1337] Generating virtstoraged.8 with a custom command
[985/1337] Generating virt-sanlock-cleanup.8 with a custom command
[985/1337] Generating virtstoraged.html.in with a custom command (wrapped by meson to capture output)
[986/1337] Generating rpm-deployment.html with a custom command (wrapped by meson to capture output)
[986/1337] Generating virtvboxd.8 with a custom command
[987/1337] Generating libvirtd.8 with a custom command
[987/1337] Generating virtvboxd.html.in with a custom command (wrapped by meson to capture output)
[988/1337] Generating virtiofs.html with a custom command (wrapped by meson to capture output)
[988/1337] Generating virtvzd.html.in with a custom command (wrapped by meson to capture output)
[989/1337] Generating secureusage.html with a custom command (wrapped by meson to capture output)
[989/1337] Generating virtxend.8 with a custom command
[990/1337] Generating systemtap.html with a custom command (wrapped by meson to capture output)
[990/1337] Generating virtxend.html.in with a custom command (wrapped by meson to capture output)
[991/1337] Generating virtinterfaced.8 with a custom command
[991/1337] Generating virkeycode-atset1.7 with a custom command
[992/1337] Generating virtlockd.8 with a custom command
[992/1337] Generating virkeycode-atset1.html.in with a custom command (wrapped by meson to capture output)
[993/1337] Generating virtlogd.8 with a custom command
[993/1337] Generating virkeycode-atset2.7 with a custom command
[994/1337] Generating virtlxcd.8 with a custom command
[994/1337] Generating virkeycode-atset2.html.in with a custom command (wrapped by meson to capture output)
[995/1337] Generating virtnodedevd.8 with a custom command
[995/1337] Generating virkeycode-atset3.7 with a custom command
[996/1337] Generating virtnetworkd.8 with a custom command
[996/1337] Generating virkeycode-atset3.html.in with a custom command (wrapped by meson to capture output)
[997/1337] Generating virtnwfilterd.8 with a custom command
[997/1337] Generating virkeycode-linux.7 with a custom command
[998/1337] Generating index-api with a custom command
[998/1337] Generating virkeycode-linux.html.in with a custom command (wrapped by meson to capture output)
[999/1337] Generating virtproxyd.8 with a custom command
[999/1337] Generating virkeycode-osx.7 with a custom command
[1000/1337] Compiling C object src/virtqemud.p/remote_remote_daemon_dispatch.c.o
[1000/1337] Generating virkeycode-osx.html.in with a custom command (wrapped by meson to capture output)
[1001/1337] Generating virtqemud.8 with a custom command
[1001/1337] Generating virkeycode-qnum.7 with a custom command
[1002/1337] Generating index.html.in with a custom command (wrapped by meson to capture output)
[1002/1337] Generating virkeycode-qnum.html.in with a custom command (wrapped by meson to capture output)
[1003/1337] Generating virtstoraged.8 with a custom command
[1003/1337] Generating virkeycode-usb.7 with a custom command
[1004/1337] Compiling C object src/virtvboxd.p/remote_remote_daemon_dispatch.c.o
[1004/1337] Generating virkeycode-usb.html.in with a custom command (wrapped by meson to capture output)
[1005/1337] Generating virtsecretd.8 with a custom command
[1005/1337] Generating virkeycode-win32.7 with a custom command
[1006/1337] Generating virtvboxd.8 with a custom command
[1006/1337] Generating virkeycode-win32.html.in with a custom command (wrapped by meson to capture output)
[1007/1337] Generating hvsupport.html with a custom command (wrapped by meson to capture output)
[1007/1337] Generating virkeycode-xtkbd.7 with a custom command
[1008/1337] Generating virtxend.8 with a custom command
[1008/1337] Generating virkeycode-xtkbd.html.in with a custom command (wrapped by meson to capture output)
[1009/1337] Generating virt-login-shell.html.in with a custom command (wrapped by meson to capture output)
[1009/1337] Generating virkeyname-linux.7 with a custom command
[1010/1337] Generating 'docs/formatdomain.html.p/formatdomain.html.in' (wrapped by meson to capture output).
[1010/1337] Generating formatdomain.html with a custom command (wrapped by meson to capture output)
[1011/1337] Generating virkeycode-atset1.7 with a custom command
[1011/1337] Generating virkeyname-linux.html.in with a custom command (wrapped by meson to capture output)
[1012/1337] Generating virkeycode-atset2.7 with a custom command
[1012/1337] Generating virkeyname-osx.7 with a custom command
[1013/1337] Generating virkeycode-atset3.7 with a custom command
[1013/1337] Generating virkeyname-osx.html.in with a custom command (wrapped by meson to capture output)
[1014/1337] Generating virt-host-validate.html.in with a custom command (wrapped by meson to capture output)
[1014/1337] Generating virkeyname-win32.7 with a custom command
[1015/1337] Generating virt-pki-validate.html.in with a custom command (wrapped by meson to capture output)
[1015/1337] Generating virkeyname-win32.html.in with a custom command (wrapped by meson to capture output)
[1016/1337] Generating virkeycode-osx.7 with a custom command
[1016/1337] Generating index.html with a custom command (wrapped by meson to capture output)
[1017/1337] Generating virt-admin.html.in with a custom command (wrapped by meson to capture output)
[1017/1337] Generating virt-admin.html with a custom command (wrapped by meson to capture output)
[1018/1337] Generating virt-qemu-run.html.in with a custom command (wrapped by meson to capture output)
[1018/1337] Generating virt-host-validate.html with a custom command (wrapped by meson to capture output)
[1019/1337] Generating 'docs/news.html.p/NEWS.html.in' (wrapped by meson to capture output).
[1019/1337] Generating news.html with a custom command (wrapped by meson to capture output)
[1020/1337] Generating virkeycode-win32.7 with a custom command
[1020/1337] Generating virt-login-shell.html with a custom command (wrapped by meson to capture output)
[1021/1337] Generating virt-xml-validate.html.in with a custom command (wrapped by meson to capture output)
[1021/1337] Generating virt-pki-validate.html with a custom command (wrapped by meson to capture output)
[1022/1337] Generating virkeycode-usb.7 with a custom command
[1022/1337] Generating virt-qemu-run.html with a custom command (wrapped by meson to capture output)
[1023/1337] Generating virkeycode-qnum.7 with a custom command
[1023/1337] Generating virt-xml-validate.html with a custom command (wrapped by meson to capture output)
[1024/1337] Compiling C object src/conf/libvirt_conf.a.p/domain_conf.c.o
[1024/1337] Linking static target src/conf/libvirt_conf.a
[1025/1337] Generating virt-sanlock-cleanup.html.in with a custom command (wrapped by meson to capture output)
[1025/1337] Generating virt-sanlock-cleanup.html with a custom command (wrapped by meson to capture output)
[1026/1337] Generating libvirtd.html.in with a custom command (wrapped by meson to capture output)
[1026/1337] Generating libvirtd.html with a custom command (wrapped by meson to capture output)
[1027/1337] Generating virtbhyved.html.in with a custom command (wrapped by meson to capture output)
[1027/1337] Generating virtbhyved.html with a custom command (wrapped by meson to capture output)
[1028/1337] Generating virkeycode-xtkbd.7 with a custom command
[1029/1337] Generating virtlogd.html.in with a custom command (wrapped by meson to capture output)
[1029/1337] Generating virtlogd.html with a custom command (wrapped by meson to capture output)
[1030/1337] Generating virtlockd.html.in with a custom command (wrapped by meson to capture output)
[1030/1337] Generating virtlockd.html with a custom command (wrapped by meson to capture output)
[1031/1337] Generating virtlxcd.html.in with a custom command (wrapped by meson to capture output)
[1031/1337] Generating virtlxcd.html with a custom command (wrapped by meson to capture output)
[1032/1337] Generating virkeycode-linux.7 with a custom command
[1033/1337] Generating virtinterfaced.html.in with a custom command (wrapped by meson to capture output)
[1033/1337] Generating virtinterfaced.html with a custom command (wrapped by meson to capture output)
[1034/1337] Generating virtnetworkd.html.in with a custom command (wrapped by meson to capture output)
[1034/1337] Generating virtnetworkd.html with a custom command (wrapped by meson to capture output)
[1035/1337] Generating virtnodedevd.html.in with a custom command (wrapped by meson to capture output)
[1035/1337] Generating virtnodedevd.html with a custom command (wrapped by meson to capture output)
[1036/1337] Generating virtproxyd.html.in with a custom command (wrapped by meson to capture output)
[1036/1337] Generating virtproxyd.html with a custom command (wrapped by meson to capture output)
[1037/1337] Generating virtqemud.html.in with a custom command (wrapped by meson to capture output)
[1037/1337] Generating virtqemud.html with a custom command (wrapped by meson to capture output)
[1038/1337] Generating virtnwfilterd.html.in with a custom command (wrapped by meson to capture output)
[1038/1337] Generating virtnwfilterd.html with a custom command (wrapped by meson to capture output)
[1039/1337] Linking static target src/conf/libvirt_conf.a
[1039/1337] Linking target src/libvirt.so.0.7009.0
[1040/1337] Generating virtstoraged.html.in with a custom command (wrapped by meson to capture output)
[1040/1337] Generating virtstoraged.html with a custom command (wrapped by meson to capture output)
[1041/1337] Generating virtsecretd.html.in with a custom command (wrapped by meson to capture output)
[1041/1337] Generating virtsecretd.html with a custom command (wrapped by meson to capture output)
[1042/1337] Generating virtvboxd.html.in with a custom command (wrapped by meson to capture output)
[1042/1337] Generating virtvboxd.html with a custom command (wrapped by meson to capture output)
[1043/1337] Generating virtvzd.html.in with a custom command (wrapped by meson to capture output)
[1043/1337] Generating virtvzd.html with a custom command (wrapped by meson to capture output)
[1044/1337] Generating virtxend.html.in with a custom command (wrapped by meson to capture output)
[1044/1337] Generating virtxend.html with a custom command (wrapped by meson to capture output)
[1045/1337] Generating virkeyname-linux.7 with a custom command
[1046/1337] Generating virkeyname-osx.7 with a custom command
[1047/1337] Generating virkeyname-win32.7 with a custom command
[1048/1337] Generating virkeycode-atset2.html.in with a custom command (wrapped by meson to capture output)
[1048/1337] Generating virkeycode-atset2.html with a custom command (wrapped by meson to capture output)
[1049/1337] Generating virt-admin.html with a custom command (wrapped by meson to capture output)
[1050/1337] Generating virkeycode-atset1.html.in with a custom command (wrapped by meson to capture output)
[1050/1337] Generating virkeycode-atset1.html with a custom command (wrapped by meson to capture output)
[1051/1337] Generating virt-host-validate.html with a custom command (wrapped by meson to capture output)
[1052/1337] Generating formatdomain.html with a custom command (wrapped by meson to capture output)
[1053/1337] Generating news.html with a custom command (wrapped by meson to capture output)
[1054/1337] Generating virt-login-shell.html with a custom command (wrapped by meson to capture output)
[1055/1337] Generating virt-xml-validate.html with a custom command (wrapped by meson to capture output)
[1056/1337] Generating index.html with a custom command (wrapped by meson to capture output)
[1057/1337] Generating virt-sanlock-cleanup.html with a custom command (wrapped by meson to capture output)
[1058/1337] Generating virt-pki-validate.html with a custom command (wrapped by meson to capture output)
[1059/1337] Generating virt-qemu-run.html with a custom command (wrapped by meson to capture output)
[1060/1337] Generating virkeycode-osx.html.in with a custom command (wrapped by meson to capture output)
[1060/1337] Generating virkeycode-osx.html with a custom command (wrapped by meson to capture output)
[1061/1337] Generating virtbhyved.html with a custom command (wrapped by meson to capture output)
[1062/1337] Generating virkeycode-atset3.html.in with a custom command (wrapped by meson to capture output)
[1062/1337] Generating virkeycode-atset3.html with a custom command (wrapped by meson to capture output)
[1063/1337] Generating libvirtd.html with a custom command (wrapped by meson to capture output)
[1064/1337] Generating virtlockd.html with a custom command (wrapped by meson to capture output)
[1065/1337] Generating virtlogd.html with a custom command (wrapped by meson to capture output)
[1066/1337] Generating virtinterfaced.html with a custom command (wrapped by meson to capture output)
[1067/1337] Generating virtlxcd.html with a custom command (wrapped by meson to capture output)
[1068/1337] Generating virkeycode-usb.html.in with a custom command (wrapped by meson to capture output)
[1068/1337] Generating virkeycode-usb.html with a custom command (wrapped by meson to capture output)
[1069/1337] Generating virtnodedevd.html with a custom command (wrapped by meson to capture output)
[1070/1337] Generating virtnetworkd.html with a custom command (wrapped by meson to capture output)
[1071/1337] Generating virkeycode-win32.html.in with a custom command (wrapped by meson to capture output)
[1071/1337] Generating virkeycode-win32.html with a custom command (wrapped by meson to capture output)
[1072/1337] Generating virtproxyd.html with a custom command (wrapped by meson to capture output)
[1073/1337] Generating virkeycode-qnum.html.in with a custom command (wrapped by meson to capture output)
[1073/1337] Generating virkeycode-qnum.html with a custom command (wrapped by meson to capture output)
[1074/1337] Generating virkeycode-xtkbd.html.in with a custom command (wrapped by meson to capture output)
[1074/1337] Generating virkeycode-xtkbd.html with a custom command (wrapped by meson to capture output)
[1075/1337] Generating virtnwfilterd.html with a custom command (wrapped by meson to capture output)
[1076/1337] Generating virtsecretd.html with a custom command (wrapped by meson to capture output)
[1077/1337] Generating virtstoraged.html with a custom command (wrapped by meson to capture output)
[1078/1337] Generating virkeycode-linux.html.in with a custom command (wrapped by meson to capture output)
[1078/1337] Generating virkeycode-linux.html with a custom command (wrapped by meson to capture output)
[1079/1337] Generating virtqemud.html with a custom command (wrapped by meson to capture output)
[1080/1337] Generating virtvboxd.html with a custom command (wrapped by meson to capture output)
[1081/1337] Generating virtxend.html with a custom command (wrapped by meson to capture output)
[1082/1337] Generating virtvzd.html with a custom command (wrapped by meson to capture output)
[1083/1337] Compiling C object tests/cputest.p/cputest.c.o
[1084/1337] Generating virkeycode-atset2.html with a custom command (wrapped by meson to capture output)
[1085/1337] Generating virsh.1 with a custom command
[1086/1337] Generating virkeycode-atset1.html with a custom command (wrapped by meson to capture output)
[1087/1337] Generating virkeyname-linux.html.in with a custom command (wrapped by meson to capture output)
[1087/1337] Generating virkeyname-linux.html with a custom command (wrapped by meson to capture output)
[1088/1337] Generating virkeyname-osx.html.in with a custom command (wrapped by meson to capture output)
[1088/1337] Generating virkeyname-osx.html with a custom command (wrapped by meson to capture output)
[1089/1337] Generating virkeycode-osx.html with a custom command (wrapped by meson to capture output)
[1090/1337] Generating virkeycode-atset3.html with a custom command (wrapped by meson to capture output)
[1091/1337] Generating virkeycode-usb.html with a custom command (wrapped by meson to capture output)
[1092/1337] Generating virkeyname-win32.html.in with a custom command (wrapped by meson to capture output)
[1092/1337] Generating virkeyname-win32.html with a custom command (wrapped by meson to capture output)
[1093/1337] Generating virkeycode-win32.html with a custom command (wrapped by meson to capture output)
[1094/1337] Generating virkeycode-qnum.html with a custom command (wrapped by meson to capture output)
[1095/1337] Generating virkeycode-xtkbd.html with a custom command (wrapped by meson to capture output)
[1096/1337] Generating virkeycode-linux.html with a custom command (wrapped by meson to capture output)
[1097/1337] Generating virkeyname-linux.html with a custom command (wrapped by meson to capture output)
[1098/1337] Generating virkeyname-osx.html with a custom command (wrapped by meson to capture output)
[1099/1337] Generating virkeyname-win32.html with a custom command (wrapped by meson to capture output)
[1100/1337] Generating virsh.html.in with a custom command (wrapped by meson to capture output)
[1100/1337] Generating virsh.html with a custom command (wrapped by meson to capture output)
[1101/1337] Compiling C object tests/qemuxml2xmltest.p/qemuxml2xmltest.c.o
[1102/1337] Linking target src/libvirt.so.0.7009.0
[1102/1337] Generating symbol file src/libvirt.so.0.7009.0.p/libvirt.so.0.7009.0.symbols
[1103/1337] Generating virsh.html with a custom command (wrapped by meson to capture output)
[1104/1337] Generating symbol file src/libvirt.so.0.7009.0.p/libvirt.so.0.7009.0.symbols
[1104/1337] Linking target src/libvirt_driver_lxc.so
[1104/1337] Linking target tests/virfirewalltest
[1104/1337] Linking target tests/virfilecachetest
[1104/1337] Linking target tests/vircgrouptest
[1104/1337] Linking target src/libvirt-qemu.so.0.7009.0
[1104/1337] Linking target src/libvirt-lxc.so.0.7009.0
[1104/1337] Linking target src/libvirt-admin.so.0.7009.0
[1104/1337] Linking target src/lockd.so
[1104/1337] Linking target src/libvirt_driver_network.so
[1104/1337] Linking target src/libvirt_driver_nodedev.so
[1104/1337] Linking target src/libvirt_driver_nwfilter.so
[1104/1337] Linking target src/libvirt_driver_interface.so
[1104/1337] Linking target src/sanlock.so
[1104/1337] Linking target src/libvirt_driver_secret.so
[1104/1337] Linking target src/libvirt_driver_storage.so
[1104/1337] Linking target src/libvirt_storage_backend_fs.so
[1104/1337] Linking target src/libvirt_storage_backend_disk.so
[1104/1337] Linking target src/libvirt_storage_backend_gluster.so
[1104/1337] Linking target src/libvirt_storage_backend_logical.so
[1104/1337] Linking target src/libvirt_storage_backend_iscsi.so
[1104/1337] Linking target src/libvirt_storage_backend_iscsi-direct.so
[1104/1337] Linking target src/libvirt_storage_backend_vstorage.so
[1104/1337] Linking target src/libvirt_storage_backend_mpath.so
[1104/1337] Linking target src/libvirt_storage_backend_rbd.so
[1104/1337] Linking target src/libvirt_storage_backend_scsi.so
[1104/1337] Linking target src/libvirt_storage_backend_zfs.so
[1104/1337] Linking target src/libvirt_storage_file_fs.so
[1104/1337] Linking target src/libvirt_storage_file_gluster.so
[1104/1337] Linking target src/libvirt_driver_libxl.so
[1104/1337] Linking target src/libvirt_driver_ch.so
[1104/1337] Linking target src/libvirt_driver_qemu.so
[1104/1337] Linking target src/libvirt_driver_vbox.so
[1104/1337] Linking target src/libvirt_leaseshelper
[1104/1337] Linking target src/virt-aa-helper
[1104/1337] Linking target src/libvirt_iohelper
[1104/1337] Linking target src/virt-ssh-helper
[1104/1337] Linking target src/libvirt_sanlock_helper
[1104/1337] Linking target src/libvirt_parthelper
[1104/1337] Linking target src/libvirt_lxc
[1104/1337] Linking target src/virt-qemu-run
[1104/1337] Linking target tools/virt-host-validate
[1104/1337] Linking target tests/libtest_xen_driver.so
[1104/1337] Linking target tests/libtest_qemu_driver.so
[1104/1337] Linking target tests/libshunload.so
[1104/1337] Linking target tests/libdomaincapsmock.so
[1104/1337] Linking target tests/libvircgroupmock.so
[1104/1337] Linking target tests/libvirfilecachemock.so
[1104/1337] Linking target tests/libvirnetserverclientmock.so
[1105/1337] Linking target src/libvirt-qemu.so.0.7009.0
[1105/1337] Generating symbol file src/libvirt-qemu.so.0.7009.0.p/libvirt-qemu.so.0.7009.0.symbols
[1106/1337] Linking target src/libvirt_storage_file_fs.so
[1106/1337] Linking target tests/libvirpcimock.so
[1107/1337] Linking target src/libvirt_storage_backend_fs.so
[1107/1337] Linking target tests/libvirfirewallmock.so
[1108/1337] Linking target src/libvirt_driver_secret.so
[1108/1337] Linking target tests/libvirgdbusmock.so
[1109/1337] Linking target src/libvirt_storage_backend_disk.so
[1109/1337] Linking target tests/libvirhostcpumock.so
[1110/1337] Linking target src/libvirt_storage_backend_logical.so
[1110/1337] Linking target tests/libvirhostdevmock.so
[1111/1337] Linking target src/libvirt_storage_backend_vstorage.so
[1111/1337] Linking target tests/libvirnetdaemonmock.so
[1112/1337] Linking target src/sanlock.so
[1112/1337] Linking target tests/libvirnetdevmock.so
[1113/1337] Linking target src/libvirt_storage_backend_iscsi.so
[1113/1337] Linking target tests/libvirrandommock.so
[1114/1337] Linking target src/libvirt_storage_backend_scsi.so
[1114/1337] Linking target tests/libvirnetdevbandwidthmock.so
[1115/1337] Linking target src/libvirt_storage_backend_zfs.so
[1115/1337] Linking target tests/libvirportallocatormock.so
[1116/1337] Linking target src/libvirt-lxc.so.0.7009.0
[1116/1337] Generating symbol file src/libvirt-lxc.so.0.7009.0.p/libvirt-lxc.so.0.7009.0.symbols
[1117/1337] Linking target tests/libvirnetserverclientmock.so
[1117/1337] Linking target tests/libvirprocessmock.so
[1118/1337] Linking target src/libvirt_storage_backend_iscsi-direct.so
[1118/1337] Linking target tests/libvirfilemock.so
[1119/1337] Linking target src/libvirt_storage_backend_mpath.so
[1119/1337] Linking target tests/libvirnumamock.so
[1120/1337] Linking target src/libvirt_storage_backend_rbd.so
[1120/1337] Linking target tests/libvirtestmock.so
[1121/1337] Linking target tests/libdomaincapsmock.so
[1121/1337] Linking target tests/libqemucpumock.so
[1122/1337] Linking target src/libvirt_driver_ch.so
[1122/1337] Linking target tests/libqemuhotplugmock.so
[1123/1337] Linking target tests/libshunload.so
[1123/1337] Linking target tests/libvirusbmock.so
[1124/1337] Linking target src/libvirt_driver_interface.so
[1124/1337] Linking target tests/libxlmock.so
[1125/1337] Linking target src/libvirt_driver_network.so
[1125/1337] Linking target tests/libnssmock.so
[1126/1337] Linking target src/libvirt_driver_nwfilter.so
[1126/1337] Linking target tests/libqemucaps2xmlmock.so
[1127/1337] Linking target src/libvirt_driver_storage.so
[1127/1337] Linking target tests/libvirhostidmock.so
[1128/1337] Linking target src/lockd.so
[1128/1337] Linking target tests/libsecurityselinuxhelper.so
[1129/1337] Linking target src/libvirt_driver_vbox.so
[1129/1337] Linking target tests/libqemuxml2argvmock.so
[1130/1337] Linking target src/libvirt_storage_backend_gluster.so
[1130/1337] Linking target tests/commandtest
[1131/1337] Linking target tests/libvircgroupmock.so
[1131/1337] Linking target tests/domainconftest
[1132/1337] Linking target src/libvirt-admin.so.0.7009.0
[1132/1337] Generating symbol file src/libvirt-admin.so.0.7009.0.p/libvirt-admin.so.0.7009.0.symbols
[1133/1337] Linking target src/libvirt_storage_file_gluster.so
[1133/1337] Linking target tests/genericxml2xmltest
[1134/1337] Linking target src/libvirt_driver_nodedev.so
[1134/1337] Linking target tests/nodedevxml2xmltest
[1135/1337] Linking target tests/libvirfilecachemock.so
[1135/1337] Linking target tests/interfacexml2xmltest
[1136/1337] Linking target src/libvirt_driver_libxl.so
[1136/1337] Linking target tests/metadatatest
[1137/1337] Linking target tests/libtest_xen_driver.so
[1137/1337] Generating symbol file tests/libtest_xen_driver.so.p/libtest_xen_driver.so.symbols
[1138/1337] Linking target src/libvirt_driver_lxc.so
[1138/1337] Linking target tests/networkxml2xmlupdatetest
[1139/1337] Linking target tools/virt-host-validate
[1139/1337] Linking target tests/nwfilterxml2xmltest
[1140/1337] Linking target tests/libvirpcimock.so
[1140/1337] Linking target tests/seclabeltest
[1141/1337] Linking target tests/libvirfirewallmock.so
[1141/1337] Linking target tests/secretxml2xmltest
[1142/1337] Linking target src/libvirt_iohelper
[1142/1337] Linking target tests/objecteventtest
[1143/1337] Linking target src/virt-ssh-helper
[1143/1337] Linking target tests/shunloadtest
[1144/1337] Linking target tests/libvirhostdevmock.so
[1144/1337] Linking target tests/sysinfotest
[1145/1337] Linking target src/virt-aa-helper
[1145/1337] Linking target tests/sockettest
[1146/1337] Linking target tests/libvirgdbusmock.so
[1146/1337] Linking target tests/storagevolxml2xmltest
[1147/1337] Linking target src/libvirt_sanlock_helper
[1147/1337] Linking target tests/utiltest
[1148/1337] Linking target tests/libvirnetdevbandwidthmock.so
[1148/1337] Linking target tests/viralloctest
[1149/1337] Linking target tests/libvirnetdevmock.so
[1149/1337] Linking target tests/virbuftest
[1150/1337] Linking target tests/libvirrandommock.so
[1150/1337] Linking target tests/vircapstest
[1151/1337] Linking target tests/libvirusbmock.so
[1151/1337] Linking target tests/virauthconfigtest
[1152/1337] Linking target src/libvirt_parthelper
[1152/1337] Linking target tests/virbitmaptest
[1153/1337] Linking target tests/libvirhostcpumock.so
[1153/1337] Linking target tests/virconftest
[1154/1337] Linking target tests/libvirnumamock.so
[1154/1337] Linking target tests/vircryptotest
[1155/1337] Linking target tests/libvirportallocatormock.so
[1155/1337] Linking target tests/virendiantest
[1156/1337] Linking target tests/libvirnetdaemonmock.so
[1156/1337] Linking target tests/virerrortest
[1157/1337] Linking target tests/libvirprocessmock.so
[1157/1337] Linking target tests/virfiletest
[1158/1337] Linking target src/libvirt_leaseshelper
[1158/1337] Linking target tests/virhostcputest
[1159/1337] Linking target tests/libvirfilemock.so
[1159/1337] Linking target tests/viridentitytest
[1160/1337] Linking target src/virt-qemu-run
[1160/1337] Linking target tests/viriscsitest
[1161/1337] Linking target tests/libqemucpumock.so
[1161/1337] Linking target tests/virhostdevtest
[1162/1337] Linking target tests/libvirtestmock.so
[1162/1337] Linking target tests/virkeycodetest
[1163/1337] Linking target tests/libqemuhotplugmock.so
[1163/1337] Linking target tests/virkmodtest
[1164/1337] Linking target tests/libxlmock.so
[1164/1337] Linking target tests/virnetdevtest
[1165/1337] Linking target tests/libnssmock.so
[1165/1337] Linking target tests/virlockspacetest
[1166/1337] Linking target tests/libvirhostidmock.so
[1166/1337] Linking target tests/virlogtest
[1167/1337] Linking target tests/libqemucaps2xmlmock.so
[1167/1337] Linking target tests/virportallocatortest
[1168/1337] Linking target tests/libsecurityselinuxhelper.so
[1168/1337] Linking target tests/virpcitest
[1169/1337] Linking target tests/libqemuxml2argvmock.so
[1169/1337] Linking target tests/virnetworkportxml2xmltest
[1170/1337] Linking target tests/vircgrouptest
[1170/1337] Linking target tests/virnwfilterbindingxml2xmltest
[1171/1337] Linking target tests/virfirewalltest
[1171/1337] Linking target tests/virrotatingfiletest
[1172/1337] Linking target tests/virfilecachetest
[1172/1337] Linking target tests/virschematest
[1173/1337] Linking target src/libvirt_lxc
[1173/1337] Linking target tests/virtimetest
[1174/1337] Generating symbol file src/libvirt-qemu.so.0.7009.0.p/libvirt-qemu.so.0.7009.0.symbols
[1174/1337] Linking target tests/virdrivermoduletest
[1175/1337] Linking target src/libvirt_driver_qemu.so
[1175/1337] Linking target tests/virshtest
[1176/1337] Generating symbol file src/libvirt-lxc.so.0.7009.0.p/libvirt-lxc.so.0.7009.0.symbols
[1176/1337] Linking target src/virtproxyd
[1177/1337] Linking target tests/libtest_qemu_driver.so
[1177/1337] Linking target src/libvirtd
[1178/1337] Generating symbol file src/libvirt-admin.so.0.7009.0.p/libvirt-admin.so.0.7009.0.symbols
[1178/1337] Linking target src/virtinterfaced
[1179/1337] Generating symbol file tests/libtest_xen_driver.so.p/libtest_xen_driver.so.symbols
[1179/1337] Linking target src/virtnetworkd
[1180/1337] Linking target tests/genericxml2xmltest
[1180/1337] Linking target src/virtlockd
[1181/1337] Linking target tests/commandtest
[1181/1337] Linking target src/virtlogd
[1182/1337] Linking target tests/domainconftest
[1182/1337] Linking target src/virtnodedevd
[1183/1337] Linking target tests/networkxml2xmlupdatetest
[1183/1337] Linking target src/virtnwfilterd
[1184/1337] Linking target tests/interfacexml2xmltest
[1184/1337] Linking target src/virtsecretd
[1185/1337] Linking target tests/nodedevxml2xmltest
[1185/1337] Linking target src/virtstoraged
[1186/1337] Linking target tests/metadatatest
[1186/1337] Linking target src/virtchd
[1187/1337] Linking target tests/nwfilterxml2xmltest
[1187/1337] Linking target src/virtxend
[1188/1337] Linking target tests/seclabeltest
[1188/1337] Linking target src/virtlxcd
[1189/1337] Linking target tests/shunloadtest
[1189/1337] Linking target src/virtqemud
[1190/1337] Linking target tests/sysinfotest
[1190/1337] Linking target src/virtvboxd
[1191/1337] Linking target tests/sockettest
[1191/1337] Linking target tools/virt-login-shell-helper
[1192/1337] Linking target tests/storagevolxml2xmltest
[1192/1337] Linking target tools/virt-admin
[1193/1337] Linking target tests/secretxml2xmltest
[1193/1337] Linking target tools/virsh
[1194/1337] Linking target tests/virbitmaptest
[1194/1337] Generating symbol file tests/libtest_qemu_driver.so.p/libtest_qemu_driver.so.symbols
[1195/1337] Linking target tests/objecteventtest
[1195/1337] Linking target tests/xlconfigtest
[1196/1337] Linking target tests/viralloctest
[1196/1337] Linking target tests/xmconfigtest
[1197/1337] Linking target tests/virbuftest
[1197/1337] Linking target tests/virstringtest
[1198/1337] Linking target tests/virauthconfigtest
[1198/1337] Linking target tests/virsystemdtest
[1199/1337] Linking target tests/vircryptotest
[1199/1337] Linking target tests/virtypedparamtest
[1200/1337] Linking target tests/virendiantest
[1200/1337] Linking target tests/viruritest
[1201/1337] Linking target tests/utiltest
[1201/1337] Linking target tests/virpcivpdtest
[1202/1337] Linking target tests/virerrortest
[1202/1337] Linking target tests/vshtabletest
[1203/1337] Linking target tests/virfiletest
[1203/1337] Linking target tests/virmigtest
[1204/1337] Linking target tests/virconftest
[1204/1337] Linking target tests/fchosttest
[1205/1337] Linking target tests/viridentitytest
[1205/1337] Linking target tests/scsihosttest
[1206/1337] Linking target tests/virkmodtest
[1206/1337] Linking target tests/vircaps2xmltest
[1207/1337] Linking target tests/virhostcputest
[1207/1337] Linking target tests/virnetdevbandwidthtest
[1208/1337] Linking target tests/virhostdevtest
[1208/1337] Linking target tests/virresctrltest
[1209/1337] Linking target tests/viriscsitest
[1209/1337] Linking target tests/virscsitest
[1210/1337] Linking target tests/virkeycodetest
[1210/1337] Linking target tests/virusbtest
[1211/1337] Linking target tests/virlockspacetest
[1211/1337] Linking target tests/virnetdevopenvswitchtest
[1212/1337] Linking target tests/virportallocatortest
[1212/1337] Linking target tests/esxutilstest
[1213/1337] Linking target tests/virpcitest
[1213/1337] Linking target tests/eventtest
[1214/1337] Linking target tests/virlogtest
[1214/1337] Linking target tests/fdstreamtest
[1215/1337] Linking target tests/virnetworkportxml2xmltest
[1215/1337] Linking target tests/virdriverconnvalidatetest
[1216/1337] Linking target tests/virrotatingfiletest
[1216/1337] Linking target tests/libxlxml2domconfigtest
[1217/1337] Linking target tests/virnwfilterbindingxml2xmltest
[1217/1337] Linking target tests/lxcconf2xmltest
[1218/1337] Linking target tests/virnetdevtest
[1218/1337] Linking target tests/lxcxml2xmltest
[1219/1337] Linking target tests/virschematest
[1219/1337] Linking target tests/networkxml2conftest
[1220/1337] Linking target tests/virtimetest
[1220/1337] Linking target tests/networkxml2firewalltest
[1221/1337] Linking target tests/virshtest
[1221/1337] Linking target tests/networkxml2xmltest
[1222/1337] Linking target tests/virdrivermoduletest
[1222/1337] Linking target tests/nodedevmdevctltest
[1223/1337] Linking target src/libvirtd
[1223/1337] Linking target tests/nsstest
[1224/1337] Linking target src/virtlockd
[1224/1337] Linking target tests/nssguesttest
[1225/1337] Linking target src/virtproxyd
[1225/1337] Linking target tests/nwfilterebiptablestest
[1226/1337] Linking target src/virtlogd
[1226/1337] Linking target tests/nwfilterxml2firewalltest
[1227/1337] Linking target tools/virt-login-shell-helper
[1227/1337] Linking target tests/openvzutilstest
[1228/1337] Linking target tools/virt-admin
[1228/1337] Linking target tests/virpolkittest
[1229/1337] Linking target src/virtnetworkd
[1229/1337] Linking target tests/virnetdaemontest
[1230/1337] Linking target src/virtinterfaced
[1230/1337] Linking target tests/virnetmessagetest
[1231/1337] Linking target src/virtnwfilterd
[1231/1337] Linking target tests/virnetsockettest
[1232/1337] Linking target tests/vircapstest
[1232/1337] Linking target tests/virnetserverclienttest
[1233/1337] Linking target src/virtsecretd
[1233/1337] Linking target tests/virnettlscontexttest
[1234/1337] Linking target src/virtstoraged
[1234/1337] Linking target tests/securityselinuxtest
[1235/1337] Linking target src/virtchd
[1235/1337] Linking target tests/storagepoolxml2argvtest
[1236/1337] Linking target tools/virsh
[1236/1337] Linking target tests/virnettlssessiontest
[1237/1337] Linking target src/virtvboxd
[1237/1337] Linking target tests/storagepoolxml2xmltest
[1238/1337] Linking target src/virtqemud
[1238/1337] Linking target tests/storagepoolcapstest
[1239/1337] Linking target src/virtnodedevd
[1239/1337] Linking target tests/storagevolxml2argvtest
[1240/1337] Linking target tests/virtypedparamtest
[1240/1337] Linking target tests/virstorageutiltest
[1241/1337] Linking target src/virtxend
[1241/1337] Linking target tests/virstoragetest
[1242/1337] Linking target tests/virpcivpdtest
[1242/1337] Linking target tests/vboxsnapshotxmltest
[1243/1337] Linking target src/virtlxcd
[1243/1337] Linking target tests/vmwarevertest
[1244/1337] Linking target tests/virstringtest
[1244/1337] Linking target tests/virmacmaptest
[1245/1337] Linking target tests/virsystemdtest
[1245/1337] Linking target tests/vmx2xmltest
[1246/1337] Linking target tests/viruritest
[1246/1337] Linking target tests/xml2vmxtest
[1247/1337] Linking target tests/virmigtest
[1247/1337] Linking target tests/virjsontest
[1248/1337] Linking target tests/fchosttest
[1248/1337] Linking target examples/c/admin/client_close
[1249/1337] Linking target tests/xlconfigtest
[1249/1337] Linking target examples/c/admin/client_info
[1250/1337] Linking target tests/scsihosttest
[1250/1337] Linking target examples/c/admin/list_servers
[1251/1337] Linking target tests/xmconfigtest
[1251/1337] Linking target examples/c/domain/dommigrate
[1252/1337] Linking target tests/virresctrltest
[1252/1337] Linking target examples/c/domain/domtop
[1253/1337] Linking target tests/vircaps2xmltest
[1253/1337] Linking target examples/c/admin/client_limits
[1254/1337] Linking target tests/vshtabletest
[1254/1337] Linking target examples/c/admin/list_clients
[1255/1337] Linking target tests/esxutilstest
[1255/1337] Linking target examples/c/admin/logging
[1256/1337] Generating symbol file tests/libtest_qemu_driver.so.p/libtest_qemu_driver.so.symbols
[1256/1337] Linking target tests/libqemucapsprobemock.so
[1257/1337] Linking target tests/virscsitest
[1257/1337] Linking target tests/cputest
[1258/1337] Linking target tests/virnetdevbandwidthtest
[1258/1337] Linking target tests/domaincapstest
[1259/1337] Linking target tests/virdriverconnvalidatetest
[1259/1337] Linking target tests/qemucommandutiltest
[1260/1337] Linking target tests/eventtest
[1260/1337] Linking target tests/qemudomaincheckpointxml2xmltest
[1261/1337] Linking target tests/virnetdevopenvswitchtest
[1261/1337] Linking target tests/qemuagenttest
[1262/1337] Linking target tests/virusbtest
[1262/1337] Linking target tests/qemublocktest
[1263/1337] Linking target tests/fdstreamtest
[1263/1337] Linking target tests/qemucapabilitiestest
[1264/1337] Linking target tests/libxlxml2domconfigtest
[1264/1337] Linking target tests/qemucaps2xmltest
[1265/1337] Linking target tests/lxcxml2xmltest
[1265/1337] Linking target tests/qemudomainsnapshotxml2xmltest
[1266/1337] Linking target tests/networkxml2conftest
[1266/1337] Linking target tests/qemufirmwaretest
[1267/1337] Linking target tests/lxcconf2xmltest
[1267/1337] Linking target tests/qemuhotplugtest
[1268/1337] Linking target tests/networkxml2firewalltest
[1268/1337] Linking target tests/qemumemlocktest
[1269/1337] Linking target tests/libqemucapsprobemock.so
[1269/1337] Linking target tests/qemumigparamstest
[1270/1337] Linking target tests/nodedevmdevctltest
[1270/1337] Linking target tests/qemumigrationcookiexmltest
[1271/1337] Linking target tests/nsstest
[1271/1337] Linking target tests/qemumonitorjsontest
[1272/1337] Linking target examples/c/domain/dommigrate
[1272/1337] Linking target tests/qemusecuritytest
[1273/1337] Linking target examples/c/admin/list_servers
[1273/1337] Linking target tests/qemustatusxml2xmltest
[1274/1337] Linking target examples/c/admin/client_info
[1274/1337] Linking target tests/qemuvhostusertest
[1275/1337] Linking target examples/c/admin/list_clients
[1275/1337] Linking target tests/qemuxml2xmltest
[1276/1337] Linking target examples/c/admin/client_limits
[1276/1337] Linking target tests/securityselinuxlabeltest
[1277/1337] Linking target tests/networkxml2xmltest
[1277/1337] Linking target tests/qemucapsprobe
[1278/1337] Linking target tests/openvzutilstest
[1278/1337] Linking target examples/c/admin/threadpool_params
[1279/1337] Linking target examples/c/admin/client_close
[1279/1337] Linking target examples/c/domain/info1
[1280/1337] Linking target tests/nssguesttest
[1280/1337] Linking target examples/c/domain/rename
[1281/1337] Linking target tests/nwfilterebiptablestest
[1281/1337] Linking target examples/c/domain/suspend
[1282/1337] Linking target examples/c/domain/domtop
[1282/1337] Linking target examples/c/misc/event-test
[1283/1337] Linking target tests/virpolkittest
[1283/1337] Linking target examples/c/misc/hellolibvirt
[1284/1337] Linking target examples/c/admin/logging
[1284/1337] Linking target examples/c/misc/openauth
[1285/1337] Linking target tests/virnetmessagetest
[1286/1337] Linking target tests/nwfilterxml2firewalltest
[1287/1337] Linking target tests/virnetdaemontest
[1288/1337] Linking target tests/virnetsockettest
[1289/1337] Linking target tests/virnetserverclienttest
[1290/1337] Linking target tests/securityselinuxtest
[1291/1337] Linking target tests/vmwarevertest
[1292/1337] Linking target tests/storagepoolcapstest
[1293/1337] Linking target tests/virnettlscontexttest
[1294/1337] Linking target tests/virjsontest
[1295/1337] Linking target tests/virnettlssessiontest
[1296/1337] Linking target tests/xml2vmxtest
[1297/1337] Linking target tests/virmacmaptest
[1298/1337] Linking target tests/vboxsnapshotxmltest
[1299/1337] Linking target tests/virstorageutiltest
[1300/1337] Linking target tests/vmx2xmltest
[1301/1337] Linking target tests/virstoragetest
[1302/1337] Linking target tests/storagepoolxml2xmltest
[1303/1337] Linking target tests/storagepoolxml2argvtest
[1304/1337] Linking target tests/storagevolxml2argvtest
[1305/1337] Linking target tests/qemucommandutiltest
[1306/1337] Linking target examples/c/admin/threadpool_params
[1307/1337] Linking target examples/c/domain/rename
[1308/1337] Linking target tests/qemudomaincheckpointxml2xmltest
[1309/1337] Linking target examples/c/domain/info1
[1310/1337] Linking target tests/domaincapstest
[1311/1337] Linking target tests/qemudomainsnapshotxml2xmltest
[1312/1337] Linking target examples/c/misc/hellolibvirt
[1313/1337] Linking target tests/qemuagenttest
[1314/1337] Linking target examples/c/misc/openauth
[1315/1337] Linking target tests/cputest
[1316/1337] Linking target tests/qemublocktest
[1317/1337] Linking target tests/qemucaps2xmltest
[1318/1337] Linking target examples/c/domain/suspend
[1319/1337] Linking target tests/qemucapabilitiestest
[1320/1337] Linking target examples/c/misc/event-test
[1321/1337] Linking target tests/qemuhotplugtest
[1322/1337] Linking target tests/qemumemlocktest
[1323/1337] Linking target tests/qemufirmwaretest
[1324/1337] Linking target tests/qemumonitorjsontest
[1325/1337] Linking target tests/securityselinuxlabeltest
[1326/1337] Linking target tests/qemuxml2xmltest
[1327/1337] Linking target tests/qemuvhostusertest
[1328/1337] Linking target tests/qemumigrationcookiexmltest
[1329/1337] Linking target tests/qemusecuritytest
[1330/1337] Linking target tests/qemumigparamstest
[1331/1337] Linking target tests/qemucapsprobe
[1332/1337] Linking target tests/qemustatusxml2xmltest
[1333/1337] Compiling C object tools/wireshark/src/libvirt.so.p/packet-libvirt.c.o
[1333/1337] Linking target tools/wireshark/src/libvirt.so
[1334/1337] Linking target tools/wireshark/src/libvirt.so
[1335/1337] Compiling C object tests/qemuxml2argvtest.p/qemuxml2argvtest.c.o
[1335/1337] Linking target tests/qemuxml2argvtest
[1336/1337] Linking target tests/qemuxml2argvtest
[1336/1337] Running all tests.
1/313 libvirt / check-aclperms OK 0.05s
2/313 libvirt / check-symfile OK 0.16s
3/313 libvirt / check-admin-symfile OK 0.08s
4/313 libvirt / check-symsorting OK 0.06s
5/313 libvirt / check-admin-symsorting OK 0.06s
6/313 libvirt / check-drivername OK 0.08s
7/313 libvirt / check-admin-drivername OK 0.05s
8/313 libvirt / check-driverimpls OK 0.61s
9/313 libvirt / check-aclrules OK 0.58s
10/313 libvirt / check-augeas-libvirt_lockd OK 0.06s
11/313 libvirt / check-augeas-libvirt_sanlock OK 0.06s
12/313 libvirt / check-augeas-virtlockd OK 0.06s
13/313 libvirt / check-augeas-virtlogd OK 0.08s
14/313 libvirt / check-augeas-libvirtd_libxl OK 0.07s
15/313 libvirt / check-augeas-libvirtd_lxc OK 0.07s
16/313 libvirt / check-augeas-libvirtd_qemu OK 0.33s
17/313 libvirt / check-augeas-libvirtd OK 0.16s
18/313 libvirt / check-augeas-virtproxyd OK 0.13s
19/313 libvirt / check-augeas-virtinterfaced OK 0.11s
20/313 libvirt / check-augeas-virtnetworkd OK 0.13s
21/313 libvirt / check-augeas-virtnodedevd OK 0.11s
22/313 libvirt / check-augeas-virtnwfilterd OK 0.12s
23/313 libvirt / check-augeas-virtsecretd OK 0.12s
24/313 libvirt / check-augeas-virtstoraged OK 0.12s
25/313 libvirt / check-augeas-virtxend OK 0.12s
26/313 libvirt / check-augeas-virtlxcd OK 0.13s
27/313 libvirt / check-augeas-virtchd OK 0.11s
28/313 libvirt / check-augeas-virtqemud OK 0.12s
29/313 libvirt / check-augeas-virtvboxd OK 0.12s
30/313 libvirt / check-virnetprotocol OK 0.25s
31/313 libvirt / check-virkeepaliveprotocol OK 0.25s
32/313 libvirt / check-remote_protocol OK 0.27s
33/313 libvirt / check-qemu_protocol OK 0.24s
34/313 libvirt / check-lxc_protocol OK 0.32s
35/313 libvirt / check-admin_protocol OK 0.36s
36/313 libvirt / check-lock_protocol OK 0.33s
37/313 libvirt / check-lxc_monitor_protocol OK 0.28s
38/313 libvirt / commandtest OK 0.60s
39/313 libvirt / cputest OK 1.87s
40/313 libvirt / domaincapstest OK 0.63s
41/313 libvirt / domainconftest OK 0.16s
42/313 libvirt / genericxml2xmltest OK 0.31s
43/313 libvirt / interfacexml2xmltest OK 0.28s
44/313 libvirt / metadatatest OK 0.21s
45/313 libvirt / networkxml2xmlupdatetest OK 0.22s
46/313 libvirt / nodedevxml2xmltest OK 0.33s
47/313 libvirt / nwfilterxml2xmltest OK 0.20s
48/313 libvirt / objecteventtest OK 0.19s
49/313 libvirt / seclabeltest OK 0.19s
50/313 libvirt / secretxml2xmltest OK 0.21s
51/313 libvirt / shunloadtest OK 0.24s
52/313 libvirt / sockettest OK 0.23s
53/313 libvirt / storagevolxml2xmltest OK 0.19s
54/313 libvirt / sysinfotest OK 0.12s
55/313 libvirt / utiltest OK 0.23s
56/313 libvirt / viralloctest OK 0.14s
57/313 libvirt / virauthconfigtest OK 0.18s
58/313 libvirt / virbitmaptest OK 0.09s
59/313 libvirt / virbuftest OK 0.09s
60/313 libvirt / vircapstest OK 0.09s
61/313 libvirt / vircgrouptest OK 0.12s
62/313 libvirt / virconftest OK 0.10s
63/313 libvirt / vircryptotest OK 0.11s
64/313 libvirt / virendiantest OK 0.09s
65/313 libvirt / virerrortest OK 0.14s
66/313 libvirt / virfilecachetest OK 0.10s
67/313 libvirt / virfiletest OK 0.23s
68/313 libvirt / virfirewalltest OK 0.08s
69/313 libvirt / virhostcputest OK 0.20s
70/313 libvirt / virhostdevtest OK 0.26s
71/313 libvirt / viridentitytest OK 0.11s
72/313 libvirt / viriscsitest OK 0.10s
73/313 libvirt / virkeycodetest OK 0.12s
74/313 libvirt / virkmodtest OK 0.06s
75/313 libvirt / virlockspacetest OK 0.10s
76/313 libvirt / virlogtest OK 0.06s
77/313 libvirt / virnetdevtest OK 0.11s
78/313 libvirt / virnetworkportxml2xmltest OK 0.13s
79/313 libvirt / virnwfilterbindingxml2xmltest OK 0.08s
80/313 libvirt / virpcitest OK 0.13s
81/313 libvirt / virportallocatortest OK 0.12s
82/313 libvirt / virrotatingfiletest OK 0.06s
83/313 libvirt / virschematest OK 3.31s
84/313 libvirt / virshtest OK 2.49s
85/313 libvirt / virstringtest OK 0.06s
86/313 libvirt / virsystemdtest OK 0.17s
87/313 libvirt / virtimetest OK 0.07s
88/313 libvirt / virtypedparamtest OK 0.06s
89/313 libvirt / viruritest OK 0.11s
90/313 libvirt / virpcivpdtest OK 0.08s
91/313 libvirt / vshtabletest OK 0.11s
92/313 libvirt / virmigtest OK 0.11s
93/313 libvirt / fchosttest OK 0.12s
94/313 libvirt / scsihosttest OK 0.07s
95/313 libvirt / vircaps2xmltest OK 0.13s
96/313 libvirt / virnetdevbandwidthtest OK 0.13s
97/313 libvirt / virresctrltest OK 0.12s
98/313 libvirt / virscsitest OK 0.08s
99/313 libvirt / virusbtest OK 0.10s
100/313 libvirt / virnetdevopenvswitchtest OK 0.11s
101/313 libvirt / esxutilstest OK 0.08s
102/313 libvirt / eventtest OK 0.55s
103/313 libvirt / fdstreamtest OK 0.11s
104/313 libvirt / virdriverconnvalidatetest OK 0.07s
105/313 libvirt / virdrivermoduletest OK 0.14s
106/313 libvirt / libxlxml2domconfigtest OK 0.16s
107/313 libvirt / xlconfigtest OK 0.22s
108/313 libvirt / xmconfigtest OK 0.18s
109/313 libvirt / lxcconf2xmltest OK 0.11s
110/313 libvirt / lxcxml2xmltest OK 0.07s
111/313 libvirt / networkxml2conftest OK 0.12s
112/313 libvirt / networkxml2firewalltest OK 0.12s
113/313 libvirt / networkxml2xmltest OK 0.10s
114/313 libvirt / nodedevmdevctltest OK 0.12s
115/313 libvirt / nsstest OK 0.08s
116/313 libvirt / nssguesttest OK 0.10s
117/313 libvirt / nwfilterebiptablestest OK 0.16s
118/313 libvirt / nwfilterxml2firewalltest OK 0.25s
119/313 libvirt / openvzutilstest OK 0.10s
120/313 libvirt / virpolkittest OK 0.11s
121/313 libvirt / qemuagenttest OK 6.18s
122/313 libvirt / qemublocktest OK 0.28s
123/313 libvirt / qemucapabilitiestest OK 2.96s
124/313 libvirt / qemucaps2xmltest OK 0.24s
125/313 libvirt / qemucommandutiltest OK 0.09s
126/313 libvirt / qemudomaincheckpointxml2xmltest OK 0.33s
127/313 libvirt / qemudomainsnapshotxml2xmltest OK 0.15s
128/313 libvirt / qemufirmwaretest OK 0.10s
129/313 libvirt / qemuhotplugtest OK 1.64s
130/313 libvirt / qemumemlocktest OK 0.15s
131/313 libvirt / qemumigparamstest OK 0.16s
132/313 libvirt / qemumigrationcookiexmltest OK 0.19s
133/313 libvirt / qemumonitorjsontest OK 0.49s
134/313 libvirt / qemusecuritytest OK 1.84s
135/313 libvirt / qemustatusxml2xmltest OK 0.15s
136/313 libvirt / qemuvhostusertest OK 0.10s
137/313 libvirt / qemuxml2argvtest OK 5.26s
138/313 libvirt / qemuxml2xmltest OK 2.76s
139/313 libvirt / virnetdaemontest OK 0.21s
140/313 libvirt / virnetmessagetest OK 0.10s
141/313 libvirt / virnetserverclienttest OK 0.08s
142/313 libvirt / virnetsockettest OK 0.22s
143/313 libvirt / virnettlscontexttest OK 1.57s
144/313 libvirt / virnettlssessiontest OK 3.45s
145/313 libvirt / securityselinuxtest OK 0.10s
146/313 libvirt / securityselinuxlabeltest OK 0.13s
147/313 libvirt / storagepoolcapstest OK 0.13s
148/313 libvirt / storagepoolxml2argvtest OK 0.16s
149/313 libvirt / storagepoolxml2xmltest OK 0.21s
150/313 libvirt / storagevolxml2argvtest OK 0.14s
151/313 libvirt / virstorageutiltest OK 0.14s
152/313 libvirt / virstoragetest OK 1.03s
153/313 libvirt / vboxsnapshotxmltest OK 0.11s
154/313 libvirt / vmwarevertest OK 0.11s
155/313 libvirt / vmx2xmltest OK 0.11s
156/313 libvirt / xml2vmxtest OK 0.20s
157/313 libvirt / virjsontest OK 0.13s
158/313 libvirt / virmacmaptest OK 0.10s
159/313 libvirt / libvirtd-fail OK 0.11s
160/313 libvirt / libvirtd-pool OK 0.11s
161/313 libvirt / virsh-auth OK 0.19s
162/313 libvirt / virsh-checkpoint OK 0.47s
163/313 libvirt / virsh-cpuset OK 0.18s
164/313 libvirt / virsh-define-dev-segfault OK 0.11s
165/313 libvirt / virsh-int-overflow OK 0.18s
166/313 libvirt / virsh-optparse OK 3.04s
167/313 libvirt / virsh-output OK 2.49s
168/313 libvirt / virsh-read-bufsiz OK 0.23s
169/313 libvirt / virsh-read-non-seekable OK 0.17s
170/313 libvirt / virsh-schedinfo OK 0.12s
171/313 libvirt / virsh-self-test OK 0.09s
172/313 libvirt / virsh-snapshot OK 0.43s
173/313 libvirt / virsh-start OK 0.17s
174/313 libvirt / virsh-undefine OK 0.32s
175/313 libvirt / virsh-uriprecedence OK 0.39s
176/313 libvirt / virsh-vcpupin OK 0.59s
177/313 libvirt / virt-admin-self-test OK 0.14s
178/313 libvirt / virt-aa-helper-test OK 4.53s
179/313 libvirt / check-html OK 0.13s
180/313 libvirt:syntax-check / sc_avoid_write OK 0.30s
181/313 libvirt:syntax-check / sc_flags_debug OK 1.45s
182/313 libvirt:syntax-check / sc_flags_usage OK 1.60s
183/313 libvirt:syntax-check / sc_prohibit_internal_functions OK 0.81s
184/313 libvirt:syntax-check / sc_prohibit_raw_virclassnew OK 0.82s
185/313 libvirt:syntax-check / sc_prohibit_raw_allocation OK 1.03s
186/313 libvirt:syntax-check / sc_prohibit_close OK 1.56s
187/313 libvirt:syntax-check / sc_prohibit_fork_wrappers OK 0.79s
188/313 libvirt:syntax-check / sc_prohibit_mkstemp OK 0.37s
189/313 libvirt:syntax-check / sc_prohibit_mkdtemp OK 0.29s
190/313 libvirt:syntax-check / sc_prohibit_access_xok OK 0.27s
191/313 libvirt:syntax-check / sc_prohibit_strncmp OK 0.88s
192/313 libvirt:syntax-check / sc_prohibit_strtol OK 1.58s
193/313 libvirt:syntax-check / sc_prohibit_asprintf OK 1.54s
194/313 libvirt:syntax-check / sc_prohobit_vsnprintf OK 0.31s
195/313 libvirt:syntax-check / sc_prohibit_strdup OK 0.79s
196/313 libvirt:syntax-check / sc_prohibit_setuid OK 0.84s
197/313 libvirt:syntax-check / sc_prohibit_risky_id_promotion OK 0.88s
198/313 libvirt:syntax-check / sc_prohibit_sprintf OK 0.28s
199/313 libvirt:syntax-check / sc_prohibit_snprintf OK 0.88s
200/313 libvirt:syntax-check / sc_prohibit_readlink OK 0.88s
201/313 libvirt:syntax-check / sc_prohibit_gethostname OK 0.78s
202/313 libvirt:syntax-check / sc_prohibit_readdir OK 0.88s
203/313 libvirt:syntax-check / sc_prohibit_gettext_noop OK 0.83s
204/313 libvirt:syntax-check / sc_prohibit_PATH_MAX OK 0.88s
205/313 libvirt:syntax-check / sc_prohibit_nonreentrant OK 0.30s
206/313 libvirt:syntax-check / sc_prohibit_select OK 0.84s
207/313 libvirt:syntax-check / sc_prohibit_ctype_h OK 0.79s
208/313 libvirt:syntax-check / sc_prohibit_canonicalize_file_name OK 0.84s
209/313 libvirt:syntax-check / sc_correct_id_types OK 0.84s
210/313 libvirt:syntax-check / sc_forbid_const_pointer_typedef OK 1.54s
211/313 libvirt:syntax-check / sc_size_of_brackets OK 0.78s
212/313 libvirt:syntax-check / sc_TAB_in_indentation OK 0.23s
213/313 libvirt:syntax-check / sc_avoid_ctype_macros OK 0.28s
214/313 libvirt:syntax-check / sc_avoid_strcase OK 0.79s
215/313 libvirt:syntax-check / sc_prohibit_virBufferAdd_with_string_literal OK 0.79s
216/313 libvirt:syntax-check / sc_prohibit_virBufferAsprintf_with_string_literal OK 0.80s
217/313 libvirt:syntax-check / sc_forbid_manual_xml_indent OK 0.78s
218/313 libvirt:syntax-check / sc_prohibit_libgen OK 0.78s
219/313 libvirt:syntax-check / sc_prohibit_xmlGetProp OK 0.74s
220/313 libvirt:syntax-check / sc_prohibit_xmlURI OK 0.73s
221/313 libvirt:syntax-check / sc_prohibit_return_as_function OK 0.78s
222/313 libvirt:syntax-check / sc_avoid_g_gnuc_unused_in_header OK 0.19s
223/313 libvirt:syntax-check / sc_prohibit_attribute_macros OK 0.23s
224/313 libvirt:syntax-check / sc_prohibit_non_glib_macros OK 0.23s
225/313 libvirt:syntax-check / sc_prohibit_int_index OK 0.80s
226/313 libvirt:syntax-check / sc_prohibit_int_ijk OK 0.75s
227/313 libvirt:syntax-check / sc_prohibit_loop_iijjkk OK 0.75s
228/313 libvirt:syntax-check / sc_prohibit_loop_var_decl OK 0.23s
229/313 libvirt:syntax-check / sc_prohibit_int_assign_bool OK 0.79s
230/313 libvirt:syntax-check / sc_prohibit_unsigned_pid OK 0.79s
231/313 libvirt:syntax-check / sc_libvirt_unmarked_diagnostics OK 0.85s
232/313 libvirt:syntax-check / sc_prohibit_newline_at_end_of_diagnostic OK 0.75s
233/313 libvirt:syntax-check / sc_prohibit_diagnostic_without_format OK 1.46s
234/313 libvirt:syntax-check / sc_prohibit_useless_translation OK 1.40s
235/313 libvirt:syntax-check / sc_require_whitespace_in_translation OK 1.60s
236/313 libvirt:syntax-check / sc_preprocessor_indentation OK 0.04s
237/313 libvirt:syntax-check / sc_spec_indentation OK 0.06s
238/313 libvirt:syntax-check / sc_copyright_usage OK 1.66s
239/313 libvirt:syntax-check / sc_prohibit_gettext_markup OK 0.80s
240/313 libvirt:syntax-check / sc_prohibit_cross_inclusion OK 1.96s
241/313 libvirt:syntax-check / sc_require_enum_last_marker OK 0.79s
242/313 libvirt:syntax-check / sc_flake8 OK 2.39s
243/313 libvirt:syntax-check / sc_prohibit_exit_in_tests OK 0.19s
244/313 libvirt:syntax-check / sc_prohibit_include_public_headers_quote OK 0.24s
245/313 libvirt:syntax-check / sc_prohibit_include_public_headers_brackets OK 0.24s
246/313 libvirt:syntax-check / sc_prohibit_config_h_in_headers OK 0.20s
247/313 libvirt:syntax-check / sc_prohibit_unbounded_arrays_in_rpc OK 0.13s
248/313 libvirt:syntax-check / sc_prohibit_atoi OK 0.74s
249/313 libvirt:syntax-check / sc_prohibit_wrong_filename_in_comment OK 0.28s
250/313 libvirt:syntax-check / sc_prohibit_virConnectOpen_in_virsh OK 0.14s
251/313 libvirt:syntax-check / sc_require_space_before_label OK 0.28s
252/313 libvirt:syntax-check / sc_prohibit_space_in_label OK 0.24s
253/313 libvirt:syntax-check / sc_require_if_else_matching_braces OK 0.28s
254/313 libvirt:syntax-check / sc_curly_braces_style OK 0.59s
255/313 libvirt:syntax-check / sc_prohibit_windows_special_chars_in_filename OK 0.08s
256/313 libvirt:syntax-check / sc_prohibit_mixed_case_abbreviations OK 0.23s
257/313 libvirt:syntax-check / sc_require_locale_h OK 0.59s
258/313 libvirt:syntax-check / sc_prohibit_empty_first_line OK 1.00s
259/313 libvirt:syntax-check / sc_prohibit_paren_brace OK 0.23s
260/313 libvirt:syntax-check / sc_prohibit_static_zero_init OK 0.34s
261/313 libvirt:syntax-check / sc_prohibit_devname OK 0.70s
262/313 libvirt:syntax-check / sc_prohibit_system_error_with_vir_err OK 0.80s
263/313 libvirt:syntax-check / sc_prohibit_virXXXFree OK 0.29s
264/313 libvirt:syntax-check / sc_prohibit_sysconf_pagesize OK 0.70s
265/313 libvirt:syntax-check / sc_prohibit_virSecurityManager OK 0.13s
266/313 libvirt:syntax-check / sc_prohibit_pthread_create OK 0.28s
267/313 libvirt:syntax-check / sc_prohibit_not_streq OK 0.70s
268/313 libvirt:syntax-check / sc_prohibit_verbose_strcat OK 0.23s
269/313 libvirt:syntax-check / sc_gettext_init OK 0.17s
270/313 libvirt:syntax-check / sc_prohibit_obj_free_apis_in_virsh OK 0.13s
271/313 libvirt:syntax-check / sc_prohibit_http_urls OK 0.69s
272/313 libvirt:syntax-check / sc_prohibit_author OK 0.69s
273/313 libvirt:syntax-check / sc_prohibit_backslash_alignment OK 0.30s
274/313 libvirt:syntax-check / sc_require_attribute_cleanup_initialization OK 0.31s
275/313 libvirt:syntax-check / sc_prohibit_class OK 0.29s
276/313 libvirt:syntax-check / sc_prohibit_dirent_d_type OK 0.28s
277/313 libvirt:syntax-check / sc_cast_of_argument_to_free OK 0.79s
278/313 libvirt:syntax-check / sc_cast_of_x_alloc_return_value OK 0.69s
279/313 libvirt:syntax-check / sc_prohibit_strcmp OK 0.80s
280/313 libvirt:syntax-check / sc_prohibit_strncpy OK 0.79s
281/313 libvirt:syntax-check / sc_prohibit_magic_number_exit OK 0.86s
282/313 libvirt:syntax-check / sc_error_message_warn_fatal OK 0.79s
283/313 libvirt:syntax-check / sc_error_message_period OK 0.75s
284/313 libvirt:syntax-check / sc_prohibit_have_config_h OK 0.74s
285/313 libvirt:syntax-check / sc_require_config_h OK 0.18s
286/313 libvirt:syntax-check / sc_require_config_h_first OK 0.19s
287/313 libvirt:syntax-check / sc_prohibit_assert_without_use OK 0.23s
288/313 libvirt:syntax-check / sc_prohibit_getopt_without_use OK 0.23s
289/313 libvirt:syntax-check / sc_prohibit_signal_without_use OK 0.23s
290/313 libvirt:syntax-check / sc_prohibit_stdio--_without_use OK 0.23s
291/313 libvirt:syntax-check / sc_prohibit_stddef_without_use OK 0.19s
292/313 libvirt:syntax-check / sc_prohibit_dirent_without_use OK 0.18s
293/313 libvirt:syntax-check / sc_bindtextdomain OK 0.09s
294/313 libvirt:syntax-check / sc_trailing_blank OK 0.71s
295/313 libvirt:syntax-check / sc_unmarked_diagnostics OK 0.70s
296/313 libvirt:syntax-check / sc_prohibit_defined_have_decl_tests OK 0.75s
297/313 libvirt:syntax-check / sc_prohibit_backup_files OK 0.09s
298/313 libvirt:syntax-check / sc_prohibit_empty_lines_at_EOF OK 0.41s
299/313 libvirt:syntax-check / sc_prohibit_doubled_word OK 1.79s
300/313 libvirt:syntax-check / sc_prohibit_double_semicolon OK 0.29s
301/313 libvirt:syntax-check / sc_prohibit_test_minus_ao OK 0.74s
302/313 libvirt:syntax-check / sc_prohibit_test_double_equal OK 0.58s
303/313 libvirt:syntax-check / sc_redundant_const OK 0.69s
304/313 libvirt:syntax-check / sc_const_long_option OK 0.63s
305/313 libvirt:syntax-check / sc_po_check OK 0.33s
306/313 libvirt:syntax-check / sc_Wundef_boolean OK 0.63s
307/313 libvirt:syntax-check / sc_prohibit_path_max_allocation OK 0.63s
308/313 libvirt:syntax-check / sc_prohibit-duplicate-header OK 0.69s
309/313 libvirt:syntax-check / sc_spacing-check OK 3.43s
310/313 libvirt:syntax-check / sc_mock-noinline OK 1.09s
311/313 libvirt:syntax-check / sc_header-ifdef OK 0.33s
312/313 libvirt:syntax-check / sc_group-qemu-caps OK 0.23s
313/313 libvirt:syntax-check / sc_prohibit_enum_impl_with_vir_prefix_in_virsh OK 0.18s
Ok: 313
Expected Fail: 0
Fail: 0
Unexpected Pass: 0
Skipped: 0
Timeout: 0
Full log written to /home/ubuntu/libvirt/build/meson-logs/testlog.txt
make[2]: Leaving directory '/home/ubuntu/libvirt/ci'
make[1]: Leaving directory '/home/ubuntu/libvirt/ci'
make: Leaving directory '/home/ubuntu/libvirt/ci'
make: Entering directory '/home/ubuntu/libvirt/ci'
make -C /home/ubuntu/libvirt/ci ci-build@debian-11 CI_NINJA_ARGS=test
make[1]: Entering directory '/home/ubuntu/libvirt/ci'
make -C /home/ubuntu/libvirt/ci ci-run-command@debian-11 CI_COMMAND="/home/ubuntu/build"
make[2]: Entering directory '/home/ubuntu/libvirt/ci'
Checking if docker is available...yes
Cloning /home/ubuntu/libvirt to /home/ubuntu/libvirt/ci/scratch/src
Cloning /home/ubuntu/libvirt/src/keycodemapdb to /home/ubuntu/libvirt/ci/scratch/src/src/keycodemapdb
docker run \
--rm --interactive --tty --user "1000":"1000" --workdir "/home/ubuntu" --env CI_CONT_SRCDIR="/home/ubuntu/libvirt" --env CI_MESON_ARGS="-Dexpensive_tests=enabled" --env CI_NINJA_ARGS="test" --volume /home/ubuntu/libvirt/ci/scratch/group:/etc/group:ro,z --volume /home/ubuntu/libvirt/ci/scratch/passwd:/etc/passwd:ro,z --volume /home/ubuntu/libvirt/ci/scratch/home:/home/ubuntu:z --volume /home/ubuntu/libvirt/ci/scratch/build:/home/ubuntu/build:z --volume /home/ubuntu/libvirt/ci/scratch/src:/home/ubuntu/libvirt:z --ulimit nofile=1024:1024 --cap-add=SYS_PTRACE \
registry.gitlab.com/libvirt/libvirt/ci-debian-11:latest \
/home/ubuntu/build
The Meson build system
Version: 0.56.2
Source dir: /home/ubuntu/libvirt
Build dir: /home/ubuntu/libvirt/build
Build type: native build
Project name: libvirt
Project version: 7.9.0
C compiler for the host machine: ccache cc (gcc 10.2.1 "cc (Debian 10.2.1-6) 10.2.1 20210110")
C linker for the host machine: cc ld.bfd 2.35.2
Host machine cpu family: x86_64
Host machine cpu: x86_64
Configuring configmake.h using configuration
Checking for size of "ptrdiff_t" : 8
Checking for size of "size_t" : 8
Compiler for C supports arguments -fasynchronous-unwind-tables: YES
Compiler for C supports arguments -fexceptions: YES
Compiler for C supports arguments -fipa-pure-const: YES
Compiler for C supports arguments -fno-common: YES
Compiler for C supports arguments -Wabsolute-value: YES
Compiler for C supports arguments -Waddress: YES
Compiler for C supports arguments -Waddress-of-packed-member: YES
Compiler for C supports arguments -Waggressive-loop-optimizations: YES
Compiler for C supports arguments -Walloc-size-larger-than=9223372036854775807: YES
Compiler for C supports arguments -Walloca: YES
Compiler for C supports arguments -Warray-bounds=2: YES
Compiler for C supports arguments -Wattribute-alias=2: YES
Compiler for C supports arguments -Wattribute-warning: YES
Compiler for C supports arguments -Wattributes: YES
Compiler for C supports arguments -Wbool-compare: YES
Compiler for C supports arguments -Wbool-operation: YES
Compiler for C supports arguments -Wbuiltin-declaration-mismatch: YES
Compiler for C supports arguments -Wbuiltin-macro-redefined: YES
Compiler for C supports arguments -Wcannot-profile: YES
Compiler for C supports arguments -Wcast-align: YES
Compiler for C supports arguments -Wcast-align=strict: YES
Compiler for C supports arguments -Wno-cast-function-type: YES
Compiler for C supports arguments -Wchar-subscripts: YES
Compiler for C supports arguments -Wclobbered: YES
Compiler for C supports arguments -Wcomment: YES
Compiler for C supports arguments -Wcomments: YES
Compiler for C supports arguments -Wcoverage-mismatch: YES
Compiler for C supports arguments -Wcpp: YES
Compiler for C supports arguments -Wdangling-else: YES
Compiler for C supports arguments -Wdate-time: YES
Compiler for C supports arguments -Wdeclaration-after-statement: YES
Compiler for C supports arguments -Wdeprecated-declarations: YES
Compiler for C supports arguments -Wdesignated-init: YES
Compiler for C supports arguments -Wdiscarded-array-qualifiers: YES
Compiler for C supports arguments -Wdiscarded-qualifiers: YES
Compiler for C supports arguments -Wdiv-by-zero: YES
Compiler for C supports arguments -Wduplicated-cond: YES
Compiler for C supports arguments -Wduplicate-decl-specifier: YES
Compiler for C supports arguments -Wempty-body: YES
Compiler for C supports arguments -Wendif-labels: YES
Compiler for C supports arguments -Wexpansion-to-defined: YES
Compiler for C supports arguments -Wformat-contains-nul: YES
Compiler for C supports arguments -Wformat-extra-args: YES
Compiler for C supports arguments -Wno-format-nonliteral: YES
Compiler for C supports arguments -Wformat-overflow=2: YES
Compiler for C supports arguments -Wformat-security: YES
Compiler for C supports arguments -Wno-format-truncation: YES
Compiler for C supports arguments -Wformat-y2k: YES
Compiler for C supports arguments -Wformat-zero-length: YES
Compiler for C supports arguments -Wframe-address: YES
Compiler for C supports arguments -Wframe-larger-than=4096: YES
Compiler for C supports arguments -Wfree-nonheap-object: YES
Compiler for C supports arguments -Whsa: YES
Compiler for C supports arguments -Wif-not-aligned: YES
Compiler for C supports arguments -Wignored-attributes: YES
Compiler for C supports arguments -Wignored-qualifiers: YES
Compiler for C supports arguments -Wimplicit: YES
Compiler for C supports arguments -Wimplicit-fallthrough=5: YES
Compiler for C supports arguments -Wimplicit-function-declaration: YES
Compiler for C supports arguments -Wimplicit-int: YES
Compiler for C supports arguments -Wincompatible-pointer-types: YES
Compiler for C supports arguments -Winit-self: YES
Compiler for C supports arguments -Winline: YES
Compiler for C supports arguments -Wint-conversion: YES
Compiler for C supports arguments -Wint-in-bool-context: YES
Compiler for C supports arguments -Wint-to-pointer-cast: YES
Compiler for C supports arguments -Winvalid-memory-model: YES
Compiler for C supports arguments -Winvalid-pch: YES
Compiler for C supports arguments -Wjump-misses-init: YES
Compiler for C supports arguments -Wlogical-not-parentheses: YES
Compiler for C supports arguments -Wlogical-op: YES
Compiler for C supports arguments -Wmain: YES
Compiler for C supports arguments -Wmaybe-uninitialized: YES
Compiler for C supports arguments -Wmemset-elt-size: YES
Compiler for C supports arguments -Wmemset-transposed-args: YES
Compiler for C supports arguments -Wmisleading-indentation: YES
Compiler for C supports arguments -Wmissing-attributes: YES
Compiler for C supports arguments -Wmissing-braces: YES
Compiler for C supports arguments -Wmissing-declarations: YES
Compiler for C supports arguments -Wmissing-field-initializers: YES
Compiler for C supports arguments -Wmissing-include-dirs: YES
Compiler for C supports arguments -Wmissing-parameter-type: YES
Compiler for C supports arguments -Wmissing-profile: YES
Compiler for C supports arguments -Wmissing-prototypes: YES
Compiler for C supports arguments -Wmultichar: YES
Compiler for C supports arguments -Wmultistatement-macros: YES
Compiler for C supports arguments -Wnarrowing: YES
Compiler for C supports arguments -Wnested-externs: YES
Compiler for C supports arguments -Wnonnull: YES
Compiler for C supports arguments -Wnonnull-compare: YES
Compiler for C supports arguments -Wnormalized=nfc: YES
Compiler for C supports arguments -Wnull-dereference: YES
Compiler for C supports arguments -Wodr: YES
Compiler for C supports arguments -Wold-style-declaration: YES
Compiler for C supports arguments -Wold-style-definition: YES
Compiler for C supports arguments -Wopenmp-simd: YES
Compiler for C supports arguments -Woverflow: YES
Compiler for C supports arguments -Woverride-init: YES
Compiler for C supports arguments -Wpacked-bitfield-compat: YES
Compiler for C supports arguments -Wpacked-not-aligned: YES
Compiler for C supports arguments -Wparentheses: YES
Compiler for C supports arguments -Wpointer-arith: YES
Compiler for C supports arguments -Wpointer-compare: YES
Compiler for C supports arguments -Wpointer-sign: YES
Compiler for C supports arguments -Wpointer-to-int-cast: YES
Compiler for C supports arguments -Wpragmas: YES
Compiler for C supports arguments -Wpsabi: YES
Compiler for C supports arguments -Wrestrict: YES
Compiler for C supports arguments -Wreturn-local-addr: YES
Compiler for C supports arguments -Wreturn-type: YES
Compiler for C supports arguments -Wscalar-storage-order: YES
Compiler for C supports arguments -Wsequence-point: YES
Compiler for C supports arguments -Wshadow: YES
Compiler for C supports arguments -Wshift-count-negative: YES
Compiler for C supports arguments -Wshift-count-overflow: YES
Compiler for C supports arguments -Wshift-negative-value: YES
Compiler for C supports arguments -Wshift-overflow=2: YES
Compiler for C supports arguments -Wno-sign-compare: YES
Compiler for C supports arguments -Wsizeof-array-argument: YES
Compiler for C supports arguments -Wsizeof-pointer-div: YES
Compiler for C supports arguments -Wsizeof-pointer-memaccess: YES
Compiler for C supports arguments -Wstrict-aliasing: YES
Compiler for C supports arguments -Wstrict-prototypes: YES
Compiler for C supports arguments -Wstringop-overflow=2: YES
Compiler for C supports arguments -Wstringop-truncation: YES
Compiler for C supports arguments -Wsuggest-attribute=cold: YES
Compiler for C supports arguments -Wno-suggest-attribute=const: YES
Compiler for C supports arguments -Wsuggest-attribute=format: YES
Compiler for C supports arguments -Wsuggest-attribute=noreturn: YES
Compiler for C supports arguments -Wno-suggest-attribute=pure: YES
Compiler for C supports arguments -Wsuggest-final-methods: YES
Compiler for C supports arguments -Wsuggest-final-types: YES
Compiler for C supports arguments -Wswitch: YES
Compiler for C supports arguments -Wswitch-bool: YES
Compiler for C supports arguments -Wswitch-enum: YES
Compiler for C supports arguments -Wswitch-unreachable: YES
Compiler for C supports arguments -Wsync-nand: YES
Compiler for C supports arguments -Wtautological-compare: YES
Compiler for C supports arguments -Wtrampolines: YES
Compiler for C supports arguments -Wtrigraphs: YES
Compiler for C supports arguments -Wtype-limits: YES
Compiler for C supports arguments -Wno-typedef-redefinition: NO
Compiler for C supports arguments -Wuninitialized: YES
Compiler for C supports arguments -Wunknown-pragmas: YES
Compiler for C supports arguments -Wunused: YES
Compiler for C supports arguments -Wunused-but-set-parameter: YES
Compiler for C supports arguments -Wunused-but-set-variable: YES
Compiler for C supports arguments -Wunused-const-variable=2: YES
Compiler for C supports arguments -Wunused-function: YES
Compiler for C supports arguments -Wunused-label: YES
Compiler for C supports arguments -Wunused-local-typedefs: YES
Compiler for C supports arguments -Wunused-parameter: YES
Compiler for C supports arguments -Wunused-result: YES
Compiler for C supports arguments -Wunused-value: YES
Compiler for C supports arguments -Wunused-variable: YES
Compiler for C supports arguments -Wvarargs: YES
Compiler for C supports arguments -Wvariadic-macros: YES
Compiler for C supports arguments -Wvector-operation-performance: YES
Compiler for C supports arguments -Wvla: YES
Compiler for C supports arguments -Wvolatile-register-var: YES
Compiler for C supports arguments -Wwrite-strings: YES
Compiler for C supports arguments -fstack-protector-strong: YES
First supported argument: -fstack-protector-strong
Checking if "-Wdouble-promotion" compiles: YES
Compiler for C supports arguments -Wsuggest-attribute=format: YES (cached)
Compiler for C supports arguments -Wframe-larger-than=262144: YES
Compiler for C supports link arguments -Wl,-z,relro: YES
Compiler for C supports link arguments -Wl,-z,now: YES
Compiler for C supports link arguments -Wl,-z,nodelete: YES
Compiler for C supports link arguments -Wl,-z,defs: YES
Compiler for C supports link arguments -Wl,--no-copy-dt-needed-entries: YES
Compiler for C supports link arguments -Wl,--version-script=/home/ubuntu/libvirt/src/libvirt_qemu.syms: YES
Compiler for C supports link arguments -Wl,-export-dynamic: YES
First supported link argument: -Wl,-export-dynamic
Checking for function "elf_aux_info" : NO
Checking for function "fallocate" : YES
Checking for function "getauxval" : YES
Checking for function "getegid" : YES
Checking for function "geteuid" : YES
Checking for function "getgid" : YES
Checking for function "getifaddrs" : YES
Checking for function "getmntent_r" : YES
Checking for function "getpwuid_r" : YES
Checking for function "getrlimit" : YES
Checking for function "getuid" : YES
Checking for function "getutxid" : YES
Checking for function "if_indextoname" : YES
Checking for function "mmap" : YES
Checking for function "newlocale" : YES
Checking for function "pipe2" : YES
Checking for function "posix_fallocate" : YES
Checking for function "posix_memalign" : YES
Checking for function "prlimit" : YES
Checking for function "sched_getaffinity" : YES
Checking for function "sched_setscheduler" : YES
Checking for function "setgroups" : YES
Checking for function "setns" : YES
Checking for function "setrlimit" : YES
Checking for function "symlink" : YES
Checking for function "sysctlbyname" : NO
Checking for function "__lxstat" : YES
Checking for function "__lxstat64" : YES
Checking for function "__xstat" : YES
Checking for function "__xstat64" : YES
Checking for function "lstat" : YES
Checking for function "lstat64" : YES
Checking for function "stat" : YES
Checking for function "stat64" : YES
Header <sys/stat.h> has symbol "__lxstat" : YES
Header <sys/stat.h> has symbol "__lxstat64" : NO
Header <sys/stat.h> has symbol "__xstat" : YES
Header <sys/stat.h> has symbol "__xstat64" : NO
Header <sys/stat.h> has symbol "lstat" : YES
Header <sys/stat.h> has symbol "lstat64" : NO
Header <sys/stat.h> has symbol "stat" : YES
Header <sys/stat.h> has symbol "stat64" : NO
Has header "asm/hwcap.h" : NO
Has header "ifaddrs.h" : YES
Has header "libtasn1.h" : YES
Has header "linux/kvm.h" : YES
Has header "linux/magic.h" : YES
Has header "mntent.h" : YES
Has header "net/ethernet.h" : YES
Has header "net/if.h" : YES
Has header "pty.h" : YES
Has header "pwd.h" : YES
Has header "sys/auxv.h" : YES
Has header "sys/ioctl.h" : YES
Has header "sys/mount.h" : YES
Has header "sys/syscall.h" : YES
Has header "sys/ucred.h" : NO
Has header "syslog.h" : YES
Has header "util.h" : NO
Has header "xlocale.h" : NO
Has header "linux/btrfs.h" : YES
Has header "xfs/xfs.h" : YES
Has header "linux/devlink.h" : YES
Has header "linux/param.h" : YES
Has header "linux/sockios.h" : YES
Has header "linux/if_bridge.h" : YES
Has header "linux/if_tun.h" : YES
Header <endian.h> has symbol "htole64" : YES
Header <linux/ethtool.h> has symbol "ETH_FLAG_TXVLAN" : YES
Header <linux/ethtool.h> has symbol "ETH_FLAG_NTUPLE" : YES
Header <linux/ethtool.h> has symbol "ETH_FLAG_RXHASH" : YES
Header <linux/ethtool.h> has symbol "ETH_FLAG_LRO" : YES
Header <linux/ethtool.h> has symbol "ETHTOOL_GGSO" : YES
Header <linux/ethtool.h> has symbol "ETHTOOL_GGRO" : YES
Header <linux/ethtool.h> has symbol "ETHTOOL_GFLAGS" : YES
Header <linux/ethtool.h> has symbol "ETHTOOL_GFEATURES" : YES
Header <linux/ethtool.h> has symbol "ETHTOOL_SCOALESCE" : YES
Header <linux/ethtool.h> has symbol "ETHTOOL_GCOALESCE" : YES
Header <linux/if_vlan.h> has symbol "GET_VLAN_VID_CMD" : YES
Header <unistd.h> has symbol "SEEK_HOLE" : YES
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment