Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dshcherb/b2fc8bd3a349f6357a25da85c542dda3 to your computer and use it in GitHub Desktop.
Save dshcherb/b2fc8bd3a349f6357a25da85c542dda3 to your computer and use it in GitHub Desktop.
2021-09-22-vpd-capability-v4-all-distro-all-patches-test-run
ubuntu@node:~/libvirt$ git log --pretty=oneline -4
a5bf1ac61b03a57e87b3610befcb9761727e43e5 (HEAD -> 2021-vpd-attempt-4, tag: add-pci-vpd-capability-staging) Add PCI VPD Capability Documentation
951969d051b6f3c3dcf2de6223dfe53fc79924bd 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.08s
2/307 libvirt / check-symfile OK 0.23s
3/307 libvirt / check-admin-symfile OK 0.07s
4/307 libvirt / check-symsorting OK 0.08s
5/307 libvirt / check-admin-symsorting OK 0.05s
6/307 libvirt / check-drivername OK 0.14s
7/307 libvirt / check-admin-drivername OK 0.05s
8/307 libvirt / check-driverimpls OK 0.59s
9/307 libvirt / check-aclrules OK 0.57s
10/307 libvirt / check-augeas-libvirt_lockd OK 0.04s
11/307 libvirt / check-augeas-libvirt_sanlock OK 0.05s
12/307 libvirt / check-augeas-virtlockd OK 0.07s
13/307 libvirt / check-augeas-virtlogd OK 0.05s
14/307 libvirt / check-augeas-libvirtd_lxc OK 0.05s
15/307 libvirt / check-augeas-libvirtd_qemu OK 0.33s
16/307 libvirt / check-augeas-libvirtd OK 0.17s
17/307 libvirt / check-augeas-virtproxyd OK 0.12s
18/307 libvirt / check-augeas-virtinterfaced OK 0.10s
19/307 libvirt / check-augeas-virtnetworkd OK 0.09s
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.18s
23/307 libvirt / check-augeas-virtstoraged OK 0.15s
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.22s
27/307 libvirt / check-augeas-virtvboxd OK 0.13s
28/307 libvirt / check-virnetprotocol OK 0.14s
29/307 libvirt / check-virkeepaliveprotocol OK 0.12s
30/307 libvirt / check-remote_protocol OK 0.22s
31/307 libvirt / check-qemu_protocol OK 0.10s
32/307 libvirt / check-lxc_protocol OK 0.17s
33/307 libvirt / check-admin_protocol OK 0.13s
34/307 libvirt / check-lock_protocol OK 0.09s
35/307 libvirt / check-lxc_monitor_protocol OK 0.15s
36/307 libvirt / commandtest OK 0.51s
37/307 libvirt / cputest OK 1.79s
38/307 libvirt / domaincapstest OK 0.65s
39/307 libvirt / domainconftest OK 0.12s
40/307 libvirt / genericxml2xmltest OK 0.26s
41/307 libvirt / interfacexml2xmltest OK 0.10s
42/307 libvirt / metadatatest OK 0.15s
43/307 libvirt / networkxml2xmlupdatetest OK 0.17s
44/307 libvirt / nodedevxml2xmltest OK 0.15s
45/307 libvirt / nwfilterxml2xmltest OK 0.17s
46/307 libvirt / objecteventtest OK 0.25s
47/307 libvirt / seclabeltest OK 0.28s
48/307 libvirt / secretxml2xmltest OK 0.18s
49/307 libvirt / shunloadtest OK 0.13s
50/307 libvirt / sockettest OK 0.15s
51/307 libvirt / storagevolxml2xmltest OK 0.19s
52/307 libvirt / sysinfotest OK 0.12s
53/307 libvirt / utiltest OK 0.25s
54/307 libvirt / viralloctest OK 0.25s
55/307 libvirt / virauthconfigtest OK 0.13s
56/307 libvirt / virbitmaptest OK 0.18s
57/307 libvirt / virbuftest OK 0.11s
58/307 libvirt / vircapstest OK 0.18s
59/307 libvirt / vircgrouptest OK 0.14s
60/307 libvirt / virconftest OK 0.14s
61/307 libvirt / vircryptotest OK 0.20s
62/307 libvirt / virendiantest OK 0.07s
63/307 libvirt / virerrortest OK 0.11s
64/307 libvirt / virfilecachetest OK 0.16s
65/307 libvirt / virfiletest OK 0.43s
66/307 libvirt / virfirewalltest OK 0.09s
67/307 libvirt / virhostcputest OK 0.17s
68/307 libvirt / virhostdevtest OK 0.25s
69/307 libvirt / viridentitytest OK 0.12s
70/307 libvirt / viriscsitest OK 0.15s
71/307 libvirt / virkeycodetest OK 0.10s
72/307 libvirt / virkmodtest OK 0.14s
73/307 libvirt / virlockspacetest OK 0.13s
74/307 libvirt / virlogtest OK 0.11s
75/307 libvirt / virnetdevtest OK 0.11s
76/307 libvirt / virnetworkportxml2xmltest OK 0.11s
77/307 libvirt / virnwfilterbindingxml2xmltest OK 0.11s
78/307 libvirt / virpcitest OK 0.20s
79/307 libvirt / virportallocatortest OK 0.10s
80/307 libvirt / virrotatingfiletest OK 0.09s
81/307 libvirt / virschematest OK 3.31s
82/307 libvirt / virshtest OK 2.51s
83/307 libvirt / virstringtest OK 0.16s
84/307 libvirt / virsystemdtest OK 0.12s
85/307 libvirt / virtimetest OK 0.16s
86/307 libvirt / virtypedparamtest OK 0.12s
87/307 libvirt / viruritest OK 0.15s
88/307 libvirt / virpcivpdtest OK 0.14s
89/307 libvirt / vshtabletest OK 0.13s
90/307 libvirt / virmigtest OK 0.13s
91/307 libvirt / fchosttest OK 0.12s
92/307 libvirt / scsihosttest OK 0.13s
93/307 libvirt / vircaps2xmltest OK 0.11s
94/307 libvirt / virnetdevbandwidthtest OK 0.19s
95/307 libvirt / virresctrltest OK 0.14s
96/307 libvirt / virscsitest OK 0.12s
97/307 libvirt / virusbtest OK 0.10s
98/307 libvirt / virnetdevopenvswitchtest OK 0.18s
99/307 libvirt / esxutilstest OK 0.09s
100/307 libvirt / eventtest OK 0.57s
101/307 libvirt / fdstreamtest OK 0.16s
102/307 libvirt / virdriverconnvalidatetest OK 0.15s
103/307 libvirt / virdrivermoduletest OK 0.17s
104/307 libvirt / lxcconf2xmltest OK 0.17s
105/307 libvirt / lxcxml2xmltest OK 0.09s
106/307 libvirt / networkxml2conftest OK 0.16s
107/307 libvirt / networkxml2firewalltest OK 0.14s
108/307 libvirt / networkxml2xmltest OK 0.11s
109/307 libvirt / nodedevmdevctltest OK 0.15s
110/307 libvirt / nsstest OK 0.11s
111/307 libvirt / nssguesttest OK 0.15s
112/307 libvirt / nwfilterebiptablestest OK 0.18s
113/307 libvirt / nwfilterxml2firewalltest OK 0.20s
114/307 libvirt / openvzutilstest OK 0.13s
115/307 libvirt / virpolkittest OK 0.10s
116/307 libvirt / qemuagenttest OK 6.29s
117/307 libvirt / qemublocktest OK 0.28s
118/307 libvirt / qemucapabilitiestest OK 2.99s
119/307 libvirt / qemucaps2xmltest OK 0.24s
120/307 libvirt / qemucommandutiltest OK 0.12s
121/307 libvirt / qemudomaincheckpointxml2xmltest OK 0.29s
122/307 libvirt / qemudomainsnapshotxml2xmltest OK 0.11s
123/307 libvirt / qemufirmwaretest OK 0.08s
124/307 libvirt / qemuhotplugtest OK 1.45s
125/307 libvirt / qemumemlocktest OK 0.23s
126/307 libvirt / qemumigparamstest OK 0.14s
127/307 libvirt / qemumigrationcookiexmltest OK 0.14s
128/307 libvirt / qemumonitorjsontest OK 0.56s
129/307 libvirt / qemusecuritytest OK 1.86s
130/307 libvirt / qemustatusxml2xmltest OK 0.13s
131/307 libvirt / qemuvhostusertest OK 0.10s
132/307 libvirt / qemuxml2argvtest OK 4.57s
133/307 libvirt / qemuxml2xmltest OK 2.78s
134/307 libvirt / virnetdaemontest OK 0.14s
135/307 libvirt / virnetmessagetest OK 0.17s
136/307 libvirt / virnetserverclienttest OK 0.08s
137/307 libvirt / virnetsockettest OK 0.27s
138/307 libvirt / virnettlscontexttest OK 2.23s
139/307 libvirt / virnettlssessiontest OK 1.12s
140/307 libvirt / securityselinuxtest OK 0.18s
141/307 libvirt / securityselinuxlabeltest OK 0.17s
142/307 libvirt / storagepoolcapstest OK 0.13s
143/307 libvirt / storagepoolxml2argvtest OK 0.14s
144/307 libvirt / storagepoolxml2xmltest OK 0.14s
145/307 libvirt / storagevolxml2argvtest OK 0.17s
146/307 libvirt / virstorageutiltest OK 0.09s
147/307 libvirt / virstoragetest OK 0.93s
148/307 libvirt / vboxsnapshotxmltest OK 0.17s
149/307 libvirt / vmwarevertest OK 0.16s
150/307 libvirt / vmx2xmltest OK 0.13s
151/307 libvirt / xml2vmxtest OK 0.20s
152/307 libvirt / virjsontest OK 0.12s
153/307 libvirt / virmacmaptest OK 0.12s
154/307 libvirt / libvirtd-fail OK 0.16s
155/307 libvirt / libvirtd-pool OK 0.20s
156/307 libvirt / virsh-auth OK 0.12s
157/307 libvirt / virsh-checkpoint OK 0.56s
158/307 libvirt / virsh-cpuset OK 0.11s
159/307 libvirt / virsh-define-dev-segfault OK 0.12s
160/307 libvirt / virsh-int-overflow OK 0.15s
161/307 libvirt / virsh-optparse OK 3.15s
162/307 libvirt / virsh-output OK 2.51s
163/307 libvirt / virsh-read-bufsiz OK 0.19s
164/307 libvirt / virsh-read-non-seekable OK 0.14s
165/307 libvirt / virsh-schedinfo OK 0.15s
166/307 libvirt / virsh-self-test OK 0.15s
167/307 libvirt / virsh-snapshot OK 0.39s
168/307 libvirt / virsh-start OK 0.11s
169/307 libvirt / virsh-undefine OK 0.26s
170/307 libvirt / virsh-uriprecedence OK 0.38s
171/307 libvirt / virsh-vcpupin OK 0.56s
172/307 libvirt / virt-admin-self-test OK 0.20s
173/307 libvirt / check-html OK 0.09s
174/307 libvirt:syntax-check / sc_avoid_write OK 0.24s
175/307 libvirt:syntax-check / sc_flags_debug OK 1.25s
176/307 libvirt:syntax-check / sc_flags_usage OK 1.46s
177/307 libvirt:syntax-check / sc_prohibit_internal_functions OK 0.80s
178/307 libvirt:syntax-check / sc_prohibit_raw_virclassnew OK 0.83s
179/307 libvirt:syntax-check / sc_prohibit_raw_allocation OK 0.74s
180/307 libvirt:syntax-check / sc_prohibit_close OK 1.68s
181/307 libvirt:syntax-check / sc_prohibit_fork_wrappers OK 0.89s
182/307 libvirt:syntax-check / sc_prohibit_mkstemp OK 0.27s
183/307 libvirt:syntax-check / sc_prohibit_mkdtemp OK 0.35s
184/307 libvirt:syntax-check / sc_prohibit_access_xok OK 0.42s
185/307 libvirt:syntax-check / sc_prohibit_strncmp OK 0.79s
186/307 libvirt:syntax-check / sc_prohibit_strtol OK 1.55s
187/307 libvirt:syntax-check / sc_prohibit_asprintf OK 1.46s
188/307 libvirt:syntax-check / sc_prohobit_vsnprintf OK 0.31s
189/307 libvirt:syntax-check / sc_prohibit_strdup OK 0.95s
190/307 libvirt:syntax-check / sc_prohibit_setuid OK 0.99s
191/307 libvirt:syntax-check / sc_prohibit_risky_id_promotion OK 0.84s
192/307 libvirt:syntax-check / sc_prohibit_sprintf OK 0.28s
193/307 libvirt:syntax-check / sc_prohibit_snprintf OK 0.91s
194/307 libvirt:syntax-check / sc_prohibit_readlink OK 0.85s
195/307 libvirt:syntax-check / sc_prohibit_gethostname OK 0.86s
196/307 libvirt:syntax-check / sc_prohibit_readdir OK 0.92s
197/307 libvirt:syntax-check / sc_prohibit_gettext_noop OK 0.85s
198/307 libvirt:syntax-check / sc_prohibit_PATH_MAX OK 0.82s
199/307 libvirt:syntax-check / sc_prohibit_nonreentrant OK 0.35s
200/307 libvirt:syntax-check / sc_prohibit_select OK 0.87s
201/307 libvirt:syntax-check / sc_prohibit_ctype_h OK 0.81s
202/307 libvirt:syntax-check / sc_prohibit_canonicalize_file_name OK 0.79s
203/307 libvirt:syntax-check / sc_correct_id_types OK 0.85s
204/307 libvirt:syntax-check / sc_forbid_const_pointer_typedef OK 1.46s
205/307 libvirt:syntax-check / sc_size_of_brackets OK 0.79s
206/307 libvirt:syntax-check / sc_TAB_in_indentation OK 0.24s
207/307 libvirt:syntax-check / sc_avoid_ctype_macros OK 0.35s
208/307 libvirt:syntax-check / sc_avoid_strcase OK 0.81s
209/307 libvirt:syntax-check / sc_prohibit_virBufferAdd_with_string_literal OK 0.75s
210/307 libvirt:syntax-check / sc_prohibit_virBufferAsprintf_with_string_literal OK 0.75s
211/307 libvirt:syntax-check / sc_forbid_manual_xml_indent OK 0.75s
212/307 libvirt:syntax-check / sc_prohibit_libgen OK 0.99s
213/307 libvirt:syntax-check / sc_prohibit_xmlGetProp OK 0.74s
214/307 libvirt:syntax-check / sc_prohibit_xmlURI OK 0.75s
215/307 libvirt:syntax-check / sc_prohibit_return_as_function OK 0.75s
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.23s
218/307 libvirt:syntax-check / sc_prohibit_non_glib_macros OK 0.23s
219/307 libvirt:syntax-check / sc_prohibit_int_index OK 0.65s
220/307 libvirt:syntax-check / sc_prohibit_int_ijk OK 0.85s
221/307 libvirt:syntax-check / sc_prohibit_loop_iijjkk OK 0.85s
222/307 libvirt:syntax-check / sc_prohibit_loop_var_decl OK 0.24s
223/307 libvirt:syntax-check / sc_prohibit_int_assign_bool OK 0.80s
224/307 libvirt:syntax-check / sc_prohibit_unsigned_pid OK 0.71s
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.66s
227/307 libvirt:syntax-check / sc_prohibit_diagnostic_without_format OK 1.23s
228/307 libvirt:syntax-check / sc_prohibit_useless_translation OK 1.38s
229/307 libvirt:syntax-check / sc_require_whitespace_in_translation OK 1.53s
230/307 libvirt:syntax-check / sc_preprocessor_indentation OK 0.06s
231/307 libvirt:syntax-check / sc_spec_indentation OK 0.06s
232/307 libvirt:syntax-check / sc_copyright_usage OK 1.53s
233/307 libvirt:syntax-check / sc_prohibit_gettext_markup OK 0.72s
234/307 libvirt:syntax-check / sc_prohibit_cross_inclusion OK 2.11s
235/307 libvirt:syntax-check / sc_require_enum_last_marker OK 0.57s
236/307 libvirt:syntax-check / sc_flake8 OK 2.99s
237/307 libvirt:syntax-check / sc_prohibit_exit_in_tests OK 0.22s
238/307 libvirt:syntax-check / sc_prohibit_include_public_headers_quote OK 0.26s
239/307 libvirt:syntax-check / sc_prohibit_include_public_headers_brackets OK 0.26s
240/307 libvirt:syntax-check / sc_prohibit_config_h_in_headers OK 0.19s
241/307 libvirt:syntax-check / sc_prohibit_unbounded_arrays_in_rpc OK 0.14s
242/307 libvirt:syntax-check / sc_prohibit_atoi OK 0.72s
243/307 libvirt:syntax-check / sc_prohibit_wrong_filename_in_comment OK 0.68s
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.26s
246/307 libvirt:syntax-check / sc_prohibit_space_in_label OK 0.30s
247/307 libvirt:syntax-check / sc_require_if_else_matching_braces OK 0.29s
248/307 libvirt:syntax-check / sc_curly_braces_style OK 0.69s
249/307 libvirt:syntax-check / sc_prohibit_windows_special_chars_in_filename OK 0.13s
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.95s
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.60s
256/307 libvirt:syntax-check / sc_prohibit_system_error_with_vir_err OK 0.66s
257/307 libvirt:syntax-check / sc_prohibit_virXXXFree OK 0.25s
258/307 libvirt:syntax-check / sc_prohibit_sysconf_pagesize OK 0.60s
259/307 libvirt:syntax-check / sc_prohibit_virSecurityManager OK 0.13s
260/307 libvirt:syntax-check / sc_prohibit_pthread_create OK 0.23s
261/307 libvirt:syntax-check / sc_prohibit_not_streq OK 0.61s
262/307 libvirt:syntax-check / sc_prohibit_verbose_strcat OK 0.31s
263/307 libvirt:syntax-check / sc_gettext_init OK 0.20s
264/307 libvirt:syntax-check / sc_prohibit_obj_free_apis_in_virsh OK 0.14s
265/307 libvirt:syntax-check / sc_prohibit_http_urls OK 0.70s
266/307 libvirt:syntax-check / sc_prohibit_author OK 0.70s
267/307 libvirt:syntax-check / sc_prohibit_backslash_alignment OK 0.24s
268/307 libvirt:syntax-check / sc_require_attribute_cleanup_initialization OK 0.34s
269/307 libvirt:syntax-check / sc_prohibit_class OK 0.29s
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.75s
272/307 libvirt:syntax-check / sc_cast_of_x_alloc_return_value OK 0.69s
273/307 libvirt:syntax-check / sc_prohibit_strcmp OK 0.71s
274/307 libvirt:syntax-check / sc_prohibit_strncpy OK 0.67s
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.60s
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.18s
281/307 libvirt:syntax-check / sc_prohibit_assert_without_use OK 0.27s
282/307 libvirt:syntax-check / sc_prohibit_getopt_without_use OK 0.22s
283/307 libvirt:syntax-check / sc_prohibit_signal_without_use OK 0.27s
284/307 libvirt:syntax-check / sc_prohibit_stdio--_without_use OK 0.24s
285/307 libvirt:syntax-check / sc_prohibit_stddef_without_use OK 0.25s
286/307 libvirt:syntax-check / sc_prohibit_dirent_without_use OK 0.20s
287/307 libvirt:syntax-check / sc_bindtextdomain OK 0.15s
288/307 libvirt:syntax-check / sc_trailing_blank OK 0.75s
289/307 libvirt:syntax-check / sc_unmarked_diagnostics OK 0.69s
290/307 libvirt:syntax-check / sc_prohibit_defined_have_decl_tests OK 0.64s
291/307 libvirt:syntax-check / sc_prohibit_backup_files OK 0.14s
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.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.63s
296/307 libvirt:syntax-check / sc_prohibit_test_double_equal OK 0.55s
297/307 libvirt:syntax-check / sc_redundant_const OK 0.64s
298/307 libvirt:syntax-check / sc_const_long_option OK 0.64s
299/307 libvirt:syntax-check / sc_po_check OK 0.28s
300/307 libvirt:syntax-check / sc_Wundef_boolean OK 0.59s
301/307 libvirt:syntax-check / sc_prohibit_path_max_allocation OK 0.58s
302/307 libvirt:syntax-check / sc_prohibit-duplicate-header OK 0.64s
303/307 libvirt:syntax-check / sc_spacing-check OK 3.35s
304/307 libvirt:syntax-check / sc_mock-noinline OK 1.15s
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.14s
Ok: 307
Expected Fail: 0
Fail: 0
Unexpected Pass: 0
Skipped: 0
Timeout: 0
Full log written to /home/ubuntu/libvirt/build/meson-logs/testlog.txt
make[2]: Leaving directory '/home/ubuntu/libvirt/ci'
make[1]: Leaving directory '/home/ubuntu/libvirt/ci'
make: Leaving directory '/home/ubuntu/libvirt/ci'
make: Entering directory '/home/ubuntu/libvirt/ci'
make -C /home/ubuntu/libvirt/ci ci-build@centos-stream-8 CI_NINJA_ARGS=test
make[1]: Entering directory '/home/ubuntu/libvirt/ci'
make -C /home/ubuntu/libvirt/ci ci-run-command@centos-stream-8 CI_COMMAND="/home/ubuntu/build"
make[2]: Entering directory '/home/ubuntu/libvirt/ci'
Checking if docker is available...yes
Cloning /home/ubuntu/libvirt to /home/ubuntu/libvirt/ci/scratch/src
Cloning /home/ubuntu/libvirt/src/keycodemapdb to /home/ubuntu/libvirt/ci/scratch/src/src/keycodemapdb
docker run \
--rm --interactive --tty --user "1000":"1000" --workdir "/home/ubuntu" --env CI_CONT_SRCDIR="/home/ubuntu/libvirt" --env CI_MESON_ARGS="-Dexpensive_tests=enabled" --env CI_NINJA_ARGS="test" --volume /home/ubuntu/libvirt/ci/scratch/group:/etc/group:ro,z --volume /home/ubuntu/libvirt/ci/scratch/passwd:/etc/passwd:ro,z --volume /home/ubuntu/libvirt/ci/scratch/home:/home/ubuntu:z --volume /home/ubuntu/libvirt/ci/scratch/build:/home/ubuntu/build:z --volume /home/ubuntu/libvirt/ci/scratch/src:/home/ubuntu/libvirt:z --ulimit nofile=1024:1024 --cap-add=SYS_PTRACE \
registry.gitlab.com/libvirt/libvirt/ci-centos-stream-8:latest \
/home/ubuntu/build
The Meson build system
Version: 0.56.0
Source dir: /home/ubuntu/libvirt
Build dir: /home/ubuntu/libvirt/build
Build type: native build
Project name: libvirt
Project version: 7.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.08s
2/307 libvirt / check-symfile OK 0.21s
3/307 libvirt / check-admin-symfile OK 0.07s
4/307 libvirt / check-symsorting OK 0.11s
5/307 libvirt / check-admin-symsorting OK 0.06s
6/307 libvirt / check-drivername OK 0.11s
7/307 libvirt / check-admin-drivername OK 0.07s
8/307 libvirt / check-driverimpls OK 0.62s
9/307 libvirt / check-aclrules OK 0.56s
10/307 libvirt / check-augeas-libvirt_lockd OK 0.07s
11/307 libvirt / check-augeas-libvirt_sanlock OK 0.07s
12/307 libvirt / check-augeas-virtlockd OK 0.08s
13/307 libvirt / check-augeas-virtlogd OK 0.06s
14/307 libvirt / check-augeas-libvirtd_lxc OK 0.07s
15/307 libvirt / check-augeas-libvirtd_qemu OK 0.37s
16/307 libvirt / check-augeas-libvirtd OK 0.17s
17/307 libvirt / check-augeas-virtproxyd OK 0.14s
18/307 libvirt / check-augeas-virtinterfaced OK 0.11s
19/307 libvirt / check-augeas-virtnetworkd OK 0.13s
20/307 libvirt / check-augeas-virtnodedevd OK 0.10s
21/307 libvirt / check-augeas-virtnwfilterd OK 0.11s
22/307 libvirt / check-augeas-virtsecretd OK 0.10s
23/307 libvirt / check-augeas-virtstoraged OK 0.10s
24/307 libvirt / check-augeas-virtlxcd OK 0.11s
25/307 libvirt / check-augeas-virtchd OK 0.15s
26/307 libvirt / check-augeas-virtqemud OK 0.14s
27/307 libvirt / check-augeas-virtvboxd OK 0.13s
28/307 libvirt / check-virnetprotocol OK 0.13s
29/307 libvirt / check-virkeepaliveprotocol OK 0.13s
30/307 libvirt / check-remote_protocol OK 0.28s
31/307 libvirt / check-qemu_protocol OK 0.13s
32/307 libvirt / check-lxc_protocol OK 0.11s
33/307 libvirt / check-admin_protocol OK 0.18s
34/307 libvirt / check-lock_protocol OK 0.15s
35/307 libvirt / check-lxc_monitor_protocol OK 0.09s
36/307 libvirt / commandtest OK 0.59s
37/307 libvirt / cputest OK 1.70s
38/307 libvirt / domaincapstest OK 0.71s
39/307 libvirt / domainconftest OK 0.12s
40/307 libvirt / genericxml2xmltest OK 0.20s
41/307 libvirt / interfacexml2xmltest OK 0.15s
42/307 libvirt / metadatatest OK 0.20s
43/307 libvirt / networkxml2xmlupdatetest OK 0.11s
44/307 libvirt / nodedevxml2xmltest OK 0.22s
45/307 libvirt / nwfilterxml2xmltest OK 0.20s
46/307 libvirt / objecteventtest OK 0.13s
47/307 libvirt / seclabeltest OK 0.19s
48/307 libvirt / secretxml2xmltest OK 0.21s
49/307 libvirt / shunloadtest OK 0.17s
50/307 libvirt / sockettest OK 0.22s
51/307 libvirt / storagevolxml2xmltest OK 0.20s
52/307 libvirt / sysinfotest OK 0.22s
53/307 libvirt / utiltest OK 0.20s
54/307 libvirt / viralloctest OK 0.18s
55/307 libvirt / virauthconfigtest OK 0.25s
56/307 libvirt / virbitmaptest OK 0.20s
57/307 libvirt / virbuftest OK 0.21s
58/307 libvirt / vircapstest OK 0.22s
59/307 libvirt / vircgrouptest OK 0.18s
60/307 libvirt / virconftest OK 0.25s
61/307 libvirt / vircryptotest OK 0.13s
62/307 libvirt / virendiantest OK 0.14s
63/307 libvirt / virerrortest OK 0.20s
64/307 libvirt / virfilecachetest OK 0.14s
65/307 libvirt / virfiletest OK 0.30s
66/307 libvirt / virfirewalltest OK 0.12s
67/307 libvirt / virhostcputest OK 0.30s
68/307 libvirt / virhostdevtest OK 0.29s
69/307 libvirt / viridentitytest OK 0.13s
70/307 libvirt / viriscsitest OK 0.15s
71/307 libvirt / virkeycodetest OK 0.11s
72/307 libvirt / virkmodtest OK 0.06s
73/307 libvirt / virlockspacetest OK 0.09s
74/307 libvirt / virlogtest OK 0.11s
75/307 libvirt / virnetdevtest OK 0.15s
76/307 libvirt / virnetworkportxml2xmltest OK 0.17s
77/307 libvirt / virnwfilterbindingxml2xmltest OK 0.14s
78/307 libvirt / virpcitest OK 0.16s
79/307 libvirt / virportallocatortest OK 0.15s
80/307 libvirt / virrotatingfiletest OK 0.10s
81/307 libvirt / virschematest OK 3.29s
82/307 libvirt / virshtest OK 2.59s
83/307 libvirt / virstringtest OK 0.05s
84/307 libvirt / virsystemdtest OK 0.15s
85/307 libvirt / virtimetest OK 0.16s
86/307 libvirt / virtypedparamtest OK 0.11s
87/307 libvirt / viruritest OK 0.15s
88/307 libvirt / virpcivpdtest OK 0.14s
89/307 libvirt / vshtabletest OK 0.14s
90/307 libvirt / virmigtest OK 0.10s
91/307 libvirt / fchosttest OK 0.13s
92/307 libvirt / scsihosttest OK 0.13s
93/307 libvirt / vircaps2xmltest OK 0.18s
94/307 libvirt / virnetdevbandwidthtest OK 0.10s
95/307 libvirt / virresctrltest OK 0.09s
96/307 libvirt / virscsitest OK 0.17s
97/307 libvirt / virusbtest OK 0.15s
98/307 libvirt / virnetdevopenvswitchtest OK 0.18s
99/307 libvirt / esxutilstest OK 0.07s
100/307 libvirt / eventtest OK 0.55s
101/307 libvirt / fdstreamtest OK 0.18s
102/307 libvirt / virdriverconnvalidatetest OK 0.06s
103/307 libvirt / virdrivermoduletest OK 0.17s
104/307 libvirt / lxcconf2xmltest OK 0.08s
105/307 libvirt / lxcxml2xmltest OK 0.17s
106/307 libvirt / networkxml2conftest OK 0.10s
107/307 libvirt / networkxml2firewalltest OK 0.11s
108/307 libvirt / networkxml2xmltest OK 0.10s
109/307 libvirt / nodedevmdevctltest OK 0.09s
110/307 libvirt / nsstest OK 0.13s
111/307 libvirt / nssguesttest OK 0.09s
112/307 libvirt / nwfilterebiptablestest OK 0.14s
113/307 libvirt / nwfilterxml2firewalltest OK 0.24s
114/307 libvirt / openvzutilstest OK 0.09s
115/307 libvirt / virpolkittest OK 0.12s
116/307 libvirt / qemuagenttest OK 6.26s
117/307 libvirt / qemublocktest OK 0.29s
118/307 libvirt / qemucapabilitiestest OK 2.96s
119/307 libvirt / qemucaps2xmltest OK 0.26s
120/307 libvirt / qemucommandutiltest OK 0.10s
121/307 libvirt / qemudomaincheckpointxml2xmltest OK 0.31s
122/307 libvirt / qemudomainsnapshotxml2xmltest OK 0.12s
123/307 libvirt / qemufirmwaretest OK 0.12s
124/307 libvirt / qemuhotplugtest OK 1.49s
125/307 libvirt / qemumemlocktest OK 0.22s
126/307 libvirt / qemumigparamstest OK 0.12s
127/307 libvirt / qemumigrationcookiexmltest OK 0.24s
128/307 libvirt / qemumonitorjsontest OK 0.42s
129/307 libvirt / qemusecuritytest OK 1.97s
130/307 libvirt / qemustatusxml2xmltest OK 0.15s
131/307 libvirt / qemuvhostusertest OK 0.09s
132/307 libvirt / qemuxml2argvtest OK 4.71s
133/307 libvirt / qemuxml2xmltest OK 2.66s
134/307 libvirt / virnetdaemontest OK 0.07s
135/307 libvirt / virnetmessagetest OK 0.11s
136/307 libvirt / virnetserverclienttest OK 0.12s
137/307 libvirt / virnetsockettest OK 0.18s
138/307 libvirt / virnettlscontexttest OK 0.42s
139/307 libvirt / virnettlssessiontest OK 1.56s
140/307 libvirt / securityselinuxtest OK 0.13s
141/307 libvirt / securityselinuxlabeltest OK 0.17s
142/307 libvirt / storagepoolcapstest OK 0.15s
143/307 libvirt / storagepoolxml2argvtest OK 0.19s
144/307 libvirt / storagepoolxml2xmltest OK 0.17s
145/307 libvirt / storagevolxml2argvtest OK 0.14s
146/307 libvirt / virstorageutiltest OK 0.17s
147/307 libvirt / virstoragetest OK 1.03s
148/307 libvirt / vboxsnapshotxmltest OK 0.14s
149/307 libvirt / vmwarevertest OK 0.14s
150/307 libvirt / vmx2xmltest OK 0.13s
151/307 libvirt / xml2vmxtest OK 0.14s
152/307 libvirt / virjsontest OK 0.20s
153/307 libvirt / virmacmaptest OK 0.17s
154/307 libvirt / libvirtd-fail OK 0.13s
155/307 libvirt / libvirtd-pool OK 0.15s
156/307 libvirt / virsh-auth OK 0.14s
157/307 libvirt / virsh-checkpoint OK 0.53s
158/307 libvirt / virsh-cpuset OK 0.16s
159/307 libvirt / virsh-define-dev-segfault OK 0.10s
160/307 libvirt / virsh-int-overflow OK 0.15s
161/307 libvirt / virsh-optparse OK 3.28s
162/307 libvirt / virsh-output OK 2.67s
163/307 libvirt / virsh-read-bufsiz OK 0.20s
164/307 libvirt / virsh-read-non-seekable OK 0.16s
165/307 libvirt / virsh-schedinfo OK 0.20s
166/307 libvirt / virsh-self-test OK 0.11s
167/307 libvirt / virsh-snapshot OK 0.47s
168/307 libvirt / virsh-start OK 0.16s
169/307 libvirt / virsh-undefine OK 0.25s
170/307 libvirt / virsh-uriprecedence OK 0.48s
171/307 libvirt / virsh-vcpupin OK 0.57s
172/307 libvirt / virt-admin-self-test OK 0.20s
173/307 libvirt / check-html OK 0.16s
174/307 libvirt:syntax-check / sc_avoid_write OK 0.19s
175/307 libvirt:syntax-check / sc_flags_debug OK 1.31s
176/307 libvirt:syntax-check / sc_flags_usage OK 1.39s
177/307 libvirt:syntax-check / sc_prohibit_internal_functions OK 0.87s
178/307 libvirt:syntax-check / sc_prohibit_raw_virclassnew OK 0.70s
179/307 libvirt:syntax-check / sc_prohibit_raw_allocation OK 0.93s
180/307 libvirt:syntax-check / sc_prohibit_close OK 1.42s
181/307 libvirt:syntax-check / sc_prohibit_fork_wrappers OK 0.87s
182/307 libvirt:syntax-check / sc_prohibit_mkstemp OK 0.25s
183/307 libvirt:syntax-check / sc_prohibit_mkdtemp OK 0.26s
184/307 libvirt:syntax-check / sc_prohibit_access_xok OK 0.29s
185/307 libvirt:syntax-check / sc_prohibit_strncmp OK 0.76s
186/307 libvirt:syntax-check / sc_prohibit_strtol OK 1.37s
187/307 libvirt:syntax-check / sc_prohibit_asprintf OK 1.45s
188/307 libvirt:syntax-check / sc_prohobit_vsnprintf OK 0.33s
189/307 libvirt:syntax-check / sc_prohibit_strdup OK 1.00s
190/307 libvirt:syntax-check / sc_prohibit_setuid OK 0.92s
191/307 libvirt:syntax-check / sc_prohibit_risky_id_promotion OK 0.86s
192/307 libvirt:syntax-check / sc_prohibit_sprintf OK 0.29s
193/307 libvirt:syntax-check / sc_prohibit_snprintf OK 0.90s
194/307 libvirt:syntax-check / sc_prohibit_readlink OK 0.80s
195/307 libvirt:syntax-check / sc_prohibit_gethostname OK 0.84s
196/307 libvirt:syntax-check / sc_prohibit_readdir OK 0.87s
197/307 libvirt:syntax-check / sc_prohibit_gettext_noop OK 0.80s
198/307 libvirt:syntax-check / sc_prohibit_PATH_MAX OK 0.81s
199/307 libvirt:syntax-check / sc_prohibit_nonreentrant OK 0.35s
200/307 libvirt:syntax-check / sc_prohibit_select OK 0.83s
201/307 libvirt:syntax-check / sc_prohibit_ctype_h OK 0.82s
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.52s
205/307 libvirt:syntax-check / sc_size_of_brackets OK 0.80s
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.90s
209/307 libvirt:syntax-check / sc_prohibit_virBufferAdd_with_string_literal OK 0.75s
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 1.01s
213/307 libvirt:syntax-check / sc_prohibit_xmlGetProp OK 0.74s
214/307 libvirt:syntax-check / sc_prohibit_xmlURI OK 0.75s
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.24s
219/307 libvirt:syntax-check / sc_prohibit_int_index OK 0.65s
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.29s
223/307 libvirt:syntax-check / sc_prohibit_int_assign_bool OK 0.75s
224/307 libvirt:syntax-check / sc_prohibit_unsigned_pid OK 0.70s
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.66s
227/307 libvirt:syntax-check / sc_prohibit_diagnostic_without_format OK 1.25s
228/307 libvirt:syntax-check / sc_prohibit_useless_translation OK 1.37s
229/307 libvirt:syntax-check / sc_require_whitespace_in_translation OK 1.52s
230/307 libvirt:syntax-check / sc_preprocessor_indentation OK 0.06s
231/307 libvirt:syntax-check / sc_spec_indentation OK 0.06s
232/307 libvirt:syntax-check / sc_copyright_usage OK 1.52s
233/307 libvirt:syntax-check / sc_prohibit_gettext_markup OK 0.71s
234/307 libvirt:syntax-check / sc_prohibit_cross_inclusion OK 2.13s
235/307 libvirt:syntax-check / sc_require_enum_last_marker OK 0.57s
236/307 libvirt:syntax-check / sc_flake8 OK 3.09s
237/307 libvirt:syntax-check / sc_prohibit_exit_in_tests OK 0.20s
238/307 libvirt:syntax-check / sc_prohibit_include_public_headers_quote OK 0.26s
239/307 libvirt:syntax-check / sc_prohibit_include_public_headers_brackets OK 0.25s
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.20s
242/307 libvirt:syntax-check / sc_prohibit_atoi OK 0.74s
243/307 libvirt:syntax-check / sc_prohibit_wrong_filename_in_comment OK 0.66s
244/307 libvirt:syntax-check / sc_prohibit_virConnectOpen_in_virsh OK 0.14s
245/307 libvirt:syntax-check / sc_require_space_before_label OK 0.28s
246/307 libvirt:syntax-check / sc_prohibit_space_in_label OK 0.24s
247/307 libvirt:syntax-check / sc_require_if_else_matching_braces OK 0.30s
248/307 libvirt:syntax-check / sc_curly_braces_style OK 0.66s
249/307 libvirt:syntax-check / sc_prohibit_windows_special_chars_in_filename OK 0.10s
250/307 libvirt:syntax-check / sc_prohibit_mixed_case_abbreviations OK 0.29s
251/307 libvirt:syntax-check / sc_require_locale_h OK 0.60s
252/307 libvirt:syntax-check / sc_prohibit_empty_first_line OK 1.97s
253/307 libvirt:syntax-check / sc_prohibit_paren_brace OK 0.30s
254/307 libvirt:syntax-check / sc_prohibit_static_zero_init OK 0.29s
255/307 libvirt:syntax-check / sc_prohibit_devname OK 0.66s
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.24s
258/307 libvirt:syntax-check / sc_prohibit_sysconf_pagesize OK 0.60s
259/307 libvirt:syntax-check / sc_prohibit_virSecurityManager OK 0.13s
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.23s
264/307 libvirt:syntax-check / sc_prohibit_obj_free_apis_in_virsh OK 0.14s
265/307 libvirt:syntax-check / sc_prohibit_http_urls OK 0.61s
266/307 libvirt:syntax-check / sc_prohibit_author OK 0.69s
267/307 libvirt:syntax-check / sc_prohibit_backslash_alignment OK 0.24s
268/307 libvirt:syntax-check / sc_require_attribute_cleanup_initialization OK 0.29s
269/307 libvirt:syntax-check / sc_prohibit_class OK 0.31s
270/307 libvirt:syntax-check / sc_prohibit_dirent_d_type OK 0.29s
271/307 libvirt:syntax-check / sc_cast_of_argument_to_free OK 0.74s
272/307 libvirt:syntax-check / sc_cast_of_x_alloc_return_value OK 0.65s
273/307 libvirt:syntax-check / sc_prohibit_strcmp OK 0.69s
274/307 libvirt:syntax-check / sc_prohibit_strncpy OK 0.65s
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.60s
277/307 libvirt:syntax-check / sc_error_message_period OK 0.59s
278/307 libvirt:syntax-check / sc_prohibit_have_config_h OK 0.64s
279/307 libvirt:syntax-check / sc_require_config_h OK 0.20s
280/307 libvirt:syntax-check / sc_require_config_h_first OK 0.23s
281/307 libvirt:syntax-check / sc_prohibit_assert_without_use OK 0.26s
282/307 libvirt:syntax-check / sc_prohibit_getopt_without_use OK 0.23s
283/307 libvirt:syntax-check / sc_prohibit_signal_without_use OK 0.24s
284/307 libvirt:syntax-check / sc_prohibit_stdio--_without_use OK 0.20s
285/307 libvirt:syntax-check / sc_prohibit_stddef_without_use OK 0.23s
286/307 libvirt:syntax-check / sc_prohibit_dirent_without_use OK 0.24s
287/307 libvirt:syntax-check / sc_bindtextdomain OK 0.09s
288/307 libvirt:syntax-check / sc_trailing_blank OK 0.76s
289/307 libvirt:syntax-check / sc_unmarked_diagnostics OK 0.65s
290/307 libvirt:syntax-check / sc_prohibit_defined_have_decl_tests OK 0.63s
291/307 libvirt:syntax-check / sc_prohibit_backup_files OK 0.13s
292/307 libvirt:syntax-check / sc_prohibit_empty_lines_at_EOF OK 0.38s
293/307 libvirt:syntax-check / sc_prohibit_doubled_word OK 1.84s
294/307 libvirt:syntax-check / sc_prohibit_double_semicolon OK 0.30s
295/307 libvirt:syntax-check / sc_prohibit_test_minus_ao OK 0.65s
296/307 libvirt:syntax-check / sc_prohibit_test_double_equal OK 0.51s
297/307 libvirt:syntax-check / sc_redundant_const OK 0.65s
298/307 libvirt:syntax-check / sc_const_long_option OK 0.58s
299/307 libvirt:syntax-check / sc_po_check OK 0.31s
300/307 libvirt:syntax-check / sc_Wundef_boolean OK 0.59s
301/307 libvirt:syntax-check / sc_prohibit_path_max_allocation OK 0.55s
302/307 libvirt:syntax-check / sc_prohibit-duplicate-header OK 0.64s
303/307 libvirt:syntax-check / sc_spacing-check OK 3.51s
304/307 libvirt:syntax-check / sc_mock-noinline OK 1.10s
305/307 libvirt:syntax-check / sc_header-ifdef OK 0.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.18s
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.08s
6/313 libvirt / check-drivername OK 0.06s
7/313 libvirt / check-admin-drivername OK 0.07s
8/313 libvirt / check-driverimpls OK 0.56s
9/313 libvirt / check-aclrules OK 0.54s
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.05s
13/313 libvirt / check-augeas-virtlogd OK 0.06s
14/313 libvirt / check-augeas-libvirtd_libxl OK 0.05s
15/313 libvirt / check-augeas-libvirtd_lxc OK 0.06s
16/313 libvirt / check-augeas-libvirtd_qemu OK 0.30s
17/313 libvirt / check-augeas-libvirtd OK 0.17s
18/313 libvirt / check-augeas-virtproxyd OK 0.18s
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.14s
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.12s
25/313 libvirt / check-augeas-virtxend OK 0.09s
26/313 libvirt / check-augeas-virtlxcd OK 0.12s
27/313 libvirt / check-augeas-virtchd OK 0.12s
28/313 libvirt / check-augeas-virtqemud OK 0.11s
29/313 libvirt / check-augeas-virtvboxd OK 0.11s
30/313 libvirt / check-virnetprotocol OK 0.32s
31/313 libvirt / check-virkeepaliveprotocol OK 0.21s
32/313 libvirt / check-remote_protocol OK 0.28s
33/313 libvirt / check-qemu_protocol OK 0.24s
34/313 libvirt / check-lxc_protocol OK 0.29s
35/313 libvirt / check-admin_protocol OK 0.29s
36/313 libvirt / check-lock_protocol OK 0.23s
37/313 libvirt / check-lxc_monitor_protocol OK 0.35s
38/313 libvirt / commandtest OK 0.49s
39/313 libvirt / cputest OK 1.74s
40/313 libvirt / domaincapstest OK 0.65s
41/313 libvirt / domainconftest OK 0.12s
42/313 libvirt / genericxml2xmltest OK 0.26s
43/313 libvirt / interfacexml2xmltest OK 0.19s
44/313 libvirt / metadatatest OK 0.17s
45/313 libvirt / networkxml2xmlupdatetest OK 0.18s
46/313 libvirt / nodedevxml2xmltest OK 0.11s
47/313 libvirt / nwfilterxml2xmltest OK 0.14s
48/313 libvirt / objecteventtest OK 0.14s
49/313 libvirt / seclabeltest OK 0.16s
50/313 libvirt / secretxml2xmltest OK 0.16s
51/313 libvirt / shunloadtest OK 0.16s
52/313 libvirt / sockettest OK 0.07s
53/313 libvirt / storagevolxml2xmltest OK 0.10s
54/313 libvirt / sysinfotest OK 0.15s
55/313 libvirt / utiltest OK 0.13s
56/313 libvirt / viralloctest OK 0.09s
57/313 libvirt / virauthconfigtest OK 0.13s
58/313 libvirt / virbitmaptest OK 0.16s
59/313 libvirt / virbuftest OK 0.11s
60/313 libvirt / vircapstest OK 0.11s
61/313 libvirt / vircgrouptest OK 0.23s
62/313 libvirt / virconftest OK 0.15s
63/313 libvirt / vircryptotest OK 0.12s
64/313 libvirt / virendiantest OK 0.12s
65/313 libvirt / virerrortest OK 0.16s
66/313 libvirt / virfilecachetest OK 0.15s
67/313 libvirt / virfiletest OK 0.27s
68/313 libvirt / virfirewalltest OK 0.12s
69/313 libvirt / virhostcputest OK 0.17s
70/313 libvirt / virhostdevtest OK 0.20s
71/313 libvirt / viridentitytest OK 0.10s
72/313 libvirt / viriscsitest OK 0.11s
73/313 libvirt / virkeycodetest OK 0.12s
74/313 libvirt / virkmodtest OK 0.10s
75/313 libvirt / virlockspacetest OK 0.09s
76/313 libvirt / virlogtest OK 0.06s
77/313 libvirt / virnetdevtest OK 0.09s
78/313 libvirt / virnetworkportxml2xmltest OK 0.13s
79/313 libvirt / virnwfilterbindingxml2xmltest OK 0.09s
80/313 libvirt / virpcitest OK 0.15s
81/313 libvirt / virportallocatortest OK 0.11s
82/313 libvirt / virrotatingfiletest OK 0.08s
83/313 libvirt / virschematest OK 3.31s
84/313 libvirt / virshtest OK 2.29s
85/313 libvirt / virstringtest OK 0.08s
86/313 libvirt / virsystemdtest OK 0.14s
87/313 libvirt / virtimetest OK 0.14s
88/313 libvirt / virtypedparamtest OK 0.10s
89/313 libvirt / viruritest OK 0.06s
90/313 libvirt / virpcivpdtest OK 0.17s
91/313 libvirt / vshtabletest OK 0.10s
92/313 libvirt / virmigtest OK 0.10s
93/313 libvirt / fchosttest OK 0.10s
94/313 libvirt / scsihosttest OK 0.06s
95/313 libvirt / vircaps2xmltest OK 0.14s
96/313 libvirt / virnetdevbandwidthtest OK 0.19s
97/313 libvirt / virresctrltest OK 0.12s
98/313 libvirt / virscsitest OK 0.15s
99/313 libvirt / virusbtest OK 0.16s
100/313 libvirt / virnetdevopenvswitchtest OK 0.12s
101/313 libvirt / esxutilstest OK 0.14s
102/313 libvirt / eventtest OK 0.54s
103/313 libvirt / fdstreamtest OK 0.12s
104/313 libvirt / virdriverconnvalidatetest OK 0.10s
105/313 libvirt / virdrivermoduletest OK 0.14s
106/313 libvirt / libxlxml2domconfigtest OK 0.10s
107/313 libvirt / xlconfigtest OK 0.19s
108/313 libvirt / xmconfigtest OK 0.13s
109/313 libvirt / lxcconf2xmltest OK 0.09s
110/313 libvirt / lxcxml2xmltest OK 0.12s
111/313 libvirt / networkxml2conftest OK 0.14s
112/313 libvirt / networkxml2firewalltest OK 0.08s
113/313 libvirt / networkxml2xmltest OK 0.13s
114/313 libvirt / nodedevmdevctltest OK 0.09s
115/313 libvirt / nsstest OK 0.12s
116/313 libvirt / nssguesttest OK 0.12s
117/313 libvirt / nwfilterebiptablestest OK 0.14s
118/313 libvirt / nwfilterxml2firewalltest OK 0.13s
119/313 libvirt / openvzutilstest OK 0.07s
120/313 libvirt / virpolkittest OK 0.09s
121/313 libvirt / qemuagenttest OK 6.29s
122/313 libvirt / qemublocktest OK 0.25s
123/313 libvirt / qemucapabilitiestest OK 2.90s
124/313 libvirt / qemucaps2xmltest OK 0.22s
125/313 libvirt / qemucommandutiltest OK 0.10s
126/313 libvirt / qemudomaincheckpointxml2xmltest OK 0.35s
127/313 libvirt / qemudomainsnapshotxml2xmltest OK 0.14s
128/313 libvirt / qemufirmwaretest OK 0.15s
129/313 libvirt / qemuhotplugtest OK 1.57s
130/313 libvirt / qemumemlocktest OK 0.15s
131/313 libvirt / qemumigparamstest OK 0.15s
132/313 libvirt / qemumigrationcookiexmltest OK 0.16s
133/313 libvirt / qemumonitorjsontest OK 0.50s
134/313 libvirt / qemusecuritytest OK 1.86s
135/313 libvirt / qemustatusxml2xmltest OK 0.17s
136/313 libvirt / qemuvhostusertest OK 0.16s
137/313 libvirt / qemuxml2argvtest OK 4.68s
138/313 libvirt / qemuxml2xmltest OK 2.71s
139/313 libvirt / virnetdaemontest OK 0.18s
140/313 libvirt / virnetmessagetest OK 0.09s
141/313 libvirt / virnetserverclienttest OK 0.08s
142/313 libvirt / virnetsockettest OK 0.19s
143/313 libvirt / virnettlscontexttest OK 0.55s
144/313 libvirt / virnettlssessiontest OK 1.32s
145/313 libvirt / securityselinuxtest OK 0.17s
146/313 libvirt / securityselinuxlabeltest OK 0.17s
147/313 libvirt / storagepoolcapstest OK 0.10s
148/313 libvirt / storagepoolxml2argvtest OK 0.20s
149/313 libvirt / storagepoolxml2xmltest OK 0.14s
150/313 libvirt / storagevolxml2argvtest OK 0.12s
151/313 libvirt / virstorageutiltest OK 0.10s
152/313 libvirt / virstoragetest OK 0.89s
153/313 libvirt / vboxsnapshotxmltest OK 0.12s
154/313 libvirt / vmwarevertest OK 0.12s
155/313 libvirt / vmx2xmltest OK 0.09s
156/313 libvirt / xml2vmxtest OK 0.13s
157/313 libvirt / virjsontest OK 0.08s
158/313 libvirt / virmacmaptest OK 0.09s
159/313 libvirt / libvirtd-fail OK 0.16s
160/313 libvirt / libvirtd-pool OK 0.17s
161/313 libvirt / virsh-auth OK 0.13s
162/313 libvirt / virsh-checkpoint OK 0.55s
163/313 libvirt / virsh-cpuset OK 0.13s
164/313 libvirt / virsh-define-dev-segfault OK 0.16s
165/313 libvirt / virsh-int-overflow OK 0.16s
166/313 libvirt / virsh-optparse OK 3.09s
167/313 libvirt / virsh-output OK 2.56s
168/313 libvirt / virsh-read-bufsiz OK 0.23s
169/313 libvirt / virsh-read-non-seekable OK 0.09s
170/313 libvirt / virsh-schedinfo OK 0.09s
171/313 libvirt / virsh-self-test OK 0.09s
172/313 libvirt / virsh-snapshot OK 0.41s
173/313 libvirt / virsh-start OK 0.17s
174/313 libvirt / virsh-undefine OK 0.26s
175/313 libvirt / virsh-uriprecedence OK 0.34s
176/313 libvirt / virsh-vcpupin OK 0.57s
177/313 libvirt / virt-admin-self-test OK 0.15s
178/313 libvirt / virt-aa-helper-test OK 4.43s
179/313 libvirt / check-html OK 0.14s
180/313 libvirt:syntax-check / sc_avoid_write OK 0.25s
181/313 libvirt:syntax-check / sc_flags_debug OK 1.51s
182/313 libvirt:syntax-check / sc_flags_usage OK 1.59s
183/313 libvirt:syntax-check / sc_prohibit_internal_functions OK 0.73s
184/313 libvirt:syntax-check / sc_prohibit_raw_virclassnew OK 0.72s
185/313 libvirt:syntax-check / sc_prohibit_raw_allocation OK 0.94s
186/313 libvirt:syntax-check / sc_prohibit_close OK 1.54s
187/313 libvirt:syntax-check / sc_prohibit_fork_wrappers OK 0.73s
188/313 libvirt:syntax-check / sc_prohibit_mkstemp OK 0.27s
189/313 libvirt:syntax-check / sc_prohibit_mkdtemp OK 0.31s
190/313 libvirt:syntax-check / sc_prohibit_access_xok OK 0.25s
191/313 libvirt:syntax-check / sc_prohibit_strncmp OK 0.85s
192/313 libvirt:syntax-check / sc_prohibit_strtol OK 1.72s
193/313 libvirt:syntax-check / sc_prohibit_asprintf OK 1.52s
194/313 libvirt:syntax-check / sc_prohobit_vsnprintf OK 0.35s
195/313 libvirt:syntax-check / sc_prohibit_strdup OK 0.93s
196/313 libvirt:syntax-check / sc_prohibit_setuid OK 0.93s
197/313 libvirt:syntax-check / sc_prohibit_risky_id_promotion OK 0.89s
198/313 libvirt:syntax-check / sc_prohibit_sprintf OK 0.33s
199/313 libvirt:syntax-check / sc_prohibit_snprintf OK 0.98s
200/313 libvirt:syntax-check / sc_prohibit_readlink OK 0.98s
201/313 libvirt:syntax-check / sc_prohibit_gethostname OK 0.83s
202/313 libvirt:syntax-check / sc_prohibit_readdir OK 0.94s
203/313 libvirt:syntax-check / sc_prohibit_gettext_noop OK 0.83s
204/313 libvirt:syntax-check / sc_prohibit_PATH_MAX OK 0.91s
205/313 libvirt:syntax-check / sc_prohibit_nonreentrant OK 0.30s
206/313 libvirt:syntax-check / sc_prohibit_select OK 0.91s
207/313 libvirt:syntax-check / sc_prohibit_ctype_h OK 0.79s
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.55s
211/313 libvirt:syntax-check / sc_size_of_brackets OK 0.79s
212/313 libvirt:syntax-check / sc_TAB_in_indentation OK 0.23s
213/313 libvirt:syntax-check / sc_avoid_ctype_macros OK 0.33s
214/313 libvirt:syntax-check / sc_avoid_strcase OK 0.83s
215/313 libvirt:syntax-check / sc_prohibit_virBufferAdd_with_string_literal OK 0.85s
216/313 libvirt:syntax-check / sc_prohibit_virBufferAsprintf_with_string_literal OK 0.84s
217/313 libvirt:syntax-check / sc_forbid_manual_xml_indent OK 0.79s
218/313 libvirt:syntax-check / sc_prohibit_libgen OK 0.80s
219/313 libvirt:syntax-check / sc_prohibit_xmlGetProp OK 0.79s
220/313 libvirt:syntax-check / sc_prohibit_xmlURI OK 0.84s
221/313 libvirt:syntax-check / sc_prohibit_return_as_function OK 0.84s
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.24s
224/313 libvirt:syntax-check / sc_prohibit_non_glib_macros OK 0.23s
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.75s
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.75s
231/313 libvirt:syntax-check / sc_libvirt_unmarked_diagnostics OK 0.84s
232/313 libvirt:syntax-check / sc_prohibit_newline_at_end_of_diagnostic OK 0.75s
233/313 libvirt:syntax-check / sc_prohibit_diagnostic_without_format OK 1.46s
234/313 libvirt:syntax-check / sc_prohibit_useless_translation OK 1.30s
235/313 libvirt:syntax-check / sc_require_whitespace_in_translation OK 1.62s
236/313 libvirt:syntax-check / sc_preprocessor_indentation OK 0.03s
237/313 libvirt:syntax-check / sc_spec_indentation OK 0.04s
238/313 libvirt:syntax-check / sc_copyright_usage OK 1.65s
239/313 libvirt:syntax-check / sc_prohibit_gettext_markup OK 0.81s
240/313 libvirt:syntax-check / sc_prohibit_cross_inclusion OK 1.87s
241/313 libvirt:syntax-check / sc_require_enum_last_marker OK 0.81s
242/313 libvirt:syntax-check / sc_flake8 OK 2.30s
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.28s
245/313 libvirt:syntax-check / sc_prohibit_include_public_headers_brackets OK 0.21s
246/313 libvirt:syntax-check / sc_prohibit_config_h_in_headers OK 0.14s
247/313 libvirt:syntax-check / sc_prohibit_unbounded_arrays_in_rpc OK 0.14s
248/313 libvirt:syntax-check / sc_prohibit_atoi OK 0.80s
249/313 libvirt:syntax-check / sc_prohibit_wrong_filename_in_comment OK 0.28s
250/313 libvirt:syntax-check / sc_prohibit_virConnectOpen_in_virsh OK 0.13s
251/313 libvirt:syntax-check / sc_require_space_before_label OK 0.25s
252/313 libvirt:syntax-check / sc_prohibit_space_in_label OK 0.28s
253/313 libvirt:syntax-check / sc_require_if_else_matching_braces OK 0.33s
254/313 libvirt:syntax-check / sc_curly_braces_style OK 0.60s
255/313 libvirt:syntax-check / sc_prohibit_windows_special_chars_in_filename OK 0.10s
256/313 libvirt:syntax-check / sc_prohibit_mixed_case_abbreviations OK 0.24s
257/313 libvirt:syntax-check / sc_require_locale_h OK 0.60s
258/313 libvirt:syntax-check / sc_prohibit_empty_first_line OK 0.96s
259/313 libvirt:syntax-check / sc_prohibit_paren_brace OK 0.24s
260/313 libvirt:syntax-check / sc_prohibit_static_zero_init OK 0.28s
261/313 libvirt:syntax-check / sc_prohibit_devname OK 0.69s
262/313 libvirt:syntax-check / sc_prohibit_system_error_with_vir_err OK 0.76s
263/313 libvirt:syntax-check / sc_prohibit_virXXXFree OK 0.25s
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.18s
269/313 libvirt:syntax-check / sc_gettext_init OK 0.24s
270/313 libvirt:syntax-check / sc_prohibit_obj_free_apis_in_virsh OK 0.15s
271/313 libvirt:syntax-check / sc_prohibit_http_urls OK 0.69s
272/313 libvirt:syntax-check / sc_prohibit_author OK 0.70s
273/313 libvirt:syntax-check / sc_prohibit_backslash_alignment OK 0.30s
274/313 libvirt:syntax-check / sc_require_attribute_cleanup_initialization OK 0.29s
275/313 libvirt:syntax-check / sc_prohibit_class OK 0.29s
276/313 libvirt:syntax-check / sc_prohibit_dirent_d_type OK 0.29s
277/313 libvirt:syntax-check / sc_cast_of_argument_to_free OK 0.79s
278/313 libvirt:syntax-check / sc_cast_of_x_alloc_return_value OK 0.70s
279/313 libvirt:syntax-check / sc_prohibit_strcmp OK 0.80s
280/313 libvirt:syntax-check / sc_prohibit_strncpy OK 0.80s
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.76s
283/313 libvirt:syntax-check / sc_error_message_period OK 0.79s
284/313 libvirt:syntax-check / sc_prohibit_have_config_h OK 0.77s
285/313 libvirt:syntax-check / sc_require_config_h OK 0.18s
286/313 libvirt:syntax-check / sc_require_config_h_first OK 0.19s
287/313 libvirt:syntax-check / sc_prohibit_assert_without_use OK 0.25s
288/313 libvirt:syntax-check / sc_prohibit_getopt_without_use OK 0.18s
289/313 libvirt:syntax-check / sc_prohibit_signal_without_use OK 0.20s
290/313 libvirt:syntax-check / sc_prohibit_stdio--_without_use OK 0.19s
291/313 libvirt:syntax-check / sc_prohibit_stddef_without_use OK 0.19s
292/313 libvirt:syntax-check / sc_prohibit_dirent_without_use OK 0.24s
293/313 libvirt:syntax-check / sc_bindtextdomain OK 0.10s
294/313 libvirt:syntax-check / sc_trailing_blank OK 0.69s
295/313 libvirt:syntax-check / sc_unmarked_diagnostics OK 0.65s
296/313 libvirt:syntax-check / sc_prohibit_defined_have_decl_tests OK 0.69s
297/313 libvirt:syntax-check / sc_prohibit_backup_files OK 0.09s
298/313 libvirt:syntax-check / sc_prohibit_empty_lines_at_EOF OK 0.41s
299/313 libvirt:syntax-check / sc_prohibit_doubled_word OK 1.80s
300/313 libvirt:syntax-check / sc_prohibit_double_semicolon OK 0.25s
301/313 libvirt:syntax-check / sc_prohibit_test_minus_ao OK 0.70s
302/313 libvirt:syntax-check / sc_prohibit_test_double_equal OK 0.55s
303/313 libvirt:syntax-check / sc_redundant_const OK 0.69s
304/313 libvirt:syntax-check / sc_const_long_option OK 0.69s
305/313 libvirt:syntax-check / sc_po_check OK 0.34s
306/313 libvirt:syntax-check / sc_Wundef_boolean OK 0.65s
307/313 libvirt:syntax-check / sc_prohibit_path_max_allocation OK 0.69s
308/313 libvirt:syntax-check / sc_prohibit-duplicate-header OK 0.69s
309/313 libvirt:syntax-check / sc_spacing-check OK 3.49s
310/313 libvirt:syntax-check / sc_mock-noinline OK 1.13s
311/313 libvirt:syntax-check / sc_header-ifdef OK 0.35s
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-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.07s
2/313 libvirt / check-symfile OK 0.20s
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.07s
7/313 libvirt / check-admin-drivername OK 0.06s
8/313 libvirt / check-driverimpls OK 0.59s
9/313 libvirt / check-aclrules OK 0.49s
10/313 libvirt / check-augeas-libvirt_lockd OK 0.05s
11/313 libvirt / check-augeas-libvirt_sanlock OK 0.05s
12/313 libvirt / check-augeas-virtlockd OK 0.06s
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.06s
16/313 libvirt / check-augeas-libvirtd_qemu OK 0.33s
17/313 libvirt / check-augeas-libvirtd OK 0.17s
18/313 libvirt / check-augeas-virtproxyd OK 0.21s
19/313 libvirt / check-augeas-virtinterfaced OK 0.12s
20/313 libvirt / check-augeas-virtnetworkd OK 0.11s
21/313 libvirt / check-augeas-virtnodedevd OK 0.14s
22/313 libvirt / check-augeas-virtnwfilterd OK 0.12s
23/313 libvirt / check-augeas-virtsecretd OK 0.13s
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.15s
27/313 libvirt / check-augeas-virtchd OK 0.13s
28/313 libvirt / check-augeas-virtqemud OK 0.16s
29/313 libvirt / check-augeas-virtvboxd OK 0.13s
30/313 libvirt / check-virnetprotocol OK 0.08s
31/313 libvirt / check-virkeepaliveprotocol OK 0.11s
32/313 libvirt / check-remote_protocol OK 0.28s
33/313 libvirt / check-qemu_protocol OK 0.25s
34/313 libvirt / check-lxc_protocol OK 0.11s
35/313 libvirt / check-admin_protocol OK 0.13s
36/313 libvirt / check-lock_protocol OK 0.09s
37/313 libvirt / check-lxc_monitor_protocol OK 0.16s
38/313 libvirt / commandtest OK 0.56s
39/313 libvirt / cputest OK 1.39s
40/313 libvirt / domaincapstest OK 0.61s
41/313 libvirt / domainconftest OK 0.19s
42/313 libvirt / genericxml2xmltest OK 0.22s
43/313 libvirt / interfacexml2xmltest OK 0.14s
44/313 libvirt / metadatatest OK 0.20s
45/313 libvirt / networkxml2xmlupdatetest OK 0.15s
46/313 libvirt / nodedevxml2xmltest OK 0.13s
47/313 libvirt / nwfilterxml2xmltest OK 0.21s
48/313 libvirt / objecteventtest OK 0.15s
49/313 libvirt / seclabeltest OK 0.20s
50/313 libvirt / secretxml2xmltest OK 0.19s
51/313 libvirt / shunloadtest OK 0.24s
52/313 libvirt / sockettest OK 0.20s
53/313 libvirt / storagevolxml2xmltest OK 0.20s
54/313 libvirt / sysinfotest OK 0.13s
55/313 libvirt / utiltest OK 0.20s
56/313 libvirt / viralloctest OK 0.18s
57/313 libvirt / virauthconfigtest OK 0.18s
58/313 libvirt / virbitmaptest OK 0.13s
59/313 libvirt / virbuftest OK 0.12s
60/313 libvirt / vircapstest OK 0.12s
61/313 libvirt / vircgrouptest OK 0.17s
62/313 libvirt / virconftest OK 0.11s
63/313 libvirt / vircryptotest OK 0.11s
64/313 libvirt / virendiantest OK 0.09s
65/313 libvirt / virerrortest OK 0.13s
66/313 libvirt / virfilecachetest OK 0.10s
67/313 libvirt / virfiletest OK 0.36s
68/313 libvirt / virfirewalltest OK 0.10s
69/313 libvirt / virhostcputest OK 0.14s
70/313 libvirt / virhostdevtest OK 0.21s
71/313 libvirt / viridentitytest OK 0.24s
72/313 libvirt / viriscsitest OK 0.08s
73/313 libvirt / virkeycodetest OK 0.11s
74/313 libvirt / virkmodtest OK 0.11s
75/313 libvirt / virlockspacetest OK 0.11s
76/313 libvirt / virlogtest OK 0.13s
77/313 libvirt / virnetdevtest OK 0.13s
78/313 libvirt / virnetworkportxml2xmltest OK 0.15s
79/313 libvirt / virnwfilterbindingxml2xmltest OK 0.17s
80/313 libvirt / virpcitest OK 0.11s
81/313 libvirt / virportallocatortest OK 0.19s
82/313 libvirt / virrotatingfiletest OK 0.09s
83/313 libvirt / virschematest OK 3.21s
84/313 libvirt / virshtest OK 2.10s
85/313 libvirt / virstringtest OK 0.12s
86/313 libvirt / virsystemdtest OK 0.07s
87/313 libvirt / virtimetest OK 0.04s
88/313 libvirt / virtypedparamtest OK 0.10s
89/313 libvirt / viruritest OK 0.15s
90/313 libvirt / virpcivpdtest OK 0.08s
91/313 libvirt / vshtabletest OK 0.05s
92/313 libvirt / virmigtest OK 0.13s
93/313 libvirt / fchosttest OK 0.12s
94/313 libvirt / scsihosttest OK 0.14s
95/313 libvirt / vircaps2xmltest OK 0.14s
96/313 libvirt / virnetdevbandwidthtest OK 0.09s
97/313 libvirt / virresctrltest OK 0.18s
98/313 libvirt / virscsitest OK 0.13s
99/313 libvirt / virusbtest OK 0.14s
100/313 libvirt / virnetdevopenvswitchtest OK 0.14s
101/313 libvirt / esxutilstest OK 0.13s
102/313 libvirt / eventtest OK 0.52s
103/313 libvirt / fdstreamtest OK 0.06s
104/313 libvirt / virdriverconnvalidatetest OK 0.12s
105/313 libvirt / virdrivermoduletest OK 0.12s
106/313 libvirt / libxlxml2domconfigtest OK 0.12s
107/313 libvirt / xlconfigtest OK 0.15s
108/313 libvirt / xmconfigtest OK 0.16s
109/313 libvirt / lxcconf2xmltest OK 0.07s
110/313 libvirt / lxcxml2xmltest OK 0.21s
111/313 libvirt / networkxml2conftest OK 0.13s
112/313 libvirt / networkxml2firewalltest OK 0.15s
113/313 libvirt / networkxml2xmltest OK 0.12s
114/313 libvirt / nodedevmdevctltest OK 0.09s
115/313 libvirt / nsstest OK 0.16s
116/313 libvirt / nssguesttest OK 0.09s
117/313 libvirt / nwfilterebiptablestest OK 0.17s
118/313 libvirt / nwfilterxml2firewalltest OK 0.20s
119/313 libvirt / openvzutilstest OK 0.14s
120/313 libvirt / virpolkittest OK 0.18s
121/313 libvirt / qemuagenttest OK 6.28s
122/313 libvirt / qemublocktest OK 0.25s
123/313 libvirt / qemucapabilitiestest OK 2.75s
124/313 libvirt / qemucaps2xmltest OK 0.17s
125/313 libvirt / qemucommandutiltest OK 0.10s
126/313 libvirt / qemudomaincheckpointxml2xmltest OK 0.36s
127/313 libvirt / qemudomainsnapshotxml2xmltest OK 0.21s
128/313 libvirt / qemufirmwaretest OK 0.11s
129/313 libvirt / qemuhotplugtest OK 1.57s
130/313 libvirt / qemumemlocktest OK 0.13s
131/313 libvirt / qemumigparamstest OK 0.17s
132/313 libvirt / qemumigrationcookiexmltest OK 0.12s
133/313 libvirt / qemumonitorjsontest OK 0.51s
134/313 libvirt / qemusecuritytest OK 1.70s
135/313 libvirt / qemustatusxml2xmltest OK 0.16s
136/313 libvirt / qemuvhostusertest OK 0.12s
137/313 libvirt / qemuxml2argvtest OK 4.35s
138/313 libvirt / qemuxml2xmltest OK 2.59s
139/313 libvirt / virnetdaemontest OK 0.17s
140/313 libvirt / virnetmessagetest OK 0.11s
141/313 libvirt / virnetserverclienttest OK 0.10s
142/313 libvirt / virnetsockettest OK 0.26s
143/313 libvirt / virnettlscontexttest OK 0.93s
144/313 libvirt / virnettlssessiontest OK 1.01s
145/313 libvirt / securityselinuxtest OK 0.18s
146/313 libvirt / securityselinuxlabeltest OK 0.13s
147/313 libvirt / storagepoolcapstest OK 0.11s
148/313 libvirt / storagepoolxml2argvtest OK 0.16s
149/313 libvirt / storagepoolxml2xmltest OK 0.13s
150/313 libvirt / storagevolxml2argvtest OK 0.09s
151/313 libvirt / virstorageutiltest OK 0.08s
152/313 libvirt / virstoragetest OK 0.92s
153/313 libvirt / vboxsnapshotxmltest OK 0.10s
154/313 libvirt / vmwarevertest OK 0.09s
155/313 libvirt / vmx2xmltest OK 0.12s
156/313 libvirt / xml2vmxtest OK 0.12s
157/313 libvirt / virjsontest OK 0.07s
158/313 libvirt / virmacmaptest OK 0.09s
159/313 libvirt / libvirtd-fail OK 0.06s
160/313 libvirt / libvirtd-pool OK 0.15s
161/313 libvirt / virsh-auth OK 0.11s
162/313 libvirt / virsh-checkpoint OK 0.50s
163/313 libvirt / virsh-cpuset OK 0.14s
164/313 libvirt / virsh-define-dev-segfault OK 0.14s
165/313 libvirt / virsh-int-overflow OK 0.12s
166/313 libvirt / virsh-optparse OK 2.97s
167/313 libvirt / virsh-output OK 2.34s
168/313 libvirt / virsh-read-bufsiz OK 0.13s
169/313 libvirt / virsh-read-non-seekable OK 0.13s
170/313 libvirt / virsh-schedinfo OK 0.10s
171/313 libvirt / virsh-self-test OK 0.13s
172/313 libvirt / virsh-snapshot OK 0.39s
173/313 libvirt / virsh-start OK 0.13s
174/313 libvirt / virsh-undefine OK 0.21s
175/313 libvirt / virsh-uriprecedence OK 0.34s
176/313 libvirt / virsh-vcpupin OK 0.56s
177/313 libvirt / virt-admin-self-test OK 0.08s
178/313 libvirt / virt-aa-helper-test OK 3.99s
179/313 libvirt / check-html OK 0.11s
180/313 libvirt:syntax-check / sc_avoid_write OK 0.27s
181/313 libvirt:syntax-check / sc_flags_debug OK 1.22s
182/313 libvirt:syntax-check / sc_flags_usage OK 1.28s
183/313 libvirt:syntax-check / sc_prohibit_internal_functions OK 0.77s
184/313 libvirt:syntax-check / sc_prohibit_raw_virclassnew OK 0.59s
185/313 libvirt:syntax-check / sc_prohibit_raw_allocation OK 0.77s
186/313 libvirt:syntax-check / sc_prohibit_close OK 1.30s
187/313 libvirt:syntax-check / sc_prohibit_fork_wrappers OK 0.80s
188/313 libvirt:syntax-check / sc_prohibit_mkstemp OK 0.22s
189/313 libvirt:syntax-check / sc_prohibit_mkdtemp OK 0.25s
190/313 libvirt:syntax-check / sc_prohibit_access_xok OK 0.23s
191/313 libvirt:syntax-check / sc_prohibit_strncmp OK 0.80s
192/313 libvirt:syntax-check / sc_prohibit_strtol OK 1.39s
193/313 libvirt:syntax-check / sc_prohibit_asprintf OK 1.29s
194/313 libvirt:syntax-check / sc_prohobit_vsnprintf OK 0.21s
195/313 libvirt:syntax-check / sc_prohibit_strdup OK 0.77s
196/313 libvirt:syntax-check / sc_prohibit_setuid OK 0.81s
197/313 libvirt:syntax-check / sc_prohibit_risky_id_promotion OK 0.96s
198/313 libvirt:syntax-check / sc_prohibit_sprintf OK 0.31s
199/313 libvirt:syntax-check / sc_prohibit_snprintf OK 0.86s
200/313 libvirt:syntax-check / sc_prohibit_readlink OK 0.85s
201/313 libvirt:syntax-check / sc_prohibit_gethostname OK 0.89s
202/313 libvirt:syntax-check / sc_prohibit_readdir OK 0.90s
203/313 libvirt:syntax-check / sc_prohibit_gettext_noop OK 0.89s
204/313 libvirt:syntax-check / sc_prohibit_PATH_MAX OK 0.80s
205/313 libvirt:syntax-check / sc_prohibit_nonreentrant OK 0.37s
206/313 libvirt:syntax-check / sc_prohibit_select OK 0.89s
207/313 libvirt:syntax-check / sc_prohibit_ctype_h OK 0.76s
208/313 libvirt:syntax-check / sc_prohibit_canonicalize_file_name OK 0.76s
209/313 libvirt:syntax-check / sc_correct_id_types OK 0.84s
210/313 libvirt:syntax-check / sc_forbid_const_pointer_typedef OK 1.42s
211/313 libvirt:syntax-check / sc_size_of_brackets OK 0.79s
212/313 libvirt:syntax-check / sc_TAB_in_indentation OK 0.19s
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.75s
216/313 libvirt:syntax-check / sc_prohibit_virBufferAsprintf_with_string_literal OK 0.73s
217/313 libvirt:syntax-check / sc_forbid_manual_xml_indent OK 0.74s
218/313 libvirt:syntax-check / sc_prohibit_libgen OK 0.94s
219/313 libvirt:syntax-check / sc_prohibit_xmlGetProp OK 0.73s
220/313 libvirt:syntax-check / sc_prohibit_xmlURI OK 0.74s
221/313 libvirt:syntax-check / sc_prohibit_return_as_function OK 0.74s
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.23s
224/313 libvirt:syntax-check / sc_prohibit_non_glib_macros OK 0.19s
225/313 libvirt:syntax-check / sc_prohibit_int_index OK 0.66s
226/313 libvirt:syntax-check / sc_prohibit_int_ijk OK 0.85s
227/313 libvirt:syntax-check / sc_prohibit_loop_iijjkk OK 0.85s
228/313 libvirt:syntax-check / sc_prohibit_loop_var_decl OK 0.24s
229/313 libvirt:syntax-check / sc_prohibit_int_assign_bool OK 0.73s
230/313 libvirt:syntax-check / sc_prohibit_unsigned_pid OK 0.65s
231/313 libvirt:syntax-check / sc_libvirt_unmarked_diagnostics OK 0.80s
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.28s
234/313 libvirt:syntax-check / sc_prohibit_useless_translation OK 1.19s
235/313 libvirt:syntax-check / sc_require_whitespace_in_translation OK 1.50s
236/313 libvirt:syntax-check / sc_preprocessor_indentation OK 0.03s
237/313 libvirt:syntax-check / sc_spec_indentation OK 0.04s
238/313 libvirt:syntax-check / sc_copyright_usage OK 1.45s
239/313 libvirt:syntax-check / sc_prohibit_gettext_markup OK 0.68s
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.45s
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.24s
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.18s
247/313 libvirt:syntax-check / sc_prohibit_unbounded_arrays_in_rpc OK 0.18s
248/313 libvirt:syntax-check / sc_prohibit_atoi OK 0.69s
249/313 libvirt:syntax-check / sc_prohibit_wrong_filename_in_comment OK 0.33s
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.23s
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.23s
254/313 libvirt:syntax-check / sc_curly_braces_style OK 0.70s
255/313 libvirt:syntax-check / sc_prohibit_windows_special_chars_in_filename OK 0.07s
256/313 libvirt:syntax-check / sc_prohibit_mixed_case_abbreviations OK 0.23s
257/313 libvirt:syntax-check / sc_require_locale_h OK 0.50s
258/313 libvirt:syntax-check / sc_prohibit_empty_first_line OK 0.99s
259/313 libvirt:syntax-check / sc_prohibit_paren_brace OK 0.23s
260/313 libvirt:syntax-check / sc_prohibit_static_zero_init OK 0.24s
261/313 libvirt:syntax-check / sc_prohibit_devname OK 0.60s
262/313 libvirt:syntax-check / sc_prohibit_system_error_with_vir_err OK 0.65s
263/313 libvirt:syntax-check / sc_prohibit_virXXXFree OK 0.23s
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.24s
267/313 libvirt:syntax-check / sc_prohibit_not_streq OK 0.60s
268/313 libvirt:syntax-check / sc_prohibit_verbose_strcat OK 0.23s
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.18s
271/313 libvirt:syntax-check / sc_prohibit_http_urls OK 0.74s
272/313 libvirt:syntax-check / sc_prohibit_author OK 0.69s
273/313 libvirt:syntax-check / sc_prohibit_backslash_alignment OK 0.23s
274/313 libvirt:syntax-check / sc_require_attribute_cleanup_initialization OK 0.23s
275/313 libvirt:syntax-check / sc_prohibit_class OK 0.24s
276/313 libvirt:syntax-check / sc_prohibit_dirent_d_type OK 0.23s
277/313 libvirt:syntax-check / sc_cast_of_argument_to_free OK 0.75s
278/313 libvirt:syntax-check / sc_cast_of_x_alloc_return_value OK 0.75s
279/313 libvirt:syntax-check / sc_prohibit_strcmp OK 0.69s
280/313 libvirt:syntax-check / sc_prohibit_strncpy OK 0.64s
281/313 libvirt:syntax-check / sc_prohibit_magic_number_exit OK 0.89s
282/313 libvirt:syntax-check / sc_error_message_warn_fatal OK 0.69s
283/313 libvirt:syntax-check / sc_error_message_period OK 0.64s
284/313 libvirt:syntax-check / sc_prohibit_have_config_h OK 0.65s
285/313 libvirt:syntax-check / sc_require_config_h OK 0.15s
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.25s
288/313 libvirt:syntax-check / sc_prohibit_getopt_without_use OK 0.19s
289/313 libvirt:syntax-check / sc_prohibit_signal_without_use OK 0.23s
290/313 libvirt:syntax-check / sc_prohibit_stdio--_without_use OK 0.23s
291/313 libvirt:syntax-check / sc_prohibit_stddef_without_use OK 0.20s
292/313 libvirt:syntax-check / sc_prohibit_dirent_without_use OK 0.21s
293/313 libvirt:syntax-check / sc_bindtextdomain OK 0.10s
294/313 libvirt:syntax-check / sc_trailing_blank OK 0.70s
295/313 libvirt:syntax-check / sc_unmarked_diagnostics OK 0.64s
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.09s
298/313 libvirt:syntax-check / sc_prohibit_empty_lines_at_EOF OK 0.44s
299/313 libvirt:syntax-check / sc_prohibit_doubled_word OK 1.99s
300/313 libvirt:syntax-check / sc_prohibit_double_semicolon OK 0.28s
301/313 libvirt:syntax-check / sc_prohibit_test_minus_ao OK 0.64s
302/313 libvirt:syntax-check / sc_prohibit_test_double_equal OK 0.54s
303/313 libvirt:syntax-check / sc_redundant_const OK 0.61s
304/313 libvirt:syntax-check / sc_const_long_option OK 0.58s
305/313 libvirt:syntax-check / sc_po_check OK 0.38s
306/313 libvirt:syntax-check / sc_Wundef_boolean OK 0.59s
307/313 libvirt:syntax-check / sc_prohibit_path_max_allocation OK 0.53s
308/313 libvirt:syntax-check / sc_prohibit-duplicate-header OK 0.64s
309/313 libvirt:syntax-check / sc_spacing-check OK 3.68s
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.17s
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
Unable to find image 'registry.gitlab.com/libvirt/libvirt/ci-debian-sid:latest' locally
latest: Pulling from libvirt/libvirt/ci-debian-sid
0ce37cbc9023: Pull complete
cca033516a09: Pull complete
Digest: sha256:657fc313cd4ae5b52070c740dbb86a14cc22c3d67e787da2cfdfd8573dd08324
Status: Downloaded newer image for registry.gitlab.com/libvirt/libvirt/ci-debian-sid:latest
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.25s
3/313 libvirt / check-admin-symfile OK 0.25s
4/313 libvirt / check-symsorting OK 0.25s
5/313 libvirt / check-admin-symsorting OK 0.24s
6/313 libvirt / check-drivername OK 0.24s
7/313 libvirt / check-admin-drivername OK 0.24s
8/313 libvirt / check-augeas-libvirt_lockd OK 0.23s
9/313 libvirt / check-augeas-libvirt_sanlock OK 0.22s
10/313 libvirt / check-augeas-virtlockd OK 0.22s
11/313 libvirt / check-augeas-virtlogd OK 0.22s
12/313 libvirt / check-augeas-libvirtd_libxl OK 0.21s
13/313 libvirt / check-augeas-libvirtd_lxc OK 0.21s
14/313 libvirt / check-augeas-libvirtd OK 0.20s
15/313 libvirt / check-augeas-virtproxyd OK 0.20s
16/313 libvirt / check-augeas-virtinterfaced OK 0.20s
17/313 libvirt / check-augeas-virtnetworkd OK 0.19s
18/313 libvirt / check-augeas-virtnodedevd OK 0.19s
19/313 libvirt / check-augeas-virtnwfilterd OK 0.18s
20/313 libvirt / check-augeas-virtsecretd OK 0.18s
21/313 libvirt / check-augeas-virtstoraged OK 0.18s
22/313 libvirt / check-augeas-virtxend OK 0.17s
23/313 libvirt / check-augeas-virtlxcd OK 0.17s
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.11s
28/313 libvirt / check-virkeepaliveprotocol OK 0.11s
29/313 libvirt / check-qemu_protocol OK 0.10s
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.21s
35/313 libvirt / interfacexml2xmltest OK 0.20s
36/313 libvirt / metadatatest OK 0.19s
37/313 libvirt / nodedevxml2xmltest OK 0.18s
38/313 libvirt / networkxml2xmlupdatetest OK 0.19s
39/313 libvirt / nwfilterxml2xmltest OK 0.21s
40/313 libvirt / objecteventtest OK 0.20s
41/313 libvirt / check-remote_protocol OK 0.29s
42/313 libvirt / check-augeas-libvirtd_qemu OK 0.39s
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.17s
55/313 libvirt / vircapstest OK 0.17s
56/313 libvirt / vircgrouptest OK 0.17s
57/313 libvirt / virconftest OK 0.16s
58/313 libvirt / vircryptotest OK 0.16s
59/313 libvirt / virendiantest OK 0.16s
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.14s
64/313 libvirt / viridentitytest OK 0.13s
65/313 libvirt / viriscsitest OK 0.13s
66/313 libvirt / virkeycodetest OK 0.12s
67/313 libvirt / virkmodtest OK 0.12s
68/313 libvirt / virlockspacetest OK 0.11s
69/313 libvirt / virlogtest OK 0.11s
70/313 libvirt / virnetdevtest OK 0.11s
71/313 libvirt / virnetworkportxml2xmltest OK 0.10s
72/313 libvirt / virnwfilterbindingxml2xmltest OK 0.10s
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.22s
77/313 libvirt / virhostdevtest OK 0.28s
78/313 libvirt / virtimetest OK 0.20s
79/313 libvirt / virtypedparamtest OK 0.20s
80/313 libvirt / virsystemdtest OK 0.21s
81/313 libvirt / viruritest OK 0.20s
82/313 libvirt / virpcivpdtest OK 0.20s
83/313 libvirt / vshtabletest OK 0.19s
84/313 libvirt / check-aclrules OK 0.63s
85/313 libvirt / check-driverimpls OK 0.64s
86/313 libvirt / virfiletest OK 0.35s
87/313 libvirt / commandtest OK 0.51s
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.22s
92/313 libvirt / virnetdevbandwidthtest OK 0.21s
93/313 libvirt / virresctrltest OK 0.21s
94/313 libvirt / virscsitest OK 0.21s
95/313 libvirt / virusbtest OK 0.20s
96/313 libvirt / virnetdevopenvswitchtest OK 0.20s
97/313 libvirt / esxutilstest OK 0.20s
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.12s
116/313 libvirt / qemucommandutiltest OK 0.24s
117/313 libvirt / qemufirmwaretest OK 0.24s
118/313 libvirt / domaincapstest OK 0.69s
119/313 libvirt / qemudomainsnapshotxml2xmltest OK 0.25s
120/313 libvirt / qemumemlocktest OK 0.24s
121/313 libvirt / qemublocktest OK 0.31s
122/313 libvirt / qemumigparamstest OK 0.24s
123/313 libvirt / qemumigrationcookiexmltest OK 0.24s
124/313 libvirt / qemudomaincheckpointxml2xmltest OK 0.31s
125/313 libvirt / qemucaps2xmltest OK 0.33s
126/313 libvirt / qemustatusxml2xmltest OK 0.25s
127/313 libvirt / libvirtd-fail OK 0.13s
128/313 libvirt / libvirtd-pool OK 0.13s
129/313 libvirt / virsh-auth OK 0.12s
130/313 libvirt / qemuvhostusertest OK 0.27s
131/313 libvirt / virnetdaemontest OK 0.25s
132/313 libvirt / virnetmessagetest OK 0.25s
133/313 libvirt / virnetserverclienttest OK 0.24s
134/313 libvirt / virnetsockettest OK 0.24s
135/313 libvirt / securityselinuxtest OK 0.22s
136/313 libvirt / securityselinuxlabeltest OK 0.22s
137/313 libvirt / storagepoolcapstest OK 0.21s
138/313 libvirt / storagepoolxml2argvtest OK 0.21s
139/313 libvirt / storagepoolxml2xmltest OK 0.20s
140/313 libvirt / storagevolxml2argvtest OK 0.20s
141/313 libvirt / virstorageutiltest OK 0.20s
142/313 libvirt / vboxsnapshotxmltest OK 0.19s
143/313 libvirt / vmwarevertest OK 0.18s
144/313 libvirt / vmx2xmltest OK 0.18s
145/313 libvirt / xml2vmxtest OK 0.17s
146/313 libvirt / virjsontest OK 0.17s
147/313 libvirt / virmacmaptest OK 0.16s
148/313 libvirt / virsh-cpuset OK 0.25s
149/313 libvirt / virsh-define-dev-segfault OK 0.23s
150/313 libvirt / virsh-int-overflow OK 0.23s
151/313 libvirt / eventtest OK 0.61s
152/313 libvirt / virsh-schedinfo OK 0.21s
153/313 libvirt / virsh-read-non-seekable OK 0.21s
154/313 libvirt / virsh-self-test OK 0.22s
155/313 libvirt / virnettlscontexttest OK 0.40s
156/313 libvirt / virsh-start OK 0.20s
157/313 libvirt / qemumonitorjsontest OK 0.48s
158/313 libvirt / virsh-read-bufsiz OK 0.23s
159/313 libvirt / virt-admin-self-test OK 0.23s
160/313 libvirt / check-html OK 0.22s
161/313 libvirt:syntax-check / sc_avoid_write OK 0.22s
162/313 libvirt / virsh-uriprecedence OK 0.28s
163/313 libvirt / virsh-undefine OK 0.29s
164/313 libvirt:syntax-check / sc_prohibit_mkstemp OK 0.22s
165/313 libvirt:syntax-check / sc_prohibit_mkdtemp OK 0.22s
166/313 libvirt:syntax-check / sc_prohibit_access_xok OK 0.21s
167/313 libvirt / virsh-checkpoint OK 0.45s
168/313 libvirt / virsh-snapshot OK 0.36s
169/313 libvirt / cputest OK 1.16s
170/313 libvirt:syntax-check / sc_prohobit_vsnprintf OK 0.27s
171/313 libvirt:syntax-check / sc_prohibit_sprintf OK 0.25s
172/313 libvirt:syntax-check / sc_prohibit_nonreentrant OK 0.23s
173/313 libvirt:syntax-check / sc_TAB_in_indentation OK 0.17s
174/313 libvirt:syntax-check / sc_prohibit_raw_virclassnew OK 0.45s
175/313 libvirt / virsh-vcpupin OK 0.53s
176/313 libvirt:syntax-check / sc_avoid_ctype_macros OK 0.23s
177/313 libvirt:syntax-check / sc_avoid_g_gnuc_unused_in_header OK 0.13s
178/313 libvirt:syntax-check / sc_prohibit_fork_wrappers OK 0.58s
179/313 libvirt:syntax-check / sc_prohibit_internal_functions OK 0.64s
180/313 libvirt:syntax-check / sc_prohibit_strncmp OK 0.61s
181/313 libvirt:syntax-check / sc_prohibit_attribute_macros OK 0.19s
182/313 libvirt:syntax-check / sc_prohibit_raw_allocation OK 0.67s
183/313 libvirt:syntax-check / sc_prohibit_non_glib_macros OK 0.21s
184/313 libvirt:syntax-check / sc_prohibit_readlink OK 0.69s
185/313 libvirt:syntax-check / sc_prohibit_PATH_MAX OK 0.69s
186/313 libvirt:syntax-check / sc_prohibit_snprintf OK 0.75s
187/313 libvirt / virstoragetest OK 1.10s
188/313 libvirt:syntax-check / sc_prohibit_gettext_noop OK 0.75s
189/313 libvirt:syntax-check / sc_prohibit_gethostname OK 0.77s
190/313 libvirt:syntax-check / sc_prohibit_loop_var_decl OK 0.23s
191/313 libvirt:syntax-check / sc_prohibit_risky_id_promotion OK 0.85s
192/313 libvirt:syntax-check / sc_prohibit_ctype_h OK 0.75s
193/313 libvirt:syntax-check / sc_prohibit_strdup OK 0.87s
194/313 libvirt:syntax-check / sc_prohibit_readdir OK 0.80s
195/313 libvirt:syntax-check / sc_prohibit_setuid OK 0.86s
196/313 libvirt:syntax-check / sc_prohibit_canonicalize_file_name OK 0.74s
197/313 libvirt:syntax-check / sc_prohibit_select OK 0.83s
198/313 libvirt:syntax-check / sc_preprocessor_indentation OK 0.12s
199/313 libvirt:syntax-check / sc_spec_indentation OK 0.11s
200/313 libvirt:syntax-check / sc_size_of_brackets OK 0.80s
201/313 libvirt:syntax-check / sc_correct_id_types OK 0.85s
202/313 libvirt:syntax-check / sc_prohibit_virBufferAdd_with_string_literal OK 0.78s
203/313 libvirt:syntax-check / sc_prohibit_virBufferAsprintf_with_string_literal OK 0.78s
204/313 libvirt:syntax-check / sc_avoid_strcase OK 0.83s
205/313 libvirt:syntax-check / sc_prohibit_exit_in_tests OK 0.14s
206/313 libvirt:syntax-check / sc_flags_debug OK 1.13s
207/313 libvirt:syntax-check / sc_prohibit_xmlGetProp OK 0.77s
208/313 libvirt:syntax-check / sc_forbid_manual_xml_indent OK 0.82s
209/313 libvirt:syntax-check / sc_prohibit_unbounded_arrays_in_rpc OK 0.14s
210/313 libvirt / qemusecuritytest OK 1.51s
211/313 libvirt:syntax-check / sc_flags_usage OK 1.19s
212/313 libvirt:syntax-check / sc_prohibit_xmlURI OK 0.78s
213/313 libvirt:syntax-check / sc_prohibit_return_as_function OK 0.76s
214/313 libvirt:syntax-check / sc_prohibit_virConnectOpen_in_virsh OK 0.14s
215/313 libvirt:syntax-check / sc_prohibit_include_public_headers_quote OK 0.23s
216/313 libvirt:syntax-check / sc_prohibit_include_public_headers_brackets OK 0.24s
217/313 libvirt:syntax-check / sc_prohibit_config_h_in_headers OK 0.23s
218/313 libvirt:syntax-check / sc_prohibit_windows_special_chars_in_filename OK 0.14s
219/313 libvirt:syntax-check / sc_prohibit_close OK 1.28s
220/313 libvirt:syntax-check / sc_prohibit_libgen OK 0.96s
221/313 libvirt:syntax-check / sc_require_space_before_label OK 0.23s
222/313 libvirt:syntax-check / sc_prohibit_space_in_label OK 0.22s
223/313 libvirt:syntax-check / sc_prohibit_int_index OK 0.73s
224/313 libvirt:syntax-check / sc_require_if_else_matching_braces OK 0.25s
225/313 libvirt:syntax-check / sc_prohibit_wrong_filename_in_comment OK 0.32s
226/313 libvirt:syntax-check / sc_prohibit_unsigned_pid OK 0.70s
227/313 libvirt:syntax-check / sc_prohibit_virSecurityManager OK 0.13s
228/313 libvirt:syntax-check / sc_prohibit_mixed_case_abbreviations OK 0.23s
229/313 libvirt:syntax-check / sc_prohibit_asprintf OK 1.36s
230/313 libvirt:syntax-check / sc_prohibit_paren_brace OK 0.25s
231/313 libvirt:syntax-check / sc_prohibit_static_zero_init OK 0.25s
232/313 libvirt:syntax-check / sc_libvirt_unmarked_diagnostics OK 0.75s
233/313 libvirt:syntax-check / sc_prohibit_virXXXFree OK 0.23s
234/313 libvirt:syntax-check / sc_prohibit_obj_free_apis_in_virsh OK 0.13s
235/313 libvirt:syntax-check / sc_prohibit_int_assign_bool OK 0.78s
236/313 libvirt:syntax-check / sc_prohibit_int_ijk OK 0.91s
237/313 libvirt:syntax-check / sc_prohibit_loop_iijjkk OK 0.89s
238/313 libvirt:syntax-check / sc_prohibit_strtol OK 1.48s
239/313 libvirt:syntax-check / sc_gettext_init OK 0.21s
240/313 libvirt:syntax-check / sc_prohibit_pthread_create OK 0.25s
241/313 libvirt:syntax-check / sc_prohibit_newline_at_end_of_diagnostic OK 0.76s
242/313 libvirt:syntax-check / sc_prohibit_verbose_strcat OK 0.27s
243/313 libvirt:syntax-check / sc_require_enum_last_marker OK 0.61s
244/313 libvirt:syntax-check / sc_prohibit_gettext_markup OK 0.67s
245/313 libvirt:syntax-check / sc_prohibit_backslash_alignment OK 0.24s
246/313 libvirt / qemuhotplugtest OK 1.99s
247/313 libvirt / virshtest OK 2.24s
248/313 libvirt:syntax-check / sc_prohibit_class OK 0.22s
249/313 libvirt:syntax-check / sc_require_attribute_cleanup_initialization OK 0.23s
250/313 libvirt / virnettlssessiontest OK 1.94s
251/313 libvirt:syntax-check / sc_forbid_const_pointer_typedef OK 1.45s
252/313 libvirt:syntax-check / sc_prohibit_dirent_d_type OK 0.27s
253/313 libvirt:syntax-check / sc_require_locale_h OK 0.56s
254/313 libvirt:syntax-check / sc_require_config_h OK 0.19s
255/313 libvirt:syntax-check / sc_prohibit_atoi OK 0.70s
256/313 libvirt:syntax-check / sc_curly_braces_style OK 0.62s
257/313 libvirt:syntax-check / sc_require_config_h_first OK 0.20s
258/313 libvirt:syntax-check / sc_prohibit_devname OK 0.57s
259/313 libvirt:syntax-check / sc_prohibit_assert_without_use OK 0.24s
260/313 libvirt:syntax-check / sc_bindtextdomain OK 0.17s
261/313 libvirt:syntax-check / sc_prohibit_getopt_without_use OK 0.25s
262/313 libvirt:syntax-check / sc_prohibit_signal_without_use OK 0.26s
263/313 libvirt:syntax-check / sc_prohibit_backup_files OK 0.17s
264/313 libvirt:syntax-check / sc_prohibit_stdio--_without_use OK 0.25s
265/313 libvirt:syntax-check / sc_prohibit_system_error_with_vir_err OK 0.69s
266/313 libvirt:syntax-check / sc_prohibit_stddef_without_use OK 0.32s
267/313 libvirt:syntax-check / sc_prohibit_sysconf_pagesize OK 0.67s
268/313 libvirt:syntax-check / sc_prohibit_dirent_without_use OK 0.31s
269/313 libvirt:syntax-check / sc_prohibit_not_streq OK 0.64s
270/313 libvirt:syntax-check / sc_prohibit_http_urls OK 0.60s
271/313 libvirt:syntax-check / sc_prohibit_double_semicolon OK 0.24s
272/313 libvirt:syntax-check / sc_prohibit_author OK 0.60s
273/313 libvirt:syntax-check / sc_prohibit_diagnostic_without_format OK 1.15s
274/313 libvirt:syntax-check / sc_prohibit_useless_translation OK 1.15s
275/313 libvirt:syntax-check / sc_prohibit_enum_impl_with_vir_prefix_in_virsh OK 0.12s
276/313 libvirt:syntax-check / sc_prohibit_empty_lines_at_EOF OK 0.37s
277/313 libvirt:syntax-check / sc_prohibit_have_config_h OK 0.55s
278/313 libvirt:syntax-check / sc_cast_of_x_alloc_return_value OK 0.62s
279/313 libvirt:syntax-check / sc_error_message_warn_fatal OK 0.59s
280/313 libvirt:syntax-check / sc_error_message_period OK 0.58s
281/313 libvirt:syntax-check / sc_prohibit_strncpy OK 0.61s
282/313 libvirt:syntax-check / sc_prohibit_strcmp OK 0.63s
283/313 libvirt:syntax-check / sc_cast_of_argument_to_free OK 0.67s
284/313 libvirt:syntax-check / sc_group-qemu-caps OK 0.24s
285/313 libvirt:syntax-check / sc_po_check OK 0.35s
286/313 libvirt:syntax-check / sc_prohibit_empty_first_line OK 0.94s
287/313 libvirt:syntax-check / sc_prohibit_defined_have_decl_tests OK 0.50s
288/313 libvirt / qemuxml2xmltest OK 2.45s
289/313 libvirt:syntax-check / sc_header-ifdef OK 0.31s
290/313 libvirt:syntax-check / sc_prohibit_test_double_equal OK 0.45s
291/313 libvirt:syntax-check / sc_unmarked_diagnostics OK 0.59s
292/313 libvirt:syntax-check / sc_prohibit_test_minus_ao OK 0.52s
293/313 libvirt:syntax-check / sc_prohibit_magic_number_exit OK 0.79s
294/313 libvirt:syntax-check / sc_prohibit_path_max_allocation OK 0.50s
295/313 libvirt:syntax-check / sc_Wundef_boolean OK 0.51s
296/313 libvirt:syntax-check / sc_const_long_option OK 0.53s
297/313 libvirt:syntax-check / sc_trailing_blank OK 0.67s
298/313 libvirt:syntax-check / sc_redundant_const OK 0.56s
299/313 libvirt:syntax-check / sc_copyright_usage OK 1.41s
300/313 libvirt / virsh-output OK 2.48s
301/313 libvirt / qemucapabilitiestest OK 2.77s
302/313 libvirt:syntax-check / sc_require_whitespace_in_translation OK 1.49s
303/313 libvirt:syntax-check / sc_prohibit-duplicate-header OK 0.60s
304/313 libvirt / virschematest OK 3.11s
305/313 libvirt:syntax-check / sc_prohibit_cross_inclusion OK 1.66s
306/313 libvirt:syntax-check / sc_mock-noinline OK 0.95s
307/313 libvirt / virsh-optparse OK 3.37s
308/313 libvirt:syntax-check / sc_flake8 OK 2.38s
309/313 libvirt:syntax-check / sc_prohibit_doubled_word OK 1.90s
310/313 libvirt / virt-aa-helper-test OK 4.00s
311/313 libvirt / qemuxml2argvtest OK 4.37s
312/313 libvirt:syntax-check / sc_spacing-check OK 3.76s
313/313 libvirt / qemuagenttest OK 6.08s
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.26s
4/313 libvirt / check-symsorting OK 0.26s
5/313 libvirt / check-admin-symsorting OK 0.26s
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.24s
9/313 libvirt / check-augeas-libvirt_sanlock OK 0.24s
10/313 libvirt / check-augeas-virtlockd OK 0.23s
11/313 libvirt / check-augeas-virtlogd OK 0.23s
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.21s
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.20s
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.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.13s
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.18s
39/313 libvirt / objecteventtest OK 0.20s
40/313 libvirt / nwfilterxml2xmltest OK 0.21s
41/313 libvirt / check-augeas-libvirtd_qemu OK 0.40s
42/313 libvirt / check-remote_protocol OK 0.29s
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.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.14s
64/313 libvirt / viridentitytest OK 0.13s
65/313 libvirt / viriscsitest OK 0.12s
66/313 libvirt / virkeycodetest OK 0.12s
67/313 libvirt / virkmodtest OK 0.12s
68/313 libvirt / virlockspacetest OK 0.11s
69/313 libvirt / virlogtest OK 0.11s
70/313 libvirt / virnetdevtest OK 0.11s
71/313 libvirt / virnetworkportxml2xmltest OK 0.10s
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.20s
77/313 libvirt / virtimetest OK 0.21s
78/313 libvirt / virhostdevtest OK 0.28s
79/313 libvirt / virsystemdtest OK 0.22s
80/313 libvirt / virtypedparamtest OK 0.21s
81/313 libvirt / viruritest OK 0.21s
82/313 libvirt / virpcivpdtest OK 0.21s
83/313 libvirt / vshtabletest OK 0.20s
84/313 libvirt / check-aclrules OK 0.65s
85/313 libvirt / check-driverimpls OK 0.66s
86/313 libvirt / virfiletest OK 0.36s
87/313 libvirt / commandtest OK 0.52s
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.19s
100/313 libvirt / virdrivermoduletest OK 0.19s
101/313 libvirt / libxlxml2domconfigtest OK 0.19s
102/313 libvirt / xlconfigtest OK 0.18s
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.14s
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.26s
117/313 libvirt / domaincapstest OK 0.71s
118/313 libvirt / qemudomainsnapshotxml2xmltest OK 0.28s
119/313 libvirt / qemufirmwaretest OK 0.27s
120/313 libvirt / qemumemlocktest OK 0.27s
121/313 libvirt / qemumigrationcookiexmltest OK 0.27s
122/313 libvirt / qemucaps2xmltest OK 0.33s
123/313 libvirt / qemumigparamstest OK 0.27s
124/313 libvirt / qemudomaincheckpointxml2xmltest OK 0.32s
125/313 libvirt / qemublocktest OK 0.39s
126/313 libvirt / qemustatusxml2xmltest OK 0.29s
127/313 libvirt / libvirtd-fail OK 0.15s
128/313 libvirt / libvirtd-pool OK 0.15s
129/313 libvirt / virsh-auth OK 0.14s
130/313 libvirt / qemuvhostusertest OK 0.31s
131/313 libvirt / virnetdaemontest OK 0.29s
132/313 libvirt / virnetmessagetest OK 0.29s
133/313 libvirt / virnetserverclienttest OK 0.28s
134/313 libvirt / virnetsockettest OK 0.28s
135/313 libvirt / securityselinuxtest OK 0.26s
136/313 libvirt / securityselinuxlabeltest OK 0.26s
137/313 libvirt / storagepoolcapstest OK 0.25s
138/313 libvirt / storagepoolxml2argvtest OK 0.25s
139/313 libvirt / eventtest OK 0.52s
140/313 libvirt / storagepoolxml2xmltest OK 0.24s
141/313 libvirt / storagevolxml2argvtest OK 0.24s
142/313 libvirt / virstorageutiltest OK 0.23s
143/313 libvirt / storagebackendsheepdogtest OK 0.22s
144/313 libvirt / vboxsnapshotxmltest OK 0.21s
145/313 libvirt / vmwarevertest OK 0.21s
146/313 libvirt / vmx2xmltest OK 0.20s
147/313 libvirt / xml2vmxtest OK 0.20s
148/313 libvirt / virjsontest OK 0.20s
149/313 libvirt / virmacmaptest OK 0.19s
150/313 libvirt / virsh-define-dev-segfault OK 0.29s
151/313 libvirt / virsh-int-overflow OK 0.27s
152/313 libvirt / virsh-cpuset OK 0.29s
153/313 libvirt / qemumonitorjsontest OK 0.54s
154/313 libvirt / virsh-schedinfo OK 0.27s
155/313 libvirt / virsh-read-non-seekable OK 0.28s
156/313 libvirt / virsh-self-test OK 0.29s
157/313 libvirt / virsh-read-bufsiz OK 0.31s
158/313 libvirt / virsh-start OK 0.28s
159/313 libvirt / cputest OK 1.12s
160/313 libvirt / virsh-checkpoint OK 0.42s
161/313 libvirt / virsh-undefine OK 0.31s
162/313 libvirt / virt-admin-self-test OK 0.29s
163/313 libvirt / check-html OK 0.29s
164/313 libvirt:syntax-check / sc_avoid_write OK 0.28s
165/313 libvirt / virsh-snapshot OK 0.38s
166/313 libvirt:syntax-check / sc_prohibit_mkdtemp OK 0.28s
167/313 libvirt / virsh-uriprecedence OK 0.37s
168/313 libvirt:syntax-check / sc_prohibit_access_xok OK 0.29s
169/313 libvirt:syntax-check / sc_prohibit_mkstemp OK 0.31s
170/313 libvirt:syntax-check / sc_prohobit_vsnprintf OK 0.29s
171/313 libvirt / virnettlssessiontest OK 0.67s
172/313 libvirt:syntax-check / sc_prohibit_sprintf OK 0.28s
173/313 libvirt / virsh-vcpupin OK 0.47s
174/313 libvirt:syntax-check / sc_prohibit_nonreentrant OK 0.25s
175/313 libvirt:syntax-check / sc_TAB_in_indentation OK 0.20s
176/313 libvirt:syntax-check / sc_prohibit_raw_virclassnew OK 0.52s
177/313 libvirt / virstoragetest OK 0.81s
178/313 libvirt:syntax-check / sc_avoid_ctype_macros OK 0.27s
179/313 libvirt:syntax-check / sc_prohibit_fork_wrappers OK 0.62s
180/313 libvirt:syntax-check / sc_avoid_g_gnuc_unused_in_header OK 0.19s
181/313 libvirt:syntax-check / sc_prohibit_raw_allocation OK 0.68s
182/313 libvirt:syntax-check / sc_prohibit_strncmp OK 0.65s
183/313 libvirt:syntax-check / sc_prohibit_internal_functions OK 0.73s
184/313 libvirt:syntax-check / sc_prohibit_attribute_macros OK 0.24s
185/313 libvirt:syntax-check / sc_prohibit_non_glib_macros OK 0.26s
186/313 libvirt:syntax-check / sc_prohibit_snprintf OK 0.67s
187/313 libvirt:syntax-check / sc_prohibit_risky_id_promotion OK 0.72s
188/313 libvirt:syntax-check / sc_prohibit_strdup OK 0.77s
189/313 libvirt:syntax-check / sc_prohibit_readlink OK 0.75s
190/313 libvirt:syntax-check / sc_prohibit_setuid OK 0.80s
191/313 libvirt:syntax-check / sc_prohibit_loop_var_decl OK 0.27s
192/313 libvirt / qemuhotplugtest OK 1.35s
193/313 libvirt:syntax-check / sc_prohibit_PATH_MAX OK 0.76s
194/313 libvirt:syntax-check / sc_prohibit_gethostname OK 0.83s
195/313 libvirt:syntax-check / sc_prohibit_gettext_noop OK 0.80s
196/313 libvirt:syntax-check / sc_prohibit_ctype_h OK 0.76s
197/313 libvirt:syntax-check / sc_prohibit_canonicalize_file_name OK 0.79s
198/313 libvirt:syntax-check / sc_prohibit_select OK 0.85s
199/313 libvirt:syntax-check / sc_spec_indentation OK 0.17s
200/313 libvirt:syntax-check / sc_size_of_brackets OK 0.81s
201/313 libvirt:syntax-check / sc_prohibit_readdir OK 0.92s
202/313 libvirt:syntax-check / sc_correct_id_types OK 0.88s
203/313 libvirt:syntax-check / sc_prohibit_virBufferAdd_with_string_literal OK 0.82s
204/313 libvirt:syntax-check / sc_prohibit_virBufferAsprintf_with_string_literal OK 0.82s
205/313 libvirt:syntax-check / sc_prohibit_exit_in_tests OK 0.18s
206/313 libvirt / qemusecuritytest OK 1.56s
207/313 libvirt:syntax-check / sc_forbid_manual_xml_indent OK 0.83s
208/313 libvirt:syntax-check / sc_avoid_strcase OK 0.90s
209/313 libvirt:syntax-check / sc_prohibit_xmlGetProp OK 0.86s
210/313 libvirt:syntax-check / sc_prohibit_xmlURI OK 0.84s
211/313 libvirt:syntax-check / sc_prohibit_config_h_in_headers OK 0.20s
212/313 libvirt:syntax-check / sc_prohibit_include_public_headers_quote OK 0.25s
213/313 libvirt:syntax-check / sc_flags_debug OK 1.28s
214/313 libvirt:syntax-check / sc_prohibit_unbounded_arrays_in_rpc OK 0.19s
215/313 libvirt:syntax-check / sc_prohibit_return_as_function OK 0.89s
216/313 libvirt:syntax-check / sc_prohibit_include_public_headers_brackets OK 0.29s
217/313 libvirt:syntax-check / sc_flags_usage OK 1.33s
218/313 libvirt:syntax-check / sc_prohibit_virConnectOpen_in_virsh OK 0.19s
219/313 libvirt:syntax-check / sc_prohibit_int_index OK 0.78s
220/313 libvirt / virnettlscontexttest OK 1.68s
221/313 libvirt:syntax-check / sc_prohibit_windows_special_chars_in_filename OK 0.17s
222/313 libvirt:syntax-check / sc_preprocessor_indentation OK 0.54s
223/313 libvirt:syntax-check / sc_prohibit_space_in_label OK 0.25s
224/313 libvirt:syntax-check / sc_require_space_before_label OK 0.26s
225/313 libvirt:syntax-check / sc_prohibit_close OK 1.40s
226/313 libvirt:syntax-check / sc_prohibit_asprintf OK 1.38s
227/313 libvirt:syntax-check / sc_prohibit_libgen OK 1.10s
228/313 libvirt:syntax-check / sc_require_if_else_matching_braces OK 0.29s
229/313 libvirt:syntax-check / sc_prohibit_strtol OK 1.44s
230/313 libvirt:syntax-check / sc_prohibit_unsigned_pid OK 0.81s
231/313 libvirt:syntax-check / sc_prohibit_virSecurityManager OK 0.18s
232/313 libvirt:syntax-check / sc_prohibit_mixed_case_abbreviations OK 0.30s
233/313 libvirt:syntax-check / sc_prohibit_newline_at_end_of_diagnostic OK 0.80s
234/313 libvirt:syntax-check / sc_prohibit_int_ijk OK 0.98s
235/313 libvirt:syntax-check / sc_prohibit_static_zero_init OK 0.28s
236/313 libvirt:syntax-check / sc_prohibit_paren_brace OK 0.29s
237/313 libvirt:syntax-check / sc_prohibit_int_assign_bool OK 0.90s
238/313 libvirt:syntax-check / sc_prohibit_virXXXFree OK 0.30s
239/313 libvirt:syntax-check / sc_require_enum_last_marker OK 0.66s
240/313 libvirt:syntax-check / sc_prohibit_obj_free_apis_in_virsh OK 0.24s
241/313 libvirt / virshtest OK 2.32s
242/313 libvirt:syntax-check / sc_prohibit_pthread_create OK 0.29s
243/313 libvirt:syntax-check / sc_prohibit_loop_iijjkk OK 1.00s
244/313 libvirt:syntax-check / sc_gettext_init OK 0.26s
245/313 libvirt:syntax-check / sc_libvirt_unmarked_diagnostics OK 0.96s
246/313 libvirt:syntax-check / sc_prohibit_verbose_strcat OK 0.32s
247/313 libvirt:syntax-check / sc_prohibit_gettext_markup OK 0.79s
248/313 libvirt:syntax-check / sc_prohibit_backslash_alignment OK 0.29s
249/313 libvirt:syntax-check / sc_forbid_const_pointer_typedef OK 1.48s
250/313 libvirt:syntax-check / sc_prohibit_class OK 0.30s
251/313 libvirt:syntax-check / sc_require_locale_h OK 0.53s
252/313 libvirt:syntax-check / sc_require_attribute_cleanup_initialization OK 0.31s
253/313 libvirt:syntax-check / sc_prohibit_dirent_d_type OK 0.29s
254/313 libvirt:syntax-check / sc_prohibit_atoi OK 0.71s
255/313 libvirt:syntax-check / sc_require_config_h OK 0.22s
256/313 libvirt:syntax-check / sc_prohibit_wrong_filename_in_comment OK 0.72s
257/313 libvirt:syntax-check / sc_require_config_h_first OK 0.24s
258/313 libvirt:syntax-check / sc_prohibit_assert_without_use OK 0.25s
259/313 libvirt:syntax-check / sc_curly_braces_style OK 0.68s
260/313 libvirt:syntax-check / sc_bindtextdomain OK 0.18s
261/313 libvirt:syntax-check / sc_prohibit_getopt_without_use OK 0.23s
262/313 libvirt:syntax-check / sc_prohibit_devname OK 0.59s
263/313 libvirt:syntax-check / sc_prohibit_signal_without_use OK 0.22s
264/313 libvirt:syntax-check / sc_prohibit_system_error_with_vir_err OK 0.76s
265/313 libvirt:syntax-check / sc_prohibit_stdio--_without_use OK 0.39s
266/313 libvirt:syntax-check / sc_prohibit_stddef_without_use OK 0.42s
267/313 libvirt:syntax-check / sc_prohibit_backup_files OK 0.34s
268/313 libvirt:syntax-check / sc_prohibit_dirent_without_use OK 0.42s
269/313 libvirt:syntax-check / sc_prohibit_sysconf_pagesize OK 0.77s
270/313 libvirt:syntax-check / sc_prohibit_not_streq OK 0.75s
271/313 libvirt:syntax-check / sc_prohibit_http_urls OK 0.69s
272/313 libvirt:syntax-check / sc_prohibit_double_semicolon OK 0.32s
273/313 libvirt:syntax-check / sc_prohibit_diagnostic_without_format OK 1.32s
274/313 libvirt:syntax-check / sc_prohibit_useless_translation OK 1.30s
275/313 libvirt / qemuxml2xmltest OK 2.45s
276/313 libvirt:syntax-check / sc_prohibit_author OK 0.68s
277/313 libvirt:syntax-check / sc_error_message_warn_fatal OK 0.55s
278/313 libvirt:syntax-check / sc_prohibit_empty_lines_at_EOF OK 0.35s
279/313 libvirt:syntax-check / sc_prohibit_strncpy OK 0.58s
280/313 libvirt:syntax-check / sc_prohibit_strcmp OK 0.60s
281/313 libvirt:syntax-check / sc_error_message_period OK 0.56s
282/313 libvirt:syntax-check / sc_cast_of_x_alloc_return_value OK 0.62s
283/313 libvirt:syntax-check / sc_prohibit_enum_impl_with_vir_prefix_in_virsh OK 0.08s
284/313 libvirt:syntax-check / sc_prohibit_have_config_h OK 0.59s
285/313 libvirt:syntax-check / sc_cast_of_argument_to_free OK 0.67s
286/313 libvirt:syntax-check / sc_po_check OK 0.33s
287/313 libvirt:syntax-check / sc_group-qemu-caps OK 0.16s
288/313 libvirt / qemucapabilitiestest OK 2.70s
289/313 libvirt:syntax-check / sc_prohibit_defined_have_decl_tests OK 0.52s
290/313 libvirt:syntax-check / sc_prohibit_test_double_equal OK 0.45s
291/313 libvirt:syntax-check / sc_header-ifdef OK 0.23s
292/313 libvirt:syntax-check / sc_unmarked_diagnostics OK 0.58s
293/313 libvirt:syntax-check / sc_prohibit_test_minus_ao OK 0.55s
294/313 libvirt / virsh-output OK 2.49s
295/313 libvirt:syntax-check / sc_require_whitespace_in_translation OK 1.55s
296/313 libvirt:syntax-check / sc_prohibit_magic_number_exit OK 0.83s
297/313 libvirt:syntax-check / sc_copyright_usage OK 1.48s
298/313 libvirt:syntax-check / sc_trailing_blank OK 0.68s
299/313 libvirt:syntax-check / sc_const_long_option OK 0.55s
300/313 libvirt:syntax-check / sc_redundant_const OK 0.57s
301/313 libvirt:syntax-check / sc_prohibit_path_max_allocation OK 0.50s
302/313 libvirt:syntax-check / sc_Wundef_boolean OK 0.57s
303/313 libvirt / virschematest OK 3.14s
304/313 libvirt:syntax-check / sc_prohibit-duplicate-header OK 0.57s
305/313 libvirt / virsh-optparse OK 2.98s
306/313 libvirt:syntax-check / sc_mock-noinline OK 1.01s
307/313 libvirt:syntax-check / sc_prohibit_empty_first_line OK 1.80s
308/313 libvirt:syntax-check / sc_flake8 OK 2.48s
309/313 libvirt:syntax-check / sc_prohibit_doubled_word OK 1.84s
310/313 libvirt / qemuxml2argvtest OK 4.46s
311/313 libvirt:syntax-check / sc_spacing-check OK 3.64s
312/313 libvirt / qemuagenttest OK 6.09s
313/313 libvirt:syntax-check / sc_prohibit_cross_inclusion OK 4.87s
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.26s
2/313 libvirt / check-symfile OK 0.25s
3/313 libvirt / check-admin-symfile OK 0.25s
4/313 libvirt / check-symsorting OK 0.25s
5/313 libvirt / check-admin-symsorting OK 0.24s
6/313 libvirt / check-drivername OK 0.24s
7/313 libvirt / check-admin-drivername OK 0.24s
8/313 libvirt / check-augeas-libvirt_lockd OK 0.23s
9/313 libvirt / check-augeas-libvirt_sanlock OK 0.22s
10/313 libvirt / check-augeas-virtlockd OK 0.22s
11/313 libvirt / check-augeas-virtlogd OK 0.21s
12/313 libvirt / check-augeas-libvirtd_libxl OK 0.21s
13/313 libvirt / check-augeas-libvirtd_lxc OK 0.21s
14/313 libvirt / check-augeas-libvirtd OK 0.20s
15/313 libvirt / check-augeas-virtproxyd OK 0.19s
16/313 libvirt / check-augeas-virtinterfaced OK 0.19s
17/313 libvirt / check-augeas-virtnetworkd OK 0.19s
18/313 libvirt / check-augeas-virtnodedevd OK 0.19s
19/313 libvirt / check-augeas-virtnwfilterd OK 0.18s
20/313 libvirt / check-augeas-virtsecretd OK 0.18s
21/313 libvirt / check-augeas-virtstoraged OK 0.18s
22/313 libvirt / check-augeas-virtxend OK 0.17s
23/313 libvirt / check-augeas-virtlxcd OK 0.17s
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.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.10s
33/313 libvirt / check-lxc_monitor_protocol OK 0.09s
34/313 libvirt / domainconftest OK 0.20s
35/313 libvirt / interfacexml2xmltest OK 0.20s
36/313 libvirt / metadatatest OK 0.19s
37/313 libvirt / networkxml2xmlupdatetest OK 0.19s
38/313 libvirt / nodedevxml2xmltest OK 0.18s
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 / genericxml2xmltest OK 0.25s
43/313 libvirt / check-augeas-libvirtd_qemu OK 0.39s
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.17s
55/313 libvirt / vircapstest OK 0.17s
56/313 libvirt / vircgrouptest OK 0.17s
57/313 libvirt / virconftest OK 0.16s
58/313 libvirt / vircryptotest OK 0.16s
59/313 libvirt / virendiantest OK 0.16s
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.14s
64/313 libvirt / viridentitytest OK 0.13s
65/313 libvirt / viriscsitest OK 0.13s
66/313 libvirt / virkeycodetest OK 0.12s
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 / virpcitest OK 0.10s
74/313 libvirt / virportallocatortest OK 0.09s
75/313 libvirt / virrotatingfiletest OK 0.22s
76/313 libvirt / virstringtest OK 0.21s
77/313 libvirt / virtimetest OK 0.22s
78/313 libvirt / virsystemdtest OK 0.22s
79/313 libvirt / virhostdevtest OK 0.29s
80/313 libvirt / virtypedparamtest OK 0.22s
81/313 libvirt / viruritest OK 0.22s
82/313 libvirt / virpcivpdtest OK 0.22s
83/313 libvirt / vshtabletest OK 0.21s
84/313 libvirt / check-aclrules OK 0.65s
85/313 libvirt / check-driverimpls OK 0.65s
86/313 libvirt / virfiletest OK 0.38s
87/313 libvirt / commandtest OK 0.54s
88/313 libvirt / virmigtest OK 0.26s
89/313 libvirt / fchosttest OK 0.26s
90/313 libvirt / scsihosttest OK 0.25s
91/313 libvirt / vircaps2xmltest OK 0.25s
92/313 libvirt / virnetdevbandwidthtest OK 0.25s
93/313 libvirt / virresctrltest OK 0.25s
94/313 libvirt / virscsitest OK 0.24s
95/313 libvirt / virusbtest OK 0.24s
96/313 libvirt / virnetdevopenvswitchtest OK 0.23s
97/313 libvirt / esxutilstest OK 0.23s
98/313 libvirt / fdstreamtest OK 0.22s
99/313 libvirt / virdriverconnvalidatetest OK 0.22s
100/313 libvirt / virdrivermoduletest OK 0.21s
101/313 libvirt / libxlxml2domconfigtest OK 0.21s
102/313 libvirt / xlconfigtest OK 0.21s
103/313 libvirt / xmconfigtest OK 0.20s
104/313 libvirt / lxcconf2xmltest OK 0.20s
105/313 libvirt / lxcxml2xmltest OK 0.20s
106/313 libvirt / networkxml2conftest OK 0.19s
107/313 libvirt / networkxml2firewalltest OK 0.19s
108/313 libvirt / networkxml2xmltest OK 0.18s
109/313 libvirt / nodedevmdevctltest OK 0.18s
110/313 libvirt / nsstest OK 0.17s
111/313 libvirt / nssguesttest OK 0.17s
112/313 libvirt / nwfilterebiptablestest OK 0.16s
113/313 libvirt / nwfilterxml2firewalltest OK 0.16s
114/313 libvirt / openvzutilstest OK 0.15s
115/313 libvirt / virpolkittest OK 0.15s
116/313 libvirt / qemucommandutiltest OK 0.27s
117/313 libvirt / qemudomainsnapshotxml2xmltest OK 0.26s
118/313 libvirt / domaincapstest OK 0.75s
119/313 libvirt / qemufirmwaretest OK 0.27s
120/313 libvirt / qemumigrationcookiexmltest OK 0.27s
121/313 libvirt / qemucaps2xmltest OK 0.33s
122/313 libvirt / qemumemlocktest OK 0.28s
123/313 libvirt / qemumigparamstest OK 0.27s
124/313 libvirt / qemudomaincheckpointxml2xmltest OK 0.32s
125/313 libvirt / qemustatusxml2xmltest OK 0.28s
126/313 libvirt / qemublocktest OK 0.39s
127/313 libvirt / eventtest OK 0.50s
128/313 libvirt / libvirtd-fail OK 0.14s
129/313 libvirt / libvirtd-pool OK 0.14s
130/313 libvirt / virsh-auth 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.24s
137/313 libvirt / securityselinuxlabeltest OK 0.24s
138/313 libvirt / storagepoolcapstest OK 0.23s
139/313 libvirt / storagepoolxml2argvtest OK 0.23s
140/313 libvirt / storagepoolxml2xmltest OK 0.22s
141/313 libvirt / storagevolxml2argvtest OK 0.22s
142/313 libvirt / virstorageutiltest OK 0.22s
143/313 libvirt / storagebackendsheepdogtest OK 0.21s
144/313 libvirt / vboxsnapshotxmltest OK 0.20s
145/313 libvirt / vmwarevertest OK 0.20s
146/313 libvirt / vmx2xmltest OK 0.19s
147/313 libvirt / xml2vmxtest OK 0.19s
148/313 libvirt / virjsontest OK 0.18s
149/313 libvirt / virmacmaptest OK 0.18s
150/313 libvirt / virsh-define-dev-segfault OK 0.25s
151/313 libvirt / virsh-cpuset OK 0.27s
152/313 libvirt / virsh-int-overflow OK 0.25s
153/313 libvirt / qemumonitorjsontest OK 0.51s
154/313 libvirt / virsh-schedinfo OK 0.24s
155/313 libvirt / virsh-read-non-seekable OK 0.25s
156/313 libvirt / virsh-self-test OK 0.26s
157/313 libvirt / virsh-start OK 0.25s
158/313 libvirt / virsh-read-bufsiz OK 0.28s
159/313 libvirt / cputest OK 1.09s
160/313 libvirt / virnettlscontexttest OK 0.51s
161/313 libvirt / virsh-undefine OK 0.30s
162/313 libvirt / virt-admin-self-test OK 0.28s
163/313 libvirt / check-html OK 0.28s
164/313 libvirt:syntax-check / sc_avoid_write OK 0.30s
165/313 libvirt / virsh-checkpoint OK 0.49s
166/313 libvirt:syntax-check / sc_prohibit_mkstemp OK 0.30s
167/313 libvirt / virsh-uriprecedence OK 0.38s
168/313 libvirt:syntax-check / sc_prohibit_mkdtemp OK 0.29s
169/313 libvirt / virsh-snapshot OK 0.40s
170/313 libvirt:syntax-check / sc_prohibit_access_xok OK 0.33s
171/313 libvirt:syntax-check / sc_prohobit_vsnprintf OK 0.30s
172/313 libvirt:syntax-check / sc_prohibit_sprintf OK 0.30s
173/313 libvirt / virsh-vcpupin OK 0.47s
174/313 libvirt:syntax-check / sc_TAB_in_indentation OK 0.22s
175/313 libvirt:syntax-check / sc_prohibit_nonreentrant OK 0.33s
176/313 libvirt:syntax-check / sc_prohibit_raw_virclassnew OK 0.60s
177/313 libvirt:syntax-check / sc_avoid_ctype_macros OK 0.30s
178/313 libvirt / virstoragetest OK 0.88s
179/313 libvirt:syntax-check / sc_prohibit_fork_wrappers OK 0.63s
180/313 libvirt:syntax-check / sc_avoid_g_gnuc_unused_in_header OK 0.15s
181/313 libvirt / virnettlssessiontest OK 0.97s
182/313 libvirt:syntax-check / sc_prohibit_raw_allocation OK 0.70s
183/313 libvirt:syntax-check / sc_prohibit_strncmp OK 0.66s
184/313 libvirt:syntax-check / sc_prohibit_internal_functions OK 0.75s
185/313 libvirt:syntax-check / sc_prohibit_attribute_macros OK 0.22s
186/313 libvirt:syntax-check / sc_prohibit_readlink OK 0.66s
187/313 libvirt:syntax-check / sc_prohibit_strdup OK 0.73s
188/313 libvirt:syntax-check / sc_prohibit_snprintf OK 0.69s
189/313 libvirt:syntax-check / sc_prohibit_non_glib_macros OK 0.24s
190/313 libvirt:syntax-check / sc_prohibit_gethostname OK 0.72s
191/313 libvirt:syntax-check / sc_prohibit_gettext_noop OK 0.70s
192/313 libvirt:syntax-check / sc_prohibit_setuid OK 0.80s
193/313 libvirt:syntax-check / sc_prohibit_risky_id_promotion OK 0.81s
194/313 libvirt:syntax-check / sc_prohibit_PATH_MAX OK 0.72s
195/313 libvirt:syntax-check / sc_prohibit_loop_var_decl OK 0.27s
196/313 libvirt:syntax-check / sc_prohibit_readdir OK 0.78s
197/313 libvirt:syntax-check / sc_spec_indentation OK 0.13s
198/313 libvirt:syntax-check / sc_prohibit_canonicalize_file_name OK 0.78s
199/313 libvirt / qemuhotplugtest OK 1.43s
200/313 libvirt / qemusecuritytest OK 1.41s
201/313 libvirt:syntax-check / sc_prohibit_ctype_h OK 0.85s
202/313 libvirt:syntax-check / sc_prohibit_select OK 0.87s
203/313 libvirt:syntax-check / sc_size_of_brackets OK 0.81s
204/313 libvirt:syntax-check / sc_prohibit_exit_in_tests OK 0.15s
205/313 libvirt:syntax-check / sc_prohibit_virBufferAsprintf_with_string_literal OK 0.78s
206/313 libvirt:syntax-check / sc_prohibit_virBufferAdd_with_string_literal OK 0.79s
207/313 libvirt:syntax-check / sc_correct_id_types OK 0.92s
208/313 libvirt:syntax-check / sc_forbid_manual_xml_indent OK 0.81s
209/313 libvirt:syntax-check / sc_prohibit_unbounded_arrays_in_rpc OK 0.17s
210/313 libvirt:syntax-check / sc_prohibit_include_public_headers_brackets OK 0.25s
211/313 libvirt:syntax-check / sc_avoid_strcase OK 0.90s
212/313 libvirt:syntax-check / sc_prohibit_include_public_headers_quote OK 0.27s
213/313 libvirt:syntax-check / sc_prohibit_xmlGetProp OK 0.84s
214/313 libvirt:syntax-check / sc_prohibit_config_h_in_headers OK 0.25s
215/313 libvirt:syntax-check / sc_prohibit_xmlURI OK 0.87s
216/313 libvirt:syntax-check / sc_prohibit_virConnectOpen_in_virsh OK 0.22s
217/313 libvirt:syntax-check / sc_prohibit_windows_special_chars_in_filename OK 0.14s
218/313 libvirt:syntax-check / sc_preprocessor_indentation OK 0.49s
219/313 libvirt:syntax-check / sc_prohibit_return_as_function OK 0.89s
220/313 libvirt:syntax-check / sc_flags_debug OK 1.36s
221/313 libvirt:syntax-check / sc_flags_usage OK 1.37s
222/313 libvirt:syntax-check / sc_prohibit_space_in_label OK 0.26s
223/313 libvirt:syntax-check / sc_require_space_before_label OK 0.31s
224/313 libvirt:syntax-check / sc_prohibit_int_index OK 0.78s
225/313 libvirt:syntax-check / sc_require_if_else_matching_braces OK 0.30s
226/313 libvirt:syntax-check / sc_prohibit_libgen OK 1.07s
227/313 libvirt:syntax-check / sc_prohibit_close OK 1.44s
228/313 libvirt:syntax-check / sc_prohibit_asprintf OK 1.39s
229/313 libvirt / virshtest OK 2.13s
230/313 libvirt:syntax-check / sc_prohibit_mixed_case_abbreviations OK 0.33s
231/313 libvirt:syntax-check / sc_prohibit_virSecurityManager OK 0.22s
232/313 libvirt:syntax-check / sc_prohibit_unsigned_pid OK 0.84s
233/313 libvirt:syntax-check / sc_prohibit_paren_brace OK 0.33s
234/313 libvirt:syntax-check / sc_prohibit_strtol OK 1.51s
235/313 libvirt:syntax-check / sc_prohibit_newline_at_end_of_diagnostic OK 0.81s
236/313 libvirt:syntax-check / sc_prohibit_static_zero_init OK 0.32s
237/313 libvirt:syntax-check / sc_prohibit_virXXXFree OK 0.28s
238/313 libvirt:syntax-check / sc_require_enum_last_marker OK 0.66s
239/313 libvirt:syntax-check / sc_prohibit_obj_free_apis_in_virsh OK 0.18s
240/313 libvirt:syntax-check / sc_prohibit_pthread_create OK 0.24s
241/313 libvirt:syntax-check / sc_gettext_init OK 0.20s
242/313 libvirt:syntax-check / sc_prohibit_int_assign_bool OK 0.96s
243/313 libvirt:syntax-check / sc_prohibit_int_ijk OK 1.02s
244/313 libvirt:syntax-check / sc_prohibit_verbose_strcat OK 0.33s
245/313 libvirt:syntax-check / sc_libvirt_unmarked_diagnostics OK 0.97s
246/313 libvirt:syntax-check / sc_prohibit_gettext_markup OK 0.84s
247/313 libvirt:syntax-check / sc_prohibit_loop_iijjkk OK 1.08s
248/313 libvirt:syntax-check / sc_prohibit_backslash_alignment OK 0.30s
249/313 libvirt:syntax-check / sc_require_attribute_cleanup_initialization OK 0.28s
250/313 libvirt:syntax-check / sc_prohibit_wrong_filename_in_comment OK 0.67s
251/313 libvirt:syntax-check / sc_prohibit_class OK 0.31s
252/313 libvirt:syntax-check / sc_prohibit_dirent_d_type OK 0.30s
253/313 libvirt:syntax-check / sc_require_locale_h OK 0.57s
254/313 libvirt:syntax-check / sc_forbid_const_pointer_typedef OK 1.52s
255/313 libvirt:syntax-check / sc_prohibit_atoi OK 0.78s
256/313 libvirt:syntax-check / sc_require_config_h OK 0.24s
257/313 libvirt:syntax-check / sc_curly_braces_style OK 0.71s
258/313 libvirt:syntax-check / sc_require_config_h_first OK 0.24s
259/313 libvirt:syntax-check / sc_prohibit_devname OK 0.61s
260/313 libvirt:syntax-check / sc_bindtextdomain OK 0.16s
261/313 libvirt:syntax-check / sc_prohibit_assert_without_use OK 0.31s
262/313 libvirt:syntax-check / sc_prohibit_stdio--_without_use OK 0.27s
263/313 libvirt:syntax-check / sc_prohibit_getopt_without_use OK 0.30s
264/313 libvirt:syntax-check / sc_prohibit_system_error_with_vir_err OK 0.67s
265/313 libvirt:syntax-check / sc_prohibit_signal_without_use OK 0.29s
266/313 libvirt:syntax-check / sc_prohibit_stddef_without_use OK 0.36s
267/313 libvirt:syntax-check / sc_prohibit_backup_files OK 0.28s
268/313 libvirt:syntax-check / sc_prohibit_sysconf_pagesize OK 0.74s
269/313 libvirt:syntax-check / sc_prohibit_dirent_without_use OK 0.36s
270/313 libvirt:syntax-check / sc_prohibit_not_streq OK 0.72s
271/313 libvirt:syntax-check / sc_prohibit_http_urls OK 0.65s
272/313 libvirt:syntax-check / sc_prohibit_double_semicolon OK 0.26s
273/313 libvirt:syntax-check / sc_prohibit_author OK 0.64s
274/313 libvirt:syntax-check / sc_prohibit_diagnostic_without_format OK 1.30s
275/313 libvirt:syntax-check / sc_prohibit_useless_translation OK 1.30s
276/313 libvirt:syntax-check / sc_prohibit_empty_lines_at_EOF OK 0.35s
277/313 libvirt:syntax-check / sc_error_message_warn_fatal OK 0.54s
278/313 libvirt:syntax-check / sc_error_message_period OK 0.55s
279/313 libvirt / qemuxml2xmltest OK 2.45s
280/313 libvirt:syntax-check / sc_prohibit_strcmp OK 0.61s
281/313 libvirt:syntax-check / sc_cast_of_x_alloc_return_value OK 0.63s
282/313 libvirt:syntax-check / sc_prohibit_enum_impl_with_vir_prefix_in_virsh OK 0.13s
283/313 libvirt:syntax-check / sc_cast_of_argument_to_free OK 0.67s
284/313 libvirt:syntax-check / sc_group-qemu-caps OK 0.17s
285/313 libvirt:syntax-check / sc_po_check OK 0.31s
286/313 libvirt:syntax-check / sc_prohibit_strncpy OK 0.62s
287/313 libvirt:syntax-check / sc_prohibit_have_config_h OK 0.58s
288/313 libvirt:syntax-check / sc_prohibit_test_double_equal OK 0.41s
289/313 libvirt / qemucapabilitiestest OK 2.69s
290/313 libvirt:syntax-check / sc_header-ifdef OK 0.28s
291/313 libvirt:syntax-check / sc_prohibit_defined_have_decl_tests OK 0.55s
292/313 libvirt:syntax-check / sc_unmarked_diagnostics OK 0.56s
293/313 libvirt:syntax-check / sc_prohibit_test_minus_ao OK 0.53s
294/313 libvirt:syntax-check / sc_prohibit_magic_number_exit OK 0.79s
295/313 libvirt / virsh-output OK 2.47s
296/313 libvirt:syntax-check / sc_prohibit_path_max_allocation OK 0.49s
297/313 libvirt:syntax-check / sc_copyright_usage OK 1.52s
298/313 libvirt:syntax-check / sc_trailing_blank OK 0.67s
299/313 libvirt:syntax-check / sc_const_long_option OK 0.55s
300/313 libvirt:syntax-check / sc_redundant_const OK 0.57s
301/313 libvirt:syntax-check / sc_require_whitespace_in_translation OK 1.59s
302/313 libvirt:syntax-check / sc_Wundef_boolean OK 0.56s
303/313 libvirt / virschematest OK 3.14s
304/313 libvirt:syntax-check / sc_prohibit-duplicate-header OK 0.60s
305/313 libvirt / virsh-optparse OK 2.88s
306/313 libvirt:syntax-check / sc_prohibit_cross_inclusion OK 1.94s
307/313 libvirt:syntax-check / sc_mock-noinline OK 1.02s
308/313 libvirt:syntax-check / sc_prohibit_empty_first_line OK 1.81s
309/313 libvirt:syntax-check / sc_flake8 OK 2.61s
310/313 libvirt:syntax-check / sc_prohibit_doubled_word OK 1.86s
311/313 libvirt / qemuxml2argvtest OK 4.53s
312/313 libvirt:syntax-check / sc_spacing-check OK 3.70s
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: 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 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
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 (/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: 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: 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: YES
Driver Loadable Modules
driver_modules: YES
Libraries
acl: YES
apparmor: YES
attr: YES
audit: YES
bash_completion: NO
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: NO
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
-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
-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-braces
-Wmissing-declarations
-Wmissing-field-initializers
-Wmissing-include-dirs
-Wmissing-parameter-type
-Wmissing-prototypes
-Wmultichar
-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
-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-memaccess
-Wstrict-aliasing
-Wstrict-prototypes
-Wstringop-overflow=2
-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.0 at /usr/bin/ninja
ninja: Entering directory `build'
[1338/1339] Running all tests.
1/313 libvirt / check-aclperms OK 0.07s
2/313 libvirt / check-symfile OK 0.18s
3/313 libvirt / check-admin-symfile OK 0.08s
4/313 libvirt / check-symsorting OK 0.12s
5/313 libvirt / check-admin-symsorting OK 0.08s
6/313 libvirt / check-drivername OK 0.11s
7/313 libvirt / check-admin-drivername OK 0.06s
8/313 libvirt / check-driverimpls OK 0.69s
9/313 libvirt / check-aclrules OK 0.63s
10/313 libvirt / check-augeas-libvirt_lockd OK 0.06s
11/313 libvirt / check-augeas-libvirt_sanlock OK 0.07s
12/313 libvirt / check-augeas-virtlockd OK 0.06s
13/313 libvirt / check-augeas-virtlogd OK 0.06s
14/313 libvirt / check-augeas-libvirtd_libxl OK 0.07s
15/313 libvirt / check-augeas-libvirtd_lxc OK 0.06s
16/313 libvirt / check-augeas-libvirtd_qemu OK 0.34s
17/313 libvirt / check-augeas-libvirtd OK 0.17s
18/313 libvirt / check-augeas-virtproxyd OK 0.23s
19/313 libvirt / check-augeas-virtinterfaced OK 0.12s
20/313 libvirt / check-augeas-virtnetworkd OK 0.13s
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.13s
24/313 libvirt / check-augeas-virtstoraged OK 0.11s
25/313 libvirt / check-augeas-virtxend OK 0.14s
26/313 libvirt / check-augeas-virtlxcd OK 0.10s
27/313 libvirt / check-augeas-virtchd OK 0.09s
28/313 libvirt / check-augeas-virtqemud OK 0.12s
29/313 libvirt / check-augeas-virtvboxd OK 0.13s
30/313 libvirt / check-virnetprotocol OK 0.12s
31/313 libvirt / check-virkeepaliveprotocol OK 0.11s
32/313 libvirt / check-remote_protocol OK 0.26s
33/313 libvirt / check-qemu_protocol OK 0.08s
34/313 libvirt / check-lxc_protocol OK 0.10s
35/313 libvirt / check-admin_protocol OK 0.16s
36/313 libvirt / check-lock_protocol OK 0.14s
37/313 libvirt / check-lxc_monitor_protocol OK 0.22s
38/313 libvirt / commandtest OK 0.57s
39/313 libvirt / cputest OK 1.74s
40/313 libvirt / domaincapstest OK 0.71s
41/313 libvirt / domainconftest OK 0.21s
42/313 libvirt / genericxml2xmltest OK 0.30s
43/313 libvirt / interfacexml2xmltest OK 0.19s
44/313 libvirt / metadatatest OK 0.17s
45/313 libvirt / networkxml2xmlupdatetest OK 0.26s
46/313 libvirt / nodedevxml2xmltest OK 0.17s
47/313 libvirt / nwfilterxml2xmltest OK 0.12s
48/313 libvirt / objecteventtest OK 0.18s
49/313 libvirt / seclabeltest OK 0.25s
50/313 libvirt / secretxml2xmltest OK 0.17s
51/313 libvirt / shunloadtest OK 0.18s
52/313 libvirt / sockettest OK 0.21s
53/313 libvirt / storagevolxml2xmltest OK 0.17s
54/313 libvirt / sysinfotest OK 0.17s
55/313 libvirt / utiltest OK 0.20s
56/313 libvirt / viralloctest OK 0.10s
57/313 libvirt / virauthconfigtest OK 0.15s
58/313 libvirt / virbitmaptest OK 0.21s
59/313 libvirt / virbuftest OK 0.11s
60/313 libvirt / vircapstest OK 0.17s
61/313 libvirt / vircgrouptest OK 0.29s
62/313 libvirt / virconftest OK 0.24s
63/313 libvirt / vircryptotest OK 0.16s
64/313 libvirt / virendiantest OK 0.11s
65/313 libvirt / virerrortest OK 0.14s
66/313 libvirt / virfilecachetest OK 0.23s
67/313 libvirt / virfiletest OK 0.35s
68/313 libvirt / virfirewalltest OK 0.12s
69/313 libvirt / virhostcputest OK 0.15s
70/313 libvirt / virhostdevtest OK 0.22s
71/313 libvirt / viridentitytest OK 0.18s
72/313 libvirt / viriscsitest OK 0.08s
73/313 libvirt / virkeycodetest OK 0.11s
74/313 libvirt / virkmodtest OK 0.09s
75/313 libvirt / virlockspacetest OK 0.12s
76/313 libvirt / virlogtest OK 0.16s
77/313 libvirt / virnetdevtest OK 0.15s
78/313 libvirt / virnetworkportxml2xmltest OK 0.11s
79/313 libvirt / virnwfilterbindingxml2xmltest OK 0.09s
80/313 libvirt / virpcitest OK 0.14s
81/313 libvirt / virportallocatortest OK 0.09s
82/313 libvirt / virrotatingfiletest OK 0.06s
83/313 libvirt / virschematest OK 3.29s
84/313 libvirt / virshtest OK 1.91s
85/313 libvirt / virstringtest OK 0.10s
86/313 libvirt / virsystemdtest OK 0.14s
87/313 libvirt / virtimetest OK 0.11s
88/313 libvirt / virtypedparamtest OK 0.14s
89/313 libvirt / viruritest OK 0.11s
90/313 libvirt / virpcivpdtest OK 0.12s
91/313 libvirt / vshtabletest OK 0.11s
92/313 libvirt / virmigtest OK 0.16s
93/313 libvirt / fchosttest OK 0.13s
94/313 libvirt / scsihosttest OK 0.21s
95/313 libvirt / vircaps2xmltest OK 0.13s
96/313 libvirt / virnetdevbandwidthtest OK 0.17s
97/313 libvirt / virresctrltest OK 0.12s
98/313 libvirt / virscsitest OK 0.16s
99/313 libvirt / virusbtest OK 0.13s
100/313 libvirt / virnetdevopenvswitchtest OK 0.12s
101/313 libvirt / esxutilstest OK 0.12s
102/313 libvirt / eventtest OK 0.61s
103/313 libvirt / fdstreamtest OK 0.10s
104/313 libvirt / virdriverconnvalidatetest OK 0.10s
105/313 libvirt / virdrivermoduletest OK 0.15s
106/313 libvirt / libxlxml2domconfigtest OK 0.18s
107/313 libvirt / xlconfigtest OK 0.21s
108/313 libvirt / xmconfigtest OK 0.16s
109/313 libvirt / lxcconf2xmltest OK 0.07s
110/313 libvirt / lxcxml2xmltest OK 0.14s
111/313 libvirt / networkxml2conftest OK 0.12s
112/313 libvirt / networkxml2firewalltest OK 0.06s
113/313 libvirt / networkxml2xmltest OK 0.13s
114/313 libvirt / nodedevmdevctltest OK 0.08s
115/313 libvirt / nsstest OK 0.10s
116/313 libvirt / nssguesttest OK 0.13s
117/313 libvirt / nwfilterebiptablestest OK 0.11s
118/313 libvirt / nwfilterxml2firewalltest OK 0.11s
119/313 libvirt / openvzutilstest OK 0.12s
120/313 libvirt / virpolkittest OK 0.13s
121/313 libvirt / qemuagenttest OK 6.26s
122/313 libvirt / qemublocktest OK 0.29s
123/313 libvirt / qemucapabilitiestest OK 2.91s
124/313 libvirt / qemucaps2xmltest OK 0.25s
125/313 libvirt / qemucommandutiltest OK 0.12s
126/313 libvirt / qemudomaincheckpointxml2xmltest OK 0.37s
127/313 libvirt / qemudomainsnapshotxml2xmltest OK 0.20s
128/313 libvirt / qemufirmwaretest OK 0.13s
129/313 libvirt / qemuhotplugtest OK 1.73s
130/313 libvirt / qemumemlocktest OK 0.12s
131/313 libvirt / qemumigparamstest OK 0.12s
132/313 libvirt / qemumigrationcookiexmltest OK 0.19s
133/313 libvirt / qemumonitorjsontest OK 0.50s
134/313 libvirt / qemusecuritytest OK 1.82s
135/313 libvirt / qemustatusxml2xmltest OK 0.16s
136/313 libvirt / qemuvhostusertest OK 0.06s
137/313 libvirt / qemuxml2argvtest OK 4.49s
138/313 libvirt / qemuxml2xmltest OK 2.61s
139/313 libvirt / virnetdaemontest OK 0.21s
140/313 libvirt / virnetmessagetest OK 0.12s
141/313 libvirt / virnetserverclienttest OK 0.11s
142/313 libvirt / virnetsockettest OK 0.20s
143/313 libvirt / virnettlscontexttest OK 0.89s
144/313 libvirt / virnettlssessiontest OK 0.66s
145/313 libvirt / securityselinuxtest OK 0.09s
146/313 libvirt / securityselinuxlabeltest OK 0.13s
147/313 libvirt / storagepoolcapstest OK 0.09s
148/313 libvirt / storagepoolxml2argvtest OK 0.17s
149/313 libvirt / storagepoolxml2xmltest OK 0.13s
150/313 libvirt / storagevolxml2argvtest OK 0.19s
151/313 libvirt / virstorageutiltest OK 0.14s
152/313 libvirt / virstoragetest OK 1.00s
153/313 libvirt / vboxsnapshotxmltest OK 0.20s
154/313 libvirt / vmwarevertest OK 0.10s
155/313 libvirt / vmx2xmltest OK 0.14s
156/313 libvirt / xml2vmxtest OK 0.18s
157/313 libvirt / virjsontest OK 0.07s
158/313 libvirt / virmacmaptest OK 0.17s
159/313 libvirt / libvirtd-fail OK 0.16s
160/313 libvirt / libvirtd-pool OK 0.19s
161/313 libvirt / virsh-auth OK 0.19s
162/313 libvirt / virsh-checkpoint OK 0.50s
163/313 libvirt / virsh-cpuset OK 0.19s
164/313 libvirt / virsh-define-dev-segfault OK 0.16s
165/313 libvirt / virsh-int-overflow OK 0.20s
166/313 libvirt / virsh-optparse OK 3.14s
167/313 libvirt / virsh-output OK 2.17s
168/313 libvirt / virsh-read-bufsiz OK 0.21s
169/313 libvirt / virsh-read-non-seekable OK 0.13s
170/313 libvirt / virsh-schedinfo OK 0.21s
171/313 libvirt / virsh-self-test OK 0.18s
172/313 libvirt / virsh-snapshot OK 0.29s
173/313 libvirt / virsh-start OK 0.16s
174/313 libvirt / virsh-undefine OK 0.33s
175/313 libvirt / virsh-uriprecedence OK 0.47s
176/313 libvirt / virsh-vcpupin OK 0.56s
177/313 libvirt / virt-admin-self-test OK 0.12s
178/313 libvirt / virt-aa-helper-test OK 3.99s
179/313 libvirt / check-html OK 0.09s
180/313 libvirt:syntax-check / sc_avoid_write OK 0.17s
181/313 libvirt:syntax-check / sc_flags_debug OK 1.27s
182/313 libvirt:syntax-check / sc_flags_usage OK 1.32s
183/313 libvirt:syntax-check / sc_prohibit_internal_functions OK 0.88s
184/313 libvirt:syntax-check / sc_prohibit_raw_virclassnew OK 0.60s
185/313 libvirt:syntax-check / sc_prohibit_raw_allocation OK 0.78s
186/313 libvirt:syntax-check / sc_prohibit_close OK 1.38s
187/313 libvirt:syntax-check / sc_prohibit_fork_wrappers OK 0.74s
188/313 libvirt:syntax-check / sc_prohibit_mkstemp OK 0.30s
189/313 libvirt:syntax-check / sc_prohibit_mkdtemp OK 0.24s
190/313 libvirt:syntax-check / sc_prohibit_access_xok OK 0.28s
191/313 libvirt:syntax-check / sc_prohibit_strncmp OK 0.79s
192/313 libvirt:syntax-check / sc_prohibit_strtol OK 1.47s
193/313 libvirt:syntax-check / sc_prohibit_asprintf OK 1.37s
194/313 libvirt:syntax-check / sc_prohobit_vsnprintf OK 0.25s
195/313 libvirt:syntax-check / sc_prohibit_strdup OK 0.81s
196/313 libvirt:syntax-check / sc_prohibit_setuid OK 1.02s
197/313 libvirt:syntax-check / sc_prohibit_risky_id_promotion OK 0.77s
198/313 libvirt:syntax-check / sc_prohibit_sprintf OK 0.25s
199/313 libvirt:syntax-check / sc_prohibit_snprintf OK 0.86s
200/313 libvirt:syntax-check / sc_prohibit_readlink OK 0.69s
201/313 libvirt:syntax-check / sc_prohibit_gethostname OK 0.93s
202/313 libvirt:syntax-check / sc_prohibit_readdir OK 1.00s
203/313 libvirt:syntax-check / sc_prohibit_gettext_noop OK 0.85s
204/313 libvirt:syntax-check / sc_prohibit_PATH_MAX OK 0.87s
205/313 libvirt:syntax-check / sc_prohibit_nonreentrant OK 0.35s
206/313 libvirt:syntax-check / sc_prohibit_select OK 0.89s
207/313 libvirt:syntax-check / sc_prohibit_ctype_h OK 0.81s
208/313 libvirt:syntax-check / sc_prohibit_canonicalize_file_name OK 0.82s
209/313 libvirt:syntax-check / sc_correct_id_types OK 0.86s
210/313 libvirt:syntax-check / sc_forbid_const_pointer_typedef OK 1.47s
211/313 libvirt:syntax-check / sc_size_of_brackets OK 0.80s
212/313 libvirt:syntax-check / sc_TAB_in_indentation OK 0.24s
213/313 libvirt:syntax-check / sc_avoid_ctype_macros OK 0.34s
214/313 libvirt:syntax-check / sc_avoid_strcase OK 0.85s
215/313 libvirt:syntax-check / sc_prohibit_virBufferAdd_with_string_literal OK 0.79s
216/313 libvirt:syntax-check / sc_prohibit_virBufferAsprintf_with_string_literal OK 0.74s
217/313 libvirt:syntax-check / sc_forbid_manual_xml_indent OK 0.79s
218/313 libvirt:syntax-check / sc_prohibit_libgen OK 0.95s
219/313 libvirt:syntax-check / sc_prohibit_xmlGetProp OK 0.74s
220/313 libvirt:syntax-check / sc_prohibit_xmlURI OK 0.74s
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.23s
225/313 libvirt:syntax-check / sc_prohibit_int_index OK 0.70s
226/313 libvirt:syntax-check / sc_prohibit_int_ijk OK 0.86s
227/313 libvirt:syntax-check / sc_prohibit_loop_iijjkk OK 0.86s
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.79s
230/313 libvirt:syntax-check / sc_prohibit_unsigned_pid OK 0.66s
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.65s
233/313 libvirt:syntax-check / sc_prohibit_diagnostic_without_format OK 1.22s
234/313 libvirt:syntax-check / sc_prohibit_useless_translation OK 1.36s
235/313 libvirt:syntax-check / sc_require_whitespace_in_translation OK 1.55s
236/313 libvirt:syntax-check / sc_preprocessor_indentation OK 0.44s
237/313 libvirt:syntax-check / sc_spec_indentation OK 0.13s
238/313 libvirt:syntax-check / sc_copyright_usage OK 1.50s
239/313 libvirt:syntax-check / sc_prohibit_gettext_markup OK 0.66s
240/313 libvirt:syntax-check / sc_prohibit_cross_inclusion OK 2.11s
241/313 libvirt:syntax-check / sc_require_enum_last_marker OK 0.52s
242/313 libvirt:syntax-check / sc_flake8 OK 3.14s
243/313 libvirt:syntax-check / sc_prohibit_exit_in_tests OK 0.21s
244/313 libvirt:syntax-check / sc_prohibit_include_public_headers_quote OK 0.27s
245/313 libvirt:syntax-check / sc_prohibit_include_public_headers_brackets OK 0.28s
246/313 libvirt:syntax-check / sc_prohibit_config_h_in_headers OK 0.20s
247/313 libvirt:syntax-check / sc_prohibit_unbounded_arrays_in_rpc OK 0.16s
248/313 libvirt:syntax-check / sc_prohibit_atoi OK 0.74s
249/313 libvirt:syntax-check / sc_prohibit_wrong_filename_in_comment OK 0.66s
250/313 libvirt:syntax-check / sc_prohibit_virConnectOpen_in_virsh OK 0.19s
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.29s
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.23s
257/313 libvirt:syntax-check / sc_require_locale_h OK 0.55s
258/313 libvirt:syntax-check / sc_prohibit_empty_first_line OK 1.91s
259/313 libvirt:syntax-check / sc_prohibit_paren_brace OK 0.25s
260/313 libvirt:syntax-check / sc_prohibit_static_zero_init OK 0.29s
261/313 libvirt:syntax-check / sc_prohibit_devname OK 0.57s
262/313 libvirt:syntax-check / sc_prohibit_system_error_with_vir_err OK 0.67s
263/313 libvirt:syntax-check / sc_prohibit_virXXXFree OK 0.25s
264/313 libvirt:syntax-check / sc_prohibit_sysconf_pagesize OK 0.60s
265/313 libvirt:syntax-check / sc_prohibit_virSecurityManager OK 0.14s
266/313 libvirt:syntax-check / sc_prohibit_pthread_create OK 0.24s
267/313 libvirt:syntax-check / sc_prohibit_not_streq OK 0.65s
268/313 libvirt:syntax-check / sc_prohibit_verbose_strcat OK 0.26s
269/313 libvirt:syntax-check / sc_gettext_init OK 0.21s
270/313 libvirt:syntax-check / sc_prohibit_obj_free_apis_in_virsh OK 0.15s
271/313 libvirt:syntax-check / sc_prohibit_http_urls OK 0.70s
272/313 libvirt:syntax-check / sc_prohibit_author OK 0.71s
273/313 libvirt:syntax-check / sc_prohibit_backslash_alignment OK 0.23s
274/313 libvirt:syntax-check / sc_require_attribute_cleanup_initialization OK 0.29s
275/313 libvirt:syntax-check / sc_prohibit_class OK 0.31s
276/313 libvirt:syntax-check / sc_prohibit_dirent_d_type OK 0.26s
277/313 libvirt:syntax-check / sc_cast_of_argument_to_free OK 0.77s
278/313 libvirt:syntax-check / sc_cast_of_x_alloc_return_value OK 0.71s
279/313 libvirt:syntax-check / sc_prohibit_strcmp OK 0.71s
280/313 libvirt:syntax-check / sc_prohibit_strncpy OK 0.70s
281/313 libvirt:syntax-check / sc_prohibit_magic_number_exit OK 0.91s
282/313 libvirt:syntax-check / sc_error_message_warn_fatal OK 0.61s
283/313 libvirt:syntax-check / sc_error_message_period OK 0.59s
284/313 libvirt:syntax-check / sc_prohibit_have_config_h OK 0.61s
285/313 libvirt:syntax-check / sc_require_config_h OK 0.20s
286/313 libvirt:syntax-check / sc_require_config_h_first OK 0.21s
287/313 libvirt:syntax-check / sc_prohibit_assert_without_use OK 0.20s
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.18s
291/313 libvirt:syntax-check / sc_prohibit_stddef_without_use OK 0.25s
292/313 libvirt:syntax-check / sc_prohibit_dirent_without_use OK 0.27s
293/313 libvirt:syntax-check / sc_bindtextdomain OK 0.13s
294/313 libvirt:syntax-check / sc_trailing_blank OK 0.81s
295/313 libvirt:syntax-check / sc_unmarked_diagnostics OK 0.66s
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.08s
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.84s
300/313 libvirt:syntax-check / sc_prohibit_double_semicolon OK 0.26s
301/313 libvirt:syntax-check / sc_prohibit_test_minus_ao OK 0.61s
302/313 libvirt:syntax-check / sc_prohibit_test_double_equal OK 0.53s
303/313 libvirt:syntax-check / sc_redundant_const OK 0.66s
304/313 libvirt:syntax-check / sc_const_long_option OK 0.60s
305/313 libvirt:syntax-check / sc_po_check OK 0.33s
306/313 libvirt:syntax-check / sc_Wundef_boolean OK 0.61s
307/313 libvirt:syntax-check / sc_prohibit_path_max_allocation OK 0.55s
308/313 libvirt:syntax-check / sc_prohibit-duplicate-header OK 0.76s
309/313 libvirt:syntax-check / sc_spacing-check OK 3.61s
310/313 libvirt:syntax-check / sc_mock-noinline OK 1.26s
311/313 libvirt:syntax-check / sc_header-ifdef OK 0.35s
312/313 libvirt:syntax-check / sc_group-qemu-caps OK 0.25s
313/313 libvirt:syntax-check / sc_prohibit_enum_impl_with_vir_prefix_in_virsh OK 0.14s
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-tumbleweed CI_NINJA_ARGS=test
make[1]: Entering directory '/home/ubuntu/libvirt/ci'
make -C /home/ubuntu/libvirt/ci ci-run-command@opensuse-tumbleweed 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-tumbleweed: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 (SUSE Linux) 11.2.1 20210816 [revision 056e324ce46a7924b5cf10f61010cf9dd2ca10e9]")
C linker for the host machine: cc ld.bfd 2.36.1.20210326-4
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/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.3
Found CMake: /usr/bin/cmake (3.21.2)
Run-time dependency bash-completion found: NO (tried pkgconfig)
Run-time dependency blkid found: YES 2.36.2
Run-time dependency libcap-ng found: YES 0.7.10
Run-time dependency libcurl found: YES 7.78.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.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.1
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.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: 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.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.2
Run-time dependency threads found: YES
Run-time dependency libudev found: YES 249
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.15.0
WARNING: pkgconfig variable 'xenfirmwaredir' not defined for dependency xenlight.
WARNING: pkgconfig variable 'libexec_bin' not defined for dependency xenlight.
Has header "libxlutil.h" : YES
Run-time dependency xlutil found: YES 4.15.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/libexec/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 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
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 (/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: 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 : 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 : YES
Driver Loadable Modules
driver_modules : YES
Libraries
acl : YES
apparmor : YES
attr : YES
audit : YES
bash_completion : NO
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 : NO
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'
[1338/1339] 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.23s
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.21s
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.20s
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.19s
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.14s
25/313 libvirt / check-augeas-virtqemud OK 0.13s
26/313 libvirt / check-augeas-virtvboxd OK 0.13s
27/313 libvirt / check-virnetprotocol OK 0.13s
28/313 libvirt / check-virkeepaliveprotocol OK 0.12s
29/313 libvirt / check-qemu_protocol OK 0.12s
30/313 libvirt / check-lxc_protocol OK 0.11s
31/313 libvirt / check-admin_protocol OK 0.11s
32/313 libvirt / check-lock_protocol OK 0.11s
33/313 libvirt / check-lxc_monitor_protocol OK 0.10s
34/313 libvirt / domainconftest OK 0.22s
35/313 libvirt / interfacexml2xmltest OK 0.21s
36/313 libvirt / metadatatest OK 0.22s
37/313 libvirt / nodedevxml2xmltest OK 0.22s
38/313 libvirt / networkxml2xmlupdatetest OK 0.23s
39/313 libvirt / nwfilterxml2xmltest OK 0.23s
40/313 libvirt / objecteventtest OK 0.24s
41/313 libvirt / check-remote_protocol OK 0.32s
42/313 libvirt / check-augeas-libvirtd_qemu OK 0.42s
43/313 libvirt / genericxml2xmltest OK 0.27s
44/313 libvirt / seclabeltest OK 0.23s
45/313 libvirt / secretxml2xmltest OK 0.23s
46/313 libvirt / shunloadtest OK 0.22s
47/313 libvirt / sockettest OK 0.22s
48/313 libvirt / storagevolxml2xmltest OK 0.21s
49/313 libvirt / sysinfotest OK 0.21s
50/313 libvirt / utiltest OK 0.21s
51/313 libvirt / viralloctest OK 0.20s
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.18s
57/313 libvirt / virconftest OK 0.18s
58/313 libvirt / vircryptotest OK 0.18s
59/313 libvirt / virendiantest OK 0.17s
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.15s
64/313 libvirt / viridentitytest OK 0.15s
65/313 libvirt / viriscsitest OK 0.14s
66/313 libvirt / virkeycodetest OK 0.14s
67/313 libvirt / virkmodtest OK 0.13s
68/313 libvirt / virlockspacetest OK 0.13s
69/313 libvirt / virlogtest OK 0.12s
70/313 libvirt / virnetworkportxml2xmltest OK 0.11s
71/313 libvirt / virnwfilterbindingxml2xmltest OK 0.11s
72/313 libvirt / virrotatingfiletest OK 0.23s
73/313 libvirt / virnetdevtest OK 0.26s
74/313 libvirt / virpcitest OK 0.24s
75/313 libvirt / virportallocatortest OK 0.25s
76/313 libvirt / virhostdevtest OK 0.31s
77/313 libvirt / virstringtest OK 0.24s
78/313 libvirt / virtimetest OK 0.23s
79/313 libvirt / virtypedparamtest OK 0.23s
80/313 libvirt / viruritest OK 0.23s
81/313 libvirt / check-aclrules OK 0.69s
82/313 libvirt / check-driverimpls OK 0.70s
83/313 libvirt / virfiletest OK 0.36s
84/313 libvirt / virpcivpdtest OK 0.25s
85/313 libvirt / virsystemdtest OK 0.28s
86/313 libvirt / vshtabletest OK 0.25s
87/313 libvirt / commandtest OK 0.56s
88/313 libvirt / virmigtest OK 0.26s
89/313 libvirt / fchosttest OK 0.25s
90/313 libvirt / scsihosttest OK 0.25s
91/313 libvirt / vircaps2xmltest OK 0.25s
92/313 libvirt / virnetdevbandwidthtest OK 0.24s
93/313 libvirt / virresctrltest OK 0.24s
94/313 libvirt / virscsitest OK 0.23s
95/313 libvirt / virusbtest OK 0.23s
96/313 libvirt / virnetdevopenvswitchtest OK 0.23s
97/313 libvirt / esxutilstest OK 0.22s
98/313 libvirt / fdstreamtest OK 0.21s
99/313 libvirt / virdriverconnvalidatetest OK 0.21s
100/313 libvirt / libxlxml2domconfigtest OK 0.20s
101/313 libvirt / xmconfigtest OK 0.19s
102/313 libvirt / lxcconf2xmltest OK 0.18s
103/313 libvirt / lxcxml2xmltest OK 0.18s
104/313 libvirt / networkxml2conftest OK 0.18s
105/313 libvirt / networkxml2firewalltest OK 0.17s
106/313 libvirt / networkxml2xmltest OK 0.17s
107/313 libvirt / nodedevmdevctltest OK 0.16s
108/313 libvirt / nsstest OK 0.16s
109/313 libvirt / nssguesttest OK 0.15s
110/313 libvirt / openvzutilstest OK 0.14s
111/313 libvirt / nwfilterebiptablestest OK 0.15s
112/313 libvirt / xlconfigtest OK 0.20s
113/313 libvirt / virdrivermoduletest OK 0.36s
114/313 libvirt / domaincapstest OK 0.74s
115/313 libvirt / virpolkittest OK 0.30s
116/313 libvirt / nwfilterxml2firewalltest OK 0.32s
117/313 libvirt / qemucommandutiltest OK 0.29s
118/313 libvirt / qemufirmwaretest OK 0.28s
119/313 libvirt / qemudomainsnapshotxml2xmltest OK 0.28s
120/313 libvirt / qemumigparamstest OK 0.27s
121/313 libvirt / qemucaps2xmltest OK 0.32s
122/313 libvirt / qemublocktest OK 0.34s
123/313 libvirt / qemumemlocktest OK 0.31s
124/313 libvirt / qemumigrationcookiexmltest OK 0.29s
125/313 libvirt / qemustatusxml2xmltest OK 0.28s
126/313 libvirt / qemudomaincheckpointxml2xmltest OK 0.35s
127/313 libvirt / libvirtd-fail OK 0.16s
128/313 libvirt / libvirtd-pool OK 0.16s
129/313 libvirt / qemuvhostusertest OK 0.31s
130/313 libvirt / virnetdaemontest OK 0.29s
131/313 libvirt / virnetmessagetest OK 0.28s
132/313 libvirt / virnetserverclienttest OK 0.28s
133/313 libvirt / virnetsockettest OK 0.27s
134/313 libvirt / securityselinuxtest OK 0.26s
135/313 libvirt / securityselinuxlabeltest OK 0.25s
136/313 libvirt / storagepoolcapstest OK 0.25s
137/313 libvirt / storagevolxml2argvtest OK 0.23s
138/313 libvirt / virstorageutiltest OK 0.23s
139/313 libvirt / vboxsnapshotxmltest OK 0.22s
140/313 libvirt / vmwarevertest OK 0.21s
141/313 libvirt / vmx2xmltest OK 0.21s
142/313 libvirt / xml2vmxtest OK 0.20s
143/313 libvirt / virjsontest OK 0.20s
144/313 libvirt / virmacmaptest OK 0.19s
145/313 libvirt / eventtest OK 0.66s
146/313 libvirt / virsh-auth OK 0.28s
147/313 libvirt / virsh-define-dev-segfault OK 0.25s
148/313 libvirt / storagepoolxml2xmltest OK 0.39s
149/313 libvirt / virsh-cpuset OK 0.29s
150/313 libvirt / storagepoolxml2argvtest OK 0.42s
151/313 libvirt / virsh-int-overflow OK 0.29s
152/313 libvirt / qemumonitorjsontest OK 0.53s
153/313 libvirt / virsh-schedinfo OK 0.28s
154/313 libvirt / virsh-self-test OK 0.29s
155/313 libvirt / virsh-start OK 0.28s
156/313 libvirt / virsh-read-non-seekable OK 0.30s
157/313 libvirt / cputest OK 1.14s
158/313 libvirt / virsh-read-bufsiz OK 0.35s
159/313 libvirt / virsh-undefine OK 0.31s
160/313 libvirt / virt-admin-self-test OK 0.30s
161/313 libvirt / check-html OK 0.29s
162/313 libvirt:syntax-check / sc_avoid_write OK 0.28s
163/313 libvirt / virsh-checkpoint OK 0.49s
164/313 libvirt / virsh-snapshot OK 0.39s
165/313 libvirt:syntax-check / sc_prohibit_mkstemp OK 0.31s
166/313 libvirt:syntax-check / sc_prohibit_mkdtemp OK 0.32s
167/313 libvirt:syntax-check / sc_prohibit_access_xok OK 0.31s
168/313 libvirt:syntax-check / sc_prohobit_vsnprintf OK 0.29s
169/313 libvirt:syntax-check / sc_prohibit_sprintf OK 0.26s
170/313 libvirt / virsh-uriprecedence OK 0.49s
171/313 libvirt / virnettlscontexttest OK 0.76s
172/313 libvirt:syntax-check / sc_prohibit_nonreentrant OK 0.25s
173/313 libvirt:syntax-check / sc_prohibit_raw_virclassnew OK 0.51s
174/313 libvirt:syntax-check / sc_TAB_in_indentation OK 0.23s
175/313 libvirt / virsh-vcpupin OK 0.63s
176/313 libvirt:syntax-check / sc_prohibit_fork_wrappers OK 0.60s
177/313 libvirt:syntax-check / sc_avoid_ctype_macros OK 0.30s
178/313 libvirt:syntax-check / sc_prohibit_strncmp OK 0.60s
179/313 libvirt:syntax-check / sc_prohibit_internal_functions OK 0.67s
180/313 libvirt:syntax-check / sc_prohibit_raw_allocation OK 0.67s
181/313 libvirt / virnettlssessiontest OK 1.02s
182/313 libvirt:syntax-check / sc_avoid_g_gnuc_unused_in_header OK 0.17s
183/313 libvirt:syntax-check / sc_prohibit_attribute_macros OK 0.21s
184/313 libvirt / virstoragetest OK 1.08s
185/313 libvirt:syntax-check / sc_prohibit_non_glib_macros OK 0.20s
186/313 libvirt:syntax-check / sc_prohibit_readlink OK 0.67s
187/313 libvirt:syntax-check / sc_prohibit_snprintf OK 0.68s
188/313 libvirt:syntax-check / sc_prohibit_strdup OK 0.78s
189/313 libvirt:syntax-check / sc_prohibit_risky_id_promotion OK 0.76s
190/313 libvirt:syntax-check / sc_prohibit_gethostname OK 0.73s
191/313 libvirt:syntax-check / sc_prohibit_PATH_MAX OK 0.70s
192/313 libvirt:syntax-check / sc_prohibit_gettext_noop OK 0.73s
193/313 libvirt:syntax-check / sc_prohibit_setuid OK 0.83s
194/313 libvirt:syntax-check / sc_prohibit_ctype_h OK 0.73s
195/313 libvirt / qemuhotplugtest OK 1.41s
196/313 libvirt:syntax-check / sc_prohibit_readdir OK 0.83s
197/313 libvirt:syntax-check / sc_prohibit_loop_var_decl OK 0.34s
198/313 libvirt:syntax-check / sc_prohibit_select OK 0.82s
199/313 libvirt:syntax-check / sc_prohibit_canonicalize_file_name OK 0.79s
200/313 libvirt:syntax-check / sc_spec_indentation OK 0.20s
201/313 libvirt:syntax-check / sc_size_of_brackets OK 0.79s
202/313 libvirt:syntax-check / sc_correct_id_types OK 0.85s
203/313 libvirt:syntax-check / sc_prohibit_exit_in_tests OK 0.16s
204/313 libvirt / qemusecuritytest OK 1.57s
205/313 libvirt:syntax-check / sc_flags_debug OK 1.19s
206/313 libvirt:syntax-check / sc_prohibit_virBufferAdd_with_string_literal OK 0.81s
207/313 libvirt:syntax-check / sc_flags_usage OK 1.19s
208/313 libvirt:syntax-check / sc_prohibit_virBufferAsprintf_with_string_literal OK 0.84s
209/313 libvirt:syntax-check / sc_forbid_manual_xml_indent OK 0.82s
210/313 libvirt:syntax-check / sc_prohibit_unbounded_arrays_in_rpc OK 0.18s
211/313 libvirt:syntax-check / sc_avoid_strcase OK 0.90s
212/313 libvirt:syntax-check / sc_prohibit_xmlGetProp OK 0.81s
213/313 libvirt:syntax-check / sc_prohibit_config_h_in_headers OK 0.20s
214/313 libvirt:syntax-check / sc_prohibit_include_public_headers_quote OK 0.24s
215/313 libvirt:syntax-check / sc_prohibit_include_public_headers_brackets OK 0.29s
216/313 libvirt:syntax-check / sc_prohibit_xmlURI OK 0.85s
217/313 libvirt:syntax-check / sc_prohibit_virConnectOpen_in_virsh OK 0.20s
218/313 libvirt:syntax-check / sc_prohibit_return_as_function OK 0.84s
219/313 libvirt:syntax-check / sc_prohibit_windows_special_chars_in_filename OK 0.17s
220/313 libvirt:syntax-check / sc_prohibit_close OK 1.36s
221/313 libvirt:syntax-check / sc_preprocessor_indentation OK 0.50s
222/313 libvirt:syntax-check / sc_prohibit_asprintf OK 1.34s
223/313 libvirt:syntax-check / sc_prohibit_int_index OK 0.78s
224/313 libvirt:syntax-check / sc_require_space_before_label OK 0.26s
225/313 libvirt:syntax-check / sc_prohibit_space_in_label OK 0.29s
226/313 libvirt:syntax-check / sc_prohibit_strtol OK 1.43s
227/313 libvirt:syntax-check / sc_require_if_else_matching_braces OK 0.30s
228/313 libvirt:syntax-check / sc_prohibit_unsigned_pid OK 0.76s
229/313 libvirt:syntax-check / sc_prohibit_virSecurityManager OK 0.17s
230/313 libvirt:syntax-check / sc_prohibit_libgen OK 1.10s
231/313 libvirt:syntax-check / sc_prohibit_mixed_case_abbreviations OK 0.30s
232/313 libvirt:syntax-check / sc_prohibit_static_zero_init OK 0.27s
233/313 libvirt:syntax-check / sc_prohibit_newline_at_end_of_diagnostic OK 0.75s
234/313 libvirt:syntax-check / sc_prohibit_int_assign_bool OK 0.88s
235/313 libvirt:syntax-check / sc_prohibit_paren_brace OK 0.34s
236/313 libvirt:syntax-check / sc_prohibit_virXXXFree OK 0.30s
237/313 libvirt:syntax-check / sc_require_enum_last_marker OK 0.67s
238/313 libvirt:syntax-check / sc_prohibit_loop_iijjkk OK 0.97s
239/313 libvirt:syntax-check / sc_prohibit_pthread_create OK 0.29s
240/313 libvirt:syntax-check / sc_prohibit_obj_free_apis_in_virsh OK 0.22s
241/313 libvirt:syntax-check / sc_gettext_init OK 0.24s
242/313 libvirt:syntax-check / sc_prohibit_int_ijk OK 0.99s
243/313 libvirt:syntax-check / sc_prohibit_gettext_markup OK 0.81s
244/313 libvirt:syntax-check / sc_libvirt_unmarked_diagnostics OK 0.94s
245/313 libvirt:syntax-check / sc_prohibit_verbose_strcat OK 0.33s
246/313 libvirt:syntax-check / sc_prohibit_backslash_alignment OK 0.30s
247/313 libvirt:syntax-check / sc_require_locale_h OK 0.54s
248/313 libvirt:syntax-check / sc_forbid_const_pointer_typedef OK 1.49s
249/313 libvirt:syntax-check / sc_prohibit_class OK 0.28s
250/313 libvirt:syntax-check / sc_prohibit_atoi OK 0.69s
251/313 libvirt:syntax-check / sc_prohibit_dirent_d_type OK 0.27s
252/313 libvirt:syntax-check / sc_prohibit_wrong_filename_in_comment OK 0.67s
253/313 libvirt:syntax-check / sc_require_attribute_cleanup_initialization OK 0.36s
254/313 libvirt:syntax-check / sc_require_config_h OK 0.21s
255/313 libvirt:syntax-check / sc_require_config_h_first OK 0.23s
256/313 libvirt:syntax-check / sc_bindtextdomain OK 0.14s
257/313 libvirt:syntax-check / sc_curly_braces_style OK 0.71s
258/313 libvirt:syntax-check / sc_prohibit_devname OK 0.61s
259/313 libvirt:syntax-check / sc_prohibit_assert_without_use OK 0.25s
260/313 libvirt:syntax-check / sc_prohibit_getopt_without_use OK 0.24s
261/313 libvirt:syntax-check / sc_prohibit_system_error_with_vir_err OK 0.60s
262/313 libvirt:syntax-check / sc_prohibit_stdio--_without_use OK 0.20s
263/313 libvirt:syntax-check / sc_prohibit_signal_without_use OK 0.31s
264/313 libvirt:syntax-check / sc_prohibit_sysconf_pagesize OK 0.66s
265/313 libvirt:syntax-check / sc_prohibit_backup_files OK 0.21s
266/313 libvirt:syntax-check / sc_prohibit_stddef_without_use OK 0.30s
267/313 libvirt:syntax-check / sc_prohibit_dirent_without_use OK 0.32s
268/313 libvirt:syntax-check / sc_prohibit_not_streq OK 0.68s
269/313 libvirt:syntax-check / sc_prohibit_http_urls OK 0.62s
270/313 libvirt:syntax-check / sc_prohibit_diagnostic_without_format OK 1.24s
271/313 libvirt:syntax-check / sc_prohibit_useless_translation OK 1.22s
272/313 libvirt:syntax-check / sc_prohibit_double_semicolon OK 0.23s
273/313 libvirt:syntax-check / sc_prohibit_author OK 0.62s
274/313 libvirt / qemucapabilitiestest OK 2.58s
275/313 libvirt:syntax-check / sc_prohibit_enum_impl_with_vir_prefix_in_virsh OK 0.10s
276/313 libvirt:syntax-check / sc_prohibit_strncpy OK 0.58s
277/313 libvirt / qemuxml2xmltest OK 2.49s
278/313 libvirt:syntax-check / sc_cast_of_x_alloc_return_value OK 0.61s
279/313 libvirt:syntax-check / sc_prohibit_empty_lines_at_EOF OK 0.34s
280/313 libvirt:syntax-check / sc_error_message_warn_fatal OK 0.56s
281/313 libvirt:syntax-check / sc_prohibit_strcmp OK 0.61s
282/313 libvirt:syntax-check / sc_error_message_period OK 0.55s
283/313 libvirt:syntax-check / sc_po_check OK 0.25s
284/313 libvirt:syntax-check / sc_prohibit_have_config_h OK 0.56s
285/313 libvirt:syntax-check / sc_cast_of_argument_to_free OK 0.66s
286/313 libvirt:syntax-check / sc_group-qemu-caps OK 0.18s
287/313 libvirt:syntax-check / sc_header-ifdef OK 0.29s
288/313 libvirt:syntax-check / sc_prohibit_test_double_equal OK 0.46s
289/313 libvirt:syntax-check / sc_prohibit_defined_have_decl_tests OK 0.54s
290/313 libvirt:syntax-check / sc_unmarked_diagnostics OK 0.58s
291/313 libvirt:syntax-check / sc_copyright_usage OK 1.47s
292/313 libvirt:syntax-check / sc_prohibit_path_max_allocation OK 0.47s
293/313 libvirt:syntax-check / sc_prohibit_magic_number_exit OK 0.84s
294/313 libvirt:syntax-check / sc_const_long_option OK 0.52s
295/313 libvirt:syntax-check / sc_prohibit_test_minus_ao OK 0.58s
296/313 libvirt:syntax-check / sc_redundant_const OK 0.55s
297/313 libvirt:syntax-check / sc_Wundef_boolean OK 0.51s
298/313 libvirt:syntax-check / sc_require_whitespace_in_translation OK 1.59s
299/313 libvirt:syntax-check / sc_trailing_blank OK 0.71s
300/313 libvirt / virschematest OK 3.26s
301/313 libvirt:syntax-check / sc_prohibit-duplicate-header OK 0.69s
302/313 libvirt:syntax-check / sc_prohibit_cross_inclusion OK 1.92s
303/313 libvirt / virshtest OK 3.65s
304/313 libvirt:syntax-check / sc_mock-noinline OK 1.12s
305/313 libvirt:syntax-check / sc_prohibit_empty_first_line OK 1.86s
306/313 libvirt / virsh-output OK 3.55s
307/313 libvirt / virsh-optparse OK 3.72s
308/313 libvirt:syntax-check / sc_prohibit_doubled_word OK 1.96s
309/313 libvirt:syntax-check / sc_flake8 OK 2.84s
310/313 libvirt / qemuxml2argvtest OK 4.61s
311/313 libvirt / qemuagenttest OK 6.09s
312/313 libvirt:syntax-check / sc_spacing-check OK 3.71s
313/313 libvirt / virt-aa-helper-test OK 7.89s
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@ubuntu-1804 CI_NINJA_ARGS=test
make[1]: Entering directory '/home/ubuntu/libvirt/ci'
make -C /home/ubuntu/libvirt/ci ci-run-command@ubuntu-1804 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-ubuntu-1804: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 (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0")
C linker for the host machine: cc ld.bfd 2.30
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 (/sbin/ebtables)
Program flake8 found: YES (/usr/bin/flake8)
Program ip found: YES (/sbin/ip)
Program ip6tables found: YES (/sbin/ip6tables)
Program iptables found: YES (/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 (0.28)
Run-time dependency libtirpc found: YES 0.2.5
Library acl found: YES
Run-time dependency libapparmor found: YES 2.12
Library attr found: YES
Run-time dependency audit found: YES 2.8.2
Run-time dependency bash-completion found: YES 2.8
Run-time dependency blkid found: YES 2.31.1
Run-time dependency libcap-ng found: YES 0.7.7
Run-time dependency libcurl found: YES 7.58.0
Run-time dependency devmapper found: YES 1.02.145
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.3.13.2
Run-time dependency gnutls found: YES 3.5.18
Dependency libiscsi found: NO found 1.17.0 but need: '>=1.18.0'
Did not find CMake 'cmake'
Found CMake: NO
Run-time dependency libiscsi found: NO (tried pkgconfig and cmake)
Run-time dependency libnl-3.0 found: YES 3.2.29
Run-time dependency libnl-route-3.0 found: YES 3.2.29
Run-time dependency libparted found: YES 3.2
Program parted found: YES (/sbin/parted)
Run-time dependency pcap found: YES 1.8.1
Run-time dependency libssh found: YES 0.8.0
Checking for function "ssh_get_server_publickey" with dependency libssh: YES
Checking for function "ssh_session_is_known_server" with dependency libssh: NO
Checking for function "ssh_session_update_known_hosts" with dependency libssh: NO
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
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.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.7
Run-time dependency threads found: YES
Run-time dependency libudev found: YES 237
Library util found: YES
Run-time dependency wireshark found: YES 2.6.10
Has header "wireshark/ws_version.h" : NO
Run-time dependency yajl found: YES 2.1.0
Program pkcheck found: YES (/usr/bin/pkcheck)
Dependency xenlight found: NO found 4.9 but need: '>=4.9.0'
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 (/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: YES (/usr/sbin/dog)
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 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)
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: 604
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: NO
SCSI: YES
mpath: YES
Disk: YES
RBD: YES
Sheepdog: YES
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: NO
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
-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
-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-braces
-Wmissing-declarations
-Wmissing-field-initializers
-Wmissing-include-dirs
-Wmissing-parameter-type
-Wmissing-prototypes
-Wmultichar
-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
-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-memaccess
-Wstrict-aliasing
-Wstrict-prototypes
-Wstringop-overflow=2
-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:kvm
Found ninja-1.8.2 at /usr/bin/ninja
ninja: Entering directory `build'
[1313/1314] Running all tests.
1/309 libvirt / check-aclperms OK 0.07s
2/309 libvirt / check-symfile OK 0.17s
3/309 libvirt / check-admin-symfile OK 0.08s
4/309 libvirt / check-symsorting OK 0.08s
5/309 libvirt / check-admin-symsorting OK 0.05s
6/309 libvirt / check-drivername OK 0.10s
7/309 libvirt / check-admin-drivername OK 0.06s
8/309 libvirt / check-driverimpls OK 0.62s
9/309 libvirt / check-aclrules OK 0.53s
10/309 libvirt / check-augeas-libvirt_lockd OK 0.05s
11/309 libvirt / check-augeas-libvirt_sanlock OK 0.06s
12/309 libvirt / check-augeas-virtlockd OK 0.07s
13/309 libvirt / check-augeas-virtlogd OK 0.06s
14/309 libvirt / check-augeas-libvirtd_lxc OK 0.04s
15/309 libvirt / check-augeas-libvirtd_qemu OK 0.39s
16/309 libvirt / check-augeas-libvirtd OK 0.18s
17/309 libvirt / check-augeas-virtproxyd OK 0.12s
18/309 libvirt / check-augeas-virtinterfaced OK 0.10s
19/309 libvirt / check-augeas-virtnetworkd OK 0.10s
20/309 libvirt / check-augeas-virtnodedevd OK 0.11s
21/309 libvirt / check-augeas-virtnwfilterd OK 0.12s
22/309 libvirt / check-augeas-virtsecretd OK 0.10s
23/309 libvirt / check-augeas-virtstoraged OK 0.11s
24/309 libvirt / check-augeas-virtlxcd OK 0.14s
25/309 libvirt / check-augeas-virtchd OK 0.14s
26/309 libvirt / check-augeas-virtqemud OK 0.15s
27/309 libvirt / check-augeas-virtvboxd OK 0.14s
28/309 libvirt / check-virnetprotocol OK 0.08s
29/309 libvirt / check-virkeepaliveprotocol OK 0.09s
30/309 libvirt / check-remote_protocol OK 0.12s
31/309 libvirt / check-qemu_protocol OK 0.08s
32/309 libvirt / check-lxc_protocol OK 0.08s
33/309 libvirt / check-admin_protocol OK 0.08s
34/309 libvirt / check-lock_protocol OK 0.07s
35/309 libvirt / check-lxc_monitor_protocol OK 0.11s
36/309 libvirt / commandtest OK 0.58s
37/309 libvirt / cputest OK 1.70s
38/309 libvirt / domaincapstest OK 0.65s
39/309 libvirt / domainconftest OK 0.17s
40/309 libvirt / genericxml2xmltest OK 0.24s
41/309 libvirt / interfacexml2xmltest OK 0.22s
42/309 libvirt / metadatatest OK 0.29s
43/309 libvirt / networkxml2xmlupdatetest OK 0.20s
44/309 libvirt / nodedevxml2xmltest OK 0.20s
45/309 libvirt / nwfilterxml2xmltest OK 0.20s
46/309 libvirt / objecteventtest OK 0.19s
47/309 libvirt / seclabeltest OK 0.11s
48/309 libvirt / secretxml2xmltest OK 0.11s
49/309 libvirt / shunloadtest OK 0.19s
50/309 libvirt / sockettest OK 0.13s
51/309 libvirt / storagevolxml2xmltest OK 0.18s
52/309 libvirt / sysinfotest OK 0.14s
53/309 libvirt / utiltest OK 0.19s
54/309 libvirt / viralloctest OK 0.20s
55/309 libvirt / virauthconfigtest OK 0.17s
56/309 libvirt / virbitmaptest OK 0.18s
57/309 libvirt / virbuftest OK 0.16s
58/309 libvirt / vircapstest OK 0.17s
59/309 libvirt / vircgrouptest OK 0.21s
60/309 libvirt / virconftest OK 0.16s
61/309 libvirt / vircryptotest OK 0.19s
62/309 libvirt / virendiantest OK 0.13s
63/309 libvirt / virerrortest OK 0.06s
64/309 libvirt / virfilecachetest OK 0.22s
65/309 libvirt / virfiletest OK 0.27s
66/309 libvirt / virfirewalltest OK 0.11s
67/309 libvirt / virhostcputest OK 0.22s
68/309 libvirt / virhostdevtest OK 0.24s
69/309 libvirt / viridentitytest OK 0.14s
70/309 libvirt / viriscsitest OK 0.17s
71/309 libvirt / virkeycodetest OK 0.13s
72/309 libvirt / virkmodtest OK 0.19s
73/309 libvirt / virlockspacetest OK 0.17s
74/309 libvirt / virlogtest OK 0.16s
75/309 libvirt / virnetdevtest OK 0.23s
76/309 libvirt / virnetworkportxml2xmltest OK 0.15s
77/309 libvirt / virnwfilterbindingxml2xmltest OK 0.10s
78/309 libvirt / virpcitest OK 0.14s
79/309 libvirt / virportallocatortest OK 0.13s
80/309 libvirt / virrotatingfiletest OK 0.13s
81/309 libvirt / virschematest OK 3.50s
82/309 libvirt / virshtest OK 2.95s
83/309 libvirt / virstringtest OK 0.10s
84/309 libvirt / virsystemdtest OK 0.15s
85/309 libvirt / virtimetest OK 0.05s
86/309 libvirt / virtypedparamtest OK 0.09s
87/309 libvirt / viruritest OK 0.11s
88/309 libvirt / virpcivpdtest OK 0.14s
89/309 libvirt / vshtabletest OK 0.07s
90/309 libvirt / virmigtest OK 0.12s
91/309 libvirt / fchosttest OK 0.13s
92/309 libvirt / scsihosttest OK 0.12s
93/309 libvirt / vircaps2xmltest OK 0.12s
94/309 libvirt / virnetdevbandwidthtest OK 0.14s
95/309 libvirt / virresctrltest OK 0.17s
96/309 libvirt / virscsitest OK 0.13s
97/309 libvirt / virusbtest OK 0.14s
98/309 libvirt / virnetdevopenvswitchtest OK 0.12s
99/309 libvirt / esxutilstest OK 0.18s
100/309 libvirt / eventtest OK 0.53s
101/309 libvirt / fdstreamtest OK 0.09s
102/309 libvirt / virdriverconnvalidatetest OK 0.14s
103/309 libvirt / virdrivermoduletest OK 0.14s
104/309 libvirt / lxcconf2xmltest OK 0.15s
105/309 libvirt / lxcxml2xmltest OK 0.08s
106/309 libvirt / networkxml2conftest OK 0.10s
107/309 libvirt / networkxml2firewalltest OK 0.10s
108/309 libvirt / networkxml2xmltest OK 0.11s
109/309 libvirt / nodedevmdevctltest OK 0.06s
110/309 libvirt / nsstest OK 0.11s
111/309 libvirt / nssguesttest OK 0.08s
112/309 libvirt / nwfilterebiptablestest OK 0.09s
113/309 libvirt / nwfilterxml2firewalltest OK 0.21s
114/309 libvirt / openvzutilstest OK 0.09s
115/309 libvirt / virpolkittest OK 0.15s
116/309 libvirt / qemuagenttest OK 6.24s
117/309 libvirt / qemublocktest OK 0.29s
118/309 libvirt / qemucapabilitiestest OK 2.84s
119/309 libvirt / qemucaps2xmltest OK 0.24s
120/309 libvirt / qemucommandutiltest OK 0.12s
121/309 libvirt / qemudomaincheckpointxml2xmltest OK 0.38s
122/309 libvirt / qemudomainsnapshotxml2xmltest OK 0.17s
123/309 libvirt / qemufirmwaretest OK 0.10s
124/309 libvirt / qemuhotplugtest OK 1.38s
125/309 libvirt / qemumemlocktest OK 0.12s
126/309 libvirt / qemumigparamstest OK 0.15s
127/309 libvirt / qemumigrationcookiexmltest OK 0.18s
128/309 libvirt / qemumonitorjsontest OK 0.48s
129/309 libvirt / qemusecuritytest OK 1.73s
130/309 libvirt / qemustatusxml2xmltest OK 0.26s
131/309 libvirt / qemuvhostusertest OK 0.12s
132/309 libvirt / qemuxml2argvtest OK 4.48s
133/309 libvirt / qemuxml2xmltest OK 2.67s
134/309 libvirt / virnetdaemontest OK 0.21s
135/309 libvirt / virnetmessagetest OK 0.14s
136/309 libvirt / virnetserverclienttest OK 0.11s
137/309 libvirt / virnetsockettest OK 0.17s
138/309 libvirt / virnettlscontexttest OK 1.48s
139/309 libvirt / virnettlssessiontest OK 1.33s
140/309 libvirt / securityselinuxtest OK 0.16s
141/309 libvirt / securityselinuxlabeltest OK 0.15s
142/309 libvirt / storagepoolcapstest OK 0.10s
143/309 libvirt / storagepoolxml2argvtest OK 0.17s
144/309 libvirt / storagepoolxml2xmltest OK 0.12s
145/309 libvirt / storagevolxml2argvtest OK 0.11s
146/309 libvirt / virstorageutiltest OK 0.14s
147/309 libvirt / virstoragetest OK 0.46s
148/309 libvirt / storagebackendsheepdogtest OK 0.17s
149/309 libvirt / vboxsnapshotxmltest OK 0.19s
150/309 libvirt / vmwarevertest OK 0.12s
151/309 libvirt / vmx2xmltest OK 0.22s
152/309 libvirt / xml2vmxtest OK 0.17s
153/309 libvirt / virjsontest OK 0.13s
154/309 libvirt / virmacmaptest OK 0.12s
155/309 libvirt / libvirtd-fail OK 0.09s
156/309 libvirt / libvirtd-pool OK 0.14s
157/309 libvirt / virsh-auth OK 0.17s
158/309 libvirt / virsh-checkpoint OK 0.48s
159/309 libvirt / virsh-cpuset OK 0.13s
160/309 libvirt / virsh-define-dev-segfault OK 0.12s
161/309 libvirt / virsh-int-overflow OK 0.08s
162/309 libvirt / virsh-optparse OK 3.25s
163/309 libvirt / virsh-output OK 2.79s
164/309 libvirt / virsh-read-bufsiz OK 0.20s
165/309 libvirt / virsh-read-non-seekable OK 0.21s
166/309 libvirt / virsh-schedinfo OK 0.14s
167/309 libvirt / virsh-self-test OK 0.10s
168/309 libvirt / virsh-snapshot OK 0.38s
169/309 libvirt / virsh-start OK 0.14s
170/309 libvirt / virsh-undefine OK 0.18s
171/309 libvirt / virsh-uriprecedence OK 0.49s
172/309 libvirt / virsh-vcpupin OK 0.59s
173/309 libvirt / virt-admin-self-test OK 0.12s
174/309 libvirt / virt-aa-helper-test OK 4.04s
175/309 libvirt / check-html OK 0.20s
176/309 libvirt:syntax-check / sc_avoid_write OK 0.17s
177/309 libvirt:syntax-check / sc_flags_debug OK 1.16s
178/309 libvirt:syntax-check / sc_flags_usage OK 1.29s
179/309 libvirt:syntax-check / sc_prohibit_internal_functions OK 0.81s
180/309 libvirt:syntax-check / sc_prohibit_raw_virclassnew OK 0.60s
181/309 libvirt:syntax-check / sc_prohibit_raw_allocation OK 0.76s
182/309 libvirt:syntax-check / sc_prohibit_close OK 1.31s
183/309 libvirt:syntax-check / sc_prohibit_fork_wrappers OK 0.89s
184/309 libvirt:syntax-check / sc_prohibit_mkstemp OK 0.29s
185/309 libvirt:syntax-check / sc_prohibit_mkdtemp OK 0.20s
186/309 libvirt:syntax-check / sc_prohibit_access_xok OK 0.20s
187/309 libvirt:syntax-check / sc_prohibit_strncmp OK 0.76s
188/309 libvirt:syntax-check / sc_prohibit_strtol OK 1.42s
189/309 libvirt:syntax-check / sc_prohibit_asprintf OK 1.38s
190/309 libvirt:syntax-check / sc_prohobit_vsnprintf OK 0.22s
191/309 libvirt:syntax-check / sc_prohibit_strdup OK 0.87s
192/309 libvirt:syntax-check / sc_prohibit_setuid OK 0.89s
193/309 libvirt:syntax-check / sc_prohibit_risky_id_promotion OK 0.79s
194/309 libvirt:syntax-check / sc_prohibit_sprintf OK 0.23s
195/309 libvirt:syntax-check / sc_prohibit_snprintf OK 0.89s
196/309 libvirt:syntax-check / sc_prohibit_readlink OK 0.76s
197/309 libvirt:syntax-check / sc_prohibit_gethostname OK 0.80s
198/309 libvirt:syntax-check / sc_prohibit_readdir OK 0.84s
199/309 libvirt:syntax-check / sc_prohibit_gettext_noop OK 0.80s
200/309 libvirt:syntax-check / sc_prohibit_PATH_MAX OK 0.74s
201/309 libvirt:syntax-check / sc_prohibit_nonreentrant OK 0.35s
202/309 libvirt:syntax-check / sc_prohibit_select OK 0.81s
203/309 libvirt:syntax-check / sc_prohibit_ctype_h OK 0.78s
204/309 libvirt:syntax-check / sc_prohibit_canonicalize_file_name OK 0.76s
205/309 libvirt:syntax-check / sc_correct_id_types OK 0.81s
206/309 libvirt:syntax-check / sc_forbid_const_pointer_typedef OK 1.42s
207/309 libvirt:syntax-check / sc_size_of_brackets OK 0.80s
208/309 libvirt:syntax-check / sc_TAB_in_indentation OK 0.23s
209/309 libvirt:syntax-check / sc_avoid_ctype_macros OK 0.29s
210/309 libvirt:syntax-check / sc_avoid_strcase OK 0.79s
211/309 libvirt:syntax-check / sc_prohibit_virBufferAdd_with_string_literal OK 0.74s
212/309 libvirt:syntax-check / sc_prohibit_virBufferAsprintf_with_string_literal OK 0.75s
213/309 libvirt:syntax-check / sc_forbid_manual_xml_indent OK 0.76s
214/309 libvirt:syntax-check / sc_prohibit_libgen OK 0.94s
215/309 libvirt:syntax-check / sc_prohibit_xmlGetProp OK 0.69s
216/309 libvirt:syntax-check / sc_prohibit_xmlURI OK 0.69s
217/309 libvirt:syntax-check / sc_prohibit_return_as_function OK 0.74s
218/309 libvirt:syntax-check / sc_avoid_g_gnuc_unused_in_header OK 0.13s
219/309 libvirt:syntax-check / sc_prohibit_attribute_macros OK 0.23s
220/309 libvirt:syntax-check / sc_prohibit_non_glib_macros OK 0.18s
221/309 libvirt:syntax-check / sc_prohibit_int_index OK 0.64s
222/309 libvirt:syntax-check / sc_prohibit_int_ijk OK 0.85s
223/309 libvirt:syntax-check / sc_prohibit_loop_iijjkk OK 0.85s
224/309 libvirt:syntax-check / sc_prohibit_loop_var_decl OK 0.24s
225/309 libvirt:syntax-check / sc_prohibit_int_assign_bool OK 0.74s
226/309 libvirt:syntax-check / sc_prohibit_unsigned_pid OK 0.65s
227/309 libvirt:syntax-check / sc_libvirt_unmarked_diagnostics OK 0.81s
228/309 libvirt:syntax-check / sc_prohibit_newline_at_end_of_diagnostic OK 0.71s
229/309 libvirt:syntax-check / sc_prohibit_diagnostic_without_format OK 1.29s
230/309 libvirt:syntax-check / sc_prohibit_useless_translation OK 1.25s
231/309 libvirt:syntax-check / sc_require_whitespace_in_translation OK 1.51s
232/309 libvirt:syntax-check / sc_preprocessor_indentation OK 0.05s
233/309 libvirt:syntax-check / sc_spec_indentation OK 0.04s
234/309 libvirt:syntax-check / sc_copyright_usage OK 1.44s
235/309 libvirt:syntax-check / sc_prohibit_gettext_markup OK 0.67s
236/309 libvirt:syntax-check / sc_prohibit_cross_inclusion OK 1.78s
237/309 libvirt:syntax-check / sc_require_enum_last_marker OK 0.58s
238/309 libvirt:syntax-check / sc_flake8 OK 2.49s
239/309 libvirt:syntax-check / sc_prohibit_exit_in_tests OK 0.16s
240/309 libvirt:syntax-check / sc_prohibit_include_public_headers_quote OK 0.23s
241/309 libvirt:syntax-check / sc_prohibit_include_public_headers_brackets OK 0.27s
242/309 libvirt:syntax-check / sc_prohibit_config_h_in_headers OK 0.18s
243/309 libvirt:syntax-check / sc_prohibit_unbounded_arrays_in_rpc OK 0.16s
244/309 libvirt:syntax-check / sc_prohibit_atoi OK 0.71s
245/309 libvirt:syntax-check / sc_prohibit_wrong_filename_in_comment OK 0.30s
246/309 libvirt:syntax-check / sc_prohibit_virConnectOpen_in_virsh OK 0.15s
247/309 libvirt:syntax-check / sc_require_space_before_label OK 0.23s
248/309 libvirt:syntax-check / sc_prohibit_space_in_label OK 0.21s
249/309 libvirt:syntax-check / sc_require_if_else_matching_braces OK 0.26s
250/309 libvirt:syntax-check / sc_curly_braces_style OK 0.64s
251/309 libvirt:syntax-check / sc_prohibit_windows_special_chars_in_filename OK 0.13s
252/309 libvirt:syntax-check / sc_prohibit_mixed_case_abbreviations OK 0.29s
253/309 libvirt:syntax-check / sc_require_locale_h OK 0.59s
254/309 libvirt:syntax-check / sc_prohibit_empty_first_line OK 0.95s
255/309 libvirt:syntax-check / sc_prohibit_paren_brace OK 0.24s
256/309 libvirt:syntax-check / sc_prohibit_static_zero_init OK 0.23s
257/309 libvirt:syntax-check / sc_prohibit_devname OK 0.62s
258/309 libvirt:syntax-check / sc_prohibit_system_error_with_vir_err OK 0.66s
259/309 libvirt:syntax-check / sc_prohibit_virXXXFree OK 0.23s
260/309 libvirt:syntax-check / sc_prohibit_sysconf_pagesize OK 0.57s
261/309 libvirt:syntax-check / sc_prohibit_virSecurityManager OK 0.14s
262/309 libvirt:syntax-check / sc_prohibit_pthread_create OK 0.26s
263/309 libvirt:syntax-check / sc_prohibit_not_streq OK 0.65s
264/309 libvirt:syntax-check / sc_prohibit_verbose_strcat OK 0.19s
265/309 libvirt:syntax-check / sc_gettext_init OK 0.18s
266/309 libvirt:syntax-check / sc_prohibit_obj_free_apis_in_virsh OK 0.14s
267/309 libvirt:syntax-check / sc_prohibit_http_urls OK 0.58s
268/309 libvirt:syntax-check / sc_prohibit_author OK 0.69s
269/309 libvirt:syntax-check / sc_prohibit_backslash_alignment OK 0.18s
270/309 libvirt:syntax-check / sc_require_attribute_cleanup_initialization OK 0.23s
271/309 libvirt:syntax-check / sc_prohibit_class OK 0.24s
272/309 libvirt:syntax-check / sc_prohibit_dirent_d_type OK 0.25s
273/309 libvirt:syntax-check / sc_cast_of_argument_to_free OK 0.72s
274/309 libvirt:syntax-check / sc_cast_of_x_alloc_return_value OK 0.66s
275/309 libvirt:syntax-check / sc_prohibit_strcmp OK 0.66s
276/309 libvirt:syntax-check / sc_prohibit_strncpy OK 0.65s
277/309 libvirt:syntax-check / sc_prohibit_magic_number_exit OK 0.84s
278/309 libvirt:syntax-check / sc_error_message_warn_fatal OK 0.67s
279/309 libvirt:syntax-check / sc_error_message_period OK 0.62s
280/309 libvirt:syntax-check / sc_prohibit_have_config_h OK 0.66s
281/309 libvirt:syntax-check / sc_require_config_h OK 0.18s
282/309 libvirt:syntax-check / sc_require_config_h_first OK 0.18s
283/309 libvirt:syntax-check / sc_prohibit_assert_without_use OK 0.18s
284/309 libvirt:syntax-check / sc_prohibit_getopt_without_use OK 0.23s
285/309 libvirt:syntax-check / sc_prohibit_signal_without_use OK 0.23s
286/309 libvirt:syntax-check / sc_prohibit_stdio--_without_use OK 0.18s
287/309 libvirt:syntax-check / sc_prohibit_stddef_without_use OK 0.20s
288/309 libvirt:syntax-check / sc_prohibit_dirent_without_use OK 0.23s
289/309 libvirt:syntax-check / sc_bindtextdomain OK 0.09s
290/309 libvirt:syntax-check / sc_trailing_blank OK 0.70s
291/309 libvirt:syntax-check / sc_unmarked_diagnostics OK 0.66s
292/309 libvirt:syntax-check / sc_prohibit_defined_have_decl_tests OK 0.59s
293/309 libvirt:syntax-check / sc_prohibit_backup_files OK 0.14s
294/309 libvirt:syntax-check / sc_prohibit_empty_lines_at_EOF OK 0.45s
295/309 libvirt:syntax-check / sc_prohibit_doubled_word OK 1.80s
296/309 libvirt:syntax-check / sc_prohibit_double_semicolon OK 0.29s
297/309 libvirt:syntax-check / sc_prohibit_test_minus_ao OK 0.57s
298/309 libvirt:syntax-check / sc_prohibit_test_double_equal OK 0.51s
299/309 libvirt:syntax-check / sc_redundant_const OK 0.63s
300/309 libvirt:syntax-check / sc_const_long_option OK 0.55s
301/309 libvirt:syntax-check / sc_po_check OK 0.30s
302/309 libvirt:syntax-check / sc_Wundef_boolean OK 0.60s
303/309 libvirt:syntax-check / sc_prohibit_path_max_allocation OK 0.55s
304/309 libvirt:syntax-check / sc_prohibit-duplicate-header OK 0.82s
305/309 libvirt:syntax-check / sc_spacing-check OK 3.57s
306/309 libvirt:syntax-check / sc_mock-noinline OK 1.10s
307/309 libvirt:syntax-check / sc_header-ifdef OK 0.29s
308/309 libvirt:syntax-check / sc_group-qemu-caps OK 0.18s
309/309 libvirt:syntax-check / sc_prohibit_enum_impl_with_vir_prefix_in_virsh OK 0.13s
Ok: 309
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@ubuntu-2004 CI_NINJA_ARGS=test
make[1]: Entering directory '/home/ubuntu/libvirt/ci'
make -C /home/ubuntu/libvirt/ci ci-run-command@ubuntu-2004 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-ubuntu-2004: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 9.3.0 "cc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0")
C linker for the host machine: cc ld.bfd 2.34
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 (/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/bin/udevadm)
Found pkg-config: /usr/bin/pkg-config (1.6.3)
Run-time dependency libtirpc found: YES 1.2.5
Library acl found: YES
Run-time dependency libapparmor found: YES 2.13.3
Library attr found: YES
Run-time dependency audit found: YES 2.8.5
Run-time dependency bash-completion found: YES 2.10
Run-time dependency blkid found: YES 2.34.0
Run-time dependency libcap-ng found: YES 0.7.9
Run-time dependency libcurl found: YES 7.68.0
Run-time dependency devmapper found: YES 1.02.167
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.64.6
Run-time dependency gobject-2.0 found: YES 2.64.6
Run-time dependency gio-unix-2.0 found: YES 2.64.6
Run-time dependency glusterfs-api found: YES 7.7.2
Run-time dependency gnutls found: YES 3.6.13
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.3
Program parted found: YES (/usr/sbin/parted)
Run-time dependency pcap found: YES 1.9.1
Run-time dependency libssh found: YES 0.9.3
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.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
Run-time dependency openwsman found: YES 2.6.5
Did not find CMake 'cmake'
Found CMake: NO
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.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 3.0
Run-time dependency threads found: YES
Run-time dependency libudev found: YES 245
Library util found: YES
Run-time dependency wireshark found: YES 3.2.3
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 (/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: 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 /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 (/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: 614
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: 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: 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: libvirt-qemu:kvm
Found ninja-1.10.0 at /usr/bin/ninja
ninja: Entering directory `build'
[1341/1342] Running all tests.
1/313 libvirt / check-aclperms OK 0.08s
2/313 libvirt / check-symfile OK 0.21s
3/313 libvirt / check-admin-symfile OK 0.06s
4/313 libvirt / check-symsorting OK 0.08s
5/313 libvirt / check-admin-symsorting OK 0.06s
6/313 libvirt / check-drivername OK 0.06s
7/313 libvirt / check-admin-drivername OK 0.06s
8/313 libvirt / check-driverimpls OK 0.51s
9/313 libvirt / check-aclrules OK 0.51s
10/313 libvirt / check-augeas-libvirt_lockd OK 0.05s
11/313 libvirt / check-augeas-libvirt_sanlock OK 0.05s
12/313 libvirt / check-augeas-virtlockd OK 0.06s
13/313 libvirt / check-augeas-virtlogd OK 0.06s
14/313 libvirt / check-augeas-libvirtd_libxl OK 0.05s
15/313 libvirt / check-augeas-libvirtd_lxc OK 0.05s
16/313 libvirt / check-augeas-libvirtd_qemu OK 0.31s
17/313 libvirt / check-augeas-libvirtd OK 0.12s
18/313 libvirt / check-augeas-virtproxyd OK 0.21s
19/313 libvirt / check-augeas-virtinterfaced OK 0.12s
20/313 libvirt / check-augeas-virtnetworkd OK 0.13s
21/313 libvirt / check-augeas-virtnodedevd OK 0.11s
22/313 libvirt / check-augeas-virtnwfilterd OK 0.10s
23/313 libvirt / check-augeas-virtsecretd OK 0.14s
24/313 libvirt / check-augeas-virtstoraged OK 0.13s
25/313 libvirt / check-augeas-virtxend OK 0.13s
26/313 libvirt / check-augeas-virtlxcd OK 0.13s
27/313 libvirt / check-augeas-virtchd OK 0.14s
28/313 libvirt / check-augeas-virtqemud OK 0.09s
29/313 libvirt / check-augeas-virtvboxd OK 0.13s
30/313 libvirt / check-virnetprotocol OK 0.10s
31/313 libvirt / check-virkeepaliveprotocol OK 0.10s
32/313 libvirt / check-remote_protocol OK 0.18s
33/313 libvirt / check-qemu_protocol OK 0.09s
34/313 libvirt / check-lxc_protocol OK 0.18s
35/313 libvirt / check-admin_protocol OK 0.19s
36/313 libvirt / check-lock_protocol OK 0.09s
37/313 libvirt / check-lxc_monitor_protocol OK 0.09s
38/313 libvirt / commandtest OK 0.58s
39/313 libvirt / cputest OK 1.71s
40/313 libvirt / domaincapstest OK 0.64s
41/313 libvirt / domainconftest OK 0.17s
42/313 libvirt / genericxml2xmltest OK 0.27s
43/313 libvirt / interfacexml2xmltest OK 0.17s
44/313 libvirt / metadatatest OK 0.13s
45/313 libvirt / networkxml2xmlupdatetest OK 0.18s
46/313 libvirt / nodedevxml2xmltest OK 0.16s
47/313 libvirt / nwfilterxml2xmltest OK 0.16s
48/313 libvirt / objecteventtest OK 0.12s
49/313 libvirt / seclabeltest OK 0.20s
50/313 libvirt / secretxml2xmltest OK 0.19s
51/313 libvirt / shunloadtest OK 0.14s
52/313 libvirt / sockettest OK 0.16s
53/313 libvirt / storagevolxml2xmltest OK 0.16s
54/313 libvirt / sysinfotest OK 0.19s
55/313 libvirt / utiltest OK 0.13s
56/313 libvirt / viralloctest OK 0.14s
57/313 libvirt / virauthconfigtest OK 0.12s
58/313 libvirt / virbitmaptest OK 0.09s
59/313 libvirt / virbuftest OK 0.16s
60/313 libvirt / vircapstest OK 0.20s
61/313 libvirt / vircgrouptest OK 0.17s
62/313 libvirt / virconftest OK 0.19s
63/313 libvirt / vircryptotest OK 0.18s
64/313 libvirt / virendiantest OK 0.10s
65/313 libvirt / virerrortest OK 0.12s
66/313 libvirt / virfilecachetest OK 0.12s
67/313 libvirt / virfiletest OK 0.30s
68/313 libvirt / virfirewalltest OK 0.11s
69/313 libvirt / virhostcputest OK 0.20s
70/313 libvirt / virhostdevtest OK 0.28s
71/313 libvirt / viridentitytest OK 0.17s
72/313 libvirt / viriscsitest OK 0.14s
73/313 libvirt / virkeycodetest OK 0.12s
74/313 libvirt / virkmodtest OK 0.12s
75/313 libvirt / virlockspacetest OK 0.05s
76/313 libvirt / virlogtest OK 0.11s
77/313 libvirt / virnetdevtest OK 0.16s
78/313 libvirt / virnetworkportxml2xmltest OK 0.12s
79/313 libvirt / virnwfilterbindingxml2xmltest OK 0.11s
80/313 libvirt / virpcitest OK 0.17s
81/313 libvirt / virportallocatortest OK 0.13s
82/313 libvirt / virrotatingfiletest OK 0.19s
83/313 libvirt / virschematest OK 3.44s
84/313 libvirt / virshtest OK 2.66s
85/313 libvirt / virstringtest OK 0.11s
86/313 libvirt / virsystemdtest OK 0.15s
87/313 libvirt / virtimetest OK 0.07s
88/313 libvirt / virtypedparamtest OK 0.11s
89/313 libvirt / viruritest OK 0.16s
90/313 libvirt / virpcivpdtest OK 0.13s
91/313 libvirt / vshtabletest OK 0.07s
92/313 libvirt / virmigtest OK 0.14s
93/313 libvirt / fchosttest OK 0.14s
94/313 libvirt / scsihosttest OK 0.12s
95/313 libvirt / vircaps2xmltest OK 0.11s
96/313 libvirt / virnetdevbandwidthtest OK 0.11s
97/313 libvirt / virresctrltest OK 0.12s
98/313 libvirt / virscsitest OK 0.12s
99/313 libvirt / virusbtest OK 0.10s
100/313 libvirt / virnetdevopenvswitchtest OK 0.10s
101/313 libvirt / esxutilstest OK 0.15s
102/313 libvirt / eventtest OK 0.59s
103/313 libvirt / fdstreamtest OK 0.12s
104/313 libvirt / virdriverconnvalidatetest OK 0.12s
105/313 libvirt / virdrivermoduletest OK 0.14s
106/313 libvirt / libxlxml2domconfigtest OK 0.20s
107/313 libvirt / xlconfigtest OK 0.17s
108/313 libvirt / xmconfigtest OK 0.14s
109/313 libvirt / lxcconf2xmltest OK 0.16s
110/313 libvirt / lxcxml2xmltest OK 0.13s
111/313 libvirt / networkxml2conftest OK 0.11s
112/313 libvirt / networkxml2firewalltest OK 0.10s
113/313 libvirt / networkxml2xmltest OK 0.13s
114/313 libvirt / nodedevmdevctltest OK 0.10s
115/313 libvirt / nsstest OK 0.22s
116/313 libvirt / nssguesttest OK 0.09s
117/313 libvirt / nwfilterebiptablestest OK 0.15s
118/313 libvirt / nwfilterxml2firewalltest OK 0.19s
119/313 libvirt / openvzutilstest OK 0.14s
120/313 libvirt / virpolkittest OK 0.14s
121/313 libvirt / qemuagenttest OK 6.19s
122/313 libvirt / qemublocktest OK 0.26s
123/313 libvirt / qemucapabilitiestest OK 2.84s
124/313 libvirt / qemucaps2xmltest OK 0.20s
125/313 libvirt / qemucommandutiltest OK 0.10s
126/313 libvirt / qemudomaincheckpointxml2xmltest OK 0.30s
127/313 libvirt / qemudomainsnapshotxml2xmltest OK 0.15s
128/313 libvirt / qemufirmwaretest OK 0.08s
129/313 libvirt / qemuhotplugtest OK 2.78s
130/313 libvirt / qemumemlocktest OK 0.14s
131/313 libvirt / qemumigparamstest OK 0.23s
132/313 libvirt / qemumigrationcookiexmltest OK 0.16s
133/313 libvirt / qemumonitorjsontest OK 0.51s
134/313 libvirt / qemusecuritytest OK 1.89s
135/313 libvirt / qemustatusxml2xmltest OK 0.17s
136/313 libvirt / qemuvhostusertest OK 0.15s
137/313 libvirt / qemuxml2argvtest OK 4.63s
138/313 libvirt / qemuxml2xmltest OK 2.62s
139/313 libvirt / virnetdaemontest OK 0.10s
140/313 libvirt / virnetmessagetest OK 0.14s
141/313 libvirt / virnetserverclienttest OK 0.17s
142/313 libvirt / virnetsockettest OK 0.18s
143/313 libvirt / virnettlscontexttest OK 3.73s
144/313 libvirt / virnettlssessiontest OK 0.71s
145/313 libvirt / securityselinuxtest OK 0.13s
146/313 libvirt / securityselinuxlabeltest OK 0.16s
147/313 libvirt / storagepoolcapstest OK 0.19s
148/313 libvirt / storagepoolxml2argvtest OK 0.12s
149/313 libvirt / storagepoolxml2xmltest OK 0.17s
150/313 libvirt / storagevolxml2argvtest OK 0.15s
151/313 libvirt / virstorageutiltest OK 0.09s
152/313 libvirt / virstoragetest OK 1.06s
153/313 libvirt / vboxsnapshotxmltest OK 0.10s
154/313 libvirt / vmwarevertest OK 0.13s
155/313 libvirt / vmx2xmltest OK 0.15s
156/313 libvirt / xml2vmxtest OK 0.14s
157/313 libvirt / virjsontest OK 0.10s
158/313 libvirt / virmacmaptest OK 0.14s
159/313 libvirt / libvirtd-fail OK 0.11s
160/313 libvirt / libvirtd-pool OK 0.09s
161/313 libvirt / virsh-auth OK 0.11s
162/313 libvirt / virsh-checkpoint OK 0.46s
163/313 libvirt / virsh-cpuset OK 0.14s
164/313 libvirt / virsh-define-dev-segfault OK 0.09s
165/313 libvirt / virsh-int-overflow OK 0.10s
166/313 libvirt / virsh-optparse OK 3.90s
167/313 libvirt / virsh-output OK 2.55s
168/313 libvirt / virsh-read-bufsiz OK 0.17s
169/313 libvirt / virsh-read-non-seekable OK 0.10s
170/313 libvirt / virsh-schedinfo OK 0.16s
171/313 libvirt / virsh-self-test OK 0.09s
172/313 libvirt / virsh-snapshot OK 0.42s
173/313 libvirt / virsh-start OK 0.08s
174/313 libvirt / virsh-undefine OK 0.23s
175/313 libvirt / virsh-uriprecedence OK 0.41s
176/313 libvirt / virsh-vcpupin OK 0.69s
177/313 libvirt / virt-admin-self-test OK 0.12s
178/313 libvirt / virt-aa-helper-test OK 4.54s
179/313 libvirt / check-html OK 0.28s
180/313 libvirt:syntax-check / sc_avoid_write OK 0.22s
181/313 libvirt:syntax-check / sc_flags_debug OK 1.24s
182/313 libvirt:syntax-check / sc_flags_usage OK 1.24s
183/313 libvirt:syntax-check / sc_prohibit_internal_functions OK 0.68s
184/313 libvirt:syntax-check / sc_prohibit_raw_virclassnew OK 0.53s
185/313 libvirt:syntax-check / sc_prohibit_raw_allocation OK 0.96s
186/313 libvirt:syntax-check / sc_prohibit_close OK 1.27s
187/313 libvirt:syntax-check / sc_prohibit_fork_wrappers OK 0.66s
188/313 libvirt:syntax-check / sc_prohibit_mkstemp OK 0.21s
189/313 libvirt:syntax-check / sc_prohibit_mkdtemp OK 0.20s
190/313 libvirt:syntax-check / sc_prohibit_access_xok OK 0.31s
191/313 libvirt:syntax-check / sc_prohibit_strncmp OK 0.85s
192/313 libvirt:syntax-check / sc_prohibit_strtol OK 1.45s
193/313 libvirt:syntax-check / sc_prohibit_asprintf OK 1.31s
194/313 libvirt:syntax-check / sc_prohobit_vsnprintf OK 0.25s
195/313 libvirt:syntax-check / sc_prohibit_strdup OK 0.93s
196/313 libvirt:syntax-check / sc_prohibit_setuid OK 0.96s
197/313 libvirt:syntax-check / sc_prohibit_risky_id_promotion OK 0.93s
198/313 libvirt:syntax-check / sc_prohibit_sprintf OK 0.27s
199/313 libvirt:syntax-check / sc_prohibit_snprintf OK 0.83s
200/313 libvirt:syntax-check / sc_prohibit_readlink OK 0.82s
201/313 libvirt:syntax-check / sc_prohibit_gethostname OK 0.90s
202/313 libvirt:syntax-check / sc_prohibit_readdir OK 0.83s
203/313 libvirt:syntax-check / sc_prohibit_gettext_noop OK 0.79s
204/313 libvirt:syntax-check / sc_prohibit_PATH_MAX OK 0.78s
205/313 libvirt:syntax-check / sc_prohibit_nonreentrant OK 0.32s
206/313 libvirt:syntax-check / sc_prohibit_select OK 0.82s
207/313 libvirt:syntax-check / sc_prohibit_ctype_h OK 0.75s
208/313 libvirt:syntax-check / sc_prohibit_canonicalize_file_name OK 0.75s
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.79s
212/313 libvirt:syntax-check / sc_TAB_in_indentation OK 0.18s
213/313 libvirt:syntax-check / sc_avoid_ctype_macros OK 0.28s
214/313 libvirt:syntax-check / sc_avoid_strcase OK 0.79s
215/313 libvirt:syntax-check / sc_prohibit_virBufferAdd_with_string_literal OK 0.74s
216/313 libvirt:syntax-check / sc_prohibit_virBufferAsprintf_with_string_literal OK 0.74s
217/313 libvirt:syntax-check / sc_forbid_manual_xml_indent OK 0.74s
218/313 libvirt:syntax-check / sc_prohibit_libgen OK 0.89s
219/313 libvirt:syntax-check / sc_prohibit_xmlGetProp OK 0.68s
220/313 libvirt:syntax-check / sc_prohibit_xmlURI OK 0.73s
221/313 libvirt:syntax-check / sc_prohibit_return_as_function OK 0.69s
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.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.64s
226/313 libvirt:syntax-check / sc_prohibit_int_ijk OK 0.93s
227/313 libvirt:syntax-check / sc_prohibit_loop_iijjkk OK 0.81s
228/313 libvirt:syntax-check / sc_prohibit_loop_var_decl OK 0.24s
229/313 libvirt:syntax-check / sc_prohibit_int_assign_bool OK 0.76s
230/313 libvirt:syntax-check / sc_prohibit_unsigned_pid OK 0.65s
231/313 libvirt:syntax-check / sc_libvirt_unmarked_diagnostics OK 0.74s
232/313 libvirt:syntax-check / sc_prohibit_newline_at_end_of_diagnostic OK 0.64s
233/313 libvirt:syntax-check / sc_prohibit_diagnostic_without_format OK 1.27s
234/313 libvirt:syntax-check / sc_prohibit_useless_translation OK 1.20s
235/313 libvirt:syntax-check / sc_require_whitespace_in_translation OK 1.51s
236/313 libvirt:syntax-check / sc_preprocessor_indentation OK 0.04s
237/313 libvirt:syntax-check / sc_spec_indentation OK 0.03s
238/313 libvirt:syntax-check / sc_copyright_usage OK 1.45s
239/313 libvirt:syntax-check / sc_prohibit_gettext_markup OK 0.65s
240/313 libvirt:syntax-check / sc_prohibit_cross_inclusion OK 1.76s
241/313 libvirt:syntax-check / sc_require_enum_last_marker OK 0.54s
242/313 libvirt:syntax-check / sc_flake8 OK 2.55s
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.20s
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.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.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.14s
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.23s
254/313 libvirt:syntax-check / sc_curly_braces_style OK 0.64s
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.56s
258/313 libvirt:syntax-check / sc_prohibit_empty_first_line OK 0.96s
259/313 libvirt:syntax-check / sc_prohibit_paren_brace OK 0.24s
260/313 libvirt:syntax-check / sc_prohibit_static_zero_init OK 0.24s
261/313 libvirt:syntax-check / sc_prohibit_devname OK 0.66s
262/313 libvirt:syntax-check / sc_prohibit_system_error_with_vir_err OK 0.61s
263/313 libvirt:syntax-check / sc_prohibit_virXXXFree OK 0.26s
264/313 libvirt:syntax-check / sc_prohibit_sysconf_pagesize OK 0.60s
265/313 libvirt:syntax-check / sc_prohibit_virSecurityManager OK 0.13s
266/313 libvirt:syntax-check / sc_prohibit_pthread_create OK 0.24s
267/313 libvirt:syntax-check / sc_prohibit_not_streq OK 0.59s
268/313 libvirt:syntax-check / sc_prohibit_verbose_strcat OK 0.18s
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.14s
271/313 libvirt:syntax-check / sc_prohibit_http_urls OK 0.60s
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.18s
276/313 libvirt:syntax-check / sc_prohibit_dirent_d_type OK 0.19s
277/313 libvirt:syntax-check / sc_cast_of_argument_to_free OK 0.71s
278/313 libvirt:syntax-check / sc_cast_of_x_alloc_return_value OK 0.69s
279/313 libvirt:syntax-check / sc_prohibit_strcmp OK 0.72s
280/313 libvirt:syntax-check / sc_prohibit_strncpy OK 0.66s
281/313 libvirt:syntax-check / sc_prohibit_magic_number_exit OK 0.87s
282/313 libvirt:syntax-check / sc_error_message_warn_fatal OK 0.65s
283/313 libvirt:syntax-check / sc_error_message_period OK 0.64s
284/313 libvirt:syntax-check / sc_prohibit_have_config_h OK 0.62s
285/313 libvirt:syntax-check / sc_require_config_h OK 0.19s
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.18s
288/313 libvirt:syntax-check / sc_prohibit_getopt_without_use OK 0.21s
289/313 libvirt:syntax-check / sc_prohibit_signal_without_use OK 0.20s
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.20s
292/313 libvirt:syntax-check / sc_prohibit_dirent_without_use OK 0.24s
293/313 libvirt:syntax-check / sc_bindtextdomain OK 0.15s
294/313 libvirt:syntax-check / sc_trailing_blank OK 0.77s
295/313 libvirt:syntax-check / sc_unmarked_diagnostics OK 0.64s
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.08s
298/313 libvirt:syntax-check / sc_prohibit_empty_lines_at_EOF OK 0.40s
299/313 libvirt:syntax-check / sc_prohibit_doubled_word OK 1.85s
300/313 libvirt:syntax-check / sc_prohibit_double_semicolon OK 0.23s
301/313 libvirt:syntax-check / sc_prohibit_test_minus_ao OK 0.58s
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.59s
305/313 libvirt:syntax-check / sc_po_check OK 0.29s
306/313 libvirt:syntax-check / sc_Wundef_boolean OK 0.54s
307/313 libvirt:syntax-check / sc_prohibit_path_max_allocation OK 0.48s
308/313 libvirt:syntax-check / sc_prohibit-duplicate-header OK 0.63s
309/313 libvirt:syntax-check / sc_spacing-check OK 3.49s
310/313 libvirt:syntax-check / sc_mock-noinline OK 1.03s
311/313 libvirt:syntax-check / sc_header-ifdef OK 0.28s
312/313 libvirt:syntax-check / sc_group-qemu-caps OK 0.18s
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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment