[Libvirt-ci] Passed: libvirt/libvirt#839 (master - 71d56a3)
by Travis CI
Build Update for libvirt/libvirt
-------------------------------------
Build: #839
Status: Passed
Duration: 14 hours, 33 minutes, and 10 seconds
Commit: 71d56a3 (master)
Author: Jim Fehlig
Message: nodedev: Fix failing to parse PCI address for non-PCI network devices
Commit 8708ca01c added virNetDevSwitchdevFeature() to check if a network
device has Switchdev capabilities. virNetDevSwitchdevFeature() attempts
to retrieve the PCI device associated with the network device, ignoring
non-PCI devices. It does so via the following call chain
virNetDevSwitchdevFeature()->virNetDevGetPCIDevice()->
virPCIGetDeviceAddressFromSysfsLink()
For non-PCI network devices (qeth, Xen vif, etc),
virPCIGetDeviceAddressFromSysfsLink() will report an error when
virPCIDeviceAddressParse() fails. virPCIDeviceAddressParse() also
logs an error. After commit 8708ca01c there are now two errors reported
for each non-PCI network device even though the errors are harmless.
To avoid the errors, introduce virNetDevIsPCIDevice() and use it in
virNetDevGetPCIDevice() before attempting to retrieve the associated
PCI device. virNetDevIsPCIDevice() uses the 'subsystem' property of the
device to determine if it is PCI. See the sysfs rules in kernel
documentation for more details
https://www.kernel.org/doc/html/latest/admin-guide/sysfs-rules.html
View the changeset: https://github.com/libvirt/libvirt/compare/72adaf2f1050...71d56a397925
View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/330911283?utm_source=email&u...
--
You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
6 years, 11 months
[Libvirt-ci] Build failed in Jenkins: libvirt-sandbox-master-build » libvirt-debian-9 #848
by ci@centos.org
See <https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-de...>
Changes:
[berrange] Search for standalone xdr library
[berrange] Improve check for static lzma/zlib
[berrange] Require rpcgen/libtirpc
------------------------------------------
[...truncated 10.76 KB...]
checking whether C compiler handles -Wpointer-sign... yes
checking whether C compiler handles -Wpointer-to-int-cast... yes
checking whether C compiler handles -Wpragmas... yes
checking whether C compiler handles -Wreturn-local-addr... yes
checking whether C compiler handles -Wreturn-type... yes
checking whether C compiler handles -Wsequence-point... yes
checking whether C compiler handles -Wshadow... yes
checking whether C compiler handles -Wsizeof-pointer-memaccess... yes
checking whether C compiler handles -Wstack-protector... yes
checking whether C compiler handles -Wstrict-aliasing... yes
checking whether C compiler handles -Wstrict-overflow... yes
checking whether C compiler handles -Wstrict-prototypes... yes
checking whether C compiler handles -Wsuggest-attribute=const... yes
checking whether C compiler handles -Wsuggest-attribute=format... yes
checking whether C compiler handles -Wsuggest-attribute=noreturn... yes
checking whether C compiler handles -Wsuggest-attribute=pure... yes
checking whether C compiler handles -Wswitch... yes
checking whether C compiler handles -Wswitch-default... yes
checking whether C compiler handles -Wsync-nand... yes
checking whether C compiler handles -Wtrampolines... yes
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 -Wunsafe-loop-optimizations... yes
checking whether C compiler handles -Wunused... yes
checking whether C compiler handles -Wunused-but-set-parameter... yes
checking whether C compiler handles -Wunused-but-set-variable... yes
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... yes
checking whether C compiler handles -Wvla... yes
checking whether C compiler handles -Wvolatile-register-var... yes
checking whether C compiler handles -Wwrite-strings... yes
checking whether C compiler handles -Wnormalized=nfc... yes
checking whether C compiler handles -Wno-sign-compare... yes
checking whether C compiler handles -Wno-sign-conversion... yes
checking whether C compiler handles -Wno-conversion... yes
checking whether C compiler handles -Wno-unused-parameter... yes
checking whether C compiler handles -Wno-format-nonliteral... yes
checking whether C compiler handles -Wjump-misses-init... (cached) yes
checking whether C compiler handles -Wframe-larger-than=4096... yes
checking whether C compiler handles -fstack-protector-all... yes
checking whether C compiler handles --param=ssp-buffer-size=4... yes
checking whether C compiler handles -fexceptions... yes
checking whether C compiler handles -fasynchronous-unwind-tables... yes
checking whether C compiler handles -fdiagnostics-show-option... yes
checking whether C compiler handles -funit-at-a-time... 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 for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GIO_UNIX... yes
checking for GOBJECT... yes
checking for LIBVIRT... yes
checking for LIBVIRT_GLIB... yes
checking for LIBVIRT_GOBJECT... yes
checking for LIBVIRT_GCONFIG... yes
checking for ZLIB... yes
checking for LZMA... yes
checking cap-ng.h usability... yes
checking cap-ng.h presence... yes
checking for cap-ng.h... yes
checking for capng_updatev in -lcap-ng... yes
checking for gtk-doc... yes
checking for gtkdoc-check... gtkdoc-check.test
checking for gtkdoc-check... /usr/bin/gtkdoc-check
checking for gtkdoc-rebase... /usr/bin/gtkdoc-rebase
checking for gtkdoc-mkpdf... /usr/bin/gtkdoc-mkpdf
checking whether to build gtk-doc documentation... yes
checking for GTKDOC_DEPS... yes
checking for perl... /usr/bin/perl
checking for rpcgen... /usr/bin/rpcgen
checking selinux/selinux.h usability... yes
checking selinux/selinux.h presence... yes
checking for selinux/selinux.h... yes
checking for fgetfilecon in -lselinux... yes
checking for library containing xdrmem_create... none required
checking where to find <rpc/rpc.h>... none
checking for static LIBC... yes
checking for static LZMA... yes
checking for static ZLIB... yes
checking for ldd... /usr/bin/ldd
checking for gobject-introspection... yes
checking whether NLS is requested... yes
checking for intltool >= 0.35.0... 0.51.0 found
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.24.1
checking for XML::Parser... ok
checking for python... /usr/bin/python
checking for python version... 2.7
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.7/site-packages
checking for python extension module directory... ${exec_prefix}/lib/python2.7/site-packages
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libvirt-sandbox/Makefile
config.status: creating libvirt-sandbox/tests/Makefile
config.status: creating libvirt-sandbox/image/Makefile
config.status: creating libvirt-sandbox/image/sources/Makefile
config.status: creating bin/Makefile
config.status: creating examples/Makefile
config.status: creating docs/Makefile
config.status: creating docs/libvirt-sandbox/Makefile
config.status: creating po/Makefile.in
config.status: creating libvirt-sandbox.spec
config.status: creating libvirt-sandbox-1.0.pc
config.status: creating config.h
config.status: linking ../GNUmakefile to GNUmakefile
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po/stamp-it commands
configure:
configure: Configuration summary
configure: =====================
configure:
configure:
configure: Libraries:
configure:
configure: LZMA: -llzma
configure: ZLIB: -lz
configure: GOBJECT: -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -lgobject-2.0 -lglib-2.0
configure: LIBVIRT_GOBJECT: -I/home/jenkins/build/libvirt/include/libvirt-gobject-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/home/jenkins/build/libvirt/include/libvirt-gconfig-1.0 -I/usr/include/libxml2 -I/home/jenkins/build/libvirt/include -pthread -L/home/jenkins/build/libvirt/lib -lvirt-gobject-1.0 -lgio-2.0 -lvirt-gconfig-1.0 -lgobject-2.0 -lglib-2.0 -lxml2 -lvirt
configure:
Now type 'make' to compile libvirt-sandbox.
+ make -j3
make all-recursive
make[1]: Entering directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-de...'>
Making all in libvirt-sandbox
make[2]: Entering directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-de...'>
GEN libvirt-sandbox-enum-types.h
GEN libvirt-sandbox-protocol.h
GEN libvirt-sandbox-enum-types.c
GEN libvirt-sandbox-protocol.c
make all-recursive
make[3]: Entering directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-de...'>
Making all in tests
make[4]: Entering directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-de...'>
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-de...'>
Making all in image
make[4]: Entering directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-de...'>
Making all in sources
make[5]: Entering directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-de...'>
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-de...'>
make[5]: Entering directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-de...'>
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-de...'>
make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-de...'>
make[4]: Entering directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-de...'>
CC libvirt_sandbox_1_0_la-libvirt-sandbox-main.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-builder.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-builder-initrd.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-builder-machine.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-builder-container.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-console.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-console-raw.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-console-rpc.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-context.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-context-interactive.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-context-service.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-util.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-config.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-disk.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-network.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-network-address.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-network-filterref.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-network-filterref-parameter.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-network-route.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-mount.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-mount-file.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-mount-host-bind.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-mount-host-image.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-mount-guest-bind.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-mount-ram.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-initrd.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-interactive.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-service.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-service-systemd.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-service-generic.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-rpcpacket.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-enum-types.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-protocol.lo
CC libvirt_sandbox_init_common-libvirt-sandbox-init-common.o
CC libvirt_sandbox_init_common-libvirt-sandbox-protocol.o
CC libvirt_sandbox_init_common-libvirt-sandbox-rpcpacket.o
CC libvirt_sandbox_init_common-libvirt-sandbox-util.o
CC libvirt_sandbox_init_common-libvirt-sandbox-config.o
CC libvirt_sandbox_init_common-libvirt-sandbox-config-disk.o
CC libvirt_sandbox_init_common-libvirt-sandbox-config-network.o
CC libvirt_sandbox_init_common-libvirt-sandbox-config-network-address.o
CC libvirt_sandbox_init_common-libvirt-sandbox-config-network-filterref.o
CC libvirt_sandbox_init_common-libvirt-sandbox-config-network-filterref-parameter.o
CC libvirt_sandbox_init_common-libvirt-sandbox-config-network-route.o
CC libvirt_sandbox_init_common-libvirt-sandbox-config-mount.o
CC libvirt_sandbox_init_common-libvirt-sandbox-config-mount-file.o
CC libvirt_sandbox_init_common-libvirt-sandbox-config-mount-host-bind.o
CC libvirt_sandbox_init_common-libvirt-sandbox-config-mount-host-image.o
CC libvirt_sandbox_init_common-libvirt-sandbox-config-mount-guest-bind.o
CC libvirt_sandbox_init_common-libvirt-sandbox-config-mount-ram.o
CC libvirt_sandbox_init_common-libvirt-sandbox-config-initrd.o
CC libvirt_sandbox_init_common-libvirt-sandbox-config-interactive.o
CC libvirt_sandbox_init_common-libvirt-sandbox-config-service.o
CC libvirt_sandbox_init_common-libvirt-sandbox-config-service-systemd.o
CC libvirt_sandbox_init_common-libvirt-sandbox-config-service-generic.o
CC libvirt_sandbox_init_qemu-libvirt-sandbox-init-qemu.o
CC libvirt_sandbox_init_lxc-libvirt-sandbox-init-lxc.o
CCLD libvirt-sandbox-1.0.la
CCLD libvirt-sandbox-init-common
CCLD libvirt-sandbox-init-qemu
CCLD libvirt-sandbox-init-lxc
gcc: error: none: No such file or directory
gcc: error: required: No such file or directory
Makefile:963: recipe for target 'libvirt-sandbox-init-common' failed
make[4]: *** [libvirt-sandbox-init-common] Error 1
make[4]: *** Waiting for unfinished jobs....
ar: `u' modifier ignored since `D' is the default (see `U')
make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-de...'>
Makefile:1744: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-de...'>
Makefile:841: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-de...'>
Makefile:567: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-de...'>
Makefile:474: recipe for target 'all' failed
make: *** [all] Error 2
Build step 'Execute shell' marked build as failure
6 years, 11 months
[Libvirt-ci] Build failed in Jenkins: libvirt-sandbox-master-build » libvirt-fedora-26 #848
by ci@centos.org
See <https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fe...>
Changes:
[berrange] Search for standalone xdr library
[berrange] Improve check for static lzma/zlib
[berrange] Require rpcgen/libtirpc
------------------------------------------
[...truncated 10.71 KB...]
checking whether C compiler handles -Woverlength-strings... yes
checking whether C compiler handles -Woverride-init... yes
checking whether C compiler handles -Wpacked... yes
checking whether C compiler handles -Wpacked-bitfield-compat... yes
checking whether C compiler handles -Wparentheses... yes
checking whether C compiler handles -Wpointer-arith... yes
checking whether C compiler handles -Wpointer-sign... yes
checking whether C compiler handles -Wpointer-to-int-cast... yes
checking whether C compiler handles -Wpragmas... yes
checking whether C compiler handles -Wreturn-local-addr... yes
checking whether C compiler handles -Wreturn-type... yes
checking whether C compiler handles -Wsequence-point... yes
checking whether C compiler handles -Wshadow... yes
checking whether C compiler handles -Wsizeof-pointer-memaccess... yes
checking whether C compiler handles -Wstack-protector... yes
checking whether C compiler handles -Wstrict-aliasing... yes
checking whether C compiler handles -Wstrict-overflow... yes
checking whether C compiler handles -Wstrict-prototypes... yes
checking whether C compiler handles -Wsuggest-attribute=const... yes
checking whether C compiler handles -Wsuggest-attribute=format... yes
checking whether C compiler handles -Wsuggest-attribute=noreturn... yes
checking whether C compiler handles -Wsuggest-attribute=pure... yes
checking whether C compiler handles -Wswitch... yes
checking whether C compiler handles -Wswitch-default... yes
checking whether C compiler handles -Wsync-nand... yes
checking whether C compiler handles -Wtrampolines... yes
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 -Wunsafe-loop-optimizations... yes
checking whether C compiler handles -Wunused... yes
checking whether C compiler handles -Wunused-but-set-parameter... yes
checking whether C compiler handles -Wunused-but-set-variable... yes
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... yes
checking whether C compiler handles -Wvla... yes
checking whether C compiler handles -Wvolatile-register-var... yes
checking whether C compiler handles -Wwrite-strings... yes
checking whether C compiler handles -Wnormalized=nfc... yes
checking whether C compiler handles -Wno-sign-compare... yes
checking whether C compiler handles -Wno-sign-conversion... yes
checking whether C compiler handles -Wno-conversion... yes
checking whether C compiler handles -Wno-unused-parameter... yes
checking whether C compiler handles -Wno-format-nonliteral... yes
checking whether C compiler handles -Wjump-misses-init... (cached) yes
checking whether C compiler handles -Wframe-larger-than=4096... yes
checking whether C compiler handles -fstack-protector-all... yes
checking whether C compiler handles --param=ssp-buffer-size=4... yes
checking whether C compiler handles -fexceptions... yes
checking whether C compiler handles -fasynchronous-unwind-tables... yes
checking whether C compiler handles -fdiagnostics-show-option... yes
checking whether C compiler handles -funit-at-a-time... 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 for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GIO_UNIX... yes
checking for GOBJECT... yes
checking for LIBVIRT... yes
checking for LIBVIRT_GLIB... yes
checking for LIBVIRT_GOBJECT... yes
checking for LIBVIRT_GCONFIG... yes
checking for ZLIB... yes
checking for LZMA... yes
checking cap-ng.h usability... yes
checking cap-ng.h presence... yes
checking for cap-ng.h... yes
checking for capng_updatev in -lcap-ng... yes
checking for gtk-doc... yes
checking for gtkdoc-check... gtkdoc-check.test
checking for gtkdoc-check... /usr/bin/gtkdoc-check
checking for gtkdoc-rebase... /usr/bin/gtkdoc-rebase
checking for gtkdoc-mkpdf... /usr/bin/gtkdoc-mkpdf
checking whether to build gtk-doc documentation... yes
checking for GTKDOC_DEPS... yes
checking for perl... /usr/bin/perl
checking for rpcgen... /usr/bin/rpcgen
checking selinux/selinux.h usability... yes
checking selinux/selinux.h presence... yes
checking for selinux/selinux.h... yes
checking for fgetfilecon in -lselinux... yes
checking for library containing xdrmem_create... none required
checking where to find <rpc/rpc.h>... none
checking for static LIBC... yes
checking for static LZMA... yes
checking for static ZLIB... yes
checking for ldd... /usr/bin/ldd
checking for gobject-introspection... yes
checking whether NLS is requested... yes
checking for intltool >= 0.35.0... 0.51.0 found
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.24.3
checking for XML::Parser... ok
checking for python... /usr/bin/python
checking for python version... 2.7
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.7/site-packages
checking for python extension module directory... ${exec_prefix}/lib64/python2.7/site-packages
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libvirt-sandbox/Makefile
config.status: creating libvirt-sandbox/tests/Makefile
config.status: creating libvirt-sandbox/image/Makefile
config.status: creating libvirt-sandbox/image/sources/Makefile
config.status: creating bin/Makefile
config.status: creating examples/Makefile
config.status: creating docs/Makefile
config.status: creating docs/libvirt-sandbox/Makefile
config.status: creating po/Makefile.in
config.status: creating libvirt-sandbox.spec
config.status: creating libvirt-sandbox-1.0.pc
config.status: creating config.h
config.status: linking ../GNUmakefile to GNUmakefile
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po/stamp-it commands
configure:
configure: Configuration summary
configure: =====================
configure:
configure:
configure: Libraries:
configure:
configure: LZMA: -llzma -pthread
configure: ZLIB: -lz
configure: GOBJECT: -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -lgobject-2.0 -lglib-2.0
configure: LIBVIRT_GOBJECT: -I/home/jenkins/build/libvirt/include/libvirt-gobject-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/jenkins/build/libvirt/include/libvirt-gconfig-1.0 -I/usr/include/libxml2 -pthread -L/home/jenkins/build/libvirt/lib -lvirt-gobject-1.0 -lgio-2.0 -lvirt-gconfig-1.0 -lgobject-2.0 -lglib-2.0 -lxml2 -lvirt
configure:
Now type 'make' to compile libvirt-sandbox.
+ make -j3
make all-recursive
make[1]: Entering directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fe...'>
Making all in libvirt-sandbox
make[2]: Entering directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fe...'>
GEN libvirt-sandbox-enum-types.h
GEN libvirt-sandbox-enum-types.c
GEN libvirt-sandbox-protocol.h
GEN libvirt-sandbox-protocol.c
make all-recursive
make[3]: Entering directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fe...'>
Making all in tests
make[4]: Entering directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fe...'>
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fe...'>
Making all in image
make[4]: Entering directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fe...'>
Making all in sources
make[5]: Entering directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fe...'>
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fe...'>
make[5]: Entering directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fe...'>
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fe...'>
make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fe...'>
make[4]: Entering directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fe...'>
CC libvirt_sandbox_1_0_la-libvirt-sandbox-main.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-builder.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-builder-initrd.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-builder-machine.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-builder-container.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-console.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-console-raw.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-console-rpc.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-context.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-context-interactive.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-context-service.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-util.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-config.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-disk.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-network.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-network-address.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-network-filterref.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-network-filterref-parameter.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-network-route.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-mount.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-mount-file.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-mount-host-bind.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-mount-host-image.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-mount-guest-bind.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-mount-ram.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-initrd.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-interactive.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-service.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-service-systemd.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-service-generic.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-rpcpacket.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-enum-types.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-protocol.lo
CC libvirt_sandbox_init_common-libvirt-sandbox-init-common.o
CC libvirt_sandbox_init_common-libvirt-sandbox-protocol.o
CC libvirt_sandbox_init_common-libvirt-sandbox-rpcpacket.o
CC libvirt_sandbox_init_common-libvirt-sandbox-util.o
CC libvirt_sandbox_init_common-libvirt-sandbox-config.o
CC libvirt_sandbox_init_common-libvirt-sandbox-config-disk.o
CC libvirt_sandbox_init_common-libvirt-sandbox-config-network.o
CC libvirt_sandbox_init_common-libvirt-sandbox-config-network-address.o
CC libvirt_sandbox_init_common-libvirt-sandbox-config-network-filterref.o
CC libvirt_sandbox_init_common-libvirt-sandbox-config-network-filterref-parameter.o
CC libvirt_sandbox_init_common-libvirt-sandbox-config-network-route.o
CC libvirt_sandbox_init_common-libvirt-sandbox-config-mount.o
CC libvirt_sandbox_init_common-libvirt-sandbox-config-mount-file.o
CC libvirt_sandbox_init_common-libvirt-sandbox-config-mount-host-bind.o
CC libvirt_sandbox_init_common-libvirt-sandbox-config-mount-host-image.o
CC libvirt_sandbox_init_common-libvirt-sandbox-config-mount-guest-bind.o
CC libvirt_sandbox_init_common-libvirt-sandbox-config-mount-ram.o
CC libvirt_sandbox_init_common-libvirt-sandbox-config-initrd.o
CC libvirt_sandbox_init_common-libvirt-sandbox-config-interactive.o
CC libvirt_sandbox_init_common-libvirt-sandbox-config-service.o
CC libvirt_sandbox_init_common-libvirt-sandbox-config-service-systemd.o
CC libvirt_sandbox_init_common-libvirt-sandbox-config-service-generic.o
CC libvirt_sandbox_init_qemu-libvirt-sandbox-init-qemu.o
CC libvirt_sandbox_init_lxc-libvirt-sandbox-init-lxc.o
CCLD libvirt-sandbox-init-common
CCLD libvirt-sandbox-init-lxc
CCLD libvirt-sandbox-1.0.la
CCLD libvirt-sandbox-init-qemu
gcc: error: none: No such file or directory
gcc: error: required: No such file or directory
make[4]: *** [Makefile:963: libvirt-sandbox-init-common] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fe...'>
make[3]: *** [Makefile:1743: all-recursive] Error 1
make[3]: Leaving directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fe...'>
make[2]: *** [Makefile:840: all] Error 2
make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fe...'>
make[1]: *** [Makefile:566: all-recursive] Error 1
make[1]: Leaving directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fe...'>
make: *** [Makefile:473: all] Error 2
Build step 'Execute shell' marked build as failure
6 years, 11 months
[Libvirt-ci] Build failed in Jenkins: libvirt-sandbox-master-build » libvirt-fedora-27 #848
by ci@centos.org
See <https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fe...>
Changes:
[berrange] Search for standalone xdr library
[berrange] Improve check for static lzma/zlib
[berrange] Require rpcgen/libtirpc
------------------------------------------
[...truncated 10.71 KB...]
checking whether C compiler handles -Woverlength-strings... yes
checking whether C compiler handles -Woverride-init... yes
checking whether C compiler handles -Wpacked... yes
checking whether C compiler handles -Wpacked-bitfield-compat... yes
checking whether C compiler handles -Wparentheses... yes
checking whether C compiler handles -Wpointer-arith... yes
checking whether C compiler handles -Wpointer-sign... yes
checking whether C compiler handles -Wpointer-to-int-cast... yes
checking whether C compiler handles -Wpragmas... yes
checking whether C compiler handles -Wreturn-local-addr... yes
checking whether C compiler handles -Wreturn-type... yes
checking whether C compiler handles -Wsequence-point... yes
checking whether C compiler handles -Wshadow... yes
checking whether C compiler handles -Wsizeof-pointer-memaccess... yes
checking whether C compiler handles -Wstack-protector... yes
checking whether C compiler handles -Wstrict-aliasing... yes
checking whether C compiler handles -Wstrict-overflow... yes
checking whether C compiler handles -Wstrict-prototypes... yes
checking whether C compiler handles -Wsuggest-attribute=const... yes
checking whether C compiler handles -Wsuggest-attribute=format... yes
checking whether C compiler handles -Wsuggest-attribute=noreturn... yes
checking whether C compiler handles -Wsuggest-attribute=pure... yes
checking whether C compiler handles -Wswitch... yes
checking whether C compiler handles -Wswitch-default... yes
checking whether C compiler handles -Wsync-nand... yes
checking whether C compiler handles -Wtrampolines... yes
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 -Wunsafe-loop-optimizations... yes
checking whether C compiler handles -Wunused... yes
checking whether C compiler handles -Wunused-but-set-parameter... yes
checking whether C compiler handles -Wunused-but-set-variable... yes
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... yes
checking whether C compiler handles -Wvla... yes
checking whether C compiler handles -Wvolatile-register-var... yes
checking whether C compiler handles -Wwrite-strings... yes
checking whether C compiler handles -Wnormalized=nfc... yes
checking whether C compiler handles -Wno-sign-compare... yes
checking whether C compiler handles -Wno-sign-conversion... yes
checking whether C compiler handles -Wno-conversion... yes
checking whether C compiler handles -Wno-unused-parameter... yes
checking whether C compiler handles -Wno-format-nonliteral... yes
checking whether C compiler handles -Wjump-misses-init... (cached) yes
checking whether C compiler handles -Wframe-larger-than=4096... yes
checking whether C compiler handles -fstack-protector-all... yes
checking whether C compiler handles --param=ssp-buffer-size=4... yes
checking whether C compiler handles -fexceptions... yes
checking whether C compiler handles -fasynchronous-unwind-tables... yes
checking whether C compiler handles -fdiagnostics-show-option... yes
checking whether C compiler handles -funit-at-a-time... 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 for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GIO_UNIX... yes
checking for GOBJECT... yes
checking for LIBVIRT... yes
checking for LIBVIRT_GLIB... yes
checking for LIBVIRT_GOBJECT... yes
checking for LIBVIRT_GCONFIG... yes
checking for ZLIB... yes
checking for LZMA... yes
checking cap-ng.h usability... yes
checking cap-ng.h presence... yes
checking for cap-ng.h... yes
checking for capng_updatev in -lcap-ng... yes
checking for gtk-doc... yes
checking for gtkdoc-check... gtkdoc-check.test
checking for gtkdoc-check... /usr/bin/gtkdoc-check
checking for gtkdoc-rebase... /usr/bin/gtkdoc-rebase
checking for gtkdoc-mkpdf... /usr/bin/gtkdoc-mkpdf
checking whether to build gtk-doc documentation... yes
checking for GTKDOC_DEPS... yes
checking for perl... /usr/bin/perl
checking for rpcgen... /usr/bin/rpcgen
checking selinux/selinux.h usability... yes
checking selinux/selinux.h presence... yes
checking for selinux/selinux.h... yes
checking for fgetfilecon in -lselinux... yes
checking for library containing xdrmem_create... none required
checking where to find <rpc/rpc.h>... none
checking for static LIBC... yes
checking for static LZMA... yes
checking for static ZLIB... yes
checking for ldd... /usr/bin/ldd
checking for gobject-introspection... yes
checking whether NLS is requested... yes
checking for intltool >= 0.35.0... 0.51.0 found
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.26.1
checking for XML::Parser... ok
checking for python... /usr/bin/python
checking for python version... 2.7
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.7/site-packages
checking for python extension module directory... ${exec_prefix}/lib64/python2.7/site-packages
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libvirt-sandbox/Makefile
config.status: creating libvirt-sandbox/tests/Makefile
config.status: creating libvirt-sandbox/image/Makefile
config.status: creating libvirt-sandbox/image/sources/Makefile
config.status: creating bin/Makefile
config.status: creating examples/Makefile
config.status: creating docs/Makefile
config.status: creating docs/libvirt-sandbox/Makefile
config.status: creating po/Makefile.in
config.status: creating libvirt-sandbox.spec
config.status: creating libvirt-sandbox-1.0.pc
config.status: creating config.h
config.status: linking ../GNUmakefile to GNUmakefile
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po/stamp-it commands
configure:
configure: Configuration summary
configure: =====================
configure:
configure:
configure: Libraries:
configure:
configure: LZMA: -llzma -pthread
configure: ZLIB: -lz
configure: GOBJECT: -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -lgobject-2.0 -lglib-2.0
configure: LIBVIRT_GOBJECT: -I/home/jenkins/build/libvirt/include/libvirt-gobject-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/jenkins/build/libvirt/include/libvirt-gconfig-1.0 -I/usr/include/libxml2 -pthread -L/home/jenkins/build/libvirt/lib -lvirt-gobject-1.0 -lgio-2.0 -lvirt-gconfig-1.0 -lgobject-2.0 -lglib-2.0 -lxml2 -lvirt
configure:
Now type 'make' to compile libvirt-sandbox.
+ make -j3
make all-recursive
make[1]: Entering directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fe...'>
Making all in libvirt-sandbox
make[2]: Entering directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fe...'>
GEN libvirt-sandbox-enum-types.h
GEN libvirt-sandbox-enum-types.c
GEN libvirt-sandbox-protocol.h
GEN libvirt-sandbox-protocol.c
make all-recursive
make[3]: Entering directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fe...'>
Making all in tests
make[4]: Entering directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fe...'>
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fe...'>
Making all in image
make[4]: Entering directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fe...'>
Making all in sources
make[5]: Entering directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fe...'>
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fe...'>
make[5]: Entering directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fe...'>
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fe...'>
make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fe...'>
make[4]: Entering directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fe...'>
CC libvirt_sandbox_1_0_la-libvirt-sandbox-main.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-builder.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-builder-initrd.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-builder-machine.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-builder-container.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-console.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-console-raw.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-console-rpc.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-context.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-context-interactive.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-context-service.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-util.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-config.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-disk.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-network.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-network-address.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-network-filterref.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-network-filterref-parameter.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-network-route.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-mount.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-mount-file.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-mount-host-bind.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-mount-host-image.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-mount-guest-bind.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-mount-ram.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-initrd.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-interactive.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-service.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-service-systemd.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-config-service-generic.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-rpcpacket.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-enum-types.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-protocol.lo
CC libvirt_sandbox_init_common-libvirt-sandbox-init-common.o
CC libvirt_sandbox_init_common-libvirt-sandbox-protocol.o
CC libvirt_sandbox_init_common-libvirt-sandbox-rpcpacket.o
CC libvirt_sandbox_init_common-libvirt-sandbox-util.o
CC libvirt_sandbox_init_common-libvirt-sandbox-config.o
CC libvirt_sandbox_init_common-libvirt-sandbox-config-disk.o
CC libvirt_sandbox_init_common-libvirt-sandbox-config-network.o
CC libvirt_sandbox_init_common-libvirt-sandbox-config-network-address.o
CC libvirt_sandbox_init_common-libvirt-sandbox-config-network-filterref.o
CC libvirt_sandbox_init_common-libvirt-sandbox-config-network-filterref-parameter.o
CC libvirt_sandbox_init_common-libvirt-sandbox-config-network-route.o
CC libvirt_sandbox_init_common-libvirt-sandbox-config-mount.o
CC libvirt_sandbox_init_common-libvirt-sandbox-config-mount-file.o
CC libvirt_sandbox_init_common-libvirt-sandbox-config-mount-host-bind.o
CC libvirt_sandbox_init_common-libvirt-sandbox-config-mount-host-image.o
CC libvirt_sandbox_init_common-libvirt-sandbox-config-mount-guest-bind.o
CC libvirt_sandbox_init_common-libvirt-sandbox-config-mount-ram.o
CC libvirt_sandbox_init_common-libvirt-sandbox-config-initrd.o
CC libvirt_sandbox_init_common-libvirt-sandbox-config-interactive.o
CC libvirt_sandbox_init_common-libvirt-sandbox-config-service.o
CC libvirt_sandbox_init_common-libvirt-sandbox-config-service-systemd.o
CC libvirt_sandbox_init_common-libvirt-sandbox-config-service-generic.o
CC libvirt_sandbox_init_qemu-libvirt-sandbox-init-qemu.o
CC libvirt_sandbox_init_lxc-libvirt-sandbox-init-lxc.o
CCLD libvirt-sandbox-init-common
CCLD libvirt-sandbox-init-qemu
CCLD libvirt-sandbox-init-lxc
CCLD libvirt-sandbox-1.0.la
gcc: error: none: No such file or directory
gcc: error: required: No such file or directory
make[4]: *** [Makefile:963: libvirt-sandbox-init-common] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fe...'>
make[3]: *** [Makefile:1743: all-recursive] Error 1
make[3]: Leaving directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fe...'>
make[2]: *** [Makefile:840: all] Error 2
make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fe...'>
make[1]: *** [Makefile:566: all-recursive] Error 1
make[1]: Leaving directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fe...'>
make: *** [Makefile:473: all] Error 2
Build step 'Execute shell' marked build as failure
6 years, 11 months
[Libvirt-ci] Build failed in Jenkins: libvirt-sandbox-master-build » libvirt-fedora-rawhide #843
by ci@centos.org
See <https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fe...>
------------------------------------------
[...truncated 8.50 KB...]
checking whether C compiler handles -Wattributes... yes
checking whether C compiler handles -Wbuiltin-macro-redefined... yes
checking whether C compiler handles -Wcast-align... yes
checking whether C compiler handles -Wchar-subscripts... yes
checking whether C compiler handles -Wclobbered... yes
checking whether C compiler handles -Wcomment... yes
checking whether C compiler handles -Wcomments... yes
checking whether C compiler handles -Wcoverage-mismatch... yes
checking whether C compiler handles -Wcpp... yes
checking whether C compiler handles -Wdate-time... yes
checking whether C compiler handles -Wdeprecated-declarations... yes
checking whether C compiler handles -Wdisabled-optimization... yes
checking whether C compiler handles -Wdiv-by-zero... yes
checking whether C compiler handles -Wdouble-promotion... yes
checking whether C compiler handles -Wempty-body... yes
checking whether C compiler handles -Wendif-labels... yes
checking whether C compiler handles -Wenum-compare... yes
checking whether C compiler handles -Wextra... yes
checking whether C compiler handles -Wformat-contains-nul... yes
checking whether C compiler handles -Wformat-extra-args... yes
checking whether C compiler handles -Wformat-nonliteral... yes
checking whether C compiler handles -Wformat-security... yes
checking whether C compiler handles -Wformat-y2k... yes
checking whether C compiler handles -Wformat-zero-length... yes
checking whether C compiler handles -Wfree-nonheap-object... yes
checking whether C compiler handles -Wignored-qualifiers... yes
checking whether C compiler handles -Wimplicit... yes
checking whether C compiler handles -Wimplicit-function-declaration... yes
checking whether C compiler handles -Wimplicit-int... yes
checking whether C compiler handles -Winit-self... yes
checking whether C compiler handles -Winline... yes
checking whether C compiler handles -Wint-to-pointer-cast... yes
checking whether C compiler handles -Winvalid-memory-model... yes
checking whether C compiler handles -Winvalid-pch... yes
checking whether C compiler handles -Wjump-misses-init... yes
checking whether C compiler handles -Wlogical-op... yes
checking whether C compiler handles -Wmain... yes
checking whether C compiler handles -Wmaybe-uninitialized... yes
checking whether C compiler handles -Wmissing-braces... yes
checking whether C compiler handles -Wmissing-declarations... yes
checking whether C compiler handles -Wmissing-field-initializers... yes
checking whether C compiler handles -Wmissing-include-dirs... yes
checking whether C compiler handles -Wmissing-parameter-type... yes
checking whether C compiler handles -Wmissing-prototypes... yes
checking whether C compiler handles -Wmultichar... yes
checking whether C compiler handles -Wnarrowing... yes
checking whether C compiler handles -Wnested-externs... yes
checking whether C compiler handles -Wnonnull... yes
checking whether C compiler handles -Wold-style-declaration... yes
checking whether C compiler handles -Wold-style-definition... yes
checking whether C compiler handles -Wopenmp-simd... yes
checking whether C compiler handles -Woverflow... yes
checking whether C compiler handles -Woverlength-strings... yes
checking whether C compiler handles -Woverride-init... yes
checking whether C compiler handles -Wpacked... yes
checking whether C compiler handles -Wpacked-bitfield-compat... yes
checking whether C compiler handles -Wparentheses... yes
checking whether C compiler handles -Wpointer-arith... yes
checking whether C compiler handles -Wpointer-sign... yes
checking whether C compiler handles -Wpointer-to-int-cast... yes
checking whether C compiler handles -Wpragmas... yes
checking whether C compiler handles -Wreturn-local-addr... yes
checking whether C compiler handles -Wreturn-type... yes
checking whether C compiler handles -Wsequence-point... yes
checking whether C compiler handles -Wshadow... yes
checking whether C compiler handles -Wsizeof-pointer-memaccess... yes
checking whether C compiler handles -Wstack-protector... yes
checking whether C compiler handles -Wstrict-aliasing... yes
checking whether C compiler handles -Wstrict-overflow... yes
checking whether C compiler handles -Wstrict-prototypes... yes
checking whether C compiler handles -Wsuggest-attribute=const... yes
checking whether C compiler handles -Wsuggest-attribute=format... yes
checking whether C compiler handles -Wsuggest-attribute=noreturn... yes
checking whether C compiler handles -Wsuggest-attribute=pure... yes
checking whether C compiler handles -Wswitch... yes
checking whether C compiler handles -Wswitch-default... yes
checking whether C compiler handles -Wsync-nand... yes
checking whether C compiler handles -Wtrampolines... yes
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 -Wunsafe-loop-optimizations... yes
checking whether C compiler handles -Wunused... yes
checking whether C compiler handles -Wunused-but-set-parameter... yes
checking whether C compiler handles -Wunused-but-set-variable... yes
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... yes
checking whether C compiler handles -Wvla... yes
checking whether C compiler handles -Wvolatile-register-var... yes
checking whether C compiler handles -Wwrite-strings... yes
checking whether C compiler handles -Wnormalized=nfc... yes
checking whether C compiler handles -Wno-sign-compare... yes
checking whether C compiler handles -Wno-sign-conversion... yes
checking whether C compiler handles -Wno-conversion... yes
checking whether C compiler handles -Wno-unused-parameter... yes
checking whether C compiler handles -Wno-format-nonliteral... yes
checking whether C compiler handles -Wjump-misses-init... (cached) yes
checking whether C compiler handles -Wframe-larger-than=4096... yes
checking whether C compiler handles -fstack-protector-all... yes
checking whether C compiler handles --param=ssp-buffer-size=4... yes
checking whether C compiler handles -fexceptions... yes
checking whether C compiler handles -fasynchronous-unwind-tables... yes
checking whether C compiler handles -fdiagnostics-show-option... yes
checking whether C compiler handles -funit-at-a-time... 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 for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GIO_UNIX... yes
checking for GOBJECT... yes
checking for LIBVIRT... yes
checking for LIBVIRT_GLIB... yes
checking for LIBVIRT_GOBJECT... yes
checking for LIBVIRT_GCONFIG... yes
checking for ZLIB... yes
checking for LZMA... yes
checking cap-ng.h usability... yes
checking cap-ng.h presence... yes
checking for cap-ng.h... yes
checking for capng_updatev in -lcap-ng... yes
checking for gtk-doc... yes
checking for gtkdoc-check... gtkdoc-check.test
checking for gtkdoc-check... /usr/bin/gtkdoc-check
checking for gtkdoc-rebase... /usr/bin/gtkdoc-rebase
checking for gtkdoc-mkpdf... /usr/bin/gtkdoc-mkpdf
checking whether to build gtk-doc documentation... yes
checking for GTKDOC_DEPS... yes
checking for perl... /usr/bin/perl
checking for rpcgen... /usr/bin/rpcgen
checking selinux/selinux.h usability... yes
checking selinux/selinux.h presence... yes
checking for selinux/selinux.h... yes
checking for fgetfilecon in -lselinux... yes
checking for static LIBC... yes
checking for ldd... /usr/bin/ldd
checking for gobject-introspection... yes
checking whether NLS is requested... yes
checking for intltool >= 0.35.0... 0.51.0 found
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.26.1
checking for XML::Parser... ok
checking for python... /usr/bin/python
checking for python version... 2.7
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.7/site-packages
checking for python extension module directory... ${exec_prefix}/lib64/python2.7/site-packages
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libvirt-sandbox/Makefile
config.status: creating libvirt-sandbox/tests/Makefile
config.status: creating libvirt-sandbox/image/Makefile
config.status: creating libvirt-sandbox/image/sources/Makefile
config.status: creating bin/Makefile
config.status: creating examples/Makefile
config.status: creating docs/Makefile
config.status: creating docs/libvirt-sandbox/Makefile
config.status: creating po/Makefile.in
config.status: creating libvirt-sandbox.spec
config.status: creating libvirt-sandbox-1.0.pc
config.status: creating config.h
config.status: linking ../GNUmakefile to GNUmakefile
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po/stamp-it commands
configure:
configure: Configuration summary
configure: =====================
configure:
configure:
configure: Libraries:
configure:
configure: LZMA: -llzma -pthread
configure: ZLIB: -lz
configure: GOBJECT: -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -lgobject-2.0 -lglib-2.0
configure: LIBVIRT_GOBJECT: -I/home/jenkins/build/libvirt/include/libvirt-gobject-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/home/jenkins/build/libvirt/include/libvirt-gconfig-1.0 -I/usr/include/libxml2 -pthread -L/home/jenkins/build/libvirt/lib -lvirt-gobject-1.0 -lgio-2.0 -lvirt-gconfig-1.0 -lgobject-2.0 -lglib-2.0 -lxml2 -lvirt
configure:
Now type 'make' to compile libvirt-sandbox.
+ make -j3
make all-recursive
make[1]: Entering directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fe...'>
Making all in libvirt-sandbox
make[2]: Entering directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fe...'>
GEN libvirt-sandbox-enum-types.h
GEN libvirt-sandbox-enum-types.c
GEN libvirt-sandbox-protocol.h
GEN libvirt-sandbox-protocol.c
make all-recursive
make[3]: Entering directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fe...'>
Making all in tests
make[4]: Entering directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fe...'>
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fe...'>
Making all in image
make[4]: Entering directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fe...'>
Making all in sources
make[5]: Entering directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fe...'>
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fe...'>
make[5]: Entering directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fe...'>
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fe...'>
make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fe...'>
make[4]: Entering directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fe...'>
CC libvirt_sandbox_1_0_la-libvirt-sandbox-builder.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-main.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-builder-initrd.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-builder-machine.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-builder-container.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-console.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-console-raw.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-console-rpc.lo
CC libvirt_sandbox_1_0_la-libvirt-sandbox-context.lo
In file included from ../../libvirt-sandbox/libvirt-sandbox-rpcpacket.h:26:0,
from ../../libvirt-sandbox/libvirt-sandbox-console-rpc.c:34:
./libvirt-sandbox-protocol.h:9:10: fatal error: rpc/rpc.h: No such file or directory
#include <rpc/rpc.h>
^~~~~~~~~~~
compilation terminated.
make[4]: *** [Makefile:1101: libvirt_sandbox_1_0_la-libvirt-sandbox-console-rpc.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fe...'>
make[3]: *** [Makefile:1736: all-recursive] Error 1
make[3]: Leaving directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fe...'>
make[2]: *** [Makefile:833: all] Error 2
make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fe...'>
make[1]: *** [Makefile:563: all-recursive] Error 1
make[1]: Leaving directory '<https://ci.centos.org/job/libvirt-sandbox-master-build/systems=libvirt-fe...'>
make: *** [Makefile:470: all] Error 2
Build step 'Execute shell' marked build as failure
6 years, 11 months