libvirt List Archives
Sign In Sign Up
Manage this list Sign In Sign Up

Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview

CI

Thread Start a new thread
Download
Threads by month
  • ----- 2025 -----
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2024 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2023 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2022 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2021 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2020 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2019 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2018 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2017 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2016 -----
  • December
  • November
  • October
  • September
  • August
  • July
ci@lists.libvirt.org

March 2018

  • 3 participants
  • 145 discussions
[Libvirt-ci] Errored: libvirt/libvirt#1020 (master - 892e37d)
by Travis CI 15 Mar '18

15 Mar '18
Build Update for libvirt/libvirt ------------------------------------- Build: #1020 Status: Errored Duration: 19 minutes and 12 seconds Commit: 892e37d (master) Author: Peter Krempa Message: qemu: hotplug: Clean up memory backing files after failed memory hotplug Libvirt provides full path to the backing file since commit fec8f9c49afb479f6. This made qemu create the backend object but did not delete it. This was fixed for unplug case in 4d83a6722f but not in case of failure to hotplug the frontend. We'd leave the files behind which would make memory unusable in case of hugepages. https://bugzilla.redhat.com/show_bug.cgi?id=1553085 Signed-off-by: Peter Krempa <pkrempa(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/6c2e34e1a7b3...892e37d5a4fd View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/353741361?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications This email was sent to libvirt-ci(a)redhat.com (mailto:libvirt-ci@redhat.com) unsubscribe from this list (http://clicks.travis-ci.com/track/unsub.php?u=14313403&id=f7834756d35846cbb…)
1 0
0 0
[Libvirt-ci] Errored: libvirt/libvirt#1019 (master - 6c2e34e)
by Travis CI 15 Mar '18

15 Mar '18
Build Update for libvirt/libvirt ------------------------------------- Build: #1019 Status: Errored Duration: 19 minutes and 36 seconds Commit: 6c2e34e (master) Author: Jiri Denemark Message: qemu: Switch context for job related private XML parsing Having to repeat "./job[1]/" XPath prefix for every single element or attribute we want to parse is suboptimal. And even more so once we further extract code from qemuDomainObjPrivateXMLParseJob into separate functions. Signed-off-by: Jiri Denemark <jdenemar(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/92a5d12157a7...6c2e34e1a7b3 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/353720708?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications This email was sent to libvirt-ci(a)redhat.com (mailto:libvirt-ci@redhat.com) unsubscribe from this list (http://clicks.travis-ci.com/track/unsub.php?u=14313403&id=3f75df52adca460fb…)
1 0
0 0
[Libvirt-ci] Errored: libvirt/libvirt#1018 (master - 92a5d12)
by Travis CI 15 Mar '18

15 Mar '18
Build Update for libvirt/libvirt ------------------------------------- Build: #1018 Status: Errored Duration: 20 minutes and 42 seconds Commit: 92a5d12 (master) Author: Michal Privoznik Message: daemonStreamHandleWriteData: Preserve error when aborting stream The daemonStreamHandleWriteData() function is called whenever server side of stream is able to receive some data. Nevertheless, it calls virStreamSend() (to pass data down to virFDStream) and depending on its return value it may abort the stream. However, the functions it called when doing so are public APIs and as such reset any error set previously. Therefore, if there was any error in writing data to stream (i.e. repored in virStreamSend) it is reset before virNetServerProgramSendReplyError() can get to it. Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com> Reviewed-by: Andrea Bolognani <abologna(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/bc01d903c293...92a5d12157a7 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/353698351?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications This email was sent to libvirt-ci(a)redhat.com (mailto:libvirt-ci@redhat.com) unsubscribe from this list (http://clicks.travis-ci.com/track/unsub.php?u=14313403&id=27166c3990884fde8…)
1 0
0 0
[Libvirt-ci] Errored: libvirt/libvirt#1017 (master - bc01d90)
by Travis CI 14 Mar '18

14 Mar '18
Build Update for libvirt/libvirt ------------------------------------- Build: #1017 Status: Errored Duration: 11 minutes and 3 seconds Commit: bc01d90 (master) Author: Michal Privoznik Message: virsysinfo: Use more virSkipSpacesBackwards() Some fields reported by dmidecode have plenty of useless spaces (in fact some have nothing but spaces). To deal with this we have introduced virSkipSpacesBackwards() and use it in virSysinfoParseX86Processor() and virSysinfoParseX86Memory(). However, other functions (e.g. virSysinfoParseX86Chassis()) don't use it at all and thus we are reporting nonsense: <sysinfo type='smbios'> <chassis> <entry name='manufacturer'>FUJITSU</entry> <entry name='version'> </entry> <entry name='serial'> </entry> <entry name='asset'> </entry> <entry name='sku'>Default string</entry> </chassis> </sysinfo> Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/5433ec02ad97...bc01d903c293 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/353435322?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications This email was sent to libvirt-ci(a)redhat.com (mailto:libvirt-ci@redhat.com) unsubscribe from this list (http://clicks.travis-ci.com/track/unsub.php?u=14313403&id=7834aae5c1fe48db9…)
1 0
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-master-build » libvirt-freebsd-11 #1260
by ci@centos.org 14 Mar '18

14 Mar '18
See <https://ci.centos.org/job/libvirt-master-build/systems=libvirt-freebsd-11/1…> Changes: [mprivozn] m4: use pkgconfig to detect xenstore ------------------------------------------ [...truncated 106.50 KB...] checking whether C compiler handles -Wsequence-point... yes checking whether C compiler handles -Wshadow... yes checking whether C compiler handles -Wshift-count-negative... yes checking whether C compiler handles -Wshift-count-overflow... yes checking whether C compiler handles -Wshift-negative-value... yes checking whether C compiler handles -Wsizeof-array-argument... yes checking whether C compiler handles -Wsizeof-pointer-memaccess... yes checking whether C compiler handles -Wstrict-aliasing... yes checking whether C compiler handles -Wstrict-prototypes... yes checking whether C compiler handles -Wsuggest-attribute=const... no checking whether C compiler handles -Wsuggest-attribute=format... no checking whether C compiler handles -Wsuggest-attribute=noreturn... no checking whether C compiler handles -Wsuggest-attribute=pure... no checking whether C compiler handles -Wsuggest-final-methods... no checking whether C compiler handles -Wsuggest-final-types... no checking whether C compiler handles -Wswitch... yes checking whether C compiler handles -Wswitch-bool... yes checking whether C compiler handles -Wswitch-unreachable... no checking whether C compiler handles -Wsync-nand... no checking whether C compiler handles -Wtautological-compare... yes checking whether C compiler handles -Wtrampolines... no checking whether C compiler handles -Wtrigraphs... yes checking whether C compiler handles -Wtype-limits... yes checking whether C compiler handles -Wuninitialized... yes checking whether C compiler handles -Wunknown-pragmas... yes checking whether C compiler handles -Wunused... yes checking whether C compiler handles -Wunused-but-set-parameter... no checking whether C compiler handles -Wunused-but-set-variable... no checking whether C compiler handles -Wunused-function... yes checking whether C compiler handles -Wunused-label... yes checking whether C compiler handles -Wunused-local-typedefs... yes checking whether C compiler handles -Wunused-parameter... yes checking whether C compiler handles -Wunused-result... yes checking whether C compiler handles -Wunused-value... yes checking whether C compiler handles -Wunused-variable... yes checking whether C compiler handles -Wvarargs... yes checking whether C compiler handles -Wvariadic-macros... yes checking whether C compiler handles -Wvector-operation-performance... no checking whether C compiler handles -Wvolatile-register-var... yes checking whether C compiler handles -Wwrite-strings... yes checking whether C compiler handles -Walloc-size-larger-than=9223372036854775807... no checking whether C compiler handles -Warray-bounds=2... no checking whether C compiler handles -Wformat-overflow=2... no checking whether C compiler handles -Wformat-truncation=2... no checking whether C compiler handles -Wimplicit-fallthrough=5... no checking whether C compiler handles -Wnormalized=nfc... no checking whether C compiler handles -Wshift-overflow=2... no checking whether C compiler handles -Wstringop-overflow=2... no checking whether C compiler handles -Wunused-const-variable=2... no checking whether C compiler handles -Wvla-larger-than=4031... no checking whether C compiler handles -Wno-missing-field-initializers... yes checking whether C compiler handles -Wno-sign-compare... yes checking whether C compiler handles -Wno-cast-function-type... no checking whether C compiler handles -Wjump-misses-init... (cached) no checking whether C compiler handles -Wswitch-enum... yes checking whether C compiler handles -Wno-format-nonliteral... yes checking whether C compiler handles -Wno-format-truncation... no checking whether C compiler handles -fstack-protector... yes checking whether C compiler handles -Wno-unused-command-line-argument... yes checking whether C compiler handles -fexceptions... yes checking whether C compiler handles -fasynchronous-unwind-tables... yes checking whether C compiler handles -fipa-pure-const... no checking whether C compiler handles -Wno-suggest-attribute=pure... no checking whether C compiler handles -Wno-suggest-attribute=const... no checking whether C compiler handles -Werror... yes checking whether C compiler handles -fPIE -DPIE -pie... yes checking for how to force completely read-only GOT table... -Wl,-z -Wl,relro -Wl,-z -Wl,now checking for how to avoid indirect lib deps... checking for how to stop undefined symbols at link time... -Wl,-z -Wl,defs checking sys/acl.h usability... yes checking sys/acl.h presence... yes checking for sys/acl.h... yes checking for aa_change_profile in -lapparmor... no checking for pthread_mutexattr_init... yes checking for pthread.h... (cached) yes checking whether pthread_sigmask does anything... yes checking for atomic ops implementation... gcc checking for getxattr in -lattr... no checking for audit_encode_nv_string in -laudit... no checking for pkg-config... /usr/local/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for AVAHI... yes checking for library containing tgetent... -lncurses checking whether rl_completion_quote_character is declared... yes checking for readline in -lreadline... yes checking readline/readline.h usability... yes checking readline/readline.h presence... yes checking for readline/readline.h... yes checking for rl_initialize in -lreadline... yes checking for BASH_COMPLETION... yes checking for bash-completions directory... /usr/local/share/bash-completion/completions checking for BLKID... no checking for capng_updatev in -lcap-ng... no checking for CURL... yes checking for DBUS... yes checking for dbus_watch_get_unix_fd... yes checking for DBusBasicValue... yes checking for DEVMAPPER... no checking for dm_task_run in -ldevmapper... no checking for dlfcn.h... (cached) yes checking for library containing dlopen... none required checking for FUSE... yes checking for GLUSTERFS... no checking for GNUTLS... yes checking for gnutls/crypto.h... yes checking for gnutls_rnd... yes checking for gnutls_cipher_encrypt... yes checking for HAL... yes checking for NETCF... no checking whether to compile with macvtap support... no checking for LIBPARTED... no checking libpcap pcap-config >= 1.0.0 ... yes checking for LIBSSH... yes checking for LIBXML... yes checking for struct _xmlURI.query_raw... yes checking whether to compile with macvtap support... no checking for numa_available in -lnuma... no checking for numa_bitmask_isbitset in -lnuma... no checking for OPENWSMAN... no checking for PCIACCESS... yes checking for init script type... none checking for pkcheck... /usr/local/bin/pkcheck checking for pthread_mutexattr_init... (cached) yes checking for pthread.h... (cached) yes checking whether pthread_sigmask does anything... (cached) yes checking for library containing tgetent... (cached) -lncurses checking whether rl_completion_quote_character is declared... (cached) yes checking for readline in -lreadline... (cached) yes checking for readline/readline.h... (cached) yes checking for rl_initialize in -lreadline... (cached) yes checking for sanlock_init in -lsanlock_client... no checking for sasl_client_init in -lsasl2... yes checking sasl/sasl.h usability... yes checking sasl/sasl.h presence... yes checking for sasl/sasl.h... yes checking for fgetfilecon_raw in -lselinux... no checking for SSH2... yes checking for UDEV... no checking for WIRESHARK_DISSECTOR... no checking for xdrmem_create in -lportablexdr... no checking for library containing xdrmem_create... none required checking for xdr_u_int64_t... yes checking where to find <rpc/rpc.h>... none checking for qemu-kvm... no checking for qemu... no checking for kvm... no checking for qemu-system-x86_64... no checking for yajl_parse_complete in -lyajl... no checking for yajl_tree_parse in -lyajl... yes checking yajl/yajl_common.h usability... yes checking yajl/yajl_common.h presence... yes checking for yajl/yajl_common.h... yes checking size of long... 8 checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking regex.h usability... yes checking regex.h presence... yes checking for regex.h... yes checking sys/un.h usability... yes checking sys/un.h presence... yes checking for sys/un.h... yes checking sys/poll.h usability... yes checking sys/poll.h presence... yes checking for sys/poll.h... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking mntent.h usability... no checking mntent.h presence... no checking for mntent.h... no checking net/ethernet.h usability... yes checking net/ethernet.h presence... yes checking for net/ethernet.h... yes checking linux/magic.h usability... no checking linux/magic.h presence... no checking for linux/magic.h... no checking for sys/un.h... (cached) yes checking sys/syscall.h usability... yes checking sys/syscall.h presence... yes checking for sys/syscall.h... yes checking for sys/sysctl.h... (cached) yes checking netinet/tcp.h usability... yes checking netinet/tcp.h presence... yes checking for netinet/tcp.h... yes checking ifaddrs.h usability... yes checking ifaddrs.h presence... yes checking for ifaddrs.h... yes checking libtasn1.h usability... no checking libtasn1.h presence... no checking for libtasn1.h... no checking sys/ucred.h usability... yes checking sys/ucred.h presence... yes checking for sys/ucred.h... yes checking sys/mount.h usability... yes checking sys/mount.h presence... yes checking for sys/mount.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking whether htole64 is declared... no checking for stat... yes checking for stat64... no checking for __xstat... no checking for __xstat64... no checking for lstat... (cached) yes checking for lstat64... no checking for __lxstat... no checking for __lxstat64... no checking for struct ifreq... yes checking for struct sockpeercred... no checking whether ETH_FLAG_TXVLAN is declared... no checking whether ETH_FLAG_NTUPLE is declared... no checking whether ETH_FLAG_RXHASH is declared... no checking whether ETH_FLAG_LRO is declared... no checking whether ETHTOOL_GGSO is declared... no checking whether ETHTOOL_GGRO is declared... no checking whether ETHTOOL_GFLAGS is declared... no checking whether ETHTOOL_GFEATURES is declared... no checking whether ETHTOOL_SCOALESCE is declared... no checking whether ETHTOOL_GCOALESCE is declared... no checking whether SEEK_HOLE is declared... yes checking for gettext in -lintl... no checking for rpcgen... /usr/bin/rpcgen checking for xmllint... /usr/local/bin/xmllint checking for xsltproc... /usr/local/bin/xsltproc checking for augparse... /usr/local/bin/augparse checking whether ln -s works... yes checking for dmidecode... /usr/local/sbin/dmidecode checking for dnsmasq... /usr/local/sbin/dnsmasq checking for radvd... /usr/local/sbin/radvd checking for tc... tc checking for udevadm... no checking for udevsettle... no checking for modprobe... modprobe checking for rmmod... rmmod checking for mm-ctl... mm-ctl checking for ovs-vsctl... ovs-vsctl checking for scrub... /usr/local/bin/scrub checking for addr2line... /usr/bin/addr2line checking for ip... /sbin/ip checking for iptables... /sbin/iptables checking for ip6tables... /sbin/ip6tables checking for ebtables... /sbin/ebtables checking for XEN... no checking for xs_read in -lxenstore... no configure: error: You must install the Xen development package to compile Xen driver with -lxenstore error: configure failed Build step 'Execute shell' marked build as failure
1 4
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-master-build » libvirt-centos-7 #1260
by ci@centos.org 14 Mar '18

14 Mar '18
See <https://ci.centos.org/job/libvirt-master-build/systems=libvirt-centos-7/126…> Changes: [mprivozn] m4: use pkgconfig to detect xenstore ------------------------------------------ [...truncated 108.43 KB...] checking whether C compiler handles -Wvariadic-macros... yes checking whether C compiler handles -Wvector-operation-performance... yes checking whether C compiler handles -Wvolatile-register-var... yes checking whether C compiler handles -Wwrite-strings... yes checking whether C compiler handles -Walloc-size-larger-than=9223372036854775807... no checking whether C compiler handles -Warray-bounds=2... no checking whether C compiler handles -Wformat-overflow=2... no checking whether C compiler handles -Wformat-truncation=2... no checking whether C compiler handles -Wimplicit-fallthrough=5... no checking whether C compiler handles -Wnormalized=nfc... yes checking whether C compiler handles -Wshift-overflow=2... no checking whether C compiler handles -Wstringop-overflow=2... no checking whether C compiler handles -Wunused-const-variable=2... no checking whether C compiler handles -Wvla-larger-than=4031... no checking whether C compiler handles -Wno-sign-compare... yes checking whether C compiler handles -Wno-cast-function-type... no checking whether C compiler handles -Wjump-misses-init... (cached) yes checking whether C compiler handles -Wswitch-enum... yes checking whether C compiler handles -Wno-format-nonliteral... yes checking whether C compiler handles -Wno-format-truncation... no checking whether C compiler handles -fstack-protector-strong... yes checking whether C compiler handles -fexceptions... yes checking whether C compiler handles -fasynchronous-unwind-tables... yes checking whether C compiler handles -fipa-pure-const... yes checking whether C compiler handles -Wno-suggest-attribute=pure... yes checking whether C compiler handles -Wno-suggest-attribute=const... yes checking whether C compiler handles -Werror... yes checking whether C compiler handles -fPIE -DPIE -pie... yes checking for how to force completely read-only GOT table... -Wl,-z -Wl,relro -Wl,-z -Wl,now checking for how to avoid indirect lib deps... -Wl,--no-copy-dt-needed-entries checking for how to stop undefined symbols at link time... -Wl,-z -Wl,defs checking sys/acl.h usability... yes checking sys/acl.h presence... yes checking for sys/acl.h... yes checking for aa_change_profile in -lapparmor... no checking for pthread_mutexattr_init... yes checking for pthread.h... (cached) yes checking whether pthread_sigmask does anything... yes checking for atomic ops implementation... gcc checking for getxattr in -lattr... yes checking attr/xattr.h usability... yes checking attr/xattr.h presence... yes checking for attr/xattr.h... yes checking for audit_encode_nv_string in -laudit... yes checking libaudit.h usability... yes checking libaudit.h presence... yes checking for libaudit.h... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for AVAHI... yes checking for library containing tgetent... -lncurses checking whether rl_completion_quote_character is declared... yes checking for readline in -lreadline... yes checking readline/readline.h usability... yes checking readline/readline.h presence... yes checking for readline/readline.h... yes checking for rl_initialize in -lreadline... yes checking for BASH_COMPLETION... yes checking for bash-completions directory... /usr/share/bash-completion/completions checking for BLKID... yes checking for capng_updatev in -lcap-ng... yes checking cap-ng.h usability... yes checking cap-ng.h presence... yes checking for cap-ng.h... yes checking for CURL... yes checking for DBUS... yes checking for dbus_watch_get_unix_fd... yes checking for DBusBasicValue... yes checking for DEVMAPPER... yes checking for dlfcn.h... (cached) yes checking for library containing dlopen... -ldl checking for FUSE... yes checking for GLUSTERFS... yes checking for GNUTLS... yes checking for gnutls/crypto.h... yes checking for gnutls_rnd... yes checking for gnutls_cipher_encrypt... yes checking for HAL... no checking for NETCF... yes checking for ncf_change_begin... yes checking whether to compile with macvtap support... yes checking whether MACVLAN_MODE_PASSTHRU is declared... yes checking for LIBNL... yes checking for LIBNL_ROUTE3... yes checking for LIBPARTED... yes checking for parted... /usr/sbin/parted checking libpcap pcap-config >= 1.0.0 ... yes checking for LIBSSH... yes checking for LIBXML... yes checking for struct _xmlURI.query_raw... yes checking whether to compile with macvtap support... yes checking whether MACVLAN_MODE_PASSTHRU is declared... (cached) yes checking for NETCF... yes checking for ncf_change_begin... (cached) yes checking for numa_available in -lnuma... yes checking numa.h usability... yes checking numa.h presence... yes checking for numa.h... yes checking for numa_bitmask_isbitset in -lnuma... yes checking for OPENWSMAN... yes checking for PCIACCESS... yes checking for init script type... systemd checking for pkcheck... /usr/bin/pkcheck checking for pthread_mutexattr_init... (cached) yes checking for pthread.h... (cached) yes checking whether pthread_sigmask does anything... (cached) yes checking for library containing tgetent... (cached) -lncurses checking whether rl_completion_quote_character is declared... (cached) yes checking for readline in -lreadline... (cached) yes checking for readline/readline.h... (cached) yes checking for rl_initialize in -lreadline... (cached) yes checking for sanlock_init in -lsanlock_client... yes checking sanlock.h usability... yes checking sanlock.h presence... yes checking for sanlock.h... yes checking whether SANLK_INQ_WAIT is declared... yes checking for sanlock_killpath in -lsanlock_client... yes checking for sanlock_inq_lockspace in -lsanlock_client... yes checking for sanlock_write_lockspace in -lsanlock_client... yes checking for sanlock_strerror in -lsanlock_client... yes checking for sasl_client_init in -lsasl2... yes checking sasl/sasl.h usability... yes checking sasl/sasl.h presence... yes checking for sasl/sasl.h... yes checking for fgetfilecon_raw in -lselinux... yes checking selinux/selinux.h usability... yes checking selinux/selinux.h presence... yes checking for selinux/selinux.h... yes checking for selinux setcon parameter type... const checking for selinux selabel_open parameter type... const checking SELinux mount point... /sys/fs/selinux checking selinux/label.h usability... yes checking selinux/label.h presence... yes checking for selinux/label.h... yes checking for SSH2... yes checking for UDEV... yes checking for udev_monitor_set_receive_buffer_size... yes checking whether to compile with virtual port support... yes checking for WIRESHARK_DISSECTOR... no checking for xdrmem_create in -lportablexdr... no checking for library containing xdrmem_create... none required checking for xdr_u_int64_t... no checking where to find <rpc/rpc.h>... none checking for qemu-kvm... no checking for qemu... no checking for kvm... no checking for qemu-system-x86_64... no checking for yajl_parse_complete in -lyajl... no checking for yajl_tree_parse in -lyajl... yes checking yajl/yajl_common.h usability... yes checking yajl/yajl_common.h presence... yes checking for yajl/yajl_common.h... yes checking size of long... 8 checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking regex.h usability... yes checking regex.h presence... yes checking for regex.h... yes checking sys/un.h usability... yes checking sys/un.h presence... yes checking for sys/un.h... yes checking sys/poll.h usability... yes checking sys/poll.h presence... yes checking for sys/poll.h... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking mntent.h usability... yes checking mntent.h presence... yes checking for mntent.h... yes checking net/ethernet.h usability... yes checking net/ethernet.h presence... yes checking for net/ethernet.h... yes checking linux/magic.h usability... yes checking linux/magic.h presence... yes checking for linux/magic.h... yes checking for sys/un.h... (cached) yes checking sys/syscall.h usability... yes checking sys/syscall.h presence... yes checking for sys/syscall.h... yes checking for sys/sysctl.h... (cached) yes checking netinet/tcp.h usability... yes checking netinet/tcp.h presence... yes checking for netinet/tcp.h... yes checking ifaddrs.h usability... yes checking ifaddrs.h presence... yes checking for ifaddrs.h... yes checking libtasn1.h usability... yes checking libtasn1.h presence... yes checking for libtasn1.h... yes checking sys/ucred.h usability... no checking sys/ucred.h presence... no checking for sys/ucred.h... no checking sys/mount.h usability... yes checking sys/mount.h presence... yes checking for sys/mount.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking whether htole64 is declared... yes checking for stat... yes checking for stat64... yes checking for __xstat... yes checking for __xstat64... yes checking for lstat... (cached) yes checking for lstat64... yes checking for __lxstat... yes checking for __lxstat64... yes checking for struct ifreq... yes checking for struct sockpeercred... no checking whether ETH_FLAG_TXVLAN is declared... yes checking whether ETH_FLAG_NTUPLE is declared... yes checking whether ETH_FLAG_RXHASH is declared... yes checking whether ETH_FLAG_LRO is declared... yes checking whether ETHTOOL_GGSO is declared... yes checking whether ETHTOOL_GGRO is declared... yes checking whether ETHTOOL_GFLAGS is declared... yes checking whether ETHTOOL_GFEATURES is declared... yes checking whether ETHTOOL_SCOALESCE is declared... yes checking whether ETHTOOL_GCOALESCE is declared... yes checking whether SEEK_HOLE is declared... yes checking for gettext in -lintl... no checking for rpcgen... /usr/bin/rpcgen checking for xmllint... /usr/bin/xmllint checking for xsltproc... /usr/bin/xsltproc checking for augparse... /usr/bin/augparse checking whether ln -s works... yes checking for dmidecode... /usr/sbin/dmidecode checking for dnsmasq... /usr/sbin/dnsmasq checking for radvd... /usr/sbin/radvd checking for tc... /usr/sbin/tc checking for udevadm... /usr/sbin/udevadm checking for udevsettle... no checking for modprobe... /usr/sbin/modprobe checking for rmmod... /usr/sbin/rmmod checking for mm-ctl... mm-ctl checking for ovs-vsctl... ovs-vsctl checking for scrub... /usr/bin/scrub checking for addr2line... /usr/bin/addr2line checking for ip... /usr/sbin/ip checking for iptables... /usr/sbin/iptables checking for ip6tables... /usr/sbin/ip6tables checking for ebtables... /usr/sbin/ebtables checking for XEN... no checking for xs_read in -lxenstore... no configure: error: You must install the Xen development package to compile Xen driver with -lxenstore error: configure failed Build step 'Execute shell' marked build as failure
1 4
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-master-build » libvirt-freebsd-10 #1260
by ci@centos.org 14 Mar '18

14 Mar '18
See <https://ci.centos.org/job/libvirt-master-build/systems=libvirt-freebsd-10/1…> Changes: [mprivozn] m4: use pkgconfig to detect xenstore ------------------------------------------ [...truncated 106.42 KB...] checking whether C compiler handles -Wsequence-point... yes checking whether C compiler handles -Wshadow... yes checking whether C compiler handles -Wshift-count-negative... yes checking whether C compiler handles -Wshift-count-overflow... yes checking whether C compiler handles -Wshift-negative-value... no checking whether C compiler handles -Wsizeof-array-argument... yes checking whether C compiler handles -Wsizeof-pointer-memaccess... yes checking whether C compiler handles -Wstrict-aliasing... yes checking whether C compiler handles -Wstrict-prototypes... yes checking whether C compiler handles -Wsuggest-attribute=const... no checking whether C compiler handles -Wsuggest-attribute=format... no checking whether C compiler handles -Wsuggest-attribute=noreturn... no checking whether C compiler handles -Wsuggest-attribute=pure... no checking whether C compiler handles -Wsuggest-final-methods... no checking whether C compiler handles -Wsuggest-final-types... no checking whether C compiler handles -Wswitch... yes checking whether C compiler handles -Wswitch-bool... no checking whether C compiler handles -Wswitch-unreachable... no checking whether C compiler handles -Wsync-nand... no checking whether C compiler handles -Wtautological-compare... yes checking whether C compiler handles -Wtrampolines... no checking whether C compiler handles -Wtrigraphs... yes checking whether C compiler handles -Wtype-limits... yes checking whether C compiler handles -Wuninitialized... yes checking whether C compiler handles -Wunknown-pragmas... yes checking whether C compiler handles -Wunused... yes checking whether C compiler handles -Wunused-but-set-parameter... no checking whether C compiler handles -Wunused-but-set-variable... no checking whether C compiler handles -Wunused-function... yes checking whether C compiler handles -Wunused-label... yes checking whether C compiler handles -Wunused-local-typedefs... no checking whether C compiler handles -Wunused-parameter... yes checking whether C compiler handles -Wunused-result... yes checking whether C compiler handles -Wunused-value... yes checking whether C compiler handles -Wunused-variable... yes checking whether C compiler handles -Wvarargs... yes checking whether C compiler handles -Wvariadic-macros... yes checking whether C compiler handles -Wvector-operation-performance... no checking whether C compiler handles -Wvolatile-register-var... yes checking whether C compiler handles -Wwrite-strings... yes checking whether C compiler handles -Walloc-size-larger-than=9223372036854775807... no checking whether C compiler handles -Warray-bounds=2... no checking whether C compiler handles -Wformat-overflow=2... no checking whether C compiler handles -Wformat-truncation=2... no checking whether C compiler handles -Wimplicit-fallthrough=5... no checking whether C compiler handles -Wnormalized=nfc... no checking whether C compiler handles -Wshift-overflow=2... no checking whether C compiler handles -Wstringop-overflow=2... no checking whether C compiler handles -Wunused-const-variable=2... no checking whether C compiler handles -Wvla-larger-than=4031... no checking whether C compiler handles -Wno-missing-field-initializers... yes checking whether C compiler handles -Wno-sign-compare... yes checking whether C compiler handles -Wno-cast-function-type... no checking whether C compiler handles -Wjump-misses-init... (cached) no checking whether C compiler handles -Wswitch-enum... yes checking whether C compiler handles -Wno-format-nonliteral... yes checking whether C compiler handles -Wno-format-truncation... no checking whether C compiler handles -fstack-protector... yes checking whether C compiler handles -Wno-unused-command-line-argument... yes checking whether C compiler handles -fexceptions... yes checking whether C compiler handles -fasynchronous-unwind-tables... yes checking whether C compiler handles -fipa-pure-const... no checking whether C compiler handles -Wno-suggest-attribute=pure... no checking whether C compiler handles -Wno-suggest-attribute=const... no checking whether C compiler handles -Werror... yes checking whether C compiler handles -fPIE -DPIE -pie... yes checking for how to force completely read-only GOT table... -Wl,-z -Wl,relro -Wl,-z -Wl,now checking for how to avoid indirect lib deps... checking for how to stop undefined symbols at link time... -Wl,-z -Wl,defs checking sys/acl.h usability... yes checking sys/acl.h presence... yes checking for sys/acl.h... yes checking for aa_change_profile in -lapparmor... no checking for pthread_mutexattr_init... yes checking for pthread.h... (cached) yes checking whether pthread_sigmask does anything... yes checking for atomic ops implementation... gcc checking for getxattr in -lattr... no checking for audit_encode_nv_string in -laudit... no checking for pkg-config... /usr/local/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for AVAHI... yes checking for library containing tgetent... -lncurses checking whether rl_completion_quote_character is declared... yes checking for readline in -lreadline... yes checking readline/readline.h usability... yes checking readline/readline.h presence... yes checking for readline/readline.h... yes checking for rl_initialize in -lreadline... yes checking for BASH_COMPLETION... yes checking for bash-completions directory... /usr/local/share/bash-completion/completions checking for BLKID... no checking for capng_updatev in -lcap-ng... no checking for CURL... yes checking for DBUS... yes checking for dbus_watch_get_unix_fd... yes checking for DBusBasicValue... yes checking for DEVMAPPER... no checking for dm_task_run in -ldevmapper... no checking for dlfcn.h... (cached) yes checking for library containing dlopen... none required checking for FUSE... yes checking for GLUSTERFS... no checking for GNUTLS... yes checking for gnutls/crypto.h... yes checking for gnutls_rnd... yes checking for gnutls_cipher_encrypt... yes checking for HAL... yes checking for NETCF... no checking whether to compile with macvtap support... no checking for LIBPARTED... no checking libpcap pcap-config >= 1.0.0 ... yes checking for LIBSSH... yes checking for LIBXML... yes checking for struct _xmlURI.query_raw... yes checking whether to compile with macvtap support... no checking for numa_available in -lnuma... no checking for numa_bitmask_isbitset in -lnuma... no checking for OPENWSMAN... no checking for PCIACCESS... yes checking for init script type... none checking for pkcheck... /usr/local/bin/pkcheck checking for pthread_mutexattr_init... (cached) yes checking for pthread.h... (cached) yes checking whether pthread_sigmask does anything... (cached) yes checking for library containing tgetent... (cached) -lncurses checking whether rl_completion_quote_character is declared... (cached) yes checking for readline in -lreadline... (cached) yes checking for readline/readline.h... (cached) yes checking for rl_initialize in -lreadline... (cached) yes checking for sanlock_init in -lsanlock_client... no checking for sasl_client_init in -lsasl2... yes checking sasl/sasl.h usability... yes checking sasl/sasl.h presence... yes checking for sasl/sasl.h... yes checking for fgetfilecon_raw in -lselinux... no checking for SSH2... yes checking for UDEV... no checking for WIRESHARK_DISSECTOR... no checking for xdrmem_create in -lportablexdr... no checking for library containing xdrmem_create... none required checking for xdr_u_int64_t... yes checking where to find <rpc/rpc.h>... none checking for qemu-kvm... no checking for qemu... no checking for kvm... no checking for qemu-system-x86_64... no checking for yajl_parse_complete in -lyajl... no checking for yajl_tree_parse in -lyajl... yes checking yajl/yajl_common.h usability... yes checking yajl/yajl_common.h presence... yes checking for yajl/yajl_common.h... yes checking size of long... 8 checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking regex.h usability... yes checking regex.h presence... yes checking for regex.h... yes checking sys/un.h usability... yes checking sys/un.h presence... yes checking for sys/un.h... yes checking sys/poll.h usability... yes checking sys/poll.h presence... yes checking for sys/poll.h... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking mntent.h usability... no checking mntent.h presence... no checking for mntent.h... no checking net/ethernet.h usability... yes checking net/ethernet.h presence... yes checking for net/ethernet.h... yes checking linux/magic.h usability... no checking linux/magic.h presence... no checking for linux/magic.h... no checking for sys/un.h... (cached) yes checking sys/syscall.h usability... yes checking sys/syscall.h presence... yes checking for sys/syscall.h... yes checking for sys/sysctl.h... (cached) yes checking netinet/tcp.h usability... yes checking netinet/tcp.h presence... yes checking for netinet/tcp.h... yes checking ifaddrs.h usability... yes checking ifaddrs.h presence... yes checking for ifaddrs.h... yes checking libtasn1.h usability... no checking libtasn1.h presence... no checking for libtasn1.h... no checking sys/ucred.h usability... yes checking sys/ucred.h presence... yes checking for sys/ucred.h... yes checking sys/mount.h usability... yes checking sys/mount.h presence... yes checking for sys/mount.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking whether htole64 is declared... no checking for stat... yes checking for stat64... no checking for __xstat... no checking for __xstat64... no checking for lstat... (cached) yes checking for lstat64... no checking for __lxstat... no checking for __lxstat64... no checking for struct ifreq... yes checking for struct sockpeercred... no checking whether ETH_FLAG_TXVLAN is declared... no checking whether ETH_FLAG_NTUPLE is declared... no checking whether ETH_FLAG_RXHASH is declared... no checking whether ETH_FLAG_LRO is declared... no checking whether ETHTOOL_GGSO is declared... no checking whether ETHTOOL_GGRO is declared... no checking whether ETHTOOL_GFLAGS is declared... no checking whether ETHTOOL_GFEATURES is declared... no checking whether ETHTOOL_SCOALESCE is declared... no checking whether ETHTOOL_GCOALESCE is declared... no checking whether SEEK_HOLE is declared... yes checking for gettext in -lintl... no checking for rpcgen... /usr/bin/rpcgen checking for xmllint... /usr/local/bin/xmllint checking for xsltproc... /usr/local/bin/xsltproc checking for augparse... /usr/local/bin/augparse checking whether ln -s works... yes checking for dmidecode... /usr/local/sbin/dmidecode checking for dnsmasq... /usr/local/sbin/dnsmasq checking for radvd... /usr/local/sbin/radvd checking for tc... tc checking for udevadm... no checking for udevsettle... no checking for modprobe... modprobe checking for rmmod... rmmod checking for mm-ctl... mm-ctl checking for ovs-vsctl... ovs-vsctl checking for scrub... /usr/local/bin/scrub checking for addr2line... /usr/bin/addr2line checking for ip... /sbin/ip checking for iptables... /sbin/iptables checking for ip6tables... /sbin/ip6tables checking for ebtables... /sbin/ebtables checking for XEN... no checking for xs_read in -lxenstore... no configure: error: You must install the Xen development package to compile Xen driver with -lxenstore error: configure failed Build step 'Execute shell' marked build as failure
1 4
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-master-build » libvirt-centos-6 #1260
by ci@centos.org 14 Mar '18

14 Mar '18
See <https://ci.centos.org/job/libvirt-master-build/systems=libvirt-centos-6/126…> Changes: [mprivozn] m4: use pkgconfig to detect xenstore ------------------------------------------ [...truncated 108.32 KB...] checking whether C compiler handles -Wvolatile-register-var... yes checking whether C compiler handles -Wwrite-strings... yes checking whether C compiler handles -Walloc-size-larger-than=9223372036854775807... no checking whether C compiler handles -Warray-bounds=2... no checking whether C compiler handles -Wformat-overflow=2... no checking whether C compiler handles -Wformat-truncation=2... no checking whether C compiler handles -Wimplicit-fallthrough=5... no checking whether C compiler handles -Wnormalized=nfc... yes checking whether C compiler handles -Wshift-overflow=2... no checking whether C compiler handles -Wstringop-overflow=2... no checking whether C compiler handles -Wunused-const-variable=2... no checking whether C compiler handles -Wvla-larger-than=4031... no checking whether C compiler handles -fdiagnostics-show-option... yes checking whether C compiler handles -funit-at-a-time... yes checking whether C compiler handles -Wno-missing-field-initializers... yes checking whether C compiler handles -Wno-sign-compare... yes checking whether C compiler handles -Wno-cast-function-type... no checking whether C compiler handles -Wjump-misses-init... (cached) no checking whether C compiler handles -Wswitch-enum... yes checking whether C compiler handles -Wno-format-nonliteral... yes checking whether C compiler handles -Wno-format-truncation... no checking whether C compiler handles -fstack-protector-strong... no checking whether C compiler handles -fexceptions... yes checking whether C compiler handles -fasynchronous-unwind-tables... yes checking whether C compiler handles -fipa-pure-const... yes checking whether C compiler handles -Wno-suggest-attribute=pure... no checking whether C compiler handles -Wno-suggest-attribute=const... no checking whether C compiler handles -Werror... yes checking whether C compiler handles -fstack-protector-all... yes checking whether C compiler handles -fPIE -DPIE -pie... yes checking for how to force completely read-only GOT table... -Wl,-z -Wl,relro -Wl,-z -Wl,now checking for how to avoid indirect lib deps... -Wl,--no-copy-dt-needed-entries checking for how to stop undefined symbols at link time... -Wl,-z -Wl,defs checking sys/acl.h usability... yes checking sys/acl.h presence... yes checking for sys/acl.h... yes checking for aa_change_profile in -lapparmor... no checking for pthread_mutexattr_init... yes checking for pthread.h... (cached) yes checking whether pthread_sigmask does anything... yes checking for atomic ops implementation... gcc checking for getxattr in -lattr... yes checking attr/xattr.h usability... yes checking attr/xattr.h presence... yes checking for attr/xattr.h... yes checking for audit_encode_nv_string in -laudit... yes checking libaudit.h usability... yes checking libaudit.h presence... yes checking for libaudit.h... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for AVAHI... yes checking for library containing tgetent... -lncurses checking whether rl_completion_quote_character is declared... yes checking for readline in -lreadline... yes checking readline/readline.h usability... yes checking readline/readline.h presence... yes checking for readline/readline.h... yes checking for rl_initialize in -lreadline... yes checking for BASH_COMPLETION... no checking for BLKID... yes checking for capng_updatev in -lcap-ng... yes checking cap-ng.h usability... yes checking cap-ng.h presence... yes checking for cap-ng.h... yes checking for CURL... yes checking for DBUS... yes checking for dbus_watch_get_unix_fd... yes checking for DBusBasicValue... no checking for DEVMAPPER... yes checking for dlfcn.h... (cached) yes checking for library containing dlopen... -ldl checking for FUSE... no checking for GLUSTERFS... yes checking for GNUTLS... yes checking for gnutls/crypto.h... yes checking for gnutls_rnd... yes checking for gnutls_cipher_encrypt... yes checking for HAL... no checking for NETCF... yes checking for ncf_change_begin... yes checking whether to compile with macvtap support... yes checking whether MACVLAN_MODE_PASSTHRU is declared... yes checking for LIBNL... yes checking for LIBPARTED... yes checking for parted... /sbin/parted checking libpcap pcap-config >= 1.0.0 ... yes checking for LIBSSH... no checking for LIBXML... yes checking for struct _xmlURI.query_raw... yes checking whether to compile with macvtap support... yes checking whether MACVLAN_MODE_PASSTHRU is declared... (cached) yes checking for NETCF... yes checking for ncf_change_begin... (cached) yes checking for numa_available in -lnuma... yes checking numa.h usability... yes checking numa.h presence... yes checking for numa.h... yes checking for numa_bitmask_isbitset in -lnuma... yes checking for OPENWSMAN... yes checking for PCIACCESS... yes checking for init script type... redhat checking for pkcheck... /usr/bin/pkcheck checking for pthread_mutexattr_init... (cached) yes checking for pthread.h... (cached) yes checking whether pthread_sigmask does anything... (cached) yes checking for library containing tgetent... (cached) -lncurses checking whether rl_completion_quote_character is declared... (cached) yes checking for readline in -lreadline... (cached) yes checking for readline/readline.h... (cached) yes checking for rl_initialize in -lreadline... (cached) yes checking for sanlock_init in -lsanlock_client... yes checking sanlock.h usability... yes checking sanlock.h presence... yes checking for sanlock.h... yes checking whether SANLK_INQ_WAIT is declared... yes checking for sanlock_killpath in -lsanlock_client... yes checking for sanlock_inq_lockspace in -lsanlock_client... yes checking for sanlock_write_lockspace in -lsanlock_client... yes checking for sanlock_strerror in -lsanlock_client... no checking for sasl_client_init in -lsasl2... yes checking sasl/sasl.h usability... yes checking sasl/sasl.h presence... yes checking for sasl/sasl.h... yes checking for fgetfilecon_raw in -lselinux... yes checking selinux/selinux.h usability... yes checking selinux/selinux.h presence... yes checking for selinux/selinux.h... yes checking for selinux setcon parameter type... checking for selinux selabel_open parameter type... checking SELinux mount point... /selinux checking selinux/label.h usability... yes checking selinux/label.h presence... yes checking for selinux/label.h... yes checking for SSH2... yes checking for UDEV... yes checking for udev_monitor_set_receive_buffer_size... no checking whether to compile with virtual port support... yes checking for WIRESHARK_DISSECTOR... no checking for xdrmem_create in -lportablexdr... no checking for library containing xdrmem_create... none required checking for xdr_u_int64_t... no checking where to find <rpc/rpc.h>... none checking for qemu-kvm... no checking for qemu... no checking for kvm... no checking for qemu-system-x86_64... no checking for yajl_parse_complete in -lyajl... yes checking yajl/yajl_common.h usability... yes checking yajl/yajl_common.h presence... yes checking for yajl/yajl_common.h... yes checking size of long... 8 checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking regex.h usability... yes checking regex.h presence... yes checking for regex.h... yes checking sys/un.h usability... yes checking sys/un.h presence... yes checking for sys/un.h... yes checking sys/poll.h usability... yes checking sys/poll.h presence... yes checking for sys/poll.h... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking mntent.h usability... yes checking mntent.h presence... yes checking for mntent.h... yes checking net/ethernet.h usability... yes checking net/ethernet.h presence... yes checking for net/ethernet.h... yes checking linux/magic.h usability... yes checking linux/magic.h presence... yes checking for linux/magic.h... yes checking for sys/un.h... (cached) yes checking sys/syscall.h usability... yes checking sys/syscall.h presence... yes checking for sys/syscall.h... yes checking for sys/sysctl.h... (cached) yes checking netinet/tcp.h usability... yes checking netinet/tcp.h presence... yes checking for netinet/tcp.h... yes checking ifaddrs.h usability... yes checking ifaddrs.h presence... yes checking for ifaddrs.h... yes checking libtasn1.h usability... yes checking libtasn1.h presence... yes checking for libtasn1.h... yes checking sys/ucred.h usability... no checking sys/ucred.h presence... no checking for sys/ucred.h... no checking sys/mount.h usability... yes checking sys/mount.h presence... yes checking for sys/mount.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking whether htole64 is declared... yes checking for stat... yes checking for stat64... yes checking for __xstat... yes checking for __xstat64... yes checking for lstat... (cached) yes checking for lstat64... yes checking for __lxstat... yes checking for __lxstat64... yes checking for struct ifreq... yes checking for struct sockpeercred... no checking whether ETH_FLAG_TXVLAN is declared... yes checking whether ETH_FLAG_NTUPLE is declared... yes checking whether ETH_FLAG_RXHASH is declared... yes checking whether ETH_FLAG_LRO is declared... yes checking whether ETHTOOL_GGSO is declared... yes checking whether ETHTOOL_GGRO is declared... yes checking whether ETHTOOL_GFLAGS is declared... yes checking whether ETHTOOL_GFEATURES is declared... yes checking whether ETHTOOL_SCOALESCE is declared... yes checking whether ETHTOOL_GCOALESCE is declared... yes checking whether SEEK_HOLE is declared... no checking for gettext in -lintl... no checking for rpcgen... /usr/bin/rpcgen checking for xmllint... /usr/bin/xmllint checking for xsltproc... /usr/bin/xsltproc checking for augparse... /usr/bin/augparse checking for a thread-safe mkdir -p... /bin/mkdir -p checking whether ln -s works... yes checking for dmidecode... /usr/sbin/dmidecode checking for dnsmasq... /usr/sbin/dnsmasq checking for radvd... /usr/sbin/radvd checking for tc... /sbin/tc checking for udevadm... /sbin/udevadm checking for udevsettle... no checking for modprobe... /sbin/modprobe checking for rmmod... /sbin/rmmod checking for mm-ctl... mm-ctl checking for ovs-vsctl... ovs-vsctl checking for scrub... /usr/bin/scrub checking for addr2line... /usr/bin/addr2line checking for ip... /sbin/ip checking for iptables... /sbin/iptables checking for ip6tables... /sbin/ip6tables checking for ebtables... /sbin/ebtables checking for XEN... no checking for xs_read in -lxenstore... no configure: error: You must install the Xen development package to compile Xen driver with -lxenstore error: configure failed Build step 'Execute shell' marked build as failure
1 4
0 0
[Libvirt-ci] Errored: libvirt/libvirt#1016 (master - 5433ec0)
by Travis CI 14 Mar '18

14 Mar '18
Build Update for libvirt/libvirt ------------------------------------- Build: #1016 Status: Errored Duration: 18 minutes and 20 seconds Commit: 5433ec0 (master) Author: Andrea Bolognani Message: m4: Fix xenstore detection Commit 596fc3e3897e introduced the ability to detect xenstore using pkg-config for systems with Xen 4.9, but accidentally broke detection for all other systems. Fix the logic so that it works in all cases. Signed-off-by: Andrea Bolognani <abologna(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/fbf31e1a4cd1...5433ec02ad97 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/353389485?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications This email was sent to libvirt-ci(a)redhat.com (mailto:libvirt-ci@redhat.com) unsubscribe from this list (http://clicks.travis-ci.com/track/unsub.php?u=14313403&id=f529b2c4f94c4f89a…)
1 0
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-master-build » libvirt-freebsd-11 #1256
by ci@centos.org 13 Mar '18

13 Mar '18
See <https://ci.centos.org/job/libvirt-master-build/systems=libvirt-freebsd-11/1…> Changes: [pkrempa] tests: qemuxml2xml: Rename testInfoFree to testInfoClear [pkrempa] tests: qemu: Explicitly add tests with format probing allowed [pkrempa] tests: qemuxml2xml: Remove testing with allowed format detection [pkrempa] tests: domainsnapshotxml2xml: Remove testing with allowed format [pkrempa] tests: qemuxml2xml: Add proper domain status XML testing [pkrempa] tests: qemuxml2xml: Add synthetic test for <lockstate> in status XML [pkrempa] tests: qemuxml2xml: Remove fake status XML testing [pkrempa] tests: util: Remove callback from testCompareDomXML2XMLFiles [pkrempa] tests: qemuxml2xml: Add modern example of status XML to the test [pkrempa] tests: qemuxml2xml: Add status XML with outgoing migration with NBD [pkrempa] qemu: domain: Split out formating of Job data from private data [pkrempa] qemu: domain: Don't overwrite job type in private data [pkrempa] qemu: domain: Return early in qemuDomainObjPrivateXMLFormatJob [pkrempa] qemu: domain: Use virXMLFormatElement in [pkrempa] qemu: domain: Extract parsing of job-related private XML ------------------------------------------ [...truncated 157.83 KB...] GEN aclpolkit.html.tmp GEN acl.html.tmp GEN php.html.tmp GEN news-2008.html.tmp GEN migration.html.tmp GEN internals/oomtesting.html.tmp GEN internals/command.html.tmp GEN internals/eventloop.html.tmp GEN internals/rpc.html.tmp GEN internals/locking.html.tmp GEN search.php.tmp GEN news.html.tmp GEN formatnode.html GEN bindings.html GEN testapi.html GEN drvvmware.html GEN architecture.html GEN windows.html GEN formatstorageencryption.html GEN formatdomain.html GEN internals.html GEN news-2011.html GEN 404.html GEN drvlxc.html GEN formatnwfilter.html GEN goals.html GEN news-2007.html GEN drvtest.html GEN contact.html GEN support.html GEN news-2014.html GEN formatsecret.html GEN apps.html GEN firewall.html GEN hooks.html GEN virshcmdref.html GEN news-2015.html GEN drvxen.html GEN index.html GEN drvuml.html GEN contribute.html GEN drvvbox.html GEN compiling.html GEN news-2010.html GEN auth.html GEN formatnetwork.html GEN formatstorage.html GEN locking.html GEN news-2005.html GEN news-2016.html GEN auditlog.html GEN news-2009.html GEN logging.html GEN secureusage.html GEN locking-sanlock.html GEN downloads.html GEN drvnodedev.html GEN drvremote.html GEN drvhyperv.html GEN drvopenvz.html GEN locking-lockd.html GEN format.html GEN errors.html GEN storage.html GEN cgroups.html GEN devguide.html GEN api_extension.html GEN drivers.html GEN testtck.html GEN bugs.html GEN drvqemu.html GEN python.html GEN governance.html GEN news-2013.html GEN securityprocess.html GEN testsuites.html GEN drvvirtuozzo.html GEN hacking.html GEN formatdomaincaps.html GEN nss.html GEN uri.html GEN csharp.html GEN remote.html GEN pci-hotplug.html GEN drvbhyve.html GEN docs.html GEN api.html GEN formatcaps.html GEN formatsnapshot.html GEN drvesx.html GEN news-2006.html GEN drvphyp.html GEN java.html GEN news-2012.html GEN aclpolkit.html GEN acl.html GEN php.html GEN news-2008.html GEN migration.html GEN internals/oomtesting.html GEN internals/command.html GEN internals/eventloop.html GEN internals/rpc.html GEN internals/locking.html GEN search.php GEN news.html touch ../../docs/apibuild.py.stamp GEN ../../docs/hvsupport.html.in GEN html/index.html GEN ../../docs/devhelp/index.html GEN hvsupport.html.tmp GEN hvsupport.html rm internals/rpc.html.tmp drvopenvz.html.tmp logging.html.tmp aclpolkit.html.tmp windows.html.tmp formatnwfilter.html.tmp php.html.tmp formatnetwork.html.tmp locking.html.tmp formatstorageencryption.html.tmp drvhyperv.html.tmp format.html.tmp errors.html.tmp hacking.html.tmp testsuites.html.tmp news-2008.html.tmp news-2006.html.tmp formatcaps.html.tmp news-2016.html.tmp auditlog.html.tmp downloads.html.tmp internals/oomtesting.html.tmp bugs.html.tmp drvphyp.html.tmp java.html.tmp news-2014.html.tmp testapi.html.tmp contribute.html.tmp drvesx.html.tmp locking-lockd.html.tmp devguide.html.tmp drvqemu.html.tmp drvvmware.html.tmp architecture.html.tmp drvvirtuozzo.html.tmp formatdomaincaps.html.tmp search.php.tmp formatsnapshot.html.tmp acl.html.tmp news-2005.html.tmp drvxen.html.tmp securityprocess.html.tmp internals.html.tmp 404.html.tmp api_extension.html.tmp drvuml.html.tmp news-2015.html.tmp drvremote.html.tmp hooks.html.tmp internals/locking.html.tmp python.html.tmp remote.html.tmp drivers.html.tmp compiling.html.tmp formatsecret.html.tmp news.html.tmp formatnode.html.tmp internals/eventloop.html.tmp goals.html.tmp apps.html.tmp formatdomain.html.tmp internals/command.html.tmp drvvbox.html.tmp csharp.html.tmp secureusage.html.tmp formatstorage.html.tmp governance.html.tmp cgroups.html.tmp news-2009.html.tmp bindings.html.tmp api.html.tmp news-2010.html.tmp contact.html.tmp drvnodedev.html.tmp news-2011.html.tmp index.html.tmp auth.html.tmp drvlxc.html.tmp uri.html.tmp pci-hotplug.html.tmp news-2012.html.tmp hvsupport.html.tmp locking-sanlock.html.tmp drvtest.html.tmp support.html.tmp testtck.html.tmp docs.html.tmp news-2013.html.tmp drvbhyve.html.tmp nss.html.tmp migration.html.tmp storage.html.tmp firewall.html.tmp virshcmdref.html.tmp news-2007.html.tmp gmake[2]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-freebsd-11/w…'> Making all in gnulib/tests gmake[2]: Entering directory '/usr<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-freebsd-11/w…'> GEN ctype.h GEN math.h GEN inttypes.h GEN test-posix_spawn1.sh GEN test-posix_spawn2.sh GEN spawn.h gmake all-recursive gmake[3]: Entering directory '/usr<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-freebsd-11/w…'> Making all in . gmake[4]: Entering directory '/usr<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-freebsd-11/w…'> gmake[4]: Nothing to be done for 'all-am'. gmake[4]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-freebsd-11/w…'> gmake[3]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-freebsd-11/w…'> gmake[2]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-freebsd-11/w…'> Making all in tests gmake[2]: Entering directory '/usr<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-freebsd-11/w…'> CC shunloadhelper.lo CC virportallocatormock.lo CC virnetdaemonmock.lo CC virnetserverclientmock.lo CC vircgroupmock.lo CC virpcimock.lo CC virnetdevmock_la-virnetdevmock.lo CC virrandommock.lo CC virhostcpumock.lo CC domaincapsmock.lo CC virfilecachemock.lo CC virdbusmock_la-virdbusmock.lo CC qemumonitortestutils.lo CCLD libqemutestdriver.la CC qemuxml2argvmock.lo CC qemucaps2xmlmock.lo CC qemucapsprobemock.lo CC qemucpumock.lo CC bhyvexml2argvmock.lo CC bhyveargv2xmlmock.lo CC nssmock.lo CC virdeterministichashmock.lo CC virshtest.o CC testutils.o CC sockettest.o CC virhostcputest.o CC virfilewrapper.o CC virbuftest.o CC commandtest.o CC seclabeltest.o CC virhashtest.o CC virconftest.o CC viratomictest.o CC utiltest.o CC shunloadtest.o CC virtimetest.o CC viruritest.o CC virkeyfiletest.o CC viralloctest.o CC virauthconfigtest.o CC virbitmaptest.o CC vircgrouptest.o CC vircryptotest.o CC virpcitest.o CC virendiantest.o CC virfiletest.o CC virfilecachetest.o CC virfirewalltest-virfirewalltest.o CC virfirewalltest-testutils.o CC viriscsitest.o CC virkeycodetest.o CC virlockspacetest.o CC virlogtest.o CC virrotatingfiletest.o CC virschematest.o CC virstringtest.o CC virportallocatortest.o CC sysinfotest.o CC virkmodtest.o CC vircapstest.o CC testutilsqemu.o CC domaincapstest.o CC domainconftest.o CC virhostdevtest.o CC virnetdevtest-virnetdevtest.o CC virnetdevtest-testutils.o CC virtypedparamtest.o CC virnetmessagetest.o CC virnetsockettest.o CC virnetdaemontest.o CC virnetserverclienttest.o CC virnettlscontexttest.o CC virnettlshelpers.o CC virnettlssessiontest.o CC fdstreamtest.o CC virdbustest-virdbustest.o CC virdbustest-testutils.o CC virsystemdtest-virsystemdtest.o CC virsystemdtest-testutils.o CC virpolkittest-virpolkittest.o CC virpolkittest-testutils.o CC qemuxml2argvtest.o CC qemuxml2xmltest.o CC qemuargv2xmltest.o CC qemuhelptest.o CC domainsnapshotxml2xmltest.o CC qemumonitortest.o CC qemumonitorjsontest.o CC qemuhotplugtest.o CC qemuagenttest.o CC qemucapabilitiestest.o CC qemucaps2xmltest.o CC qemumemlocktest.o CC qemucommandutiltest.o CC qemublocktest.o CC esxutilstest.o CC vboxsnapshotxmltest.o CC vmx2xmltest.o CC xml2vmxtest.o CC vmwarevertest.o CC bhyvexml2argvtest.o CC bhyvexml2xmltest.o CC bhyveargv2xmltest.o ../../tests/bhyvexml2xmltest.c:42:57: error: too many arguments to function call, expected 7, have 9 false, NULL, NULL, 0, ^~ ../../tests/testutils.h:160:1: note: 'testCompareDomXML2XMLFiles' declared here int testCompareDomXML2XMLFiles(virCapsPtr caps, ^ 1 error generated. gmake[2]: *** [Makefile:5396: bhyvexml2xmltest.o] Error 1 gmake[2]: *** Waiting for unfinished jobs.... gmake[2]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-freebsd-11/w…'> gmake[1]: *** [Makefile:2126: all-recursive] Error 1 gmake[1]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-freebsd-11/w…'> gmake: *** [Makefile:2019: all] Error 2 Build step 'Execute shell' marked build as failure
1 2
0 0
  • ← Newer
  • 1
  • ...
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • ...
  • 15
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.