Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dshcherb/400bcb13d01fd28030f4986e3e178262 to your computer and use it in GitHub Desktop.
Save dshcherb/400bcb13d01fd28030f4986e3e178262 to your computer and use it in GitHub Desktop.
2021-09-22-vpd-capability-v4-all-distro-patches-1-2-3-test-run
ubuntu@node:~/libvirt$ git log --pretty=oneline -3
951969d051b6f3c3dcf2de6223dfe53fc79924bd (HEAD) Add PCI VPD Capability Support
6b63caf029f9857dc44a0540c7a0432d8b9e2f4f Add PCI VPD-related helper functions to virpci
070bd0ed9f2d91079ef19ed024981587a1095e9f Add a PCI/PCIe device VPD Parser
ubuntu@node:~/libvirt$ 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
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.8.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: 600
libvirt 7.8.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: NO
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'
[1305/1306] Running all tests.
1/307 libvirt / check-aclperms OK 0.07s
2/307 libvirt / check-symfile OK 0.21s
3/307 libvirt / check-admin-symfile OK 0.09s
4/307 libvirt / check-symsorting OK 0.08s
5/307 libvirt / check-admin-symsorting OK 0.05s
6/307 libvirt / check-drivername OK 0.10s
7/307 libvirt / check-admin-drivername OK 0.06s
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.04s
12/307 libvirt / check-augeas-virtlockd OK 0.05s
13/307 libvirt / check-augeas-virtlogd OK 0.04s
14/307 libvirt / check-augeas-libvirtd_lxc OK 0.05s
15/307 libvirt / check-augeas-libvirtd_qemu OK 0.29s
16/307 libvirt / check-augeas-libvirtd OK 0.14s
17/307 libvirt / check-augeas-virtproxyd OK 0.17s
18/307 libvirt / check-augeas-virtinterfaced OK 0.11s
19/307 libvirt / check-augeas-virtnetworkd OK 0.11s
20/307 libvirt / check-augeas-virtnodedevd OK 0.11s
21/307 libvirt / check-augeas-virtnwfilterd OK 0.10s
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.12s
25/307 libvirt / check-augeas-virtchd OK 0.16s
26/307 libvirt / check-augeas-virtqemud OK 0.11s
27/307 libvirt / check-augeas-virtvboxd OK 0.11s
28/307 libvirt / check-virnetprotocol OK 0.11s
29/307 libvirt / check-virkeepaliveprotocol OK 0.12s
30/307 libvirt / check-remote_protocol OK 0.23s
31/307 libvirt / check-qemu_protocol OK 0.14s
32/307 libvirt / check-lxc_protocol OK 0.13s
33/307 libvirt / check-admin_protocol OK 0.09s
34/307 libvirt / check-lock_protocol OK 0.14s
35/307 libvirt / check-lxc_monitor_protocol OK 0.12s
36/307 libvirt / commandtest OK 0.49s
37/307 libvirt / cputest OK 1.69s
38/307 libvirt / domaincapstest OK 0.66s
39/307 libvirt / domainconftest OK 0.24s
40/307 libvirt / genericxml2xmltest OK 0.20s
41/307 libvirt / interfacexml2xmltest OK 0.13s
42/307 libvirt / metadatatest OK 0.03s
43/307 libvirt / networkxml2xmlupdatetest OK 0.21s
44/307 libvirt / nodedevxml2xmltest OK 0.14s
45/307 libvirt / nwfilterxml2xmltest OK 0.24s
46/307 libvirt / objecteventtest OK 0.08s
47/307 libvirt / seclabeltest OK 0.11s
48/307 libvirt / secretxml2xmltest OK 0.20s
49/307 libvirt / shunloadtest OK 0.10s
50/307 libvirt / sockettest OK 0.21s
51/307 libvirt / storagevolxml2xmltest OK 0.21s
52/307 libvirt / sysinfotest OK 0.19s
53/307 libvirt / utiltest OK 0.20s
54/307 libvirt / viralloctest OK 0.20s
55/307 libvirt / virauthconfigtest OK 0.19s
56/307 libvirt / virbitmaptest OK 0.14s
57/307 libvirt / virbuftest OK 0.23s
58/307 libvirt / vircapstest OK 0.23s
59/307 libvirt / vircgrouptest OK 0.15s
60/307 libvirt / virconftest OK 0.20s
61/307 libvirt / vircryptotest OK 0.14s
62/307 libvirt / virendiantest OK 0.20s
63/307 libvirt / virerrortest OK 0.18s
64/307 libvirt / virfilecachetest OK 0.21s
65/307 libvirt / virfiletest OK 0.41s
66/307 libvirt / virfirewalltest OK 0.27s
67/307 libvirt / virhostcputest OK 0.12s
68/307 libvirt / virhostdevtest OK 0.23s
69/307 libvirt / viridentitytest OK 0.23s
70/307 libvirt / viriscsitest OK 0.22s
71/307 libvirt / virkeycodetest OK 0.08s
72/307 libvirt / virkmodtest OK 0.12s
73/307 libvirt / virlockspacetest OK 0.11s
74/307 libvirt / virlogtest OK 0.12s
75/307 libvirt / virnetdevtest OK 0.25s
76/307 libvirt / virnetworkportxml2xmltest OK 0.13s
77/307 libvirt / virnwfilterbindingxml2xmltest OK 0.15s
78/307 libvirt / virpcitest OK 0.14s
79/307 libvirt / virportallocatortest OK 0.09s
80/307 libvirt / virrotatingfiletest OK 0.11s
81/307 libvirt / virschematest OK 3.34s
82/307 libvirt / virshtest OK 2.49s
83/307 libvirt / virstringtest OK 0.06s
84/307 libvirt / virsystemdtest OK 0.14s
85/307 libvirt / virtimetest OK 0.10s
86/307 libvirt / virtypedparamtest OK 0.10s
87/307 libvirt / viruritest OK 0.05s
88/307 libvirt / virpcivpdtest OK 0.09s
89/307 libvirt / vshtabletest OK 0.09s
90/307 libvirt / virmigtest OK 0.10s
91/307 libvirt / fchosttest OK 0.16s
92/307 libvirt / scsihosttest OK 0.11s
93/307 libvirt / vircaps2xmltest OK 0.16s
94/307 libvirt / virnetdevbandwidthtest OK 0.16s
95/307 libvirt / virresctrltest OK 0.19s
96/307 libvirt / virscsitest OK 0.07s
97/307 libvirt / virusbtest OK 0.13s
98/307 libvirt / virnetdevopenvswitchtest OK 0.15s
99/307 libvirt / esxutilstest OK 0.05s
100/307 libvirt / eventtest OK 0.65s
101/307 libvirt / fdstreamtest OK 0.14s
102/307 libvirt / virdriverconnvalidatetest OK 0.19s
103/307 libvirt / virdrivermoduletest OK 0.19s
104/307 libvirt / lxcconf2xmltest OK 0.22s
105/307 libvirt / lxcxml2xmltest OK 0.12s
106/307 libvirt / networkxml2conftest OK 0.14s
107/307 libvirt / networkxml2firewalltest OK 0.10s
108/307 libvirt / networkxml2xmltest OK 0.10s
109/307 libvirt / nodedevmdevctltest OK 0.18s
110/307 libvirt / nsstest OK 0.14s
111/307 libvirt / nssguesttest OK 0.13s
112/307 libvirt / nwfilterebiptablestest OK 0.18s
113/307 libvirt / nwfilterxml2firewalltest OK 0.16s
114/307 libvirt / openvzutilstest OK 0.20s
115/307 libvirt / virpolkittest OK 0.11s
116/307 libvirt / qemuagenttest OK 6.22s
117/307 libvirt / qemublocktest OK 0.27s
118/307 libvirt / qemucapabilitiestest OK 3.02s
119/307 libvirt / qemucaps2xmltest OK 0.22s
120/307 libvirt / qemucommandutiltest OK 0.24s
121/307 libvirt / qemudomaincheckpointxml2xmltest OK 0.33s
122/307 libvirt / qemudomainsnapshotxml2xmltest OK 0.12s
123/307 libvirt / qemufirmwaretest OK 0.10s
124/307 libvirt / qemuhotplugtest OK 1.45s
125/307 libvirt / qemumemlocktest OK 0.15s
126/307 libvirt / qemumigparamstest OK 0.16s
127/307 libvirt / qemumigrationcookiexmltest OK 0.20s
128/307 libvirt / qemumonitorjsontest OK 0.45s
129/307 libvirt / qemusecuritytest OK 1.95s
130/307 libvirt / qemustatusxml2xmltest OK 0.16s
131/307 libvirt / qemuvhostusertest OK 0.14s
132/307 libvirt / qemuxml2argvtest OK 4.70s
133/307 libvirt / qemuxml2xmltest OK 2.68s
134/307 libvirt / virnetdaemontest OK 0.17s
135/307 libvirt / virnetmessagetest OK 0.14s
136/307 libvirt / virnetserverclienttest OK 0.14s
137/307 libvirt / virnetsockettest OK 0.22s
138/307 libvirt / virnettlscontexttest OK 0.85s
139/307 libvirt / virnettlssessiontest OK 2.20s
140/307 libvirt / securityselinuxtest OK 0.13s
141/307 libvirt / securityselinuxlabeltest OK 0.09s
142/307 libvirt / storagepoolcapstest OK 0.11s
143/307 libvirt / storagepoolxml2argvtest OK 0.19s
144/307 libvirt / storagepoolxml2xmltest OK 0.12s
145/307 libvirt / storagevolxml2argvtest OK 0.11s
146/307 libvirt / virstorageutiltest OK 0.12s
147/307 libvirt / virstoragetest OK 0.82s
148/307 libvirt / vboxsnapshotxmltest OK 0.19s
149/307 libvirt / vmwarevertest OK 0.13s
150/307 libvirt / vmx2xmltest OK 0.17s
151/307 libvirt / xml2vmxtest OK 0.15s
152/307 libvirt / virjsontest OK 0.12s
153/307 libvirt / virmacmaptest OK 0.15s
154/307 libvirt / libvirtd-fail OK 0.13s
155/307 libvirt / libvirtd-pool OK 0.13s
156/307 libvirt / virsh-auth OK 0.18s
157/307 libvirt / virsh-checkpoint OK 0.58s
158/307 libvirt / virsh-cpuset OK 0.21s
159/307 libvirt / virsh-define-dev-segfault OK 0.10s
160/307 libvirt / virsh-int-overflow OK 0.16s
161/307 libvirt / virsh-optparse OK 3.01s
162/307 libvirt / virsh-output OK 2.50s
163/307 libvirt / virsh-read-bufsiz OK 0.19s
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.36s
168/307 libvirt / virsh-start OK 0.18s
169/307 libvirt / virsh-undefine OK 0.27s
170/307 libvirt / virsh-uriprecedence OK 0.40s
171/307 libvirt / virsh-vcpupin OK 0.50s
172/307 libvirt / virt-admin-self-test OK 0.14s
173/307 libvirt / check-html OK 0.15s
174/307 libvirt:syntax-check / sc_avoid_write OK 0.25s
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 1.06s
178/307 libvirt:syntax-check / sc_prohibit_raw_virclassnew OK 0.64s
179/307 libvirt:syntax-check / sc_prohibit_raw_allocation OK 0.74s
180/307 libvirt:syntax-check / sc_prohibit_close OK 1.57s
181/307 libvirt:syntax-check / sc_prohibit_fork_wrappers OK 0.66s
182/307 libvirt:syntax-check / sc_prohibit_mkstemp OK 0.34s
183/307 libvirt:syntax-check / sc_prohibit_mkdtemp OK 0.23s
184/307 libvirt:syntax-check / sc_prohibit_access_xok OK 0.34s
185/307 libvirt:syntax-check / sc_prohibit_strncmp OK 0.83s
186/307 libvirt:syntax-check / sc_prohibit_strtol OK 1.58s
187/307 libvirt:syntax-check / sc_prohibit_asprintf OK 1.30s
188/307 libvirt:syntax-check / sc_prohobit_vsnprintf OK 0.35s
189/307 libvirt:syntax-check / sc_prohibit_strdup OK 0.97s
190/307 libvirt:syntax-check / sc_prohibit_setuid OK 0.92s
191/307 libvirt:syntax-check / sc_prohibit_risky_id_promotion OK 0.92s
192/307 libvirt:syntax-check / sc_prohibit_sprintf OK 0.30s
193/307 libvirt:syntax-check / sc_prohibit_snprintf OK 0.84s
194/307 libvirt:syntax-check / sc_prohibit_readlink OK 0.82s
195/307 libvirt:syntax-check / sc_prohibit_gethostname OK 0.86s
196/307 libvirt:syntax-check / sc_prohibit_readdir OK 0.91s
197/307 libvirt:syntax-check / sc_prohibit_gettext_noop OK 0.84s
198/307 libvirt:syntax-check / sc_prohibit_PATH_MAX OK 0.89s
199/307 libvirt:syntax-check / sc_prohibit_nonreentrant OK 0.28s
200/307 libvirt:syntax-check / sc_prohibit_select OK 0.94s
201/307 libvirt:syntax-check / sc_prohibit_ctype_h OK 0.84s
202/307 libvirt:syntax-check / sc_prohibit_canonicalize_file_name OK 0.82s
203/307 libvirt:syntax-check / sc_correct_id_types OK 0.92s
204/307 libvirt:syntax-check / sc_forbid_const_pointer_typedef OK 1.49s
205/307 libvirt:syntax-check / sc_size_of_brackets OK 0.86s
206/307 libvirt:syntax-check / sc_TAB_in_indentation OK 0.23s
207/307 libvirt:syntax-check / sc_avoid_ctype_macros OK 0.29s
208/307 libvirt:syntax-check / sc_avoid_strcase OK 0.85s
209/307 libvirt:syntax-check / sc_prohibit_virBufferAdd_with_string_literal OK 0.81s
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.79s
212/307 libvirt:syntax-check / sc_prohibit_libgen OK 0.96s
213/307 libvirt:syntax-check / sc_prohibit_xmlGetProp OK 0.76s
214/307 libvirt:syntax-check / sc_prohibit_xmlURI OK 0.80s
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.19s
217/307 libvirt:syntax-check / sc_prohibit_attribute_macros OK 0.28s
218/307 libvirt:syntax-check / sc_prohibit_non_glib_macros OK 0.28s
219/307 libvirt:syntax-check / sc_prohibit_int_index OK 0.74s
220/307 libvirt:syntax-check / sc_prohibit_int_ijk OK 0.90s
221/307 libvirt:syntax-check / sc_prohibit_loop_iijjkk OK 0.90s
222/307 libvirt:syntax-check / sc_prohibit_loop_var_decl OK 0.29s
223/307 libvirt:syntax-check / sc_prohibit_int_assign_bool OK 0.80s
224/307 libvirt:syntax-check / sc_prohibit_unsigned_pid OK 0.75s
225/307 libvirt:syntax-check / sc_libvirt_unmarked_diagnostics OK 0.80s
226/307 libvirt:syntax-check / sc_prohibit_newline_at_end_of_diagnostic OK 0.73s
227/307 libvirt:syntax-check / sc_prohibit_diagnostic_without_format OK 1.25s
228/307 libvirt:syntax-check / sc_prohibit_useless_translation OK 1.34s
229/307 libvirt:syntax-check / sc_require_whitespace_in_translation OK 1.50s
230/307 libvirt:syntax-check / sc_preprocessor_indentation OK 0.05s
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.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.63s
236/307 libvirt:syntax-check / sc_flake8 OK 2.91s
237/307 libvirt:syntax-check / sc_prohibit_exit_in_tests OK 0.16s
238/307 libvirt:syntax-check / sc_prohibit_include_public_headers_quote OK 0.28s
239/307 libvirt:syntax-check / sc_prohibit_include_public_headers_brackets OK 0.21s
240/307 libvirt:syntax-check / sc_prohibit_config_h_in_headers OK 0.22s
241/307 libvirt:syntax-check / sc_prohibit_unbounded_arrays_in_rpc OK 0.15s
242/307 libvirt:syntax-check / sc_prohibit_atoi OK 0.75s
243/307 libvirt:syntax-check / sc_prohibit_wrong_filename_in_comment OK 0.65s
244/307 libvirt:syntax-check / sc_prohibit_virConnectOpen_in_virsh OK 0.20s
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.23s
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.70s
249/307 libvirt:syntax-check / sc_prohibit_windows_special_chars_in_filename OK 0.14s
250/307 libvirt:syntax-check / sc_prohibit_mixed_case_abbreviations OK 0.30s
251/307 libvirt:syntax-check / sc_require_locale_h OK 0.55s
252/307 libvirt:syntax-check / sc_prohibit_empty_first_line OK 1.97s
253/307 libvirt:syntax-check / sc_prohibit_paren_brace OK 0.29s
254/307 libvirt:syntax-check / sc_prohibit_static_zero_init OK 0.29s
255/307 libvirt:syntax-check / sc_prohibit_devname OK 0.61s
256/307 libvirt:syntax-check / sc_prohibit_system_error_with_vir_err OK 0.59s
257/307 libvirt:syntax-check / sc_prohibit_virXXXFree OK 0.24s
258/307 libvirt:syntax-check / sc_prohibit_sysconf_pagesize OK 0.66s
259/307 libvirt:syntax-check / sc_prohibit_virSecurityManager OK 0.15s
260/307 libvirt:syntax-check / sc_prohibit_pthread_create OK 0.23s
261/307 libvirt:syntax-check / sc_prohibit_not_streq OK 0.59s
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.61s
266/307 libvirt:syntax-check / sc_prohibit_author OK 0.65s
267/307 libvirt:syntax-check / sc_prohibit_backslash_alignment OK 0.25s
268/307 libvirt:syntax-check / sc_require_attribute_cleanup_initialization OK 0.28s
269/307 libvirt:syntax-check / sc_prohibit_class OK 0.24s
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.71s
272/307 libvirt:syntax-check / sc_cast_of_x_alloc_return_value OK 0.63s
273/307 libvirt:syntax-check / sc_prohibit_strcmp OK 0.69s
274/307 libvirt:syntax-check / sc_prohibit_strncpy OK 0.68s
275/307 libvirt:syntax-check / sc_prohibit_magic_number_exit OK 0.91s
276/307 libvirt:syntax-check / sc_error_message_warn_fatal OK 0.56s
277/307 libvirt:syntax-check / sc_error_message_period OK 0.60s
278/307 libvirt:syntax-check / sc_prohibit_have_config_h OK 0.65s
279/307 libvirt:syntax-check / sc_require_config_h OK 0.19s
280/307 libvirt:syntax-check / sc_require_config_h_first OK 0.25s
281/307 libvirt:syntax-check / sc_prohibit_assert_without_use OK 0.25s
282/307 libvirt:syntax-check / sc_prohibit_getopt_without_use OK 0.25s
283/307 libvirt:syntax-check / sc_prohibit_signal_without_use OK 0.25s
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.23s
286/307 libvirt:syntax-check / sc_prohibit_dirent_without_use OK 0.29s
287/307 libvirt:syntax-check / sc_bindtextdomain OK 0.13s
288/307 libvirt:syntax-check / sc_trailing_blank OK 0.80s
289/307 libvirt:syntax-check / sc_unmarked_diagnostics OK 0.64s
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.15s
292/307 libvirt:syntax-check / sc_prohibit_empty_lines_at_EOF OK 0.46s
293/307 libvirt:syntax-check / sc_prohibit_doubled_word OK 1.78s
294/307 libvirt:syntax-check / sc_prohibit_double_semicolon OK 0.29s
295/307 libvirt:syntax-check / sc_prohibit_test_minus_ao OK 0.61s
296/307 libvirt:syntax-check / sc_prohibit_test_double_equal OK 0.45s
297/307 libvirt:syntax-check / sc_redundant_const OK 0.59s
298/307 libvirt:syntax-check / sc_const_long_option OK 0.58s
299/307 libvirt:syntax-check / sc_po_check OK 0.29s
300/307 libvirt:syntax-check / sc_Wundef_boolean OK 0.60s
301/307 libvirt:syntax-check / sc_prohibit_path_max_allocation OK 0.56s
302/307 libvirt:syntax-check / sc_prohibit-duplicate-header OK 0.66s
303/307 libvirt:syntax-check / sc_spacing-check OK 3.46s
304/307 libvirt:syntax-check / sc_mock-noinline OK 1.09s
305/307 libvirt:syntax-check / sc_header-ifdef OK 0.29s
306/307 libvirt:syntax-check / sc_group-qemu-caps OK 0.19s
307/307 libvirt:syntax-check / sc_prohibit_enum_impl_with_vir_prefix_in_virsh OK 0.13s
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.8.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: 600
libvirt 7.8.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: NO
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'
[1305/1306] Running all tests.
1/307 libvirt / check-aclperms OK 0.07s
2/307 libvirt / check-symfile OK 0.17s
3/307 libvirt / check-admin-symfile OK 0.07s
4/307 libvirt / check-symsorting OK 0.07s
5/307 libvirt / check-admin-symsorting OK 0.07s
6/307 libvirt / check-drivername OK 0.09s
7/307 libvirt / check-admin-drivername OK 0.07s
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.04s
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.05s
14/307 libvirt / check-augeas-libvirtd_lxc OK 0.05s
15/307 libvirt / check-augeas-libvirtd_qemu OK 0.29s
16/307 libvirt / check-augeas-libvirtd OK 0.18s
17/307 libvirt / check-augeas-virtproxyd OK 0.21s
18/307 libvirt / check-augeas-virtinterfaced OK 0.12s
19/307 libvirt / check-augeas-virtnetworkd OK 0.10s
20/307 libvirt / check-augeas-virtnodedevd OK 0.13s
21/307 libvirt / check-augeas-virtnwfilterd OK 0.12s
22/307 libvirt / check-augeas-virtsecretd OK 0.11s
23/307 libvirt / check-augeas-virtstoraged OK 0.13s
24/307 libvirt / check-augeas-virtlxcd OK 0.11s
25/307 libvirt / check-augeas-virtchd OK 0.14s
26/307 libvirt / check-augeas-virtqemud OK 0.14s
27/307 libvirt / check-augeas-virtvboxd OK 0.15s
28/307 libvirt / check-virnetprotocol OK 0.14s
29/307 libvirt / check-virkeepaliveprotocol OK 0.14s
30/307 libvirt / check-remote_protocol OK 0.23s
31/307 libvirt / check-qemu_protocol OK 0.12s
32/307 libvirt / check-lxc_protocol OK 0.10s
33/307 libvirt / check-admin_protocol OK 0.14s
34/307 libvirt / check-lock_protocol OK 0.20s
35/307 libvirt / check-lxc_monitor_protocol OK 0.10s
36/307 libvirt / commandtest OK 0.47s
37/307 libvirt / cputest OK 1.85s
38/307 libvirt / domaincapstest OK 0.68s
39/307 libvirt / domainconftest OK 0.13s
40/307 libvirt / genericxml2xmltest OK 0.27s
41/307 libvirt / interfacexml2xmltest OK 0.19s
42/307 libvirt / metadatatest OK 0.12s
43/307 libvirt / networkxml2xmlupdatetest OK 0.24s
44/307 libvirt / nodedevxml2xmltest OK 0.19s
45/307 libvirt / nwfilterxml2xmltest OK 0.18s
46/307 libvirt / objecteventtest OK 0.19s
47/307 libvirt / seclabeltest OK 0.13s
48/307 libvirt / secretxml2xmltest OK 0.19s
49/307 libvirt / shunloadtest OK 0.11s
50/307 libvirt / sockettest OK 0.17s
51/307 libvirt / storagevolxml2xmltest OK 0.15s
52/307 libvirt / sysinfotest OK 0.21s
53/307 libvirt / utiltest OK 0.17s
54/307 libvirt / viralloctest OK 0.23s
55/307 libvirt / virauthconfigtest OK 0.12s
56/307 libvirt / virbitmaptest OK 0.21s
57/307 libvirt / virbuftest OK 0.14s
58/307 libvirt / vircapstest OK 0.22s
59/307 libvirt / vircgrouptest OK 0.22s
60/307 libvirt / virconftest OK 0.12s
61/307 libvirt / vircryptotest OK 0.20s
62/307 libvirt / virendiantest OK 0.12s
63/307 libvirt / virerrortest OK 0.11s
64/307 libvirt / virfilecachetest OK 0.13s
65/307 libvirt / virfiletest OK 0.33s
66/307 libvirt / virfirewalltest OK 0.16s
67/307 libvirt / virhostcputest OK 0.22s
68/307 libvirt / virhostdevtest OK 0.21s
69/307 libvirt / viridentitytest OK 0.21s
70/307 libvirt / viriscsitest OK 0.12s
71/307 libvirt / virkeycodetest OK 0.12s
72/307 libvirt / virkmodtest OK 0.13s
73/307 libvirt / virlockspacetest OK 0.14s
74/307 libvirt / virlogtest OK 0.11s
75/307 libvirt / virnetdevtest OK 0.14s
76/307 libvirt / virnetworkportxml2xmltest OK 0.12s
77/307 libvirt / virnwfilterbindingxml2xmltest OK 0.17s
78/307 libvirt / virpcitest OK 0.11s
79/307 libvirt / virportallocatortest OK 0.15s
80/307 libvirt / virrotatingfiletest OK 0.12s
81/307 libvirt / virschematest OK 3.29s
82/307 libvirt / virshtest OK 2.59s
83/307 libvirt / virstringtest OK 0.15s
84/307 libvirt / virsystemdtest OK 0.14s
85/307 libvirt / virtimetest OK 0.12s
86/307 libvirt / virtypedparamtest OK 0.10s
87/307 libvirt / viruritest OK 0.12s
88/307 libvirt / virpcivpdtest OK 0.08s
89/307 libvirt / vshtabletest OK 0.07s
90/307 libvirt / virmigtest OK 0.14s
91/307 libvirt / fchosttest OK 0.15s
92/307 libvirt / scsihosttest OK 0.15s
93/307 libvirt / vircaps2xmltest OK 0.12s
94/307 libvirt / virnetdevbandwidthtest OK 0.13s
95/307 libvirt / virresctrltest OK 0.08s
96/307 libvirt / virscsitest OK 0.15s
97/307 libvirt / virusbtest OK 0.14s
98/307 libvirt / virnetdevopenvswitchtest OK 0.10s
99/307 libvirt / esxutilstest OK 0.15s
100/307 libvirt / eventtest OK 0.52s
101/307 libvirt / fdstreamtest OK 0.12s
102/307 libvirt / virdriverconnvalidatetest OK 0.08s
103/307 libvirt / virdrivermoduletest OK 0.25s
104/307 libvirt / lxcconf2xmltest OK 0.16s
105/307 libvirt / lxcxml2xmltest OK 0.14s
106/307 libvirt / networkxml2conftest OK 0.13s
107/307 libvirt / networkxml2firewalltest OK 0.18s
108/307 libvirt / networkxml2xmltest OK 0.11s
109/307 libvirt / nodedevmdevctltest OK 0.09s
110/307 libvirt / nsstest OK 0.20s
111/307 libvirt / nssguesttest OK 0.17s
112/307 libvirt / nwfilterebiptablestest OK 0.14s
113/307 libvirt / nwfilterxml2firewalltest OK 0.16s
114/307 libvirt / openvzutilstest OK 0.17s
115/307 libvirt / virpolkittest OK 0.15s
116/307 libvirt / qemuagenttest OK 6.28s
117/307 libvirt / qemublocktest OK 0.32s
118/307 libvirt / qemucapabilitiestest OK 3.11s
119/307 libvirt / qemucaps2xmltest OK 0.26s
120/307 libvirt / qemucommandutiltest OK 0.15s
121/307 libvirt / qemudomaincheckpointxml2xmltest OK 0.33s
122/307 libvirt / qemudomainsnapshotxml2xmltest OK 0.20s
123/307 libvirt / qemufirmwaretest OK 0.13s
124/307 libvirt / qemuhotplugtest OK 1.43s
125/307 libvirt / qemumemlocktest OK 0.20s
126/307 libvirt / qemumigparamstest OK 0.16s
127/307 libvirt / qemumigrationcookiexmltest OK 0.20s
128/307 libvirt / qemumonitorjsontest OK 0.51s
129/307 libvirt / qemusecuritytest OK 1.85s
130/307 libvirt / qemustatusxml2xmltest OK 0.18s
131/307 libvirt / qemuvhostusertest OK 0.12s
132/307 libvirt / qemuxml2argvtest OK 4.63s
133/307 libvirt / qemuxml2xmltest OK 2.62s
134/307 libvirt / virnetdaemontest OK 0.18s
135/307 libvirt / virnetmessagetest OK 0.12s
136/307 libvirt / virnetserverclienttest OK 0.14s
137/307 libvirt / virnetsockettest OK 0.28s
138/307 libvirt / virnettlscontexttest OK 0.35s
139/307 libvirt / virnettlssessiontest OK 2.85s
140/307 libvirt / securityselinuxtest OK 0.14s
141/307 libvirt / securityselinuxlabeltest OK 0.22s
142/307 libvirt / storagepoolcapstest OK 0.09s
143/307 libvirt / storagepoolxml2argvtest OK 0.17s
144/307 libvirt / storagepoolxml2xmltest OK 0.20s
145/307 libvirt / storagevolxml2argvtest OK 0.16s
146/307 libvirt / virstorageutiltest OK 0.18s
147/307 libvirt / virstoragetest OK 0.92s
148/307 libvirt / vboxsnapshotxmltest OK 0.13s
149/307 libvirt / vmwarevertest OK 0.12s
150/307 libvirt / vmx2xmltest OK 0.14s
151/307 libvirt / xml2vmxtest OK 0.16s
152/307 libvirt / virjsontest OK 0.10s
153/307 libvirt / virmacmaptest OK 0.11s
154/307 libvirt / libvirtd-fail OK 0.16s
155/307 libvirt / libvirtd-pool OK 0.14s
156/307 libvirt / virsh-auth OK 0.16s
157/307 libvirt / virsh-checkpoint OK 0.46s
158/307 libvirt / virsh-cpuset OK 0.20s
159/307 libvirt / virsh-define-dev-segfault OK 0.15s
160/307 libvirt / virsh-int-overflow OK 0.14s
161/307 libvirt / virsh-optparse OK 2.98s
162/307 libvirt / virsh-output OK 2.69s
163/307 libvirt / virsh-read-bufsiz OK 0.34s
164/307 libvirt / virsh-read-non-seekable OK 0.19s
165/307 libvirt / virsh-schedinfo OK 0.15s
166/307 libvirt / virsh-self-test OK 0.12s
167/307 libvirt / virsh-snapshot OK 0.42s
168/307 libvirt / virsh-start OK 0.16s
169/307 libvirt / virsh-undefine OK 0.36s
170/307 libvirt / virsh-uriprecedence OK 0.43s
171/307 libvirt / virsh-vcpupin OK 0.68s
172/307 libvirt / virt-admin-self-test OK 0.15s
173/307 libvirt / check-html OK 0.20s
174/307 libvirt:syntax-check / sc_avoid_write OK 0.27s
175/307 libvirt:syntax-check / sc_flags_debug OK 1.37s
176/307 libvirt:syntax-check / sc_flags_usage OK 1.28s
177/307 libvirt:syntax-check / sc_prohibit_internal_functions OK 1.01s
178/307 libvirt:syntax-check / sc_prohibit_raw_virclassnew OK 0.63s
179/307 libvirt:syntax-check / sc_prohibit_raw_allocation OK 0.74s
180/307 libvirt:syntax-check / sc_prohibit_close OK 1.27s
181/307 libvirt:syntax-check / sc_prohibit_fork_wrappers OK 0.67s
182/307 libvirt:syntax-check / sc_prohibit_mkstemp OK 0.36s
183/307 libvirt:syntax-check / sc_prohibit_mkdtemp OK 0.35s
184/307 libvirt:syntax-check / sc_prohibit_access_xok OK 0.33s
185/307 libvirt:syntax-check / sc_prohibit_strncmp OK 0.97s
186/307 libvirt:syntax-check / sc_prohibit_strtol OK 1.62s
187/307 libvirt:syntax-check / sc_prohibit_asprintf OK 1.53s
188/307 libvirt:syntax-check / sc_prohobit_vsnprintf OK 0.27s
189/307 libvirt:syntax-check / sc_prohibit_strdup OK 0.95s
190/307 libvirt:syntax-check / sc_prohibit_setuid OK 0.97s
191/307 libvirt:syntax-check / sc_prohibit_risky_id_promotion OK 0.92s
192/307 libvirt:syntax-check / sc_prohibit_sprintf OK 0.31s
193/307 libvirt:syntax-check / sc_prohibit_snprintf OK 0.94s
194/307 libvirt:syntax-check / sc_prohibit_readlink OK 0.88s
195/307 libvirt:syntax-check / sc_prohibit_gethostname OK 0.92s
196/307 libvirt:syntax-check / sc_prohibit_readdir OK 0.97s
197/307 libvirt:syntax-check / sc_prohibit_gettext_noop OK 0.96s
198/307 libvirt:syntax-check / sc_prohibit_PATH_MAX OK 0.82s
199/307 libvirt:syntax-check / sc_prohibit_nonreentrant OK 0.37s
200/307 libvirt:syntax-check / sc_prohibit_select OK 0.93s
201/307 libvirt:syntax-check / sc_prohibit_ctype_h OK 0.84s
202/307 libvirt:syntax-check / sc_prohibit_canonicalize_file_name OK 0.82s
203/307 libvirt:syntax-check / sc_correct_id_types OK 0.90s
204/307 libvirt:syntax-check / sc_forbid_const_pointer_typedef OK 1.51s
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.84s
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.80s
211/307 libvirt:syntax-check / sc_forbid_manual_xml_indent OK 0.79s
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.74s
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.29s
219/307 libvirt:syntax-check / sc_prohibit_int_index OK 0.64s
220/307 libvirt:syntax-check / sc_prohibit_int_ijk OK 0.85s
221/307 libvirt:syntax-check / sc_prohibit_loop_iijjkk OK 0.89s
222/307 libvirt:syntax-check / sc_prohibit_loop_var_decl OK 0.30s
223/307 libvirt:syntax-check / sc_prohibit_int_assign_bool OK 0.81s
224/307 libvirt:syntax-check / sc_prohibit_unsigned_pid OK 0.69s
225/307 libvirt:syntax-check / sc_libvirt_unmarked_diagnostics OK 0.81s
226/307 libvirt:syntax-check / sc_prohibit_newline_at_end_of_diagnostic OK 0.71s
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.56s
230/307 libvirt:syntax-check / sc_preprocessor_indentation OK 0.06s
231/307 libvirt:syntax-check / sc_spec_indentation OK 0.04s
232/307 libvirt:syntax-check / sc_copyright_usage OK 1.47s
233/307 libvirt:syntax-check / sc_prohibit_gettext_markup OK 0.71s
234/307 libvirt:syntax-check / sc_prohibit_cross_inclusion OK 2.11s
235/307 libvirt:syntax-check / sc_require_enum_last_marker OK 0.62s
236/307 libvirt:syntax-check / sc_flake8 OK 3.07s
237/307 libvirt:syntax-check / sc_prohibit_exit_in_tests OK 0.19s
238/307 libvirt:syntax-check / sc_prohibit_include_public_headers_quote OK 0.29s
239/307 libvirt:syntax-check / sc_prohibit_include_public_headers_brackets OK 0.24s
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.19s
242/307 libvirt:syntax-check / sc_prohibit_atoi OK 0.71s
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.21s
245/307 libvirt:syntax-check / sc_require_space_before_label OK 0.27s
246/307 libvirt:syntax-check / sc_prohibit_space_in_label OK 0.26s
247/307 libvirt:syntax-check / sc_require_if_else_matching_braces OK 0.30s
248/307 libvirt:syntax-check / sc_curly_braces_style OK 0.70s
249/307 libvirt:syntax-check / sc_prohibit_windows_special_chars_in_filename OK 0.14s
250/307 libvirt:syntax-check / sc_prohibit_mixed_case_abbreviations OK 0.30s
251/307 libvirt:syntax-check / sc_require_locale_h OK 0.59s
252/307 libvirt:syntax-check / sc_prohibit_empty_first_line OK 1.96s
253/307 libvirt:syntax-check / sc_prohibit_paren_brace OK 0.28s
254/307 libvirt:syntax-check / sc_prohibit_static_zero_init OK 0.29s
255/307 libvirt:syntax-check / sc_prohibit_devname OK 0.61s
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.65s
259/307 libvirt:syntax-check / sc_prohibit_virSecurityManager OK 0.14s
260/307 libvirt:syntax-check / sc_prohibit_pthread_create OK 0.24s
261/307 libvirt:syntax-check / sc_prohibit_not_streq OK 0.59s
262/307 libvirt:syntax-check / sc_prohibit_verbose_strcat OK 0.24s
263/307 libvirt:syntax-check / sc_gettext_init OK 0.24s
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.60s
266/307 libvirt:syntax-check / sc_prohibit_author OK 0.69s
267/307 libvirt:syntax-check / sc_prohibit_backslash_alignment OK 0.25s
268/307 libvirt:syntax-check / sc_require_attribute_cleanup_initialization OK 0.29s
269/307 libvirt:syntax-check / sc_prohibit_class OK 0.24s
270/307 libvirt:syntax-check / sc_prohibit_dirent_d_type OK 0.31s
271/307 libvirt:syntax-check / sc_cast_of_argument_to_free OK 0.76s
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.71s
274/307 libvirt:syntax-check / sc_prohibit_strncpy OK 0.65s
275/307 libvirt:syntax-check / sc_prohibit_magic_number_exit OK 0.90s
276/307 libvirt:syntax-check / sc_error_message_warn_fatal OK 0.59s
277/307 libvirt:syntax-check / sc_error_message_period OK 0.64s
278/307 libvirt:syntax-check / sc_prohibit_have_config_h OK 0.63s
279/307 libvirt:syntax-check / sc_require_config_h OK 0.19s
280/307 libvirt:syntax-check / sc_require_config_h_first OK 0.18s
281/307 libvirt:syntax-check / sc_prohibit_assert_without_use OK 0.18s
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.26s
284/307 libvirt:syntax-check / sc_prohibit_stdio--_without_use OK 0.19s
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.25s
287/307 libvirt:syntax-check / sc_bindtextdomain OK 0.14s
288/307 libvirt:syntax-check / sc_trailing_blank OK 0.79s
289/307 libvirt:syntax-check / sc_unmarked_diagnostics OK 0.60s
290/307 libvirt:syntax-check / sc_prohibit_defined_have_decl_tests OK 0.59s
291/307 libvirt:syntax-check / sc_prohibit_backup_files OK 0.08s
292/307 libvirt:syntax-check / sc_prohibit_empty_lines_at_EOF OK 0.44s
293/307 libvirt:syntax-check / sc_prohibit_doubled_word OK 1.80s
294/307 libvirt:syntax-check / sc_prohibit_double_semicolon OK 0.29s
295/307 libvirt:syntax-check / sc_prohibit_test_minus_ao OK 0.61s
296/307 libvirt:syntax-check / sc_prohibit_test_double_equal OK 0.49s
297/307 libvirt:syntax-check / sc_redundant_const OK 0.64s
298/307 libvirt:syntax-check / sc_const_long_option OK 0.60s
299/307 libvirt:syntax-check / sc_po_check OK 0.30s
300/307 libvirt:syntax-check / sc_Wundef_boolean OK 0.58s
301/307 libvirt:syntax-check / sc_prohibit_path_max_allocation OK 0.53s
302/307 libvirt:syntax-check / sc_prohibit-duplicate-header OK 0.63s
303/307 libvirt:syntax-check / sc_spacing-check OK 3.39s
304/307 libvirt:syntax-check / sc_mock-noinline OK 1.15s
305/307 libvirt:syntax-check / sc_header-ifdef OK 0.28s
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.13s
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.8.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: 612
libvirt 7.8.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: NO
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'
[1332/1333] Running all tests.
1/313 libvirt / check-aclperms OK 0.06s
2/313 libvirt / check-symfile OK 0.17s
3/313 libvirt / check-admin-symfile OK 0.07s
4/313 libvirt / check-symsorting OK 0.07s
5/313 libvirt / check-admin-symsorting OK 0.07s
6/313 libvirt / check-drivername OK 0.07s
7/313 libvirt / check-admin-drivername OK 0.05s
8/313 libvirt / check-driverimpls OK 0.60s
9/313 libvirt / check-aclrules OK 0.55s
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.07s
13/313 libvirt / check-augeas-virtlogd OK 0.06s
14/313 libvirt / check-augeas-libvirtd_libxl OK 0.06s
15/313 libvirt / check-augeas-libvirtd_lxc OK 0.07s
16/313 libvirt / check-augeas-libvirtd_qemu OK 0.30s
17/313 libvirt / check-augeas-libvirtd OK 0.21s
18/313 libvirt / check-augeas-virtproxyd OK 0.14s
19/313 libvirt / check-augeas-virtinterfaced OK 0.15s
20/313 libvirt / check-augeas-virtnetworkd OK 0.10s
21/313 libvirt / check-augeas-virtnodedevd OK 0.12s
22/313 libvirt / check-augeas-virtnwfilterd OK 0.12s
23/313 libvirt / check-augeas-virtsecretd OK 0.11s
24/313 libvirt / check-augeas-virtstoraged OK 0.13s
25/313 libvirt / check-augeas-virtxend OK 0.12s
26/313 libvirt / check-augeas-virtlxcd OK 0.14s
27/313 libvirt / check-augeas-virtchd OK 0.12s
28/313 libvirt / check-augeas-virtqemud OK 0.10s
29/313 libvirt / check-augeas-virtvboxd OK 0.12s
30/313 libvirt / check-virnetprotocol OK 0.29s
31/313 libvirt / check-virkeepaliveprotocol OK 0.27s
32/313 libvirt / check-remote_protocol OK 0.26s
33/313 libvirt / check-qemu_protocol OK 0.28s
34/313 libvirt / check-lxc_protocol OK 0.33s
35/313 libvirt / check-admin_protocol OK 0.22s
36/313 libvirt / check-lock_protocol OK 0.31s
37/313 libvirt / check-lxc_monitor_protocol OK 0.28s
38/313 libvirt / commandtest OK 0.52s
39/313 libvirt / cputest OK 1.69s
40/313 libvirt / domaincapstest OK 0.65s
41/313 libvirt / domainconftest OK 0.13s
42/313 libvirt / genericxml2xmltest OK 0.20s
43/313 libvirt / interfacexml2xmltest OK 0.13s
44/313 libvirt / metadatatest OK 0.14s
45/313 libvirt / networkxml2xmlupdatetest OK 0.18s
46/313 libvirt / nodedevxml2xmltest OK 0.09s
47/313 libvirt / nwfilterxml2xmltest OK 0.10s
48/313 libvirt / objecteventtest OK 0.12s
49/313 libvirt / seclabeltest OK 0.15s
50/313 libvirt / secretxml2xmltest OK 0.11s
51/313 libvirt / shunloadtest OK 0.07s
52/313 libvirt / sockettest OK 0.10s
53/313 libvirt / storagevolxml2xmltest OK 0.09s
54/313 libvirt / sysinfotest OK 0.12s
55/313 libvirt / utiltest OK 0.08s
56/313 libvirt / viralloctest OK 0.11s
57/313 libvirt / virauthconfigtest OK 0.12s
58/313 libvirt / virbitmaptest OK 0.08s
59/313 libvirt / virbuftest OK 0.14s
60/313 libvirt / vircapstest OK 0.15s
61/313 libvirt / vircgrouptest OK 0.17s
62/313 libvirt / virconftest OK 0.12s
63/313 libvirt / vircryptotest OK 0.12s
64/313 libvirt / virendiantest OK 0.08s
65/313 libvirt / virerrortest OK 0.07s
66/313 libvirt / virfilecachetest OK 0.09s
67/313 libvirt / virfiletest OK 0.30s
68/313 libvirt / virfirewalltest OK 0.13s
69/313 libvirt / virhostcputest OK 0.10s
70/313 libvirt / virhostdevtest OK 0.19s
71/313 libvirt / viridentitytest OK 0.10s
72/313 libvirt / viriscsitest OK 0.18s
73/313 libvirt / virkeycodetest OK 0.07s
74/313 libvirt / virkmodtest OK 0.11s
75/313 libvirt / virlockspacetest OK 0.17s
76/313 libvirt / virlogtest OK 0.15s
77/313 libvirt / virnetdevtest OK 0.10s
78/313 libvirt / virnetworkportxml2xmltest OK 0.11s
79/313 libvirt / virnwfilterbindingxml2xmltest OK 0.16s
80/313 libvirt / virpcitest OK 0.13s
81/313 libvirt / virportallocatortest OK 0.12s
82/313 libvirt / virrotatingfiletest OK 0.08s
83/313 libvirt / virschematest OK 3.30s
84/313 libvirt / virshtest OK 2.37s
85/313 libvirt / virstringtest OK 0.15s
86/313 libvirt / virsystemdtest OK 0.09s
87/313 libvirt / virtimetest OK 0.12s
88/313 libvirt / virtypedparamtest OK 0.15s
89/313 libvirt / viruritest OK 0.09s
90/313 libvirt / virpcivpdtest OK 0.09s
91/313 libvirt / vshtabletest OK 0.14s
92/313 libvirt / virmigtest OK 0.09s
93/313 libvirt / fchosttest OK 0.14s
94/313 libvirt / scsihosttest OK 0.09s
95/313 libvirt / vircaps2xmltest OK 0.11s
96/313 libvirt / virnetdevbandwidthtest OK 0.19s
97/313 libvirt / virresctrltest OK 0.09s
98/313 libvirt / virscsitest OK 0.06s
99/313 libvirt / virusbtest OK 0.11s
100/313 libvirt / virnetdevopenvswitchtest OK 0.08s
101/313 libvirt / esxutilstest OK 0.11s
102/313 libvirt / eventtest OK 0.51s
103/313 libvirt / fdstreamtest OK 0.10s
104/313 libvirt / virdriverconnvalidatetest OK 0.09s
105/313 libvirt / virdrivermoduletest OK 0.25s
106/313 libvirt / libxlxml2domconfigtest OK 0.14s
107/313 libvirt / xlconfigtest OK 0.15s
108/313 libvirt / xmconfigtest OK 0.15s
109/313 libvirt / lxcconf2xmltest OK 0.10s
110/313 libvirt / lxcxml2xmltest OK 0.10s
111/313 libvirt / networkxml2conftest OK 0.10s
112/313 libvirt / networkxml2firewalltest OK 0.09s
113/313 libvirt / networkxml2xmltest OK 0.06s
114/313 libvirt / nodedevmdevctltest OK 0.12s
115/313 libvirt / nsstest OK 0.12s
116/313 libvirt / nssguesttest OK 0.12s
117/313 libvirt / nwfilterebiptablestest OK 0.19s
118/313 libvirt / nwfilterxml2firewalltest OK 0.11s
119/313 libvirt / openvzutilstest OK 0.11s
120/313 libvirt / virpolkittest OK 0.14s
121/313 libvirt / qemuagenttest OK 6.23s
122/313 libvirt / qemublocktest OK 0.23s
123/313 libvirt / qemucapabilitiestest OK 2.92s
124/313 libvirt / qemucaps2xmltest OK 0.23s
125/313 libvirt / qemucommandutiltest OK 0.08s
126/313 libvirt / qemudomaincheckpointxml2xmltest OK 0.34s
127/313 libvirt / qemudomainsnapshotxml2xmltest OK 0.16s
128/313 libvirt / qemufirmwaretest OK 0.16s
129/313 libvirt / qemuhotplugtest OK 1.57s
130/313 libvirt / qemumemlocktest OK 0.21s
131/313 libvirt / qemumigparamstest OK 0.14s
132/313 libvirt / qemumigrationcookiexmltest OK 0.13s
133/313 libvirt / qemumonitorjsontest OK 0.55s
134/313 libvirt / qemusecuritytest OK 1.82s
135/313 libvirt / qemustatusxml2xmltest OK 0.18s
136/313 libvirt / qemuvhostusertest OK 0.08s
137/313 libvirt / qemuxml2argvtest OK 4.57s
138/313 libvirt / qemuxml2xmltest OK 2.66s
139/313 libvirt / virnetdaemontest OK 0.10s
140/313 libvirt / virnetmessagetest OK 0.13s
141/313 libvirt / virnetserverclienttest OK 0.17s
142/313 libvirt / virnetsockettest OK 0.21s
143/313 libvirt / virnettlscontexttest OK 0.32s
144/313 libvirt / virnettlssessiontest OK 0.78s
145/313 libvirt / securityselinuxtest OK 0.17s
146/313 libvirt / securityselinuxlabeltest OK 0.17s
147/313 libvirt / storagepoolcapstest OK 0.07s
148/313 libvirt / storagepoolxml2argvtest OK 0.16s
149/313 libvirt / storagepoolxml2xmltest OK 0.21s
150/313 libvirt / storagevolxml2argvtest OK 0.06s
151/313 libvirt / virstorageutiltest OK 0.10s
152/313 libvirt / virstoragetest OK 0.93s
153/313 libvirt / vboxsnapshotxmltest OK 0.08s
154/313 libvirt / vmwarevertest OK 0.06s
155/313 libvirt / vmx2xmltest OK 0.08s
156/313 libvirt / xml2vmxtest OK 0.10s
157/313 libvirt / virjsontest OK 0.06s
158/313 libvirt / virmacmaptest OK 0.15s
159/313 libvirt / libvirtd-fail OK 0.09s
160/313 libvirt / libvirtd-pool OK 0.09s
161/313 libvirt / virsh-auth OK 0.15s
162/313 libvirt / virsh-checkpoint OK 0.46s
163/313 libvirt / virsh-cpuset OK 0.19s
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 2.97s
167/313 libvirt / virsh-output OK 2.41s
168/313 libvirt / virsh-read-bufsiz OK 0.20s
169/313 libvirt / virsh-read-non-seekable OK 0.18s
170/313 libvirt / virsh-schedinfo OK 0.16s
171/313 libvirt / virsh-self-test OK 0.15s
172/313 libvirt / virsh-snapshot OK 0.27s
173/313 libvirt / virsh-start OK 0.15s
174/313 libvirt / virsh-undefine OK 0.25s
175/313 libvirt / virsh-uriprecedence OK 0.40s
176/313 libvirt / virsh-vcpupin OK 0.60s
177/313 libvirt / virt-admin-self-test OK 0.16s
178/313 libvirt / virt-aa-helper-test OK 4.42s
179/313 libvirt / check-html OK 0.15s
180/313 libvirt:syntax-check / sc_avoid_write OK 0.27s
181/313 libvirt:syntax-check / sc_flags_debug OK 1.46s
182/313 libvirt:syntax-check / sc_flags_usage OK 1.51s
183/313 libvirt:syntax-check / sc_prohibit_internal_functions OK 0.68s
184/313 libvirt:syntax-check / sc_prohibit_raw_virclassnew OK 0.76s
185/313 libvirt:syntax-check / sc_prohibit_raw_allocation OK 0.91s
186/313 libvirt:syntax-check / sc_prohibit_close OK 1.60s
187/313 libvirt:syntax-check / sc_prohibit_fork_wrappers OK 0.77s
188/313 libvirt:syntax-check / sc_prohibit_mkstemp OK 0.34s
189/313 libvirt:syntax-check / sc_prohibit_mkdtemp OK 0.32s
190/313 libvirt:syntax-check / sc_prohibit_access_xok OK 0.26s
191/313 libvirt:syntax-check / sc_prohibit_strncmp OK 0.90s
192/313 libvirt:syntax-check / sc_prohibit_strtol OK 1.60s
193/313 libvirt:syntax-check / sc_prohibit_asprintf OK 1.60s
194/313 libvirt:syntax-check / sc_prohobit_vsnprintf OK 0.25s
195/313 libvirt:syntax-check / sc_prohibit_strdup OK 1.00s
196/313 libvirt:syntax-check / sc_prohibit_setuid OK 0.90s
197/313 libvirt:syntax-check / sc_prohibit_risky_id_promotion OK 0.90s
198/313 libvirt:syntax-check / sc_prohibit_sprintf OK 0.28s
199/313 libvirt:syntax-check / sc_prohibit_snprintf OK 0.89s
200/313 libvirt:syntax-check / sc_prohibit_readlink OK 0.85s
201/313 libvirt:syntax-check / sc_prohibit_gethostname OK 0.79s
202/313 libvirt:syntax-check / sc_prohibit_readdir OK 0.98s
203/313 libvirt:syntax-check / sc_prohibit_gettext_noop OK 0.85s
204/313 libvirt:syntax-check / sc_prohibit_PATH_MAX OK 0.94s
205/313 libvirt:syntax-check / sc_prohibit_nonreentrant OK 0.38s
206/313 libvirt:syntax-check / sc_prohibit_select OK 0.96s
207/313 libvirt:syntax-check / sc_prohibit_ctype_h OK 0.85s
208/313 libvirt:syntax-check / sc_prohibit_canonicalize_file_name OK 0.90s
209/313 libvirt:syntax-check / sc_correct_id_types OK 0.90s
210/313 libvirt:syntax-check / sc_forbid_const_pointer_typedef OK 1.56s
211/313 libvirt:syntax-check / sc_size_of_brackets OK 0.84s
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.84s
215/313 libvirt:syntax-check / sc_prohibit_virBufferAdd_with_string_literal OK 0.84s
216/313 libvirt:syntax-check / sc_prohibit_virBufferAsprintf_with_string_literal OK 0.89s
217/313 libvirt:syntax-check / sc_forbid_manual_xml_indent OK 0.79s
218/313 libvirt:syntax-check / sc_prohibit_libgen OK 0.85s
219/313 libvirt:syntax-check / sc_prohibit_xmlGetProp OK 0.84s
220/313 libvirt:syntax-check / sc_prohibit_xmlURI OK 0.80s
221/313 libvirt:syntax-check / sc_prohibit_return_as_function OK 0.80s
222/313 libvirt:syntax-check / sc_avoid_g_gnuc_unused_in_header OK 0.18s
223/313 libvirt:syntax-check / sc_prohibit_attribute_macros OK 0.23s
224/313 libvirt:syntax-check / sc_prohibit_non_glib_macros OK 0.22s
225/313 libvirt:syntax-check / sc_prohibit_int_index OK 0.79s
226/313 libvirt:syntax-check / sc_prohibit_int_ijk OK 0.79s
227/313 libvirt:syntax-check / sc_prohibit_loop_iijjkk OK 0.84s
228/313 libvirt:syntax-check / sc_prohibit_loop_var_decl OK 0.28s
229/313 libvirt:syntax-check / sc_prohibit_int_assign_bool OK 0.80s
230/313 libvirt:syntax-check / sc_prohibit_unsigned_pid OK 0.80s
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.80s
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.61s
236/313 libvirt:syntax-check / sc_preprocessor_indentation OK 0.05s
237/313 libvirt:syntax-check / sc_spec_indentation OK 0.04s
238/313 libvirt:syntax-check / sc_copyright_usage OK 1.67s
239/313 libvirt:syntax-check / sc_prohibit_gettext_markup OK 0.76s
240/313 libvirt:syntax-check / sc_prohibit_cross_inclusion OK 1.86s
241/313 libvirt:syntax-check / sc_require_enum_last_marker OK 0.82s
242/313 libvirt:syntax-check / sc_flake8 OK 2.37s
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.19s
247/313 libvirt:syntax-check / sc_prohibit_unbounded_arrays_in_rpc OK 0.14s
248/313 libvirt:syntax-check / sc_prohibit_atoi OK 0.75s
249/313 libvirt:syntax-check / sc_prohibit_wrong_filename_in_comment OK 0.29s
250/313 libvirt:syntax-check / sc_prohibit_virConnectOpen_in_virsh OK 0.13s
251/313 libvirt:syntax-check / sc_require_space_before_label OK 0.29s
252/313 libvirt:syntax-check / sc_prohibit_space_in_label OK 0.23s
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.56s
255/313 libvirt:syntax-check / sc_prohibit_windows_special_chars_in_filename OK 0.09s
256/313 libvirt:syntax-check / sc_prohibit_mixed_case_abbreviations OK 0.25s
257/313 libvirt:syntax-check / sc_require_locale_h OK 0.64s
258/313 libvirt:syntax-check / sc_prohibit_empty_first_line OK 0.95s
259/313 libvirt:syntax-check / sc_prohibit_paren_brace OK 0.24s
260/313 libvirt:syntax-check / sc_prohibit_static_zero_init OK 0.29s
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.75s
263/313 libvirt:syntax-check / sc_prohibit_virXXXFree OK 0.30s
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.24s
269/313 libvirt:syntax-check / sc_gettext_init OK 0.18s
270/313 libvirt:syntax-check / sc_prohibit_obj_free_apis_in_virsh OK 0.18s
271/313 libvirt:syntax-check / sc_prohibit_http_urls OK 0.70s
272/313 libvirt:syntax-check / sc_prohibit_author OK 0.70s
273/313 libvirt:syntax-check / sc_prohibit_backslash_alignment OK 0.28s
274/313 libvirt:syntax-check / sc_require_attribute_cleanup_initialization OK 0.23s
275/313 libvirt:syntax-check / sc_prohibit_class OK 0.29s
276/313 libvirt:syntax-check / sc_prohibit_dirent_d_type OK 0.25s
277/313 libvirt:syntax-check / sc_cast_of_argument_to_free OK 0.74s
278/313 libvirt:syntax-check / sc_cast_of_x_alloc_return_value OK 0.68s
279/313 libvirt:syntax-check / sc_prohibit_strcmp OK 0.79s
280/313 libvirt:syntax-check / sc_prohibit_strncpy OK 0.79s
281/313 libvirt:syntax-check / sc_prohibit_magic_number_exit OK 0.84s
282/313 libvirt:syntax-check / sc_error_message_warn_fatal OK 0.75s
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.14s
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.24s
288/313 libvirt:syntax-check / sc_prohibit_getopt_without_use OK 0.26s
289/313 libvirt:syntax-check / sc_prohibit_signal_without_use OK 0.24s
290/313 libvirt:syntax-check / sc_prohibit_stdio--_without_use OK 0.18s
291/313 libvirt:syntax-check / sc_prohibit_stddef_without_use OK 0.23s
292/313 libvirt:syntax-check / sc_prohibit_dirent_without_use OK 0.18s
293/313 libvirt:syntax-check / sc_bindtextdomain OK 0.14s
294/313 libvirt:syntax-check / sc_trailing_blank OK 0.74s
295/313 libvirt:syntax-check / sc_unmarked_diagnostics OK 0.75s
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.39s
299/313 libvirt:syntax-check / sc_prohibit_doubled_word OK 1.80s
300/313 libvirt:syntax-check / sc_prohibit_double_semicolon OK 0.23s
301/313 libvirt:syntax-check / sc_prohibit_test_minus_ao OK 0.71s
302/313 libvirt:syntax-check / sc_prohibit_test_double_equal OK 0.58s
303/313 libvirt:syntax-check / sc_redundant_const OK 0.70s
304/313 libvirt:syntax-check / sc_const_long_option OK 0.64s
305/313 libvirt:syntax-check / sc_po_check OK 0.29s
306/313 libvirt:syntax-check / sc_Wundef_boolean OK 0.60s
307/313 libvirt:syntax-check / sc_prohibit_path_max_allocation OK 0.65s
308/313 libvirt:syntax-check / sc_prohibit-duplicate-header OK 0.69s
309/313 libvirt:syntax-check / sc_spacing-check OK 3.46s
310/313 libvirt:syntax-check / sc_mock-noinline OK 1.10s
311/313 libvirt:syntax-check / sc_header-ifdef OK 0.30s
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.8.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
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 (/bin/udevadm)
Found pkg-config: /usr/bin/pkg-config (1.7.3)
Run-time dependency libtirpc found: YES 1.3.1
Library acl found: YES
Run-time dependency libapparmor found: YES 2.13.6
Library attr found: YES
Run-time dependency audit found: YES 3.0
Run-time dependency bash-completion found: YES 2.11
Run-time dependency blkid found: YES 2.36.1
Run-time dependency libcap-ng found: YES 0.7.9
Run-time dependency libcurl found: YES 7.74.0
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.9
Run-time dependency glib-2.0 found: YES 2.66.8
Run-time dependency gobject-2.0 found: YES 2.66.8
Run-time dependency gio-unix-2.0 found: YES 2.66.8
Run-time dependency glusterfs-api found: YES 7.9.2
Run-time dependency gnutls found: YES 3.7.1
Run-time dependency libiscsi found: YES 1.19.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.4
Program parted found: YES (/sbin/parted)
Run-time dependency pcap found: YES 1.10.0
Run-time dependency libssh found: YES 0.9.5
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.10
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.16
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: YES
Run-time dependency readline found: YES 8.1
Run-time dependency libsanlock_client found: YES 3.8.2
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 3.1
Run-time dependency threads found: YES
Run-time dependency libudev found: YES 247
Library util found: YES
Run-time dependency wireshark found: YES 3.4.4
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.14.0
Has header "libxlutil.h" : YES
Run-time dependency xlutil found: YES 4.14.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: YES (/sbin/zfs)
Program zpool found: YES (/sbin/zpool)
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: 613
libvirt 7.8.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
-Wabsolute-value
-Waddress
-Waddress-of-packed-member
-Waggressive-loop-optimizations
-Walloc-size-larger-than=9223372036854775807
-Walloca
-Warray-bounds=2
-Wattribute-alias=2
-Wattribute-warning
-Wattributes
-Wbool-compare
-Wbool-operation
-Wbuiltin-declaration-mismatch
-Wbuiltin-macro-redefined
-Wcannot-profile
-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-profile
-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.10.1 at /usr/bin/ninja
ninja: Entering directory `build'
[1334/1335] Running all tests.
1/313 libvirt / check-aclperms OK 0.04s
2/313 libvirt / check-symfile OK 0.17s
3/313 libvirt / check-admin-symfile OK 0.06s
4/313 libvirt / check-symsorting OK 0.07s
5/313 libvirt / check-admin-symsorting OK 0.06s
6/313 libvirt / check-drivername OK 0.05s
7/313 libvirt / check-admin-drivername OK 0.05s
8/313 libvirt / check-driverimpls OK 0.53s
9/313 libvirt / check-aclrules OK 0.52s
10/313 libvirt / check-augeas-libvirt_lockd OK 0.04s
11/313 libvirt / check-augeas-libvirt_sanlock OK 0.06s
12/313 libvirt / check-augeas-virtlockd OK 0.05s
13/313 libvirt / check-augeas-virtlogd OK 0.05s
14/313 libvirt / check-augeas-libvirtd_libxl OK 0.06s
15/313 libvirt / check-augeas-libvirtd_lxc OK 0.05s
16/313 libvirt / check-augeas-libvirtd_qemu OK 0.34s
17/313 libvirt / check-augeas-libvirtd OK 0.13s
18/313 libvirt / check-augeas-virtproxyd OK 0.21s
19/313 libvirt / check-augeas-virtinterfaced OK 0.15s
20/313 libvirt / check-augeas-virtnetworkd OK 0.20s
21/313 libvirt / check-augeas-virtnodedevd OK 0.13s
22/313 libvirt / check-augeas-virtnwfilterd OK 0.12s
23/313 libvirt / check-augeas-virtsecretd OK 0.11s
24/313 libvirt / check-augeas-virtstoraged OK 0.14s
25/313 libvirt / check-augeas-virtxend OK 0.10s
26/313 libvirt / check-augeas-virtlxcd OK 0.15s
27/313 libvirt / check-augeas-virtchd OK 0.16s
28/313 libvirt / check-augeas-virtqemud OK 0.19s
29/313 libvirt / check-augeas-virtvboxd OK 0.17s
30/313 libvirt / check-virnetprotocol OK 0.18s
31/313 libvirt / check-virkeepaliveprotocol OK 0.09s
32/313 libvirt / check-remote_protocol OK 0.18s
33/313 libvirt / check-qemu_protocol OK 0.17s
34/313 libvirt / check-lxc_protocol OK 0.22s
35/313 libvirt / check-admin_protocol OK 0.09s
36/313 libvirt / check-lock_protocol OK 0.16s
37/313 libvirt / check-lxc_monitor_protocol OK 0.17s
38/313 libvirt / commandtest OK 0.59s
39/313 libvirt / cputest OK 1.34s
40/313 libvirt / domaincapstest OK 0.62s
41/313 libvirt / domainconftest OK 0.14s
42/313 libvirt / genericxml2xmltest OK 0.24s
43/313 libvirt / interfacexml2xmltest OK 0.14s
44/313 libvirt / metadatatest OK 0.19s
45/313 libvirt / networkxml2xmlupdatetest OK 0.16s
46/313 libvirt / nodedevxml2xmltest OK 0.19s
47/313 libvirt / nwfilterxml2xmltest OK 0.11s
48/313 libvirt / objecteventtest OK 0.18s
49/313 libvirt / seclabeltest OK 0.15s
50/313 libvirt / secretxml2xmltest OK 0.20s
51/313 libvirt / shunloadtest OK 0.11s
52/313 libvirt / sockettest OK 0.15s
53/313 libvirt / storagevolxml2xmltest OK 0.18s
54/313 libvirt / sysinfotest OK 0.17s
55/313 libvirt / utiltest OK 0.18s
56/313 libvirt / viralloctest OK 0.14s
57/313 libvirt / virauthconfigtest OK 0.13s
58/313 libvirt / virbitmaptest OK 0.15s
59/313 libvirt / virbuftest OK 0.09s
60/313 libvirt / vircapstest OK 0.23s
61/313 libvirt / vircgrouptest OK 0.12s
62/313 libvirt / virconftest OK 0.11s
63/313 libvirt / vircryptotest OK 0.10s
64/313 libvirt / virendiantest OK 0.13s
65/313 libvirt / virerrortest OK 0.10s
66/313 libvirt / virfilecachetest OK 0.17s
67/313 libvirt / virfiletest OK 0.32s
68/313 libvirt / virfirewalltest OK 0.12s
69/313 libvirt / virhostcputest OK 0.20s
70/313 libvirt / virhostdevtest OK 0.20s
71/313 libvirt / viridentitytest OK 0.08s
72/313 libvirt / viriscsitest OK 0.12s
73/313 libvirt / virkeycodetest OK 0.10s
74/313 libvirt / virkmodtest OK 0.13s
75/313 libvirt / virlockspacetest OK 0.13s
76/313 libvirt / virlogtest OK 0.12s
77/313 libvirt / virnetdevtest OK 0.10s
78/313 libvirt / virnetworkportxml2xmltest OK 0.10s
79/313 libvirt / virnwfilterbindingxml2xmltest OK 0.09s
80/313 libvirt / virpcitest OK 0.13s
81/313 libvirt / virportallocatortest OK 0.10s
82/313 libvirt / virrotatingfiletest OK 0.10s
83/313 libvirt / virschematest OK 3.17s
84/313 libvirt / virshtest OK 2.06s
85/313 libvirt / virstringtest OK 0.17s
86/313 libvirt / virsystemdtest OK 0.10s
87/313 libvirt / virtimetest OK 0.08s
88/313 libvirt / virtypedparamtest OK 0.10s
89/313 libvirt / viruritest OK 0.18s
90/313 libvirt / virpcivpdtest OK 0.10s
91/313 libvirt / vshtabletest OK 0.15s
92/313 libvirt / virmigtest OK 0.10s
93/313 libvirt / fchosttest OK 0.12s
94/313 libvirt / scsihosttest OK 0.18s
95/313 libvirt / vircaps2xmltest OK 0.17s
96/313 libvirt / virnetdevbandwidthtest OK 0.11s
97/313 libvirt / virresctrltest OK 0.09s
98/313 libvirt / virscsitest OK 0.09s
99/313 libvirt / virusbtest OK 0.10s
100/313 libvirt / virnetdevopenvswitchtest OK 0.09s
101/313 libvirt / esxutilstest OK 0.11s
102/313 libvirt / eventtest OK 0.49s
103/313 libvirt / fdstreamtest OK 0.17s
104/313 libvirt / virdriverconnvalidatetest OK 0.08s
105/313 libvirt / virdrivermoduletest OK 0.15s
106/313 libvirt / libxlxml2domconfigtest OK 0.19s
107/313 libvirt / xlconfigtest OK 0.15s
108/313 libvirt / xmconfigtest OK 0.15s
109/313 libvirt / lxcconf2xmltest OK 0.11s
110/313 libvirt / lxcxml2xmltest OK 0.11s
111/313 libvirt / networkxml2conftest OK 0.21s
112/313 libvirt / networkxml2firewalltest OK 0.16s
113/313 libvirt / networkxml2xmltest OK 0.12s
114/313 libvirt / nodedevmdevctltest OK 0.13s
115/313 libvirt / nsstest OK 0.10s
116/313 libvirt / nssguesttest OK 0.12s
117/313 libvirt / nwfilterebiptablestest OK 0.12s
118/313 libvirt / nwfilterxml2firewalltest OK 0.15s
119/313 libvirt / openvzutilstest OK 0.19s
120/313 libvirt / virpolkittest OK 0.14s
121/313 libvirt / qemuagenttest OK 6.20s
122/313 libvirt / qemublocktest OK 0.26s
123/313 libvirt / qemucapabilitiestest OK 2.69s
124/313 libvirt / qemucaps2xmltest OK 0.20s
125/313 libvirt / qemucommandutiltest OK 0.12s
126/313 libvirt / qemudomaincheckpointxml2xmltest OK 0.33s
127/313 libvirt / qemudomainsnapshotxml2xmltest OK 0.20s
128/313 libvirt / qemufirmwaretest OK 0.09s
129/313 libvirt / qemuhotplugtest OK 1.56s
130/313 libvirt / qemumemlocktest OK 0.15s
131/313 libvirt / qemumigparamstest OK 0.17s
132/313 libvirt / qemumigrationcookiexmltest OK 0.14s
133/313 libvirt / qemumonitorjsontest OK 0.41s
134/313 libvirt / qemusecuritytest OK 1.83s
135/313 libvirt / qemustatusxml2xmltest OK 0.14s
136/313 libvirt / qemuvhostusertest OK 0.14s
137/313 libvirt / qemuxml2argvtest OK 4.41s
138/313 libvirt / qemuxml2xmltest OK 2.51s
139/313 libvirt / virnetdaemontest OK 0.12s
140/313 libvirt / virnetmessagetest OK 0.12s
141/313 libvirt / virnetserverclienttest OK 0.10s
142/313 libvirt / virnetsockettest OK 0.18s
143/313 libvirt / virnettlscontexttest OK 1.14s
144/313 libvirt / virnettlssessiontest OK 1.73s
145/313 libvirt / securityselinuxtest OK 0.12s
146/313 libvirt / securityselinuxlabeltest OK 0.17s
147/313 libvirt / storagepoolcapstest OK 0.11s
148/313 libvirt / storagepoolxml2argvtest OK 0.20s
149/313 libvirt / storagepoolxml2xmltest OK 0.17s
150/313 libvirt / storagevolxml2argvtest OK 0.09s
151/313 libvirt / virstorageutiltest OK 0.10s
152/313 libvirt / virstoragetest OK 1.05s
153/313 libvirt / vboxsnapshotxmltest OK 0.14s
154/313 libvirt / vmwarevertest OK 0.09s
155/313 libvirt / vmx2xmltest OK 0.20s
156/313 libvirt / xml2vmxtest OK 0.13s
157/313 libvirt / virjsontest OK 0.11s
158/313 libvirt / virmacmaptest OK 0.10s
159/313 libvirt / libvirtd-fail OK 0.11s
160/313 libvirt / libvirtd-pool OK 0.12s
161/313 libvirt / virsh-auth OK 0.14s
162/313 libvirt / virsh-checkpoint OK 0.44s
163/313 libvirt / virsh-cpuset OK 0.15s
164/313 libvirt / virsh-define-dev-segfault OK 0.11s
165/313 libvirt / virsh-int-overflow OK 0.14s
166/313 libvirt / virsh-optparse OK 2.82s
167/313 libvirt / virsh-output OK 2.26s
168/313 libvirt / virsh-read-bufsiz OK 0.16s
169/313 libvirt / virsh-read-non-seekable OK 0.15s
170/313 libvirt / virsh-schedinfo OK 0.17s
171/313 libvirt / virsh-self-test OK 0.12s
172/313 libvirt / virsh-snapshot OK 0.30s
173/313 libvirt / virsh-start OK 0.15s
174/313 libvirt / virsh-undefine OK 0.16s
175/313 libvirt / virsh-uriprecedence OK 0.31s
176/313 libvirt / virsh-vcpupin OK 0.61s
177/313 libvirt / virt-admin-self-test OK 0.09s
178/313 libvirt / virt-aa-helper-test OK 3.87s
179/313 libvirt / check-html OK 0.15s
180/313 libvirt:syntax-check / sc_avoid_write OK 0.16s
181/313 libvirt:syntax-check / sc_flags_debug OK 1.17s
182/313 libvirt:syntax-check / sc_flags_usage OK 1.20s
183/313 libvirt:syntax-check / sc_prohibit_internal_functions OK 0.83s
184/313 libvirt:syntax-check / sc_prohibit_raw_virclassnew OK 0.59s
185/313 libvirt:syntax-check / sc_prohibit_raw_allocation OK 0.81s
186/313 libvirt:syntax-check / sc_prohibit_close OK 1.43s
187/313 libvirt:syntax-check / sc_prohibit_fork_wrappers OK 0.82s
188/313 libvirt:syntax-check / sc_prohibit_mkstemp OK 0.27s
189/313 libvirt:syntax-check / sc_prohibit_mkdtemp OK 0.19s
190/313 libvirt:syntax-check / sc_prohibit_access_xok OK 0.26s
191/313 libvirt:syntax-check / sc_prohibit_strncmp OK 0.70s
192/313 libvirt:syntax-check / sc_prohibit_strtol OK 1.43s
193/313 libvirt:syntax-check / sc_prohibit_asprintf OK 1.28s
194/313 libvirt:syntax-check / sc_prohobit_vsnprintf OK 0.23s
195/313 libvirt:syntax-check / sc_prohibit_strdup OK 0.81s
196/313 libvirt:syntax-check / sc_prohibit_setuid OK 0.86s
197/313 libvirt:syntax-check / sc_prohibit_risky_id_promotion OK 0.88s
198/313 libvirt:syntax-check / sc_prohibit_sprintf OK 0.19s
199/313 libvirt:syntax-check / sc_prohibit_snprintf OK 0.79s
200/313 libvirt:syntax-check / sc_prohibit_readlink OK 0.82s
201/313 libvirt:syntax-check / sc_prohibit_gethostname OK 0.86s
202/313 libvirt:syntax-check / sc_prohibit_readdir OK 0.86s
203/313 libvirt:syntax-check / sc_prohibit_gettext_noop OK 0.75s
204/313 libvirt:syntax-check / sc_prohibit_PATH_MAX OK 0.80s
205/313 libvirt:syntax-check / sc_prohibit_nonreentrant OK 0.34s
206/313 libvirt:syntax-check / sc_prohibit_select OK 0.84s
207/313 libvirt:syntax-check / sc_prohibit_ctype_h OK 0.77s
208/313 libvirt:syntax-check / sc_prohibit_canonicalize_file_name OK 0.77s
209/313 libvirt:syntax-check / sc_correct_id_types OK 0.84s
210/313 libvirt:syntax-check / sc_forbid_const_pointer_typedef OK 1.41s
211/313 libvirt:syntax-check / sc_size_of_brackets OK 0.78s
212/313 libvirt:syntax-check / sc_TAB_in_indentation OK 0.18s
213/313 libvirt:syntax-check / sc_avoid_ctype_macros OK 0.24s
214/313 libvirt:syntax-check / sc_avoid_strcase OK 0.80s
215/313 libvirt:syntax-check / sc_prohibit_virBufferAdd_with_string_literal OK 0.75s
216/313 libvirt:syntax-check / sc_prohibit_virBufferAsprintf_with_string_literal OK 0.75s
217/313 libvirt:syntax-check / sc_forbid_manual_xml_indent OK 0.73s
218/313 libvirt:syntax-check / sc_prohibit_libgen OK 0.94s
219/313 libvirt:syntax-check / sc_prohibit_xmlGetProp OK 0.69s
220/313 libvirt:syntax-check / sc_prohibit_xmlURI OK 0.69s
221/313 libvirt:syntax-check / sc_prohibit_return_as_function OK 0.70s
222/313 libvirt:syntax-check / sc_avoid_g_gnuc_unused_in_header OK 0.12s
223/313 libvirt:syntax-check / sc_prohibit_attribute_macros OK 0.24s
224/313 libvirt:syntax-check / sc_prohibit_non_glib_macros OK 0.17s
225/313 libvirt:syntax-check / sc_prohibit_int_index OK 0.69s
226/313 libvirt:syntax-check / sc_prohibit_int_ijk OK 0.85s
227/313 libvirt:syntax-check / sc_prohibit_loop_iijjkk OK 0.83s
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.75s
230/313 libvirt:syntax-check / sc_prohibit_unsigned_pid OK 0.64s
231/313 libvirt:syntax-check / sc_libvirt_unmarked_diagnostics OK 0.86s
232/313 libvirt:syntax-check / sc_prohibit_newline_at_end_of_diagnostic OK 0.69s
233/313 libvirt:syntax-check / sc_prohibit_diagnostic_without_format OK 1.26s
234/313 libvirt:syntax-check / sc_prohibit_useless_translation OK 1.20s
235/313 libvirt:syntax-check / sc_require_whitespace_in_translation OK 1.61s
236/313 libvirt:syntax-check / sc_preprocessor_indentation OK 0.03s
237/313 libvirt:syntax-check / sc_spec_indentation OK 0.05s
238/313 libvirt:syntax-check / sc_copyright_usage OK 1.51s
239/313 libvirt:syntax-check / sc_prohibit_gettext_markup OK 0.71s
240/313 libvirt:syntax-check / sc_prohibit_cross_inclusion OK 1.80s
241/313 libvirt:syntax-check / sc_require_enum_last_marker OK 0.59s
242/313 libvirt:syntax-check / sc_flake8 OK 2.51s
243/313 libvirt:syntax-check / sc_prohibit_exit_in_tests OK 0.14s
244/313 libvirt:syntax-check / sc_prohibit_include_public_headers_quote OK 0.26s
245/313 libvirt:syntax-check / sc_prohibit_include_public_headers_brackets OK 0.19s
246/313 libvirt:syntax-check / sc_prohibit_config_h_in_headers OK 0.13s
247/313 libvirt:syntax-check / sc_prohibit_unbounded_arrays_in_rpc OK 0.13s
248/313 libvirt:syntax-check / sc_prohibit_atoi OK 0.70s
249/313 libvirt:syntax-check / sc_prohibit_wrong_filename_in_comment OK 0.29s
250/313 libvirt:syntax-check / sc_prohibit_virConnectOpen_in_virsh OK 0.13s
251/313 libvirt:syntax-check / sc_require_space_before_label OK 0.18s
252/313 libvirt:syntax-check / sc_prohibit_space_in_label OK 0.18s
253/313 libvirt:syntax-check / sc_require_if_else_matching_braces OK 0.25s
254/313 libvirt:syntax-check / sc_curly_braces_style OK 0.65s
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.24s
257/313 libvirt:syntax-check / sc_require_locale_h OK 0.54s
258/313 libvirt:syntax-check / sc_prohibit_empty_first_line OK 1.00s
259/313 libvirt:syntax-check / sc_prohibit_paren_brace OK 0.28s
260/313 libvirt:syntax-check / sc_prohibit_static_zero_init OK 0.23s
261/313 libvirt:syntax-check / sc_prohibit_devname OK 0.58s
262/313 libvirt:syntax-check / sc_prohibit_system_error_with_vir_err OK 0.64s
263/313 libvirt:syntax-check / sc_prohibit_virXXXFree OK 0.24s
264/313 libvirt:syntax-check / sc_prohibit_sysconf_pagesize OK 0.64s
265/313 libvirt:syntax-check / sc_prohibit_virSecurityManager OK 0.13s
266/313 libvirt:syntax-check / sc_prohibit_pthread_create OK 0.23s
267/313 libvirt:syntax-check / sc_prohibit_not_streq OK 0.59s
268/313 libvirt:syntax-check / sc_prohibit_verbose_strcat OK 0.19s
269/313 libvirt:syntax-check / sc_gettext_init OK 0.19s
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.58s
272/313 libvirt:syntax-check / sc_prohibit_author OK 0.64s
273/313 libvirt:syntax-check / sc_prohibit_backslash_alignment OK 0.18s
274/313 libvirt:syntax-check / sc_require_attribute_cleanup_initialization OK 0.23s
275/313 libvirt:syntax-check / sc_prohibit_class OK 0.23s
276/313 libvirt:syntax-check / sc_prohibit_dirent_d_type OK 0.24s
277/313 libvirt:syntax-check / sc_cast_of_argument_to_free OK 0.74s
278/313 libvirt:syntax-check / sc_cast_of_x_alloc_return_value OK 0.65s
279/313 libvirt:syntax-check / sc_prohibit_strcmp OK 0.67s
280/313 libvirt:syntax-check / sc_prohibit_strncpy OK 0.65s
281/313 libvirt:syntax-check / sc_prohibit_magic_number_exit OK 0.85s
282/313 libvirt:syntax-check / sc_error_message_warn_fatal OK 0.64s
283/313 libvirt:syntax-check / sc_error_message_period OK 0.63s
284/313 libvirt:syntax-check / sc_prohibit_have_config_h OK 0.63s
285/313 libvirt:syntax-check / sc_require_config_h OK 0.18s
286/313 libvirt:syntax-check / sc_require_config_h_first OK 0.23s
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.24s
289/313 libvirt:syntax-check / sc_prohibit_signal_without_use OK 0.24s
290/313 libvirt:syntax-check / sc_prohibit_stdio--_without_use OK 0.20s
291/313 libvirt:syntax-check / sc_prohibit_stddef_without_use OK 0.23s
292/313 libvirt:syntax-check / sc_prohibit_dirent_without_use OK 0.18s
293/313 libvirt:syntax-check / sc_bindtextdomain OK 0.13s
294/313 libvirt:syntax-check / sc_trailing_blank OK 0.74s
295/313 libvirt:syntax-check / sc_unmarked_diagnostics OK 0.60s
296/313 libvirt:syntax-check / sc_prohibit_defined_have_decl_tests OK 0.59s
297/313 libvirt:syntax-check / sc_prohibit_backup_files OK 0.14s
298/313 libvirt:syntax-check / sc_prohibit_empty_lines_at_EOF OK 0.45s
299/313 libvirt:syntax-check / sc_prohibit_doubled_word OK 2.00s
300/313 libvirt:syntax-check / sc_prohibit_double_semicolon OK 0.28s
301/313 libvirt:syntax-check / sc_prohibit_test_minus_ao OK 0.63s
302/313 libvirt:syntax-check / sc_prohibit_test_double_equal OK 0.50s
303/313 libvirt:syntax-check / sc_redundant_const OK 0.59s
304/313 libvirt:syntax-check / sc_const_long_option OK 0.54s
305/313 libvirt:syntax-check / sc_po_check OK 0.30s
306/313 libvirt:syntax-check / sc_Wundef_boolean OK 0.54s
307/313 libvirt:syntax-check / sc_prohibit_path_max_allocation OK 0.54s
308/313 libvirt:syntax-check / sc_prohibit-duplicate-header OK 0.68s
309/313 libvirt:syntax-check / sc_spacing-check OK 3.74s
310/313 libvirt:syntax-check / sc_mock-noinline OK 0.99s
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.13s
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-sid CI_NINJA_ARGS=test
make[1]: Entering directory '/home/ubuntu/libvirt/ci'
make -C /home/ubuntu/libvirt/ci ci-run-command@debian-sid 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-sid:latest \
/home/ubuntu/build
The Meson build system
Version: 0.59.1
Source dir: /home/ubuntu/libvirt
Build dir: /home/ubuntu/libvirt/build
Build type: native build
Project name: libvirt
Project version: 7.8.0
C compiler for the host machine: ccache cc (gcc 10.3.0 "cc (Debian 10.3.0-10) 10.3.0")
C linker for the host machine: cc ld.bfd 2.37
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
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 (/bin/udevadm)
Found pkg-config: /usr/bin/pkg-config (1.8.0)
Run-time dependency libtirpc found: YES 1.3.2
Library acl found: YES
Run-time dependency libapparmor found: YES 3.0.3
Library attr found: YES
Run-time dependency audit found: YES 3.0.5
Run-time dependency bash-completion found: YES 2.11
Run-time dependency blkid found: YES 2.37.2
Run-time dependency libcap-ng found: YES 0.7.9
Run-time dependency libcurl found: YES 7.74.0
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.9
Run-time dependency glib-2.0 found: YES 2.68.4
Run-time dependency gobject-2.0 found: YES 2.68.4
Run-time dependency gio-unix-2.0 found: YES 2.68.4
Run-time dependency glusterfs-api found: YES 7.9.3
Run-time dependency gnutls found: YES 3.7.2
Run-time dependency libiscsi found: YES 1.19.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.4
Program parted found: YES (/sbin/parted)
Run-time dependency pcap found: YES 1.10.1
Run-time dependency libssh found: YES 0.9.6
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.12
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.16
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: YES
Run-time dependency readline found: YES 8.1
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 3.1
Run-time dependency threads found: YES
Run-time dependency libudev found: YES 247
Library util found: YES
Run-time dependency wireshark found: YES 3.4.8
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.14.0
Has header "libxlutil.h" : YES
Run-time dependency xlutil found: YES 4.14.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: YES (/sbin/zfs)
Program zpool found: YES (/sbin/zpool)
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 env found: YES (/usr/bin/env)
Program env found: YES (/usr/bin/env)
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
Program env found: YES (/usr/bin/env)
Program env found: YES (/usr/bin/env)
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
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)
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: 613
libvirt 7.8.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
-Wabsolute-value
-Waddress
-Waddress-of-packed-member
-Waggressive-loop-optimizations
-Walloc-size-larger-than=9223372036854775807
-Walloca
-Warray-bounds=2
-Wattribute-alias=2
-Wattribute-warning
-Wattributes
-Wbool-compare
-Wbool-operation
-Wbuiltin-declaration-mismatch
-Wbuiltin-macro-redefined
-Wcannot-profile
-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-profile
-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.10.1 at /usr/bin/ninja
ninja: Entering directory `build'
[1334/1335] Running all tests.
1/313 libvirt / check-aclperms OK 0.26s
2/313 libvirt / check-symfile OK 0.26s
3/313 libvirt / check-admin-symfile OK 0.26s
4/313 libvirt / check-symsorting OK 0.25s
5/313 libvirt / check-admin-symsorting OK 0.25s
6/313 libvirt / check-drivername OK 0.25s
7/313 libvirt / check-admin-drivername OK 0.25s
8/313 libvirt / check-augeas-libvirt_lockd OK 0.23s
9/313 libvirt / check-augeas-libvirt_sanlock OK 0.23s
10/313 libvirt / check-augeas-virtlockd OK 0.23s
11/313 libvirt / check-augeas-virtlogd OK 0.22s
12/313 libvirt / check-augeas-libvirtd_libxl OK 0.22s
13/313 libvirt / check-augeas-libvirtd_lxc OK 0.22s
14/313 libvirt / check-augeas-libvirtd OK 0.21s
15/313 libvirt / check-augeas-virtproxyd OK 0.21s
16/313 libvirt / check-augeas-virtinterfaced OK 0.20s
17/313 libvirt / check-augeas-virtnetworkd OK 0.20s
18/313 libvirt / check-augeas-virtnodedevd OK 0.20s
19/313 libvirt / check-augeas-virtnwfilterd OK 0.19s
20/313 libvirt / check-augeas-virtsecretd OK 0.19s
21/313 libvirt / check-augeas-virtstoraged OK 0.19s
22/313 libvirt / check-augeas-virtxend OK 0.18s
23/313 libvirt / check-augeas-virtlxcd OK 0.18s
24/313 libvirt / check-augeas-virtchd OK 0.13s
25/313 libvirt / check-augeas-virtqemud OK 0.12s
26/313 libvirt / check-augeas-virtvboxd OK 0.12s
27/313 libvirt / check-virnetprotocol OK 0.12s
28/313 libvirt / check-virkeepaliveprotocol OK 0.11s
29/313 libvirt / check-qemu_protocol OK 0.11s
30/313 libvirt / check-lxc_protocol OK 0.10s
31/313 libvirt / check-admin_protocol OK 0.10s
32/313 libvirt / check-lock_protocol OK 0.09s
33/313 libvirt / check-lxc_monitor_protocol OK 0.09s
34/313 libvirt / domainconftest OK 0.20s
35/313 libvirt / interfacexml2xmltest OK 0.19s
36/313 libvirt / metadatatest OK 0.19s
37/313 libvirt / nodedevxml2xmltest OK 0.18s
38/313 libvirt / networkxml2xmlupdatetest OK 0.19s
39/313 libvirt / objecteventtest OK 0.20s
40/313 libvirt / nwfilterxml2xmltest OK 0.21s
41/313 libvirt / check-remote_protocol OK 0.29s
42/313 libvirt / check-augeas-libvirtd_qemu OK 0.40s
43/313 libvirt / genericxml2xmltest OK 0.24s
44/313 libvirt / seclabeltest OK 0.20s
45/313 libvirt / secretxml2xmltest OK 0.20s
46/313 libvirt / shunloadtest OK 0.20s
47/313 libvirt / sockettest OK 0.19s
48/313 libvirt / storagevolxml2xmltest OK 0.19s
49/313 libvirt / sysinfotest OK 0.19s
50/313 libvirt / utiltest OK 0.18s
51/313 libvirt / viralloctest OK 0.18s
52/313 libvirt / virauthconfigtest OK 0.18s
53/313 libvirt / virbitmaptest OK 0.17s
54/313 libvirt / virbuftest OK 0.17s
55/313 libvirt / vircapstest OK 0.17s
56/313 libvirt / vircgrouptest OK 0.16s
57/313 libvirt / virconftest OK 0.16s
58/313 libvirt / vircryptotest OK 0.16s
59/313 libvirt / virendiantest OK 0.15s
60/313 libvirt / virerrortest OK 0.15s
61/313 libvirt / virfilecachetest OK 0.15s
62/313 libvirt / virfirewalltest OK 0.14s
63/313 libvirt / virhostcputest OK 0.13s
64/313 libvirt / viridentitytest OK 0.12s
65/313 libvirt / viriscsitest OK 0.12s
66/313 libvirt / virkeycodetest OK 0.12s
67/313 libvirt / virkmodtest OK 0.11s
68/313 libvirt / virlockspacetest OK 0.11s
69/313 libvirt / virlogtest OK 0.11s
70/313 libvirt / virnetdevtest OK 0.10s
71/313 libvirt / virnetworkportxml2xmltest OK 0.10s
72/313 libvirt / virnwfilterbindingxml2xmltest OK 0.09s
73/313 libvirt / virportallocatortest OK 0.09s
74/313 libvirt / virrotatingfiletest OK 0.20s
75/313 libvirt / virstringtest OK 0.19s
76/313 libvirt / virpcitest OK 0.21s
77/313 libvirt / virtimetest OK 0.19s
78/313 libvirt / virsystemdtest OK 0.20s
79/313 libvirt / virhostdevtest OK 0.28s
80/313 libvirt / virtypedparamtest OK 0.20s
81/313 libvirt / check-aclrules OK 0.63s
82/313 libvirt / viruritest OK 0.20s
83/313 libvirt / virpcivpdtest OK 0.20s
84/313 libvirt / vshtabletest OK 0.20s
85/313 libvirt / check-driverimpls OK 0.64s
86/313 libvirt / virfiletest OK 0.35s
87/313 libvirt / commandtest OK 0.50s
88/313 libvirt / virmigtest OK 0.22s
89/313 libvirt / fchosttest OK 0.22s
90/313 libvirt / scsihosttest OK 0.22s
91/313 libvirt / vircaps2xmltest OK 0.21s
92/313 libvirt / virnetdevbandwidthtest OK 0.21s
93/313 libvirt / virresctrltest OK 0.21s
94/313 libvirt / virscsitest OK 0.20s
95/313 libvirt / virusbtest OK 0.20s
96/313 libvirt / virnetdevopenvswitchtest OK 0.20s
97/313 libvirt / esxutilstest OK 0.19s
98/313 libvirt / fdstreamtest OK 0.19s
99/313 libvirt / virdriverconnvalidatetest OK 0.18s
100/313 libvirt / virdrivermoduletest OK 0.18s
101/313 libvirt / libxlxml2domconfigtest OK 0.18s
102/313 libvirt / xlconfigtest OK 0.17s
103/313 libvirt / xmconfigtest OK 0.17s
104/313 libvirt / lxcconf2xmltest OK 0.17s
105/313 libvirt / lxcxml2xmltest OK 0.16s
106/313 libvirt / networkxml2conftest OK 0.16s
107/313 libvirt / networkxml2firewalltest OK 0.16s
108/313 libvirt / networkxml2xmltest OK 0.15s
109/313 libvirt / nodedevmdevctltest OK 0.15s
110/313 libvirt / nsstest OK 0.15s
111/313 libvirt / nssguesttest OK 0.14s
112/313 libvirt / nwfilterebiptablestest OK 0.14s
113/313 libvirt / nwfilterxml2firewalltest OK 0.13s
114/313 libvirt / openvzutilstest OK 0.13s
115/313 libvirt / virpolkittest OK 0.13s
116/313 libvirt / qemucommandutiltest OK 0.24s
117/313 libvirt / qemufirmwaretest OK 0.24s
118/313 libvirt / qemudomainsnapshotxml2xmltest OK 0.25s
119/313 libvirt / qemumemlocktest OK 0.25s
120/313 libvirt / qemumigparamstest OK 0.25s
121/313 libvirt / qemucaps2xmltest OK 0.31s
122/313 libvirt / qemumigrationcookiexmltest OK 0.25s
123/313 libvirt / qemudomaincheckpointxml2xmltest OK 0.30s
124/313 libvirt / qemublocktest OK 0.35s
125/313 libvirt / domaincapstest OK 0.76s
126/313 libvirt / qemustatusxml2xmltest OK 0.26s
127/313 libvirt / libvirtd-fail OK 0.15s
128/313 libvirt / libvirtd-pool OK 0.14s
129/313 libvirt / virsh-auth OK 0.14s
130/313 libvirt / virsh-cpuset OK 0.13s
131/313 libvirt / qemuvhostusertest OK 0.28s
132/313 libvirt / virnetdaemontest OK 0.27s
133/313 libvirt / virnetmessagetest OK 0.27s
134/313 libvirt / virnetserverclienttest OK 0.26s
135/313 libvirt / virnetsockettest OK 0.26s
136/313 libvirt / securityselinuxtest OK 0.25s
137/313 libvirt / securityselinuxlabeltest OK 0.24s
138/313 libvirt / storagepoolcapstest OK 0.24s
139/313 libvirt / storagepoolxml2argvtest OK 0.23s
140/313 libvirt / storagepoolxml2xmltest OK 0.23s
141/313 libvirt / storagevolxml2argvtest OK 0.22s
142/313 libvirt / virstorageutiltest OK 0.22s
143/313 libvirt / vboxsnapshotxmltest OK 0.21s
144/313 libvirt / vmwarevertest OK 0.20s
145/313 libvirt / vmx2xmltest OK 0.20s
146/313 libvirt / xml2vmxtest OK 0.20s
147/313 libvirt / virjsontest OK 0.19s
148/313 libvirt / virmacmaptest OK 0.19s
149/313 libvirt / virsh-define-dev-segfault OK 0.26s
150/313 libvirt / virsh-int-overflow OK 0.26s
151/313 libvirt / eventtest OK 0.64s
152/313 libvirt / virsh-schedinfo OK 0.23s
153/313 libvirt / qemumonitorjsontest OK 0.50s
154/313 libvirt / virsh-read-non-seekable OK 0.24s
155/313 libvirt / virsh-self-test OK 0.26s
156/313 libvirt / virsh-start OK 0.25s
157/313 libvirt / virsh-read-bufsiz OK 0.27s
158/313 libvirt / virnettlscontexttest OK 0.46s
159/313 libvirt / virsh-undefine OK 0.25s
160/313 libvirt / virt-admin-self-test OK 0.27s
161/313 libvirt / virsh-checkpoint OK 0.42s
162/313 libvirt / check-html OK 0.27s
163/313 libvirt:syntax-check / sc_avoid_write OK 0.27s
164/313 libvirt / virsh-snapshot OK 0.35s
165/313 libvirt:syntax-check / sc_prohibit_mkstemp OK 0.26s
166/313 libvirt:syntax-check / sc_prohibit_mkdtemp OK 0.25s
167/313 libvirt:syntax-check / sc_prohibit_access_xok OK 0.25s
168/313 libvirt / cputest OK 1.17s
169/313 libvirt / virsh-uriprecedence OK 0.38s
170/313 libvirt:syntax-check / sc_prohobit_vsnprintf OK 0.25s
171/313 libvirt:syntax-check / sc_prohibit_sprintf OK 0.24s
172/313 libvirt:syntax-check / sc_prohibit_nonreentrant OK 0.23s
173/313 libvirt / virsh-vcpupin OK 0.49s
174/313 libvirt / virnettlssessiontest OK 0.73s
175/313 libvirt:syntax-check / sc_TAB_in_indentation OK 0.19s
176/313 libvirt:syntax-check / sc_prohibit_raw_virclassnew OK 0.49s
177/313 libvirt / virstoragetest OK 0.77s
178/313 libvirt:syntax-check / sc_avoid_ctype_macros OK 0.25s
179/313 libvirt:syntax-check / sc_avoid_g_gnuc_unused_in_header OK 0.12s
180/313 libvirt:syntax-check / sc_prohibit_fork_wrappers OK 0.59s
181/313 libvirt:syntax-check / sc_prohibit_strncmp OK 0.62s
182/313 libvirt:syntax-check / sc_prohibit_attribute_macros OK 0.22s
183/313 libvirt:syntax-check / sc_prohibit_raw_allocation OK 0.69s
184/313 libvirt:syntax-check / sc_prohibit_internal_functions OK 0.71s
185/313 libvirt:syntax-check / sc_prohibit_non_glib_macros OK 0.23s
186/313 libvirt:syntax-check / sc_prohibit_risky_id_promotion OK 0.70s
187/313 libvirt:syntax-check / sc_prohibit_strdup OK 0.74s
188/313 libvirt:syntax-check / sc_prohibit_loop_var_decl OK 0.23s
189/313 libvirt:syntax-check / sc_prohibit_readlink OK 0.69s
190/313 libvirt:syntax-check / sc_prohibit_snprintf OK 0.74s
191/313 libvirt:syntax-check / sc_prohibit_setuid OK 0.78s
192/313 libvirt:syntax-check / sc_prohibit_gethostname OK 0.73s
193/313 libvirt:syntax-check / sc_preprocessor_indentation OK 0.07s
194/313 libvirt:syntax-check / sc_spec_indentation OK 0.06s
195/313 libvirt:syntax-check / sc_prohibit_PATH_MAX OK 0.72s
196/313 libvirt:syntax-check / sc_prohibit_gettext_noop OK 0.76s
197/313 libvirt:syntax-check / sc_prohibit_ctype_h OK 0.75s
198/313 libvirt:syntax-check / sc_prohibit_canonicalize_file_name OK 0.75s
199/313 libvirt:syntax-check / sc_prohibit_readdir OK 0.84s
200/313 libvirt:syntax-check / sc_prohibit_select OK 0.82s
201/313 libvirt:syntax-check / sc_size_of_brackets OK 0.79s
202/313 libvirt:syntax-check / sc_prohibit_virBufferAdd_with_string_literal OK 0.75s
203/313 libvirt:syntax-check / sc_prohibit_exit_in_tests OK 0.14s
204/313 libvirt / qemuhotplugtest OK 1.49s
205/313 libvirt:syntax-check / sc_correct_id_types OK 0.88s
206/313 libvirt:syntax-check / sc_prohibit_virBufferAsprintf_with_string_literal OK 0.79s
207/313 libvirt:syntax-check / sc_forbid_manual_xml_indent OK 0.81s
208/313 libvirt:syntax-check / sc_prohibit_config_h_in_headers OK 0.18s
209/313 libvirt:syntax-check / sc_prohibit_unbounded_arrays_in_rpc OK 0.16s
210/313 libvirt:syntax-check / sc_avoid_strcase OK 0.89s
211/313 libvirt / qemusecuritytest OK 1.54s
212/313 libvirt:syntax-check / sc_prohibit_include_public_headers_quote OK 0.25s
213/313 libvirt:syntax-check / sc_prohibit_xmlGetProp OK 0.87s
214/313 libvirt:syntax-check / sc_prohibit_include_public_headers_brackets OK 0.27s
215/313 libvirt:syntax-check / sc_flags_debug OK 1.25s
216/313 libvirt:syntax-check / sc_prohibit_virConnectOpen_in_virsh OK 0.20s
217/313 libvirt:syntax-check / sc_prohibit_xmlURI OK 0.85s
218/313 libvirt:syntax-check / sc_prohibit_windows_special_chars_in_filename OK 0.14s
219/313 libvirt:syntax-check / sc_flags_usage OK 1.29s
220/313 libvirt:syntax-check / sc_prohibit_return_as_function OK 0.89s
221/313 libvirt:syntax-check / sc_prohibit_int_index OK 0.81s
222/313 libvirt:syntax-check / sc_prohibit_space_in_label OK 0.25s
223/313 libvirt:syntax-check / sc_prohibit_libgen OK 1.01s
224/313 libvirt:syntax-check / sc_require_space_before_label OK 0.28s
225/313 libvirt:syntax-check / sc_prohibit_close OK 1.37s
226/313 libvirt:syntax-check / sc_require_if_else_matching_braces OK 0.27s
227/313 libvirt:syntax-check / sc_prohibit_wrong_filename_in_comment OK 0.36s
228/313 libvirt:syntax-check / sc_prohibit_asprintf OK 1.37s
229/313 libvirt:syntax-check / sc_prohibit_mixed_case_abbreviations OK 0.28s
230/313 libvirt:syntax-check / sc_prohibit_strtol OK 1.41s
231/313 libvirt:syntax-check / sc_prohibit_virSecurityManager OK 0.18s
232/313 libvirt:syntax-check / sc_prohibit_unsigned_pid OK 0.78s
233/313 libvirt:syntax-check / sc_prohibit_static_zero_init OK 0.25s
234/313 libvirt:syntax-check / sc_prohibit_paren_brace OK 0.30s
235/313 libvirt:syntax-check / sc_prohibit_int_ijk OK 0.98s
236/313 libvirt:syntax-check / sc_prohibit_virXXXFree OK 0.27s
237/313 libvirt:syntax-check / sc_prohibit_int_assign_bool OK 0.85s
238/313 libvirt:syntax-check / sc_prohibit_newline_at_end_of_diagnostic OK 0.84s
239/313 libvirt:syntax-check / sc_prohibit_obj_free_apis_in_virsh OK 0.19s
240/313 libvirt:syntax-check / sc_prohibit_loop_iijjkk OK 1.00s
241/313 libvirt:syntax-check / sc_prohibit_pthread_create OK 0.28s
242/313 libvirt:syntax-check / sc_require_enum_last_marker OK 0.66s
243/313 libvirt:syntax-check / sc_gettext_init OK 0.26s
244/313 libvirt:syntax-check / sc_prohibit_verbose_strcat OK 0.28s
245/313 libvirt:syntax-check / sc_libvirt_unmarked_diagnostics OK 0.90s
246/313 libvirt:syntax-check / sc_prohibit_gettext_markup OK 0.73s
247/313 libvirt:syntax-check / sc_prohibit_backslash_alignment OK 0.27s
248/313 libvirt / virshtest OK 2.29s
249/313 libvirt:syntax-check / sc_require_attribute_cleanup_initialization OK 0.29s
250/313 libvirt:syntax-check / sc_prohibit_class OK 0.28s
251/313 libvirt:syntax-check / sc_prohibit_dirent_d_type OK 0.27s
252/313 libvirt:syntax-check / sc_forbid_const_pointer_typedef OK 1.47s
253/313 libvirt:syntax-check / sc_require_locale_h OK 0.55s
254/313 libvirt:syntax-check / sc_require_config_h OK 0.18s
255/313 libvirt:syntax-check / sc_curly_braces_style OK 0.63s
256/313 libvirt:syntax-check / sc_require_config_h_first OK 0.22s
257/313 libvirt:syntax-check / sc_prohibit_atoi OK 0.75s
258/313 libvirt:syntax-check / sc_prohibit_assert_without_use OK 0.26s
259/313 libvirt:syntax-check / sc_bindtextdomain OK 0.18s
260/313 libvirt:syntax-check / sc_prohibit_getopt_without_use OK 0.24s
261/313 libvirt:syntax-check / sc_prohibit_devname OK 0.59s
262/313 libvirt:syntax-check / sc_prohibit_signal_without_use OK 0.32s
263/313 libvirt:syntax-check / sc_prohibit_stdio--_without_use OK 0.31s
264/313 libvirt:syntax-check / sc_prohibit_system_error_with_vir_err OK 0.67s
265/313 libvirt:syntax-check / sc_prohibit_backup_files OK 0.28s
266/313 libvirt:syntax-check / sc_prohibit_sysconf_pagesize OK 0.72s
267/313 libvirt:syntax-check / sc_prohibit_stddef_without_use OK 0.38s
268/313 libvirt:syntax-check / sc_prohibit_dirent_without_use OK 0.37s
269/313 libvirt:syntax-check / sc_prohibit_not_streq OK 0.69s
270/313 libvirt:syntax-check / sc_prohibit_http_urls OK 0.63s
271/313 libvirt:syntax-check / sc_prohibit_useless_translation OK 1.19s
272/313 libvirt:syntax-check / sc_prohibit_double_semicolon OK 0.27s
273/313 libvirt:syntax-check / sc_prohibit_diagnostic_without_format OK 1.27s
274/313 libvirt:syntax-check / sc_prohibit_author OK 0.62s
275/313 libvirt:syntax-check / sc_prohibit_strcmp OK 0.57s
276/313 libvirt:syntax-check / sc_error_message_warn_fatal OK 0.55s
277/313 libvirt:syntax-check / sc_prohibit_empty_lines_at_EOF OK 0.35s
278/313 libvirt:syntax-check / sc_prohibit_strncpy OK 0.57s
279/313 libvirt:syntax-check / sc_cast_of_x_alloc_return_value OK 0.60s
280/313 libvirt:syntax-check / sc_prohibit_have_config_h OK 0.53s
281/313 libvirt:syntax-check / sc_error_message_period OK 0.55s
282/313 libvirt:syntax-check / sc_prohibit_enum_impl_with_vir_prefix_in_virsh OK 0.11s
283/313 libvirt:syntax-check / sc_cast_of_argument_to_free OK 0.63s
284/313 libvirt:syntax-check / sc_group-qemu-caps OK 0.15s
285/313 libvirt:syntax-check / sc_prohibit_empty_first_line OK 0.91s
286/313 libvirt:syntax-check / sc_po_check OK 0.33s
287/313 libvirt / qemuxml2xmltest OK 2.44s
288/313 libvirt:syntax-check / sc_prohibit_defined_have_decl_tests OK 0.48s
289/313 libvirt:syntax-check / sc_prohibit_test_double_equal OK 0.42s
290/313 libvirt:syntax-check / sc_header-ifdef OK 0.25s
291/313 libvirt:syntax-check / sc_unmarked_diagnostics OK 0.53s
292/313 libvirt / qemucapabilitiestest OK 2.63s
293/313 libvirt:syntax-check / sc_prohibit_test_minus_ao OK 0.52s
294/313 libvirt:syntax-check / sc_prohibit_magic_number_exit OK 0.77s
295/313 libvirt:syntax-check / sc_trailing_blank OK 0.64s
296/313 libvirt:syntax-check / sc_copyright_usage OK 1.42s
297/313 libvirt:syntax-check / sc_prohibit_path_max_allocation OK 0.45s
298/313 libvirt:syntax-check / sc_const_long_option OK 0.52s
299/313 libvirt / virsh-output OK 2.42s
300/313 libvirt:syntax-check / sc_redundant_const OK 0.55s
301/313 libvirt:syntax-check / sc_Wundef_boolean OK 0.51s
302/313 libvirt:syntax-check / sc_require_whitespace_in_translation OK 1.54s
303/313 libvirt:syntax-check / sc_prohibit-duplicate-header OK 0.57s
304/313 libvirt / virschematest OK 3.10s
305/313 libvirt:syntax-check / sc_prohibit_cross_inclusion OK 1.67s
306/313 libvirt / virsh-optparse OK 2.96s
307/313 libvirt:syntax-check / sc_mock-noinline OK 0.92s
308/313 libvirt:syntax-check / sc_flake8 OK 2.41s
309/313 libvirt:syntax-check / sc_prohibit_doubled_word OK 1.94s
310/313 libvirt / virt-aa-helper-test OK 3.77s
311/313 libvirt / qemuxml2argvtest OK 4.33s
312/313 libvirt:syntax-check / sc_spacing-check OK 3.64s
313/313 libvirt / qemuagenttest OK 6.05s
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@fedora-33 CI_NINJA_ARGS=test
make[1]: Entering directory '/home/ubuntu/libvirt/ci'
make -C /home/ubuntu/libvirt/ci ci-run-command@fedora-33 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-fedora-33:latest \
/home/ubuntu/build
The Meson build system
Version: 0.59.1
Source dir: /home/ubuntu/libvirt
Build dir: /home/ubuntu/libvirt/build
Build type: native build
Project name: libvirt
Project version: 7.8.0
C compiler for the host machine: ccache cc (gcc 10.3.1 "cc (GCC) 10.3.1 20210422 (Red Hat 10.3.1-1)")
C linker for the host machine: cc ld.bfd 2.35-18
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
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.7.3)
Run-time dependency libtirpc found: YES 1.2.6
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.5
Run-time dependency bash-completion found: YES 2.8
Run-time dependency blkid found: YES 2.36.1
Run-time dependency libcap-ng found: YES 0.8
Run-time dependency libcurl found: YES 7.71.1
Run-time dependency devmapper found: YES 1.02.173
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.66.8
Run-time dependency gobject-2.0 found: YES 2.66.8
Run-time dependency gio-unix-2.0 found: YES 2.66.8
Run-time dependency glusterfs-api found: YES 7.8.6
Run-time dependency gnutls found: YES 3.6.16
Run-time dependency libiscsi found: YES 1.19.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.3
Program parted found: YES (/usr/sbin/parted)
Run-time dependency pcap found: YES 1.10.1
Run-time dependency libssh found: YES 0.9.5
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.12
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.8
Run-time dependency parallels-sdk found: NO (tried pkgconfig and cmake)
Run-time dependency pciaccess found: YES 0.16
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: YES
Run-time dependency readline found: YES 8.0
Run-time dependency libsanlock_client found: YES 3.8.1
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 3.1
Run-time dependency threads found: YES
Run-time dependency libudev found: YES 246
Library util found: YES
Run-time dependency wireshark found: YES 3.4.8
Has header "wireshark/ws_version.h" : YES
Run-time dependency yajl found: YES 2.1.0
Program pkcheck found: YES (/usr/bin/pkcheck)
Run-time dependency xenlight found: YES 4.14.0
Has header "libxlutil.h" : YES
Run-time dependency xlutil found: YES 4.14.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: NO
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: YES (/usr/bin/dog)
Program zfs found: YES (/usr/sbin/zfs)
Program zpool found: YES (/usr/sbin/zpool)
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 /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 env found: YES (/usr/bin/env)
Program env found: YES (/usr/bin/env)
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)
Program env found: YES (/usr/bin/env)
Program env found: YES (/usr/bin/env)
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)
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
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)
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: 616
libvirt 7.8.0
Drivers
QEMU : YES
OpenVZ : YES
VMware : YES
VBox : YES
libxl : YES
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 : YES
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
-Wabsolute-value
-Waddress
-Waddress-of-packed-member
-Waggressive-loop-optimizations
-Walloc-size-larger-than=9223372036854775807
-Walloca
-Warray-bounds=2
-Wattribute-alias=2
-Wattribute-warning
-Wattributes
-Wbool-compare
-Wbool-operation
-Wbuiltin-declaration-mismatch
-Wbuiltin-macro-redefined
-Wcannot-profile
-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-profile
-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.10.2 at /usr/bin/ninja
ninja: Entering directory `build'
[1343/1344] Running all tests.
1/313 libvirt / check-aclperms OK 0.27s
2/313 libvirt / check-symfile OK 0.27s
3/313 libvirt / check-admin-symfile OK 0.27s
4/313 libvirt / check-symsorting OK 0.26s
5/313 libvirt / check-admin-symsorting OK 0.26s
6/313 libvirt / check-drivername OK 0.26s
7/313 libvirt / check-admin-drivername OK 0.25s
8/313 libvirt / check-augeas-libvirt_lockd OK 0.24s
9/313 libvirt / check-augeas-libvirt_sanlock OK 0.24s
10/313 libvirt / check-augeas-virtlockd OK 0.24s
11/313 libvirt / check-augeas-virtlogd OK 0.23s
12/313 libvirt / check-augeas-libvirtd_libxl OK 0.23s
13/313 libvirt / check-augeas-libvirtd_lxc OK 0.22s
14/313 libvirt / check-augeas-libvirtd OK 0.22s
15/313 libvirt / check-augeas-virtproxyd OK 0.21s
16/313 libvirt / check-augeas-virtinterfaced OK 0.21s
17/313 libvirt / check-augeas-virtnetworkd OK 0.21s
18/313 libvirt / check-augeas-virtnodedevd OK 0.20s
19/313 libvirt / check-augeas-virtnwfilterd OK 0.20s
20/313 libvirt / check-augeas-virtsecretd OK 0.20s
21/313 libvirt / check-augeas-virtstoraged OK 0.19s
22/313 libvirt / check-augeas-virtxend OK 0.19s
23/313 libvirt / check-augeas-virtlxcd OK 0.18s
24/313 libvirt / check-augeas-virtchd OK 0.13s
25/313 libvirt / check-augeas-virtqemud OK 0.13s
26/313 libvirt / check-augeas-virtvboxd OK 0.12s
27/313 libvirt / check-virnetprotocol OK 0.12s
28/313 libvirt / check-virkeepaliveprotocol OK 0.12s
29/313 libvirt / check-qemu_protocol OK 0.11s
30/313 libvirt / check-lxc_protocol OK 0.11s
31/313 libvirt / check-admin_protocol OK 0.10s
32/313 libvirt / check-lock_protocol OK 0.10s
33/313 libvirt / check-lxc_monitor_protocol OK 0.09s
34/313 libvirt / domainconftest OK 0.20s
35/313 libvirt / interfacexml2xmltest OK 0.19s
36/313 libvirt / metadatatest OK 0.19s
37/313 libvirt / nodedevxml2xmltest OK 0.18s
38/313 libvirt / networkxml2xmlupdatetest OK 0.19s
39/313 libvirt / objecteventtest OK 0.20s
40/313 libvirt / nwfilterxml2xmltest OK 0.21s
41/313 libvirt / check-augeas-libvirtd_qemu OK 0.41s
42/313 libvirt / check-remote_protocol OK 0.30s
43/313 libvirt / genericxml2xmltest OK 0.25s
44/313 libvirt / seclabeltest OK 0.21s
45/313 libvirt / secretxml2xmltest OK 0.20s
46/313 libvirt / shunloadtest OK 0.20s
47/313 libvirt / sockettest OK 0.20s
48/313 libvirt / storagevolxml2xmltest OK 0.19s
49/313 libvirt / sysinfotest OK 0.19s
50/313 libvirt / utiltest OK 0.19s
51/313 libvirt / viralloctest OK 0.18s
52/313 libvirt / virauthconfigtest OK 0.18s
53/313 libvirt / virbitmaptest OK 0.18s
54/313 libvirt / virbuftest OK 0.18s
55/313 libvirt / vircapstest OK 0.17s
56/313 libvirt / vircgrouptest OK 0.17s
57/313 libvirt / virconftest OK 0.17s
58/313 libvirt / vircryptotest OK 0.16s
59/313 libvirt / virendiantest OK 0.16s
60/313 libvirt / virerrortest OK 0.16s
61/313 libvirt / virfilecachetest OK 0.15s
62/313 libvirt / virfirewalltest OK 0.14s
63/313 libvirt / virhostcputest OK 0.14s
64/313 libvirt / viridentitytest OK 0.13s
65/313 libvirt / viriscsitest OK 0.13s
66/313 libvirt / virkeycodetest OK 0.13s
67/313 libvirt / virkmodtest OK 0.12s
68/313 libvirt / virlockspacetest OK 0.12s
69/313 libvirt / virlogtest OK 0.11s
70/313 libvirt / virnetdevtest OK 0.11s
71/313 libvirt / virnetworkportxml2xmltest OK 0.11s
72/313 libvirt / virnwfilterbindingxml2xmltest OK 0.10s
73/313 libvirt / virportallocatortest OK 0.09s
74/313 libvirt / virpcitest OK 0.10s
75/313 libvirt / virrotatingfiletest OK 0.22s
76/313 libvirt / virstringtest OK 0.21s
77/313 libvirt / virtimetest OK 0.21s
78/313 libvirt / virsystemdtest OK 0.22s
79/313 libvirt / virhostdevtest OK 0.29s
80/313 libvirt / virtypedparamtest OK 0.22s
81/313 libvirt / check-aclrules OK 0.66s
82/313 libvirt / viruritest OK 0.22s
83/313 libvirt / virpcivpdtest OK 0.22s
84/313 libvirt / vshtabletest OK 0.21s
85/313 libvirt / check-driverimpls OK 0.67s
86/313 libvirt / virfiletest OK 0.37s
87/313 libvirt / commandtest OK 0.53s
88/313 libvirt / virmigtest OK 0.24s
89/313 libvirt / fchosttest OK 0.24s
90/313 libvirt / scsihosttest OK 0.23s
91/313 libvirt / vircaps2xmltest OK 0.23s
92/313 libvirt / virnetdevbandwidthtest OK 0.23s
93/313 libvirt / virresctrltest OK 0.22s
94/313 libvirt / virscsitest OK 0.22s
95/313 libvirt / virusbtest OK 0.22s
96/313 libvirt / virnetdevopenvswitchtest OK 0.21s
97/313 libvirt / esxutilstest OK 0.21s
98/313 libvirt / fdstreamtest OK 0.20s
99/313 libvirt / virdriverconnvalidatetest OK 0.20s
100/313 libvirt / virdrivermoduletest OK 0.19s
101/313 libvirt / libxlxml2domconfigtest OK 0.19s
102/313 libvirt / xlconfigtest OK 0.19s
103/313 libvirt / xmconfigtest OK 0.18s
104/313 libvirt / lxcconf2xmltest OK 0.18s
105/313 libvirt / lxcxml2xmltest OK 0.17s
106/313 libvirt / networkxml2conftest OK 0.17s
107/313 libvirt / networkxml2firewalltest OK 0.17s
108/313 libvirt / networkxml2xmltest OK 0.16s
109/313 libvirt / nodedevmdevctltest OK 0.16s
110/313 libvirt / nsstest OK 0.15s
111/313 libvirt / nssguesttest OK 0.15s
112/313 libvirt / nwfilterebiptablestest OK 0.15s
113/313 libvirt / nwfilterxml2firewalltest OK 0.14s
114/313 libvirt / openvzutilstest OK 0.14s
115/313 libvirt / virpolkittest OK 0.13s
116/313 libvirt / qemucommandutiltest OK 0.25s
117/313 libvirt / qemudomainsnapshotxml2xmltest OK 0.24s
118/313 libvirt / domaincapstest OK 0.70s
119/313 libvirt / qemufirmwaretest OK 0.25s
120/313 libvirt / qemumemlocktest OK 0.25s
121/313 libvirt / qemumigparamstest OK 0.24s
122/313 libvirt / qemucaps2xmltest OK 0.31s
123/313 libvirt / qemumigrationcookiexmltest OK 0.24s
124/313 libvirt / qemublocktest OK 0.32s
125/313 libvirt / qemudomaincheckpointxml2xmltest OK 0.30s
126/313 libvirt / qemustatusxml2xmltest OK 0.26s
127/313 libvirt / libvirtd-fail OK 0.13s
128/313 libvirt / libvirtd-pool OK 0.13s
129/313 libvirt / qemuvhostusertest OK 0.26s
130/313 libvirt / virnetdaemontest OK 0.25s
131/313 libvirt / virnetmessagetest OK 0.24s
132/313 libvirt / virnetserverclienttest OK 0.24s
133/313 libvirt / virnetsockettest OK 0.24s
134/313 libvirt / securityselinuxtest OK 0.22s
135/313 libvirt / securityselinuxlabeltest OK 0.22s
136/313 libvirt / storagepoolcapstest OK 0.22s
137/313 libvirt / storagepoolxml2argvtest OK 0.21s
138/313 libvirt / storagepoolxml2xmltest OK 0.21s
139/313 libvirt / storagevolxml2argvtest OK 0.20s
140/313 libvirt / virstorageutiltest OK 0.19s
141/313 libvirt / storagebackendsheepdogtest OK 0.19s
142/313 libvirt / vboxsnapshotxmltest OK 0.18s
143/313 libvirt / vmwarevertest OK 0.18s
144/313 libvirt / vmx2xmltest OK 0.17s
145/313 libvirt / xml2vmxtest OK 0.17s
146/313 libvirt / virjsontest OK 0.16s
147/313 libvirt / virmacmaptest OK 0.16s
148/313 libvirt / virsh-auth OK 0.28s
149/313 libvirt / virsh-define-dev-segfault OK 0.26s
150/313 libvirt / virsh-int-overflow OK 0.26s
151/313 libvirt / virsh-cpuset OK 0.27s
152/313 libvirt / eventtest OK 0.67s
153/313 libvirt / virsh-schedinfo OK 0.26s
154/313 libvirt / qemumonitorjsontest OK 0.54s
155/313 libvirt / virsh-self-test OK 0.27s
156/313 libvirt / virsh-read-non-seekable OK 0.28s
157/313 libvirt / virsh-start OK 0.26s
158/313 libvirt / virsh-read-bufsiz OK 0.29s
159/313 libvirt / virnettlssessiontest OK 0.47s
160/313 libvirt / cputest OK 1.12s
161/313 libvirt / virsh-undefine OK 0.33s
162/313 libvirt / virsh-snapshot OK 0.35s
163/313 libvirt / virt-admin-self-test OK 0.32s
164/313 libvirt / check-html OK 0.32s
165/313 libvirt:syntax-check / sc_avoid_write OK 0.32s
166/313 libvirt / virsh-checkpoint OK 0.50s
167/313 libvirt:syntax-check / sc_prohibit_mkstemp OK 0.32s
168/313 libvirt:syntax-check / sc_prohibit_mkdtemp OK 0.31s
169/313 libvirt:syntax-check / sc_prohibit_access_xok OK 0.33s
170/313 libvirt / virsh-uriprecedence OK 0.42s
171/313 libvirt:syntax-check / sc_prohobit_vsnprintf OK 0.31s
172/313 libvirt:syntax-check / sc_prohibit_sprintf OK 0.28s
173/313 libvirt / virsh-vcpupin OK 0.46s
174/313 libvirt:syntax-check / sc_prohibit_nonreentrant OK 0.24s
175/313 libvirt:syntax-check / sc_prohibit_raw_virclassnew OK 0.49s
176/313 libvirt / virstoragetest OK 0.74s
177/313 libvirt:syntax-check / sc_TAB_in_indentation OK 0.21s
178/313 libvirt:syntax-check / sc_avoid_ctype_macros OK 0.28s
179/313 libvirt:syntax-check / sc_avoid_g_gnuc_unused_in_header OK 0.15s
180/313 libvirt:syntax-check / sc_prohibit_fork_wrappers OK 0.62s
181/313 libvirt:syntax-check / sc_prohibit_strncmp OK 0.63s
182/313 libvirt:syntax-check / sc_prohibit_internal_functions OK 0.73s
183/313 libvirt:syntax-check / sc_prohibit_raw_allocation OK 0.72s
184/313 libvirt:syntax-check / sc_prohibit_attribute_macros OK 0.23s
185/313 libvirt:syntax-check / sc_prohibit_non_glib_macros OK 0.26s
186/313 libvirt:syntax-check / sc_prohibit_snprintf OK 0.68s
187/313 libvirt:syntax-check / sc_prohibit_strdup OK 0.76s
188/313 libvirt:syntax-check / sc_prohibit_readlink OK 0.70s
189/313 libvirt:syntax-check / sc_prohibit_risky_id_promotion OK 0.76s
190/313 libvirt:syntax-check / sc_prohibit_setuid OK 0.81s
191/313 libvirt:syntax-check / sc_prohibit_gethostname OK 0.73s
192/313 libvirt:syntax-check / sc_prohibit_PATH_MAX OK 0.73s
193/313 libvirt:syntax-check / sc_prohibit_gettext_noop OK 0.74s
194/313 libvirt:syntax-check / sc_prohibit_loop_var_decl OK 0.31s
195/313 libvirt / virnettlscontexttest OK 1.27s
196/313 libvirt / qemuhotplugtest OK 1.39s
197/313 libvirt:syntax-check / sc_prohibit_ctype_h OK 0.77s
198/313 libvirt:syntax-check / sc_spec_indentation OK 0.13s
199/313 libvirt:syntax-check / sc_prohibit_canonicalize_file_name OK 0.79s
200/313 libvirt:syntax-check / sc_prohibit_readdir OK 0.85s
201/313 libvirt:syntax-check / sc_prohibit_select OK 0.82s
202/313 libvirt:syntax-check / sc_size_of_brackets OK 0.80s
203/313 libvirt:syntax-check / sc_correct_id_types OK 0.85s
204/313 libvirt:syntax-check / sc_prohibit_virBufferAsprintf_with_string_literal OK 0.80s
205/313 libvirt:syntax-check / sc_prohibit_virBufferAdd_with_string_literal OK 0.83s
206/313 libvirt:syntax-check / sc_avoid_strcase OK 0.85s
207/313 libvirt:syntax-check / sc_prohibit_exit_in_tests OK 0.18s
208/313 libvirt / qemusecuritytest OK 1.56s
209/313 libvirt:syntax-check / sc_prohibit_unbounded_arrays_in_rpc OK 0.18s
210/313 libvirt:syntax-check / sc_flags_debug OK 1.26s
211/313 libvirt:syntax-check / sc_prohibit_xmlGetProp OK 0.87s
212/313 libvirt:syntax-check / sc_prohibit_config_h_in_headers OK 0.23s
213/313 libvirt:syntax-check / sc_forbid_manual_xml_indent OK 0.90s
214/313 libvirt:syntax-check / sc_prohibit_include_public_headers_quote OK 0.25s
215/313 libvirt:syntax-check / sc_flags_usage OK 1.33s
216/313 libvirt:syntax-check / sc_prohibit_include_public_headers_brackets OK 0.29s
217/313 libvirt:syntax-check / sc_prohibit_xmlURI OK 0.93s
218/313 libvirt:syntax-check / sc_prohibit_int_index OK 0.84s
219/313 libvirt:syntax-check / sc_prohibit_virConnectOpen_in_virsh OK 0.26s
220/313 libvirt:syntax-check / sc_prohibit_windows_special_chars_in_filename OK 0.18s
221/313 libvirt:syntax-check / sc_prohibit_return_as_function OK 0.96s
222/313 libvirt:syntax-check / sc_preprocessor_indentation OK 0.53s
223/313 libvirt:syntax-check / sc_prohibit_close OK 1.38s
224/313 libvirt:syntax-check / sc_require_space_before_label OK 0.31s
225/313 libvirt:syntax-check / sc_prohibit_space_in_label OK 0.27s
226/313 libvirt:syntax-check / sc_prohibit_asprintf OK 1.37s
227/313 libvirt:syntax-check / sc_require_if_else_matching_braces OK 0.30s
228/313 libvirt:syntax-check / sc_prohibit_libgen OK 1.11s
229/313 libvirt:syntax-check / sc_prohibit_unsigned_pid OK 0.77s
230/313 libvirt:syntax-check / sc_prohibit_mixed_case_abbreviations OK 0.30s
231/313 libvirt:syntax-check / sc_prohibit_strtol OK 1.47s
232/313 libvirt:syntax-check / sc_prohibit_virSecurityManager OK 0.18s
233/313 libvirt:syntax-check / sc_prohibit_newline_at_end_of_diagnostic OK 0.78s
234/313 libvirt:syntax-check / sc_prohibit_paren_brace OK 0.26s
235/313 libvirt:syntax-check / sc_prohibit_static_zero_init OK 0.30s
236/313 libvirt:syntax-check / sc_libvirt_unmarked_diagnostics OK 0.87s
237/313 libvirt:syntax-check / sc_prohibit_int_assign_bool OK 0.93s
238/313 libvirt:syntax-check / sc_prohibit_virXXXFree OK 0.31s
239/313 libvirt:syntax-check / sc_prohibit_int_ijk OK 1.03s
240/313 libvirt:syntax-check / sc_require_enum_last_marker OK 0.67s
241/313 libvirt:syntax-check / sc_prohibit_obj_free_apis_in_virsh OK 0.22s
242/313 libvirt:syntax-check / sc_prohibit_loop_iijjkk OK 1.01s
243/313 libvirt / virshtest OK 2.27s
244/313 libvirt:syntax-check / sc_prohibit_pthread_create OK 0.34s
245/313 libvirt:syntax-check / sc_gettext_init OK 0.31s
246/313 libvirt:syntax-check / sc_prohibit_verbose_strcat OK 0.32s
247/313 libvirt:syntax-check / sc_prohibit_gettext_markup OK 0.78s
248/313 libvirt:syntax-check / sc_prohibit_backslash_alignment OK 0.31s
249/313 libvirt:syntax-check / sc_require_locale_h OK 0.54s
250/313 libvirt:syntax-check / sc_require_attribute_cleanup_initialization OK 0.32s
251/313 libvirt:syntax-check / sc_prohibit_class OK 0.29s
252/313 libvirt:syntax-check / sc_forbid_const_pointer_typedef OK 1.50s
253/313 libvirt:syntax-check / sc_prohibit_dirent_d_type OK 0.28s
254/313 libvirt:syntax-check / sc_prohibit_wrong_filename_in_comment OK 0.69s
255/313 libvirt:syntax-check / sc_prohibit_atoi OK 0.71s
256/313 libvirt:syntax-check / sc_require_config_h OK 0.24s
257/313 libvirt:syntax-check / sc_curly_braces_style OK 0.74s
258/313 libvirt:syntax-check / sc_require_config_h_first OK 0.30s
259/313 libvirt:syntax-check / sc_prohibit_assert_without_use OK 0.37s
260/313 libvirt:syntax-check / sc_prohibit_devname OK 0.72s
261/313 libvirt:syntax-check / sc_bindtextdomain OK 0.29s
262/313 libvirt:syntax-check / sc_prohibit_getopt_without_use OK 0.34s
263/313 libvirt:syntax-check / sc_prohibit_system_error_with_vir_err OK 0.71s
264/313 libvirt:syntax-check / sc_prohibit_stdio--_without_use OK 0.33s
265/313 libvirt:syntax-check / sc_prohibit_signal_without_use OK 0.34s
266/313 libvirt:syntax-check / sc_prohibit_sysconf_pagesize OK 0.69s
267/313 libvirt:syntax-check / sc_prohibit_stddef_without_use OK 0.32s
268/313 libvirt:syntax-check / sc_prohibit_dirent_without_use OK 0.38s
269/313 libvirt:syntax-check / sc_prohibit_not_streq OK 0.72s
270/313 libvirt:syntax-check / sc_prohibit_http_urls OK 0.68s
271/313 libvirt:syntax-check / sc_prohibit_diagnostic_without_format OK 1.33s
272/313 libvirt:syntax-check / sc_prohibit_backup_files OK 0.32s
273/313 libvirt:syntax-check / sc_prohibit_useless_translation OK 1.28s
274/313 libvirt / qemuxml2xmltest OK 2.41s
275/313 libvirt:syntax-check / sc_prohibit_author OK 0.67s
276/313 libvirt:syntax-check / sc_prohibit_double_semicolon OK 0.29s
277/313 libvirt:syntax-check / sc_error_message_warn_fatal OK 0.54s
278/313 libvirt:syntax-check / sc_prohibit_strncpy OK 0.56s
279/313 libvirt:syntax-check / sc_error_message_period OK 0.53s
280/313 libvirt:syntax-check / sc_prohibit_empty_lines_at_EOF OK 0.33s
281/313 libvirt:syntax-check / sc_cast_of_x_alloc_return_value OK 0.60s
282/313 libvirt:syntax-check / sc_cast_of_argument_to_free OK 0.62s
283/313 libvirt:syntax-check / sc_prohibit_strcmp OK 0.60s
284/313 libvirt:syntax-check / sc_prohibit_have_config_h OK 0.55s
285/313 libvirt:syntax-check / sc_prohibit_enum_impl_with_vir_prefix_in_virsh OK 0.10s
286/313 libvirt / qemucapabilitiestest OK 2.63s
287/313 libvirt:syntax-check / sc_po_check OK 0.27s
288/313 libvirt:syntax-check / sc_group-qemu-caps OK 0.17s
289/313 libvirt:syntax-check / sc_header-ifdef OK 0.21s
290/313 libvirt:syntax-check / sc_prohibit_test_double_equal OK 0.43s
291/313 libvirt:syntax-check / sc_prohibit_defined_have_decl_tests OK 0.51s
292/313 libvirt:syntax-check / sc_unmarked_diagnostics OK 0.58s
293/313 libvirt:syntax-check / sc_copyright_usage OK 1.43s
294/313 libvirt / virsh-output OK 2.45s
295/313 libvirt:syntax-check / sc_require_whitespace_in_translation OK 1.52s
296/313 libvirt:syntax-check / sc_prohibit_test_minus_ao OK 0.55s
297/313 libvirt:syntax-check / sc_prohibit_magic_number_exit OK 0.82s
298/313 libvirt:syntax-check / sc_redundant_const OK 0.56s
299/313 libvirt:syntax-check / sc_trailing_blank OK 0.68s
300/313 libvirt:syntax-check / sc_const_long_option OK 0.55s
301/313 libvirt:syntax-check / sc_prohibit_path_max_allocation OK 0.40s
302/313 libvirt:syntax-check / sc_Wundef_boolean OK 0.47s
303/313 libvirt / virschematest OK 3.11s
304/313 libvirt:syntax-check / sc_prohibit-duplicate-header OK 0.56s
305/313 libvirt / virsh-optparse OK 2.87s
306/313 libvirt:syntax-check / sc_mock-noinline OK 0.96s
307/313 libvirt:syntax-check / sc_prohibit_empty_first_line OK 1.87s
308/313 libvirt:syntax-check / sc_flake8 OK 2.53s
309/313 libvirt:syntax-check / sc_prohibit_doubled_word OK 1.81s
310/313 libvirt / qemuxml2argvtest OK 4.54s
311/313 libvirt:syntax-check / sc_spacing-check OK 3.56s
312/313 libvirt / qemuagenttest OK 6.05s
313/313 libvirt:syntax-check / sc_prohibit_cross_inclusion OK 4.81s
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@fedora-34 CI_NINJA_ARGS=test
make[1]: Entering directory '/home/ubuntu/libvirt/ci'
make -C /home/ubuntu/libvirt/ci ci-run-command@fedora-34 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-fedora-34:latest \
/home/ubuntu/build
The Meson build system
Version: 0.59.1
Source dir: /home/ubuntu/libvirt
Build dir: /home/ubuntu/libvirt/build
Build type: native build
Project name: libvirt
Project version: 7.8.0
C compiler for the host machine: ccache cc (gcc 11.2.1 "cc (GCC) 11.2.1 20210728 (Red Hat 11.2.1-1)")
C linker for the host machine: cc ld.bfd 2.35.2-5
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" : NO
Header <sys/stat.h> has symbol "__lxstat64" : NO
Header <sys/stat.h> has symbol "__xstat" : NO
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.7.3)
Run-time dependency libtirpc found: YES 1.3.2
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.5
Run-time dependency bash-completion found: YES 2.11
Run-time dependency blkid found: YES 2.36.2
Run-time dependency libcap-ng found: YES 0.8.2
Run-time dependency libcurl found: YES 7.76.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.9
Run-time dependency glib-2.0 found: YES 2.68.4
Run-time dependency gobject-2.0 found: YES 2.68.4
Run-time dependency gio-unix-2.0 found: YES 2.68.4
Run-time dependency glusterfs-api found: YES 7.9.3
Run-time dependency gnutls found: YES 3.7.2
Run-time dependency libiscsi found: YES 1.19.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.4
Program parted found: YES (/usr/sbin/parted)
Run-time dependency pcap found: YES 1.10.1
Run-time dependency libssh found: YES 0.9.5
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.12
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.8
Run-time dependency parallels-sdk found: NO (tried pkgconfig and cmake)
Run-time dependency pciaccess found: YES 0.16
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: YES
Run-time dependency readline found: YES 8.1
Run-time dependency libsanlock_client found: YES 3.8.1
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 3.2
Run-time dependency threads found: YES
Run-time dependency libudev found: YES 248
Library util found: YES
Run-time dependency wireshark found: YES 3.4.8
Has header "wireshark/ws_version.h" : YES
Run-time dependency yajl found: YES 2.1.0
Program pkcheck found: YES (/usr/bin/pkcheck)
Run-time dependency xenlight found: YES 4.14.0
Has header "libxlutil.h" : YES
Run-time dependency xlutil found: YES 4.14.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: NO
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: YES (/usr/bin/dog)
Program zfs found: YES (/usr/sbin/zfs)
Program zpool found: YES (/usr/sbin/zpool)
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 /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 env found: YES (/usr/bin/env)
Program env found: YES (/usr/bin/env)
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)
Program env found: YES (/usr/bin/env)
Program env found: YES (/usr/bin/env)
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)
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
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)
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: 616
libvirt 7.8.0
Drivers
QEMU : YES
OpenVZ : YES
VMware : YES
VBox : YES
libxl : YES
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 : YES
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
-Wabsolute-value
-Waddress
-Waddress-of-packed-member
-Waggressive-loop-optimizations
-Walloc-size-larger-than=9223372036854775807
-Walloca
-Warray-bounds=2
-Wattribute-alias=2
-Wattribute-warning
-Wattributes
-Wbool-compare
-Wbool-operation
-Wbuiltin-declaration-mismatch
-Wbuiltin-macro-redefined
-Wcannot-profile
-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-profile
-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.10.2 at /usr/bin/ninja
ninja: Entering directory `build'
[1343/1344] Running all tests.
1/313 libvirt / check-aclperms OK 0.30s
2/313 libvirt / check-symfile OK 0.29s
3/313 libvirt / check-admin-symfile OK 0.29s
4/313 libvirt / check-symsorting OK 0.29s
5/313 libvirt / check-admin-symsorting OK 0.28s
6/313 libvirt / check-drivername OK 0.28s
7/313 libvirt / check-admin-drivername OK 0.28s
8/313 libvirt / check-augeas-libvirt_lockd OK 0.26s
9/313 libvirt / check-augeas-libvirt_sanlock OK 0.26s
10/313 libvirt / check-augeas-virtlockd OK 0.26s
11/313 libvirt / check-augeas-virtlogd OK 0.25s
12/313 libvirt / check-augeas-libvirtd_libxl OK 0.25s
13/313 libvirt / check-augeas-libvirtd_lxc OK 0.25s
14/313 libvirt / check-augeas-libvirtd OK 0.24s
15/313 libvirt / check-augeas-virtproxyd OK 0.24s
16/313 libvirt / check-augeas-virtinterfaced OK 0.23s
17/313 libvirt / check-augeas-virtnetworkd OK 0.23s
18/313 libvirt / check-augeas-virtnodedevd OK 0.23s
19/313 libvirt / check-augeas-virtnwfilterd OK 0.22s
20/313 libvirt / check-augeas-virtsecretd OK 0.22s
21/313 libvirt / check-augeas-virtstoraged OK 0.22s
22/313 libvirt / check-augeas-virtxend OK 0.21s
23/313 libvirt / check-augeas-virtlxcd OK 0.21s
24/313 libvirt / check-augeas-virtchd OK 0.15s
25/313 libvirt / check-augeas-virtqemud OK 0.14s
26/313 libvirt / check-augeas-virtvboxd OK 0.14s
27/313 libvirt / check-virnetprotocol OK 0.14s
28/313 libvirt / check-virkeepaliveprotocol OK 0.13s
29/313 libvirt / check-qemu_protocol OK 0.13s
30/313 libvirt / check-lxc_protocol OK 0.12s
31/313 libvirt / check-admin_protocol OK 0.12s
32/313 libvirt / check-lock_protocol OK 0.12s
33/313 libvirt / check-lxc_monitor_protocol OK 0.11s
34/313 libvirt / domainconftest OK 0.23s
35/313 libvirt / interfacexml2xmltest OK 0.22s
36/313 libvirt / metadatatest OK 0.22s
37/313 libvirt / networkxml2xmlupdatetest OK 0.21s
38/313 libvirt / nodedevxml2xmltest OK 0.21s
39/313 libvirt / nwfilterxml2xmltest OK 0.20s
40/313 libvirt / objecteventtest OK 0.23s
41/313 libvirt / check-augeas-libvirtd_qemu OK 0.45s
42/313 libvirt / check-remote_protocol OK 0.33s
43/313 libvirt / genericxml2xmltest OK 0.28s
44/313 libvirt / seclabeltest OK 0.23s
45/313 libvirt / secretxml2xmltest OK 0.22s
46/313 libvirt / shunloadtest OK 0.22s
47/313 libvirt / sockettest OK 0.22s
48/313 libvirt / storagevolxml2xmltest OK 0.22s
49/313 libvirt / sysinfotest OK 0.21s
50/313 libvirt / utiltest OK 0.21s
51/313 libvirt / viralloctest OK 0.21s
52/313 libvirt / virauthconfigtest OK 0.20s
53/313 libvirt / virbitmaptest OK 0.20s
54/313 libvirt / virbuftest OK 0.19s
55/313 libvirt / vircapstest OK 0.19s
56/313 libvirt / vircgrouptest OK 0.19s
57/313 libvirt / virconftest OK 0.18s
58/313 libvirt / vircryptotest OK 0.18s
59/313 libvirt / virendiantest OK 0.18s
60/313 libvirt / virerrortest OK 0.17s
61/313 libvirt / virfilecachetest OK 0.17s
62/313 libvirt / virfirewalltest OK 0.16s
63/313 libvirt / virhostcputest OK 0.16s
64/313 libvirt / virhostdevtest OK 0.16s
65/313 libvirt / viridentitytest OK 0.15s
66/313 libvirt / viriscsitest OK 0.15s
67/313 libvirt / virkeycodetest OK 0.15s
68/313 libvirt / virkmodtest OK 0.14s
69/313 libvirt / virlockspacetest OK 0.14s
70/313 libvirt / virlogtest OK 0.13s
71/313 libvirt / virnetdevtest OK 0.13s
72/313 libvirt / virnetworkportxml2xmltest OK 0.12s
73/313 libvirt / virnwfilterbindingxml2xmltest OK 0.12s
74/313 libvirt / virpcitest OK 0.11s
75/313 libvirt / virportallocatortest OK 0.11s
76/313 libvirt / virrotatingfiletest OK 0.24s
77/313 libvirt / virstringtest OK 0.22s
78/313 libvirt / virtimetest OK 0.22s
79/313 libvirt / virsystemdtest OK 0.24s
80/313 libvirt / check-driverimpls OK 0.69s
81/313 libvirt / virtypedparamtest OK 0.23s
82/313 libvirt / check-aclrules OK 0.71s
83/313 libvirt / viruritest OK 0.23s
84/313 libvirt / virpcivpdtest OK 0.23s
85/313 libvirt / vshtabletest OK 0.22s
86/313 libvirt / virfiletest OK 0.39s
87/313 libvirt / commandtest OK 0.57s
88/313 libvirt / domaincapstest OK 0.58s
89/313 libvirt / virmigtest OK 0.26s
90/313 libvirt / fchosttest OK 0.25s
91/313 libvirt / scsihosttest OK 0.25s
92/313 libvirt / vircaps2xmltest OK 0.25s
93/313 libvirt / virnetdevbandwidthtest OK 0.25s
94/313 libvirt / virresctrltest OK 0.24s
95/313 libvirt / virscsitest OK 0.24s
96/313 libvirt / virusbtest OK 0.23s
97/313 libvirt / virnetdevopenvswitchtest OK 0.23s
98/313 libvirt / esxutilstest OK 0.23s
99/313 libvirt / fdstreamtest OK 0.22s
100/313 libvirt / virdriverconnvalidatetest OK 0.22s
101/313 libvirt / virdrivermoduletest OK 0.21s
102/313 libvirt / libxlxml2domconfigtest OK 0.21s
103/313 libvirt / xlconfigtest OK 0.21s
104/313 libvirt / xmconfigtest OK 0.20s
105/313 libvirt / lxcconf2xmltest OK 0.20s
106/313 libvirt / lxcxml2xmltest OK 0.20s
107/313 libvirt / networkxml2conftest OK 0.19s
108/313 libvirt / networkxml2firewalltest OK 0.19s
109/313 libvirt / networkxml2xmltest OK 0.18s
110/313 libvirt / nodedevmdevctltest OK 0.18s
111/313 libvirt / nsstest OK 0.18s
112/313 libvirt / nssguesttest OK 0.17s
113/313 libvirt / nwfilterebiptablestest OK 0.17s
114/313 libvirt / nwfilterxml2firewalltest OK 0.16s
115/313 libvirt / openvzutilstest OK 0.16s
116/313 libvirt / virpolkittest OK 0.16s
117/313 libvirt / qemucommandutiltest OK 0.28s
118/313 libvirt / qemufirmwaretest OK 0.28s
119/313 libvirt / qemudomainsnapshotxml2xmltest OK 0.29s
120/313 libvirt / qemumemlocktest OK 0.30s
121/313 libvirt / qemucaps2xmltest OK 0.35s
122/313 libvirt / qemumigparamstest OK 0.30s
123/313 libvirt / qemumigrationcookiexmltest OK 0.30s
124/313 libvirt / qemublocktest OK 0.39s
125/313 libvirt / qemustatusxml2xmltest OK 0.32s
126/313 libvirt / qemudomaincheckpointxml2xmltest OK 0.40s
127/313 libvirt / qemuvhostusertest OK 0.32s
128/313 libvirt / eventtest OK 0.53s
129/313 libvirt / libvirtd-fail OK 0.18s
130/313 libvirt / libvirtd-pool OK 0.17s
131/313 libvirt / virsh-auth OK 0.17s
132/313 libvirt / virsh-cpuset OK 0.16s
133/313 libvirt / virnetdaemontest OK 0.32s
134/313 libvirt / virnetmessagetest OK 0.32s
135/313 libvirt / virnetserverclienttest OK 0.32s
136/313 libvirt / virnetsockettest OK 0.31s
137/313 libvirt / securityselinuxtest OK 0.29s
138/313 libvirt / securityselinuxlabeltest OK 0.29s
139/313 libvirt / storagepoolcapstest OK 0.29s
140/313 libvirt / storagepoolxml2argvtest OK 0.28s
141/313 libvirt / storagepoolxml2xmltest OK 0.28s
142/313 libvirt / storagevolxml2argvtest OK 0.27s
143/313 libvirt / virstorageutiltest OK 0.27s
144/313 libvirt / storagebackendsheepdogtest OK 0.25s
145/313 libvirt / vboxsnapshotxmltest OK 0.25s
146/313 libvirt / vmwarevertest OK 0.24s
147/313 libvirt / vmx2xmltest OK 0.24s
148/313 libvirt / xml2vmxtest OK 0.23s
149/313 libvirt / virjsontest OK 0.23s
150/313 libvirt / virmacmaptest OK 0.22s
151/313 libvirt / virsh-define-dev-segfault OK 0.18s
152/313 libvirt / virsh-int-overflow OK 0.29s
153/313 libvirt / qemumonitorjsontest OK 0.55s
154/313 libvirt / virsh-schedinfo OK 0.26s
155/313 libvirt / virsh-self-test OK 0.25s
156/313 libvirt / virsh-read-non-seekable OK 0.26s
157/313 libvirt / cputest OK 1.14s
158/313 libvirt / virsh-read-bufsiz OK 0.33s
159/313 libvirt / virsh-start OK 0.32s
160/313 libvirt / virsh-undefine OK 0.32s
161/313 libvirt / virsh-checkpoint OK 0.48s
162/313 libvirt / virt-admin-self-test OK 0.32s
163/313 libvirt / check-html OK 0.32s
164/313 libvirt:syntax-check / sc_avoid_write OK 0.31s
165/313 libvirt:syntax-check / sc_prohibit_mkdtemp OK 0.29s
166/313 libvirt:syntax-check / sc_prohibit_access_xok OK 0.28s
167/313 libvirt:syntax-check / sc_prohibit_mkstemp OK 0.29s
168/313 libvirt / virsh-uriprecedence OK 0.38s
169/313 libvirt / virsh-snapshot OK 0.40s
170/313 libvirt:syntax-check / sc_prohobit_vsnprintf OK 0.31s
171/313 libvirt:syntax-check / sc_prohibit_sprintf OK 0.30s
172/313 libvirt / virsh-vcpupin OK 0.48s
173/313 libvirt:syntax-check / sc_prohibit_nonreentrant OK 0.24s
174/313 libvirt:syntax-check / sc_TAB_in_indentation OK 0.19s
175/313 libvirt / virnettlssessiontest OK 0.85s
176/313 libvirt / virstoragetest OK 0.84s
177/313 libvirt:syntax-check / sc_prohibit_raw_virclassnew OK 0.59s
178/313 libvirt:syntax-check / sc_avoid_ctype_macros OK 0.29s
179/313 libvirt:syntax-check / sc_avoid_g_gnuc_unused_in_header OK 0.15s
180/313 libvirt:syntax-check / sc_prohibit_strncmp OK 0.62s
181/313 libvirt:syntax-check / sc_prohibit_fork_wrappers OK 0.64s
182/313 libvirt:syntax-check / sc_prohibit_raw_allocation OK 0.69s
183/313 libvirt:syntax-check / sc_prohibit_internal_functions OK 0.71s
184/313 libvirt:syntax-check / sc_prohibit_attribute_macros OK 0.21s
185/313 libvirt:syntax-check / sc_prohibit_non_glib_macros OK 0.20s
186/313 libvirt:syntax-check / sc_prohibit_snprintf OK 0.68s
187/313 libvirt:syntax-check / sc_prohibit_risky_id_promotion OK 0.71s
188/313 libvirt:syntax-check / sc_prohibit_strdup OK 0.74s
189/313 libvirt:syntax-check / sc_prohibit_setuid OK 0.75s
190/313 libvirt:syntax-check / sc_prohibit_readlink OK 0.74s
191/313 libvirt:syntax-check / sc_prohibit_gethostname OK 0.75s
192/313 libvirt:syntax-check / sc_prohibit_PATH_MAX OK 0.69s
193/313 libvirt:syntax-check / sc_prohibit_loop_var_decl OK 0.27s
194/313 libvirt / qemuhotplugtest OK 1.41s
195/313 libvirt:syntax-check / sc_prohibit_gettext_noop OK 0.76s
196/313 libvirt:syntax-check / sc_prohibit_ctype_h OK 0.74s
197/313 libvirt:syntax-check / sc_prohibit_canonicalize_file_name OK 0.74s
198/313 libvirt:syntax-check / sc_spec_indentation OK 0.16s
199/313 libvirt:syntax-check / sc_prohibit_readdir OK 0.82s
200/313 libvirt / qemusecuritytest OK 1.45s
201/313 libvirt:syntax-check / sc_prohibit_select OK 0.81s
202/313 libvirt:syntax-check / sc_size_of_brackets OK 0.78s
203/313 libvirt:syntax-check / sc_correct_id_types OK 0.82s
204/313 libvirt:syntax-check / sc_prohibit_virBufferAsprintf_with_string_literal OK 0.75s
205/313 libvirt:syntax-check / sc_prohibit_exit_in_tests OK 0.16s
206/313 libvirt:syntax-check / sc_prohibit_virBufferAdd_with_string_literal OK 0.79s
207/313 libvirt:syntax-check / sc_prohibit_unbounded_arrays_in_rpc OK 0.13s
208/313 libvirt:syntax-check / sc_prohibit_config_h_in_headers OK 0.17s
209/313 libvirt:syntax-check / sc_forbid_manual_xml_indent OK 0.81s
210/313 libvirt:syntax-check / sc_avoid_strcase OK 0.87s
211/313 libvirt:syntax-check / sc_prohibit_include_public_headers_quote OK 0.24s
212/313 libvirt:syntax-check / sc_prohibit_virConnectOpen_in_virsh OK 0.16s
213/313 libvirt:syntax-check / sc_prohibit_include_public_headers_brackets OK 0.26s
214/313 libvirt:syntax-check / sc_prohibit_xmlGetProp OK 0.87s
215/313 libvirt:syntax-check / sc_prohibit_windows_special_chars_in_filename OK 0.12s
216/313 libvirt:syntax-check / sc_preprocessor_indentation OK 0.48s
217/313 libvirt:syntax-check / sc_prohibit_xmlURI OK 0.89s
218/313 libvirt:syntax-check / sc_prohibit_return_as_function OK 0.85s
219/313 libvirt:syntax-check / sc_flags_debug OK 1.35s
220/313 libvirt:syntax-check / sc_flags_usage OK 1.35s
221/313 libvirt:syntax-check / sc_require_space_before_label OK 0.28s
222/313 libvirt:syntax-check / sc_prohibit_space_in_label OK 0.27s
223/313 libvirt:syntax-check / sc_prohibit_close OK 1.37s
224/313 libvirt:syntax-check / sc_prohibit_int_index OK 0.82s
225/313 libvirt:syntax-check / sc_require_if_else_matching_braces OK 0.29s
226/313 libvirt / virshtest OK 2.16s
227/313 libvirt:syntax-check / sc_prohibit_asprintf OK 1.38s
228/313 libvirt:syntax-check / sc_prohibit_libgen OK 1.09s
229/313 libvirt:syntax-check / sc_prohibit_strtol OK 1.43s
230/313 libvirt:syntax-check / sc_prohibit_mixed_case_abbreviations OK 0.32s
231/313 libvirt:syntax-check / sc_prohibit_unsigned_pid OK 0.82s
232/313 libvirt:syntax-check / sc_prohibit_virSecurityManager OK 0.20s
233/313 libvirt:syntax-check / sc_prohibit_newline_at_end_of_diagnostic OK 0.78s
234/313 libvirt:syntax-check / sc_prohibit_static_zero_init OK 0.28s
235/313 libvirt:syntax-check / sc_prohibit_paren_brace OK 0.34s
236/313 libvirt:syntax-check / sc_prohibit_int_assign_bool OK 0.91s
237/313 libvirt:syntax-check / sc_prohibit_virXXXFree OK 0.31s
238/313 libvirt:syntax-check / sc_prohibit_obj_free_apis_in_virsh OK 0.21s
239/313 libvirt:syntax-check / sc_require_enum_last_marker OK 0.66s
240/313 libvirt:syntax-check / sc_prohibit_pthread_create OK 0.26s
241/313 libvirt:syntax-check / sc_gettext_init OK 0.28s
242/313 libvirt:syntax-check / sc_prohibit_int_ijk OK 1.04s
243/313 libvirt:syntax-check / sc_libvirt_unmarked_diagnostics OK 0.94s
244/313 libvirt:syntax-check / sc_prohibit_verbose_strcat OK 0.31s
245/313 libvirt:syntax-check / sc_prohibit_loop_iijjkk OK 1.01s
246/313 libvirt:syntax-check / sc_prohibit_gettext_markup OK 0.82s
247/313 libvirt / virnettlscontexttest OK 2.06s
248/313 libvirt:syntax-check / sc_prohibit_backslash_alignment OK 0.31s
249/313 libvirt:syntax-check / sc_prohibit_class OK 0.30s
250/313 libvirt:syntax-check / sc_require_attribute_cleanup_initialization OK 0.33s
251/313 libvirt:syntax-check / sc_prohibit_wrong_filename_in_comment OK 0.72s
252/313 libvirt:syntax-check / sc_forbid_const_pointer_typedef OK 1.49s
253/313 libvirt:syntax-check / sc_require_locale_h OK 0.61s
254/313 libvirt:syntax-check / sc_prohibit_dirent_d_type OK 0.33s
255/313 libvirt:syntax-check / sc_require_config_h OK 0.22s
256/313 libvirt:syntax-check / sc_prohibit_atoi OK 0.80s
257/313 libvirt:syntax-check / sc_require_config_h_first OK 0.25s
258/313 libvirt:syntax-check / sc_curly_braces_style OK 0.74s
259/313 libvirt:syntax-check / sc_bindtextdomain OK 0.19s
260/313 libvirt:syntax-check / sc_prohibit_assert_without_use OK 0.27s
261/313 libvirt:syntax-check / sc_prohibit_getopt_without_use OK 0.26s
262/313 libvirt:syntax-check / sc_prohibit_devname OK 0.63s
263/313 libvirt:syntax-check / sc_prohibit_stdio--_without_use OK 0.23s
264/313 libvirt:syntax-check / sc_prohibit_signal_without_use OK 0.25s
265/313 libvirt:syntax-check / sc_prohibit_stddef_without_use OK 0.35s
266/313 libvirt:syntax-check / sc_prohibit_dirent_without_use OK 0.35s
267/313 libvirt:syntax-check / sc_prohibit_backup_files OK 0.28s
268/313 libvirt:syntax-check / sc_prohibit_system_error_with_vir_err OK 0.76s
269/313 libvirt:syntax-check / sc_prohibit_sysconf_pagesize OK 0.74s
270/313 libvirt / qemucapabilitiestest OK 2.55s
271/313 libvirt:syntax-check / sc_prohibit_not_streq OK 0.71s
272/313 libvirt:syntax-check / sc_prohibit_http_urls OK 0.65s
273/313 libvirt:syntax-check / sc_prohibit_useless_translation OK 1.26s
274/313 libvirt:syntax-check / sc_prohibit_diagnostic_without_format OK 1.28s
275/313 libvirt:syntax-check / sc_prohibit_double_semicolon OK 0.26s
276/313 libvirt:syntax-check / sc_prohibit_author OK 0.66s
277/313 libvirt:syntax-check / sc_error_message_warn_fatal OK 0.56s
278/313 libvirt:syntax-check / sc_prohibit_strcmp OK 0.59s
279/313 libvirt:syntax-check / sc_cast_of_x_alloc_return_value OK 0.61s
280/313 libvirt:syntax-check / sc_error_message_period OK 0.55s
281/313 libvirt:syntax-check / sc_prohibit_empty_lines_at_EOF OK 0.36s
282/313 libvirt:syntax-check / sc_prohibit_strncpy OK 0.61s
283/313 libvirt:syntax-check / sc_prohibit_enum_impl_with_vir_prefix_in_virsh OK 0.12s
284/313 libvirt:syntax-check / sc_cast_of_argument_to_free OK 0.68s
285/313 libvirt:syntax-check / sc_prohibit_have_config_h OK 0.58s
286/313 libvirt / qemuxml2xmltest OK 2.54s
287/313 libvirt:syntax-check / sc_po_check OK 0.32s
288/313 libvirt:syntax-check / sc_group-qemu-caps OK 0.21s
289/313 libvirt:syntax-check / sc_prohibit_test_double_equal OK 0.40s
290/313 libvirt:syntax-check / sc_header-ifdef OK 0.27s
291/313 libvirt:syntax-check / sc_prohibit_defined_have_decl_tests OK 0.53s
292/313 libvirt:syntax-check / sc_unmarked_diagnostics OK 0.57s
293/313 libvirt / virsh-output OK 2.45s
294/313 libvirt:syntax-check / sc_require_whitespace_in_translation OK 1.54s
295/313 libvirt:syntax-check / sc_prohibit_test_minus_ao OK 0.54s
296/313 libvirt:syntax-check / sc_prohibit_magic_number_exit OK 0.81s
297/313 libvirt:syntax-check / sc_const_long_option OK 0.52s
298/313 libvirt:syntax-check / sc_prohibit_path_max_allocation OK 0.48s
299/313 libvirt:syntax-check / sc_redundant_const OK 0.55s
300/313 libvirt:syntax-check / sc_trailing_blank OK 0.67s
301/313 libvirt:syntax-check / sc_copyright_usage OK 1.53s
302/313 libvirt:syntax-check / sc_Wundef_boolean OK 0.54s
303/313 libvirt / virschematest OK 3.24s
304/313 libvirt:syntax-check / sc_prohibit-duplicate-header OK 0.67s
305/313 libvirt / virsh-optparse OK 2.99s
306/313 libvirt:syntax-check / sc_prohibit_cross_inclusion OK 1.93s
307/313 libvirt:syntax-check / sc_mock-noinline OK 1.03s
308/313 libvirt:syntax-check / sc_prohibit_empty_first_line OK 1.81s
309/313 libvirt:syntax-check / sc_flake8 OK 2.56s
310/313 libvirt:syntax-check / sc_prohibit_doubled_word OK 1.85s
311/313 libvirt / qemuxml2argvtest OK 4.54s
312/313 libvirt:syntax-check / sc_spacing-check OK 3.59s
313/313 libvirt / qemuagenttest OK 6.10s
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@opensuse-leap-152 CI_NINJA_ARGS=test
make[1]: Entering directory '/home/ubuntu/libvirt/ci'
make -C /home/ubuntu/libvirt/ci ci-run-command@opensuse-leap-152 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-opensuse-leap-152: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.8.0
C compiler for the host machine: ccache cc (gcc 7.5.0 "cc (SUSE Linux) 7.5.0")
C linker for the host machine: cc ld.bfd 15.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: 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: NO
Compiler for C supports arguments -Wno-cast-function-type: NO
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: NO
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: NO
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: NO
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: NO
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: NO
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: NO
Compiler for C supports arguments -Wsuggest-attribute=cold: NO
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 (/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/bin/udevadm)
Found pkg-config: /usr/bin/pkg-config (0.29.2)
Run-time dependency libtirpc found: YES 1.0.2
Library acl found: YES
Run-time dependency libapparmor found: YES 2.13.4
Library attr found: YES
Run-time dependency audit found: YES 2.8.1
Found CMake: /usr/bin/cmake (3.17.0)
Run-time dependency bash-completion found: NO (tried pkgconfig)
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.66.0
Run-time dependency devmapper found: YES 1.03.01
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.62.6
Run-time dependency gobject-2.0 found: YES 2.62.6
Run-time dependency gio-unix-2.0 found: YES 2.62.6
Run-time dependency glusterfs-api found: YES 7.3.12.3
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.3.0
Run-time dependency libnl-route-3.0 found: YES 3.3.0
Run-time dependency libparted found: YES 3.2
Program parted found: YES (/usr/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.9.0
Run-time dependency libxml-2.0 found: YES 2.9.7
Library m found: YES
Run-time dependency netcf found: NO (tried pkgconfig and cmake)
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.7.0
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: YES
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.26
Run-time dependency libselinux found: YES 3.0
Run-time dependency threads found: YES
Run-time dependency libudev found: YES 234
Library util found: YES
Run-time dependency wireshark found: YES 3.4.7
Has header "wireshark/ws_version.h" : YES
Run-time dependency yajl found: YES 2.1.0
Program pkcheck found: YES (/usr/bin/pkcheck)
Run-time dependency xenlight found: YES 4.13.0
Has header "libxlutil.h" : YES
Run-time dependency xlutil found: YES 4.13.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: YES (/usr/lib/qemu-bridge-helper)
Program qemu-pr-helper found: YES (/usr/bin/qemu-pr-helper)
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/sbin/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 configurat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment