Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dshcherb/8388165df0b62b71c2c95fbc351d1aee to your computer and use it in GitHub Desktop.
Save dshcherb/8388165df0b62b71c2c95fbc351d1aee to your computer and use it in GitHub Desktop.
2021-09-22-vpd-capability-v4-all-distro-patch-1-test-run
$ git log --pretty=oneline -1
070bd0ed9f2d91079ef19ed024981587a1095e9f (HEAD) Add a PCI/PCIe device VPD Parser
ubuntu@node:~/libvirt$ for t in centos-8 centos-stream-8 debian-10 debian-11 debian-sid fedora-33 fedora-34 opensuse-leap-152 opensuse-tumbleweed ubuntu-1804 ubuntu-2004 ; do ci/helper test --meson-args=
'-Dexpensive_tests=enabled' $t ; done
make: Entering directory '/home/ubuntu/libvirt/ci'
make -C /home/ubuntu/libvirt/ci ci-build@centos-8 CI_NINJA_ARGS=test
make[1]: Entering directory '/home/ubuntu/libvirt/ci'
make -C /home/ubuntu/libvirt/ci ci-run-command@centos-8 CI_COMMAND="/home/ubuntu/build"
make[2]: Entering directory '/home/ubuntu/libvirt/ci'
Checking if docker is available...yes
Cloning /home/ubuntu/libvirt to /home/ubuntu/libvirt/ci/scratch/src
Cloning /home/ubuntu/libvirt/src/keycodemapdb to /home/ubuntu/libvirt/ci/scratch/src/src/keycodemapdb
docker run \
--rm --interactive --tty --user "1000":"1000" --workdir "/home/ubuntu" --env CI_CONT_SRCDIR="/home/ubuntu/libvirt" --env CI_MESON_ARGS="-Dexpensive_tests=enabled" --env CI_NINJA_ARGS="test" --volume /home/ubuntu/libvirt/ci/scratch/group:/etc/group:ro,z --volume /home/ubuntu/libvirt/ci/scratch/passwd:/etc/passwd:ro,z --volume /home/ubuntu/libvirt/ci/scratch/home:/home/ubuntu:z --volume /home/ubuntu/libvirt/ci/scratch/build:/home/ubuntu/build:z --volume /home/ubuntu/libvirt/ci/scratch/src:/home/ubuntu/libvirt:z --ulimit nofile=1024:1024 --cap-add=SYS_PTRACE \
registry.gitlab.com/libvirt/libvirt/ci-centos-8:latest \
/home/ubuntu/build
The Meson build system
Version: 0.56.0
Source dir: /home/ubuntu/libvirt
Build dir: /home/ubuntu/libvirt/build
Build type: native build
Project name: libvirt
Project version: 7.8.0
C compiler for the host machine: ccache cc (gcc 8.4.1 "cc (GCC) 8.4.1 20200928 (Red Hat 8.4.1-1)")
C linker for the host machine: cc ld.bfd 2.30-93
Host machine cpu family: x86_64
Host machine cpu: x86_64
Configuring configmake.h using configuration
Checking for size of "ptrdiff_t" : 8
Checking for size of "size_t" : 8
Compiler for C supports arguments -fasynchronous-unwind-tables: YES
Compiler for C supports arguments -fexceptions: YES
Compiler for C supports arguments -fipa-pure-const: YES
Compiler for C supports arguments -fno-common: YES
Compiler for C supports arguments -Wabsolute-value: NO
Compiler for C supports arguments -Waddress: YES
Compiler for C supports arguments -Waddress-of-packed-member: NO
Compiler for C supports arguments -Waggressive-loop-optimizations: YES
Compiler for C supports arguments -Walloc-size-larger-than=9223372036854775807: YES
Compiler for C supports arguments -Walloca: YES
Compiler for C supports arguments -Warray-bounds=2: YES
Compiler for C supports arguments -Wattribute-alias=2: NO
Compiler for C supports arguments -Wattribute-warning: NO
Compiler for C supports arguments -Wattributes: YES
Compiler for C supports arguments -Wbool-compare: YES
Compiler for C supports arguments -Wbool-operation: YES
Compiler for C supports arguments -Wbuiltin-declaration-mismatch: YES
Compiler for C supports arguments -Wbuiltin-macro-redefined: YES
Compiler for C supports arguments -Wcannot-profile: NO
Compiler for C supports arguments -Wcast-align: YES
Compiler for C supports arguments -Wcast-align=strict: YES
Compiler for C supports arguments -Wno-cast-function-type: YES
Compiler for C supports arguments -Wchar-subscripts: YES
Compiler for C supports arguments -Wclobbered: YES
Compiler for C supports arguments -Wcomment: YES
Compiler for C supports arguments -Wcomments: YES
Compiler for C supports arguments -Wcoverage-mismatch: YES
Compiler for C supports arguments -Wcpp: YES
Compiler for C supports arguments -Wdangling-else: YES
Compiler for C supports arguments -Wdate-time: YES
Compiler for C supports arguments -Wdeclaration-after-statement: YES
Compiler for C supports arguments -Wdeprecated-declarations: YES
Compiler for C supports arguments -Wdesignated-init: YES
Compiler for C supports arguments -Wdiscarded-array-qualifiers: YES
Compiler for C supports arguments -Wdiscarded-qualifiers: YES
Compiler for C supports arguments -Wdiv-by-zero: YES
Compiler for C supports arguments -Wduplicated-cond: YES
Compiler for C supports arguments -Wduplicate-decl-specifier: YES
Compiler for C supports arguments -Wempty-body: YES
Compiler for C supports arguments -Wendif-labels: YES
Compiler for C supports arguments -Wexpansion-to-defined: YES
Compiler for C supports arguments -Wformat-contains-nul: YES
Compiler for C supports arguments -Wformat-extra-args: YES
Compiler for C supports arguments -Wno-format-nonliteral: YES
Compiler for C supports arguments -Wformat-overflow=2: YES
Compiler for C supports arguments -Wformat-security: YES
Compiler for C supports arguments -Wno-format-truncation: YES
Compiler for C supports arguments -Wformat-y2k: YES
Compiler for C supports arguments -Wformat-zero-length: YES
Compiler for C supports arguments -Wframe-address: YES
Compiler for C supports arguments -Wframe-larger-than=4096: YES
Compiler for C supports arguments -Wfree-nonheap-object: YES
Compiler for C supports arguments -Whsa: YES
Compiler for C supports arguments -Wif-not-aligned: YES
Compiler for C supports arguments -Wignored-attributes: YES
Compiler for C supports arguments -Wignored-qualifiers: YES
Compiler for C supports arguments -Wimplicit: YES
Compiler for C supports arguments -Wimplicit-fallthrough=5: YES
Compiler for C supports arguments -Wimplicit-function-declaration: YES
Compiler for C supports arguments -Wimplicit-int: YES
Compiler for C supports arguments -Wincompatible-pointer-types: YES
Compiler for C supports arguments -Winit-self: YES
Compiler for C supports arguments -Winline: YES
Compiler for C supports arguments -Wint-conversion: YES
Compiler for C supports arguments -Wint-in-bool-context: YES
Compiler for C supports arguments -Wint-to-pointer-cast: YES
Compiler for C supports arguments -Winvalid-memory-model: YES
Compiler for C supports arguments -Winvalid-pch: YES
Compiler for C supports arguments -Wjump-misses-init: YES
Compiler for C supports arguments -Wlogical-not-parentheses: YES
Compiler for C supports arguments -Wlogical-op: YES
Compiler for C supports arguments -Wmain: YES
Compiler for C supports arguments -Wmaybe-uninitialized: YES
Compiler for C supports arguments -Wmemset-elt-size: YES
Compiler for C supports arguments -Wmemset-transposed-args: YES
Compiler for C supports arguments -Wmisleading-indentation: YES
Compiler for C supports arguments -Wmissing-attributes: YES
Compiler for C supports arguments -Wmissing-braces: YES
Compiler for C supports arguments -Wmissing-declarations: YES
Compiler for C supports arguments -Wmissing-field-initializers: YES
Compiler for C supports arguments -Wmissing-include-dirs: YES
Compiler for C supports arguments -Wmissing-parameter-type: YES
Compiler for C supports arguments -Wmissing-profile: NO
Compiler for C supports arguments -Wmissing-prototypes: YES
Compiler for C supports arguments -Wmultichar: YES
Compiler for C supports arguments -Wmultistatement-macros: YES
Compiler for C supports arguments -Wnarrowing: YES
Compiler for C supports arguments -Wnested-externs: YES
Compiler for C supports arguments -Wnonnull: YES
Compiler for C supports arguments -Wnonnull-compare: YES
Compiler for C supports arguments -Wnormalized=nfc: YES
Compiler for C supports arguments -Wnull-dereference: YES
Compiler for C supports arguments -Wodr: YES
Compiler for C supports arguments -Wold-style-declaration: YES
Compiler for C supports arguments -Wold-style-definition: YES
Compiler for C supports arguments -Wopenmp-simd: YES
Compiler for C supports arguments -Woverflow: YES
Compiler for C supports arguments -Woverride-init: YES
Compiler for C supports arguments -Wpacked-bitfield-compat: YES
Compiler for C supports arguments -Wpacked-not-aligned: YES
Compiler for C supports arguments -Wparentheses: YES
Compiler for C supports arguments -Wpointer-arith: YES
Compiler for C supports arguments -Wpointer-compare: YES
Compiler for C supports arguments -Wpointer-sign: YES
Compiler for C supports arguments -Wpointer-to-int-cast: YES
Compiler for C supports arguments -Wpragmas: YES
Compiler for C supports arguments -Wpsabi: YES
Compiler for C supports arguments -Wrestrict: YES
Compiler for C supports arguments -Wreturn-local-addr: YES
Compiler for C supports arguments -Wreturn-type: YES
Compiler for C supports arguments -Wscalar-storage-order: YES
Compiler for C supports arguments -Wsequence-point: YES
Compiler for C supports arguments -Wshadow: YES
Compiler for C supports arguments -Wshift-count-negative: YES
Compiler for C supports arguments -Wshift-count-overflow: YES
Compiler for C supports arguments -Wshift-negative-value: YES
Compiler for C supports arguments -Wshift-overflow=2: YES
Compiler for C supports arguments -Wno-sign-compare: YES
Compiler for C supports arguments -Wsizeof-array-argument: YES
Compiler for C supports arguments -Wsizeof-pointer-div: YES
Compiler for C supports arguments -Wsizeof-pointer-memaccess: YES
Compiler for C supports arguments -Wstrict-aliasing: YES
Compiler for C supports arguments -Wstrict-prototypes: YES
Compiler for C supports arguments -Wstringop-overflow=2: YES
Compiler for C supports arguments -Wstringop-truncation: YES
Compiler for C supports arguments -Wsuggest-attribute=cold: YES
Compiler for C supports arguments -Wno-suggest-attribute=const: YES
Compiler for C supports arguments -Wsuggest-attribute=format: YES
Compiler for C supports arguments -Wsuggest-attribute=noreturn: YES
Compiler for C supports arguments -Wno-suggest-attribute=pure: YES
Compiler for C supports arguments -Wsuggest-final-methods: YES
Compiler for C supports arguments -Wsuggest-final-types: YES
Compiler for C supports arguments -Wswitch: YES
Compiler for C supports arguments -Wswitch-bool: YES
Compiler for C supports arguments -Wswitch-enum: YES
Compiler for C supports arguments -Wswitch-unreachable: YES
Compiler for C supports arguments -Wsync-nand: YES
Compiler for C supports arguments -Wtautological-compare: YES
Compiler for C supports arguments -Wtrampolines: YES
Compiler for C supports arguments -Wtrigraphs: YES
Compiler for C supports arguments -Wtype-limits: YES
Compiler for C supports arguments -Wno-typedef-redefinition: NO
Compiler for C supports arguments -Wuninitialized: YES
Compiler for C supports arguments -Wunknown-pragmas: YES
Compiler for C supports arguments -Wunused: YES
Compiler for C supports arguments -Wunused-but-set-parameter: YES
Compiler for C supports arguments -Wunused-but-set-variable: YES
Compiler for C supports arguments -Wunused-const-variable=2: YES
Compiler for C supports arguments -Wunused-function: YES
Compiler for C supports arguments -Wunused-label: YES
Compiler for C supports arguments -Wunused-local-typedefs: YES
Compiler for C supports arguments -Wunused-parameter: YES
Compiler for C supports arguments -Wunused-result: YES
Compiler for C supports arguments -Wunused-value: YES
Compiler for C supports arguments -Wunused-variable: YES
Compiler for C supports arguments -Wvarargs: YES
Compiler for C supports arguments -Wvariadic-macros: YES
Compiler for C supports arguments -Wvector-operation-performance: YES
Compiler for C supports arguments -Wvla: YES
Compiler for C supports arguments -Wvolatile-register-var: YES
Compiler for C supports arguments -Wwrite-strings: YES
Compiler for C supports arguments -fstack-protector-strong: YES
First supported argument: -fstack-protector-strong
Checking if "-Wdouble-promotion" compiles: YES
Compiler for C supports arguments -Wsuggest-attribute=format: YES (cached)
Compiler for C supports arguments -Wframe-larger-than=262144: YES
Compiler for C supports link arguments -Wl,-z,relro: YES
Compiler for C supports link arguments -Wl,-z,now: YES
Compiler for C supports link arguments -Wl,-z,nodelete: YES
Compiler for C supports link arguments -Wl,-z,defs: YES
Compiler for C supports link arguments -Wl,--no-copy-dt-needed-entries: YES
Compiler for C supports link arguments -Wl,--version-script=/home/ubuntu/libvirt/src/libvirt_qemu.syms: YES
Compiler for C supports link arguments -Wl,-export-dynamic: YES
First supported link argument: -Wl,-export-dynamic
Checking for function "elf_aux_info" : NO
Checking for function "fallocate" : YES
Checking for function "getauxval" : YES
Checking for function "getegid" : YES
Checking for function "geteuid" : YES
Checking for function "getgid" : YES
Checking for function "getifaddrs" : YES
Checking for function "getmntent_r" : YES
Checking for function "getpwuid_r" : YES
Checking for function "getrlimit" : YES
Checking for function "getuid" : YES
Checking for function "getutxid" : YES
Checking for function "if_indextoname" : YES
Checking for function "mmap" : YES
Checking for function "newlocale" : YES
Checking for function "pipe2" : YES
Checking for function "posix_fallocate" : YES
Checking for function "posix_memalign" : YES
Checking for function "prlimit" : YES
Checking for function "sched_getaffinity" : YES
Checking for function "sched_setscheduler" : YES
Checking for function "setgroups" : YES
Checking for function "setns" : YES
Checking for function "setrlimit" : YES
Checking for function "symlink" : YES
Checking for function "sysctlbyname" : NO
Checking for function "__lxstat" : YES
Checking for function "__lxstat64" : YES
Checking for function "__xstat" : YES
Checking for function "__xstat64" : YES
Checking for function "lstat" : YES
Checking for function "lstat64" : YES
Checking for function "stat" : YES
Checking for function "stat64" : YES
Header <sys/stat.h> has symbol "__lxstat" : YES
Header <sys/stat.h> has symbol "__lxstat64" : NO
Header <sys/stat.h> has symbol "__xstat" : YES
Header <sys/stat.h> has symbol "__xstat64" : NO
Header <sys/stat.h> has symbol "lstat" : YES
Header <sys/stat.h> has symbol "lstat64" : NO
Header <sys/stat.h> has symbol "stat" : YES
Header <sys/stat.h> has symbol "stat64" : NO
Has header "asm/hwcap.h" : NO
Has header "ifaddrs.h" : YES
Has header "libtasn1.h" : YES
Has header "linux/kvm.h" : YES
Has header "linux/magic.h" : YES
Has header "mntent.h" : YES
Has header "net/ethernet.h" : YES
Has header "net/if.h" : YES
Has header "pty.h" : YES
Has header "pwd.h" : YES
Has header "sys/auxv.h" : YES
Has header "sys/ioctl.h" : YES
Has header "sys/mount.h" : YES
Has header "sys/syscall.h" : YES
Has header "sys/ucred.h" : NO
Has header "syslog.h" : YES
Has header "util.h" : NO
Has header "xlocale.h" : NO
Has header "linux/btrfs.h" : YES
Has header "xfs/xfs.h" : YES
Has header "linux/devlink.h" : YES
Has header "linux/param.h" : YES
Has header "linux/sockios.h" : YES
Has header "linux/if_bridge.h" : YES
Has header "linux/if_tun.h" : YES
Header <endian.h> has symbol "htole64" : YES
Header <linux/ethtool.h> has symbol "ETH_FLAG_TXVLAN" : YES
Header <linux/ethtool.h> has symbol "ETH_FLAG_NTUPLE" : YES
Header <linux/ethtool.h> has symbol "ETH_FLAG_RXHASH" : YES
Header <linux/ethtool.h> has symbol "ETH_FLAG_LRO" : YES
Header <linux/ethtool.h> has symbol "ETHTOOL_GGSO" : YES
Header <linux/ethtool.h> has symbol "ETHTOOL_GGRO" : YES
Header <linux/ethtool.h> has symbol "ETHTOOL_GFLAGS" : YES
Header <linux/ethtool.h> has symbol "ETHTOOL_GFEATURES" : YES
Header <linux/ethtool.h> has symbol "ETHTOOL_SCOALESCE" : YES
Header <linux/ethtool.h> has symbol "ETHTOOL_GCOALESCE" : YES
Header <linux/if_vlan.h> has symbol "GET_VLAN_VID_CMD" : YES
Header <unistd.h> has symbol "SEEK_HOLE" : YES
Header <net/if_dl.h> has symbol "link_addr" : NO
Header <linux/devlink.h> has symbol "DEVLINK_CMD_ESWITCH_GET" : YES
Header <linux/vhost.h> has symbol "VHOST_VSOCK_SET_GUEST_CID" : YES
Header <linux/bpf.h> has symbol "BPF_PROG_QUERY" : YES
Header <linux/bpf.h> has symbol "BPF_CGROUP_DEVICE" : YES
Header <net/if_bridgevar.h> has symbol "BRDGSFD" : NO
Header <sys/cpuset.h> has symbol "cpuset_getaffinity" : NO
Header <mach/clock.h> has symbol "clock_serv_t" : NO
Checking for type "struct ifreq" : YES
Checking for type "struct sockpeercred" : NO
Checking whether type "struct ifreq" has member "ifr_newname" : YES
Checking whether type "struct ifreq" has member "ifr_ifindex" : YES
Checking whether type "struct ifreq" has member "ifr_index" : NO
Checking whether type "struct ifreq" has member "ifr_hwaddr" : YES
Checking for size of "long" : 8
Program perl found: YES (/usr/bin/perl)
Program python3 found: YES (/usr/bin/python3)
Program xmllint found: YES (/usr/bin/xmllint)
Program xsltproc found: YES (/usr/bin/xsltproc)
Program rpcgen found: YES (/usr/bin/rpcgen)
Program rst2html5 found: YES (/usr/bin/rst2html5)
Program rst2man found: YES (/usr/bin/rst2man)
Program augparse found: YES (/usr/bin/augparse)
Program dmidecode found: NO
Program dnsmasq found: YES (/usr/sbin/dnsmasq)
Program ebtables found: YES (/usr/sbin/ebtables)
Program flake8 found: YES (/usr/bin/flake8)
Program ip found: YES (/usr/sbin/ip)
Program ip6tables found: YES (/usr/sbin/ip6tables)
Program iptables found: YES (/usr/sbin/iptables)
Program iscsiadm found: YES (/usr/sbin/iscsiadm)
Program mdevctl found: NO
Program mm-ctl found: NO
Program modprobe found: YES (/usr/sbin/modprobe)
Program ovs-vsctl found: NO
Program pdwtags found: YES (/usr/bin/pdwtags)
Program radvd found: YES (/usr/sbin/radvd)
Program rmmod found: YES (/usr/sbin/rmmod)
Program scrub found: YES (/usr/bin/scrub)
Program tc found: YES (/usr/sbin/tc)
Program udevadm found: YES (/usr/sbin/udevadm)
Found pkg-config: /usr/bin/pkg-config (1.4.2)
Run-time dependency libtirpc found: YES 1.1.4
Library acl found: YES
Did not find CMake 'cmake'
Found CMake: NO
Run-time dependency libapparmor found: NO (tried pkgconfig and cmake)
Library attr found: YES
Run-time dependency audit found: YES 3.0
Run-time dependency bash-completion found: YES 2.7
Run-time dependency blkid found: YES 2.32.1
Run-time dependency libcap-ng found: YES 0.7.9
Run-time dependency libcurl found: YES 7.61.1
Run-time dependency devmapper found: YES 1.02.175
Library dl found: YES
Has header "dlfcn.h" : YES
Run-time dependency fuse found: YES 2.9.7
Run-time dependency glib-2.0 found: YES 2.56.4
Run-time dependency gobject-2.0 found: YES 2.56.4
Run-time dependency gio-unix-2.0 found: YES 2.56.4
Run-time dependency glusterfs-api found: YES 7.6.0
Run-time dependency gnutls found: YES 3.6.14
Run-time dependency libiscsi found: YES 1.18.0
Run-time dependency libnl-3.0 found: YES 3.5.0
Run-time dependency libnl-route-3.0 found: YES 3.5.0
Run-time dependency libparted found: YES 3.2
Program parted found: YES (/usr/sbin/parted)
Run-time dependency pcap found: YES 1.9.1
Run-time dependency libssh found: YES 0.9.4
Checking for function "ssh_get_server_publickey" with dependency libssh: YES
Checking for function "ssh_session_is_known_server" with dependency libssh: YES
Checking for function "ssh_session_update_known_hosts" with dependency libssh: YES
Run-time dependency libssh2 found: YES 1.9.0
Run-time dependency libxml-2.0 found: YES 2.9.7
Library m found: YES
Run-time dependency netcf found: YES 0.2.8
Checking for function "gettext" : YES
Has header "libintl.h" : YES
Program xgettext found: YES (/usr/bin/xgettext)
Program msgfmt found: YES (/usr/bin/msgfmt)
Program msgmerge found: YES (/usr/bin/msgmerge)
Library numa found: YES
Run-time dependency openwsman found: YES 2.6.5
Run-time dependency parallels-sdk found: NO (tried pkgconfig and cmake)
Run-time dependency pciaccess found: YES 0.14
Library rbd found: YES
Library rados found: YES
Checking for function "rbd_get_features" with dependency -lrbd: YES
Checking for function "rbd_list2" with dependency -lrbd: NO
Run-time dependency readline found: NO (tried pkgconfig and cmake)
Library readline found: YES
Header <readline/readline.h> has symbol "rl_completion_quote_character" : YES
Run-time dependency libsanlock_client found: YES 3.8.3
Checking for function "sanlock_strerror" with dependency libsanlock_client: YES
Run-time dependency libsasl2 found: YES 2.1.27
Run-time dependency libselinux found: YES 2.9
Run-time dependency threads found: YES
Run-time dependency libudev found: YES 239
Library util found: YES
Run-time dependency wireshark found: YES 2.6.2
Has header "wireshark/ws_version.h" : NO
Run-time dependency yajl found: YES 2.1.0
Program pkcheck found: YES (/usr/bin/pkcheck)
Run-time dependency xenlight found: NO (tried pkgconfig and cmake)
Checking if "lxc support" compiles: YES
Program qemu-bridge-helper found: NO
Program qemu-pr-helper found: NO
Program slirp-helper found: NO
Program dbus-daemon found: YES (/usr/bin/dbus-daemon)
Has header "mntent.h" : YES (cached)
Program mount found: YES (/usr/bin/mount)
Program umount found: YES (/usr/bin/umount)
Program mkfs found: YES (/usr/sbin/mkfs)
Program showmount found: YES (/usr/sbin/showmount)
Program pvcreate found: YES (/usr/sbin/pvcreate)
Program vgcreate found: YES (/usr/sbin/vgcreate)
Program lvcreate found: YES (/usr/sbin/lvcreate)
Program pvremove found: YES (/usr/sbin/pvremove)
Program vgremove found: YES (/usr/sbin/vgremove)
Program lvremove found: YES (/usr/sbin/lvremove)
Program lvchange found: YES (/usr/sbin/lvchange)
Program vgchange found: YES (/usr/sbin/vgchange)
Program vgscan found: YES (/usr/sbin/vgscan)
Program pvs found: YES (/usr/sbin/pvs)
Program vgs found: YES (/usr/sbin/vgs)
Program lvs found: YES (/usr/sbin/lvs)
Program dog found: NO
Program zfs found: NO
Program zpool found: NO
Program dtrace found: YES (/usr/bin/dtrace)
Program systemctl found: YES (/usr/bin/systemctl)
Has header "nss.h" : YES
Checking for type "struct gaih_addrtuple" : YES
Checking for type "ns_mtab" : NO
Program numad found: YES (/usr/bin/numad)
Program apibuild.py found: YES (/home/ubuntu/libvirt/scripts/apibuild.py)
Program augeas-gentest.py found: YES (/home/ubuntu/libvirt/scripts/augeas-gentest.py)
Program check-aclperms.py found: YES (/home/ubuntu/libvirt/scripts/check-aclperms.py)
Program check-aclrules.py found: YES (/home/ubuntu/libvirt/scripts/check-aclrules.py)
Program check-driverimpls.py found: YES (/home/ubuntu/libvirt/scripts/check-driverimpls.py)
Program check-drivername.py found: YES (/usr/bin/python3.6 /home/ubuntu/libvirt/scripts/check-drivername.py)
Program check-file-access.py found: YES (/home/ubuntu/libvirt/scripts/check-file-access.py)
Program check-remote-protocol.py found: YES (/usr/bin/python3.6 /home/ubuntu/libvirt/scripts/check-remote-protocol.py)
Program check-symfile.py found: YES (/home/ubuntu/libvirt/scripts/check-symfile.py)
Program check-symsorting.py found: YES (/home/ubuntu/libvirt/scripts/check-symsorting.py)
Program dtrace2systemtap.py found: YES (/home/ubuntu/libvirt/scripts/dtrace2systemtap.py)
Program esx_vi_generator.py found: YES (/home/ubuntu/libvirt/scripts/esx_vi_generator.py)
Program genaclperms.py found: YES (/home/ubuntu/libvirt/scripts/genaclperms.py)
Program genpolkit.py found: YES (/home/ubuntu/libvirt/scripts/genpolkit.py)
Program gensystemtap.py found: YES (/home/ubuntu/libvirt/scripts/gensystemtap.py)
Program group-qemu-caps.py found: YES (/home/ubuntu/libvirt/scripts/group-qemu-caps.py)
Program header-ifdef.py found: YES (/usr/bin/python3.6 /home/ubuntu/libvirt/scripts/header-ifdef.py)
Program hvsupport.py found: YES (/home/ubuntu/libvirt/scripts/hvsupport.py)
Program hyperv_wmi_generator.py found: YES (/home/ubuntu/libvirt/scripts/hyperv_wmi_generator.py)
Program meson-dist.py found: YES (/home/ubuntu/libvirt/scripts/meson-dist.py)
Program meson-gen-authors.py found: YES (/home/ubuntu/libvirt/scripts/meson-gen-authors.py)
Program meson-gen-def.py found: YES (/home/ubuntu/libvirt/scripts/meson-gen-def.py)
Program meson-gen-sym.py found: YES (/home/ubuntu/libvirt/scripts/meson-gen-sym.py)
Program meson-install-dirs.py found: YES (/usr/bin/python3.6 /home/ubuntu/libvirt/scripts/meson-install-dirs.py)
Program meson-install-symlink.py found: YES (/usr/bin/python3.6 /home/ubuntu/libvirt/scripts/meson-install-symlink.py)
Program meson-install-web.py found: YES (/home/ubuntu/libvirt/scripts/meson-install-web.py)
Program meson-python.sh found: YES (/home/ubuntu/libvirt/scripts/meson-python.sh)
Program meson-timestamp.py found: YES (/home/ubuntu/libvirt/scripts/meson-timestamp.py)
Program mock-noinline.py found: YES (/usr/bin/python3.6 /home/ubuntu/libvirt/scripts/mock-noinline.py)
Program prohibit-duplicate-header.py found: YES (/usr/bin/python3.6 /home/ubuntu/libvirt/scripts/prohibit-duplicate-header.py)
Configuring libvirt-common.h using configuration
Program /home/ubuntu/libvirt/src/keycodemapdb/tools/keymap-gen found: YES (/home/ubuntu/libvirt/src/keycodemapdb/tools/keymap-gen)
Program genprotocol.pl found: YES (/home/ubuntu/libvirt/src/rpc/genprotocol.pl)
Program gendispatch.pl found: YES (/home/ubuntu/libvirt/src/rpc/gendispatch.pl)
Configuring libvirtd.conf.tmp with command
Configuring libvirtd.aug.tmp with command
Configuring test_libvirtd.aug.tmp with command
Configuring virtd.conf.tmp with command
Configuring virtd.aug.tmp with command
Configuring test_virtd.aug.tmp with command
Configuring libvirtd.qemu.logrotate using configuration
Configuring libvirtd.lxc.logrotate using configuration
Configuring libvirtd.libxl.logrotate using configuration
Configuring libvirtd.logrotate using configuration
Program /home/ubuntu/libvirt/scripts/meson-python.sh found: YES (/home/ubuntu/libvirt/scripts/meson-python.sh)
Configuring libvirtd.conf using configuration
Configuring libvirtd.aug using configuration
Configuring test_libvirtd.aug.tmp using configuration
Configuring virtproxyd.conf using configuration
Configuring virtproxyd.aug using configuration
Configuring test_virtproxyd.aug.tmp using configuration
Configuring virtinterfaced.conf using configuration
Configuring virtinterfaced.aug using configuration
Configuring test_virtinterfaced.aug.tmp using configuration
Configuring virtnetworkd.conf using configuration
Configuring virtnetworkd.aug using configuration
Configuring test_virtnetworkd.aug.tmp using configuration
Configuring virtnodedevd.conf using configuration
Configuring virtnodedevd.aug using configuration
Configuring test_virtnodedevd.aug.tmp using configuration
Configuring virtnwfilterd.conf using configuration
Configuring virtnwfilterd.aug using configuration
Configuring test_virtnwfilterd.aug.tmp using configuration
Configuring virtsecretd.conf using configuration
Configuring virtsecretd.aug using configuration
Configuring test_virtsecretd.aug.tmp using configuration
Configuring virtstoraged.conf using configuration
Configuring virtstoraged.aug using configuration
Configuring test_virtstoraged.aug.tmp using configuration
Configuring virtlxcd.conf using configuration
Configuring virtlxcd.aug using configuration
Configuring test_virtlxcd.aug.tmp using configuration
Configuring virtchd.conf using configuration
Configuring virtchd.aug using configuration
Configuring test_virtchd.aug.tmp using configuration
Configuring virtqemud.conf using configuration
Configuring virtqemud.aug using configuration
Configuring test_virtqemud.aug.tmp using configuration
Configuring virtvboxd.conf using configuration
Configuring virtvboxd.aug using configuration
Configuring test_virtvboxd.aug.tmp using configuration
Configuring libvirtd.service using configuration
Configuring libvirtd.socket using configuration
Configuring libvirtd-ro.socket using configuration
Configuring libvirtd-admin.socket using configuration
Configuring libvirtd-tcp.socket using configuration
Configuring libvirtd-tls.socket using configuration
Configuring virtproxyd.service using configuration
Configuring virtproxyd.socket using configuration
Configuring virtproxyd-ro.socket using configuration
Configuring virtproxyd-admin.socket using configuration
Configuring virtproxyd-tcp.socket using configuration
Configuring virtproxyd-tls.socket using configuration
Configuring virtinterfaced.service using configuration
Configuring virtinterfaced.socket using configuration
Configuring virtinterfaced-ro.socket using configuration
Configuring virtinterfaced-admin.socket using configuration
Configuring virtlockd.service using configuration
Configuring virtlockd.socket using configuration
Configuring virtlockd-admin.socket using configuration
Configuring virtlogd.service using configuration
Configuring virtlogd.socket using configuration
Configuring virtlogd-admin.socket using configuration
Configuring virtnetworkd.service using configuration
Configuring virtnetworkd.socket using configuration
Configuring virtnetworkd-ro.socket using configuration
Configuring virtnetworkd-admin.socket using configuration
Configuring virtnodedevd.service using configuration
Configuring virtnodedevd.socket using configuration
Configuring virtnodedevd-ro.socket using configuration
Configuring virtnodedevd-admin.socket using configuration
Configuring virtnwfilterd.service using configuration
Configuring virtnwfilterd.socket using configuration
Configuring virtnwfilterd-ro.socket using configuration
Configuring virtnwfilterd-admin.socket using configuration
Configuring virtsecretd.service using configuration
Configuring virtsecretd.socket using configuration
Configuring virtsecretd-ro.socket using configuration
Configuring virtsecretd-admin.socket using configuration
Configuring virtstoraged.service using configuration
Configuring virtstoraged.socket using configuration
Configuring virtstoraged-ro.socket using configuration
Configuring virtstoraged-admin.socket using configuration
Configuring virtlxcd.service using configuration
Configuring virtlxcd.socket using configuration
Configuring virtlxcd-ro.socket using configuration
Configuring virtlxcd-admin.socket using configuration
Configuring virtchd.service using configuration
Configuring virtchd.socket using configuration
Configuring virtchd-ro.socket using configuration
Configuring virtchd-admin.socket using configuration
Configuring virtqemud.service using configuration
Configuring virtqemud.socket using configuration
Configuring virtqemud-ro.socket using configuration
Configuring virtqemud-admin.socket using configuration
Configuring virtvboxd.service using configuration
Configuring virtvboxd.socket using configuration
Configuring virtvboxd-ro.socket using configuration
Configuring virtvboxd-admin.socket using configuration
Program /home/ubuntu/libvirt/scripts/meson-python.sh found: YES (/home/ubuntu/libvirt/scripts/meson-python.sh)
Configuring libvirt-lxc.pc using configuration
Configuring libvirt-qemu.pc using configuration
Configuring libvirt.pc using configuration
Configuring virt-xml-validate using configuration
Configuring virt-pki-validate using configuration
Configuring virt-sanlock-cleanup using configuration
Configuring libvirt-guests.sh using configuration
Configuring libvirt-guests.service using configuration
Configuring virsh using configuration
Configuring virt-admin using configuration
Program util/genxdrstub.pl found: YES (/home/ubuntu/libvirt/tools/wireshark/util/genxdrstub.pl)
Library tasn1 found: YES
Program libvirtd-fail found: YES (/home/ubuntu/libvirt/tests/libvirtd-fail)
Program libvirtd-pool found: YES (/home/ubuntu/libvirt/tests/libvirtd-pool)
Program virsh-auth found: YES (/home/ubuntu/libvirt/tests/virsh-auth)
Program virsh-checkpoint found: YES (/home/ubuntu/libvirt/tests/virsh-checkpoint)
Program virsh-cpuset found: YES (/home/ubuntu/libvirt/tests/virsh-cpuset)
Program virsh-define-dev-segfault found: YES (/home/ubuntu/libvirt/tests/virsh-define-dev-segfault)
Program virsh-int-overflow found: YES (/home/ubuntu/libvirt/tests/virsh-int-overflow)
Program virsh-optparse found: YES (/home/ubuntu/libvirt/tests/virsh-optparse)
Program virsh-output found: YES (/home/ubuntu/libvirt/tests/virsh-output)
Program virsh-read-bufsiz found: YES (/home/ubuntu/libvirt/tests/virsh-read-bufsiz)
Program virsh-read-non-seekable found: YES (/home/ubuntu/libvirt/tests/virsh-read-non-seekable)
Program virsh-schedinfo found: YES (/home/ubuntu/libvirt/tests/virsh-schedinfo)
Program virsh-self-test found: YES (/home/ubuntu/libvirt/tests/virsh-self-test)
Program virsh-snapshot found: YES (/home/ubuntu/libvirt/tests/virsh-snapshot)
Program virsh-start found: YES (/home/ubuntu/libvirt/tests/virsh-start)
Program virsh-undefine found: YES (/home/ubuntu/libvirt/tests/virsh-undefine)
Program virsh-uriprecedence found: YES (/home/ubuntu/libvirt/tests/virsh-uriprecedence)
Program virsh-vcpupin found: YES (/home/ubuntu/libvirt/tests/virsh-vcpupin)
Program virt-admin-self-test found: YES (/home/ubuntu/libvirt/tests/virt-admin-self-test)
Configuring POTFILES using configuration
Configuring index.rst using configuration
Configuring virsh.rst using configuration
Configuring virt-admin.rst using configuration
Configuring virt-host-validate.rst using configuration
Configuring virt-login-shell.rst using configuration
Configuring virt-pki-validate.rst using configuration
Configuring virt-qemu-run.rst using configuration
Configuring virt-xml-validate.rst using configuration
Configuring libvirtd.rst using configuration
Configuring virt-sanlock-cleanup.rst using configuration
Configuring virtbhyved.rst using configuration
Configuring virtinterfaced.rst using configuration
Configuring virtlockd.rst using configuration
Configuring virtlogd.rst using configuration
Configuring virtlxcd.rst using configuration
Configuring virtnetworkd.rst using configuration
Configuring virtnodedevd.rst using configuration
Configuring virtnwfilterd.rst using configuration
Configuring virtproxyd.rst using configuration
Configuring virtqemud.rst using configuration
Configuring virtsecretd.rst using configuration
Configuring virtstoraged.rst using configuration
Configuring virtvboxd.rst using configuration
Configuring virtvzd.rst using configuration
Configuring virtxend.rst using configuration
Using 'MAKE' from environment with value: '/usr/bin/make'
Program make found: YES
Program sed found: YES (/usr/bin/sed)
Program grep found: YES (/usr/bin/grep)
Configuring Makefile using configuration
Configuring libvirt.pc using configuration
Configuring libvirt-qemu.pc using configuration
Configuring libvirt-lxc.pc using configuration
Configuring libvirt-admin.pc using configuration
Configuring libvirt.spec using configuration
Configuring mingw-libvirt.spec using configuration
Configuring AUTHORS.rst using configuration
Program /home/ubuntu/libvirt/scripts/meson-python.sh found: YES (/home/ubuntu/libvirt/scripts/meson-python.sh)
Configuring meson-config.h using configuration
Configuring run using configuration
Configuring .color_coded using configuration
Configuring .ycm_extra_conf.py using configuration
Build targets in project: 600
libvirt 7.8.0
Drivers
QEMU: YES
OpenVZ: YES
VMware: YES
VBox: YES
libxl: NO
LXC: YES
Cloud-Hypervisor: YES
ESX: YES
Hyper-V: YES
vz: NO
Bhyve: NO
Test: YES
Remote: YES
Network: YES
Libvirtd: YES
Interface: YES
Storage Drivers
Dir: YES
FS: YES
NetFS: YES
LVM: YES
iSCSI: YES
iscsi-direct: YES
SCSI: YES
mpath: YES
Disk: YES
RBD: YES
Sheepdog: NO
Gluster: YES
ZFS: NO
Virtuozzo storage: YES
Security Drivers
SELinux: YES
AppArmor: NO
Driver Loadable Modules
driver_modules: YES
Libraries
acl: YES
apparmor: NO
attr: YES
audit: YES
bash_completion: YES
blkid: YES
capng: YES
curl: YES
devmapper: YES
dlopen: YES
fuse: YES
glusterfs: YES
libiscsi: YES
libkvm: NO
libnl: YES
libparted: YES
libpcap: YES
libssh: YES
libssh2: YES
libutil: YES
netcf: YES
NLS: YES
numactl: YES
openwsman: YES
parallels-sdk: NO
pciaccess: YES
polkit: YES
rbd: YES
readline: YES
sanlock: YES
sasl: YES
selinux: YES
udev: YES
xdr: YES
yajl: YES
Windows
MinGW: NO
windres: NO
Test suite
Expensive: YES
Coverage: NO
Miscellaneous
Warning Flags: -fasynchronous-unwind-tables
-fexceptions
-fipa-pure-const
-fno-common
-Waddress
-Waggressive-loop-optimizations
-Walloc-size-larger-than=9223372036854775807
-Walloca
-Warray-bounds=2
-Wattributes
-Wbool-compare
-Wbool-operation
-Wbuiltin-declaration-mismatch
-Wbuiltin-macro-redefined
-Wcast-align
-Wcast-align=strict
-Wno-cast-function-type
-Wchar-subscripts
-Wclobbered
-Wcomment
-Wcomments
-Wcoverage-mismatch
-Wcpp
-Wdangling-else
-Wdate-time
-Wdeclaration-after-statement
-Wdeprecated-declarations
-Wdesignated-init
-Wdiscarded-array-qualifiers
-Wdiscarded-qualifiers
-Wdiv-by-zero
-Wduplicated-cond
-Wduplicate-decl-specifier
-Wempty-body
-Wendif-labels
-Wexpansion-to-defined
-Wformat-contains-nul
-Wformat-extra-args
-Wno-format-nonliteral
-Wformat-overflow=2
-Wformat-security
-Wno-format-truncation
-Wformat-y2k
-Wformat-zero-length
-Wframe-address
-Wframe-larger-than=4096
-Wfree-nonheap-object
-Whsa
-Wif-not-aligned
-Wignored-attributes
-Wignored-qualifiers
-Wimplicit
-Wimplicit-fallthrough=5
-Wimplicit-function-declaration
-Wimplicit-int
-Wincompatible-pointer-types
-Winit-self
-Winline
-Wint-conversion
-Wint-in-bool-context
-Wint-to-pointer-cast
-Winvalid-memory-model
-Winvalid-pch
-Wjump-misses-init
-Wlogical-not-parentheses
-Wlogical-op
-Wmain
-Wmaybe-uninitialized
-Wmemset-elt-size
-Wmemset-transposed-args
-Wmisleading-indentation
-Wmissing-attributes
-Wmissing-braces
-Wmissing-declarations
-Wmissing-field-initializers
-Wmissing-include-dirs
-Wmissing-parameter-type
-Wmissing-prototypes
-Wmultichar
-Wmultistatement-macros
-Wnarrowing
-Wnested-externs
-Wnonnull
-Wnonnull-compare
-Wnormalized=nfc
-Wnull-dereference
-Wodr
-Wold-style-declaration
-Wold-style-definition
-Wopenmp-simd
-Woverflow
-Woverride-init
-Wpacked-bitfield-compat
-Wpacked-not-aligned
-Wparentheses
-Wpointer-arith
-Wpointer-compare
-Wpointer-sign
-Wpointer-to-int-cast
-Wpragmas
-Wpsabi
-Wrestrict
-Wreturn-local-addr
-Wreturn-type
-Wscalar-storage-order
-Wsequence-point
-Wshadow
-Wshift-count-negative
-Wshift-count-overflow
-Wshift-negative-value
-Wshift-overflow=2
-Wno-sign-compare
-Wsizeof-array-argument
-Wsizeof-pointer-div
-Wsizeof-pointer-memaccess
-Wstrict-aliasing
-Wstrict-prototypes
-Wstringop-overflow=2
-Wstringop-truncation
-Wsuggest-attribute=cold
-Wno-suggest-attribute=const
-Wsuggest-attribute=format
-Wsuggest-attribute=noreturn
-Wno-suggest-attribute=pure
-Wsuggest-final-methods
-Wsuggest-final-types
-Wswitch
-Wswitch-bool
-Wswitch-enum
-Wswitch-unreachable
-Wsync-nand
-Wtautological-compare
-Wtrampolines
-Wtrigraphs
-Wtype-limits
-Wuninitialized
-Wunknown-pragmas
-Wunused
-Wunused-but-set-parameter
-Wunused-but-set-variable
-Wunused-const-variable=2
-Wunused-function
-Wunused-label
-Wunused-local-typedefs
-Wunused-parameter
-Wunused-result
-Wunused-value
-Wunused-variable
-Wvarargs
-Wvariadic-macros
-Wvector-operation-performance
-Wvla
-Wvolatile-register-var
-Wwrite-strings
-fstack-protector-strong
-Wdouble-promotion
docs: YES
tests: YES
DTrace: YES
firewalld: YES
firewalld-zone: YES
nss: YES
numad: YES
Init script: systemd
Char device locks: /var/lock
Loader/NVRAM:
pm_utils: NO
virt-login-shell: YES
virt-host-validate: YES
TLS priority: NORMAL
Developer Tools
wireshark_dissector: YES
Privileges
QEMU: root:root !!! running QEMU as root is strongly discouraged !!!
Found ninja-1.8.2 at /usr/bin/ninja
ninja: Entering directory `build'
[1305/1306] Running all tests.
1/307 libvirt / check-aclperms OK 0.07s
2/307 libvirt / check-symfile OK 0.16s
3/307 libvirt / check-admin-symfile OK 0.10s
4/307 libvirt / check-symsorting OK 0.08s
5/307 libvirt / check-admin-symsorting OK 0.08s
6/307 libvirt / check-drivername OK 0.08s
7/307 libvirt / check-admin-drivername OK 0.09s
8/307 libvirt / check-driverimpls OK 0.61s
9/307 libvirt / check-aclrules OK 0.55s
10/307 libvirt / check-augeas-libvirt_lockd OK 0.07s
11/307 libvirt / check-augeas-libvirt_sanlock OK 0.06s
12/307 libvirt / check-augeas-virtlockd OK 0.08s
13/307 libvirt / check-augeas-virtlogd OK 0.08s
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.23s
17/307 libvirt / check-augeas-virtproxyd OK 0.20s
18/307 libvirt / check-augeas-virtinterfaced OK 0.13s
19/307 libvirt / check-augeas-virtnetworkd OK 0.11s
20/307 libvirt / check-augeas-virtnodedevd OK 0.12s
21/307 libvirt / check-augeas-virtnwfilterd OK 0.11s
22/307 libvirt / check-augeas-virtsecretd OK 0.12s
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.13s
27/307 libvirt / check-augeas-virtvboxd OK 0.13s
28/307 libvirt / check-virnetprotocol OK 0.10s
29/307 libvirt / check-virkeepaliveprotocol OK 0.12s
30/307 libvirt / check-remote_protocol OK 0.26s
31/307 libvirt / check-qemu_protocol OK 0.16s
32/307 libvirt / check-lxc_protocol OK 0.15s
33/307 libvirt / check-admin_protocol OK 0.12s
34/307 libvirt / check-lock_protocol OK 0.09s
35/307 libvirt / check-lxc_monitor_protocol OK 0.19s
36/307 libvirt / commandtest OK 0.50s
37/307 libvirt / cputest OK 1.70s
38/307 libvirt / domaincapstest OK 0.63s
39/307 libvirt / domainconftest OK 0.08s
40/307 libvirt / genericxml2xmltest OK 0.21s
41/307 libvirt / interfacexml2xmltest OK 0.20s
42/307 libvirt / metadatatest OK 0.25s
43/307 libvirt / networkxml2xmlupdatetest OK 0.25s
44/307 libvirt / nodedevxml2xmltest OK 0.22s
45/307 libvirt / nwfilterxml2xmltest OK 0.20s
46/307 libvirt / objecteventtest OK 0.17s
47/307 libvirt / seclabeltest OK 0.22s
48/307 libvirt / secretxml2xmltest OK 0.15s
49/307 libvirt / shunloadtest OK 0.11s
50/307 libvirt / sockettest OK 0.16s
51/307 libvirt / storagevolxml2xmltest OK 0.21s
52/307 libvirt / sysinfotest OK 0.16s
53/307 libvirt / utiltest OK 0.19s
54/307 libvirt / viralloctest OK 0.20s
55/307 libvirt / virauthconfigtest OK 0.11s
56/307 libvirt / virbitmaptest OK 0.19s
57/307 libvirt / virbuftest OK 0.11s
58/307 libvirt / vircapstest OK 0.14s
59/307 libvirt / vircgrouptest OK 0.19s
60/307 libvirt / virconftest OK 0.15s
61/307 libvirt / vircryptotest OK 0.24s
62/307 libvirt / virendiantest OK 0.09s
63/307 libvirt / virerrortest OK 0.13s
64/307 libvirt / virfilecachetest OK 0.12s
65/307 libvirt / virfiletest OK 0.38s
66/307 libvirt / virfirewalltest OK 0.16s
67/307 libvirt / virhostcputest OK 0.16s
68/307 libvirt / virhostdevtest OK 0.26s
69/307 libvirt / viridentitytest OK 0.09s
70/307 libvirt / viriscsitest OK 0.14s
71/307 libvirt / virkeycodetest OK 0.18s
72/307 libvirt / virkmodtest OK 0.11s
73/307 libvirt / virlockspacetest OK 0.12s
74/307 libvirt / virlogtest OK 0.09s
75/307 libvirt / virnetdevtest OK 0.11s
76/307 libvirt / virnetworkportxml2xmltest OK 0.11s
77/307 libvirt / virnwfilterbindingxml2xmltest OK 0.12s
78/307 libvirt / virpcitest OK 0.16s
79/307 libvirt / virportallocatortest OK 0.14s
80/307 libvirt / virrotatingfiletest OK 0.08s
81/307 libvirt / virschematest OK 3.33s
82/307 libvirt / virshtest OK 2.62s
83/307 libvirt / virstringtest OK 0.13s
84/307 libvirt / virsystemdtest OK 0.25s
85/307 libvirt / virtimetest OK 0.13s
86/307 libvirt / virtypedparamtest OK 0.11s
87/307 libvirt / viruritest OK 0.13s
88/307 libvirt / virpcivpdtest OK 0.18s
89/307 libvirt / vshtabletest OK 0.10s
90/307 libvirt / virmigtest OK 0.05s
91/307 libvirt / fchosttest OK 0.13s
92/307 libvirt / scsihosttest OK 0.15s
93/307 libvirt / vircaps2xmltest OK 0.13s
94/307 libvirt / virnetdevbandwidthtest OK 0.08s
95/307 libvirt / virresctrltest OK 0.10s
96/307 libvirt / virscsitest OK 0.15s
97/307 libvirt / virusbtest OK 0.16s
98/307 libvirt / virnetdevopenvswitchtest OK 0.11s
99/307 libvirt / esxutilstest OK 0.18s
100/307 libvirt / eventtest OK 0.62s
101/307 libvirt / fdstreamtest OK 0.13s
102/307 libvirt / virdriverconnvalidatetest OK 0.09s
103/307 libvirt / virdrivermoduletest OK 0.20s
104/307 libvirt / lxcconf2xmltest OK 0.12s
105/307 libvirt / lxcxml2xmltest OK 0.07s
106/307 libvirt / networkxml2conftest OK 0.11s
107/307 libvirt / networkxml2firewalltest OK 0.15s
108/307 libvirt / networkxml2xmltest OK 0.16s
109/307 libvirt / nodedevmdevctltest OK 0.10s
110/307 libvirt / nsstest OK 0.16s
111/307 libvirt / nssguesttest OK 0.12s
112/307 libvirt / nwfilterebiptablestest OK 0.14s
113/307 libvirt / nwfilterxml2firewalltest OK 0.13s
114/307 libvirt / openvzutilstest OK 0.08s
115/307 libvirt / virpolkittest OK 0.24s
116/307 libvirt / qemuagenttest OK 6.23s
117/307 libvirt / qemublocktest OK 0.30s
118/307 libvirt / qemucapabilitiestest OK 2.96s
119/307 libvirt / qemucaps2xmltest OK 0.19s
120/307 libvirt / qemucommandutiltest OK 0.11s
121/307 libvirt / qemudomaincheckpointxml2xmltest OK 0.32s
122/307 libvirt / qemudomainsnapshotxml2xmltest OK 0.21s
123/307 libvirt / qemufirmwaretest OK 0.13s
124/307 libvirt / qemuhotplugtest OK 1.48s
125/307 libvirt / qemumemlocktest OK 0.20s
126/307 libvirt / qemumigparamstest OK 0.19s
127/307 libvirt / qemumigrationcookiexmltest OK 0.11s
128/307 libvirt / qemumonitorjsontest OK 0.63s
129/307 libvirt / qemusecuritytest OK 1.87s
130/307 libvirt / qemustatusxml2xmltest OK 0.20s
131/307 libvirt / qemuvhostusertest OK 0.07s
132/307 libvirt / qemuxml2argvtest OK 4.59s
133/307 libvirt / qemuxml2xmltest OK 2.63s
134/307 libvirt / virnetdaemontest OK 0.13s
135/307 libvirt / virnetmessagetest OK 0.17s
136/307 libvirt / virnetserverclienttest OK 0.10s
137/307 libvirt / virnetsockettest OK 0.19s
138/307 libvirt / virnettlscontexttest OK 0.36s
139/307 libvirt / virnettlssessiontest OK 2.66s
140/307 libvirt / securityselinuxtest OK 0.13s
141/307 libvirt / securityselinuxlabeltest OK 0.17s
142/307 libvirt / storagepoolcapstest OK 0.14s
143/307 libvirt / storagepoolxml2argvtest OK 0.16s
144/307 libvirt / storagepoolxml2xmltest OK 0.15s
145/307 libvirt / storagevolxml2argvtest OK 0.14s
146/307 libvirt / virstorageutiltest OK 0.17s
147/307 libvirt / virstoragetest OK 0.90s
148/307 libvirt / vboxsnapshotxmltest OK 0.13s
149/307 libvirt / vmwarevertest OK 0.14s
150/307 libvirt / vmx2xmltest OK 0.16s
151/307 libvirt / xml2vmxtest OK 0.12s
152/307 libvirt / virjsontest OK 0.13s
153/307 libvirt / virmacmaptest OK 0.12s
154/307 libvirt / libvirtd-fail OK 0.21s
155/307 libvirt / libvirtd-pool OK 0.12s
156/307 libvirt / virsh-auth OK 0.18s
157/307 libvirt / virsh-checkpoint OK 0.52s
158/307 libvirt / virsh-cpuset OK 0.21s
159/307 libvirt / virsh-define-dev-segfault OK 0.19s
160/307 libvirt / virsh-int-overflow OK 0.15s
161/307 libvirt / virsh-optparse OK 3.01s
162/307 libvirt / virsh-output OK 2.61s
163/307 libvirt / virsh-read-bufsiz OK 0.30s
164/307 libvirt / virsh-read-non-seekable OK 0.17s
165/307 libvirt / virsh-schedinfo OK 0.15s
166/307 libvirt / virsh-self-test OK 0.13s
167/307 libvirt / virsh-snapshot OK 0.33s
168/307 libvirt / virsh-start OK 0.12s
169/307 libvirt / virsh-undefine OK 0.19s
170/307 libvirt / virsh-uriprecedence OK 0.43s
171/307 libvirt / virsh-vcpupin OK 0.70s
172/307 libvirt / virt-admin-self-test OK 0.13s
173/307 libvirt / check-html OK 0.13s
174/307 libvirt:syntax-check / sc_avoid_write OK 0.36s
175/307 libvirt:syntax-check / sc_flags_debug OK 1.43s
176/307 libvirt:syntax-check / sc_flags_usage OK 1.29s
177/307 libvirt:syntax-check / sc_prohibit_internal_functions OK 0.79s
178/307 libvirt:syntax-check / sc_prohibit_raw_virclassnew OK 0.64s
179/307 libvirt:syntax-check / sc_prohibit_raw_allocation OK 0.80s
180/307 libvirt:syntax-check / sc_prohibit_close OK 1.35s
181/307 libvirt:syntax-check / sc_prohibit_fork_wrappers OK 0.68s
182/307 libvirt:syntax-check / sc_prohibit_mkstemp OK 0.41s
183/307 libvirt:syntax-check / sc_prohibit_mkdtemp OK 0.32s
184/307 libvirt:syntax-check / sc_prohibit_access_xok OK 0.33s
185/307 libvirt:syntax-check / sc_prohibit_strncmp OK 0.81s
186/307 libvirt:syntax-check / sc_prohibit_strtol OK 1.48s
187/307 libvirt:syntax-check / sc_prohibit_asprintf OK 1.48s
188/307 libvirt:syntax-check / sc_prohobit_vsnprintf OK 0.33s
189/307 libvirt:syntax-check / sc_prohibit_strdup OK 0.92s
190/307 libvirt:syntax-check / sc_prohibit_setuid OK 0.97s
191/307 libvirt:syntax-check / sc_prohibit_risky_id_promotion OK 0.91s
192/307 libvirt:syntax-check / sc_prohibit_sprintf OK 0.35s
193/307 libvirt:syntax-check / sc_prohibit_snprintf OK 0.87s
194/307 libvirt:syntax-check / sc_prohibit_readlink OK 0.86s
195/307 libvirt:syntax-check / sc_prohibit_gethostname OK 0.80s
196/307 libvirt:syntax-check / sc_prohibit_readdir OK 0.90s
197/307 libvirt:syntax-check / sc_prohibit_gettext_noop OK 0.85s
198/307 libvirt:syntax-check / sc_prohibit_PATH_MAX OK 0.87s
199/307 libvirt:syntax-check / sc_prohibit_nonreentrant OK 0.30s
200/307 libvirt:syntax-check / sc_prohibit_select OK 0.91s
201/307 libvirt:syntax-check / sc_prohibit_ctype_h OK 0.82s
202/307 libvirt:syntax-check / sc_prohibit_canonicalize_file_name OK 0.81s
203/307 libvirt:syntax-check / sc_correct_id_types OK 0.86s
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.34s
208/307 libvirt:syntax-check / sc_avoid_strcase OK 0.85s
209/307 libvirt:syntax-check / sc_prohibit_virBufferAdd_with_string_literal OK 0.80s
210/307 libvirt:syntax-check / sc_prohibit_virBufferAsprintf_with_string_literal OK 0.79s
211/307 libvirt:syntax-check / sc_forbid_manual_xml_indent OK 0.81s
212/307 libvirt:syntax-check / sc_prohibit_libgen OK 0.95s
213/307 libvirt:syntax-check / sc_prohibit_xmlGetProp OK 0.74s
214/307 libvirt:syntax-check / sc_prohibit_xmlURI OK 0.79s
215/307 libvirt:syntax-check / sc_prohibit_return_as_function OK 0.74s
216/307 libvirt:syntax-check / sc_avoid_g_gnuc_unused_in_header OK 0.18s
217/307 libvirt:syntax-check / sc_prohibit_attribute_macros OK 0.28s
218/307 libvirt:syntax-check / sc_prohibit_non_glib_macros OK 0.23s
219/307 libvirt:syntax-check / sc_prohibit_int_index OK 0.71s
220/307 libvirt:syntax-check / sc_prohibit_int_ijk OK 0.89s
221/307 libvirt:syntax-check / sc_prohibit_loop_iijjkk OK 0.85s
222/307 libvirt:syntax-check / sc_prohibit_loop_var_decl OK 0.28s
223/307 libvirt:syntax-check / sc_prohibit_int_assign_bool OK 0.75s
224/307 libvirt:syntax-check / sc_prohibit_unsigned_pid OK 0.70s
225/307 libvirt:syntax-check / sc_libvirt_unmarked_diagnostics OK 0.82s
226/307 libvirt:syntax-check / sc_prohibit_newline_at_end_of_diagnostic OK 0.70s
227/307 libvirt:syntax-check / sc_prohibit_diagnostic_without_format OK 1.16s
228/307 libvirt:syntax-check / sc_prohibit_useless_translation OK 1.34s
229/307 libvirt:syntax-check / sc_require_whitespace_in_translation OK 1.50s
230/307 libvirt:syntax-check / sc_preprocessor_indentation OK 0.05s
231/307 libvirt:syntax-check / sc_spec_indentation OK 0.05s
232/307 libvirt:syntax-check / sc_copyright_usage OK 1.47s
233/307 libvirt:syntax-check / sc_prohibit_gettext_markup OK 0.73s
234/307 libvirt:syntax-check / sc_prohibit_cross_inclusion OK 2.08s
235/307 libvirt:syntax-check / sc_require_enum_last_marker OK 0.58s
236/307 libvirt:syntax-check / sc_flake8 OK 2.99s
237/307 libvirt:syntax-check / sc_prohibit_exit_in_tests OK 0.21s
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.20s
241/307 libvirt:syntax-check / sc_prohibit_unbounded_arrays_in_rpc OK 0.16s
242/307 libvirt:syntax-check / sc_prohibit_atoi OK 0.72s
243/307 libvirt:syntax-check / sc_prohibit_wrong_filename_in_comment OK 0.70s
244/307 libvirt:syntax-check / sc_prohibit_virConnectOpen_in_virsh OK 0.18s
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.23s
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.72s
249/307 libvirt:syntax-check / sc_prohibit_windows_special_chars_in_filename OK 0.14s
250/307 libvirt:syntax-check / sc_prohibit_mixed_case_abbreviations OK 0.30s
251/307 libvirt:syntax-check / sc_require_locale_h OK 0.54s
252/307 libvirt:syntax-check / sc_prohibit_empty_first_line OK 1.99s
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.61s
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.60s
262/307 libvirt:syntax-check / sc_prohibit_verbose_strcat OK 0.28s
263/307 libvirt:syntax-check / sc_gettext_init OK 0.19s
264/307 libvirt:syntax-check / sc_prohibit_obj_free_apis_in_virsh OK 0.20s
265/307 libvirt:syntax-check / sc_prohibit_http_urls OK 0.60s
266/307 libvirt:syntax-check / sc_prohibit_author OK 0.64s
267/307 libvirt:syntax-check / sc_prohibit_backslash_alignment OK 0.23s
268/307 libvirt:syntax-check / sc_require_attribute_cleanup_initialization OK 0.28s
269/307 libvirt:syntax-check / sc_prohibit_class OK 0.24s
270/307 libvirt:syntax-check / sc_prohibit_dirent_d_type OK 0.29s
271/307 libvirt:syntax-check / sc_cast_of_argument_to_free OK 0.72s
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.67s
274/307 libvirt:syntax-check / sc_prohibit_strncpy OK 0.62s
275/307 libvirt:syntax-check / sc_prohibit_magic_number_exit OK 0.86s
276/307 libvirt:syntax-check / sc_error_message_warn_fatal OK 0.58s
277/307 libvirt:syntax-check / sc_error_message_period OK 0.55s
278/307 libvirt:syntax-check / sc_prohibit_have_config_h OK 0.61s
279/307 libvirt:syntax-check / sc_require_config_h OK 0.26s
280/307 libvirt:syntax-check / sc_require_config_h_first OK 0.19s
281/307 libvirt:syntax-check / sc_prohibit_assert_without_use OK 0.25s
282/307 libvirt:syntax-check / sc_prohibit_getopt_without_use OK 0.24s
283/307 libvirt:syntax-check / sc_prohibit_signal_without_use OK 0.24s
284/307 libvirt:syntax-check / sc_prohibit_stdio--_without_use OK 0.19s
285/307 libvirt:syntax-check / sc_prohibit_stddef_without_use OK 0.23s
286/307 libvirt:syntax-check / sc_prohibit_dirent_without_use OK 0.23s
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.64s
290/307 libvirt:syntax-check / sc_prohibit_defined_have_decl_tests OK 0.58s
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.45s
293/307 libvirt:syntax-check / sc_prohibit_doubled_word OK 1.79s
294/307 libvirt:syntax-check / sc_prohibit_double_semicolon OK 0.29s
295/307 libvirt:syntax-check / sc_prohibit_test_minus_ao OK 0.64s
296/307 libvirt:syntax-check / sc_prohibit_test_double_equal OK 0.50s
297/307 libvirt:syntax-check / sc_redundant_const OK 0.65s
298/307 libvirt:syntax-check / sc_const_long_option OK 0.56s
299/307 libvirt:syntax-check / sc_po_check OK 0.30s
300/307 libvirt:syntax-check / sc_Wundef_boolean OK 0.56s
301/307 libvirt:syntax-check / sc_prohibit_path_max_allocation OK 0.57s
302/307 libvirt:syntax-check / sc_prohibit-duplicate-header OK 0.70s
303/307 libvirt:syntax-check / sc_spacing-check OK 3.36s
304/307 libvirt:syntax-check / sc_mock-noinline OK 1.10s
305/307 libvirt:syntax-check / sc_header-ifdef OK 0.31s
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.15s
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.16s
3/307 libvirt / check-admin-symfile OK 0.10s
4/307 libvirt / check-symsorting OK 0.07s
5/307 libvirt / check-admin-symsorting OK 0.07s
6/307 libvirt / check-drivername OK 0.13s
7/307 libvirt / check-admin-drivername OK 0.07s
8/307 libvirt / check-driverimpls OK 0.61s
9/307 libvirt / check-aclrules OK 0.57s
10/307 libvirt / check-augeas-libvirt_lockd OK 0.06s
11/307 libvirt / check-augeas-libvirt_sanlock OK 0.07s
12/307 libvirt / check-augeas-virtlockd OK 0.06s
13/307 libvirt / check-augeas-virtlogd OK 0.08s
14/307 libvirt / check-augeas-libvirtd_lxc OK 0.07s
15/307 libvirt / check-augeas-libvirtd_qemu OK 0.32s
16/307 libvirt / check-augeas-libvirtd OK 0.20s
17/307 libvirt / check-augeas-virtproxyd OK 0.15s
18/307 libvirt / check-augeas-virtinterfaced OK 0.12s
19/307 libvirt / check-augeas-virtnetworkd OK 0.14s
20/307 libvirt / check-augeas-virtnodedevd OK 0.11s
21/307 libvirt / check-augeas-virtnwfilterd OK 0.13s
22/307 libvirt / check-augeas-virtsecretd OK 0.12s
23/307 libvirt / check-augeas-virtstoraged OK 0.13s
24/307 libvirt / check-augeas-virtlxcd OK 0.16s
25/307 libvirt / check-augeas-virtchd OK 0.11s
26/307 libvirt / check-augeas-virtqemud OK 0.10s
27/307 libvirt / check-augeas-virtvboxd OK 0.15s
28/307 libvirt / check-virnetprotocol OK 0.17s
29/307 libvirt / check-virkeepaliveprotocol OK 0.13s
30/307 libvirt / check-remote_protocol OK 0.26s
31/307 libvirt / check-qemu_protocol OK 0.16s
32/307 libvirt / check-lxc_protocol OK 0.16s
33/307 libvirt / check-admin_protocol OK 0.16s
34/307 libvirt / check-lock_protocol OK 0.16s
35/307 libvirt / check-lxc_monitor_protocol OK 0.09s
36/307 libvirt / commandtest OK 0.49s
37/307 libvirt / cputest OK 1.71s
38/307 libvirt / domaincapstest OK 0.60s
39/307 libvirt / domainconftest OK 0.18s
40/307 libvirt / genericxml2xmltest OK 0.25s
41/307 libvirt / interfacexml2xmltest OK 0.11s
42/307 libvirt / metadatatest OK 0.07s
43/307 libvirt / networkxml2xmlupdatetest OK 0.19s
44/307 libvirt / nodedevxml2xmltest OK 0.15s
45/307 libvirt / nwfilterxml2xmltest OK 0.11s
46/307 libvirt / objecteventtest OK 0.17s
47/307 libvirt / seclabeltest OK 0.10s
48/307 libvirt / secretxml2xmltest OK 0.11s
49/307 libvirt / shunloadtest OK 0.21s
50/307 libvirt / sockettest OK 0.18s
51/307 libvirt / storagevolxml2xmltest OK 0.24s
52/307 libvirt / sysinfotest OK 0.16s
53/307 libvirt / utiltest OK 0.26s
54/307 libvirt / viralloctest OK 0.19s
55/307 libvirt / virauthconfigtest OK 0.13s
56/307 libvirt / virbitmaptest OK 0.20s
57/307 libvirt / virbuftest OK 0.12s
58/307 libvirt / vircapstest OK 0.18s
59/307 libvirt / vircgrouptest OK 0.21s
60/307 libvirt / virconftest OK 0.18s
61/307 libvirt / vircryptotest OK 0.17s
62/307 libvirt / virendiantest OK 0.24s
63/307 libvirt / virerrortest OK 0.08s
64/307 libvirt / virfilecachetest OK 0.16s
65/307 libvirt / virfiletest OK 0.44s
66/307 libvirt / virfirewalltest OK 0.17s
67/307 libvirt / virhostcputest OK 0.20s
68/307 libvirt / virhostdevtest OK 0.27s
69/307 libvirt / viridentitytest OK 0.08s
70/307 libvirt / viriscsitest OK 0.13s
71/307 libvirt / virkeycodetest OK 0.23s
72/307 libvirt / virkmodtest OK 0.12s
73/307 libvirt / virlockspacetest OK 0.11s
74/307 libvirt / virlogtest OK 0.11s
75/307 libvirt / virnetdevtest OK 0.13s
76/307 libvirt / virnetworkportxml2xmltest OK 0.19s
77/307 libvirt / virnwfilterbindingxml2xmltest OK 0.19s
78/307 libvirt / virpcitest OK 0.21s
79/307 libvirt / virportallocatortest OK 0.14s
80/307 libvirt / virrotatingfiletest OK 0.13s
81/307 libvirt / virschematest OK 3.39s
82/307 libvirt / virshtest OK 2.59s
83/307 libvirt / virstringtest OK 0.16s
84/307 libvirt / virsystemdtest OK 0.17s
85/307 libvirt / virtimetest OK 0.06s
86/307 libvirt / virtypedparamtest OK 0.16s
87/307 libvirt / viruritest OK 0.10s
88/307 libvirt / virpcivpdtest OK 0.14s
89/307 libvirt / vshtabletest OK 0.14s
90/307 libvirt / virmigtest OK 0.19s
91/307 libvirt / fchosttest OK 0.16s
92/307 libvirt / scsihosttest OK 0.11s
93/307 libvirt / vircaps2xmltest OK 0.19s
94/307 libvirt / virnetdevbandwidthtest OK 0.16s
95/307 libvirt / virresctrltest OK 0.16s
96/307 libvirt / virscsitest OK 0.14s
97/307 libvirt / virusbtest OK 0.10s
98/307 libvirt / virnetdevopenvswitchtest OK 0.15s
99/307 libvirt / esxutilstest OK 0.12s
100/307 libvirt / eventtest OK 0.51s
101/307 libvirt / fdstreamtest OK 0.14s
102/307 libvirt / virdriverconnvalidatetest OK 0.13s
103/307 libvirt / virdrivermoduletest OK 0.14s
104/307 libvirt / lxcconf2xmltest OK 0.07s
105/307 libvirt / lxcxml2xmltest OK 0.07s
106/307 libvirt / networkxml2conftest OK 0.11s
107/307 libvirt / networkxml2firewalltest OK 0.18s
108/307 libvirt / networkxml2xmltest OK 0.14s
109/307 libvirt / nodedevmdevctltest OK 0.16s
110/307 libvirt / nsstest OK 0.11s
111/307 libvirt / nssguesttest OK 0.15s
112/307 libvirt / nwfilterebiptablestest OK 0.07s
113/307 libvirt / nwfilterxml2firewalltest OK 0.26s
114/307 libvirt / openvzutilstest OK 0.13s
115/307 libvirt / virpolkittest OK 0.08s
116/307 libvirt / qemuagenttest OK 6.28s
117/307 libvirt / qemublocktest OK 0.29s
118/307 libvirt / qemucapabilitiestest OK 2.92s
119/307 libvirt / qemucaps2xmltest OK 0.23s
120/307 libvirt / qemucommandutiltest OK 0.08s
121/307 libvirt / qemudomaincheckpointxml2xmltest OK 0.33s
122/307 libvirt / qemudomainsnapshotxml2xmltest OK 0.17s
123/307 libvirt / qemufirmwaretest OK 0.10s
124/307 libvirt / qemuhotplugtest OK 1.48s
125/307 libvirt / qemumemlocktest OK 0.19s
126/307 libvirt / qemumigparamstest OK 0.18s
127/307 libvirt / qemumigrationcookiexmltest OK 0.18s
128/307 libvirt / qemumonitorjsontest OK 0.55s
129/307 libvirt / qemusecuritytest OK 1.81s
130/307 libvirt / qemustatusxml2xmltest OK 0.19s
131/307 libvirt / qemuvhostusertest OK 0.14s
132/307 libvirt / qemuxml2argvtest OK 4.67s
133/307 libvirt / qemuxml2xmltest OK 2.65s
134/307 libvirt / virnetdaemontest OK 0.24s
135/307 libvirt / virnetmessagetest OK 0.18s
136/307 libvirt / virnetserverclienttest OK 0.18s
137/307 libvirt / virnetsockettest OK 0.22s
138/307 libvirt / virnettlscontexttest OK 0.34s
139/307 libvirt / virnettlssessiontest OK 0.65s
140/307 libvirt / securityselinuxtest OK 0.09s
141/307 libvirt / securityselinuxlabeltest OK 0.17s
142/307 libvirt / storagepoolcapstest OK 0.10s
143/307 libvirt / storagepoolxml2argvtest OK 0.22s
144/307 libvirt / storagepoolxml2xmltest OK 0.24s
145/307 libvirt / storagevolxml2argvtest OK 0.18s
146/307 libvirt / virstorageutiltest OK 0.12s
147/307 libvirt / virstoragetest OK 0.87s
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.19s
152/307 libvirt / virjsontest OK 0.15s
153/307 libvirt / virmacmaptest OK 0.12s
154/307 libvirt / libvirtd-fail OK 0.17s
155/307 libvirt / libvirtd-pool OK 0.11s
156/307 libvirt / virsh-auth OK 0.23s
157/307 libvirt / virsh-checkpoint OK 0.55s
158/307 libvirt / virsh-cpuset OK 0.17s
159/307 libvirt / virsh-define-dev-segfault OK 0.18s
160/307 libvirt / virsh-int-overflow OK 0.11s
161/307 libvirt / virsh-optparse OK 3.18s
162/307 libvirt / virsh-output OK 2.63s
163/307 libvirt / virsh-read-bufsiz OK 0.18s
164/307 libvirt / virsh-read-non-seekable OK 0.14s
165/307 libvirt / virsh-schedinfo OK 0.25s
166/307 libvirt / virsh-self-test OK 0.31s
167/307 libvirt / virsh-snapshot OK 0.45s
168/307 libvirt / virsh-start OK 0.22s
169/307 libvirt / virsh-undefine OK 0.29s
170/307 libvirt / virsh-uriprecedence OK 0.45s
171/307 libvirt / virsh-vcpupin OK 0.73s
172/307 libvirt / virt-admin-self-test OK 0.23s
173/307 libvirt / check-html OK 0.23s
174/307 libvirt:syntax-check / sc_avoid_write OK 0.22s
175/307 libvirt:syntax-check / sc_flags_debug OK 1.29s
176/307 libvirt:syntax-check / sc_flags_usage OK 1.28s
177/307 libvirt:syntax-check / sc_prohibit_internal_functions OK 0.73s
178/307 libvirt:syntax-check / sc_prohibit_raw_virclassnew OK 0.56s
179/307 libvirt:syntax-check / sc_prohibit_raw_allocation OK 0.97s
180/307 libvirt:syntax-check / sc_prohibit_close OK 1.54s
181/307 libvirt:syntax-check / sc_prohibit_fork_wrappers OK 0.94s
182/307 libvirt:syntax-check / sc_prohibit_mkstemp OK 0.35s
183/307 libvirt:syntax-check / sc_prohibit_mkdtemp OK 0.22s
184/307 libvirt:syntax-check / sc_prohibit_access_xok OK 0.26s
185/307 libvirt:syntax-check / sc_prohibit_strncmp OK 0.86s
186/307 libvirt:syntax-check / sc_prohibit_strtol OK 1.61s
187/307 libvirt:syntax-check / sc_prohibit_asprintf OK 1.48s
188/307 libvirt:syntax-check / sc_prohobit_vsnprintf OK 0.29s
189/307 libvirt:syntax-check / sc_prohibit_strdup OK 0.96s
190/307 libvirt:syntax-check / sc_prohibit_setuid OK 0.97s
191/307 libvirt:syntax-check / sc_prohibit_risky_id_promotion OK 0.90s
192/307 libvirt:syntax-check / sc_prohibit_sprintf OK 0.32s
193/307 libvirt:syntax-check / sc_prohibit_snprintf OK 0.93s
194/307 libvirt:syntax-check / sc_prohibit_readlink OK 0.77s
195/307 libvirt:syntax-check / sc_prohibit_gethostname OK 0.85s
196/307 libvirt:syntax-check / sc_prohibit_readdir OK 0.91s
197/307 libvirt:syntax-check / sc_prohibit_gettext_noop OK 0.86s
198/307 libvirt:syntax-check / sc_prohibit_PATH_MAX OK 0.80s
199/307 libvirt:syntax-check / sc_prohibit_nonreentrant OK 0.28s
200/307 libvirt:syntax-check / sc_prohibit_select OK 0.91s
201/307 libvirt:syntax-check / sc_prohibit_ctype_h OK 0.82s
202/307 libvirt:syntax-check / sc_prohibit_canonicalize_file_name OK 0.86s
203/307 libvirt:syntax-check / sc_correct_id_types OK 0.93s
204/307 libvirt:syntax-check / sc_forbid_const_pointer_typedef OK 1.57s
205/307 libvirt:syntax-check / sc_size_of_brackets OK 0.87s
206/307 libvirt:syntax-check / sc_TAB_in_indentation OK 0.24s
207/307 libvirt:syntax-check / sc_avoid_ctype_macros OK 0.29s
208/307 libvirt:syntax-check / sc_avoid_strcase OK 0.84s
209/307 libvirt:syntax-check / sc_prohibit_virBufferAdd_with_string_literal OK 0.80s
210/307 libvirt:syntax-check / sc_prohibit_virBufferAsprintf_with_string_literal OK 0.79s
211/307 libvirt:syntax-check / sc_forbid_manual_xml_indent OK 0.81s
212/307 libvirt:syntax-check / sc_prohibit_libgen OK 1.00s
213/307 libvirt:syntax-check / sc_prohibit_xmlGetProp OK 0.79s
214/307 libvirt:syntax-check / sc_prohibit_xmlURI OK 0.84s
215/307 libvirt:syntax-check / sc_prohibit_return_as_function OK 0.84s
216/307 libvirt:syntax-check / sc_avoid_g_gnuc_unused_in_header OK 0.18s
217/307 libvirt:syntax-check / sc_prohibit_attribute_macros OK 0.28s
218/307 libvirt:syntax-check / sc_prohibit_non_glib_macros OK 0.23s
219/307 libvirt:syntax-check / sc_prohibit_int_index OK 0.69s
220/307 libvirt:syntax-check / sc_prohibit_int_ijk OK 0.91s
221/307 libvirt:syntax-check / sc_prohibit_loop_iijjkk OK 0.95s
222/307 libvirt:syntax-check / sc_prohibit_loop_var_decl OK 0.33s
223/307 libvirt:syntax-check / sc_prohibit_int_assign_bool OK 0.79s
224/307 libvirt:syntax-check / sc_prohibit_unsigned_pid OK 0.74s
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.70s
227/307 libvirt:syntax-check / sc_prohibit_diagnostic_without_format OK 1.26s
228/307 libvirt:syntax-check / sc_prohibit_useless_translation OK 1.31s
229/307 libvirt:syntax-check / sc_require_whitespace_in_translation OK 1.46s
230/307 libvirt:syntax-check / sc_preprocessor_indentation OK 0.06s
231/307 libvirt:syntax-check / sc_spec_indentation OK 0.05s
232/307 libvirt:syntax-check / sc_copyright_usage OK 1.50s
233/307 libvirt:syntax-check / sc_prohibit_gettext_markup OK 0.68s
234/307 libvirt:syntax-check / sc_prohibit_cross_inclusion OK 2.07s
235/307 libvirt:syntax-check / sc_require_enum_last_marker OK 0.60s
236/307 libvirt:syntax-check / sc_flake8 OK 3.03s
237/307 libvirt:syntax-check / sc_prohibit_exit_in_tests OK 0.21s
238/307 libvirt:syntax-check / sc_prohibit_include_public_headers_quote OK 0.25s
239/307 libvirt:syntax-check / sc_prohibit_include_public_headers_brackets OK 0.26s
240/307 libvirt:syntax-check / sc_prohibit_config_h_in_headers OK 0.25s
241/307 libvirt:syntax-check / sc_prohibit_unbounded_arrays_in_rpc OK 0.15s
242/307 libvirt:syntax-check / sc_prohibit_atoi OK 0.70s
243/307 libvirt:syntax-check / sc_prohibit_wrong_filename_in_comment OK 0.65s
244/307 libvirt:syntax-check / sc_prohibit_virConnectOpen_in_virsh OK 0.19s
245/307 libvirt:syntax-check / sc_require_space_before_label OK 0.29s
246/307 libvirt:syntax-check / sc_prohibit_space_in_label OK 0.24s
247/307 libvirt:syntax-check / sc_require_if_else_matching_braces OK 0.29s
248/307 libvirt:syntax-check / sc_curly_braces_style OK 0.70s
249/307 libvirt:syntax-check / sc_prohibit_windows_special_chars_in_filename OK 0.09s
250/307 libvirt:syntax-check / sc_prohibit_mixed_case_abbreviations OK 0.33s
251/307 libvirt:syntax-check / sc_require_locale_h OK 0.60s
252/307 libvirt:syntax-check / sc_prohibit_empty_first_line OK 2.05s
253/307 libvirt:syntax-check / sc_prohibit_paren_brace OK 0.29s
254/307 libvirt:syntax-check / sc_prohibit_static_zero_init OK 0.33s
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.59s
257/307 libvirt:syntax-check / sc_prohibit_virXXXFree OK 0.24s
258/307 libvirt:syntax-check / sc_prohibit_sysconf_pagesize OK 0.64s
259/307 libvirt:syntax-check / sc_prohibit_virSecurityManager OK 0.13s
260/307 libvirt:syntax-check / sc_prohibit_pthread_create OK 0.28s
261/307 libvirt:syntax-check / sc_prohibit_not_streq OK 0.64s
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.18s
265/307 libvirt:syntax-check / sc_prohibit_http_urls OK 0.60s
266/307 libvirt:syntax-check / sc_prohibit_author OK 0.70s
267/307 libvirt:syntax-check / sc_prohibit_backslash_alignment OK 0.23s
268/307 libvirt:syntax-check / sc_require_attribute_cleanup_initialization OK 0.24s
269/307 libvirt:syntax-check / sc_prohibit_class OK 0.24s
270/307 libvirt:syntax-check / sc_prohibit_dirent_d_type OK 0.25s
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.64s
273/307 libvirt:syntax-check / sc_prohibit_strcmp OK 0.64s
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.56s
278/307 libvirt:syntax-check / sc_prohibit_have_config_h OK 0.65s
279/307 libvirt:syntax-check / sc_require_config_h OK 0.20s
280/307 libvirt:syntax-check / sc_require_config_h_first OK 0.21s
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.25s
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.28s
286/307 libvirt:syntax-check / sc_prohibit_dirent_without_use OK 0.29s
287/307 libvirt:syntax-check / sc_bindtextdomain OK 0.14s
288/307 libvirt:syntax-check / sc_trailing_blank OK 0.74s
289/307 libvirt:syntax-check / sc_unmarked_diagnostics OK 0.69s
290/307 libvirt:syntax-check / sc_prohibit_defined_have_decl_tests OK 0.58s
291/307 libvirt:syntax-check / sc_prohibit_backup_files OK 0.09s
292/307 libvirt:syntax-check / sc_prohibit_empty_lines_at_EOF OK 0.43s
293/307 libvirt:syntax-check / sc_prohibit_doubled_word OK 1.79s
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.48s
297/307 libvirt:syntax-check / sc_redundant_const OK 0.65s
298/307 libvirt:syntax-check / sc_const_long_option OK 0.60s
299/307 libvirt:syntax-check / sc_po_check OK 0.34s
300/307 libvirt:syntax-check / sc_Wundef_boolean OK 0.60s
301/307 libvirt:syntax-check / sc_prohibit_path_max_allocation OK 0.54s
302/307 libvirt:syntax-check / sc_prohibit-duplicate-header OK 0.64s
303/307 libvirt:syntax-check / sc_spacing-check OK 3.55s
304/307 libvirt:syntax-check / sc_mock-noinline OK 1.09s
305/307 libvirt:syntax-check / sc_header-ifdef OK 0.34s
306/307 libvirt:syntax-check / sc_group-qemu-caps OK 0.27s
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.07s
2/313 libvirt / check-symfile OK 0.19s
3/313 libvirt / check-admin-symfile OK 0.09s
4/313 libvirt / check-symsorting OK 0.11s
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.10s
8/313 libvirt / check-driverimpls OK 0.63s
9/313 libvirt / check-aclrules OK 0.59s
10/313 libvirt / check-augeas-libvirt_lockd OK 0.13s
11/313 libvirt / check-augeas-libvirt_sanlock OK 0.13s
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.10s
16/313 libvirt / check-augeas-libvirtd_qemu OK 0.35s
17/313 libvirt / check-augeas-libvirtd OK 0.16s
18/313 libvirt / check-augeas-virtproxyd OK 0.13s
19/313 libvirt / check-augeas-virtinterfaced OK 0.10s
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.19s
23/313 libvirt / check-augeas-virtsecretd OK 0.15s
24/313 libvirt / check-augeas-virtstoraged OK 0.12s
25/313 libvirt / check-augeas-virtxend OK 0.16s
26/313 libvirt / check-augeas-virtlxcd OK 0.13s
27/313 libvirt / check-augeas-virtchd OK 0.11s
28/313 libvirt / check-augeas-virtqemud OK 0.12s
29/313 libvirt / check-augeas-virtvboxd OK 0.13s
30/313 libvirt / check-virnetprotocol OK 0.20s
31/313 libvirt / check-virkeepaliveprotocol OK 0.25s
32/313 libvirt / check-remote_protocol OK 0.29s
33/313 libvirt / check-qemu_protocol OK 0.29s
34/313 libvirt / check-lxc_protocol OK 0.30s
35/313 libvirt / check-admin_protocol OK 0.31s
36/313 libvirt / check-lock_protocol OK 0.26s
37/313 libvirt / check-lxc_monitor_protocol OK 0.28s
38/313 libvirt / commandtest OK 0.45s
39/313 libvirt / cputest OK 1.61s
40/313 libvirt / domaincapstest OK 0.63s
41/313 libvirt / domainconftest OK 0.04s
42/313 libvirt / genericxml2xmltest OK 0.19s
43/313 libvirt / interfacexml2xmltest OK 0.04s
44/313 libvirt / metadatatest OK 0.04s
45/313 libvirt / networkxml2xmlupdatetest OK 0.06s
46/313 libvirt / nodedevxml2xmltest OK 0.10s
47/313 libvirt / nwfilterxml2xmltest OK 0.09s
48/313 libvirt / objecteventtest OK 0.12s
49/313 libvirt / seclabeltest OK 0.07s
50/313 libvirt / secretxml2xmltest OK 0.10s
51/313 libvirt / shunloadtest OK 0.11s
52/313 libvirt / sockettest OK 0.08s
53/313 libvirt / storagevolxml2xmltest OK 0.09s
54/313 libvirt / sysinfotest OK 0.10s
55/313 libvirt / utiltest OK 0.14s
56/313 libvirt / viralloctest OK 0.14s
57/313 libvirt / virauthconfigtest OK 0.10s
58/313 libvirt / virbitmaptest OK 0.09s
59/313 libvirt / virbuftest OK 0.13s
60/313 libvirt / vircapstest OK 0.14s
61/313 libvirt / vircgrouptest OK 0.16s
62/313 libvirt / virconftest OK 0.07s
63/313 libvirt / vircryptotest OK 0.11s
64/313 libvirt / virendiantest OK 0.07s
65/313 libvirt / virerrortest OK 0.12s
66/313 libvirt / virfilecachetest OK 0.11s
67/313 libvirt / virfiletest OK 0.31s
68/313 libvirt / virfirewalltest OK 0.13s
69/313 libvirt / virhostcputest OK 0.13s
70/313 libvirt / virhostdevtest OK 0.20s
71/313 libvirt / viridentitytest OK 0.08s
72/313 libvirt / viriscsitest OK 0.10s
73/313 libvirt / virkeycodetest OK 0.10s
74/313 libvirt / virkmodtest OK 0.14s
75/313 libvirt / virlockspacetest OK 0.11s
76/313 libvirt / virlogtest OK 0.11s
77/313 libvirt / virnetdevtest OK 0.10s
78/313 libvirt / virnetworkportxml2xmltest OK 0.11s
79/313 libvirt / virnwfilterbindingxml2xmltest OK 0.08s
80/313 libvirt / virpcitest OK 0.14s
81/313 libvirt / virportallocatortest OK 0.11s
82/313 libvirt / virrotatingfiletest OK 0.10s
83/313 libvirt / virschematest OK 3.28s
84/313 libvirt / virshtest OK 2.41s
85/313 libvirt / virstringtest OK 0.09s
86/313 libvirt / virsystemdtest OK 0.14s
87/313 libvirt / virtimetest OK 0.06s
88/313 libvirt / virtypedparamtest OK 0.16s
89/313 libvirt / viruritest OK 0.10s
90/313 libvirt / virpcivpdtest OK 0.09s
91/313 libvirt / vshtabletest OK 0.12s
92/313 libvirt / virmigtest OK 0.11s
93/313 libvirt / fchosttest OK 0.11s
94/313 libvirt / scsihosttest OK 0.06s
95/313 libvirt / vircaps2xmltest OK 0.16s
96/313 libvirt / virnetdevbandwidthtest OK 0.12s
97/313 libvirt / virresctrltest OK 0.10s
98/313 libvirt / virscsitest OK 0.10s
99/313 libvirt / virusbtest OK 0.11s
100/313 libvirt / virnetdevopenvswitchtest OK 0.11s
101/313 libvirt / esxutilstest OK 0.12s
102/313 libvirt / eventtest OK 0.63s
103/313 libvirt / fdstreamtest OK 0.11s
104/313 libvirt / virdriverconnvalidatetest OK 0.12s
105/313 libvirt / virdrivermoduletest OK 0.14s
106/313 libvirt / libxlxml2domconfigtest OK 0.17s
107/313 libvirt / xlconfigtest OK 0.12s
108/313 libvirt / xmconfigtest OK 0.18s
109/313 libvirt / lxcconf2xmltest OK 0.13s
110/313 libvirt / lxcxml2xmltest OK 0.13s
111/313 libvirt / networkxml2conftest OK 0.12s
112/313 libvirt / networkxml2firewalltest OK 0.12s
113/313 libvirt / networkxml2xmltest OK 0.08s
114/313 libvirt / nodedevmdevctltest OK 0.11s
115/313 libvirt / nsstest OK 0.17s
116/313 libvirt / nssguesttest OK 0.16s
117/313 libvirt / nwfilterebiptablestest OK 0.18s
118/313 libvirt / nwfilterxml2firewalltest OK 0.11s
119/313 libvirt / openvzutilstest OK 0.11s
120/313 libvirt / virpolkittest OK 0.22s
121/313 libvirt / qemuagenttest OK 6.17s
122/313 libvirt / qemublocktest OK 0.24s
123/313 libvirt / qemucapabilitiestest OK 2.95s
124/313 libvirt / qemucaps2xmltest OK 0.29s
125/313 libvirt / qemucommandutiltest OK 0.08s
126/313 libvirt / qemudomaincheckpointxml2xmltest OK 0.33s
127/313 libvirt / qemudomainsnapshotxml2xmltest OK 0.13s
128/313 libvirt / qemufirmwaretest OK 0.11s
129/313 libvirt / qemuhotplugtest OK 1.54s
130/313 libvirt / qemumemlocktest OK 0.14s
131/313 libvirt / qemumigparamstest OK 0.20s
132/313 libvirt / qemumigrationcookiexmltest OK 0.19s
133/313 libvirt / qemumonitorjsontest OK 0.38s
134/313 libvirt / qemusecuritytest OK 1.84s
135/313 libvirt / qemustatusxml2xmltest OK 0.12s
136/313 libvirt / qemuvhostusertest OK 0.13s
137/313 libvirt / qemuxml2argvtest OK 4.51s
138/313 libvirt / qemuxml2xmltest OK 2.85s
139/313 libvirt / virnetdaemontest OK 0.14s
140/313 libvirt / virnetmessagetest OK 0.12s
141/313 libvirt / virnetserverclienttest OK 0.12s
142/313 libvirt / virnetsockettest OK 0.25s
143/313 libvirt / virnettlscontexttest OK 0.36s
144/313 libvirt / virnettlssessiontest OK 2.40s
145/313 libvirt / securityselinuxtest OK 0.10s
146/313 libvirt / securityselinuxlabeltest OK 0.15s
147/313 libvirt / storagepoolcapstest OK 0.10s
148/313 libvirt / storagepoolxml2argvtest OK 0.14s
149/313 libvirt / storagepoolxml2xmltest OK 0.26s
150/313 libvirt / storagevolxml2argvtest OK 0.14s
151/313 libvirt / virstorageutiltest OK 0.11s
152/313 libvirt / virstoragetest OK 0.86s
153/313 libvirt / vboxsnapshotxmltest OK 0.12s
154/313 libvirt / vmwarevertest OK 0.11s
155/313 libvirt / vmx2xmltest OK 0.11s
156/313 libvirt / xml2vmxtest OK 0.11s
157/313 libvirt / virjsontest OK 0.12s
158/313 libvirt / virmacmaptest OK 0.14s
159/313 libvirt / libvirtd-fail OK 0.10s
160/313 libvirt / libvirtd-pool OK 0.12s
161/313 libvirt / virsh-auth OK 0.16s
162/313 libvirt / virsh-checkpoint OK 0.57s
163/313 libvirt / virsh-cpuset OK 0.18s
164/313 libvirt / virsh-define-dev-segfault OK 0.13s
165/313 libvirt / virsh-int-overflow OK 0.15s
166/313 libvirt / virsh-optparse OK 2.96s
167/313 libvirt / virsh-output OK 2.46s
168/313 libvirt / virsh-read-bufsiz OK 0.25s
169/313 libvirt / virsh-read-non-seekable OK 0.10s
170/313 libvirt / virsh-schedinfo OK 0.10s
171/313 libvirt / virsh-self-test OK 0.14s
172/313 libvirt / virsh-snapshot OK 0.32s
173/313 libvirt / virsh-start OK 0.09s
174/313 libvirt / virsh-undefine OK 0.21s
175/313 libvirt / virsh-uriprecedence OK 0.43s
176/313 libvirt / virsh-vcpupin OK 0.54s
177/313 libvirt / virt-admin-self-test OK 0.07s
178/313 libvirt / virt-aa-helper-test OK 4.45s
179/313 libvirt / check-html OK 0.15s
180/313 libvirt:syntax-check / sc_avoid_write OK 0.25s
181/313 libvirt:syntax-check / sc_flags_debug OK 1.46s
182/313 libvirt:syntax-check / sc_flags_usage OK 1.65s
183/313 libvirt:syntax-check / sc_prohibit_internal_functions OK 0.77s
184/313 libvirt:syntax-check / sc_prohibit_raw_virclassnew OK 0.78s
185/313 libvirt:syntax-check / sc_prohibit_raw_allocation OK 0.95s
186/313 libvirt:syntax-check / sc_prohibit_close OK 1.58s
187/313 libvirt:syntax-check / sc_prohibit_fork_wrappers OK 0.79s
188/313 libvirt:syntax-check / sc_prohibit_mkstemp OK 0.34s
189/313 libvirt:syntax-check / sc_prohibit_mkdtemp OK 0.32s
190/313 libvirt:syntax-check / sc_prohibit_access_xok OK 0.28s
191/313 libvirt:syntax-check / sc_prohibit_strncmp OK 0.82s
192/313 libvirt:syntax-check / sc_prohibit_strtol OK 1.56s
193/313 libvirt:syntax-check / sc_prohibit_asprintf OK 1.51s
194/313 libvirt:syntax-check / sc_prohobit_vsnprintf OK 0.36s
195/313 libvirt:syntax-check / sc_prohibit_strdup OK 0.78s
196/313 libvirt:syntax-check / sc_prohibit_setuid OK 0.94s
197/313 libvirt:syntax-check / sc_prohibit_risky_id_promotion OK 0.93s
198/313 libvirt:syntax-check / sc_prohibit_sprintf OK 0.37s
199/313 libvirt:syntax-check / sc_prohibit_snprintf OK 0.97s
200/313 libvirt:syntax-check / sc_prohibit_readlink OK 0.93s
201/313 libvirt:syntax-check / sc_prohibit_gethostname OK 0.85s
202/313 libvirt:syntax-check / sc_prohibit_readdir OK 0.93s
203/313 libvirt:syntax-check / sc_prohibit_gettext_noop OK 0.95s
204/313 libvirt:syntax-check / sc_prohibit_PATH_MAX OK 0.88s
205/313 libvirt:syntax-check / sc_prohibit_nonreentrant OK 0.31s
206/313 libvirt:syntax-check / sc_prohibit_select OK 0.88s
207/313 libvirt:syntax-check / sc_prohibit_ctype_h OK 0.76s
208/313 libvirt:syntax-check / sc_prohibit_canonicalize_file_name OK 0.88s
209/313 libvirt:syntax-check / sc_correct_id_types OK 0.91s
210/313 libvirt:syntax-check / sc_forbid_const_pointer_typedef OK 1.52s
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.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.79s
216/313 libvirt:syntax-check / sc_prohibit_virBufferAsprintf_with_string_literal OK 0.80s
217/313 libvirt:syntax-check / sc_forbid_manual_xml_indent OK 0.73s
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.79s
221/313 libvirt:syntax-check / sc_prohibit_return_as_function OK 0.79s
222/313 libvirt:syntax-check / sc_avoid_g_gnuc_unused_in_header OK 0.21s
223/313 libvirt:syntax-check / sc_prohibit_attribute_macros OK 0.23s
224/313 libvirt:syntax-check / sc_prohibit_non_glib_macros OK 0.24s
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.80s
228/313 libvirt:syntax-check / sc_prohibit_loop_var_decl OK 0.29s
229/313 libvirt:syntax-check / sc_prohibit_int_assign_bool OK 0.80s
230/313 libvirt:syntax-check / sc_prohibit_unsigned_pid OK 0.76s
231/313 libvirt:syntax-check / sc_libvirt_unmarked_diagnostics OK 0.83s
232/313 libvirt:syntax-check / sc_prohibit_newline_at_end_of_diagnostic OK 0.79s
233/313 libvirt:syntax-check / sc_prohibit_diagnostic_without_format OK 1.47s
234/313 libvirt:syntax-check / sc_prohibit_useless_translation OK 1.26s
235/313 libvirt:syntax-check / sc_require_whitespace_in_translation OK 1.57s
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.64s
239/313 libvirt:syntax-check / sc_prohibit_gettext_markup OK 0.80s
240/313 libvirt:syntax-check / sc_prohibit_cross_inclusion OK 1.93s
241/313 libvirt:syntax-check / sc_require_enum_last_marker OK 0.85s
242/313 libvirt:syntax-check / sc_flake8 OK 2.32s
243/313 libvirt:syntax-check / sc_prohibit_exit_in_tests OK 0.13s
244/313 libvirt:syntax-check / sc_prohibit_include_public_headers_quote OK 0.26s
245/313 libvirt:syntax-check / sc_prohibit_include_public_headers_brackets OK 0.24s
246/313 libvirt:syntax-check / sc_prohibit_config_h_in_headers OK 0.19s
247/313 libvirt:syntax-check / sc_prohibit_unbounded_arrays_in_rpc OK 0.13s
248/313 libvirt:syntax-check / sc_prohibit_atoi OK 0.76s
249/313 libvirt:syntax-check / sc_prohibit_wrong_filename_in_comment OK 0.28s
250/313 libvirt:syntax-check / sc_prohibit_virConnectOpen_in_virsh OK 0.14s
251/313 libvirt:syntax-check / sc_require_space_before_label OK 0.30s
252/313 libvirt:syntax-check / sc_prohibit_space_in_label OK 0.27s
253/313 libvirt:syntax-check / sc_require_if_else_matching_braces OK 0.28s
254/313 libvirt:syntax-check / sc_curly_braces_style OK 0.59s
255/313 libvirt:syntax-check / sc_prohibit_windows_special_chars_in_filename OK 0.08s
256/313 libvirt:syntax-check / sc_prohibit_mixed_case_abbreviations OK 0.24s
257/313 libvirt:syntax-check / sc_require_locale_h OK 0.61s
258/313 libvirt:syntax-check / sc_prohibit_empty_first_line OK 0.95s
259/313 libvirt:syntax-check / sc_prohibit_paren_brace OK 0.29s
260/313 libvirt:syntax-check / sc_prohibit_static_zero_init OK 0.29s
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.81s
263/313 libvirt:syntax-check / sc_prohibit_virXXXFree OK 0.29s
264/313 libvirt:syntax-check / sc_prohibit_sysconf_pagesize OK 0.69s
265/313 libvirt:syntax-check / sc_prohibit_virSecurityManager OK 0.18s
266/313 libvirt:syntax-check / sc_prohibit_pthread_create OK 0.30s
267/313 libvirt:syntax-check / sc_prohibit_not_streq OK 0.69s
268/313 libvirt:syntax-check / sc_prohibit_verbose_strcat OK 0.23s
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.13s
271/313 libvirt:syntax-check / sc_prohibit_http_urls OK 0.70s
272/313 libvirt:syntax-check / sc_prohibit_author OK 0.70s
273/313 libvirt:syntax-check / sc_prohibit_backslash_alignment OK 0.29s
274/313 libvirt:syntax-check / sc_require_attribute_cleanup_initialization OK 0.26s
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.76s
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.80s
280/313 libvirt:syntax-check / sc_prohibit_strncpy OK 0.79s
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.75s
283/313 libvirt:syntax-check / sc_error_message_period OK 0.74s
284/313 libvirt:syntax-check / sc_prohibit_have_config_h OK 0.71s
285/313 libvirt:syntax-check / sc_require_config_h OK 0.19s
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.24s
288/313 libvirt:syntax-check / sc_prohibit_getopt_without_use OK 0.20s
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.23s
292/313 libvirt:syntax-check / sc_prohibit_dirent_without_use OK 0.23s
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.73s
296/313 libvirt:syntax-check / sc_prohibit_defined_have_decl_tests OK 0.74s
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.40s
299/313 libvirt:syntax-check / sc_prohibit_doubled_word OK 1.74s
300/313 libvirt:syntax-check / sc_prohibit_double_semicolon OK 0.28s
301/313 libvirt:syntax-check / sc_prohibit_test_minus_ao OK 0.68s
302/313 libvirt:syntax-check / sc_prohibit_test_double_equal OK 0.58s
303/313 libvirt:syntax-check / sc_redundant_const OK 0.68s
304/313 libvirt:syntax-check / sc_const_long_option OK 0.64s
305/313 libvirt:syntax-check / sc_po_check OK 0.28s
306/313 libvirt:syntax-check / sc_Wundef_boolean OK 0.63s
307/313 libvirt:syntax-check / sc_prohibit_path_max_allocation OK 0.69s
308/313 libvirt:syntax-check / sc_prohibit-duplicate-header OK 0.73s
309/313 libvirt:syntax-check / sc_spacing-check OK 3.49s
310/313 libvirt:syntax-check / sc_mock-noinline OK 1.09s
311/313 libvirt:syntax-check / sc_header-ifdef OK 0.33s
312/313 libvirt:syntax-check / sc_group-qemu-caps OK 0.18s
313/313 libvirt:syntax-check / sc_prohibit_enum_impl_with_vir_prefix_in_virsh OK 0.23s
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.06s
2/313 libvirt / check-symfile OK 0.16s
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.05s
6/313 libvirt / check-drivername OK 0.06s
7/313 libvirt / check-admin-drivername OK 0.05s
8/313 libvirt / check-driverimpls OK 0.59s
9/313 libvirt / check-aclrules OK 0.51s
10/313 libvirt / check-augeas-libvirt_lockd OK 0.04s
11/313 libvirt / check-augeas-libvirt_sanlock OK 0.06s
12/313 libvirt / check-augeas-virtlockd OK 0.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.04s
16/313 libvirt / check-augeas-libvirtd_qemu OK 0.31s
17/313 libvirt / check-augeas-libvirtd OK 0.17s
18/313 libvirt / check-augeas-virtproxyd OK 0.15s
19/313 libvirt / check-augeas-virtinterfaced OK 0.10s
20/313 libvirt / check-augeas-virtnetworkd OK 0.13s
21/313 libvirt / check-augeas-virtnodedevd OK 0.15s
22/313 libvirt / check-augeas-virtnwfilterd OK 0.09s
23/313 libvirt / check-augeas-virtsecretd OK 0.18s
24/313 libvirt / check-augeas-virtstoraged OK 0.11s
25/313 libvirt / check-augeas-virtxend OK 0.10s
26/313 libvirt / check-augeas-virtlxcd OK 0.17s
27/313 libvirt / check-augeas-virtchd OK 0.16s
28/313 libvirt / check-augeas-virtqemud OK 0.12s
29/313 libvirt / check-augeas-virtvboxd OK 0.15s
30/313 libvirt / check-virnetprotocol OK 0.11s
31/313 libvirt / check-virkeepaliveprotocol OK 0.08s
32/313 libvirt / check-remote_protocol OK 0.23s
33/313 libvirt / check-qemu_protocol OK 0.07s
34/313 libvirt / check-lxc_protocol OK 0.17s
35/313 libvirt / check-admin_protocol OK 0.08s
36/313 libvirt / check-lock_protocol OK 0.10s
37/313 libvirt / check-lxc_monitor_protocol OK 0.11s
38/313 libvirt / commandtest OK 0.47s
39/313 libvirt / cputest OK 1.26s
40/313 libvirt / domaincapstest OK 0.58s
41/313 libvirt / domainconftest OK 0.10s
42/313 libvirt / genericxml2xmltest OK 0.23s
43/313 libvirt / interfacexml2xmltest OK 0.08s
44/313 libvirt / metadatatest OK 0.09s
45/313 libvirt / networkxml2xmlupdatetest OK 0.19s
46/313 libvirt / nodedevxml2xmltest OK 0.12s
47/313 libvirt / nwfilterxml2xmltest OK 0.08s
48/313 libvirt / objecteventtest OK 0.12s
49/313 libvirt / seclabeltest OK 0.08s
50/313 libvirt / secretxml2xmltest OK 0.12s
51/313 libvirt / shunloadtest OK 0.15s
52/313 libvirt / sockettest OK 0.12s
53/313 libvirt / storagevolxml2xmltest OK 0.16s
54/313 libvirt / sysinfotest OK 0.11s
55/313 libvirt / utiltest OK 0.13s
56/313 libvirt / viralloctest OK 0.16s
57/313 libvirt / virauthconfigtest OK 0.10s
58/313 libvirt / virbitmaptest OK 0.14s
59/313 libvirt / virbuftest OK 0.13s
60/313 libvirt / vircapstest OK 0.20s
61/313 libvirt / vircgrouptest OK 0.16s
62/313 libvirt / virconftest OK 0.13s
63/313 libvirt / vircryptotest OK 0.15s
64/313 libvirt / virendiantest OK 0.12s
65/313 libvirt / virerrortest OK 0.06s
66/313 libvirt / virfilecachetest OK 0.11s
67/313 libvirt / virfiletest OK 0.41s
68/313 libvirt / virfirewalltest OK 0.16s
69/313 libvirt / virhostcputest OK 0.19s
70/313 libvirt / virhostdevtest OK 0.25s
71/313 libvirt / viridentitytest OK 0.15s
72/313 libvirt / viriscsitest OK 0.14s
73/313 libvirt / virkeycodetest OK 0.21s
74/313 libvirt / virkmodtest OK 0.10s
75/313 libvirt / virlockspacetest OK 0.17s
76/313 libvirt / virlogtest OK 0.13s
77/313 libvirt / virnetdevtest OK 0.16s
78/313 libvirt / virnetworkportxml2xmltest OK 0.15s
79/313 libvirt / virnwfilterbindingxml2xmltest OK 0.19s
80/313 libvirt / virpcitest OK 0.19s
81/313 libvirt / virportallocatortest OK 0.11s
82/313 libvirt / virrotatingfiletest OK 0.17s
83/313 libvirt / virschematest OK 3.21s
84/313 libvirt / virshtest OK 2.03s
85/313 libvirt / virstringtest OK 0.12s
86/313 libvirt / virsystemdtest OK 0.17s
87/313 libvirt / virtimetest OK 0.12s
88/313 libvirt / virtypedparamtest OK 0.12s
89/313 libvirt / viruritest OK 0.16s
90/313 libvirt / virpcivpdtest OK 0.08s
91/313 libvirt / vshtabletest OK 0.17s
92/313 libvirt / virmigtest OK 0.11s
93/313 libvirt / fchosttest OK 0.14s
94/313 libvirt / scsihosttest OK 0.17s
95/313 libvirt / vircaps2xmltest OK 0.23s
96/313 libvirt / virnetdevbandwidthtest OK 0.18s
97/313 libvirt / virresctrltest OK 0.12s
98/313 libvirt / virscsitest OK 0.11s
99/313 libvirt / virusbtest OK 0.10s
100/313 libvirt / virnetdevopenvswitchtest OK 0.10s
101/313 libvirt / esxutilstest OK 0.16s
102/313 libvirt / eventtest OK 0.64s
103/313 libvirt / fdstreamtest OK 0.08s
104/313 libvirt / virdriverconnvalidatetest OK 0.12s
105/313 libvirt / virdrivermoduletest OK 0.18s
106/313 libvirt / libxlxml2domconfigtest OK 0.19s
107/313 libvirt / xlconfigtest OK 0.14s
108/313 libvirt / xmconfigtest OK 0.17s
109/313 libvirt / lxcconf2xmltest OK 0.22s
110/313 libvirt / lxcxml2xmltest OK 0.14s
111/313 libvirt / networkxml2conftest OK 0.08s
112/313 libvirt / networkxml2firewalltest OK 0.12s
113/313 libvirt / networkxml2xmltest OK 0.10s
114/313 libvirt / nodedevmdevctltest OK 0.14s
115/313 libvirt / nsstest OK 0.19s
116/313 libvirt / nssguesttest OK 0.12s
117/313 libvirt / nwfilterebiptablestest OK 0.13s
118/313 libvirt / nwfilterxml2firewalltest OK 0.17s
119/313 libvirt / openvzutilstest OK 0.10s
120/313 libvirt / virpolkittest OK 0.08s
121/313 libvirt / qemuagenttest OK 6.16s
122/313 libvirt / qemublocktest OK 0.27s
123/313 libvirt / qemucapabilitiestest OK 2.69s
124/313 libvirt / qemucaps2xmltest OK 0.21s
125/313 libvirt / qemucommandutiltest OK 0.09s
126/313 libvirt / qemudomaincheckpointxml2xmltest OK 0.38s
127/313 libvirt / qemudomainsnapshotxml2xmltest OK 0.18s
128/313 libvirt / qemufirmwaretest OK 0.13s
129/313 libvirt / qemuhotplugtest OK 1.54s
130/313 libvirt / qemumemlocktest OK 0.19s
131/313 libvirt / qemumigparamstest OK 0.17s
132/313 libvirt / qemumigrationcookiexmltest OK 0.18s
133/313 libvirt / qemumonitorjsontest OK 0.37s
134/313 libvirt / qemusecuritytest OK 1.71s
135/313 libvirt / qemustatusxml2xmltest OK 0.13s
136/313 libvirt / qemuvhostusertest OK 0.17s
137/313 libvirt / qemuxml2argvtest OK 4.58s
138/313 libvirt / qemuxml2xmltest OK 2.66s
139/313 libvirt / virnetdaemontest OK 0.15s
140/313 libvirt / virnetmessagetest OK 0.09s
141/313 libvirt / virnetserverclienttest OK 0.09s
142/313 libvirt / virnetsockettest OK 0.20s
143/313 libvirt / virnettlscontexttest OK 1.50s
144/313 libvirt / virnettlssessiontest OK 1.00s
145/313 libvirt / securityselinuxtest OK 0.08s
146/313 libvirt / securityselinuxlabeltest OK 0.14s
147/313 libvirt / storagepoolcapstest OK 0.12s
148/313 libvirt / storagepoolxml2argvtest OK 0.10s
149/313 libvirt / storagepoolxml2xmltest OK 0.15s
150/313 libvirt / storagevolxml2argvtest OK 0.13s
151/313 libvirt / virstorageutiltest OK 0.10s
152/313 libvirt / virstoragetest OK 0.89s
153/313 libvirt / vboxsnapshotxmltest OK 0.13s
154/313 libvirt / vmwarevertest OK 0.12s
155/313 libvirt / vmx2xmltest OK 0.13s
156/313 libvirt / xml2vmxtest OK 0.23s
157/313 libvirt / virjsontest OK 0.20s
158/313 libvirt / virmacmaptest OK 0.08s
159/313 libvirt / libvirtd-fail OK 0.15s
160/313 libvirt / libvirtd-pool OK 0.12s
161/313 libvirt / virsh-auth OK 0.16s
162/313 libvirt / virsh-checkpoint OK 0.47s
163/313 libvirt / virsh-cpuset OK 0.11s
164/313 libvirt / virsh-define-dev-segfault OK 0.14s
165/313 libvirt / virsh-int-overflow OK 0.11s
166/313 libvirt / virsh-optparse OK 2.94s
167/313 libvirt / virsh-output OK 2.35s
168/313 libvirt / virsh-read-bufsiz OK 0.15s
169/313 libvirt / virsh-read-non-seekable OK 0.16s
170/313 libvirt / virsh-schedinfo OK 0.09s
171/313 libvirt / virsh-self-test OK 0.14s
172/313 libvirt / virsh-snapshot OK 0.43s
173/313 libvirt / virsh-start OK 0.12s
174/313 libvirt / virsh-undefine OK 0.20s
175/313 libvirt / virsh-uriprecedence OK 0.37s
176/313 libvirt / virsh-vcpupin OK 0.52s
177/313 libvirt / virt-admin-self-test OK 0.14s
178/313 libvirt / virt-aa-helper-test OK 3.94s
179/313 libvirt / check-html OK 0.13s
180/313 libvirt:syntax-check / sc_avoid_write OK 0.31s
181/313 libvirt:syntax-check / sc_flags_debug OK 1.37s
182/313 libvirt:syntax-check / sc_flags_usage OK 1.46s
183/313 libvirt:syntax-check / sc_prohibit_internal_functions OK 0.93s
184/313 libvirt:syntax-check / sc_prohibit_raw_virclassnew OK 0.56s
185/313 libvirt:syntax-check / sc_prohibit_raw_allocation OK 0.87s
186/313 libvirt:syntax-check / sc_prohibit_close OK 1.40s
187/313 libvirt:syntax-check / sc_prohibit_fork_wrappers OK 0.65s
188/313 libvirt:syntax-check / sc_prohibit_mkstemp OK 0.26s
189/313 libvirt:syntax-check / sc_prohibit_mkdtemp OK 0.28s
190/313 libvirt:syntax-check / sc_prohibit_access_xok OK 0.27s
191/313 libvirt:syntax-check / sc_prohibit_strncmp OK 0.82s
192/313 libvirt:syntax-check / sc_prohibit_strtol OK 1.54s
193/313 libvirt:syntax-check / sc_prohibit_asprintf OK 1.59s
194/313 libvirt:syntax-check / sc_prohobit_vsnprintf OK 0.20s
195/313 libvirt:syntax-check / sc_prohibit_strdup OK 0.81s
196/313 libvirt:syntax-check / sc_prohibit_setuid OK 0.97s
197/313 libvirt:syntax-check / sc_prohibit_risky_id_promotion OK 0.87s
198/313 libvirt:syntax-check / sc_prohibit_sprintf OK 0.31s
199/313 libvirt:syntax-check / sc_prohibit_snprintf OK 0.71s
200/313 libvirt:syntax-check / sc_prohibit_readlink OK 0.76s
201/313 libvirt:syntax-check / sc_prohibit_gethostname OK 0.76s
202/313 libvirt:syntax-check / sc_prohibit_readdir OK 0.90s
203/313 libvirt:syntax-check / sc_prohibit_gettext_noop OK 0.76s
204/313 libvirt:syntax-check / sc_prohibit_PATH_MAX OK 0.75s
205/313 libvirt:syntax-check / sc_prohibit_nonreentrant OK 0.22s
206/313 libvirt:syntax-check / sc_prohibit_select OK 0.89s
207/313 libvirt:syntax-check / sc_prohibit_ctype_h OK 0.84s
208/313 libvirt:syntax-check / sc_prohibit_canonicalize_file_name OK 0.79s
209/313 libvirt:syntax-check / sc_correct_id_types OK 0.84s
210/313 libvirt:syntax-check / sc_forbid_const_pointer_typedef OK 1.45s
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.84s
215/313 libvirt:syntax-check / sc_prohibit_virBufferAdd_with_string_literal OK 0.78s
216/313 libvirt:syntax-check / sc_prohibit_virBufferAsprintf_with_string_literal OK 0.79s
217/313 libvirt:syntax-check / sc_forbid_manual_xml_indent OK 0.78s
218/313 libvirt:syntax-check / sc_prohibit_libgen OK 0.93s
219/313 libvirt:syntax-check / sc_prohibit_xmlGetProp OK 0.74s
220/313 libvirt:syntax-check / sc_prohibit_xmlURI OK 0.73s
221/313 libvirt:syntax-check / sc_prohibit_return_as_function OK 0.74s
222/313 libvirt:syntax-check / sc_avoid_g_gnuc_unused_in_header OK 0.13s
223/313 libvirt:syntax-check / sc_prohibit_attribute_macros OK 0.22s
224/313 libvirt:syntax-check / sc_prohibit_non_glib_macros OK 0.18s
225/313 libvirt:syntax-check / sc_prohibit_int_index OK 0.68s
226/313 libvirt:syntax-check / sc_prohibit_int_ijk OK 0.85s
227/313 libvirt:syntax-check / sc_prohibit_loop_iijjkk OK 0.90s
228/313 libvirt:syntax-check / sc_prohibit_loop_var_decl OK 0.23s
229/313 libvirt:syntax-check / sc_prohibit_int_assign_bool OK 0.79s
230/313 libvirt:syntax-check / sc_prohibit_unsigned_pid OK 0.69s
231/313 libvirt:syntax-check / sc_libvirt_unmarked_diagnostics OK 0.79s
232/313 libvirt:syntax-check / sc_prohibit_newline_at_end_of_diagnostic OK 0.76s
233/313 libvirt:syntax-check / sc_prohibit_diagnostic_without_format OK 1.36s
234/313 libvirt:syntax-check / sc_prohibit_useless_translation OK 1.26s
235/313 libvirt:syntax-check / sc_require_whitespace_in_translation OK 1.61s
236/313 libvirt:syntax-check / sc_preprocessor_indentation OK 0.03s
237/313 libvirt:syntax-check / sc_spec_indentation OK 0.05s
238/313 libvirt:syntax-check / sc_copyright_usage OK 1.55s
239/313 libvirt:syntax-check / sc_prohibit_gettext_markup OK 0.74s
240/313 libvirt:syntax-check / sc_prohibit_cross_inclusion OK 1.85s
241/313 libvirt:syntax-check / sc_require_enum_last_marker OK 0.58s
242/313 libvirt:syntax-check / sc_flake8 OK 2.47s
243/313 libvirt:syntax-check / sc_prohibit_exit_in_tests OK 0.13s
244/313 libvirt:syntax-check / sc_prohibit_include_public_headers_quote OK 0.18s
245/313 libvirt:syntax-check / sc_prohibit_include_public_headers_brackets OK 0.18s
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.13s
248/313 libvirt:syntax-check / sc_prohibit_atoi OK 0.70s
249/313 libvirt:syntax-check / sc_prohibit_wrong_filename_in_comment OK 0.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.17s
252/313 libvirt:syntax-check / sc_prohibit_space_in_label OK 0.19s
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.54s
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.64s
262/313 libvirt:syntax-check / sc_prohibit_system_error_with_vir_err OK 0.59s
263/313 libvirt:syntax-check / sc_prohibit_virXXXFree OK 0.29s
264/313 libvirt:syntax-check / sc_prohibit_sysconf_pagesize OK 0.65s
265/313 libvirt:syntax-check / sc_prohibit_virSecurityManager OK 0.14s
266/313 libvirt:syntax-check / sc_prohibit_pthread_create OK 0.23s
267/313 libvirt:syntax-check / sc_prohibit_not_streq OK 0.63s
268/313 libvirt:syntax-check / sc_prohibit_verbose_strcat OK 0.20s
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.13s
271/313 libvirt:syntax-check / sc_prohibit_http_urls OK 0.63s
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.24s
275/313 libvirt:syntax-check / sc_prohibit_class OK 0.23s
276/313 libvirt:syntax-check / sc_prohibit_dirent_d_type OK 0.24s
277/313 libvirt:syntax-check / sc_cast_of_argument_to_free OK 0.75s
278/313 libvirt:syntax-check / sc_cast_of_x_alloc_return_value OK 0.68s
279/313 libvirt:syntax-check / sc_prohibit_strcmp OK 0.69s
280/313 libvirt:syntax-check / sc_prohibit_strncpy OK 0.69s
281/313 libvirt:syntax-check / sc_prohibit_magic_number_exit OK 0.84s
282/313 libvirt:syntax-check / sc_error_message_warn_fatal OK 0.64s
283/313 libvirt:syntax-check / sc_error_message_period OK 0.65s
284/313 libvirt:syntax-check / sc_prohibit_have_config_h OK 0.65s
285/313 libvirt:syntax-check / sc_require_config_h OK 0.14s
286/313 libvirt:syntax-check / sc_require_config_h_first OK 0.24s
287/313 libvirt:syntax-check / sc_prohibit_assert_without_use OK 0.24s
288/313 libvirt:syntax-check / sc_prohibit_getopt_without_use OK 0.23s
289/313 libvirt:syntax-check / sc_prohibit_signal_without_use OK 0.23s
290/313 libvirt:syntax-check / sc_prohibit_stdio--_without_use OK 0.18s
291/313 libvirt:syntax-check / sc_prohibit_stddef_without_use OK 0.19s
292/313 libvirt:syntax-check / sc_prohibit_dirent_without_use OK 0.18s
293/313 libvirt:syntax-check / sc_bindtextdomain OK 0.09s
294/313 libvirt:syntax-check / sc_trailing_blank OK 0.74s
295/313 libvirt:syntax-check / sc_unmarked_diagnostics OK 0.65s
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.45s
299/313 libvirt:syntax-check / sc_prohibit_doubled_word OK 2.08s
300/313 libvirt:syntax-check / sc_prohibit_double_semicolon OK 0.28s
301/313 libvirt:syntax-check / sc_prohibit_test_minus_ao OK 0.59s
302/313 libvirt:syntax-check / sc_prohibit_test_double_equal OK 0.54s
303/313 libvirt:syntax-check / sc_redundant_const OK 0.63s
304/313 libvirt:syntax-check / sc_const_long_option OK 0.59s
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.53s
308/313 libvirt:syntax-check / sc_prohibit-duplicate-header OK 0.60s
309/313 libvirt:syntax-check / sc_spacing-check OK 3.66s
310/313 libvirt:syntax-check / sc_mock-noinline OK 0.99s
311/313 libvirt:syntax-check / sc_header-ifdef OK 0.29s
312/313 libvirt:syntax-check / sc_group-qemu-caps OK 0.23s
313/313 libvirt:syntax-check / sc_prohibit_enum_impl_with_vir_prefix_in_virsh OK 0.13s
Ok: 313
Expected Fail: 0
Fail: 0
Unexpected Pass: 0
Skipped: 0
Timeout: 0
Full log written to /home/ubuntu/libvirt/build/meson-logs/testlog.txt
make[2]: Leaving directory '/home/ubuntu/libvirt/ci'
make[1]: Leaving directory '/home/ubuntu/libvirt/ci'
make: Leaving directory '/home/ubuntu/libvirt/ci'
make: Entering directory '/home/ubuntu/libvirt/ci'
make -C /home/ubuntu/libvirt/ci ci-build@debian-sid CI_NINJA_ARGS=test
make[1]: Entering directory '/home/ubuntu/libvirt/ci'
make -C /home/ubuntu/libvirt/ci ci-run-command@debian-sid CI_COMMAND="/home/ubuntu/build"
make[2]: Entering directory '/home/ubuntu/libvirt/ci'
Checking if docker is available...yes
Cloning /home/ubuntu/libvirt to /home/ubuntu/libvirt/ci/scratch/src
Cloning /home/ubuntu/libvirt/src/keycodemapdb to /home/ubuntu/libvirt/ci/scratch/src/src/keycodemapdb
docker run \
--rm --interactive --tty --user "1000":"1000" --workdir "/home/ubuntu" --env CI_CONT_SRCDIR="/home/ubuntu/libvirt" --env CI_MESON_ARGS="-Dexpensive_tests=enabled" --env CI_NINJA_ARGS="test" --volume /home/ubuntu/libvirt/ci/scratch/group:/etc/group:ro,z --volume /home/ubuntu/libvirt/ci/scratch/passwd:/etc/passwd:ro,z --volume /home/ubuntu/libvirt/ci/scratch/home:/home/ubuntu:z --volume /home/ubuntu/libvirt/ci/scratch/build:/home/ubuntu/build:z --volume /home/ubuntu/libvirt/ci/scratch/src:/home/ubuntu/libvirt:z --ulimit nofile=1024:1024 --cap-add=SYS_PTRACE \
registry.gitlab.com/libvirt/libvirt/ci-debian-sid:latest \
/home/ubuntu/build
The Meson build system
Version: 0.59.1
Source dir: /home/ubuntu/libvirt
Build dir: /home/ubuntu/libvirt/build
Build type: native build
Project name: libvirt
Project version: 7.8.0
C compiler for the host machine: ccache cc (gcc 10.3.0 "cc (Debian 10.3.0-10) 10.3.0")
C linker for the host machine: cc ld.bfd 2.37
Host machine cpu family: x86_64
Host machine cpu: x86_64
Configuring configmake.h using configuration
Checking for size of "ptrdiff_t" : 8
Checking for size of "size_t" : 8
Compiler for C supports arguments -fasynchronous-unwind-tables: YES
Compiler for C supports arguments -fexceptions: YES
Compiler for C supports arguments -fipa-pure-const: YES
Compiler for C supports arguments -fno-common: YES
Compiler for C supports arguments -Wabsolute-value: YES
Compiler for C supports arguments -Waddress: YES
Compiler for C supports arguments -Waddress-of-packed-member: YES
Compiler for C supports arguments -Waggressive-loop-optimizations: YES
Compiler for C supports arguments -Walloc-size-larger-than=9223372036854775807: YES
Compiler for C supports arguments -Walloca: YES
Compiler for C supports arguments -Warray-bounds=2: YES
Compiler for C supports arguments -Wattribute-alias=2: YES
Compiler for C supports arguments -Wattribute-warning: YES
Compiler for C supports arguments -Wattributes: YES
Compiler for C supports arguments -Wbool-compare: YES
Compiler for C supports arguments -Wbool-operation: YES
Compiler for C supports arguments -Wbuiltin-declaration-mismatch: YES
Compiler for C supports arguments -Wbuiltin-macro-redefined: YES
Compiler for C supports arguments -Wcannot-profile: YES
Compiler for C supports arguments -Wcast-align: YES
Compiler for C supports arguments -Wcast-align=strict: YES
Compiler for C supports arguments -Wno-cast-function-type: YES
Compiler for C supports arguments -Wchar-subscripts: YES
Compiler for C supports arguments -Wclobbered: YES
Compiler for C supports arguments -Wcomment: YES
Compiler for C supports arguments -Wcomments: YES
Compiler for C supports arguments -Wcoverage-mismatch: YES
Compiler for C supports arguments -Wcpp: YES
Compiler for C supports arguments -Wdangling-else: YES
Compiler for C supports arguments -Wdate-time: YES
Compiler for C supports arguments -Wdeclaration-after-statement: YES
Compiler for C supports arguments -Wdeprecated-declarations: YES
Compiler for C supports arguments -Wdesignated-init: YES
Compiler for C supports arguments -Wdiscarded-array-qualifiers: YES
Compiler for C supports arguments -Wdiscarded-qualifiers: YES
Compiler for C supports arguments -Wdiv-by-zero: YES
Compiler for C supports arguments -Wduplicated-cond: YES
Compiler for C supports arguments -Wduplicate-decl-specifier: YES
Compiler for C supports arguments -Wempty-body: YES
Compiler for C supports arguments -Wendif-labels: YES
Compiler for C supports arguments -Wexpansion-to-defined: YES
Compiler for C supports arguments -Wformat-contains-nul: YES
Compiler for C supports arguments -Wformat-extra-args: YES
Compiler for C supports arguments -Wno-format-nonliteral: YES
Compiler for C supports arguments -Wformat-overflow=2: YES
Compiler for C supports arguments -Wformat-security: YES
Compiler for C supports arguments -Wno-format-truncation: YES
Compiler for C supports arguments -Wformat-y2k: YES
Compiler for C supports arguments -Wformat-zero-length: YES
Compiler for C supports arguments -Wframe-address: YES
Compiler for C supports arguments -Wframe-larger-than=4096: YES
Compiler for C supports arguments -Wfree-nonheap-object: YES
Compiler for C supports arguments -Whsa: YES
Compiler for C supports arguments -Wif-not-aligned: YES
Compiler for C supports arguments -Wignored-attributes: YES
Compiler for C supports arguments -Wignored-qualifiers: YES
Compiler for C supports arguments -Wimplicit: YES
Compiler for C supports arguments -Wimplicit-fallthrough=5: YES
Compiler for C supports arguments -Wimplicit-function-declaration: YES
Compiler for C supports arguments -Wimplicit-int: YES
Compiler for C supports arguments -Wincompatible-pointer-types: YES
Compiler for C supports arguments -Winit-self: YES
Compiler for C supports arguments -Winline: YES
Compiler for C supports arguments -Wint-conversion: YES
Compiler for C supports arguments -Wint-in-bool-context: YES
Compiler for C supports arguments -Wint-to-pointer-cast: YES
Compiler for C supports arguments -Winvalid-memory-model: YES
Compiler for C supports arguments -Winvalid-pch: YES
Compiler for C supports arguments -Wjump-misses-init: YES
Compiler for C supports arguments -Wlogical-not-parentheses: YES
Compiler for C supports arguments -Wlogical-op: YES
Compiler for C supports arguments -Wmain: YES
Compiler for C supports arguments -Wmaybe-uninitialized: YES
Compiler for C supports arguments -Wmemset-elt-size: YES
Compiler for C supports arguments -Wmemset-transposed-args: YES
Compiler for C supports arguments -Wmisleading-indentation: YES
Compiler for C supports arguments -Wmissing-attributes: YES
Compiler for C supports arguments -Wmissing-braces: YES
Compiler for C supports arguments -Wmissing-declarations: YES
Compiler for C supports arguments -Wmissing-field-initializers: YES
Compiler for C supports arguments -Wmissing-include-dirs: YES
Compiler for C supports arguments -Wmissing-parameter-type: YES
Compiler for C supports arguments -Wmissing-profile: YES
Compiler for C supports arguments -Wmissing-prototypes: YES
Compiler for C supports arguments -Wmultichar: YES
Compiler for C supports arguments -Wmultistatement-macros: YES
Compiler for C supports arguments -Wnarrowing: YES
Compiler for C supports arguments -Wnested-externs: YES
Compiler for C supports arguments -Wnonnull: YES
Compiler for C supports arguments -Wnonnull-compare: YES
Compiler for C supports arguments -Wnormalized=nfc: YES
Compiler for C supports arguments -Wnull-dereference: YES
Compiler for C supports arguments -Wodr: YES
Compiler for C supports arguments -Wold-style-declaration: YES
Compiler for C supports arguments -Wold-style-definition: YES
Compiler for C supports arguments -Wopenmp-simd: YES
Compiler for C supports arguments -Woverflow: YES
Compiler for C supports arguments -Woverride-init: YES
Compiler for C supports arguments -Wpacked-bitfield-compat: YES
Compiler for C supports arguments -Wpacked-not-aligned: YES
Compiler for C supports arguments -Wparentheses: YES
Compiler for C supports arguments -Wpointer-arith: YES
Compiler for C supports arguments -Wpointer-compare: YES
Compiler for C supports arguments -Wpointer-sign: YES
Compiler for C supports arguments -Wpointer-to-int-cast: YES
Compiler for C supports arguments -Wpragmas: YES
Compiler for C supports arguments -Wpsabi: YES
Compiler for C supports arguments -Wrestrict: YES
Compiler for C supports arguments -Wreturn-local-addr: YES
Compiler for C supports arguments -Wreturn-type: YES
Compiler for C supports arguments -Wscalar-storage-order: YES
Compiler for C supports arguments -Wsequence-point: YES
Compiler for C supports arguments -Wshadow: YES
Compiler for C supports arguments -Wshift-count-negative: YES
Compiler for C supports arguments -Wshift-count-overflow: YES
Compiler for C supports arguments -Wshift-negative-value: YES
Compiler for C supports arguments -Wshift-overflow=2: YES
Compiler for C supports arguments -Wno-sign-compare: YES
Compiler for C supports arguments -Wsizeof-array-argument: YES
Compiler for C supports arguments -Wsizeof-pointer-div: YES
Compiler for C supports arguments -Wsizeof-pointer-memaccess: YES
Compiler for C supports arguments -Wstrict-aliasing: YES
Compiler for C supports arguments -Wstrict-prototypes: YES
Compiler for C supports arguments -Wstringop-overflow=2: YES
Compiler for C supports arguments -Wstringop-truncation: YES
Compiler for C supports arguments -Wsuggest-attribute=cold: YES
Compiler for C supports arguments -Wno-suggest-attribute=const: YES
Compiler for C supports arguments -Wsuggest-attribute=format: YES
Compiler for C supports arguments -Wsuggest-attribute=noreturn: YES
Compiler for C supports arguments -Wno-suggest-attribute=pure: YES
Compiler for C supports arguments -Wsuggest-final-methods: YES
Compiler for C supports arguments -Wsuggest-final-types: YES
Compiler for C supports arguments -Wswitch: YES
Compiler for C supports arguments -Wswitch-bool: YES
Compiler for C supports arguments -Wswitch-enum: YES
Compiler for C supports arguments -Wswitch-unreachable: YES
Compiler for C supports arguments -Wsync-nand: YES
Compiler for C supports arguments -Wtautological-compare: YES
Compiler for C supports arguments -Wtrampolines: YES
Compiler for C supports arguments -Wtrigraphs: YES
Compiler for C supports arguments -Wtype-limits: YES
Compiler for C supports arguments -Wno-typedef-redefinition: NO
Compiler for C supports arguments -Wuninitialized: YES
Compiler for C supports arguments -Wunknown-pragmas: YES
Compiler for C supports arguments -Wunused: YES
Compiler for C supports arguments -Wunused-but-set-parameter: YES
Compiler for C supports arguments -Wunused-but-set-variable: YES
Compiler for C supports arguments -Wunused-const-variable=2: YES
Compiler for C supports arguments -Wunused-function: YES
Compiler for C supports arguments -Wunused-label: YES
Compiler for C supports arguments -Wunused-local-typedefs: YES
Compiler for C supports arguments -Wunused-parameter: YES
Compiler for C supports arguments -Wunused-result: YES
Compiler for C supports arguments -Wunused-value: YES
Compiler for C supports arguments -Wunused-variable: YES
Compiler for C supports arguments -Wvarargs: YES
Compiler for C supports arguments -Wvariadic-macros: YES
Compiler for C supports arguments -Wvector-operation-performance: YES
Compiler for C supports arguments -Wvla: YES
Compiler for C supports arguments -Wvolatile-register-var: YES
Compiler for C supports arguments -Wwrite-strings: YES
Compiler for C supports arguments -fstack-protector-strong: YES
First supported argument: -fstack-protector-strong
Checking if "-Wdouble-promotion" compiles: YES
Compiler for C supports arguments -Wsuggest-attribute=format: YES (cached)
Compiler for C supports arguments -Wframe-larger-than=262144: YES
Compiler for C supports link arguments -Wl,-z,relro: YES
Compiler for C supports link arguments -Wl,-z,now: YES
Compiler for C supports link arguments -Wl,-z,nodelete: YES
Compiler for C supports link arguments -Wl,-z,defs: YES
Compiler for C supports link arguments -Wl,--no-copy-dt-needed-entries: YES
Compiler for C supports link arguments -Wl,--version-script=/home/ubuntu/libvirt/src/libvirt_qemu.syms: YES
Compiler for C supports link arguments -Wl,-export-dynamic: YES
First supported link argument: -Wl,-export-dynamic
Checking for function "elf_aux_info" : NO
Checking for function "fallocate" : YES
Checking for function "getauxval" : YES
Checking for function "getegid" : YES
Checking for function "geteuid" : YES
Checking for function "getgid" : YES
Checking for function "getifaddrs" : YES
Checking for function "getmntent_r" : YES
Checking for function "getpwuid_r" : YES
Checking for function "getrlimit" : YES
Checking for function "getuid" : YES
Checking for function "getutxid" : YES
Checking for function "if_indextoname" : YES
Checking for function "mmap" : YES
Checking for function "newlocale" : YES
Checking for function "pipe2" : YES
Checking for function "posix_fallocate" : YES
Checking for function "posix_memalign" : YES
Checking for function "prlimit" : YES
Checking for function "sched_getaffinity" : YES
Checking for function "sched_setscheduler" : YES
Checking for function "setgroups" : YES
Checking for function "setns" : YES
Checking for function "setrlimit" : YES
Checking for function "symlink" : YES
Checking for function "sysctlbyname" : NO
Checking for function "__lxstat" : YES
Checking for function "__lxstat64" : YES
Checking for function "__xstat" : YES
Checking for function "__xstat64" : YES
Checking for function "lstat" : YES
Checking for function "lstat64" : YES
Checking for function "stat" : YES
Checking for function "stat64" : YES
Header <sys/stat.h> has symbol "__lxstat" : YES
Header <sys/stat.h> has symbol "__lxstat64" : NO
Header <sys/stat.h> has symbol "__xstat" : YES
Header <sys/stat.h> has symbol "__xstat64" : NO
Header <sys/stat.h> has symbol "lstat" : YES
Header <sys/stat.h> has symbol "lstat64" : NO
Header <sys/stat.h> has symbol "stat" : YES
Header <sys/stat.h> has symbol "stat64" : NO
Has header "asm/hwcap.h" : NO
Has header "ifaddrs.h" : YES
Has header "libtasn1.h" : YES
Has header "linux/kvm.h" : YES
Has header "linux/magic.h" : YES
Has header "mntent.h" : YES
Has header "net/ethernet.h" : YES
Has header "net/if.h" : YES
Has header "pty.h" : YES
Has header "pwd.h" : YES
Has header "sys/auxv.h" : YES
Has header "sys/ioctl.h" : YES
Has header "sys/mount.h" : YES
Has header "sys/syscall.h" : YES
Has header "sys/ucred.h" : NO
Has header "syslog.h" : YES
Has header "util.h" : NO
Has header "xlocale.h" : NO
Has header "linux/btrfs.h" : YES
Has header "xfs/xfs.h" : YES
Has header "linux/devlink.h" : YES
Has header "linux/param.h" : YES
Has header "linux/sockios.h" : YES
Has header "linux/if_bridge.h" : YES
Has header "linux/if_tun.h" : YES
Header <endian.h> has symbol "htole64" : YES
Header <linux/ethtool.h> has symbol "ETH_FLAG_TXVLAN" : YES
Header <linux/ethtool.h> has symbol "ETH_FLAG_NTUPLE" : YES
Header <linux/ethtool.h> has symbol "ETH_FLAG_RXHASH" : YES
Header <linux/ethtool.h> has symbol "ETH_FLAG_LRO" : YES
Header <linux/ethtool.h> has symbol "ETHTOOL_GGSO" : YES
Header <linux/ethtool.h> has symbol "ETHTOOL_GGRO" : YES
Header <linux/ethtool.h> has symbol "ETHTOOL_GFLAGS" : YES
Header <linux/ethtool.h> has symbol "ETHTOOL_GFEATURES" : YES
Header <linux/ethtool.h> has symbol "ETHTOOL_SCOALESCE" : YES
Header <linux/ethtool.h> has symbol "ETHTOOL_GCOALESCE" : YES
Header <linux/if_vlan.h> has symbol "GET_VLAN_VID_CMD" : YES
Header <unistd.h> has symbol "SEEK_HOLE" : YES
Header <net/if_dl.h> has symbol "link_addr" : NO
Header <linux/devlink.h> has symbol "DEVLINK_CMD_ESWITCH_GET" : YES
Header <linux/vhost.h> has symbol "VHOST_VSOCK_SET_GUEST_CID" : YES
Header <linux/bpf.h> has symbol "BPF_PROG_QUERY" : YES
Header <linux/bpf.h> has symbol "BPF_CGROUP_DEVICE" : YES
Header <net/if_bridgevar.h> has symbol "BRDGSFD" : NO
Header <sys/cpuset.h> has symbol "cpuset_getaffinity" : NO
Header <mach/clock.h> has symbol "clock_serv_t" : NO
Checking for type "struct ifreq" : YES
Checking for type "struct sockpeercred" : NO
Checking whether type "struct ifreq" has member "ifr_newname" : YES
Checking whether type "struct ifreq" has member "ifr_ifindex" : YES
Checking whether type "struct ifreq" has member "ifr_index" : NO
Checking whether type "struct ifreq" has member "ifr_hwaddr" : YES
Checking for size of "long" : 8
Program perl found: YES (/usr/bin/perl)
Program python3 found: YES (/usr/bin/python3)
Program xmllint found: YES (/usr/bin/xmllint)
Program xsltproc found: YES (/usr/bin/xsltproc)
Program rpcgen found: YES (/usr/bin/rpcgen)
Program rst2html5 found: YES (/usr/bin/rst2html5)
Program rst2man found: YES (/usr/bin/rst2man)
Program augparse found: YES (/usr/bin/augparse)
Program dmidecode found: YES (/usr/sbin/dmidecode)
Program dnsmasq found: YES (/usr/sbin/dnsmasq)
Program ebtables found: YES (/usr/sbin/ebtables)
Program flake8 found: YES (/usr/bin/flake8)
Program ip found: YES (/sbin/ip)
Program ip6tables found: YES (/usr/sbin/ip6tables)
Program iptables found: YES (/usr/sbin/iptables)
Program iscsiadm found: YES (/usr/bin/iscsiadm)
Program mdevctl found: NO
Program mm-ctl found: NO
Program modprobe found: YES (/sbin/modprobe)
Program ovs-vsctl found: NO
Program pdwtags found: YES (/usr/bin/pdwtags)
Program radvd found: YES (/usr/sbin/radvd)
Program rmmod found: YES (/sbin/rmmod)
Program scrub found: YES (/usr/bin/scrub)
Program tc found: YES (/sbin/tc)
Program udevadm found: YES (/bin/udevadm)
Found pkg-config: /usr/bin/pkg-config (1.8.0)
Run-time dependency libtirpc found: YES 1.3.2
Library acl found: YES
Run-time dependency libapparmor found: YES 3.0.3
Library attr found: YES
Run-time dependency audit found: YES 3.0.5
Run-time dependency bash-completion found: YES 2.11
Run-time dependency blkid found: YES 2.37.2
Run-time dependency libcap-ng found: YES 0.7.9
Run-time dependency libcurl found: YES 7.74.0
Run-time dependency devmapper found: YES 1.02.175
Library dl found: YES
Has header "dlfcn.h" : YES
Run-time dependency fuse found: YES 2.9.9
Run-time dependency glib-2.0 found: YES 2.68.4
Run-time dependency gobject-2.0 found: YES 2.68.4
Run-time dependency gio-unix-2.0 found: YES 2.68.4
Run-time dependency glusterfs-api found: YES 7.9.3
Run-time dependency gnutls found: YES 3.7.2
Run-time dependency libiscsi found: YES 1.19.0
Run-time dependency libnl-3.0 found: YES 3.4.0
Run-time dependency libnl-route-3.0 found: YES 3.4.0
Run-time dependency libparted found: YES 3.4
Program parted found: YES (/sbin/parted)
Run-time dependency pcap found: YES 1.10.1
Run-time dependency libssh found: YES 0.9.6
Checking for function "ssh_get_server_publickey" with dependency libssh: YES
Checking for function "ssh_session_is_known_server" with dependency libssh: YES
Checking for function "ssh_session_update_known_hosts" with dependency libssh: YES
Run-time dependency libssh2 found: YES 1.9.0
Run-time dependency libxml-2.0 found: YES 2.9.12
Library m found: YES
Run-time dependency netcf found: YES 0.2.8
Checking for function "gettext" : YES
Has header "libintl.h" : YES
Program xgettext found: YES (/usr/bin/xgettext)
Program msgfmt found: YES (/usr/bin/msgfmt)
Program msgmerge found: YES (/usr/bin/msgmerge)
Library numa found: YES
Did not find CMake 'cmake'
Found CMake: NO
Run-time dependency openwsman found: NO (tried pkgconfig and cmake)
Run-time dependency parallels-sdk found: NO (tried pkgconfig and cmake)
Run-time dependency pciaccess found: YES 0.16
Library rbd found: YES
Library rados found: YES
Checking for function "rbd_get_features" with dependency -lrbd: YES
Checking for function "rbd_list2" with dependency -lrbd: YES
Run-time dependency readline found: YES 8.1
Run-time dependency libsanlock_client found: YES 3.8.4
Checking for function "sanlock_strerror" with dependency libsanlock_client: YES
Run-time dependency libsasl2 found: YES 2.1.27
Run-time dependency libselinux found: YES 3.1
Run-time dependency threads found: YES
Run-time dependency libudev found: YES 247
Library util found: YES
Run-time dependency wireshark found: YES 3.4.8
Has header "wireshark/ws_version.h" : NO
Run-time dependency yajl found: YES 2.1.0
Program pkcheck found: YES (/usr/bin/pkcheck)
Run-time dependency xenlight found: YES 4.14.0
Has header "libxlutil.h" : YES
Run-time dependency xlutil found: YES 4.14.0
Run-time dependency xenstore found: YES 3.0.3
Run-time dependency xentoollog found: YES 1.0
Header <libxl.h> has symbol "LIBXL_DOMAIN_TYPE_PVH" : YES
Checking if "lxc support" compiles: YES
Program qemu-bridge-helper found: NO
Program qemu-pr-helper found: NO
Program slirp-helper found: NO
Program dbus-daemon found: YES (/usr/bin/dbus-daemon)
Has header "mntent.h" : YES (cached)
Program mount found: YES (/bin/mount)
Program umount found: YES (/bin/umount)
Program mkfs found: YES (/sbin/mkfs)
Program showmount found: YES (/sbin/showmount)
Program pvcreate found: YES (/sbin/pvcreate)
Program vgcreate found: YES (/sbin/vgcreate)
Program lvcreate found: YES (/sbin/lvcreate)
Program pvremove found: YES (/sbin/pvremove)
Program vgremove found: YES (/sbin/vgremove)
Program lvremove found: YES (/sbin/lvremove)
Program lvchange found: YES (/sbin/lvchange)
Program vgchange found: YES (/sbin/vgchange)
Program vgscan found: YES (/sbin/vgscan)
Program pvs found: YES (/sbin/pvs)
Program vgs found: YES (/sbin/vgs)
Program lvs found: YES (/sbin/lvs)
Program dog found: NO
Program zfs found: YES (/sbin/zfs)
Program zpool found: YES (/sbin/zpool)
Program dtrace found: YES (/usr/bin/dtrace)
Program systemctl found: YES (/bin/systemctl)
Has header "nss.h" : YES
Checking for type "struct gaih_addrtuple" : YES
Checking for type "ns_mtab" : NO
Program numad found: YES (/usr/bin/numad)
Program apibuild.py found: YES (/home/ubuntu/libvirt/scripts/apibuild.py)
Program augeas-gentest.py found: YES (/home/ubuntu/libvirt/scripts/augeas-gentest.py)
Program check-aclperms.py found: YES (/home/ubuntu/libvirt/scripts/check-aclperms.py)
Program check-aclrules.py found: YES (/home/ubuntu/libvirt/scripts/check-aclrules.py)
Program check-driverimpls.py found: YES (/home/ubuntu/libvirt/scripts/check-driverimpls.py)
Program check-drivername.py found: YES (/usr/bin/python3 /home/ubuntu/libvirt/scripts/check-drivername.py)
Program check-file-access.py found: YES (/home/ubuntu/libvirt/scripts/check-file-access.py)
Program check-remote-protocol.py found: YES (/usr/bin/python3 /home/ubuntu/libvirt/scripts/check-remote-protocol.py)
Program check-symfile.py found: YES (/home/ubuntu/libvirt/scripts/check-symfile.py)
Program check-symsorting.py found: YES (/home/ubuntu/libvirt/scripts/check-symsorting.py)
Program dtrace2systemtap.py found: YES (/home/ubuntu/libvirt/scripts/dtrace2systemtap.py)
Program esx_vi_generator.py found: YES (/home/ubuntu/libvirt/scripts/esx_vi_generator.py)
Program genaclperms.py found: YES (/home/ubuntu/libvirt/scripts/genaclperms.py)
Program genpolkit.py found: YES (/home/ubuntu/libvirt/scripts/genpolkit.py)
Program gensystemtap.py found: YES (/home/ubuntu/libvirt/scripts/gensystemtap.py)
Program group-qemu-caps.py found: YES (/home/ubuntu/libvirt/scripts/group-qemu-caps.py)
Program header-ifdef.py found: YES (/usr/bin/python3 /home/ubuntu/libvirt/scripts/header-ifdef.py)
Program hvsupport.py found: YES (/home/ubuntu/libvirt/scripts/hvsupport.py)
Program hyperv_wmi_generator.py found: YES (/home/ubuntu/libvirt/scripts/hyperv_wmi_generator.py)
Program meson-dist.py found: YES (/home/ubuntu/libvirt/scripts/meson-dist.py)
Program meson-gen-authors.py found: YES (/home/ubuntu/libvirt/scripts/meson-gen-authors.py)
Program meson-gen-def.py found: YES (/home/ubuntu/libvirt/scripts/meson-gen-def.py)
Program meson-gen-sym.py found: YES (/home/ubuntu/libvirt/scripts/meson-gen-sym.py)
Program meson-install-dirs.py found: YES (/usr/bin/python3 /home/ubuntu/libvirt/scripts/meson-install-dirs.py)
Program meson-install-symlink.py found: YES (/usr/bin/python3 /home/ubuntu/libvirt/scripts/meson-install-symlink.py)
Program meson-install-web.py found: YES (/home/ubuntu/libvirt/scripts/meson-install-web.py)
Program meson-python.sh found: YES (/home/ubuntu/libvirt/scripts/meson-python.sh)
Program meson-timestamp.py found: YES (/home/ubuntu/libvirt/scripts/meson-timestamp.py)
Program mock-noinline.py found: YES (/usr/bin/python3 /home/ubuntu/libvirt/scripts/mock-noinline.py)
Program prohibit-duplicate-header.py found: YES (/usr/bin/python3 /home/ubuntu/libvirt/scripts/prohibit-duplicate-header.py)
Configuring libvirt-common.h using configuration
Program env found: YES (/usr/bin/env)
Program env found: YES (/usr/bin/env)
Program /home/ubuntu/libvirt/src/keycodemapdb/tools/keymap-gen found: YES (/home/ubuntu/libvirt/src/keycodemapdb/tools/keymap-gen)
Program genprotocol.pl found: YES (/home/ubuntu/libvirt/src/rpc/genprotocol.pl)
Program gendispatch.pl found: YES (/home/ubuntu/libvirt/src/rpc/gendispatch.pl)
Configuring libvirtd.conf.tmp with command
Configuring libvirtd.aug.tmp with command
Configuring test_libvirtd.aug.tmp with command
Configuring virtd.conf.tmp with command
Configuring virtd.aug.tmp with command
Configuring test_virtd.aug.tmp with command
Configuring libvirtd.qemu.logrotate using configuration
Configuring libvirtd.lxc.logrotate using configuration
Configuring libvirtd.libxl.logrotate using configuration
Configuring libvirtd.logrotate using configuration
Program /home/ubuntu/libvirt/scripts/meson-python.sh found: YES (/home/ubuntu/libvirt/scripts/meson-python.sh)
Configuring usr.lib.libvirt.virt-aa-helper using configuration
Configuring usr.sbin.libvirtd using configuration
Configuring usr.sbin.virtqemud using configuration
Configuring usr.sbin.virtxend using configuration
Program env found: YES (/usr/bin/env)
Program env found: YES (/usr/bin/env)
Configuring libvirtd.conf using configuration
Configuring libvirtd.aug using configuration
Configuring test_libvirtd.aug.tmp using configuration
Configuring virtproxyd.conf using configuration
Configuring virtproxyd.aug using configuration
Configuring test_virtproxyd.aug.tmp using configuration
Configuring virtinterfaced.conf using configuration
Configuring virtinterfaced.aug using configuration
Configuring test_virtinterfaced.aug.tmp using configuration
Configuring virtnetworkd.conf using configuration
Configuring virtnetworkd.aug using configuration
Configuring test_virtnetworkd.aug.tmp using configuration
Configuring virtnodedevd.conf using configuration
Configuring virtnodedevd.aug using configuration
Configuring test_virtnodedevd.aug.tmp using configuration
Configuring virtnwfilterd.conf using configuration
Configuring virtnwfilterd.aug using configuration
Configuring test_virtnwfilterd.aug.tmp using configuration
Configuring virtsecretd.conf using configuration
Configuring virtsecretd.aug using configuration
Configuring test_virtsecretd.aug.tmp using configuration
Configuring virtstoraged.conf using configuration
Configuring virtstoraged.aug using configuration
Configuring test_virtstoraged.aug.tmp using configuration
Configuring virtxend.conf using configuration
Configuring virtxend.aug using configuration
Configuring test_virtxend.aug.tmp using configuration
Configuring virtlxcd.conf using configuration
Configuring virtlxcd.aug using configuration
Configuring test_virtlxcd.aug.tmp using configuration
Configuring virtchd.conf using configuration
Configuring virtchd.aug using configuration
Configuring test_virtchd.aug.tmp using configuration
Configuring virtqemud.conf using configuration
Configuring virtqemud.aug using configuration
Configuring test_virtqemud.aug.tmp using configuration
Configuring virtvboxd.conf using configuration
Configuring virtvboxd.aug using configuration
Configuring test_virtvboxd.aug.tmp using configuration
Configuring libvirtd.service using configuration
Configuring libvirtd.socket using configuration
Configuring libvirtd-ro.socket using configuration
Configuring libvirtd-admin.socket using configuration
Configuring libvirtd-tcp.socket using configuration
Configuring libvirtd-tls.socket using configuration
Configuring virtproxyd.service using configuration
Configuring virtproxyd.socket using configuration
Configuring virtproxyd-ro.socket using configuration
Configuring virtproxyd-admin.socket using configuration
Configuring virtproxyd-tcp.socket using configuration
Configuring virtproxyd-tls.socket using configuration
Configuring virtinterfaced.service using configuration
Configuring virtinterfaced.socket using configuration
Configuring virtinterfaced-ro.socket using configuration
Configuring virtinterfaced-admin.socket using configuration
Configuring virtlockd.service using configuration
Configuring virtlockd.socket using configuration
Configuring virtlockd-admin.socket using configuration
Configuring virtlogd.service using configuration
Configuring virtlogd.socket using configuration
Configuring virtlogd-admin.socket using configuration
Configuring virtnetworkd.service using configuration
Configuring virtnetworkd.socket using configuration
Configuring virtnetworkd-ro.socket using configuration
Configuring virtnetworkd-admin.socket using configuration
Configuring virtnodedevd.service using configuration
Configuring virtnodedevd.socket using configuration
Configuring virtnodedevd-ro.socket using configuration
Configuring virtnodedevd-admin.socket using configuration
Configuring virtnwfilterd.service using configuration
Configuring virtnwfilterd.socket using configuration
Configuring virtnwfilterd-ro.socket using configuration
Configuring virtnwfilterd-admin.socket using configuration
Configuring virtsecretd.service using configuration
Configuring virtsecretd.socket using configuration
Configuring virtsecretd-ro.socket using configuration
Configuring virtsecretd-admin.socket using configuration
Configuring virtstoraged.service using configuration
Configuring virtstoraged.socket using configuration
Configuring virtstoraged-ro.socket using configuration
Configuring virtstoraged-admin.socket using configuration
Configuring virtxend.service using configuration
Configuring virtxend.socket using configuration
Configuring virtxend-ro.socket using configuration
Configuring virtxend-admin.socket using configuration
Configuring virtlxcd.service using configuration
Configuring virtlxcd.socket using configuration
Configuring virtlxcd-ro.socket using configuration
Configuring virtlxcd-admin.socket using configuration
Configuring virtchd.service using configuration
Configuring virtchd.socket using configuration
Configuring virtchd-ro.socket using configuration
Configuring virtchd-admin.socket using configuration
Configuring virtqemud.service using configuration
Configuring virtqemud.socket using configuration
Configuring virtqemud-ro.socket using configuration
Configuring virtqemud-admin.socket using configuration
Configuring virtvboxd.service using configuration
Configuring virtvboxd.socket using configuration
Configuring virtvboxd-ro.socket using configuration
Configuring virtvboxd-admin.socket using configuration
Program /home/ubuntu/libvirt/scripts/meson-python.sh found: YES (/home/ubuntu/libvirt/scripts/meson-python.sh)
Configuring libvirt-lxc.pc using configuration
Configuring libvirt-qemu.pc using configuration
Configuring libvirt.pc using configuration
Configuring virt-xml-validate using configuration
Configuring virt-pki-validate using configuration
Configuring virt-sanlock-cleanup using configuration
Configuring libvirt-guests.sh using configuration
Configuring libvirt-guests.service using configuration
Configuring virsh using configuration
Configuring virt-admin using configuration
Program util/genxdrstub.pl found: YES (/home/ubuntu/libvirt/tools/wireshark/util/genxdrstub.pl)
Library tasn1 found: YES
Program libvirtd-fail found: YES (/home/ubuntu/libvirt/tests/libvirtd-fail)
Program libvirtd-pool found: YES (/home/ubuntu/libvirt/tests/libvirtd-pool)
Program virsh-auth found: YES (/home/ubuntu/libvirt/tests/virsh-auth)
Program virsh-checkpoint found: YES (/home/ubuntu/libvirt/tests/virsh-checkpoint)
Program virsh-cpuset found: YES (/home/ubuntu/libvirt/tests/virsh-cpuset)
Program virsh-define-dev-segfault found: YES (/home/ubuntu/libvirt/tests/virsh-define-dev-segfault)
Program virsh-int-overflow found: YES (/home/ubuntu/libvirt/tests/virsh-int-overflow)
Program virsh-optparse found: YES (/home/ubuntu/libvirt/tests/virsh-optparse)
Program virsh-output found: YES (/home/ubuntu/libvirt/tests/virsh-output)
Program virsh-read-bufsiz found: YES (/home/ubuntu/libvirt/tests/virsh-read-bufsiz)
Program virsh-read-non-seekable found: YES (/home/ubuntu/libvirt/tests/virsh-read-non-seekable)
Program virsh-schedinfo found: YES (/home/ubuntu/libvirt/tests/virsh-schedinfo)
Program virsh-self-test found: YES (/home/ubuntu/libvirt/tests/virsh-self-test)
Program virsh-snapshot found: YES (/home/ubuntu/libvirt/tests/virsh-snapshot)
Program virsh-start found: YES (/home/ubuntu/libvirt/tests/virsh-start)
Program virsh-undefine found: YES (/home/ubuntu/libvirt/tests/virsh-undefine)
Program virsh-uriprecedence found: YES (/home/ubuntu/libvirt/tests/virsh-uriprecedence)
Program virsh-vcpupin found: YES (/home/ubuntu/libvirt/tests/virsh-vcpupin)
Program virt-admin-self-test found: YES (/home/ubuntu/libvirt/tests/virt-admin-self-test)
Program virt-aa-helper-test found: YES (/home/ubuntu/libvirt/tests/virt-aa-helper-test)
Configuring POTFILES using configuration
Configuring index.rst using configuration
Configuring virsh.rst using configuration
Configuring virt-admin.rst using configuration
Configuring virt-host-validate.rst using configuration
Configuring virt-login-shell.rst using configuration
Configuring virt-pki-validate.rst using configuration
Configuring virt-qemu-run.rst using configuration
Configuring virt-xml-validate.rst using configuration
Configuring libvirtd.rst using configuration
Configuring virt-sanlock-cleanup.rst using configuration
Configuring virtbhyved.rst using configuration
Configuring virtinterfaced.rst using configuration
Configuring virtlockd.rst using configuration
Configuring virtlogd.rst using configuration
Configuring virtlxcd.rst using configuration
Configuring virtnetworkd.rst using configuration
Configuring virtnodedevd.rst using configuration
Configuring virtnwfilterd.rst using configuration
Configuring virtproxyd.rst using configuration
Configuring virtqemud.rst using configuration
Configuring virtsecretd.rst using configuration
Configuring virtstoraged.rst using configuration
Configuring virtvboxd.rst using configuration
Configuring virtvzd.rst using configuration
Configuring virtxend.rst using configuration
Program make found: YES
Program sed found: YES (/bin/sed)
Program grep found: YES (/bin/grep)
Configuring Makefile using configuration
Configuring libvirt.pc using configuration
Configuring libvirt-qemu.pc using configuration
Configuring libvirt-lxc.pc using configuration
Configuring libvirt-admin.pc using configuration
Configuring libvirt.spec using configuration
Configuring mingw-libvirt.spec using configuration
Configuring AUTHORS.rst using configuration
Program /home/ubuntu/libvirt/scripts/meson-python.sh found: YES (/home/ubuntu/libvirt/scripts/meson-python.sh)
Program /home/ubuntu/libvirt/scripts/meson-python.sh found: YES (/home/ubuntu/libvirt/scripts/meson-python.sh)
Configuring meson-config.h using configuration
Configuring run using configuration
Configuring .color_coded using configuration
Configuring .ycm_extra_conf.py using configuration
Build targets in project: 613
libvirt 7.8.0
Drivers
QEMU : YES
OpenVZ : YES
VMware : YES
VBox : YES
libxl : YES
LXC : YES
Cloud-Hypervisor : YES
ESX : YES
Hyper-V : NO
vz : NO
Bhyve : NO
Test : YES
Remote : YES
Network : YES
Libvirtd : YES
Interface : YES
Storage Drivers
Dir : YES
FS : YES
NetFS : YES
LVM : YES
iSCSI : YES
iscsi-direct : YES
SCSI : YES
mpath : YES
Disk : YES
RBD : YES
Sheepdog : NO
Gluster : YES
ZFS : YES
Virtuozzo storage : YES
Security Drivers
SELinux : YES
AppArmor : YES
Driver Loadable Modules
driver_modules : YES
Libraries
acl : YES
apparmor : YES
attr : YES
audit : YES
bash_completion : YES
blkid : YES
capng : YES
curl : YES
devmapper : YES
dlopen : YES
fuse : YES
glusterfs : YES
libiscsi : YES
libkvm : NO
libnl : YES
libparted : YES
libpcap : YES
libssh : YES
libssh2 : YES
libutil : YES
netcf : YES
NLS : YES
numactl : YES
openwsman : NO
parallels-sdk : NO
pciaccess : YES
polkit : YES
rbd : YES
readline : YES
sanlock : YES
sasl : YES
selinux : YES
udev : YES
xdr : YES
yajl : YES
Windows
MinGW : NO
windres : NO
Test suite
Expensive : YES
Coverage : NO
Miscellaneous
Warning Flags : -fasynchronous-unwind-tables
-fexceptions
-fipa-pure-const
-fno-common
-Wabsolute-value
-Waddress
-Waddress-of-packed-member
-Waggressive-loop-optimizations
-Walloc-size-larger-than=9223372036854775807
-Walloca
-Warray-bounds=2
-Wattribute-alias=2
-Wattribute-warning
-Wattributes
-Wbool-compare
-Wbool-operation
-Wbuiltin-declaration-mismatch
-Wbuiltin-macro-redefined
-Wcannot-profile
-Wcast-align
-Wcast-align=strict
-Wno-cast-function-type
-Wchar-subscripts
-Wclobbered
-Wcomment
-Wcomments
-Wcoverage-mismatch
-Wcpp
-Wdangling-else
-Wdate-time
-Wdeclaration-after-statement
-Wdeprecated-declarations
-Wdesignated-init
-Wdiscarded-array-qualifiers
-Wdiscarded-qualifiers
-Wdiv-by-zero
-Wduplicated-cond
-Wduplicate-decl-specifier
-Wempty-body
-Wendif-labels
-Wexpansion-to-defined
-Wformat-contains-nul
-Wformat-extra-args
-Wno-format-nonliteral
-Wformat-overflow=2
-Wformat-security
-Wno-format-truncation
-Wformat-y2k
-Wformat-zero-length
-Wframe-address
-Wframe-larger-than=4096
-Wfree-nonheap-object
-Whsa
-Wif-not-aligned
-Wignored-attributes
-Wignored-qualifiers
-Wimplicit
-Wimplicit-fallthrough=5
-Wimplicit-function-declaration
-Wimplicit-int
-Wincompatible-pointer-types
-Winit-self
-Winline
-Wint-conversion
-Wint-in-bool-context
-Wint-to-pointer-cast
-Winvalid-memory-model
-Winvalid-pch
-Wjump-misses-init
-Wlogical-not-parentheses
-Wlogical-op
-Wmain
-Wmaybe-uninitialized
-Wmemset-elt-size
-Wmemset-transposed-args
-Wmisleading-indentation
-Wmissing-attributes
-Wmissing-braces
-Wmissing-declarations
-Wmissing-field-initializers
-Wmissing-include-dirs
-Wmissing-parameter-type
-Wmissing-profile
-Wmissing-prototypes
-Wmultichar
-Wmultistatement-macros
-Wnarrowing
-Wnested-externs
-Wnonnull
-Wnonnull-compare
-Wnormalized=nfc
-Wnull-dereference
-Wodr
-Wold-style-declaration
-Wold-style-definition
-Wopenmp-simd
-Woverflow
-Woverride-init
-Wpacked-bitfield-compat
-Wpacked-not-aligned
-Wparentheses
-Wpointer-arith
-Wpointer-compare
-Wpointer-sign
-Wpointer-to-int-cast
-Wpragmas
-Wpsabi
-Wrestrict
-Wreturn-local-addr
-Wreturn-type
-Wscalar-storage-order
-Wsequence-point
-Wshadow
-Wshift-count-negative
-Wshift-count-overflow
-Wshift-negative-value
-Wshift-overflow=2
-Wno-sign-compare
-Wsizeof-array-argument
-Wsizeof-pointer-div
-Wsizeof-pointer-memaccess
-Wstrict-aliasing
-Wstrict-prototypes
-Wstringop-overflow=2
-Wstringop-truncation
-Wsuggest-attribute=cold
-Wno-suggest-attribute=const
-Wsuggest-attribute=format
-Wsuggest-attribute=noreturn
-Wno-suggest-attribute=pure
-Wsuggest-final-methods
-Wsuggest-final-types
-Wswitch
-Wswitch-bool
-Wswitch-enum
-Wswitch-unreachable
-Wsync-nand
-Wtautological-compare
-Wtrampolines
-Wtrigraphs
-Wtype-limits
-Wuninitialized
-Wunknown-pragmas
-Wunused
-Wunused-but-set-parameter
-Wunused-but-set-variable
-Wunused-const-variable=2
-Wunused-function
-Wunused-label
-Wunused-local-typedefs
-Wunused-parameter
-Wunused-result
-Wunused-value
-Wunused-variable
-Wvarargs
-Wvariadic-macros
-Wvector-operation-performance
-Wvla
-Wvolatile-register-var
-Wwrite-strings
-fstack-protector-strong
-Wdouble-promotion
docs : YES
tests : YES
DTrace : YES
firewalld : YES
firewalld-zone : YES
nss : YES
numad : YES
Init script : systemd
Char device locks : /var/lock
Loader/NVRAM :
pm_utils : NO
virt-login-shell : YES
virt-host-validate : YES
TLS priority : NORMAL
Developer Tools
wireshark_dissector: YES
Privileges
QEMU : libvirt-qemu:libvirt-qemu
Found ninja-1.10.1 at /usr/bin/ninja
ninja: Entering directory `build'
[1334/1335] Running all tests.
1/313 libvirt / check-aclperms OK 0.27s
2/313 libvirt / check-symfile OK 0.26s
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.25s
6/313 libvirt / check-drivername OK 0.25s
7/313 libvirt / check-admin-drivername OK 0.25s
8/313 libvirt / check-augeas-libvirt_lockd OK 0.23s
9/313 libvirt / check-augeas-libvirt_sanlock OK 0.23s
10/313 libvirt / check-augeas-virtlockd OK 0.23s
11/313 libvirt / check-augeas-virtlogd OK 0.22s
12/313 libvirt / check-augeas-libvirtd_libxl OK 0.22s
13/313 libvirt / check-augeas-libvirtd_lxc OK 0.22s
14/313 libvirt / check-augeas-libvirtd OK 0.21s
15/313 libvirt / check-augeas-virtproxyd OK 0.21s
16/313 libvirt / check-augeas-virtinterfaced OK 0.20s
17/313 libvirt / check-augeas-virtnetworkd OK 0.20s
18/313 libvirt / check-augeas-virtnodedevd OK 0.20s
19/313 libvirt / check-augeas-virtnwfilterd OK 0.19s
20/313 libvirt / check-augeas-virtsecretd OK 0.19s
21/313 libvirt / check-augeas-virtstoraged OK 0.19s
22/313 libvirt / check-augeas-virtxend OK 0.18s
23/313 libvirt / check-augeas-virtlxcd OK 0.18s
24/313 libvirt / check-augeas-virtchd OK 0.13s
25/313 libvirt / check-augeas-virtqemud OK 0.12s
26/313 libvirt / check-augeas-virtvboxd OK 0.12s
27/313 libvirt / check-virnetprotocol OK 0.12s
28/313 libvirt / check-virkeepaliveprotocol OK 0.11s
29/313 libvirt / check-qemu_protocol OK 0.11s
30/313 libvirt / check-lxc_protocol OK 0.10s
31/313 libvirt / check-admin_protocol OK 0.10s
32/313 libvirt / check-lock_protocol OK 0.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.18s
37/313 libvirt / nodedevxml2xmltest OK 0.18s
38/313 libvirt / networkxml2xmlupdatetest OK 0.20s
39/313 libvirt / nwfilterxml2xmltest OK 0.20s
40/313 libvirt / objecteventtest OK 0.19s
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.24s
44/313 libvirt / seclabeltest OK 0.20s
45/313 libvirt / secretxml2xmltest OK 0.20s
46/313 libvirt / shunloadtest OK 0.19s
47/313 libvirt / sockettest OK 0.19s
48/313 libvirt / storagevolxml2xmltest OK 0.19s
49/313 libvirt / sysinfotest OK 0.18s
50/313 libvirt / utiltest OK 0.18s
51/313 libvirt / viralloctest OK 0.18s
52/313 libvirt / virauthconfigtest OK 0.17s
53/313 libvirt / virbitmaptest OK 0.17s
54/313 libvirt / virbuftest OK 0.17s
55/313 libvirt / vircapstest OK 0.16s
56/313 libvirt / virconftest OK 0.16s
57/313 libvirt / vircryptotest OK 0.15s
58/313 libvirt / virendiantest OK 0.15s
59/313 libvirt / virerrortest OK 0.15s
60/313 libvirt / virfilecachetest OK 0.14s
61/313 libvirt / virfirewalltest OK 0.14s
62/313 libvirt / virhostcputest OK 0.13s
63/313 libvirt / viridentitytest OK 0.13s
64/313 libvirt / viriscsitest OK 0.12s
65/313 libvirt / virkeycodetest OK 0.12s
66/313 libvirt / virkmodtest OK 0.11s
67/313 libvirt / virlockspacetest OK 0.11s
68/313 libvirt / virlogtest OK 0.11s
69/313 libvirt / virnetdevtest OK 0.10s
70/313 libvirt / virnetworkportxml2xmltest OK 0.10s
71/313 libvirt / virnwfilterbindingxml2xmltest OK 0.09s
72/313 libvirt / virportallocatortest OK 0.09s
73/313 libvirt / virrotatingfiletest OK 0.20s
74/313 libvirt / virstringtest OK 0.19s
75/313 libvirt / vircgrouptest OK 0.30s
76/313 libvirt / virhostdevtest OK 0.27s
77/313 libvirt / virsystemdtest OK 0.20s
78/313 libvirt / virtimetest OK 0.20s
79/313 libvirt / virtypedparamtest OK 0.19s
80/313 libvirt / check-aclrules OK 0.62s
81/313 libvirt / virpcitest OK 0.26s
82/313 libvirt / viruritest OK 0.21s
83/313 libvirt / virpcivpdtest OK 0.21s
84/313 libvirt / vshtabletest OK 0.20s
85/313 libvirt / check-driverimpls OK 0.64s
86/313 libvirt / virfiletest OK 0.35s
87/313 libvirt / commandtest OK 0.50s
88/313 libvirt / virmigtest OK 0.23s
89/313 libvirt / fchosttest OK 0.23s
90/313 libvirt / scsihosttest OK 0.23s
91/313 libvirt / vircaps2xmltest OK 0.22s
92/313 libvirt / virnetdevbandwidthtest OK 0.22s
93/313 libvirt / virresctrltest OK 0.22s
94/313 libvirt / virscsitest OK 0.21s
95/313 libvirt / virusbtest OK 0.21s
96/313 libvirt / virnetdevopenvswitchtest OK 0.21s
97/313 libvirt / esxutilstest OK 0.20s
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.18s
102/313 libvirt / xlconfigtest OK 0.18s
103/313 libvirt / xmconfigtest OK 0.18s
104/313 libvirt / lxcconf2xmltest OK 0.17s
105/313 libvirt / lxcxml2xmltest OK 0.17s
106/313 libvirt / networkxml2conftest OK 0.17s
107/313 libvirt / networkxml2firewalltest OK 0.16s
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.27s
117/313 libvirt / qemudomainsnapshotxml2xmltest OK 0.26s
118/313 libvirt / domaincapstest OK 0.73s
119/313 libvirt / qemufirmwaretest OK 0.28s
120/313 libvirt / qemumemlocktest OK 0.27s
121/313 libvirt / qemumigparamstest OK 0.27s
122/313 libvirt / qemumigrationcookiexmltest OK 0.26s
123/313 libvirt / qemublocktest OK 0.33s
124/313 libvirt / qemustatusxml2xmltest OK 0.27s
125/313 libvirt / qemucaps2xmltest OK 0.35s
126/313 libvirt / qemudomaincheckpointxml2xmltest OK 0.34s
127/313 libvirt / libvirtd-fail OK 0.13s
128/313 libvirt / libvirtd-pool OK 0.13s
129/313 libvirt / virsh-auth OK 0.13s
130/313 libvirt / qemuvhostusertest OK 0.28s
131/313 libvirt / virnetdaemontest OK 0.26s
132/313 libvirt / virnetmessagetest OK 0.26s
133/313 libvirt / virnetserverclienttest OK 0.26s
134/313 libvirt / virnetsockettest OK 0.25s
135/313 libvirt / securityselinuxtest OK 0.24s
136/313 libvirt / securityselinuxlabeltest OK 0.23s
137/313 libvirt / storagepoolcapstest OK 0.23s
138/313 libvirt / storagepoolxml2argvtest OK 0.22s
139/313 libvirt / storagepoolxml2xmltest OK 0.22s
140/313 libvirt / storagevolxml2argvtest OK 0.21s
141/313 libvirt / virstorageutiltest OK 0.20s
142/313 libvirt / vboxsnapshotxmltest OK 0.19s
143/313 libvirt / vmwarevertest OK 0.19s
144/313 libvirt / vmx2xmltest OK 0.18s
145/313 libvirt / xml2vmxtest OK 0.18s
146/313 libvirt / virjsontest OK 0.17s
147/313 libvirt / virmacmaptest OK 0.17s
148/313 libvirt / virsh-cpuset OK 0.25s
149/313 libvirt / eventtest OK 0.62s
150/313 libvirt / virsh-define-dev-segfault OK 0.24s
151/313 libvirt / virsh-int-overflow OK 0.23s
152/313 libvirt / qemumonitorjsontest OK 0.49s
153/313 libvirt / virsh-schedinfo OK 0.24s
154/313 libvirt / virsh-read-non-seekable OK 0.24s
155/313 libvirt / virsh-self-test OK 0.25s
156/313 libvirt / virsh-start OK 0.24s
157/313 libvirt / virsh-read-bufsiz OK 0.26s
158/313 libvirt / virsh-undefine OK 0.26s
159/313 libvirt / cputest OK 1.06s
160/313 libvirt / virsh-checkpoint OK 0.37s
161/313 libvirt / virsh-snapshot 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.27s
165/313 libvirt:syntax-check / sc_prohibit_mkstemp OK 0.25s
166/313 libvirt / virsh-uriprecedence OK 0.34s
167/313 libvirt:syntax-check / sc_prohibit_mkdtemp OK 0.31s
168/313 libvirt:syntax-check / sc_prohibit_access_xok OK 0.30s
169/313 libvirt / virnettlssessiontest OK 0.62s
170/313 libvirt:syntax-check / sc_prohobit_vsnprintf OK 0.31s
171/313 libvirt:syntax-check / sc_prohibit_sprintf OK 0.29s
172/313 libvirt:syntax-check / sc_prohibit_nonreentrant OK 0.23s
173/313 libvirt:syntax-check / sc_TAB_in_indentation OK 0.24s
174/313 libvirt:syntax-check / sc_avoid_ctype_macros OK 0.31s
175/313 libvirt:syntax-check / sc_prohibit_raw_virclassnew OK 0.66s
176/313 libvirt:syntax-check / sc_prohibit_strncmp OK 0.64s
177/313 libvirt:syntax-check / sc_prohibit_raw_allocation OK 0.67s
178/313 libvirt:syntax-check / sc_prohibit_internal_functions OK 0.69s
179/313 libvirt:syntax-check / sc_prohibit_fork_wrappers OK 0.67s
180/313 libvirt:syntax-check / sc_avoid_g_gnuc_unused_in_header OK 0.14s
181/313 libvirt / virnettlscontexttest OK 1.04s
182/313 libvirt:syntax-check / sc_prohibit_strdup OK 0.70s
183/313 libvirt:syntax-check / sc_prohibit_readlink OK 0.65s
184/313 libvirt:syntax-check / sc_prohibit_snprintf OK 0.68s
185/313 libvirt:syntax-check / sc_prohibit_setuid OK 0.72s
186/313 libvirt:syntax-check / sc_prohibit_PATH_MAX OK 0.65s
187/313 libvirt:syntax-check / sc_prohibit_gethostname OK 0.67s
188/313 libvirt / virsh-vcpupin OK 0.88s
189/313 libvirt:syntax-check / sc_prohibit_non_glib_macros OK 0.18s
190/313 libvirt:syntax-check / sc_prohibit_attribute_macros OK 0.20s
191/313 libvirt:syntax-check / sc_prohibit_gettext_noop OK 0.70s
192/313 libvirt:syntax-check / sc_prohibit_ctype_h OK 0.66s
193/313 libvirt:syntax-check / sc_prohibit_canonicalize_file_name OK 0.69s
194/313 libvirt:syntax-check / sc_preprocessor_indentation OK 0.06s
195/313 libvirt:syntax-check / sc_prohibit_readdir OK 0.75s
196/313 libvirt:syntax-check / sc_prohibit_risky_id_promotion OK 0.81s
197/313 libvirt:syntax-check / sc_prohibit_select OK 0.71s
198/313 libvirt:syntax-check / sc_spec_indentation OK 0.11s
199/313 libvirt:syntax-check / sc_prohibit_loop_var_decl OK 0.26s
200/313 libvirt:syntax-check / sc_correct_id_types OK 0.81s
201/313 libvirt:syntax-check / sc_size_of_brackets OK 0.81s
202/313 libvirt:syntax-check / sc_prohibit_virBufferAsprintf_with_string_literal OK 0.71s
203/313 libvirt:syntax-check / sc_prohibit_virBufferAdd_with_string_literal OK 0.72s
204/313 libvirt:syntax-check / sc_prohibit_exit_in_tests OK 0.13s
205/313 libvirt:syntax-check / sc_forbid_manual_xml_indent OK 0.74s
206/313 libvirt:syntax-check / sc_prohibit_xmlGetProp OK 0.72s
207/313 libvirt:syntax-check / sc_avoid_strcase OK 0.78s
208/313 libvirt:syntax-check / sc_prohibit_xmlURI OK 0.71s
209/313 libvirt:syntax-check / sc_prohibit_include_public_headers_quote OK 0.21s
210/313 libvirt:syntax-check / sc_prohibit_config_h_in_headers OK 0.19s
211/313 libvirt:syntax-check / sc_prohibit_unbounded_arrays_in_rpc OK 0.13s
212/313 libvirt:syntax-check / sc_prohibit_include_public_headers_brackets OK 0.21s
213/313 libvirt:syntax-check / sc_prohibit_virConnectOpen_in_virsh OK 0.13s
214/313 libvirt:syntax-check / sc_prohibit_return_as_function OK 0.72s
215/313 libvirt / virstoragetest OK 1.46s
216/313 libvirt:syntax-check / sc_prohibit_windows_special_chars_in_filename OK 0.09s
217/313 libvirt / qemusecuritytest OK 1.62s
218/313 libvirt:syntax-check / sc_flags_debug OK 1.29s
219/313 libvirt:syntax-check / sc_require_space_before_label OK 0.19s
220/313 libvirt:syntax-check / sc_prohibit_libgen OK 0.89s
221/313 libvirt:syntax-check / sc_prohibit_space_in_label OK 0.18s
222/313 libvirt:syntax-check / sc_prohibit_asprintf OK 1.26s
223/313 libvirt:syntax-check / sc_flags_usage OK 1.33s
224/313 libvirt:syntax-check / sc_prohibit_close OK 1.34s
225/313 libvirt:syntax-check / sc_prohibit_int_index OK 0.67s
226/313 libvirt:syntax-check / sc_prohibit_strtol OK 1.31s
227/313 libvirt:syntax-check / sc_require_if_else_matching_braces OK 0.25s
228/313 libvirt:syntax-check / sc_prohibit_mixed_case_abbreviations OK 0.25s
229/313 libvirt:syntax-check / sc_prohibit_wrong_filename_in_comment OK 0.33s
230/313 libvirt:syntax-check / sc_prohibit_virSecurityManager OK 0.14s
231/313 libvirt:syntax-check / sc_prohibit_static_zero_init OK 0.24s
232/313 libvirt:syntax-check / sc_prohibit_unsigned_pid OK 0.68s
233/313 libvirt:syntax-check / sc_prohibit_obj_free_apis_in_virsh OK 0.13s
234/313 libvirt:syntax-check / sc_prohibit_paren_brace OK 0.27s
235/313 libvirt:syntax-check / sc_prohibit_virXXXFree OK 0.22s
236/313 libvirt:syntax-check / sc_prohibit_pthread_create OK 0.23s
237/313 libvirt:syntax-check / sc_prohibit_newline_at_end_of_diagnostic OK 0.70s
238/313 libvirt:syntax-check / sc_gettext_init OK 0.22s
239/313 libvirt:syntax-check / sc_prohibit_verbose_strcat OK 0.24s
240/313 libvirt:syntax-check / sc_require_enum_last_marker OK 0.63s
241/313 libvirt:syntax-check / sc_prohibit_int_assign_bool OK 0.78s
242/313 libvirt / virshtest OK 2.18s
243/313 libvirt:syntax-check / sc_libvirt_unmarked_diagnostics OK 0.76s
244/313 libvirt:syntax-check / sc_prohibit_gettext_markup OK 0.66s
245/313 libvirt:syntax-check / sc_prohibit_int_ijk OK 0.91s
246/313 libvirt:syntax-check / sc_prohibit_loop_iijjkk OK 0.91s
247/313 libvirt:syntax-check / sc_prohibit_backslash_alignment OK 0.26s
248/313 libvirt:syntax-check / sc_prohibit_class OK 0.27s
249/313 libvirt:syntax-check / sc_forbid_const_pointer_typedef OK 1.41s
250/313 libvirt:syntax-check / sc_prohibit_dirent_d_type OK 0.26s
251/313 libvirt:syntax-check / sc_require_attribute_cleanup_initialization OK 0.28s
252/313 libvirt:syntax-check / sc_require_config_h OK 0.19s
253/313 libvirt:syntax-check / sc_require_locale_h OK 0.57s
254/313 libvirt:syntax-check / sc_prohibit_atoi OK 0.69s
255/313 libvirt:syntax-check / sc_require_config_h_first OK 0.23s
256/313 libvirt:syntax-check / sc_curly_braces_style OK 0.63s
257/313 libvirt:syntax-check / sc_prohibit_assert_without_use OK 0.22s
258/313 libvirt:syntax-check / sc_bindtextdomain OK 0.14s
259/313 libvirt:syntax-check / sc_prohibit_devname OK 0.59s
260/313 libvirt:syntax-check / sc_prohibit_getopt_without_use OK 0.24s
261/313 libvirt:syntax-check / sc_prohibit_stdio--_without_use OK 0.22s
262/313 libvirt:syntax-check / sc_prohibit_signal_without_use OK 0.23s
263/313 libvirt / qemuhotplugtest OK 2.33s
264/313 libvirt:syntax-check / sc_prohibit_stddef_without_use OK 0.37s
265/313 libvirt:syntax-check / sc_prohibit_dirent_without_use OK 0.36s
266/313 libvirt:syntax-check / sc_prohibit_backup_files OK 0.30s
267/313 libvirt:syntax-check / sc_prohibit_system_error_with_vir_err OK 0.76s
268/313 libvirt:syntax-check / sc_prohibit_sysconf_pagesize OK 0.75s
269/313 libvirt:syntax-check / sc_prohibit_not_streq OK 0.71s
270/313 libvirt:syntax-check / sc_prohibit_http_urls OK 0.67s
271/313 libvirt:syntax-check / sc_prohibit_double_semicolon OK 0.30s
272/313 libvirt:syntax-check / sc_prohibit_author OK 0.66s
273/313 libvirt:syntax-check / sc_prohibit_useless_translation OK 1.18s
274/313 libvirt:syntax-check / sc_cast_of_x_alloc_return_value OK 0.59s
275/313 libvirt:syntax-check / sc_prohibit_empty_lines_at_EOF OK 0.33s
276/313 libvirt:syntax-check / sc_prohibit_have_config_h OK 0.50s
277/313 libvirt:syntax-check / sc_error_message_warn_fatal OK 0.53s
278/313 libvirt:syntax-check / sc_error_message_period OK 0.54s
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_cast_of_argument_to_free OK 0.64s
282/313 libvirt:syntax-check / sc_prohibit_diagnostic_without_format OK 1.24s
283/313 libvirt:syntax-check / sc_prohibit_enum_impl_with_vir_prefix_in_virsh OK 0.09s
284/313 libvirt:syntax-check / sc_prohibit_empty_first_line OK 0.91s
285/313 libvirt:syntax-check / sc_po_check OK 0.32s
286/313 libvirt:syntax-check / sc_group-qemu-caps OK 0.15s
287/313 libvirt / qemuxml2xmltest OK 2.43s
288/313 libvirt:syntax-check / sc_prohibit_test_double_equal OK 0.39s
289/313 libvirt:syntax-check / sc_prohibit_defined_have_decl_tests OK 0.51s
290/313 libvirt / qemucapabilitiestest OK 2.62s
291/313 libvirt:syntax-check / sc_unmarked_diagnostics OK 0.56s
292/313 libvirt:syntax-check / sc_header-ifdef OK 0.28s
293/313 libvirt:syntax-check / sc_prohibit_magic_number_exit OK 0.77s
294/313 libvirt:syntax-check / sc_prohibit_test_minus_ao OK 0.53s
295/313 libvirt:syntax-check / sc_redundant_const OK 0.51s
296/313 libvirt:syntax-check / sc_const_long_option OK 0.51s
297/313 libvirt:syntax-check / sc_trailing_blank OK 0.66s
298/313 libvirt:syntax-check / sc_prohibit_path_max_allocation OK 0.49s
299/313 libvirt:syntax-check / sc_Wundef_boolean OK 0.52s
300/313 libvirt:syntax-check / sc_copyright_usage OK 1.43s
301/313 libvirt / virsh-output OK 2.42s
302/313 libvirt:syntax-check / sc_require_whitespace_in_translation OK 1.48s
303/313 libvirt:syntax-check / sc_prohibit-duplicate-header OK 0.60s
304/313 libvirt:syntax-check / sc_prohibit_cross_inclusion OK 1.63s
305/313 libvirt / virschematest OK 3.22s
306/313 libvirt:syntax-check / sc_mock-noinline OK 0.94s
307/313 libvirt / virsh-optparse OK 3.42s
308/313 libvirt:syntax-check / sc_flake8 OK 2.45s
309/313 libvirt:syntax-check / sc_prohibit_doubled_word OK 1.99s
310/313 libvirt / qemuxml2argvtest OK 4.37s
311/313 libvirt / virt-aa-helper-test OK 4.19s
312/313 libvirt:syntax-check / sc_spacing-check OK 3.72s
313/313 libvirt / qemuagenttest OK 6.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@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.29s
2/313 libvirt / check-symfile OK 0.28s
3/313 libvirt / check-admin-symfile OK 0.28s
4/313 libvirt / check-symsorting OK 0.28s
5/313 libvirt / check-admin-symsorting OK 0.27s
6/313 libvirt / check-drivername OK 0.27s
7/313 libvirt / check-admin-drivername OK 0.27s
8/313 libvirt / check-augeas-libvirt_lockd OK 0.26s
9/313 libvirt / check-augeas-libvirt_sanlock OK 0.25s
10/313 libvirt / check-augeas-virtlockd OK 0.25s
11/313 libvirt / check-augeas-virtlogd OK 0.25s
12/313 libvirt / check-augeas-libvirtd_libxl OK 0.24s
13/313 libvirt / check-augeas-libvirtd_lxc OK 0.24s
14/313 libvirt / check-augeas-libvirtd OK 0.23s
15/313 libvirt / check-augeas-virtproxyd OK 0.23s
16/313 libvirt / check-augeas-virtinterfaced OK 0.23s
17/313 libvirt / check-augeas-virtnetworkd OK 0.22s
18/313 libvirt / check-augeas-virtnodedevd OK 0.22s
19/313 libvirt / check-augeas-virtnwfilterd OK 0.22s
20/313 libvirt / check-augeas-virtsecretd OK 0.22s
21/313 libvirt / check-augeas-virtstoraged OK 0.21s
22/313 libvirt / check-augeas-virtxend OK 0.21s
23/313 libvirt / check-augeas-virtlxcd OK 0.20s
24/313 libvirt / check-augeas-virtchd OK 0.15s
25/313 libvirt / check-augeas-virtqemud OK 0.15s
26/313 libvirt / check-augeas-virtvboxd OK 0.14s
27/313 libvirt / check-virnetprotocol OK 0.14s
28/313 libvirt / check-virkeepaliveprotocol OK 0.14s
29/313 libvirt / check-qemu_protocol OK 0.13s
30/313 libvirt / check-lxc_protocol OK 0.13s
31/313 libvirt / check-admin_protocol OK 0.12s
32/313 libvirt / check-lock_protocol OK 0.12s
33/313 libvirt / check-lxc_monitor_protocol OK 0.11s
34/313 libvirt / domainconftest OK 0.23s
35/313 libvirt / interfacexml2xmltest OK 0.22s
36/313 libvirt / metadatatest OK 0.22s
37/313 libvirt / networkxml2xmlupdatetest OK 0.21s
38/313 libvirt / nodedevxml2xmltest OK 0.21s
39/313 libvirt / nwfilterxml2xmltest OK 0.21s
40/313 libvirt / objecteventtest OK 0.23s
41/313 libvirt / check-augeas-libvirtd_qemu OK 0.43s
42/313 libvirt / check-remote_protocol OK 0.32s
43/313 libvirt / genericxml2xmltest OK 0.27s
44/313 libvirt / seclabeltest OK 0.21s
45/313 libvirt / secretxml2xmltest OK 0.21s
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.13s
67/313 libvirt / virkmodtest OK 0.12s
68/313 libvirt / virlockspacetest OK 0.12s
69/313 libvirt / virlogtest OK 0.11s
70/313 libvirt / virnetdevtest OK 0.11s
71/313 libvirt / virnetworkportxml2xmltest OK 0.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.21s
77/313 libvirt / virtimetest OK 0.20s
78/313 libvirt / virtypedparamtest OK 0.22s
79/313 libvirt / virhostdevtest OK 0.30s
80/313 libvirt / virsystemdtest OK 0.23s
81/313 libvirt / check-aclrules OK 0.66s
82/313 libvirt / check-driverimpls OK 0.70s
83/313 libvirt / viruritest OK 0.24s
84/313 libvirt / virpcivpdtest OK 0.23s
85/313 libvirt / vshtabletest OK 0.23s
86/313 libvirt / virfiletest OK 0.39s
87/313 libvirt / commandtest OK 0.57s
88/313 libvirt / domaincapstest OK 0.58s
89/313 libvirt / virmigtest OK 0.28s
90/313 libvirt / fchosttest OK 0.27s
91/313 libvirt / scsihosttest OK 0.27s
92/313 libvirt / vircaps2xmltest OK 0.27s
93/313 libvirt / virnetdevbandwidthtest OK 0.26s
94/313 libvirt / virresctrltest OK 0.26s
95/313 libvirt / virscsitest OK 0.26s
96/313 libvirt / virusbtest OK 0.25s
97/313 libvirt / virnetdevopenvswitchtest OK 0.25s
98/313 libvirt / esxutilstest OK 0.24s
99/313 libvirt / fdstreamtest OK 0.23s
100/313 libvirt / virdriverconnvalidatetest OK 0.23s
101/313 libvirt / virdrivermoduletest OK 0.23s
102/313 libvirt / libxlxml2domconfigtest OK 0.22s
103/313 libvirt / xlconfigtest OK 0.22s
104/313 libvirt / xmconfigtest OK 0.22s
105/313 libvirt / lxcconf2xmltest OK 0.21s
106/313 libvirt / lxcxml2xmltest OK 0.21s
107/313 libvirt / networkxml2conftest OK 0.20s
108/313 libvirt / networkxml2firewalltest OK 0.20s
109/313 libvirt / networkxml2xmltest OK 0.20s
110/313 libvirt / nodedevmdevctltest OK 0.19s
111/313 libvirt / nsstest OK 0.19s
112/313 libvirt / nssguesttest OK 0.18s
113/313 libvirt / nwfilterebiptablestest OK 0.18s
114/313 libvirt / nwfilterxml2firewalltest OK 0.18s
115/313 libvirt / openvzutilstest OK 0.17s
116/313 libvirt / virpolkittest OK 0.17s
117/313 libvirt / qemucommandutiltest OK 0.27s
118/313 libvirt / qemufirmwaretest OK 0.26s
119/313 libvirt / qemudomainsnapshotxml2xmltest OK 0.27s
120/313 libvirt / qemucaps2xmltest OK 0.32s
121/313 libvirt / qemumemlocktest OK 0.28s
122/313 libvirt / qemumigparamstest OK 0.27s
123/313 libvirt / qemumigrationcookiexmltest OK 0.26s
124/313 libvirt / qemublocktest OK 0.36s
125/313 libvirt / qemudomaincheckpointxml2xmltest OK 0.33s
126/313 libvirt / qemustatusxml2xmltest OK 0.27s
127/313 libvirt / qemuvhostusertest OK 0.27s
128/313 libvirt / eventtest OK 0.50s
129/313 libvirt / libvirtd-fail OK 0.15s
130/313 libvirt / libvirtd-pool OK 0.14s
131/313 libvirt / virsh-auth OK 0.14s
132/313 libvirt / virnetdaemontest OK 0.27s
133/313 libvirt / virnetmessagetest OK 0.27s
134/313 libvirt / virnetserverclienttest OK 0.27s
135/313 libvirt / virnetsockettest OK 0.26s
136/313 libvirt / securityselinuxtest OK 0.25s
137/313 libvirt / securityselinuxlabeltest OK 0.24s
138/313 libvirt / storagepoolcapstest OK 0.24s
139/313 libvirt / storagepoolxml2argvtest OK 0.23s
140/313 libvirt / storagepoolxml2xmltest OK 0.23s
141/313 libvirt / storagevolxml2argvtest OK 0.22s
142/313 libvirt / virstorageutiltest OK 0.22s
143/313 libvirt / storagebackendsheepdogtest OK 0.21s
144/313 libvirt / vboxsnapshotxmltest OK 0.20s
145/313 libvirt / vmwarevertest OK 0.20s
146/313 libvirt / vmx2xmltest OK 0.20s
147/313 libvirt / xml2vmxtest OK 0.19s
148/313 libvirt / virjsontest OK 0.19s
149/313 libvirt / virmacmaptest OK 0.18s
150/313 libvirt / virsh-define-dev-segfault OK 0.15s
151/313 libvirt / virsh-cpuset OK 0.29s
152/313 libvirt / virsh-int-overflow OK 0.27s
153/313 libvirt / virnettlssessiontest OK 0.41s
154/313 libvirt / qemumonitorjsontest OK 0.52s
155/313 libvirt / virsh-schedinfo OK 0.26s
156/313 libvirt / virsh-self-test OK 0.26s
157/313 libvirt / virsh-read-non-seekable OK 0.27s
158/313 libvirt / virsh-read-bufsiz OK 0.29s
159/313 libvirt / virsh-start OK 0.28s
160/313 libvirt / cputest OK 1.15s
161/313 libvirt / virsh-checkpoint OK 0.42s
162/313 libvirt / virsh-undefine OK 0.30s
163/313 libvirt / virsh-snapshot OK 0.32s
164/313 libvirt / virt-admin-self-test OK 0.30s
165/313 libvirt / check-html OK 0.30s
166/313 libvirt:syntax-check / sc_avoid_write OK 0.31s
167/313 libvirt / virsh-uriprecedence OK 0.36s
168/313 libvirt:syntax-check / sc_prohibit_mkdtemp OK 0.29s
169/313 libvirt:syntax-check / sc_prohibit_access_xok OK 0.28s
170/313 libvirt:syntax-check / sc_prohibit_mkstemp OK 0.30s
171/313 libvirt:syntax-check / sc_prohobit_vsnprintf OK 0.29s
172/313 libvirt:syntax-check / sc_prohibit_sprintf OK 0.28s
173/313 libvirt:syntax-check / sc_prohibit_nonreentrant OK 0.24s
174/313 libvirt:syntax-check / sc_TAB_in_indentation OK 0.18s
175/313 libvirt / virsh-vcpupin OK 0.51s
176/313 libvirt:syntax-check / sc_prohibit_raw_virclassnew OK 0.49s
177/313 libvirt:syntax-check / sc_avoid_ctype_macros OK 0.27s
178/313 libvirt:syntax-check / sc_avoid_g_gnuc_unused_in_header OK 0.18s
179/313 libvirt / virstoragetest OK 0.90s
180/313 libvirt:syntax-check / sc_prohibit_fork_wrappers OK 0.65s
181/313 libvirt:syntax-check / sc_prohibit_internal_functions OK 0.69s
182/313 libvirt:syntax-check / sc_prohibit_raw_allocation OK 0.69s
183/313 libvirt:syntax-check / sc_prohibit_attribute_macros OK 0.23s
184/313 libvirt:syntax-check / sc_prohibit_non_glib_macros OK 0.24s
185/313 libvirt:syntax-check / sc_prohibit_strncmp OK 0.71s
186/313 libvirt:syntax-check / sc_prohibit_readlink OK 0.67s
187/313 libvirt:syntax-check / sc_prohibit_snprintf OK 0.73s
188/313 libvirt:syntax-check / sc_prohibit_risky_id_promotion OK 0.77s
189/313 libvirt:syntax-check / sc_prohibit_strdup OK 0.81s
190/313 libvirt:syntax-check / sc_prohibit_setuid OK 0.82s
191/313 libvirt:syntax-check / sc_prohibit_PATH_MAX OK 0.72s
192/313 libvirt:syntax-check / sc_prohibit_gethostname OK 0.80s
193/313 libvirt:syntax-check / sc_prohibit_loop_var_decl OK 0.28s
194/313 libvirt:syntax-check / sc_prohibit_ctype_h OK 0.76s
195/313 libvirt:syntax-check / sc_prohibit_gettext_noop OK 0.80s
196/313 libvirt / qemuhotplugtest OK 1.44s
197/313 libvirt:syntax-check / sc_prohibit_canonicalize_file_name OK 0.81s
198/313 libvirt:syntax-check / sc_prohibit_select OK 0.84s
199/313 libvirt:syntax-check / sc_size_of_brackets OK 0.81s
200/313 libvirt:syntax-check / sc_prohibit_readdir OK 0.91s
201/313 libvirt:syntax-check / sc_spec_indentation OK 0.20s
202/313 libvirt / virnettlscontexttest OK 1.39s
203/313 libvirt:syntax-check / sc_prohibit_virBufferAdd_with_string_literal OK 0.82s
204/313 libvirt:syntax-check / sc_correct_id_types OK 0.89s
205/313 libvirt:syntax-check / sc_prohibit_virBufferAsprintf_with_string_literal OK 0.84s
206/313 libvirt / qemusecuritytest OK 1.54s
207/313 libvirt:syntax-check / sc_prohibit_exit_in_tests OK 0.21s
208/313 libvirt:syntax-check / sc_avoid_strcase OK 0.91s
209/313 libvirt:syntax-check / sc_forbid_manual_xml_indent OK 0.87s
210/313 libvirt:syntax-check / sc_prohibit_xmlGetProp OK 0.84s
211/313 libvirt:syntax-check / sc_flags_debug OK 1.26s
212/313 libvirt:syntax-check / sc_prohibit_xmlURI OK 0.88s
213/313 libvirt:syntax-check / sc_prohibit_config_h_in_headers OK 0.23s
214/313 libvirt:syntax-check / sc_flags_usage OK 1.28s
215/313 libvirt:syntax-check / sc_prohibit_unbounded_arrays_in_rpc OK 0.21s
216/313 libvirt:syntax-check / sc_prohibit_return_as_function OK 0.88s
217/313 libvirt:syntax-check / sc_prohibit_include_public_headers_quote OK 0.29s
218/313 libvirt:syntax-check / sc_prohibit_virConnectOpen_in_virsh OK 0.21s
219/313 libvirt:syntax-check / sc_prohibit_int_index OK 0.78s
220/313 libvirt:syntax-check / sc_prohibit_include_public_headers_brackets OK 0.33s
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.52s
223/313 libvirt:syntax-check / sc_prohibit_libgen OK 1.04s
224/313 libvirt:syntax-check / sc_require_space_before_label OK 0.28s
225/313 libvirt:syntax-check / sc_prohibit_space_in_label OK 0.26s
226/313 libvirt:syntax-check / sc_prohibit_close OK 1.43s
227/313 libvirt:syntax-check / sc_require_if_else_matching_braces OK 0.27s
228/313 libvirt:syntax-check / sc_prohibit_unsigned_pid OK 0.76s
229/313 libvirt:syntax-check / sc_prohibit_strtol OK 1.41s
230/313 libvirt:syntax-check / sc_prohibit_newline_at_end_of_diagnostic OK 0.73s
231/313 libvirt:syntax-check / sc_prohibit_asprintf OK 1.44s
232/313 libvirt:syntax-check / sc_prohibit_virSecurityManager OK 0.18s
233/313 libvirt:syntax-check / sc_prohibit_mixed_case_abbreviations OK 0.28s
234/313 libvirt:syntax-check / sc_prohibit_static_zero_init OK 0.27s
235/313 libvirt / virshtest OK 2.23s
236/313 libvirt:syntax-check / sc_prohibit_int_assign_bool OK 0.88s
237/313 libvirt:syntax-check / sc_prohibit_paren_brace OK 0.32s
238/313 libvirt:syntax-check / sc_prohibit_virXXXFree OK 0.27s
239/313 libvirt:syntax-check / sc_libvirt_unmarked_diagnostics OK 0.86s
240/313 libvirt:syntax-check / sc_require_enum_last_marker OK 0.66s
241/313 libvirt:syntax-check / sc_prohibit_obj_free_apis_in_virsh OK 0.22s
242/313 libvirt:syntax-check / sc_prohibit_int_ijk OK 0.99s
243/313 libvirt:syntax-check / sc_gettext_init OK 0.24s
244/313 libvirt:syntax-check / sc_prohibit_pthread_create OK 0.28s
245/313 libvirt:syntax-check / sc_prohibit_loop_iijjkk OK 0.95s
246/313 libvirt:syntax-check / sc_prohibit_verbose_strcat OK 0.33s
247/313 libvirt:syntax-check / sc_prohibit_gettext_markup OK 0.77s
248/313 libvirt:syntax-check / sc_prohibit_backslash_alignment OK 0.30s
249/313 libvirt:syntax-check / sc_prohibit_class OK 0.28s
250/313 libvirt:syntax-check / sc_require_attribute_cleanup_initialization OK 0.29s
251/313 libvirt:syntax-check / sc_prohibit_dirent_d_type OK 0.27s
252/313 libvirt:syntax-check / sc_require_locale_h OK 0.51s
253/313 libvirt:syntax-check / sc_forbid_const_pointer_typedef OK 1.49s
254/313 libvirt:syntax-check / sc_prohibit_wrong_filename_in_comment OK 0.64s
255/313 libvirt:syntax-check / sc_prohibit_atoi OK 0.75s
256/313 libvirt:syntax-check / sc_require_config_h OK 0.24s
257/313 libvirt:syntax-check / sc_require_config_h_first OK 0.25s
258/313 libvirt:syntax-check / sc_bindtextdomain OK 0.18s
259/313 libvirt:syntax-check / sc_prohibit_assert_without_use OK 0.26s
260/313 libvirt:syntax-check / sc_curly_braces_style OK 0.67s
261/313 libvirt:syntax-check / sc_prohibit_getopt_without_use OK 0.25s
262/313 libvirt:syntax-check / sc_prohibit_stdio--_without_use OK 0.21s
263/313 libvirt:syntax-check / sc_prohibit_signal_without_use OK 0.22s
264/313 libvirt:syntax-check / sc_prohibit_stddef_without_use OK 0.20s
265/313 libvirt:syntax-check / sc_prohibit_dirent_without_use OK 0.38s
266/313 libvirt:syntax-check / sc_prohibit_backup_files OK 0.31s
267/313 libvirt:syntax-check / sc_prohibit_devname OK 0.79s
268/313 libvirt:syntax-check / sc_prohibit_system_error_with_vir_err OK 0.78s
269/313 libvirt:syntax-check / sc_prohibit_sysconf_pagesize OK 0.76s
270/313 libvirt:syntax-check / sc_prohibit_not_streq OK 0.73s
271/313 libvirt:syntax-check / sc_prohibit_http_urls OK 0.67s
272/313 libvirt:syntax-check / sc_prohibit_useless_translation OK 1.27s
273/313 libvirt:syntax-check / sc_prohibit_double_semicolon OK 0.29s
274/313 libvirt:syntax-check / sc_prohibit_diagnostic_without_format OK 1.31s
275/313 libvirt / qemucapabilitiestest OK 2.53s
276/313 libvirt:syntax-check / sc_prohibit_author OK 0.66s
277/313 libvirt:syntax-check / sc_prohibit_strncpy OK 0.58s
278/313 libvirt:syntax-check / sc_prohibit_empty_lines_at_EOF OK 0.35s
279/313 libvirt:syntax-check / sc_cast_of_x_alloc_return_value OK 0.63s
280/313 libvirt:syntax-check / sc_prohibit_have_config_h OK 0.55s
281/313 libvirt:syntax-check / sc_error_message_period OK 0.58s
282/313 libvirt:syntax-check / sc_prohibit_strcmp OK 0.64s
283/313 libvirt:syntax-check / sc_error_message_warn_fatal OK 0.60s
284/313 libvirt:syntax-check / sc_cast_of_argument_to_free OK 0.67s
285/313 libvirt / qemuxml2xmltest OK 2.46s
286/313 libvirt:syntax-check / sc_prohibit_enum_impl_with_vir_prefix_in_virsh OK 0.10s
287/313 libvirt:syntax-check / sc_po_check OK 0.31s
288/313 libvirt:syntax-check / sc_group-qemu-caps OK 0.17s
289/313 libvirt:syntax-check / sc_prohibit_test_double_equal OK 0.41s
290/313 libvirt:syntax-check / sc_prohibit_defined_have_decl_tests OK 0.53s
291/313 libvirt:syntax-check / sc_unmarked_diagnostics OK 0.58s
292/313 libvirt:syntax-check / sc_header-ifdef OK 0.33s
293/313 libvirt:syntax-check / sc_prohibit_test_minus_ao OK 0.55s
294/313 libvirt:syntax-check / sc_const_long_option OK 0.52s
295/313 libvirt:syntax-check / sc_prohibit_magic_number_exit OK 0.84s
296/313 libvirt:syntax-check / sc_prohibit_path_max_allocation OK 0.49s
297/313 libvirt:syntax-check / sc_require_whitespace_in_translation OK 1.53s
298/313 libvirt / virsh-output OK 2.51s
299/313 libvirt:syntax-check / sc_trailing_blank OK 0.69s
300/313 libvirt:syntax-check / sc_copyright_usage OK 1.49s
301/313 libvirt:syntax-check / sc_redundant_const OK 0.57s
302/313 libvirt:syntax-check / sc_Wundef_boolean OK 0.53s
303/313 libvirt:syntax-check / sc_prohibit-duplicate-header OK 0.59s
304/313 libvirt / virschematest OK 3.23s
305/313 libvirt / virsh-optparse OK 2.95s
306/313 libvirt:syntax-check / sc_mock-noinline OK 0.98s
307/313 libvirt:syntax-check / sc_prohibit_empty_first_line OK 1.86s
308/313 libvirt:syntax-check / sc_flake8 OK 2.49s
309/313 libvirt:syntax-check / sc_prohibit_doubled_word OK 1.84s
310/313 libvirt / qemuxml2argvtest OK 4.47s
311/313 libvirt:syntax-check / sc_spacing-check OK 3.59s
312/313 libvirt / qemuagenttest OK 6.08s
313/313 libvirt:syntax-check / sc_prohibit_cross_inclusion OK 4.91s
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.26s
3/313 libvirt / check-admin-symfile OK 0.26s
4/313 libvirt / check-symsorting OK 0.25s
5/313 libvirt / check-admin-symsorting OK 0.25s
6/313 libvirt / check-drivername OK 0.25s
7/313 libvirt / check-admin-drivername OK 0.24s
8/313 libvirt / check-augeas-libvirt_lockd OK 0.23s
9/313 libvirt / check-augeas-libvirt_sanlock OK 0.23s
10/313 libvirt / check-augeas-virtlockd OK 0.23s
11/313 libvirt / check-augeas-virtlogd OK 0.22s
12/313 libvirt / check-augeas-libvirtd_libxl OK 0.22s
13/313 libvirt / check-augeas-libvirtd_lxc OK 0.21s
14/313 libvirt / check-augeas-libvirtd OK 0.21s
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.20s
18/313 libvirt / check-augeas-virtnodedevd OK 0.19s
19/313 libvirt / check-augeas-virtnwfilterd OK 0.19s
20/313 libvirt / check-augeas-virtsecretd OK 0.19s
21/313 libvirt / check-augeas-virtstoraged OK 0.18s
22/313 libvirt / check-augeas-virtxend OK 0.18s
23/313 libvirt / check-augeas-virtlxcd OK 0.18s
24/313 libvirt / check-augeas-virtchd OK 0.13s
25/313 libvirt / check-augeas-virtqemud OK 0.13s
26/313 libvirt / check-augeas-virtvboxd OK 0.12s
27/313 libvirt / check-virnetprotocol OK 0.12s
28/313 libvirt / check-virkeepaliveprotocol OK 0.12s
29/313 libvirt / check-qemu_protocol OK 0.11s
30/313 libvirt / check-lxc_protocol OK 0.11s
31/313 libvirt / check-admin_protocol OK 0.10s
32/313 libvirt / check-lock_protocol OK 0.10s
33/313 libvirt / check-lxc_monitor_protocol OK 0.09s
34/313 libvirt / domainconftest OK 0.20s
35/313 libvirt / interfacexml2xmltest OK 0.19s
36/313 libvirt / metadatatest OK 0.19s
37/313 libvirt / nodedevxml2xmltest OK 0.18s
38/313 libvirt / networkxml2xmlupdatetest OK 0.19s
39/313 libvirt / objecteventtest OK 0.20s
40/313 libvirt / nwfilterxml2xmltest OK 0.21s
41/313 libvirt / check-remote_protocol OK 0.29s
42/313 libvirt / check-augeas-libvirtd_qemu OK 0.40s
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.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 / virsystemdtest OK 0.22s
78/313 libvirt / virtimetest OK 0.21s
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.21s
83/313 libvirt / vshtabletest OK 0.21s
84/313 libvirt / check-aclrules OK 0.65s
85/313 libvirt / check-driverimpls OK 0.66s
86/313 libvirt / virfiletest OK 0.37s
87/313 libvirt / commandtest OK 0.53s
88/313 libvirt / virmigtest OK 0.25s
89/313 libvirt / fchosttest OK 0.25s
90/313 libvirt / scsihosttest OK 0.24s
91/313 libvirt / vircaps2xmltest OK 0.24s
92/313 libvirt / virnetdevbandwidthtest OK 0.24s
93/313 libvirt / virresctrltest OK 0.23s
94/313 libvirt / virscsitest OK 0.23s
95/313 libvirt / virusbtest OK 0.23s
96/313 libvirt / virnetdevopenvswitchtest OK 0.22s
97/313 libvirt / esxutilstest OK 0.22s
98/313 libvirt / fdstreamtest OK 0.21s
99/313 libvirt / virdriverconnvalidatetest OK 0.21s
100/313 libvirt / virdrivermoduletest OK 0.20s
101/313 libvirt / libxlxml2domconfigtest OK 0.20s
102/313 libvirt / xlconfigtest OK 0.20s
103/313 libvirt / xmconfigtest OK 0.19s
104/313 libvirt / lxcconf2xmltest OK 0.19s
105/313 libvirt / lxcxml2xmltest OK 0.19s
106/313 libvirt / networkxml2conftest OK 0.18s
107/313 libvirt / networkxml2firewalltest OK 0.18s
108/313 libvirt / networkxml2xmltest OK 0.17s
109/313 libvirt / nodedevmdevctltest OK 0.17s
110/313 libvirt / nsstest OK 0.17s
111/313 libvirt / nssguesttest OK 0.16s
112/313 libvirt / nwfilterebiptablestest OK 0.16s
113/313 libvirt / nwfilterxml2firewalltest OK 0.15s
114/313 libvirt / openvzutilstest OK 0.15s
115/313 libvirt / virpolkittest OK 0.15s
116/313 libvirt / qemucommandutiltest OK 0.25s
117/313 libvirt / qemudomainsnapshotxml2xmltest OK 0.24s
118/313 libvirt / domaincapstest OK 0.70s
119/313 libvirt / qemufirmwaretest OK 0.26s
120/313 libvirt / qemumemlocktest OK 0.26s
121/313 libvirt / qemumigparamstest OK 0.25s
122/313 libvirt / qemucaps2xmltest OK 0.32s
123/313 libvirt / qemumigrationcookiexmltest OK 0.25s
124/313 libvirt / qemudomaincheckpointxml2xmltest OK 0.30s
125/313 libvirt / qemustatusxml2xmltest OK 0.26s
126/313 libvirt / qemublocktest OK 0.37s
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.26s
131/313 libvirt / virnetdaemontest OK 0.25s
132/313 libvirt / virnetmessagetest OK 0.24s
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.21s
140/313 libvirt / storagevolxml2argvtest OK 0.20s
141/313 libvirt / virstorageutiltest OK 0.20s
142/313 libvirt / storagebackendsheepdogtest OK 0.19s
143/313 libvirt / vboxsnapshotxmltest OK 0.18s
144/313 libvirt / vmwarevertest OK 0.18s
145/313 libvirt / vmx2xmltest OK 0.18s
146/313 libvirt / xml2vmxtest OK 0.17s
147/313 libvirt / virjsontest OK 0.17s
148/313 libvirt / virmacmaptest OK 0.16s
149/313 libvirt / virsh-define-dev-segfault OK 0.25s
150/313 libvirt / virsh-int-overflow OK 0.25s
151/313 libvirt / virsh-cpuset OK 0.26s
152/313 libvirt / eventtest OK 0.66s
153/313 libvirt / virnettlscontexttest OK 0.41s
154/313 libvirt / virsh-schedinfo OK 0.25s
155/313 libvirt / qemumonitorjsontest OK 0.53s
156/313 libvirt / virsh-self-test OK 0.26s
157/313 libvirt / virsh-read-non-seekable OK 0.27s
158/313 libvirt / virsh-start OK 0.25s
159/313 libvirt / virsh-read-bufsiz OK 0.28s
160/313 libvirt / cputest OK 1.10s
161/313 libvirt / virsh-undefine OK 0.31s
162/313 libvirt / virt-admin-self-test OK 0.30s
163/313 libvirt / check-html OK 0.29s
164/313 libvirt:syntax-check / sc_avoid_write OK 0.29s
165/313 libvirt:syntax-check / sc_prohibit_mkstemp OK 0.28s
166/313 libvirt:syntax-check / sc_prohibit_mkdtemp OK 0.27s
167/313 libvirt / virsh-uriprecedence OK 0.38s
168/313 libvirt / virsh-checkpoint OK 0.50s
169/313 libvirt / virsh-snapshot OK 0.40s
170/313 libvirt:syntax-check / sc_prohibit_access_xok OK 0.32s
171/313 libvirt:syntax-check / sc_prohobit_vsnprintf OK 0.29s
172/313 libvirt:syntax-check / sc_prohibit_sprintf OK 0.29s
173/313 libvirt / virnettlssessiontest OK 0.69s
174/313 libvirt / virsh-vcpupin OK 0.49s
175/313 libvirt:syntax-check / sc_TAB_in_indentation OK 0.18s
176/313 libvirt:syntax-check / sc_prohibit_nonreentrant OK 0.29s
177/313 libvirt:syntax-check / sc_prohibit_raw_virclassnew OK 0.53s
178/313 libvirt:syntax-check / sc_avoid_g_gnuc_unused_in_header OK 0.14s
179/313 libvirt / virstoragetest OK 0.84s
180/313 libvirt:syntax-check / sc_avoid_ctype_macros OK 0.30s
181/313 libvirt:syntax-check / sc_prohibit_fork_wrappers OK 0.62s
182/313 libvirt:syntax-check / sc_prohibit_strncmp OK 0.64s
183/313 libvirt:syntax-check / sc_prohibit_internal_functions OK 0.71s
184/313 libvirt:syntax-check / sc_prohibit_attribute_macros OK 0.25s
185/313 libvirt:syntax-check / sc_prohibit_non_glib_macros OK 0.24s
186/313 libvirt:syntax-check / sc_prohibit_raw_allocation OK 0.75s
187/313 libvirt:syntax-check / sc_prohibit_strdup OK 0.71s
188/313 libvirt:syntax-check / sc_prohibit_readlink OK 0.67s
189/313 libvirt:syntax-check / sc_prohibit_snprintf OK 0.71s
190/313 libvirt:syntax-check / sc_prohibit_setuid OK 0.76s
191/313 libvirt:syntax-check / sc_prohibit_risky_id_promotion OK 0.77s
192/313 libvirt:syntax-check / sc_prohibit_gethostname OK 0.74s
193/313 libvirt:syntax-check / sc_prohibit_loop_var_decl OK 0.29s
194/313 libvirt:syntax-check / sc_spec_indentation OK 0.11s
195/313 libvirt:syntax-check / sc_prohibit_gettext_noop OK 0.79s
196/313 libvirt:syntax-check / sc_prohibit_PATH_MAX OK 0.80s
197/313 libvirt:syntax-check / sc_prohibit_canonicalize_file_name OK 0.76s
198/313 libvirt:syntax-check / sc_prohibit_ctype_h OK 0.82s
199/313 libvirt:syntax-check / sc_prohibit_readdir OK 0.89s
200/313 libvirt:syntax-check / sc_prohibit_select OK 0.88s
201/313 libvirt:syntax-check / sc_size_of_brackets OK 0.82s
202/313 libvirt / qemuhotplugtest OK 1.48s
203/313 libvirt / qemusecuritytest OK 1.45s
204/313 libvirt:syntax-check / sc_correct_id_types OK 0.89s
205/313 libvirt:syntax-check / sc_prohibit_exit_in_tests OK 0.17s
206/313 libvirt:syntax-check / sc_prohibit_virBufferAsprintf_with_string_literal OK 0.81s
207/313 libvirt:syntax-check / sc_prohibit_virBufferAdd_with_string_literal OK 0.82s
208/313 libvirt:syntax-check / sc_forbid_manual_xml_indent OK 0.86s
209/313 libvirt:syntax-check / sc_avoid_strcase OK 0.90s
210/313 libvirt:syntax-check / sc_prohibit_unbounded_arrays_in_rpc OK 0.15s
211/313 libvirt:syntax-check / sc_prohibit_config_h_in_headers OK 0.17s
212/313 libvirt:syntax-check / sc_prohibit_xmlGetProp OK 0.83s
213/313 libvirt:syntax-check / sc_prohibit_include_public_headers_brackets OK 0.26s
214/313 libvirt:syntax-check / sc_prohibit_include_public_headers_quote OK 0.29s
215/313 libvirt:syntax-check / sc_prohibit_virConnectOpen_in_virsh OK 0.19s
216/313 libvirt:syntax-check / sc_flags_debug OK 1.32s
217/313 libvirt:syntax-check / sc_preprocessor_indentation OK 0.49s
218/313 libvirt:syntax-check / sc_prohibit_return_as_function OK 0.89s
219/313 libvirt:syntax-check / sc_prohibit_xmlURI OK 0.90s
220/313 libvirt:syntax-check / sc_flags_usage OK 1.32s
221/313 libvirt:syntax-check / sc_prohibit_windows_special_chars_in_filename OK 0.13s
222/313 libvirt:syntax-check / sc_prohibit_int_index OK 0.87s
223/313 libvirt:syntax-check / sc_require_space_before_label OK 0.28s
224/313 libvirt:syntax-check / sc_prohibit_close OK 1.40s
225/313 libvirt:syntax-check / sc_prohibit_space_in_label OK 0.26s
226/313 libvirt:syntax-check / sc_require_if_else_matching_braces OK 0.25s
227/313 libvirt:syntax-check / sc_prohibit_asprintf OK 1.35s
228/313 libvirt:syntax-check / sc_prohibit_libgen OK 1.10s
229/313 libvirt:syntax-check / sc_prohibit_unsigned_pid OK 0.79s
230/313 libvirt:syntax-check / sc_prohibit_virSecurityManager OK 0.16s
231/313 libvirt:syntax-check / sc_prohibit_mixed_case_abbreviations OK 0.28s
232/313 libvirt:syntax-check / sc_prohibit_paren_brace OK 0.25s
233/313 libvirt:syntax-check / sc_prohibit_newline_at_end_of_diagnostic OK 0.77s
234/313 libvirt:syntax-check / sc_prohibit_strtol OK 1.49s
235/313 libvirt:syntax-check / sc_prohibit_static_zero_init OK 0.30s
236/313 libvirt:syntax-check / sc_prohibit_int_assign_bool OK 0.93s
237/313 libvirt:syntax-check / sc_prohibit_virXXXFree OK 0.28s
238/313 libvirt / virshtest OK 2.25s
239/313 libvirt:syntax-check / sc_require_enum_last_marker OK 0.69s
240/313 libvirt:syntax-check / sc_prohibit_obj_free_apis_in_virsh OK 0.20s
241/313 libvirt:syntax-check / sc_gettext_init OK 0.23s
242/313 libvirt:syntax-check / sc_prohibit_pthread_create OK 0.27s
243/313 libvirt:syntax-check / sc_prohibit_int_ijk OK 1.01s
244/313 libvirt:syntax-check / sc_prohibit_loop_iijjkk OK 0.99s
245/313 libvirt:syntax-check / sc_libvirt_unmarked_diagnostics OK 0.90s
246/313 libvirt:syntax-check / sc_prohibit_gettext_markup OK 0.83s
247/313 libvirt:syntax-check / sc_prohibit_verbose_strcat OK 0.36s
248/313 libvirt:syntax-check / sc_prohibit_backslash_alignment OK 0.31s
249/313 libvirt:syntax-check / sc_require_attribute_cleanup_initialization OK 0.31s
250/313 libvirt:syntax-check / sc_prohibit_dirent_d_type OK 0.28s
251/313 libvirt:syntax-check / sc_prohibit_class OK 0.30s
252/313 libvirt:syntax-check / sc_prohibit_wrong_filename_in_comment OK 0.65s
253/313 libvirt:syntax-check / sc_require_locale_h OK 0.53s
254/313 libvirt:syntax-check / sc_forbid_const_pointer_typedef OK 1.53s
255/313 libvirt:syntax-check / sc_prohibit_atoi OK 0.71s
256/313 libvirt:syntax-check / sc_require_config_h OK 0.24s
257/313 libvirt:syntax-check / sc_require_config_h_first OK 0.24s
258/313 libvirt:syntax-check / sc_bindtextdomain OK 0.19s
259/313 libvirt:syntax-check / sc_curly_braces_style OK 0.69s
260/313 libvirt:syntax-check / sc_prohibit_assert_without_use OK 0.25s
261/313 libvirt:syntax-check / sc_prohibit_getopt_without_use OK 0.24s
262/313 libvirt:syntax-check / sc_prohibit_signal_without_use OK 0.23s
263/313 libvirt:syntax-check / sc_prohibit_stdio--_without_use OK 0.22s
264/313 libvirt:syntax-check / sc_prohibit_devname OK 0.59s
265/313 libvirt:syntax-check / sc_prohibit_stddef_without_use OK 0.37s
266/313 libvirt:syntax-check / sc_prohibit_dirent_without_use OK 0.36s
267/313 libvirt:syntax-check / sc_prohibit_backup_files OK 0.29s
268/313 libvirt:syntax-check / sc_prohibit_system_error_with_vir_err OK 0.77s
269/313 libvirt:syntax-check / sc_prohibit_sysconf_pagesize OK 0.74s
270/313 libvirt:syntax-check / sc_prohibit_not_streq OK 0.71s
271/313 libvirt:syntax-check / sc_prohibit_double_semicolon OK 0.27s
272/313 libvirt:syntax-check / sc_prohibit_diagnostic_without_format OK 1.33s
273/313 libvirt:syntax-check / sc_prohibit_http_urls OK 0.65s
274/313 libvirt:syntax-check / sc_prohibit_useless_translation OK 1.30s
275/313 libvirt:syntax-check / sc_prohibit_author OK 0.64s
276/313 libvirt:syntax-check / sc_error_message_period OK 0.55s
277/313 libvirt:syntax-check / sc_prohibit_strncpy OK 0.59s
278/313 libvirt:syntax-check / sc_prohibit_empty_lines_at_EOF OK 0.36s
279/313 libvirt:syntax-check / sc_prohibit_enum_impl_with_vir_prefix_in_virsh OK 0.12s
280/313 libvirt:syntax-check / sc_prohibit_strcmp OK 0.64s
281/313 libvirt:syntax-check / sc_cast_of_x_alloc_return_value OK 0.66s
282/313 libvirt:syntax-check / sc_error_message_warn_fatal OK 0.62s
283/313 libvirt:syntax-check / sc_cast_of_argument_to_free OK 0.68s
284/313 libvirt:syntax-check / sc_prohibit_have_config_h OK 0.60s
285/313 libvirt / qemucapabilitiestest OK 2.61s
286/313 libvirt:syntax-check / sc_po_check OK 0.33s
287/313 libvirt:syntax-check / sc_group-qemu-caps OK 0.21s
288/313 libvirt / qemuxml2xmltest OK 2.52s
289/313 libvirt:syntax-check / sc_header-ifdef OK 0.31s
290/313 libvirt:syntax-check / sc_prohibit_test_double_equal OK 0.44s
291/313 libvirt / virsh-output OK 2.39s
292/313 libvirt:syntax-check / sc_prohibit_defined_have_decl_tests OK 0.55s
293/313 libvirt:syntax-check / sc_unmarked_diagnostics OK 0.60s
294/313 libvirt:syntax-check / sc_prohibit_test_minus_ao OK 0.56s
295/313 libvirt:syntax-check / sc_require_whitespace_in_translation OK 1.57s
296/313 libvirt:syntax-check / sc_prohibit_magic_number_exit OK 0.83s
297/313 libvirt:syntax-check / sc_prohibit_path_max_allocation OK 0.49s
298/313 libvirt:syntax-check / sc_const_long_option OK 0.56s
299/313 libvirt:syntax-check / sc_copyright_usage OK 1.55s
300/313 libvirt:syntax-check / sc_redundant_const OK 0.59s
301/313 libvirt:syntax-check / sc_trailing_blank OK 0.70s
302/313 libvirt:syntax-check / sc_Wundef_boolean OK 0.55s
303/313 libvirt / virschematest OK 3.17s
304/313 libvirt:syntax-check / sc_prohibit-duplicate-header OK 0.65s
305/313 libvirt / virsh-optparse OK 2.89s
306/313 libvirt:syntax-check / sc_prohibit_cross_inclusion OK 1.96s
307/313 libvirt:syntax-check / sc_mock-noinline OK 1.03s
308/313 libvirt:syntax-check / sc_prohibit_empty_first_line OK 1.72s
309/313 libvirt:syntax-check / sc_flake8 OK 2.62s
310/313 libvirt:syntax-check / sc_prohibit_doubled_word OK 1.90s
311/313 libvirt / qemuxml2argvtest OK 4.43s
312/313 libvirt:syntax-check / sc_spacing-check OK 3.64s
313/313 libvirt / qemuagenttest OK 6.09s
Ok: 313
Expected Fail: 0
Fail: 0
Unexpected Pass: 0
Skipped: 0
Timeout: 0
Full log written to /home/ubuntu/libvirt/build/meson-logs/testlog.txt
make[2]: Leaving directory '/home/ubuntu/libvirt/ci'
make[1]: Leaving directory '/home/ubuntu/libvirt/ci'
make: Leaving directory '/home/ubuntu/libvirt/ci'
make: Entering directory '/home/ubuntu/libvirt/ci'
make -C /home/ubuntu/libvirt/ci ci-build@opensuse-leap-152 CI_NINJA_ARGS=test
make[1]: Entering directory '/home/ubuntu/libvirt/ci'
make -C /home/ubuntu/libvirt/ci ci-run-command@opensuse-leap-152 CI_COMMAND="/home/ubuntu/build"
make[2]: Entering directory '/home/ubuntu/libvirt/ci'
Checking if docker is available...yes
Cloning /home/ubuntu/libvirt to /home/ubuntu/libvirt/ci/scratch/src
Cloning /home/ubuntu/libvirt/src/keycodemapdb to /home/ubuntu/libvirt/ci/scratch/src/src/keycodemapdb
docker run \
--rm --interactive --tty --user "1000":"1000" --workdir "/home/ubuntu" --env CI_CONT_SRCDIR="/home/ubuntu/libvirt" --env CI_MESON_ARGS="-Dexpensive_tests=enabled" --env CI_NINJA_ARGS="test" --volume /home/ubuntu/libvirt/ci/scratch/group:/etc/group:ro,z --volume /home/ubuntu/libvirt/ci/scratch/passwd:/etc/passwd:ro,z --volume /home/ubuntu/libvirt/ci/scratch/home:/home/ubuntu:z --volume /home/ubuntu/libvirt/ci/scratch/build:/home/ubuntu/build:z --volume /home/ubuntu/libvirt/ci/scratch/src:/home/ubuntu/libvirt:z --ulimit nofile=1024:1024 --cap-add=SYS_PTRACE \
registry.gitlab.com/libvirt/libvirt/ci-opensuse-leap-152:latest \
/home/ubuntu/build
The Meson build system
Version: 0.56.0
Source dir: /home/ubuntu/libvirt
Build dir: /home/ubuntu/libvirt/build
Build type: native build
Project name: libvirt
Project version: 7.8.0
C compiler for the host machine: ccache cc (gcc 7.5.0 "cc (SUSE Linux) 7.5.0")
C linker for the host machine: cc ld.bfd 15.2
Host machine cpu family: x86_64
Host machine cpu: x86_64
Configuring configmake.h using configuration
Checking for size of "ptrdiff_t" : 8
Checking for size of "size_t" : 8
Compiler for C supports arguments -fasynchronous-unwind-tables: YES
Compiler for C supports arguments -fexceptions: YES
Compiler for C supports arguments -fipa-pure-const: YES
Compiler for C supports arguments -fno-common: YES
Compiler for C supports arguments -Wabsolute-value: NO
Compiler for C supports arguments -Waddress: YES
Compiler for C supports arguments -Waddress-of-packed-member: NO
Compiler for C supports arguments -Waggressive-loop-optimizations: YES
Compiler for C supports arguments -Walloc-size-larger-than=9223372036854775807: YES
Compiler for C supports arguments -Walloca: YES
Compiler for C supports arguments -Warray-bounds=2: YES
Compiler for C supports arguments -Wattribute-alias=2: NO
Compiler for C supports arguments -Wattribute-warning: NO
Compiler for C supports arguments -Wattributes: YES
Compiler for C supports arguments -Wbool-compare: YES
Compiler for C supports arguments -Wbool-operation: YES
Compiler for C supports arguments -Wbuiltin-declaration-mismatch: YES
Compiler for C supports arguments -Wbuiltin-macro-redefined: YES
Compiler for C supports arguments -Wcannot-profile: NO
Compiler for C supports arguments -Wcast-align: YES
Compiler for C supports arguments -Wcast-align=strict: NO
Compiler for C supports arguments -Wno-cast-function-type: NO
Compiler for C supports arguments -Wchar-subscripts: YES
Compiler for C supports arguments -Wclobbered: YES
Compiler for C supports arguments -Wcomment: YES
Compiler for C supports arguments -Wcomments: YES
Compiler for C supports arguments -Wcoverage-mismatch: YES
Compiler for C supports arguments -Wcpp: YES
Compiler for C supports arguments -Wdangling-else: YES
Compiler for C supports arguments -Wdate-time: YES
Compiler for C supports arguments -Wdeclaration-after-statement: YES
Compiler for C supports arguments -Wdeprecated-declarations: YES
Compiler for C supports arguments -Wdesignated-init: YES
Compiler for C supports arguments -Wdiscarded-array-qualifiers: YES
Compiler for C supports arguments -Wdiscarded-qualifiers: YES
Compiler for C supports arguments -Wdiv-by-zero: YES
Compiler for C supports arguments -Wduplicated-cond: YES
Compiler for C supports arguments -Wduplicate-decl-specifier: YES
Compiler for C supports arguments -Wempty-body: YES
Compiler for C supports arguments -Wendif-labels: YES
Compiler for C supports arguments -Wexpansion-to-defined: YES
Compiler for C supports arguments -Wformat-contains-nul: YES
Compiler for C supports arguments -Wformat-extra-args: YES
Compiler for C supports arguments -Wno-format-nonliteral: YES
Compiler for C supports arguments -Wformat-overflow=2: YES
Compiler for C supports arguments -Wformat-security: YES
Compiler for C supports arguments -Wno-format-truncation: YES
Compiler for C supports arguments -Wformat-y2k: YES
Compiler for C supports arguments -Wformat-zero-length: YES
Compiler for C supports arguments -Wframe-address: YES
Compiler for C supports arguments -Wframe-larger-than=4096: YES
Compiler for C supports arguments -Wfree-nonheap-object: YES
Compiler for C supports arguments -Whsa: YES
Compiler for C supports arguments -Wif-not-aligned: NO
Compiler for C supports arguments -Wignored-attributes: YES
Compiler for C supports arguments -Wignored-qualifiers: YES
Compiler for C supports arguments -Wimplicit: YES
Compiler for C supports arguments -Wimplicit-fallthrough=5: YES
Compiler for C supports arguments -Wimplicit-function-declaration: YES
Compiler for C supports arguments -Wimplicit-int: YES
Compiler for C supports arguments -Wincompatible-pointer-types: YES
Compiler for C supports arguments -Winit-self: YES
Compiler for C supports arguments -Winline: YES
Compiler for C supports arguments -Wint-conversion: YES
Compiler for C supports arguments -Wint-in-bool-context: YES
Compiler for C supports arguments -Wint-to-pointer-cast: YES
Compiler for C supports arguments -Winvalid-memory-model: YES
Compiler for C supports arguments -Winvalid-pch: YES
Compiler for C supports arguments -Wjump-misses-init: YES
Compiler for C supports arguments -Wlogical-not-parentheses: YES
Compiler for C supports arguments -Wlogical-op: YES
Compiler for C supports arguments -Wmain: YES
Compiler for C supports arguments -Wmaybe-uninitialized: YES
Compiler for C supports arguments -Wmemset-elt-size: YES
Compiler for C supports arguments -Wmemset-transposed-args: YES
Compiler for C supports arguments -Wmisleading-indentation: YES
Compiler for C supports arguments -Wmissing-attributes: NO
Compiler for C supports arguments -Wmissing-braces: YES
Compiler for C supports arguments -Wmissing-declarations: YES
Compiler for C supports arguments -Wmissing-field-initializers: YES
Compiler for C supports arguments -Wmissing-include-dirs: YES
Compiler for C supports arguments -Wmissing-parameter-type: YES
Compiler for C supports arguments -Wmissing-profile: NO
Compiler for C supports arguments -Wmissing-prototypes: YES
Compiler for C supports arguments -Wmultichar: YES
Compiler for C supports arguments -Wmultistatement-macros: NO
Compiler for C supports arguments -Wnarrowing: YES
Compiler for C supports arguments -Wnested-externs: YES
Compiler for C supports arguments -Wnonnull: YES
Compiler for C supports arguments -Wnonnull-compare: YES
Compiler for C supports arguments -Wnormalized=nfc: YES
Compiler for C supports arguments -Wnull-dereference: YES
Compiler for C supports arguments -Wodr: YES
Compiler for C supports arguments -Wold-style-declaration: YES
Compiler for C supports arguments -Wold-style-definition: YES
Compiler for C supports arguments -Wopenmp-simd: YES
Compiler for C supports arguments -Woverflow: YES
Compiler for C supports arguments -Woverride-init: YES
Compiler for C supports arguments -Wpacked-bitfield-compat: YES
Compiler for C supports arguments -Wpacked-not-aligned: NO
Compiler for C supports arguments -Wparentheses: YES
Compiler for C supports arguments -Wpointer-arith: YES
Compiler for C supports arguments -Wpointer-compare: YES
Compiler for C supports arguments -Wpointer-sign: YES
Compiler for C supports arguments -Wpointer-to-int-cast: YES
Compiler for C supports arguments -Wpragmas: YES
Compiler for C supports arguments -Wpsabi: YES
Compiler for C supports arguments -Wrestrict: YES
Compiler for C supports arguments -Wreturn-local-addr: YES
Compiler for C supports arguments -Wreturn-type: YES
Compiler for C supports arguments -Wscalar-storage-order: YES
Compiler for C supports arguments -Wsequence-point: YES
Compiler for C supports arguments -Wshadow: YES
Compiler for C supports arguments -Wshift-count-negative: YES
Compiler for C supports arguments -Wshift-count-overflow: YES
Compiler for C supports arguments -Wshift-negative-value: YES
Compiler for C supports arguments -Wshift-overflow=2: YES
Compiler for C supports arguments -Wno-sign-compare: YES
Compiler for C supports arguments -Wsizeof-array-argument: YES
Compiler for C supports arguments -Wsizeof-pointer-div: NO
Compiler for C supports arguments -Wsizeof-pointer-memaccess: YES
Compiler for C supports arguments -Wstrict-aliasing: YES
Compiler for C supports arguments -Wstrict-prototypes: YES
Compiler for C supports arguments -Wstringop-overflow=2: YES
Compiler for C supports arguments -Wstringop-truncation: NO
Compiler for C supports arguments -Wsuggest-attribute=cold: NO
Compiler for C supports arguments -Wno-suggest-attribute=const: YES
Compiler for C supports arguments -Wsuggest-attribute=format: YES
Compiler for C supports arguments -Wsuggest-attribute=noreturn: YES
Compiler for C supports arguments -Wno-suggest-attribute=pure: YES
Compiler for C supports arguments -Wsuggest-final-methods: YES
Compiler for C supports arguments -Wsuggest-final-types: YES
Compiler for C supports arguments -Wswitch: YES
Compiler for C supports arguments -Wswitch-bool: YES
Compiler for C supports arguments -Wswitch-enum: YES
Compiler for C supports arguments -Wswitch-unreachable: YES
Compiler for C supports arguments -Wsync-nand: YES
Compiler for C supports arguments -Wtautological-compare: YES
Compiler for C supports arguments -Wtrampolines: YES
Compiler for C supports arguments -Wtrigraphs: YES
Compiler for C supports arguments -Wtype-limits: YES
Compiler for C supports arguments -Wno-typedef-redefinition: NO
Compiler for C supports arguments -Wuninitialized: YES
Compiler for C supports arguments -Wunknown-pragmas: YES
Compiler for C supports arguments -Wunused: YES
Compiler for C supports arguments -Wunused-but-set-parameter: YES
Compiler for C supports arguments -Wunused-but-set-variable: YES
Compiler for C supports arguments -Wunused-const-variable=2: YES
Compiler for C supports arguments -Wunused-function: YES
Compiler for C supports arguments -Wunused-label: YES
Compiler for C supports arguments -Wunused-local-typedefs: YES
Compiler for C supports arguments -Wunused-parameter: YES
Compiler for C supports arguments -Wunused-result: YES
Compiler for C supports arguments -Wunused-value: YES
Compiler for C supports arguments -Wunused-variable: YES
Compiler for C supports arguments -Wvarargs: YES
Compiler for C supports arguments -Wvariadic-macros: YES
Compiler for C supports arguments -Wvector-operation-performance: YES
Compiler for C supports arguments -Wvla: YES
Compiler for C supports arguments -Wvolatile-register-var: YES
Compiler for C supports arguments -Wwrite-strings: YES
Compiler for C supports arguments -fstack-protector-strong: YES
First supported argument: -fstack-protector-strong
Checking if "-Wdouble-promotion" compiles: YES
Compiler for C supports arguments -Wsuggest-attribute=format: YES (cached)
Compiler for C supports arguments -Wframe-larger-than=262144: YES
Compiler for C supports link arguments -Wl,-z,relro: YES
Compiler for C supports link arguments -Wl,-z,now: YES
Compiler for C supports link arguments -Wl,-z,nodelete: YES
Compiler for C supports link arguments -Wl,-z,defs: YES
Compiler for C supports link arguments -Wl,--no-copy-dt-needed-entries: YES
Compiler for C supports link arguments -Wl,--version-script=/home/ubuntu/libvirt/src/libvirt_qemu.syms: YES
Compiler for C supports link arguments -Wl,-export-dynamic: YES
First supported link argument: -Wl,-export-dynamic
Checking for function "elf_aux_info" : NO
Checking for function "fallocate" : YES
Checking for function "getauxval" : YES
Checking for function "getegid" : YES
Checking for function "geteuid" : YES
Checking for function "getgid" : YES
Checking for function "getifaddrs" : YES
Checking for function "getmntent_r" : YES
Checking for function "getpwuid_r" : YES
Checking for function "getrlimit" : YES
Checking for function "getuid" : YES
Checking for function "getutxid" : YES
Checking for function "if_indextoname" : YES
Checking for function "mmap" : YES
Checking for function "newlocale" : YES
Checking for function "pipe2" : YES
Checking for function "posix_fallocate" : YES
Checking for function "posix_memalign" : YES
Checking for function "prlimit" : YES
Checking for function "sched_getaffinity" : YES
Checking for function "sched_setscheduler" : YES
Checking for function "setgroups" : YES
Checking for function "setns" : YES
Checking for function "setrlimit" : YES
Checking for function "symlink" : YES
Checking for function "sysctlbyname" : NO
Checking for function "__lxstat" : YES
Checking for function "__lxstat64" : YES
Checking for function "__xstat" : YES
Checking for function "__xstat64" : YES
Checking for function "lstat" : YES
Checking for function "lstat64" : YES
Checking for function "stat" : YES
Checking for function "stat64" : YES
Header <sys/stat.h> has symbol "__lxstat" : YES
Header <sys/stat.h> has symbol "__lxstat64" : NO
Header <sys/stat.h> has symbol "__xstat" : YES
Header <sys/stat.h> has symbol "__xstat64" : NO
Header <sys/stat.h> has symbol "lstat" : YES
Header <sys/stat.h> has symbol "lstat64" : NO
Header <sys/stat.h> has symbol "stat" : YES
Header <sys/stat.h> has symbol "stat64" : NO
Has header "asm/hwcap.h" : NO
Has header "ifaddrs.h" : YES
Has header "libtasn1.h" : YES
Has header "linux/kvm.h" : YES
Has header "linux/magic.h" : YES
Has header "mntent.h" : YES
Has header "net/ethernet.h" : YES
Has header "net/if.h" : YES
Has header "pty.h" : YES
Has header "pwd.h" : YES
Has header "sys/auxv.h" : YES
Has header "sys/ioctl.h" : YES
Has header "sys/mount.h" : YES
Has header "sys/syscall.h" : YES
Has header "sys/ucred.h" : NO
Has header "syslog.h" : YES
Has header "util.h" : NO
Has header "xlocale.h" : NO
Has header "linux/btrfs.h" : YES
Has header "xfs/xfs.h" : YES
Has header "linux/devlink.h" : YES
Has header "linux/param.h" : YES
Has header "linux/sockios.h" : YES
Has header "linux/if_bridge.h" : YES
Has header "linux/if_tun.h" : YES
Header <endian.h> has symbol "htole64" : YES
Header <linux/ethtool.h> has symbol "ETH_FLAG_TXVLAN" : YES
Header <linux/ethtool.h> has symbol "ETH_FLAG_NTUPLE" : YES
Header <linux/ethtool.h> has symbol "ETH_FLAG_RXHASH" : YES
Header <linux/ethtool.h> has symbol "ETH_FLAG_LRO" : YES
Header <linux/ethtool.h> has symbol "ETHTOOL_GGSO" : YES
Header <linux/ethtool.h> has symbol "ETHTOOL_GGRO" : YES
Header <linux/ethtool.h> has symbol "ETHTOOL_GFLAGS" : YES
Header <linux/ethtool.h> has symbol "ETHTOOL_GFEATURES" : YES
Header <linux/ethtool.h> has symbol "ETHTOOL_SCOALESCE" : YES
Header <linux/ethtool.h> has symbol "ETHTOOL_GCOALESCE" : YES
Header <linux/if_vlan.h> has symbol "GET_VLAN_VID_CMD" : YES
Header <unistd.h> has symbol "SEEK_HOLE" : YES
Header <net/if_dl.h> has symbol "link_addr" : NO
Header <linux/devlink.h> has symbol "DEVLINK_CMD_ESWITCH_GET" : YES
Header <linux/vhost.h> has symbol "VHOST_VSOCK_SET_GUEST_CID" : YES
Header <linux/bpf.h> has symbol "BPF_PROG_QUERY" : YES
Header <linux/bpf.h> has symbol "BPF_CGROUP_DEVICE" : YES
Header <net/if_bridgevar.h> has symbol "BRDGSFD" : NO
Header <sys/cpuset.h> has symbol "cpuset_getaffinity" : NO
Header <mach/clock.h> has symbol "clock_serv_t" : NO
Checking for type "struct ifreq" : YES
Checking for type "struct sockpeercred" : NO
Checking whether type "struct ifreq" has member "ifr_newname" : YES
Checking whether type "struct ifreq" has member "ifr_ifindex" : YES
Checking whether type "struct ifreq" has member "ifr_index" : NO
Checking whether type "struct ifreq" has member "ifr_hwaddr" : YES
Checking for size of "long" : 8
Program perl found: YES (/usr/bin/perl)
Program python3 found: YES (/usr/bin/python3)
Program xmllint found: YES (/usr/bin/xmllint)
Program xsltproc found: YES (/usr/bin/xsltproc)
Program rpcgen found: YES (/usr/bin/rpcgen)
Program rst2html5 found: YES (/usr/bin/rst2html5)
Program rst2man found: YES (/usr/bin/rst2man)
Program augparse found: YES (/usr/bin/augparse)
Program dmidecode found: NO
Program dnsmasq found: YES (/usr/sbin/dnsmasq)
Program ebtables found: YES (/usr/sbin/ebtables)
Program flake8 found: YES (/usr/bin/flake8)
Program ip found: YES (/usr/sbin/ip)
Program ip6tables found: YES (/usr/sbin/ip6tables)
Program iptables found: YES (/usr/sbin/iptables)
Program iscsiadm found: YES (/sbin/iscsiadm)
Program mdevctl found: NO
Program mm-ctl found: NO
Program modprobe found: YES (/usr/sbin/modprobe)
Program ovs-vsctl found: NO
Program pdwtags found: YES (/usr/bin/pdwtags)
Program radvd found: YES (/usr/sbin/radvd)
Program rmmod found: YES (/usr/sbin/rmmod)
Program scrub found: YES (/usr/bin/scrub)
Program tc found: YES (/usr/sbin/tc)
Program udevadm found: YES (/usr/bin/udevadm)
Found pkg-config: /usr/bin/pkg-config (0.29.2)
Run-time dependency libtirpc found: YES 1.0.2
Library acl found: YES
Run-time dependency libapparmor found: YES 2.13.4
Library attr found: YES
Run-time dependency audit found: YES 2.8.1
Found CMake: /usr/bin/cmake (3.17.0)
Run-time dependency bash-completion found: NO (tried pkgconfig)
Run-time dependency blkid found: YES 2.33.1
Run-time dependency libcap-ng found: YES 0.7.9
Run-time dependency libcurl found: YES 7.66.0
Run-time dependency devmapper found: YES 1.03.01
Library dl found: YES
Has header "dlfcn.h" : YES
Run-time dependency fuse found: YES 2.9.7
Run-time dependency glib-2.0 found: YES 2.62.6
Run-time dependency gobject-2.0 found: YES 2.62.6
Run-time dependency gio-unix-2.0 found: YES 2.62.6
Run-time dependency glusterfs-api found: YES 7.3.12.3
Run-time dependency gnutls found: YES 3.6.7
Run-time dependency libiscsi found: YES 1.18.0
Run-time dependency libnl-3.0 found: YES 3.3.0
Run-time dependency libnl-route-3.0 found: YES 3.3.0
Run-time dependency libparted found: YES 3.2
Program parted found: YES (/usr/sbin/parted)
pcap-config found: YES (/usr/bin/pcap-config)
Run-time dependency pcap found: YES 1.8.1
Run-time dependency libssh found: YES 0.8.7
Checking for function "ssh_get_server_publickey" with dependency libssh: YES
Checking for function "ssh_session_is_known_server" with dependency libssh: YES
Checking for function "ssh_session_update_known_hosts" with dependency libssh: YES
Run-time dependency libssh2 found: YES 1.9.0
Run-time dependency libxml-2.0 found: YES 2.9.7
Library m found: YES
Run-time dependency netcf found: NO (tried pkgconfig and cmake)
Checking for function "gettext" : YES
Has header "libintl.h" : YES
Program xgettext found: YES (/usr/bin/xgettext)
Program msgfmt found: YES (/usr/bin/msgfmt)
Program msgmerge found: YES (/usr/bin/msgmerge)
Library numa found: YES
Run-time dependency openwsman found: YES 2.7.0
Run-time dependency parallels-sdk found: NO (tried pkgconfig and cmake)
Run-time dependency pciaccess found: YES 0.14
Library rbd found: YES
Library rados found: YES
Checking for function "rbd_get_features" with dependency -lrbd: YES
Checking for function "rbd_list2" with dependency -lrbd: YES
Run-time dependency readline found: NO (tried pkgconfig and cmake)
Library readline found: YES
Header <readline/readline.h> has symbol "rl_completion_quote_character" : YES
Run-time dependency libsanlock_client found: YES 3.6.0
Checking for function "sanlock_strerror" with dependency libsanlock_client: YES
Run-time dependency libsasl2 found: YES 2.1.26
Run-time dependency libselinux found: YES 3.0
Run-time dependency threads found: YES
Run-time dependency libudev found: YES 234
Library util found: YES
Run-time dependency wireshark found: YES 3.4.7
Has header "wireshark/ws_version.h" : YES
Run-time dependency yajl found: YES 2.1.0
Program pkcheck found: YES (/usr/bin/pkcheck)
Run-time dependency xenlight found: YES 4.13.0
Has header "libxlutil.h" : YES
Run-time dependency xlutil found: YES 4.13.0
Run-time dependency xenstore found: YES 3.0.3
Run-time dependency xentoollog found: YES 1.0
Header <libxl.h> has symbol "LIBXL_DOMAIN_TYPE_PVH" : YES
Checking if "lxc support" compiles: YES
Program qemu-bridge-helper found: YES (/usr/lib/qemu-bridge-helper)
Program qemu-pr-helper found: YES (/usr/bin/qemu-pr-helper)
Program slirp-helper found: NO
Program dbus-daemon found: YES (/usr/bin/dbus-daemon)
Has header "mntent.h" : YES (cached)
Program mount found: YES (/usr/bin/mount)
Program umount found: YES (/usr/bin/umount)
Program mkfs found: YES (/usr/sbin/mkfs)
Program showmount found: YES (/usr/sbin/showmount)
Program pvcreate found: YES (/usr/sbin/pvcreate)
Program vgcreate found: YES (/usr/sbin/vgcreate)
Program lvcreate found: YES (/usr/sbin/lvcreate)
Program pvremove found: YES (/usr/sbin/pvremove)
Program vgremove found: YES (/usr/sbin/vgremove)
Program lvremove found: YES (/usr/sbin/lvremove)
Program lvchange found: YES (/usr/sbin/lvchange)
Program vgchange found: YES (/usr/sbin/vgchange)
Program vgscan found: YES (/usr/sbin/vgscan)
Program pvs found: YES (/usr/sbin/pvs)
Program vgs found: YES (/usr/sbin/vgs)
Program lvs found: YES (/usr/sbin/lvs)
Program dog found: NO
Program zfs found: NO
Program zpool found: NO
Program dtrace found: YES (/usr/bin/dtrace)
Program systemctl found: YES (/usr/bin/systemctl)
Has header "nss.h" : YES
Checking for type "struct gaih_addrtuple" : YES
Checking for type "ns_mtab" : NO
Program numad found: YES (/usr/sbin/numad)
Program apibuild.py found: YES (/home/ubuntu/libvirt/scripts/apibuild.py)
Program augeas-gentest.py found: YES (/home/ubuntu/libvirt/scripts/augeas-gentest.py)
Program check-aclperms.py found: YES (/home/ubuntu/libvirt/scripts/check-aclperms.py)
Program check-aclrules.py found: YES (/home/ubuntu/libvirt/scripts/check-aclrules.py)
Program check-driverimpls.py found: YES (/home/ubuntu/libvirt/scripts/check-driverimpls.py)
Program check-drivername.py found: YES (/usr/bin/python3 /home/ubuntu/libvirt/scripts/check-drivername.py)
Program check-file-access.py found: YES (/home/ubuntu/libvirt/scripts/check-file-access.py)
Program check-remote-protocol.py found: YES (/usr/bin/python3 /home/ubuntu/libvirt/scripts/check-remote-protocol.py)
Program check-symfile.py found: YES (/home/ubuntu/libvirt/scripts/check-symfile.py)
Program check-symsorting.py found: YES (/home/ubuntu/libvirt/scripts/check-symsorting.py)
Program dtrace2systemtap.py found: YES (/home/ubuntu/libvirt/scripts/dtrace2systemtap.py)
Program esx_vi_generator.py found: YES (/home/ubuntu/libvirt/scripts/esx_vi_generator.py)
Program genaclperms.py found: YES (/home/ubuntu/libvirt/scripts/genaclperms.py)
Program genpolkit.py found: YES (/home/ubuntu/libvirt/scripts/genpolkit.py)
Program gensystemtap.py found: YES (/home/ubuntu/libvirt/scripts/gensystemtap.py)
Program group-qemu-caps.py found: YES (/home/ubuntu/libvirt/scripts/group-qemu-caps.py)
Program header-ifdef.py found: YES (/usr/bin/python3 /home/ubuntu/libvirt/scripts/header-ifdef.py)
Program hvsupport.py found: YES (/home/ubuntu/libvirt/scripts/hvsupport.py)
Program hyperv_wmi_generator.py found: YES (/home/ubuntu/libvirt/scripts/hyperv_wmi_generator.py)
Program meson-dist.py found: YES (/home/ubuntu/libvirt/scripts/meson-dist.py)
Program meson-gen-authors.py found: YES (/home/ubuntu/libvirt/scripts/meson-gen-authors.py)
Program meson-gen-def.py found: YES (/home/ubuntu/libvirt/scripts/meson-gen-def.py)
Program meson-gen-sym.py found: YES (/home/ubuntu/libvirt/scripts/meson-gen-sym.py)
Program meson-install-dirs.py found: YES (/usr/bin/python3 /home/ubuntu/libvirt/scripts/meson-install-dirs.py)
Program meson-install-symlink.py found: YES (/usr/bin/python3 /home/ubuntu/libvirt/scripts/meson-install-symlink.py)
Program meson-install-web.py found: YES (/home/ubuntu/libvirt/scripts/meson-install-web.py)
Program meson-python.sh found: YES (/home/ubuntu/libvirt/scripts/meson-python.sh)
Program meson-timestamp.py found: YES (/home/ubuntu/libvirt/scripts/meson-timestamp.py)
Program mock-noinline.py found: YES (/usr/bin/python3 /home/ubuntu/libvirt/scripts/mock-noinline.py)
Program prohibit-duplicate-header.py found: YES (/usr/bin/python3 /home/ubuntu/libvirt/scripts/prohibit-duplicate-header.py)
Configuring libvirt-common.h using configuration
Program /home/ubuntu/libvirt/src/keycodemapdb/tools/keymap-gen found: YES (/home/ubuntu/libvirt/src/keycodemapdb/tools/keymap-gen)
Program genprotocol.pl found: YES (/home/ubuntu/libvirt/src/rpc/genprotocol.pl)
Program gendispatch.pl found: YES (/home/ubuntu/libvirt/src/rpc/gendispatch.pl)
Configuring libvirtd.conf.tmp with command
Configuring libvirtd.aug.tmp with command
Configuring test_libvirtd.aug.tmp with command
Configuring virtd.conf.tmp with command
Configuring virtd.aug.tmp with command
Configuring test_virtd.aug.tmp with command
Configuring libvirtd.qemu.logrotate using configuration
Configuring libvirtd.lxc.logrotate using configuration
Configuring libvirtd.libxl.logrotate using configuration
Configuring libvirtd.logrotate using configuration
Program /home/ubuntu/libvirt/scripts/meson-python.sh found: YES (/home/ubuntu/libvirt/scripts/meson-python.sh)
Configuring usr.lib.libvirt.virt-aa-helper using configuration
Configuring usr.sbin.libvirtd using configuration
Configuring usr.sbin.virtqemud using configuration
Configuring usr.sbin.virtxend using configuration
Configuring libvirtd.conf using configuration
Configuring libvirtd.aug using configuration
Configuring test_libvirtd.aug.tmp using configuration
Configuring virtproxyd.conf using configuration
Configuring virtproxyd.aug using configuration
Configuring test_virtproxyd.aug.tmp using configuration
Configuring virtinterfaced.conf using configuration
Configuring virtinterfaced.aug using configuration
Configuring test_virtinterfaced.aug.tmp using configuration
Configuring virtnetworkd.conf using configuration
Configuring virtnetworkd.aug using configuration
Configuring test_virtnetworkd.aug.tmp using configuration
Configuring virtnodedevd.conf using configuration
Configuring virtnodedevd.aug using configuration
Configuring test_virtnodedevd.aug.tmp using configuration
Configuring virtnwfilterd.conf using configuration
Configuring virtnwfilterd.aug using configuration
Configuring test_virtnwfilterd.aug.tmp using configuration
Configuring virtsecretd.conf using configuration
Configuring virtsecretd.aug using configuration
Configuring test_virtsecretd.aug.tmp using configuration
Configuring virtstoraged.conf using configuration
Configuring virtstoraged.aug using configuration
Configuring test_virtstoraged.aug.tmp using configuration
Configuring virtxend.conf using configuration
Configuring virtxend.aug using configuration
Configuring test_virtxend.aug.tmp using configuration
Configuring virtlxcd.conf using configuration
Configuring virtlxcd.aug using configuration
Configuring test_virtlxcd.aug.tmp using configuration
Configuring virtchd.conf using configuration
Configuring virtchd.aug using configuration
Configuring test_virtchd.aug.tmp using configuration
Configuring virtqemud.conf using configuration
Configuring virtqemud.aug using configuration
Configuring test_virtqemud.aug.tmp using configuration
Configuring virtvboxd.conf using configuration
Configuring virtvboxd.aug using configuration
Configuring test_virtvboxd.aug.tmp using configuration
Configuring libvirtd.service using configuration
Configuring libvirtd.socket using configuration
Configuring libvirtd-ro.socket using configuration
Configuring libvirtd-admin.socket using configuration
Configuring libvirtd-tcp.socket using configuration
Configuring libvirtd-tls.socket using configuration
Configuring virtproxyd.service using configuration
Configuring virtproxyd.socket using configuration
Configuring virtproxyd-ro.socket using configuration
Configuring virtproxyd-admin.socket using configuration
Configuring virtproxyd-tcp.socket using configuration
Configuring virtproxyd-tls.socket using 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.08s
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.06s
6/313 libvirt / check-drivername OK 0.09s
7/313 libvirt / check-admin-drivername OK 0.07s
8/313 libvirt / check-driverimpls OK 0.67s
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.08s
12/313 libvirt / check-augeas-virtlockd OK 0.07s
13/313 libvirt / check-augeas-virtlogd OK 0.09s
14/313 libvirt / check-augeas-libvirtd_libxl OK 0.07s
15/313 libvirt / check-augeas-libvirtd_lxc OK 0.05s
16/313 libvirt / check-augeas-libvirtd_qemu OK 0.38s
17/313 libvirt / check-augeas-libvirtd OK 0.16s
18/313 libvirt / check-augeas-virtproxyd OK 0.12s
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.11s
22/313 libvirt / check-augeas-virtnwfilterd OK 0.13s
23/313 libvirt / check-augeas-virtsecretd OK 0.11s
24/313 libvirt / check-augeas-virtstoraged OK 0.11s
25/313 libvirt / check-augeas-virtxend OK 0.18s
26/313 libvirt / check-augeas-virtlxcd OK 0.14s
27/313 libvirt / check-augeas-virtchd OK 0.09s
28/313 libvirt / check-augeas-virtqemud OK 0.16s
29/313 libvirt / check-augeas-virtvboxd OK 0.14s
30/313 libvirt / check-virnetprotocol OK 0.12s
31/313 libvirt / check-virkeepaliveprotocol OK 0.13s
32/313 libvirt / check-remote_protocol OK 0.25s
33/313 libvirt / check-qemu_protocol OK 0.26s
34/313 libvirt / check-lxc_protocol OK 0.09s
35/313 libvirt / check-admin_protocol OK 0.13s
36/313 libvirt / check-lock_protocol OK 0.19s
37/313 libvirt / check-lxc_monitor_protocol OK 0.12s
38/313 libvirt / commandtest OK 0.57s
39/313 libvirt / cputest OK 1.69s
40/313 libvirt / domaincapstest OK 0.60s
41/313 libvirt / domainconftest OK 0.13s
42/313 libvirt / genericxml2xmltest OK 0.19s
43/313 libvirt / interfacexml2xmltest OK 0.20s
44/313 libvirt / metadatatest OK 0.26s
45/313 libvirt / networkxml2xmlupdatetest OK 0.12s
46/313 libvirt / nodedevxml2xmltest OK 0.10s
47/313 libvirt / nwfilterxml2xmltest OK 0.16s
48/313 libvirt / objecteventtest OK 0.19s
49/313 libvirt / seclabeltest OK 0.10s
50/313 libvirt / secretxml2xmltest OK 0.12s
51/313 libvirt / shunloadtest OK 0.17s
52/313 libvirt / sockettest OK 0.15s
53/313 libvirt / storagevolxml2xmltest OK 0.20s
54/313 libvirt / sysinfotest OK 0.17s
55/313 libvirt / utiltest OK 0.18s
56/313 libvirt / viralloctest OK 0.15s
57/313 libvirt / virauthconfigtest OK 0.12s
58/313 libvirt / virbitmaptest OK 0.17s
59/313 libvirt / virbuftest OK 0.19s
60/313 libvirt / vircapstest OK 0.14s
61/313 libvirt / vircgrouptest OK 0.17s
62/313 libvirt / virconftest OK 0.20s
63/313 libvirt / vircryptotest OK 0.21s
64/313 libvirt / virendiantest OK 0.21s
65/313 libvirt / virerrortest OK 0.11s
66/313 libvirt / virfilecachetest OK 0.16s
67/313 libvirt / virfiletest OK 0.32s
68/313 libvirt / virfirewalltest OK 0.12s
69/313 libvirt / virhostcputest OK 0.16s
70/313 libvirt / virhostdevtest OK 0.23s
71/313 libvirt / viridentitytest OK 0.17s
72/313 libvirt / viriscsitest OK 0.16s
73/313 libvirt / virkeycodetest OK 0.08s
74/313 libvirt / virkmodtest OK 0.16s
75/313 libvirt / virlockspacetest OK 0.10s
76/313 libvirt / virlogtest OK 0.10s
77/313 libvirt / virnetdevtest OK 0.07s
78/313 libvirt / virnetworkportxml2xmltest OK 0.15s
79/313 libvirt / virnwfilterbindingxml2xmltest OK 0.16s
80/313 libvirt / virpcitest OK 0.12s
81/313 libvirt / virportallocatortest OK 0.18s
82/313 libvirt / virrotatingfiletest OK 0.08s
83/313 libvirt / virschematest OK 3.40s
84/313 libvirt / virshtest OK 2.09s
85/313 libvirt / virstringtest OK 0.07s
86/313 libvirt / virsystemdtest OK 0.16s
87/313 libvirt / virtimetest OK 0.19s
88/313 libvirt / virtypedparamtest OK 0.15s
89/313 libvirt / viruritest OK 0.15s
90/313 libvirt / virpcivpdtest OK 0.10s
91/313 libvirt / vshtabletest OK 0.10s
92/313 libvirt / virmigtest OK 0.09s
93/313 libvirt / fchosttest OK 0.16s
94/313 libvirt / scsihosttest OK 0.16s
95/313 libvirt / vircaps2xmltest OK 0.15s
96/313 libvirt / virnetdevbandwidthtest OK 0.07s
97/313 libvirt / virresctrltest OK 0.13s
98/313 libvirt / virscsitest OK 0.14s
99/313 libvirt / virusbtest OK 0.24s
100/313 libvirt / virnetdevopenvswitchtest OK 0.12s
101/313 libvirt / esxutilstest OK 0.12s
102/313 libvirt / eventtest OK 0.58s
103/313 libvirt / fdstreamtest OK 0.13s
104/313 libvirt / virdriverconnvalidatetest OK 0.05s
105/313 libvirt / virdrivermoduletest OK 0.12s
106/313 libvirt / libxlxml2domconfigtest OK 0.12s
107/313 libvirt / xlconfigtest OK 0.18s
108/313 libvirt / xmconfigtest OK 0.17s
109/313 libvirt / lxcconf2xmltest OK 0.17s
110/313 libvirt / lxcxml2xmltest OK 0.08s
111/313 libvirt / networkxml2conftest OK 0.13s
112/313 libvirt / networkxml2firewalltest OK 0.16s
113/313 libvirt / networkxml2xmltest OK 0.08s
114/313 libvirt / nodedevmdevctltest OK 0.14s
115/313 libvirt / nsstest OK 0.09s
116/313 libvirt / nssguesttest OK 0.18s
117/313 libvirt / nwfilterebiptablestest OK 0.18s
118/313 libvirt / nwfilterxml2firewalltest OK 0.16s
119/313 libvirt / openvzutilstest OK 0.11s
120/313 libvirt / virpolkittest OK 0.12s
121/313 libvirt / qemuagenttest OK 6.24s
122/313 libvirt / qemublocktest OK 0.29s
123/313 libvirt / qemucapabilitiestest OK 3.05s
124/313 libvirt / qemucaps2xmltest OK 0.26s
125/313 libvirt / qemucommandutiltest OK 0.07s
126/313 libvirt / qemudomaincheckpointxml2xmltest OK 0.28s
127/313 libvirt / qemudomainsnapshotxml2xmltest OK 0.11s
128/313 libvirt / qemufirmwaretest OK 0.15s
129/313 libvirt / qemuhotplugtest OK 1.69s
130/313 libvirt / qemumemlocktest OK 0.15s
131/313 libvirt / qemumigparamstest OK 0.19s
132/313 libvirt / qemumigrationcookiexmltest OK 0.21s
133/313 libvirt / qemumonitorjsontest OK 0.46s
134/313 libvirt / qemusecuritytest OK 1.75s
135/313 libvirt / qemustatusxml2xmltest OK 0.18s
136/313 libvirt / qemuvhostusertest OK 0.12s
137/313 libvirt / qemuxml2argvtest OK 4.52s
138/313 libvirt / qemuxml2xmltest OK 2.64s
139/313 libvirt / virnetdaemontest OK 0.15s
140/313 libvirt / virnetmessagetest OK 0.09s
141/313 libvirt / virnetserverclienttest OK 0.15s
142/313 libvirt / virnetsockettest OK 0.19s
143/313 libvirt / virnettlscontexttest OK 0.35s
144/313 libvirt / virnettlssessiontest OK 2.46s
145/313 libvirt / securityselinuxtest OK 0.17s
146/313 libvirt / securityselinuxlabeltest OK 0.18s
147/313 libvirt / storagepoolcapstest OK 0.13s
148/313 libvirt / storagepoolxml2argvtest OK 0.22s
149/313 libvirt / storagepoolxml2xmltest OK 0.16s
150/313 libvirt / storagevolxml2argvtest OK 0.17s
151/313 libvirt / virstorageutiltest OK 0.16s
152/313 libvirt / virstoragetest OK 1.01s
153/313 libvirt / vboxsnapshotxmltest OK 0.15s
154/313 libvirt / vmwarevertest OK 0.15s
155/313 libvirt / vmx2xmltest OK 0.21s
156/313 libvirt / xml2vmxtest OK 0.20s
157/313 libvirt / virjsontest OK 0.14s
158/313 libvirt / virmacmaptest OK 0.17s
159/313 libvirt / libvirtd-fail OK 0.12s
160/313 libvirt / libvirtd-pool OK 0.13s
161/313 libvirt / virsh-auth OK 0.14s
162/313 libvirt / virsh-checkpoint OK 0.51s
163/313 libvirt / virsh-cpuset OK 0.23s
164/313 libvirt / virsh-define-dev-segfault OK 0.19s
165/313 libvirt / virsh-int-overflow OK 0.13s
166/313 libvirt / virsh-optparse OK 3.09s
167/313 libvirt / virsh-output OK 2.23s
168/313 libvirt / virsh-read-bufsiz OK 0.15s
169/313 libvirt / virsh-read-non-seekable OK 0.13s
170/313 libvirt / virsh-schedinfo OK 0.34s
171/313 libvirt / virsh-self-test OK 0.17s
172/313 libvirt / virsh-snapshot OK 0.38s
173/313 libvirt / virsh-start OK 0.12s
174/313 libvirt / virsh-undefine OK 0.22s
175/313 libvirt / virsh-uriprecedence OK 0.41s
176/313 libvirt / virsh-vcpupin OK 0.54s
177/313 libvirt / virt-admin-self-test OK 0.12s
178/313 libvirt / virt-aa-helper-test OK 4.03s
179/313 libvirt / check-html OK 0.13s
180/313 libvirt:syntax-check / sc_avoid_write OK 0.29s
181/313 libvirt:syntax-check / sc_flags_debug OK 1.32s
182/313 libvirt:syntax-check / sc_flags_usage OK 1.36s
183/313 libvirt:syntax-check / sc_prohibit_internal_functions OK 0.91s
184/313 libvirt:syntax-check / sc_prohibit_raw_virclassnew OK 0.72s
185/313 libvirt:syntax-check / sc_prohibit_raw_allocation OK 0.88s
186/313 libvirt:syntax-check / sc_prohibit_close OK 1.43s
187/313 libvirt:syntax-check / sc_prohibit_fork_wrappers OK 0.76s
188/313 libvirt:syntax-check / sc_prohibit_mkstemp OK 0.29s
189/313 libvirt:syntax-check / sc_prohibit_mkdtemp OK 0.22s
190/313 libvirt:syntax-check / sc_prohibit_access_xok OK 0.31s
191/313 libvirt:syntax-check / sc_prohibit_strncmp OK 0.74s
192/313 libvirt:syntax-check / sc_prohibit_strtol OK 1.66s
193/313 libvirt:syntax-check / sc_prohibit_asprintf OK 1.32s
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 0.95s
197/313 libvirt:syntax-check / sc_prohibit_risky_id_promotion OK 0.92s
198/313 libvirt:syntax-check / sc_prohibit_sprintf OK 0.37s
199/313 libvirt:syntax-check / sc_prohibit_snprintf OK 0.90s
200/313 libvirt:syntax-check / sc_prohibit_readlink OK 0.89s
201/313 libvirt:syntax-check / sc_prohibit_gethostname OK 0.90s
202/313 libvirt:syntax-check / sc_prohibit_readdir OK 0.94s
203/313 libvirt:syntax-check / sc_prohibit_gettext_noop OK 0.90s
204/313 libvirt:syntax-check / sc_prohibit_PATH_MAX OK 0.82s
205/313 libvirt:syntax-check / sc_prohibit_nonreentrant OK 0.33s
206/313 libvirt:syntax-check / sc_prohibit_select OK 0.93s
207/313 libvirt:syntax-check / sc_prohibit_ctype_h OK 0.88s
208/313 libvirt:syntax-check / sc_prohibit_canonicalize_file_name OK 0.83s
209/313 libvirt:syntax-check / sc_correct_id_types OK 0.86s
210/313 libvirt:syntax-check / sc_forbid_const_pointer_typedef OK 1.53s
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.28s
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.79s
217/313 libvirt:syntax-check / sc_forbid_manual_xml_indent OK 0.80s
218/313 libvirt:syntax-check / sc_prohibit_libgen OK 0.91s
219/313 libvirt:syntax-check / sc_prohibit_xmlGetProp OK 0.76s
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.18s
223/313 libvirt:syntax-check / sc_prohibit_attribute_macros OK 0.28s
224/313 libvirt:syntax-check / sc_prohibit_non_glib_macros OK 0.24s
225/313 libvirt:syntax-check / sc_prohibit_int_index OK 0.64s
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.29s
229/313 libvirt:syntax-check / sc_prohibit_int_assign_bool OK 0.80s
230/313 libvirt:syntax-check / sc_prohibit_unsigned_pid OK 0.66s
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.66s
233/313 libvirt:syntax-check / sc_prohibit_diagnostic_without_format OK 1.22s
234/313 libvirt:syntax-check / sc_prohibit_useless_translation OK 1.35s
235/313 libvirt:syntax-check / sc_require_whitespace_in_translation OK 1.51s
236/313 libvirt:syntax-check / sc_preprocessor_indentation OK 0.47s
237/313 libvirt:syntax-check / sc_spec_indentation OK 0.09s
238/313 libvirt:syntax-check / sc_copyright_usage OK 1.47s
239/313 libvirt:syntax-check / sc_prohibit_gettext_markup OK 0.70s
240/313 libvirt:syntax-check / sc_prohibit_cross_inclusion OK 2.10s
241/313 libvirt:syntax-check / sc_require_enum_last_marker OK 0.60s
242/313 libvirt:syntax-check / sc_flake8 OK 3.20s
243/313 libvirt:syntax-check / sc_prohibit_exit_in_tests OK 0.18s
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.28s
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.64s
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.29s
252/313 libvirt:syntax-check / sc_prohibit_space_in_label OK 0.24s
253/313 libvirt:syntax-check / sc_require_if_else_matching_braces OK 0.29s
254/313 libvirt:syntax-check / sc_curly_braces_style OK 0.66s
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.29s
257/313 libvirt:syntax-check / sc_require_locale_h OK 0.55s
258/313 libvirt:syntax-check / sc_prohibit_empty_first_line OK 1.90s
259/313 libvirt:syntax-check / sc_prohibit_paren_brace OK 0.29s
260/313 libvirt:syntax-check / sc_prohibit_static_zero_init OK 0.29s
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.61s
263/313 libvirt:syntax-check / sc_prohibit_virXXXFree OK 0.24s
264/313 libvirt:syntax-check / sc_prohibit_sysconf_pagesize OK 0.59s
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.61s
268/313 libvirt:syntax-check / sc_prohibit_verbose_strcat OK 0.24s
269/313 libvirt:syntax-check / sc_gettext_init OK 0.18s
270/313 libvirt:syntax-check / sc_prohibit_obj_free_apis_in_virsh OK 0.13s
271/313 libvirt:syntax-check / sc_prohibit_http_urls OK 0.65s
272/313 libvirt:syntax-check / sc_prohibit_author OK 0.70s
273/313 libvirt:syntax-check / sc_prohibit_backslash_alignment OK 0.23s
274/313 libvirt:syntax-check / sc_require_attribute_cleanup_initialization OK 0.30s
275/313 libvirt:syntax-check / sc_prohibit_class OK 0.25s
276/313 libvirt:syntax-check / sc_prohibit_dirent_d_type OK 0.30s
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.70s
279/313 libvirt:syntax-check / sc_prohibit_strcmp OK 0.69s
280/313 libvirt:syntax-check / sc_prohibit_strncpy OK 0.65s
281/313 libvirt:syntax-check / sc_prohibit_magic_number_exit OK 0.90s
282/313 libvirt:syntax-check / sc_error_message_warn_fatal OK 0.60s
283/313 libvirt:syntax-check / sc_error_message_period OK 0.60s
284/313 libvirt:syntax-check / sc_prohibit_have_config_h OK 0.65s
285/313 libvirt:syntax-check / sc_require_config_h OK 0.19s
286/313 libvirt:syntax-check / sc_require_config_h_first OK 0.24s
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.23s
289/313 libvirt:syntax-check / sc_prohibit_signal_without_use OK 0.28s
290/313 libvirt:syntax-check / sc_prohibit_stdio--_without_use OK 0.18s
291/313 libvirt:syntax-check / sc_prohibit_stddef_without_use OK 0.23s
292/313 libvirt:syntax-check / sc_prohibit_dirent_without_use OK 0.20s
293/313 libvirt:syntax-check / sc_bindtextdomain OK 0.14s
294/313 libvirt:syntax-check / sc_trailing_blank OK 0.74s
295/313 libvirt:syntax-check / sc_unmarked_diagnostics OK 0.64s
296/313 libvirt:syntax-check / sc_prohibit_defined_have_decl_tests OK 0.61s
297/313 libvirt:syntax-check / sc_prohibit_backup_files OK 0.10s
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.69s
300/313 libvirt:syntax-check / sc_prohibit_double_semicolon OK 0.33s
301/313 libvirt:syntax-check / sc_prohibit_test_minus_ao OK 0.59s
302/313 libvirt:syntax-check / sc_prohibit_test_double_equal OK 0.49s
303/313 libvirt:syntax-check / sc_redundant_const OK 0.61s
304/313 libvirt:syntax-check / sc_const_long_option OK 0.61s
305/313 libvirt:syntax-check / sc_po_check OK 0.30s
306/313 libvirt:syntax-check / sc_Wundef_boolean OK 0.60s
307/313 libvirt:syntax-check / sc_prohibit_path_max_allocation OK 0.51s
308/313 libvirt:syntax-check / sc_prohibit-duplicate-header OK 0.69s
309/313 libvirt:syntax-check / sc_spacing-check OK 3.60s
310/313 libvirt:syntax-check / sc_mock-noinline OK 1.29s
311/313 libvirt:syntax-check / sc_header-ifdef OK 0.34s
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.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.29s
2/313 libvirt / check-symfile OK 0.28s
3/313 libvirt / check-admin-symfile OK 0.28s
4/313 libvirt / check-symsorting OK 0.28s
5/313 libvirt / check-admin-symsorting OK 0.27s
6/313 libvirt / check-drivername OK 0.27s
7/313 libvirt / check-admin-drivername OK 0.27s
8/313 libvirt / check-augeas-libvirt_lockd OK 0.26s
9/313 libvirt / check-augeas-libvirt_sanlock OK 0.25s
10/313 libvirt / check-augeas-virtlockd OK 0.25s
11/313 libvirt / check-augeas-virtlogd OK 0.25s
12/313 libvirt / check-augeas-libvirtd_libxl OK 0.24s
13/313 libvirt / check-augeas-libvirtd_lxc OK 0.24s
14/313 libvirt / check-augeas-libvirtd OK 0.23s
15/313 libvirt / check-augeas-virtproxyd OK 0.23s
16/313 libvirt / check-augeas-virtinterfaced OK 0.22s
17/313 libvirt / check-augeas-virtnetworkd OK 0.22s
18/313 libvirt / check-augeas-virtnodedevd OK 0.22s
19/313 libvirt / check-augeas-virtnwfilterd OK 0.21s
20/313 libvirt / check-augeas-virtsecretd OK 0.21s
21/313 libvirt / check-augeas-virtstoraged OK 0.21s
22/313 libvirt / check-augeas-virtxend OK 0.21s
23/313 libvirt / check-augeas-virtlxcd OK 0.20s
24/313 libvirt / check-augeas-virtchd OK 0.15s
25/313 libvirt / check-augeas-virtqemud OK 0.15s
26/313 libvirt / check-augeas-virtvboxd OK 0.14s
27/313 libvirt / check-virnetprotocol OK 0.14s
28/313 libvirt / check-virkeepaliveprotocol OK 0.14s
29/313 libvirt / check-qemu_protocol OK 0.13s
30/313 libvirt / check-lxc_protocol OK 0.13s
31/313 libvirt / check-admin_protocol OK 0.12s
32/313 libvirt / check-lock_protocol OK 0.12s
33/313 libvirt / check-lxc_monitor_protocol OK 0.12s
34/313 libvirt / domainconftest OK 0.24s
35/313 libvirt / interfacexml2xmltest OK 0.23s
36/313 libvirt / metadatatest OK 0.23s
37/313 libvirt / nodedevxml2xmltest OK 0.23s
38/313 libvirt / networkxml2xmlupdatetest OK 0.25s
39/313 libvirt / nwfilterxml2xmltest OK 0.24s
40/313 libvirt / objecteventtest OK 0.23s
41/313 libvirt / check-augeas-libvirtd_qemu OK 0.44s
42/313 libvirt / check-remote_protocol OK 0.34s
43/313 libvirt / genericxml2xmltest OK 0.31s
44/313 libvirt / seclabeltest OK 0.23s
45/313 libvirt / secretxml2xmltest OK 0.22s
46/313 libvirt / shunloadtest OK 0.22s
47/313 libvirt / sockettest OK 0.22s
48/313 libvirt / storagevolxml2xmltest OK 0.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.19s
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.17s
59/313 libvirt / virendiantest OK 0.17s
60/313 libvirt / virerrortest OK 0.17s
61/313 libvirt / virfilecachetest OK 0.16s
62/313 libvirt / virfirewalltest OK 0.16s
63/313 libvirt / virhostcputest OK 0.15s
64/313 libvirt / viridentitytest OK 0.14s
65/313 libvirt / viriscsitest OK 0.14s
66/313 libvirt / virkeycodetest OK 0.13s
67/313 libvirt / virkmodtest OK 0.13s
68/313 libvirt / virlockspacetest OK 0.13s
69/313 libvirt / virlogtest OK 0.12s
70/313 libvirt / virnetdevtest OK 0.12s
71/313 libvirt / virnetworkportxml2xmltest OK 0.11s
72/313 libvirt / virnwfilterbindingxml2xmltest OK 0.11s
73/313 libvirt / virrotatingfiletest OK 0.23s
74/313 libvirt / virstringtest OK 0.22s
75/313 libvirt / virportallocatortest OK 0.24s
76/313 libvirt / virtimetest OK 0.22s
77/313 libvirt / virtypedparamtest OK 0.21s
78/313 libvirt / virpcitest OK 0.26s
79/313 libvirt / virhostdevtest OK 0.33s
80/313 libvirt / virsystemdtest OK 0.26s
81/313 libvirt / viruritest OK 0.23s
82/313 libvirt / check-aclrules OK 0.71s
83/313 libvirt / check-driverimpls OK 0.72s
84/313 libvirt / virfiletest OK 0.36s
85/313 libvirt / virpcivpdtest OK 0.25s
86/313 libvirt / vshtabletest OK 0.25s
87/313 libvirt / commandtest OK 0.58s
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.24s
94/313 libvirt / virscsitest OK 0.24s
95/313 libvirt / virusbtest OK 0.23s
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.21s
100/313 libvirt / libxlxml2domconfigtest OK 0.20s
101/313 libvirt / xlconfigtest OK 0.20s
102/313 libvirt / xmconfigtest OK 0.19s
103/313 libvirt / lxcconf2xmltest OK 0.19s
104/313 libvirt / lxcxml2xmltest OK 0.19s
105/313 libvirt / networkxml2conftest OK 0.18s
106/313 libvirt / networkxml2firewalltest OK 0.18s
107/313 libvirt / networkxml2xmltest OK 0.17s
108/313 libvirt / nodedevmdevctltest OK 0.17s
109/313 libvirt / nsstest OK 0.16s
110/313 libvirt / nssguesttest OK 0.16s
111/313 libvirt / nwfilterebiptablestest OK 0.15s
112/313 libvirt / openvzutilstest OK 0.14s
113/313 libvirt / virpolkittest OK 0.28s
114/313 libvirt / domaincapstest OK 0.75s
115/313 libvirt / virdrivermoduletest OK 0.37s
116/313 libvirt / nwfilterxml2firewalltest OK 0.31s
117/313 libvirt / qemucommandutiltest OK 0.28s
118/313 libvirt / qemudomainsnapshotxml2xmltest OK 0.28s
119/313 libvirt / qemufirmwaretest OK 0.28s
120/313 libvirt / qemumigparamstest OK 0.27s
121/313 libvirt / qemublocktest OK 0.34s
122/313 libvirt / qemucaps2xmltest OK 0.32s
123/313 libvirt / qemumemlocktest OK 0.31s
124/313 libvirt / qemumigrationcookiexmltest OK 0.31s
125/313 libvirt / qemustatusxml2xmltest OK 0.29s
126/313 libvirt / qemudomaincheckpointxml2xmltest OK 0.38s
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.29s
132/313 libvirt / virnetserverclienttest OK 0.28s
133/313 libvirt / virnetsockettest OK 0.28s
134/313 libvirt / securityselinuxtest OK 0.27s
135/313 libvirt / securityselinuxlabeltest OK 0.26s
136/313 libvirt / storagepoolcapstest OK 0.26s
137/313 libvirt / storagepoolxml2argvtest OK 0.25s
138/313 libvirt / storagepoolxml2xmltest OK 0.25s
139/313 libvirt / storagevolxml2argvtest OK 0.24s
140/313 libvirt / virstorageutiltest OK 0.24s
141/313 libvirt / vboxsnapshotxmltest OK 0.22s
142/313 libvirt / vmwarevertest OK 0.22s
143/313 libvirt / vmx2xmltest OK 0.21s
144/313 libvirt / xml2vmxtest OK 0.20s
145/313 libvirt / virjsontest OK 0.20s
146/313 libvirt / virmacmaptest OK 0.19s
147/313 libvirt / eventtest OK 0.54s
148/313 libvirt / virsh-auth OK 0.30s
149/313 libvirt / virsh-define-dev-segfault OK 0.28s
150/313 libvirt / virsh-int-overflow OK 0.26s
151/313 libvirt / virsh-cpuset OK 0.31s
152/313 libvirt / qemumonitorjsontest OK 0.52s
153/313 libvirt / virsh-schedinfo OK 0.26s
154/313 libvirt / virsh-self-test OK 0.26s
155/313 libvirt / virsh-read-non-seekable OK 0.27s
156/313 libvirt / cputest OK 1.16s
157/313 libvirt / virt-admin-self-test OK 0.24s
158/313 libvirt / check-html OK 0.23s
159/313 libvirt:syntax-check / sc_avoid_write OK 0.22s
160/313 libvirt:syntax-check / sc_prohibit_mkstemp OK 0.21s
161/313 libvirt:syntax-check / sc_prohibit_mkdtemp OK 0.21s
162/313 libvirt:syntax-check / sc_prohibit_access_xok OK 0.22s
163/313 libvirt:syntax-check / sc_prohobit_vsnprintf OK 0.20s
164/313 libvirt:syntax-check / sc_prohibit_sprintf OK 0.18s
165/313 libvirt / virsh-start OK 0.40s
166/313 libvirt / virnettlssessiontest OK 0.65s
167/313 libvirt:syntax-check / sc_prohibit_nonreentrant OK 0.24s
168/313 libvirt:syntax-check / sc_prohibit_raw_virclassnew OK 0.48s
169/313 libvirt:syntax-check / sc_TAB_in_indentation OK 0.21s
170/313 libvirt / virsh-undefine OK 0.59s
171/313 libvirt / virsh-read-bufsiz OK 0.65s
172/313 libvirt / virnettlscontexttest OK 0.92s
173/313 libvirt:syntax-check / sc_avoid_ctype_macros OK 0.30s
174/313 libvirt:syntax-check / sc_prohibit_fork_wrappers OK 0.61s
175/313 libvirt:syntax-check / sc_prohibit_internal_functions OK 0.65s
176/313 libvirt:syntax-check / sc_prohibit_strncmp OK 0.61s
177/313 libvirt / virsh-uriprecedence OK 0.75s
178/313 libvirt / virsh-checkpoint OK 0.91s
179/313 libvirt:syntax-check / sc_prohibit_raw_allocation OK 0.72s
180/313 libvirt / virsh-snapshot OK 0.82s
181/313 libvirt:syntax-check / sc_avoid_g_gnuc_unused_in_header OK 0.13s
182/313 libvirt:syntax-check / sc_prohibit_readlink OK 0.64s
183/313 libvirt:syntax-check / sc_prohibit_snprintf OK 0.66s
184/313 libvirt:syntax-check / sc_prohibit_strdup OK 0.72s
185/313 libvirt:syntax-check / sc_prohibit_risky_id_promotion OK 0.71s
186/313 libvirt:syntax-check / sc_prohibit_setuid OK 0.74s
187/313 libvirt:syntax-check / sc_prohibit_attribute_macros OK 0.19s
188/313 libvirt:syntax-check / sc_prohibit_gethostname OK 0.69s
189/313 libvirt:syntax-check / sc_prohibit_gettext_noop OK 0.71s
190/313 libvirt:syntax-check / sc_prohibit_non_glib_macros OK 0.22s
191/313 libvirt:syntax-check / sc_prohibit_PATH_MAX OK 0.70s
192/313 libvirt:syntax-check / sc_prohibit_readdir OK 0.75s
193/313 libvirt:syntax-check / sc_prohibit_ctype_h OK 0.70s
194/313 libvirt:syntax-check / sc_prohibit_canonicalize_file_name OK 0.71s
195/313 libvirt:syntax-check / sc_prohibit_select OK 0.74s
196/313 libvirt:syntax-check / sc_prohibit_loop_var_decl OK 0.23s
197/313 libvirt:syntax-check / sc_size_of_brackets OK 0.71s
198/313 libvirt:syntax-check / sc_correct_id_types OK 0.75s
199/313 libvirt:syntax-check / sc_avoid_strcase OK 0.74s
200/313 libvirt / qemusecuritytest OK 1.48s
201/313 libvirt:syntax-check / sc_flags_debug OK 1.13s
202/313 libvirt:syntax-check / sc_flags_usage OK 1.14s
203/313 libvirt:syntax-check / sc_spec_indentation OK 0.24s
204/313 libvirt:syntax-check / sc_prohibit_virBufferAdd_with_string_literal OK 0.68s
205/313 libvirt:syntax-check / sc_prohibit_exit_in_tests OK 0.21s
206/313 libvirt:syntax-check / sc_prohibit_virBufferAsprintf_with_string_literal OK 0.70s
207/313 libvirt:syntax-check / sc_forbid_manual_xml_indent OK 0.69s
208/313 libvirt:syntax-check / sc_prohibit_config_h_in_headers OK 0.18s
209/313 libvirt:syntax-check / sc_prohibit_unbounded_arrays_in_rpc OK 0.15s
210/313 libvirt:syntax-check / sc_prohibit_include_public_headers_quote OK 0.26s
211/313 libvirt:syntax-check / sc_prohibit_xmlGetProp OK 0.70s
212/313 libvirt:syntax-check / sc_prohibit_include_public_headers_brackets OK 0.28s
213/313 libvirt:syntax-check / sc_prohibit_close OK 1.26s
214/313 libvirt:syntax-check / sc_prohibit_virConnectOpen_in_virsh OK 0.17s
215/313 libvirt:syntax-check / sc_prohibit_xmlURI OK 0.71s
216/313 libvirt:syntax-check / sc_prohibit_windows_special_chars_in_filename OK 0.11s
217/313 libvirt:syntax-check / sc_prohibit_asprintf OK 1.25s
218/313 libvirt:syntax-check / sc_prohibit_strtol OK 1.30s
219/313 libvirt:syntax-check / sc_prohibit_int_index OK 0.66s
220/313 libvirt / virsh-vcpupin OK 1.41s
221/313 libvirt:syntax-check / sc_prohibit_return_as_function OK 0.77s
222/313 libvirt:syntax-check / sc_prohibit_space_in_label OK 0.24s
223/313 libvirt:syntax-check / sc_require_space_before_label OK 0.25s
224/313 libvirt:syntax-check / sc_require_if_else_matching_braces OK 0.26s
225/313 libvirt:syntax-check / sc_preprocessor_indentation OK 0.57s
226/313 libvirt:syntax-check / sc_prohibit_libgen OK 0.92s
227/313 libvirt:syntax-check / sc_prohibit_unsigned_pid OK 0.67s
228/313 libvirt:syntax-check / sc_prohibit_mixed_case_abbreviations OK 0.29s
229/313 libvirt:syntax-check / sc_prohibit_virSecurityManager OK 0.16s
230/313 libvirt:syntax-check / sc_prohibit_newline_at_end_of_diagnostic OK 0.73s
231/313 libvirt:syntax-check / sc_prohibit_paren_brace OK 0.30s
232/313 libvirt:syntax-check / sc_prohibit_int_assign_bool OK 0.79s
233/313 libvirt:syntax-check / sc_prohibit_static_zero_init OK 0.28s
234/313 libvirt:syntax-check / sc_require_enum_last_marker OK 0.67s
235/313 libvirt:syntax-check / sc_prohibit_virXXXFree OK 0.30s
236/313 libvirt:syntax-check / sc_prohibit_obj_free_apis_in_virsh OK 0.22s
237/313 libvirt:syntax-check / sc_prohibit_pthread_create OK 0.26s
238/313 libvirt:syntax-check / sc_gettext_init OK 0.23s
239/313 libvirt:syntax-check / sc_prohibit_int_ijk OK 0.91s
240/313 libvirt:syntax-check / sc_prohibit_verbose_strcat OK 0.29s
241/313 libvirt:syntax-check / sc_forbid_const_pointer_typedef OK 1.41s
242/313 libvirt:syntax-check / sc_prohibit_loop_iijjkk OK 0.96s
243/313 libvirt:syntax-check / sc_libvirt_unmarked_diagnostics OK 0.90s
244/313 libvirt:syntax-check / sc_prohibit_gettext_markup OK 0.79s
245/313 libvirt / virstoragetest OK 2.01s
246/313 libvirt:syntax-check / sc_prohibit_backslash_alignment OK 0.32s
247/313 libvirt:syntax-check / sc_require_locale_h OK 0.54s
248/313 libvirt:syntax-check / sc_prohibit_class OK 0.30s
249/313 libvirt:syntax-check / sc_require_attribute_cleanup_initialization OK 0.32s
250/313 libvirt:syntax-check / sc_prohibit_wrong_filename_in_comment OK 0.67s
251/313 libvirt:syntax-check / sc_prohibit_atoi OK 0.72s
252/313 libvirt:syntax-check / sc_prohibit_dirent_d_type OK 0.32s
253/313 libvirt:syntax-check / sc_require_config_h OK 0.21s
254/313 libvirt:syntax-check / sc_require_config_h_first OK 0.22s
255/313 libvirt:syntax-check / sc_curly_braces_style OK 0.67s
256/313 libvirt:syntax-check / sc_prohibit_assert_without_use OK 0.23s
257/313 libvirt:syntax-check / sc_prohibit_devname OK 0.60s
258/313 libvirt:syntax-check / sc_bindtextdomain OK 0.14s
259/313 libvirt / qemuhotplugtest OK 2.30s
260/313 libvirt:syntax-check / sc_prohibit_getopt_without_use OK 0.26s
261/313 libvirt:syntax-check / sc_prohibit_system_error_with_vir_err OK 0.63s
262/313 libvirt:syntax-check / sc_prohibit_stdio--_without_use OK 0.23s
263/313 libvirt:syntax-check / sc_prohibit_signal_without_use OK 0.25s
264/313 libvirt:syntax-check / sc_prohibit_sysconf_pagesize OK 0.65s
265/313 libvirt:syntax-check / sc_prohibit_backup_files OK 0.20s
266/313 libvirt:syntax-check / sc_prohibit_stddef_without_use OK 0.31s
267/313 libvirt:syntax-check / sc_prohibit_dirent_without_use OK 0.28s
268/313 libvirt:syntax-check / sc_prohibit_not_streq OK 0.65s
269/313 libvirt:syntax-check / sc_prohibit_http_urls OK 0.61s
270/313 libvirt:syntax-check / sc_prohibit_useless_translation OK 1.18s
271/313 libvirt:syntax-check / sc_prohibit_diagnostic_without_format OK 1.20s
272/313 libvirt:syntax-check / sc_prohibit_author OK 0.62s
273/313 libvirt:syntax-check / sc_prohibit_double_semicolon OK 0.22s
274/313 libvirt / qemuxml2xmltest OK 2.40s
275/313 libvirt / qemucapabilitiestest OK 2.55s
276/313 libvirt:syntax-check / sc_prohibit_enum_impl_with_vir_prefix_in_virsh OK 0.10s
277/313 libvirt:syntax-check / sc_error_message_warn_fatal OK 0.53s
278/313 libvirt:syntax-check / sc_prohibit_empty_lines_at_EOF OK 0.33s
279/313 libvirt:syntax-check / sc_po_check OK 0.25s
280/313 libvirt:syntax-check / sc_error_message_period OK 0.53s
281/313 libvirt:syntax-check / sc_prohibit_strncpy OK 0.59s
282/313 libvirt:syntax-check / sc_cast_of_x_alloc_return_value OK 0.61s
283/313 libvirt:syntax-check / sc_prohibit_strcmp OK 0.61s
284/313 libvirt:syntax-check / sc_group-qemu-caps OK 0.19s
285/313 libvirt:syntax-check / sc_prohibit_have_config_h OK 0.54s
286/313 libvirt:syntax-check / sc_cast_of_argument_to_free OK 0.64s
287/313 libvirt:syntax-check / sc_header-ifdef OK 0.29s
288/313 libvirt:syntax-check / sc_prohibit_test_double_equal OK 0.43s
289/313 libvirt:syntax-check / sc_prohibit_defined_have_decl_tests OK 0.54s
290/313 libvirt:syntax-check / sc_unmarked_diagnostics OK 0.60s
291/313 libvirt:syntax-check / sc_require_whitespace_in_translation OK 1.52s
292/313 libvirt:syntax-check / sc_copyright_usage OK 1.50s
293/313 libvirt:syntax-check / sc_prohibit_path_max_allocation OK 0.48s
294/313 libvirt:syntax-check / sc_prohibit_test_minus_ao OK 0.57s
295/313 libvirt:syntax-check / sc_prohibit_magic_number_exit OK 0.85s
296/313 libvirt:syntax-check / sc_redundant_const OK 0.56s
297/313 libvirt:syntax-check / sc_const_long_option OK 0.55s
298/313 libvirt:syntax-check / sc_Wundef_boolean OK 0.53s
299/313 libvirt / virschematest OK 3.16s
300/313 libvirt:syntax-check / sc_trailing_blank OK 0.71s
301/313 libvirt:syntax-check / sc_prohibit-duplicate-header OK 0.62s
302/313 libvirt:syntax-check / sc_prohibit_cross_inclusion OK 1.94s
303/313 libvirt / virshtest OK 3.58s
304/313 libvirt:syntax-check / sc_prohibit_empty_first_line OK 1.79s
305/313 libvirt:syntax-check / sc_mock-noinline OK 1.12s
306/313 libvirt / virsh-output OK 3.53s
307/313 libvirt:syntax-check / sc_prohibit_doubled_word OK 1.91s
308/313 libvirt:syntax-check / sc_flake8 OK 2.89s
309/313 libvirt / virsh-optparse OK 4.12s
310/313 libvirt / qemuxml2argvtest OK 4.67s
311/313 libvirt:syntax-check / sc_spacing-check OK 3.67s
312/313 libvirt / qemuagenttest OK 6.13s
313/313 libvirt / virt-aa-helper-test OK 8.26s
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.05s
2/309 libvirt / check-symfile OK 0.16s
3/309 libvirt / check-admin-symfile OK 0.07s
4/309 libvirt / check-symsorting OK 0.07s
5/309 libvirt / check-admin-symsorting OK 0.05s
6/309 libvirt / check-drivername OK 0.09s
7/309 libvirt / check-admin-drivername OK 0.09s
8/309 libvirt / check-driverimpls OK 0.58s
9/309 libvirt / check-aclrules OK 0.55s
10/309 libvirt / check-augeas-libvirt_lockd OK 0.07s
11/309 libvirt / check-augeas-libvirt_sanlock OK 0.08s
12/309 libvirt / check-augeas-virtlockd OK 0.06s
13/309 libvirt / check-augeas-virtlogd OK 0.05s
14/309 libvirt / check-augeas-libvirtd_lxc OK 0.06s
15/309 libvirt / check-augeas-libvirtd_qemu OK 0.30s
16/309 libvirt / check-augeas-libvirtd OK 0.16s
17/309 libvirt / check-augeas-virtproxyd OK 0.13s
18/309 libvirt / check-augeas-virtinterfaced OK 0.14s
19/309 libvirt / check-augeas-virtnetworkd OK 0.14s
20/309 libvirt / check-augeas-virtnodedevd OK 0.11s
21/309 libvirt / check-augeas-virtnwfilterd OK 0.14s
22/309 libvirt / check-augeas-virtsecretd OK 0.10s
23/309 libvirt / check-augeas-virtstoraged OK 0.15s
24/309 libvirt / check-augeas-virtlxcd OK 0.10s
25/309 libvirt / check-augeas-virtchd OK 0.20s
26/309 libvirt / check-augeas-virtqemud OK 0.14s
27/309 libvirt / check-augeas-virtvboxd OK 0.14s
28/309 libvirt / check-virnetprotocol OK 0.09s
29/309 libvirt / check-virkeepaliveprotocol OK 0.11s
30/309 libvirt / check-remote_protocol OK 0.15s
31/309 libvirt / check-qemu_protocol OK 0.08s
32/309 libvirt / check-lxc_protocol OK 0.10s
33/309 libvirt / check-admin_protocol OK 0.08s
34/309 libvirt / check-lock_protocol OK 0.10s
35/309 libvirt / check-lxc_monitor_protocol OK 0.16s
36/309 libvirt / commandtest OK 0.52s
37/309 libvirt / cputest OK 1.80s
38/309 libvirt / domaincapstest OK 0.61s
39/309 libvirt / domainconftest OK 0.18s
40/309 libvirt / genericxml2xmltest OK 0.28s
41/309 libvirt / interfacexml2xmltest OK 0.11s
42/309 libvirt / metadatatest OK 0.15s
43/309 libvirt / networkxml2xmlupdatetest OK 0.19s
44/309 libvirt / nodedevxml2xmltest OK 0.13s
45/309 libvirt / nwfilterxml2xmltest OK 0.17s
46/309 libvirt / objecteventtest OK 0.18s
47/309 libvirt / seclabeltest OK 0.15s
48/309 libvirt / secretxml2xmltest OK 0.17s
49/309 libvirt / shunloadtest OK 0.19s
50/309 libvirt / sockettest OK 0.14s
51/309 libvirt / storagevolxml2xmltest OK 0.11s
52/309 libvirt / sysinfotest OK 0.20s
53/309 libvirt / utiltest OK 0.16s
54/309 libvirt / viralloctest OK 0.24s
55/309 libvirt / virauthconfigtest OK 0.17s
56/309 libvirt / virbitmaptest OK 0.14s
57/309 libvirt / virbuftest OK 0.21s
58/309 libvirt / vircapstest OK 0.13s
59/309 libvirt / vircgrouptest OK 0.20s
60/309 libvirt / virconftest OK 0.20s
61/309 libvirt / vircryptotest OK 0.17s
62/309 libvirt / virendiantest OK 0.18s
63/309 libvirt / virerrortest OK 0.13s
64/309 libvirt / virfilecachetest OK 0.16s
65/309 libvirt / virfiletest OK 0.42s
66/309 libvirt / virfirewalltest OK 0.13s
67/309 libvirt / virhostcputest OK 0.17s
68/309 libvirt / virhostdevtest OK 0.28s
69/309 libvirt / viridentitytest OK 0.16s
70/309 libvirt / viriscsitest OK 0.11s
71/309 libvirt / virkeycodetest OK 0.13s
72/309 libvirt / virkmodtest OK 0.09s
73/309 libvirt / virlockspacetest OK 0.09s
74/309 libvirt / virlogtest OK 0.15s
75/309 libvirt / virnetdevtest OK 0.12s
76/309 libvirt / virnetworkportxml2xmltest OK 0.16s
77/309 libvirt / virnwfilterbindingxml2xmltest OK 0.13s
78/309 libvirt / virpcitest OK 0.14s
79/309 libvirt / virportallocatortest OK 0.21s
80/309 libvirt / virrotatingfiletest OK 0.10s
81/309 libvirt / virschematest OK 3.41s
82/309 libvirt / virshtest OK 2.88s
83/309 libvirt / virstringtest OK 0.10s
84/309 libvirt / virsystemdtest OK 0.09s
85/309 libvirt / virtimetest OK 0.16s
86/309 libvirt / virtypedparamtest OK 0.09s
87/309 libvirt / viruritest OK 0.15s
88/309 libvirt / virpcivpdtest OK 0.10s
89/309 libvirt / vshtabletest OK 0.09s
90/309 libvirt / virmigtest OK 0.08s
91/309 libvirt / fchosttest OK 0.15s
92/309 libvirt / scsihosttest OK 0.09s
93/309 libvirt / vircaps2xmltest OK 0.17s
94/309 libvirt / virnetdevbandwidthtest OK 0.12s
95/309 libvirt / virresctrltest OK 0.09s
96/309 libvirt / virscsitest OK 0.12s
97/309 libvirt / virusbtest OK 0.13s
98/309 libvirt / virnetdevopenvswitchtest OK 0.15s
99/309 libvirt / esxutilstest OK 0.20s
100/309 libvirt / eventtest OK 0.56s
101/309 libvirt / fdstreamtest OK 0.15s
102/309 libvirt / virdriverconnvalidatetest OK 0.10s
103/309 libvirt / virdrivermoduletest OK 0.16s
104/309 libvirt / lxcconf2xmltest OK 0.14s
105/309 libvirt / lxcxml2xmltest OK 0.13s
106/309 libvirt / networkxml2conftest OK 0.17s
107/309 libvirt / networkxml2firewalltest OK 0.16s
108/309 libvirt / networkxml2xmltest OK 0.12s
109/309 libvirt / nodedevmdevctltest OK 0.16s
110/309 libvirt / nsstest OK 0.13s
111/309 libvirt / nssguesttest OK 0.14s
112/309 libvirt / nwfilterebiptablestest OK 0.13s
113/309 libvirt / nwfilterxml2firewalltest OK 0.18s
114/309 libvirt / openvzutilstest OK 0.11s
115/309 libvirt / virpolkittest OK 0.11s
116/309 libvirt / qemuagenttest OK 6.17s
117/309 libvirt / qemublocktest OK 0.40s
118/309 libvirt / qemucapabilitiestest OK 2.89s
119/309 libvirt / qemucaps2xmltest OK 0.21s
120/309 libvirt / qemucommandutiltest OK 0.12s
121/309 libvirt / qemudomaincheckpointxml2xmltest OK 0.39s
122/309 libvirt / qemudomainsnapshotxml2xmltest OK 0.18s
123/309 libvirt / qemufirmwaretest OK 0.10s
124/309 libvirt / qemuhotplugtest OK 1.39s
125/309 libvirt / qemumemlocktest OK 0.14s
126/309 libvirt / qemumigparamstest OK 0.24s
127/309 libvirt / qemumigrationcookiexmltest OK 0.24s
128/309 libvirt / qemumonitorjsontest OK 0.53s
129/309 libvirt / qemusecuritytest OK 1.88s
130/309 libvirt / qemustatusxml2xmltest OK 0.15s
131/309 libvirt / qemuvhostusertest OK 0.15s
132/309 libvirt / qemuxml2argvtest OK 4.55s
133/309 libvirt / qemuxml2xmltest OK 2.68s
134/309 libvirt / virnetdaemontest OK 0.19s
135/309 libvirt / virnetmessagetest OK 0.14s
136/309 libvirt / virnetserverclienttest OK 0.13s
137/309 libvirt / virnetsockettest OK 0.19s
138/309 libvirt / virnettlscontexttest OK 0.62s
139/309 libvirt / virnettlssessiontest OK 1.24s
140/309 libvirt / securityselinuxtest OK 0.16s
141/309 libvirt / securityselinuxlabeltest OK 0.15s
142/309 libvirt / storagepoolcapstest OK 0.11s
143/309 libvirt / storagepoolxml2argvtest OK 0.13s
144/309 libvirt / storagepoolxml2xmltest OK 0.15s
145/309 libvirt / storagevolxml2argvtest OK 0.14s
146/309 libvirt / virstorageutiltest OK 0.20s
147/309 libvirt / virstoragetest OK 0.38s
148/309 libvirt / storagebackendsheepdogtest OK 0.16s
149/309 libvirt / vboxsnapshotxmltest OK 0.13s
150/309 libvirt / vmwarevertest OK 0.12s
151/309 libvirt / vmx2xmltest OK 0.23s
152/309 libvirt / xml2vmxtest OK 0.10s
153/309 libvirt / virjsontest OK 0.11s
154/309 libvirt / virmacmaptest OK 0.15s
155/309 libvirt / libvirtd-fail OK 0.15s
156/309 libvirt / libvirtd-pool OK 0.14s
157/309 libvirt / virsh-auth OK 0.23s
158/309 libvirt / virsh-checkpoint OK 0.41s
159/309 libvirt / virsh-cpuset OK 0.20s
160/309 libvirt / virsh-define-dev-segfault OK 0.19s
161/309 libvirt / virsh-int-overflow OK 0.16s
162/309 libvirt / virsh-optparse OK 3.28s
163/309 libvirt / virsh-output OK 2.81s
164/309 libvirt / virsh-read-bufsiz OK 0.27s
165/309 libvirt / virsh-read-non-seekable OK 0.22s
166/309 libvirt / virsh-schedinfo OK 0.13s
167/309 libvirt / virsh-self-test OK 0.11s
168/309 libvirt / virsh-snapshot OK 0.40s
169/309 libvirt / virsh-start OK 0.15s
170/309 libvirt / virsh-undefine OK 0.31s
171/309 libvirt / virsh-uriprecedence OK 0.50s
172/309 libvirt / virsh-vcpupin OK 0.58s
173/309 libvirt / virt-admin-self-test OK 0.14s
174/309 libvirt / virt-aa-helper-test OK 4.04s
175/309 libvirt / check-html OK 0.15s
176/309 libvirt:syntax-check / sc_avoid_write OK 0.28s
177/309 libvirt:syntax-check / sc_flags_debug OK 1.25s
178/309 libvirt:syntax-check / sc_flags_usage OK 1.30s
179/309 libvirt:syntax-check / sc_prohibit_internal_functions OK 0.79s
180/309 libvirt:syntax-check / sc_prohibit_raw_virclassnew OK 0.56s
181/309 libvirt:syntax-check / sc_prohibit_raw_allocation OK 0.66s
182/309 libvirt:syntax-check / sc_prohibit_close OK 1.34s
183/309 libvirt:syntax-check / sc_prohibit_fork_wrappers OK 0.82s
184/309 libvirt:syntax-check / sc_prohibit_mkstemp OK 0.21s
185/309 libvirt:syntax-check / sc_prohibit_mkdtemp OK 0.25s
186/309 libvirt:syntax-check / sc_prohibit_access_xok OK 0.20s
187/309 libvirt:syntax-check / sc_prohibit_strncmp OK 0.83s
188/309 libvirt:syntax-check / sc_prohibit_strtol OK 1.43s
189/309 libvirt:syntax-check / sc_prohibit_asprintf OK 1.38s
190/309 libvirt:syntax-check / sc_prohobit_vsnprintf OK 0.18s
191/309 libvirt:syntax-check / sc_prohibit_strdup OK 0.80s
192/309 libvirt:syntax-check / sc_prohibit_setuid OK 0.85s
193/309 libvirt:syntax-check / sc_prohibit_risky_id_promotion OK 0.85s
194/309 libvirt:syntax-check / sc_prohibit_sprintf OK 0.25s
195/309 libvirt:syntax-check / sc_prohibit_snprintf OK 0.84s
196/309 libvirt:syntax-check / sc_prohibit_readlink OK 0.79s
197/309 libvirt:syntax-check / sc_prohibit_gethostname OK 0.84s
198/309 libvirt:syntax-check / sc_prohibit_readdir OK 0.87s
199/309 libvirt:syntax-check / sc_prohibit_gettext_noop OK 0.76s
200/309 libvirt:syntax-check / sc_prohibit_PATH_MAX OK 0.70s
201/309 libvirt:syntax-check / sc_prohibit_nonreentrant OK 0.29s
202/309 libvirt:syntax-check / sc_prohibit_select OK 0.79s
203/309 libvirt:syntax-check / sc_prohibit_ctype_h OK 0.73s
204/309 libvirt:syntax-check / sc_prohibit_canonicalize_file_name OK 0.75s
205/309 libvirt:syntax-check / sc_correct_id_types OK 0.84s
206/309 libvirt:syntax-check / sc_forbid_const_pointer_typedef OK 1.41s
207/309 libvirt:syntax-check / sc_size_of_brackets OK 0.79s
208/309 libvirt:syntax-check / sc_TAB_in_indentation OK 0.19s
209/309 libvirt:syntax-check / sc_avoid_ctype_macros OK 0.29s
210/309 libvirt:syntax-check / sc_avoid_strcase OK 0.80s
211/309 libvirt:syntax-check / sc_prohibit_virBufferAdd_with_string_literal OK 0.79s
212/309 libvirt:syntax-check / sc_prohibit_virBufferAsprintf_with_string_literal OK 0.73s
213/309 libvirt:syntax-check / sc_forbid_manual_xml_indent OK 0.73s
214/309 libvirt:syntax-check / sc_prohibit_libgen OK 0.92s
215/309 libvirt:syntax-check / sc_prohibit_xmlGetProp OK 0.74s
216/309 libvirt:syntax-check / sc_prohibit_xmlURI OK 0.75s
217/309 libvirt:syntax-check / sc_prohibit_return_as_function OK 0.75s
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.23s
221/309 libvirt:syntax-check / sc_prohibit_int_index OK 0.65s
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.23s
225/309 libvirt:syntax-check / sc_prohibit_int_assign_bool OK 0.81s
226/309 libvirt:syntax-check / sc_prohibit_unsigned_pid OK 0.64s
227/309 libvirt:syntax-check / sc_libvirt_unmarked_diagnostics OK 0.80s
228/309 libvirt:syntax-check / sc_prohibit_newline_at_end_of_diagnostic OK 0.65s
229/309 libvirt:syntax-check / sc_prohibit_diagnostic_without_format OK 1.25s
230/309 libvirt:syntax-check / sc_prohibit_useless_translation OK 1.16s
231/309 libvirt:syntax-check / sc_require_whitespace_in_translation OK 1.43s
232/309 libvirt:syntax-check / sc_preprocessor_indentation OK 0.03s
233/309 libvirt:syntax-check / sc_spec_indentation OK 0.04s
234/309 libvirt:syntax-check / sc_copyright_usage OK 1.43s
235/309 libvirt:syntax-check / sc_prohibit_gettext_markup OK 0.67s
236/309 libvirt:syntax-check / sc_prohibit_cross_inclusion OK 1.72s
237/309 libvirt:syntax-check / sc_require_enum_last_marker OK 0.55s
238/309 libvirt:syntax-check / sc_flake8 OK 2.52s
239/309 libvirt:syntax-check / sc_prohibit_exit_in_tests OK 0.19s
240/309 libvirt:syntax-check / sc_prohibit_include_public_headers_quote OK 0.19s
241/309 libvirt:syntax-check / sc_prohibit_include_public_headers_brackets OK 0.19s
242/309 libvirt:syntax-check / sc_prohibit_config_h_in_headers OK 0.13s
243/309 libvirt:syntax-check / sc_prohibit_unbounded_arrays_in_rpc OK 0.14s
244/309 libvirt:syntax-check / sc_prohibit_atoi OK 0.66s
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.17s
247/309 libvirt:syntax-check / sc_require_space_before_label OK 0.21s
248/309 libvirt:syntax-check / sc_prohibit_space_in_label OK 0.26s
249/309 libvirt:syntax-check / sc_require_if_else_matching_braces OK 0.25s
250/309 libvirt:syntax-check / sc_curly_braces_style OK 0.67s
251/309 libvirt:syntax-check / sc_prohibit_windows_special_chars_in_filename OK 0.09s
252/309 libvirt:syntax-check / sc_prohibit_mixed_case_abbreviations OK 0.26s
253/309 libvirt:syntax-check / sc_require_locale_h OK 0.57s
254/309 libvirt:syntax-check / sc_prohibit_empty_first_line OK 0.98s
255/309 libvirt:syntax-check / sc_prohibit_paren_brace OK 0.26s
256/309 libvirt:syntax-check / sc_prohibit_static_zero_init OK 0.23s
257/309 libvirt:syntax-check / sc_prohibit_devname OK 0.63s
258/309 libvirt:syntax-check / sc_prohibit_system_error_with_vir_err OK 0.63s
259/309 libvirt:syntax-check / sc_prohibit_virXXXFree OK 0.21s
260/309 libvirt:syntax-check / sc_prohibit_sysconf_pagesize OK 0.63s
261/309 libvirt:syntax-check / sc_prohibit_virSecurityManager OK 0.15s
262/309 libvirt:syntax-check / sc_prohibit_pthread_create OK 0.23s
263/309 libvirt:syntax-check / sc_prohibit_not_streq OK 0.65s
264/309 libvirt:syntax-check / sc_prohibit_verbose_strcat OK 0.24s
265/309 libvirt:syntax-check / sc_gettext_init OK 0.19s
266/309 libvirt:syntax-check / sc_prohibit_obj_free_apis_in_virsh OK 0.13s
267/309 libvirt:syntax-check / sc_prohibit_http_urls OK 0.59s
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.24s
271/309 libvirt:syntax-check / sc_prohibit_class OK 0.23s
272/309 libvirt:syntax-check / sc_prohibit_dirent_d_type OK 0.24s
273/309 libvirt:syntax-check / sc_cast_of_argument_to_free OK 0.74s
274/309 libvirt:syntax-check / sc_cast_of_x_alloc_return_value OK 0.65s
275/309 libvirt:syntax-check / sc_prohibit_strcmp OK 0.65s
276/309 libvirt:syntax-check / sc_prohibit_strncpy OK 0.64s
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.63s
279/309 libvirt:syntax-check / sc_error_message_period OK 0.60s
280/309 libvirt:syntax-check / sc_prohibit_have_config_h OK 0.64s
281/309 libvirt:syntax-check / sc_require_config_h OK 0.20s
282/309 libvirt:syntax-check / sc_require_config_h_first OK 0.13s
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.24s
285/309 libvirt:syntax-check / sc_prohibit_signal_without_use OK 0.24s
286/309 libvirt:syntax-check / sc_prohibit_stdio--_without_use OK 0.23s
287/309 libvirt:syntax-check / sc_prohibit_stddef_without_use OK 0.25s
288/309 libvirt:syntax-check / sc_prohibit_dirent_without_use OK 0.21s
289/309 libvirt:syntax-check / sc_bindtextdomain OK 0.11s
290/309 libvirt:syntax-check / sc_trailing_blank OK 0.70s
291/309 libvirt:syntax-check / sc_unmarked_diagnostics OK 0.60s
292/309 libvirt:syntax-check / sc_prohibit_defined_have_decl_tests OK 0.60s
293/309 libvirt:syntax-check / sc_prohibit_backup_files OK 0.09s
294/309 libvirt:syntax-check / sc_prohibit_empty_lines_at_EOF OK 0.44s
295/309 libvirt:syntax-check / sc_prohibit_doubled_word OK 1.78s
296/309 libvirt:syntax-check / sc_prohibit_double_semicolon OK 0.24s
297/309 libvirt:syntax-check / sc_prohibit_test_minus_ao OK 0.60s
298/309 libvirt:syntax-check / sc_prohibit_test_double_equal OK 0.54s
299/309 libvirt:syntax-check / sc_redundant_const OK 0.59s
300/309 libvirt:syntax-check / sc_const_long_option OK 0.59s
301/309 libvirt:syntax-check / sc_po_check OK 0.34s
302/309 libvirt:syntax-check / sc_Wundef_boolean OK 0.60s
303/309 libvirt:syntax-check / sc_prohibit_path_max_allocation OK 0.54s
304/309 libvirt:syntax-check / sc_prohibit-duplicate-header OK 0.73s
305/309 libvirt:syntax-check / sc_spacing-check OK 3.54s
306/309 libvirt:syntax-check / sc_mock-noinline OK 1.08s
307/309 libvirt:syntax-check / sc_header-ifdef OK 0.28s
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.05s
2/313 libvirt / check-symfile OK 0.16s
3/313 libvirt / check-admin-symfile OK 0.08s
4/313 libvirt / check-symsorting OK 0.07s
5/313 libvirt / check-admin-symsorting OK 0.04s
6/313 libvirt / check-drivername OK 0.08s
7/313 libvirt / check-admin-drivername OK 0.05s
8/313 libvirt / check-driverimpls OK 0.56s
9/313 libvirt / check-aclrules OK 0.51s
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.04s
14/313 libvirt / check-augeas-libvirtd_libxl OK 0.05s
15/313 libvirt / check-augeas-libvirtd_lxc OK 0.08s
16/313 libvirt / check-augeas-libvirtd_qemu OK 0.31s
17/313 libvirt / check-augeas-libvirtd OK 0.20s
18/313 libvirt / check-augeas-virtproxyd OK 0.22s
19/313 libvirt / check-augeas-virtinterfaced OK 0.14s
20/313 libvirt / check-augeas-virtnetworkd OK 0.09s
21/313 libvirt / check-augeas-virtnodedevd OK 0.12s
22/313 libvirt / check-augeas-virtnwfilterd OK 0.14s
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.14s
27/313 libvirt / check-augeas-virtchd OK 0.18s
28/313 libvirt / check-augeas-virtqemud OK 0.16s
29/313 libvirt / check-augeas-virtvboxd OK 0.11s
30/313 libvirt / check-virnetprotocol OK 0.11s
31/313 libvirt / check-virkeepaliveprotocol OK 0.08s
32/313 libvirt / check-remote_protocol OK 0.21s
33/313 libvirt / check-qemu_protocol OK 0.19s
34/313 libvirt / check-lxc_protocol OK 0.16s
35/313 libvirt / check-admin_protocol OK 0.16s
36/313 libvirt / check-lock_protocol OK 0.15s
37/313 libvirt / check-lxc_monitor_protocol OK 0.13s
38/313 libvirt / commandtest OK 0.51s
39/313 libvirt / cputest OK 1.60s
40/313 libvirt / domaincapstest OK 0.68s
41/313 libvirt / domainconftest OK 0.14s
42/313 libvirt / genericxml2xmltest OK 0.31s
43/313 libvirt / interfacexml2xmltest OK 0.17s
44/313 libvirt / metadatatest OK 0.16s
45/313 libvirt / networkxml2xmlupdatetest OK 0.12s
46/313 libvirt / nodedevxml2xmltest OK 0.20s
47/313 libvirt / nwfilterxml2xmltest OK 0.16s
48/313 libvirt / objecteventtest OK 0.18s
49/313 libvirt / seclabeltest OK 0.14s
50/313 libvirt / secretxml2xmltest OK 0.17s
51/313 libvirt / shunloadtest OK 0.16s
52/313 libvirt / sockettest OK 0.20s
53/313 libvirt / storagevolxml2xmltest OK 0.12s
54/313 libvirt / sysinfotest OK 0.17s
55/313 libvirt / utiltest OK 0.18s
56/313 libvirt / viralloctest OK 0.14s
57/313 libvirt / virauthconfigtest OK 0.14s
58/313 libvirt / virbitmaptest OK 0.21s
59/313 libvirt / virbuftest OK 0.14s
60/313 libvirt / vircapstest OK 0.15s
61/313 libvirt / vircgrouptest OK 0.15s
62/313 libvirt / virconftest OK 0.13s
63/313 libvirt / vircryptotest OK 0.12s
64/313 libvirt / virendiantest OK 0.08s
65/313 libvirt / virerrortest OK 0.15s
66/313 libvirt / virfilecachetest OK 0.16s
67/313 libvirt / virfiletest OK 0.28s
68/313 libvirt / virfirewalltest OK 0.14s
69/313 libvirt / virhostcputest OK 0.13s
70/313 libvirt / virhostdevtest OK 0.17s
71/313 libvirt / viridentitytest OK 0.18s
72/313 libvirt / viriscsitest OK 0.14s
73/313 libvirt / virkeycodetest OK 0.14s
74/313 libvirt / virkmodtest OK 0.15s
75/313 libvirt / virlockspacetest OK 0.07s
76/313 libvirt / virlogtest OK 0.07s
77/313 libvirt / virnetdevtest OK 0.13s
78/313 libvirt / virnetworkportxml2xmltest OK 0.16s
79/313 libvirt / virnwfilterbindingxml2xmltest OK 0.08s
80/313 libvirt / virpcitest OK 0.13s
81/313 libvirt / virportallocatortest OK 0.21s
82/313 libvirt / virrotatingfiletest OK 0.12s
83/313 libvirt / virschematest OK 3.29s
84/313 libvirt / virshtest OK 2.69s
85/313 libvirt / virstringtest OK 0.12s
86/313 libvirt / virsystemdtest OK 0.11s
87/313 libvirt / virtimetest OK 0.07s
88/313 libvirt / virtypedparamtest OK 0.11s
89/313 libvirt / viruritest OK 0.11s
90/313 libvirt / virpcivpdtest OK 0.09s
91/313 libvirt / vshtabletest OK 0.15s
92/313 libvirt / virmigtest OK 0.08s
93/313 libvirt / fchosttest OK 0.10s
94/313 libvirt / scsihosttest OK 0.16s
95/313 libvirt / vircaps2xmltest OK 0.17s
96/313 libvirt / virnetdevbandwidthtest OK 0.14s
97/313 libvirt / virresctrltest OK 0.18s
98/313 libvirt / virscsitest OK 0.13s
99/313 libvirt / virusbtest OK 0.10s
100/313 libvirt / virnetdevopenvswitchtest OK 0.12s
101/313 libvirt / esxutilstest OK 0.10s
102/313 libvirt / eventtest OK 0.53s
103/313 libvirt / fdstreamtest OK 0.17s
104/313 libvirt / virdriverconnvalidatetest OK 0.14s
105/313 libvirt / virdrivermoduletest OK 0.14s
106/313 libvirt / libxlxml2domconfigtest OK 0.21s
107/313 libvirt / xlconfigtest OK 0.22s
108/313 libvirt / xmconfigtest OK 0.15s
109/313 libvirt / lxcconf2xmltest OK 0.09s
110/313 libvirt / lxcxml2xmltest OK 0.07s
111/313 libvirt / networkxml2conftest OK 0.13s
112/313 libvirt / networkxml2firewalltest OK 0.14s
113/313 libvirt / networkxml2xmltest OK 0.11s
114/313 libvirt / nodedevmdevctltest OK 0.10s
115/313 libvirt / nsstest OK 0.11s
116/313 libvirt / nssguesttest OK 0.11s
117/313 libvirt / nwfilterebiptablestest OK 0.18s
118/313 libvirt / nwfilterxml2firewalltest OK 0.18s
119/313 libvirt / openvzutilstest OK 0.14s
120/313 libvirt / virpolkittest OK 0.18s
121/313 libvirt / qemuagenttest OK 6.22s
122/313 libvirt / qemublocktest OK 0.35s
123/313 libvirt / qemucapabilitiestest OK 2.82s
124/313 libvirt / qemucaps2xmltest OK 0.24s
125/313 libvirt / qemucommandutiltest OK 0.18s
126/313 libvirt / qemudomaincheckpointxml2xmltest OK 0.36s
127/313 libvirt / qemudomainsnapshotxml2xmltest OK 0.16s
128/313 libvirt / qemufirmwaretest OK 0.14s
129/313 libvirt / qemuhotplugtest OK 2.65s
130/313 libvirt / qemumemlocktest OK 0.16s
131/313 libvirt / qemumigparamstest OK 0.14s
132/313 libvirt / qemumigrationcookiexmltest OK 0.19s
133/313 libvirt / qemumonitorjsontest OK 0.41s
134/313 libvirt / qemusecuritytest OK 1.86s
135/313 libvirt / qemustatusxml2xmltest OK 0.22s
136/313 libvirt / qemuvhostusertest OK 0.10s
137/313 libvirt / qemuxml2argvtest OK 4.51s
138/313 libvirt / qemuxml2xmltest OK 2.71s
139/313 libvirt / virnetdaemontest OK 0.11s
140/313 libvirt / virnetmessagetest OK 0.10s
141/313 libvirt / virnetserverclienttest OK 0.19s
142/313 libvirt / virnetsockettest OK 0.23s
143/313 libvirt / virnettlscontexttest OK 0.36s
144/313 libvirt / virnettlssessiontest OK 3.25s
145/313 libvirt / securityselinuxtest OK 0.08s
146/313 libvirt / securityselinuxlabeltest OK 0.14s
147/313 libvirt / storagepoolcapstest OK 0.06s
148/313 libvirt / storagepoolxml2argvtest OK 0.14s
149/313 libvirt / storagepoolxml2xmltest OK 0.19s
150/313 libvirt / storagevolxml2argvtest OK 0.11s
151/313 libvirt / virstorageutiltest OK 0.13s
152/313 libvirt / virstoragetest OK 1.14s
153/313 libvirt / vboxsnapshotxmltest OK 0.14s
154/313 libvirt / vmwarevertest OK 0.12s
155/313 libvirt / vmx2xmltest OK 0.13s
156/313 libvirt / xml2vmxtest OK 0.08s
157/313 libvirt / virjsontest OK 0.10s
158/313 libvirt / virmacmaptest OK 0.11s
159/313 libvirt / libvirtd-fail OK 0.15s
160/313 libvirt / libvirtd-pool OK 0.19s
161/313 libvirt / virsh-auth OK 0.18s
162/313 libvirt / virsh-checkpoint OK 0.61s
163/313 libvirt / virsh-cpuset OK 0.18s
164/313 libvirt / virsh-define-dev-segfault OK 0.07s
165/313 libvirt / virsh-int-overflow OK 0.18s
166/313 libvirt / virsh-optparse OK 3.93s
167/313 libvirt / virsh-output OK 2.59s
168/313 libvirt / virsh-read-bufsiz OK 0.23s
169/313 libvirt / virsh-read-non-seekable OK 0.12s
170/313 libvirt / virsh-schedinfo OK 0.12s
171/313 libvirt / virsh-self-test OK 0.12s
172/313 libvirt / virsh-snapshot OK 0.43s
173/313 libvirt / virsh-start OK 0.17s
174/313 libvirt / virsh-undefine OK 0.24s
175/313 libvirt / virsh-uriprecedence OK 0.36s
176/313 libvirt / virsh-vcpupin OK 0.55s
177/313 libvirt / virt-admin-self-test OK 0.14s
178/313 libvirt / virt-aa-helper-test OK 4.54s
179/313 libvirt / check-html OK 0.14s
180/313 libvirt:syntax-check / sc_avoid_write OK 0.18s
181/313 libvirt:syntax-check / sc_flags_debug OK 1.25s
182/313 libvirt:syntax-check / sc_flags_usage OK 1.27s
183/313 libvirt:syntax-check / sc_prohibit_internal_functions OK 0.87s
184/313 libvirt:syntax-check / sc_prohibit_raw_virclassnew OK 0.62s
185/313 libvirt:syntax-check / sc_prohibit_raw_allocation OK 0.82s
186/313 libvirt:syntax-check / sc_prohibit_close OK 1.35s
187/313 libvirt:syntax-check / sc_prohibit_fork_wrappers OK 0.78s
188/313 libvirt:syntax-check / sc_prohibit_mkstemp OK 0.27s
189/313 libvirt:syntax-check / sc_prohibit_mkdtemp OK 0.22s
190/313 libvirt:syntax-check / sc_prohibit_access_xok OK 0.25s
191/313 libvirt:syntax-check / sc_prohibit_strncmp OK 0.79s
192/313 libvirt:syntax-check / sc_prohibit_strtol OK 1.34s
193/313 libvirt:syntax-check / sc_prohibit_asprintf OK 1.22s
194/313 libvirt:syntax-check / sc_prohobit_vsnprintf OK 0.25s
195/313 libvirt:syntax-check / sc_prohibit_strdup OK 0.86s
196/313 libvirt:syntax-check / sc_prohibit_setuid OK 0.85s
197/313 libvirt:syntax-check / sc_prohibit_risky_id_promotion OK 0.80s
198/313 libvirt:syntax-check / sc_prohibit_sprintf OK 0.23s
199/313 libvirt:syntax-check / sc_prohibit_snprintf OK 0.71s
200/313 libvirt:syntax-check / sc_prohibit_readlink OK 0.78s
201/313 libvirt:syntax-check / sc_prohibit_gethostname OK 0.77s
202/313 libvirt:syntax-check / sc_prohibit_readdir OK 0.83s
203/313 libvirt:syntax-check / sc_prohibit_gettext_noop OK 0.85s
204/313 libvirt:syntax-check / sc_prohibit_PATH_MAX OK 0.73s
205/313 libvirt:syntax-check / sc_prohibit_nonreentrant OK 0.37s
206/313 libvirt:syntax-check / sc_prohibit_select OK 0.83s
207/313 libvirt:syntax-check / sc_prohibit_ctype_h OK 0.83s
208/313 libvirt:syntax-check / sc_prohibit_canonicalize_file_name OK 0.81s
209/313 libvirt:syntax-check / sc_correct_id_types OK 0.86s
210/313 libvirt:syntax-check / sc_forbid_const_pointer_typedef OK 1.41s
211/313 libvirt:syntax-check / sc_size_of_brackets OK 0.73s
212/313 libvirt:syntax-check / sc_TAB_in_indentation OK 0.18s
213/313 libvirt:syntax-check / sc_avoid_ctype_macros OK 0.29s
214/313 libvirt:syntax-check / sc_avoid_strcase OK 0.78s
215/313 libvirt:syntax-check / sc_prohibit_virBufferAdd_with_string_literal OK 0.73s
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.73s
218/313 libvirt:syntax-check / sc_prohibit_libgen OK 0.89s
219/313 libvirt:syntax-check / sc_prohibit_xmlGetProp OK 0.69s
220/313 libvirt:syntax-check / sc_prohibit_xmlURI OK 0.70s
221/313 libvirt:syntax-check / sc_prohibit_return_as_function OK 0.68s
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.20s
224/313 libvirt:syntax-check / sc_prohibit_non_glib_macros OK 0.23s
225/313 libvirt:syntax-check / sc_prohibit_int_index OK 0.65s
226/313 libvirt:syntax-check / sc_prohibit_int_ijk OK 0.85s
227/313 libvirt:syntax-check / sc_prohibit_loop_iijjkk OK 0.84s
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.74s
230/313 libvirt:syntax-check / sc_prohibit_unsigned_pid OK 0.64s
231/313 libvirt:syntax-check / sc_libvirt_unmarked_diagnostics OK 0.82s
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.35s
234/313 libvirt:syntax-check / sc_prohibit_useless_translation OK 1.15s
235/313 libvirt:syntax-check / sc_require_whitespace_in_translation OK 1.56s
236/313 libvirt:syntax-check / sc_preprocessor_indentation OK 0.05s
237/313 libvirt:syntax-check / sc_spec_indentation OK 0.04s
238/313 libvirt:syntax-check / sc_copyright_usage OK 1.46s
239/313 libvirt:syntax-check / sc_prohibit_gettext_markup OK 0.61s
240/313 libvirt:syntax-check / sc_prohibit_cross_inclusion OK 1.78s
241/313 libvirt:syntax-check / sc_require_enum_last_marker OK 0.57s
242/313 libvirt:syntax-check / sc_flake8 OK 2.51s
243/313 libvirt:syntax-check / sc_prohibit_exit_in_tests OK 0.15s
244/313 libvirt:syntax-check / sc_prohibit_include_public_headers_quote OK 0.19s
245/313 libvirt:syntax-check / sc_prohibit_include_public_headers_brackets OK 0.24s
246/313 libvirt:syntax-check / sc_prohibit_config_h_in_headers OK 0.13s
247/313 libvirt:syntax-check / sc_prohibit_unbounded_arrays_in_rpc OK 0.13s
248/313 libvirt:syntax-check / sc_prohibit_atoi OK 0.65s
249/313 libvirt:syntax-check / sc_prohibit_wrong_filename_in_comment OK 0.34s
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.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.65s
255/313 libvirt:syntax-check / sc_prohibit_windows_special_chars_in_filename OK 0.13s
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.23s
261/313 libvirt:syntax-check / sc_prohibit_devname OK 0.59s
262/313 libvirt:syntax-check / sc_prohibit_system_error_with_vir_err OK 0.59s
263/313 libvirt:syntax-check / sc_prohibit_virXXXFree OK 0.23s
264/313 libvirt:syntax-check / sc_prohibit_sysconf_pagesize OK 0.59s
265/313 libvirt:syntax-check / sc_prohibit_virSecurityManager OK 0.13s
266/313 libvirt:syntax-check / sc_prohibit_pthread_create OK 0.23s
267/313 libvirt:syntax-check / sc_prohibit_not_streq OK 0.60s
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.13s
271/313 libvirt:syntax-check / sc_prohibit_http_urls OK 0.60s
272/313 libvirt:syntax-check / sc_prohibit_author OK 0.68s
273/313 libvirt:syntax-check / sc_prohibit_backslash_alignment OK 0.18s
274/313 libvirt:syntax-check / sc_require_attribute_cleanup_initialization OK 0.24s
275/313 libvirt:syntax-check / sc_prohibit_class OK 0.23s
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.64s
279/313 libvirt:syntax-check / sc_prohibit_strcmp OK 0.68s
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.70s
283/313 libvirt:syntax-check / sc_error_message_period OK 0.64s
284/313 libvirt:syntax-check / sc_prohibit_have_config_h OK 0.59s
285/313 libvirt:syntax-check / sc_require_config_h OK 0.13s
286/313 libvirt:syntax-check / sc_require_config_h_first OK 0.20s
287/313 libvirt:syntax-check / sc_prohibit_assert_without_use OK 0.19s
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.19s
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.20s
293/313 libvirt:syntax-check / sc_bindtextdomain OK 0.10s
294/313 libvirt:syntax-check / sc_trailing_blank OK 0.75s
295/313 libvirt:syntax-check / sc_unmarked_diagnostics OK 0.60s
296/313 libvirt:syntax-check / sc_prohibit_defined_have_decl_tests OK 0.59s
297/313 libvirt:syntax-check / sc_prohibit_backup_files OK 0.09s
298/313 libvirt:syntax-check / sc_prohibit_empty_lines_at_EOF OK 0.39s
299/313 libvirt:syntax-check / sc_prohibit_doubled_word OK 1.90s
300/313 libvirt:syntax-check / sc_prohibit_double_semicolon OK 0.23s
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.50s
303/313 libvirt:syntax-check / sc_redundant_const OK 0.59s
304/313 libvirt:syntax-check / sc_const_long_option OK 0.55s
305/313 libvirt:syntax-check / sc_po_check OK 0.29s
306/313 libvirt:syntax-check / sc_Wundef_boolean OK 0.59s
307/313 libvirt:syntax-check / sc_prohibit_path_max_allocation OK 0.55s
308/313 libvirt:syntax-check / sc_prohibit-duplicate-header OK 0.63s
309/313 libvirt:syntax-check / sc_spacing-check OK 3.59s
310/313 libvirt:syntax-check / sc_mock-noinline OK 0.98s
311/313 libvirt:syntax-check / sc_header-ifdef OK 0.28s
312/313 libvirt:syntax-check / sc_group-qemu-caps OK 0.19s
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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment