[Libvirt-ci] Build failed in Jenkins: libvirt-dbus-master-check » libvirt-freebsd-11 #29
by ci@centos.org
See <https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-freeb...>
------------------------------------------
Started by upstream project "libvirt-dbus-master-check" build number 29
originally caused by:
Started by upstream project "libvirt-dbus-master-build" build number 32
originally caused by:
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on libvirt-freebsd-11 (libvirt) in workspace <https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-freeb...>
[libvirt-dbus-master] $ /bin/sh -xe /tmp/jenkins3878209409251446176.sh
+ cd build
+ gmake -j3 check
Making check in data
gmake[1]: Entering directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-freeb...'>
gmake[1]: Nothing to be done for 'check'.
gmake[1]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-freeb...'>
Making check in src
gmake[1]: Entering directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-freeb...'>
gmake[1]: Nothing to be done for 'check'.
gmake[1]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-freeb...'>
Making check in tests
gmake[1]: Entering directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-freeb...'>
gmake check-TESTS
gmake[2]: Entering directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-freeb...'>
gmake[3]: Entering directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-freeb...'>
PASS: test_network.py
FAIL: test_connect.py
FAIL: test_domain.py
============================================================================
Testsuite summary for libvirt-dbus 0.0.1
============================================================================
# TOTAL: 3
# PASS: 1
# SKIP: 0
# XFAIL: 0
# FAIL: 2
# XPASS: 0
# ERROR: 0
============================================================================
See tests/test-suite.log
Please report to libvir-list(a)redhat.com
============================================================================
gmake[3]: *** [Makefile:533: test-suite.log] Error 1
gmake[3]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-freeb...'>
gmake[2]: *** [Makefile:641: check-TESTS] Error 2
gmake[2]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-freeb...'>
gmake[1]: *** [Makefile:725: check-am] Error 2
gmake[1]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-freeb...'>
gmake: *** [Makefile:417: check-recursive] Error 1
+ cat tests/test-suite.log
==============================================
libvirt-dbus 0.0.1: tests/test-suite.log
==============================================
# TOTAL: 3
# PASS: 1
# SKIP: 0
# XFAIL: 0
# FAIL: 2
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: test_connect.py
=====================
============================= test session starts ==============================
platform freebsd11 -- Python 3.6.4, pytest-3.4.2, py-1.5.3, pluggy-0.6.0
rootdir: /usr<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-freeb...,> inifile:
collected 19 items
../../tests/test_connect.py ...EE.............. [100%]
==================================== ERRORS ====================================
ERROR at setup of TestConnect.test_connect_domain_lookup_by_id[DomainLookupByID-Id]
self = <test_connect.TestConnect object at 0x808dc73c8>
request = <SubRequest 'libvirt_dbus_setup' for <Function 'test_connect_domain_lookup_by_id[DomainLookupByID-Id]'>>
@pytest.fixture(autouse=True)
def libvirt_dbus_setup(self, request):
"""Start libvirt-dbus for each test function
"""
os.environ['LIBVIRT_DEBUG'] = '3'
self.libvirt_dbus = subprocess.Popen([exe])
self.bus = dbus.SessionBus()
for i in range(10):
if self.bus.name_has_owner('org.libvirt'):
break
time.sleep(0.1)
else:
> raise TimeoutError('error starting libvirt-dbus')
E TimeoutError: error starting libvirt-dbus
../../tests/libvirttest.py:42: TimeoutError
ERROR at setup of TestConnect.test_connect_domain_lookup_by_id[DomainLookupByName-Name]
self = <test_connect.TestConnect object at 0x808dca320>
request = <SubRequest 'libvirt_dbus_setup' for <Function 'test_connect_domain_lookup_by_id[DomainLookupByName-Name]'>>
@pytest.fixture(autouse=True)
def libvirt_dbus_setup(self, request):
"""Start libvirt-dbus for each test function
"""
os.environ['LIBVIRT_DEBUG'] = '3'
self.libvirt_dbus = subprocess.Popen([exe])
self.bus = dbus.SessionBus()
for i in range(10):
if self.bus.name_has_owner('org.libvirt'):
break
time.sleep(0.1)
else:
> raise TimeoutError('error starting libvirt-dbus')
E TimeoutError: error starting libvirt-dbus
../../tests/libvirttest.py:42: TimeoutError
===================== 17 passed, 2 error in 15.70 seconds ======================
FAIL test_connect.py (exit status: 1)
FAIL: test_domain.py
====================
============================= test session starts ==============================
platform freebsd11 -- Python 3.6.4, pytest-3.4.2, py-1.5.3, pluggy-0.6.0
rootdir: /usr<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-freeb...,> inifile:
collected 9 items
../../tests/test_domain.py ..E...... [100%]
==================================== ERRORS ====================================
______________ ERROR at setup of TestDomain.test_domain_autostart ______________
self = <test_domain.TestDomain object at 0x808d6b0f0>
request = <SubRequest 'libvirt_dbus_setup' for <Function 'test_domain_autostart'>>
@pytest.fixture(autouse=True)
def libvirt_dbus_setup(self, request):
"""Start libvirt-dbus for each test function
"""
os.environ['LIBVIRT_DEBUG'] = '3'
self.libvirt_dbus = subprocess.Popen([exe])
self.bus = dbus.SessionBus()
for i in range(10):
if self.bus.name_has_owner('org.libvirt'):
break
time.sleep(0.1)
else:
> raise TimeoutError('error starting libvirt-dbus')
E TimeoutError: error starting libvirt-dbus
../../tests/libvirttest.py:42: TimeoutError
====================== 8 passed, 1 error in 17.54 seconds ======================
FAIL test_domain.py (exit status: 1)
+ exit 1
Build step 'Execute shell' marked build as failure
6 years, 6 months
[Libvirt-ci] Build failed in Jenkins: libvirt-dbus-master-build » libvirt-freebsd-11 #27
by ci@centos.org
See <https://ci.centos.org/job/libvirt-dbus-master-build/systems=libvirt-freeb...>
Changes:
[kkoukiou] Implement SendKey method for Domain Interface
[kkoukiou] Implement InjectNMI method for Domain Interface
[kkoukiou] Implement BlockPeek method for Domain Interface
[kkoukiou] Implement MemoryPeek method for Domain Interface
[kkoukiou] Implement AddIOThread method for Domain Interface
[kkoukiou] Implement BlockCommit method for Domain Interface
[kkoukiou] Implement BlockJobAbort method for Domain Interface
[kkoukiou] Implement BlockPull method for Domain Interface
[kkoukiou] Implement BlockRebase method for Domain Interface
[kkoukiou] Implement BlockResize method for Domain Interface
[kkoukiou] Implement CoreDump method for Domain Interface
[kkoukiou] Implement DelIOThread method for Domain Interface
[kkoukiou] Implement FSTrim method for Domain Interface
[kkoukiou] Implement MigrateStartPostCopy method for Domain Interface
[kkoukiou] Implement Rename method for Domain Interface
[kkoukiou] Implement DomainRestore method for Connect Interface
[kkoukiou] Implement Save method for Domain Interface
[kkoukiou] Implement DomainSaveImageDefineXML method for Connect Interface
[kkoukiou] Implement SendProcessSignal method for Domain Interface
[kkoukiou] Implement UpdateDevice method for Domain Interface
------------------------------------------
[...truncated 2.59 KB...]
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether gmake sets $(MAKE)... yes
checking whether gmake supports nested variables... yes
checking build system type... amd64-unknown-freebsd11.1
checking host system type... amd64-unknown-freebsd11.1
checking for style of include used by gmake... GNU
checking for gcc... ccache cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether ccache cc accepts -g... yes
checking for ccache cc option to accept ISO C89... none needed
checking whether ccache cc understands -c and -o together... yes
checking dependency style of ccache cc... gcc3
checking how to run the C preprocessor... ccache cc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether gmake supports nested variables... (cached) yes
expr: syntax error
checking for gcc... (cached) ccache cc
checking whether we are using the GNU C compiler... (cached) yes
checking whether ccache cc accepts -g... (cached) yes
checking for ccache cc option to accept ISO C89... (cached) none needed
checking whether ccache cc understands -c and -o together... (cached) yes
checking dependency style of ccache cc... (cached) gcc3
checking for ccache cc option to accept ISO C99... none needed
checking for ccache cc option to accept ISO Standard C... (cached) none needed
checking for pkg-config... /usr/local/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GIO2... yes
checking for GLIB2... yes
checking for LIBVIRT... yes
checking for LIBVIRT_GLIB... yes
checking whether C compiler handles -Werror -Wunknown-warning-option... yes
checking whether the C compiler's -Wformat allows NULL strings... yes
checking whether gcc gives bogus warnings for -Wlogical-op... yes
checking whether clang gives bogus warnings for -Wdouble-promotion... no
checking whether -Wno-missing-field-initializers is supported... yes
checking whether -Wno-missing-field-initializers is needed... yes
checking whether -Wuninitialized is supported... yes
checking whether C compiler handles -Wframe-larger-than=4096... yes
checking whether C compiler handles -Wframe-larger-than=25600... yes
checking whether C compiler handles -fno-common... yes
checking whether C compiler handles -W... yes
checking whether C compiler handles -Waddress... yes
checking whether C compiler handles -Waggressive-loop-optimizations... no
checking whether C compiler handles -Wall... yes
checking whether C compiler handles -Wattributes... yes
checking whether C compiler handles -Wbad-function-cast... yes
checking whether C compiler handles -Wbool-compare... no
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 -Wchkp... no
checking whether C compiler handles -Wclobbered... no
checking whether C compiler handles -Wcomment... yes
checking whether C compiler handles -Wcomments... yes
checking whether C compiler handles -Wcoverage-mismatch... no
checking whether C compiler handles -Wcpp... no
checking whether C compiler handles -Wdate-time... yes
checking whether C compiler handles -Wdeprecated-declarations... yes
checking whether C compiler handles -Wdesignated-init... no
checking whether C compiler handles -Wdiscarded-array-qualifiers... no
checking whether C compiler handles -Wdiscarded-qualifiers... no
checking whether C compiler handles -Wdiv-by-zero... yes
checking whether C compiler handles -Wdouble-promotion... yes
checking whether C compiler handles -Wduplicated-cond... no
checking whether C compiler handles -Wempty-body... yes
checking whether C compiler handles -Wendif-labels... yes
checking whether C compiler handles -Wextra... yes
checking whether C compiler handles -Wformat-contains-nul... no
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 -Wframe-address... no
checking whether C compiler handles -Wfree-nonheap-object... no
checking whether C compiler handles -Whsa... no
checking whether C compiler handles -Wignored-attributes... 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 -Wincompatible-pointer-types... yes
checking whether C compiler handles -Winit-self... yes
checking whether C compiler handles -Winline... yes
checking whether C compiler handles -Wint-conversion... yes
checking whether C compiler handles -Wint-to-pointer-cast... yes
checking whether C compiler handles -Winvalid-memory-model... no
checking whether C compiler handles -Winvalid-pch... yes
checking whether C compiler handles -Wjump-misses-init... no
checking whether C compiler handles -Wlogical-not-parentheses... yes
checking whether C compiler handles -Wlogical-op... no
checking whether C compiler handles -Wmain... yes
checking whether C compiler handles -Wmaybe-uninitialized... no
checking whether C compiler handles -Wmemset-transposed-args... no
checking whether C compiler handles -Wmisleading-indentation... no
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... no
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 -Wnonnull-compare... no
checking whether C compiler handles -Wnull-dereference... yes
checking whether C compiler handles -Wodr... yes
checking whether C compiler handles -Wold-style-declaration... no
checking whether C compiler handles -Wold-style-definition... yes
checking whether C compiler handles -Wopenmp-simd... no
checking whether C compiler handles -Woverflow... yes
checking whether C compiler handles -Woverlength-strings... yes
checking whether C compiler handles -Woverride-init... no
checking whether C compiler handles -Wpacked... yes
checking whether C compiler handles -Wpacked-bitfield-compat... no
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... no
checking whether C compiler handles -Wreturn-type... yes
checking whether C compiler handles -Wscalar-storage-order... no
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 -Wstack-protector... 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 -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-macros... 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 -Wvla... yes
checking whether C compiler handles -Wvolatile-register-var... yes
checking whether C compiler handles -Wwrite-strings... yes
checking whether C compiler handles -Warray-bounds=2... no
checking whether C compiler handles -Wnormalized=nfc... no
checking whether C compiler handles -Wshift-overflow=2... no
checking whether C compiler handles -Wunused-const-variable=2... no
checking whether C compiler handles -Wno-missing-field-initializers... yes
checking whether C compiler handles -Wjump-misses-init... (cached) no
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-cast-function-type... no
checking whether C compiler handles -Werror... yes
checking for how to force completely read-only GOT table... -Wl,-z -Wl,relro -Wl,-z -Wl,now
checking whether C compiler handles -fPIE -DPIE -pie... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating run
config.status: creating Makefile
config.status: creating data/Makefile
config.status: creating src/Makefile
config.status: creating tests/Makefile
config.status: creating libvirt-dbus.spec
config.status: creating config.h
config.status: executing depfiles commands
Now type 'make' to compile libvirt-dbus.
+ gmake -j3
gmake all-recursive
gmake[1]: Entering directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-build/systems=libvirt-freeb...'>
Making all in data
gmake[2]: Entering directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-build/systems=libvirt-freeb...'>
GEN system/libvirt-dbus.rules
GEN session/org.libvirt.service
GEN system/org.libvirt.conf
GEN system/org.libvirt.service
gmake[2]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-build/systems=libvirt-freeb...'>
Making all in src
gmake[2]: Entering directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-build/systems=libvirt-freeb...'>
CC libvirt_dbus-main.o
CC libvirt_dbus-connect.o
CC libvirt_dbus-util.o
CC libvirt_dbus-domain.o
CC libvirt_dbus-events.o
CC libvirt_dbus-gdbus.o
CC libvirt_dbus-network.o
../../src/connect.c:360:26: error: unused variable 'domain' [-Werror,-Wunused-variable]
g_autoptr(virDomain) domain = NULL;
^
../../src/connect.c:386:26: error: unused variable 'domain' [-Werror,-Wunused-variable]
g_autoptr(virDomain) domain = NULL;
^
2 errors generated.
gmake[2]: *** [Makefile:473: libvirt_dbus-connect.o] Error 1
gmake[2]: *** Waiting for unfinished jobs....
gmake[2]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-build/systems=libvirt-freeb...'>
gmake[1]: *** [Makefile:417: all-recursive] Error 1
gmake[1]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-build/systems=libvirt-freeb...'>
gmake: *** [Makefile:354: all] Error 2
Build step 'Execute shell' marked build as failure
6 years, 6 months
[Libvirt-ci] Build failed in Jenkins: libvirt-dbus-master-build » libvirt-freebsd-10 #27
by ci@centos.org
See <https://ci.centos.org/job/libvirt-dbus-master-build/systems=libvirt-freeb...>
Changes:
[kkoukiou] Implement SendKey method for Domain Interface
[kkoukiou] Implement InjectNMI method for Domain Interface
[kkoukiou] Implement BlockPeek method for Domain Interface
[kkoukiou] Implement MemoryPeek method for Domain Interface
[kkoukiou] Implement AddIOThread method for Domain Interface
[kkoukiou] Implement BlockCommit method for Domain Interface
[kkoukiou] Implement BlockJobAbort method for Domain Interface
[kkoukiou] Implement BlockPull method for Domain Interface
[kkoukiou] Implement BlockRebase method for Domain Interface
[kkoukiou] Implement BlockResize method for Domain Interface
[kkoukiou] Implement CoreDump method for Domain Interface
[kkoukiou] Implement DelIOThread method for Domain Interface
[kkoukiou] Implement FSTrim method for Domain Interface
[kkoukiou] Implement MigrateStartPostCopy method for Domain Interface
[kkoukiou] Implement Rename method for Domain Interface
[kkoukiou] Implement DomainRestore method for Connect Interface
[kkoukiou] Implement Save method for Domain Interface
[kkoukiou] Implement DomainSaveImageDefineXML method for Connect Interface
[kkoukiou] Implement SendProcessSignal method for Domain Interface
[kkoukiou] Implement UpdateDevice method for Domain Interface
------------------------------------------
[...truncated 2.54 KB...]
checking for a thread-safe mkdir -p... ../build-aux/install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether gmake sets $(MAKE)... yes
checking whether gmake supports nested variables... yes
checking build system type... amd64-unknown-freebsd10.4
checking host system type... amd64-unknown-freebsd10.4
checking for style of include used by gmake... GNU
checking for gcc... ccache cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether ccache cc accepts -g... yes
checking for ccache cc option to accept ISO C89... none needed
checking whether ccache cc understands -c and -o together... yes
checking dependency style of ccache cc... gcc3
checking how to run the C preprocessor... ccache cc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether gmake supports nested variables... (cached) yes
expr: syntax error
checking for gcc... (cached) ccache cc
checking whether we are using the GNU C compiler... (cached) yes
checking whether ccache cc accepts -g... (cached) yes
checking for ccache cc option to accept ISO C89... (cached) none needed
checking whether ccache cc understands -c and -o together... (cached) yes
checking dependency style of ccache cc... (cached) gcc3
checking for ccache cc option to accept ISO C99... none needed
checking for ccache cc option to accept ISO Standard C... (cached) none needed
checking for pkg-config... /usr/local/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GIO2... yes
checking for GLIB2... yes
checking for LIBVIRT... yes
checking for LIBVIRT_GLIB... yes
checking whether C compiler handles -Werror -Wunknown-warning-option... yes
checking whether the C compiler's -Wformat allows NULL strings... yes
checking whether gcc gives bogus warnings for -Wlogical-op... yes
checking whether clang gives bogus warnings for -Wdouble-promotion... yes
checking whether -Wno-missing-field-initializers is supported... yes
checking whether -Wno-missing-field-initializers is needed... yes
checking whether -Wuninitialized is supported... yes
checking whether C compiler handles -Wframe-larger-than=4096... yes
checking whether C compiler handles -Wframe-larger-than=25600... yes
checking whether C compiler handles -fno-common... yes
checking whether C compiler handles -W... yes
checking whether C compiler handles -Waddress... yes
checking whether C compiler handles -Waggressive-loop-optimizations... no
checking whether C compiler handles -Wall... yes
checking whether C compiler handles -Wattributes... yes
checking whether C compiler handles -Wbad-function-cast... yes
checking whether C compiler handles -Wbool-compare... no
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 -Wchkp... no
checking whether C compiler handles -Wclobbered... no
checking whether C compiler handles -Wcomment... yes
checking whether C compiler handles -Wcomments... yes
checking whether C compiler handles -Wcoverage-mismatch... no
checking whether C compiler handles -Wcpp... no
checking whether C compiler handles -Wdate-time... no
checking whether C compiler handles -Wdeprecated-declarations... yes
checking whether C compiler handles -Wdesignated-init... no
checking whether C compiler handles -Wdiscarded-array-qualifiers... no
checking whether C compiler handles -Wdiscarded-qualifiers... no
checking whether C compiler handles -Wdiv-by-zero... yes
checking whether C compiler handles -Wduplicated-cond... no
checking whether C compiler handles -Wempty-body... yes
checking whether C compiler handles -Wendif-labels... yes
checking whether C compiler handles -Wextra... yes
checking whether C compiler handles -Wformat-contains-nul... no
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 -Wframe-address... no
checking whether C compiler handles -Wfree-nonheap-object... no
checking whether C compiler handles -Whsa... no
checking whether C compiler handles -Wignored-attributes... 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 -Wincompatible-pointer-types... yes
checking whether C compiler handles -Winit-self... yes
checking whether C compiler handles -Winline... yes
checking whether C compiler handles -Wint-conversion... yes
checking whether C compiler handles -Wint-to-pointer-cast... yes
checking whether C compiler handles -Winvalid-memory-model... no
checking whether C compiler handles -Winvalid-pch... yes
checking whether C compiler handles -Wjump-misses-init... no
checking whether C compiler handles -Wlogical-not-parentheses... yes
checking whether C compiler handles -Wlogical-op... no
checking whether C compiler handles -Wmain... yes
checking whether C compiler handles -Wmaybe-uninitialized... no
checking whether C compiler handles -Wmemset-transposed-args... no
checking whether C compiler handles -Wmisleading-indentation... no
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... no
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 -Wnonnull-compare... no
checking whether C compiler handles -Wnull-dereference... yes
checking whether C compiler handles -Wodr... yes
checking whether C compiler handles -Wold-style-declaration... no
checking whether C compiler handles -Wold-style-definition... yes
checking whether C compiler handles -Wopenmp-simd... no
checking whether C compiler handles -Woverflow... yes
checking whether C compiler handles -Woverlength-strings... yes
checking whether C compiler handles -Woverride-init... no
checking whether C compiler handles -Wpacked... yes
checking whether C compiler handles -Wpacked-bitfield-compat... no
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... no
checking whether C compiler handles -Wreturn-local-addr... no
checking whether C compiler handles -Wreturn-type... yes
checking whether C compiler handles -Wscalar-storage-order... no
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 -Wstack-protector... 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 -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-macros... 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 -Wvla... yes
checking whether C compiler handles -Wvolatile-register-var... yes
checking whether C compiler handles -Wwrite-strings... yes
checking whether C compiler handles -Warray-bounds=2... no
checking whether C compiler handles -Wnormalized=nfc... no
checking whether C compiler handles -Wshift-overflow=2... no
checking whether C compiler handles -Wunused-const-variable=2... no
checking whether C compiler handles -Wno-missing-field-initializers... yes
checking whether C compiler handles -Wjump-misses-init... (cached) no
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-cast-function-type... no
checking whether C compiler handles -Werror... yes
checking for how to force completely read-only GOT table... -Wl,-z -Wl,relro -Wl,-z -Wl,now
checking whether C compiler handles -fPIE -DPIE -pie... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating run
config.status: creating Makefile
config.status: creating data/Makefile
config.status: creating src/Makefile
config.status: creating tests/Makefile
config.status: creating libvirt-dbus.spec
config.status: creating config.h
config.status: executing depfiles commands
Now type 'make' to compile libvirt-dbus.
+ gmake -j3
gmake all-recursive
gmake[1]: Entering directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-build/systems=libvirt-freeb...'>
Making all in data
gmake[2]: Entering directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-build/systems=libvirt-freeb...'>
GEN system/libvirt-dbus.rules
GEN session/org.libvirt.service
GEN system/org.libvirt.conf
GEN system/org.libvirt.service
gmake[2]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-build/systems=libvirt-freeb...'>
Making all in src
gmake[2]: Entering directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-build/systems=libvirt-freeb...'>
CC libvirt_dbus-main.o
CC libvirt_dbus-connect.o
CC libvirt_dbus-util.o
CC libvirt_dbus-domain.o
CC libvirt_dbus-events.o
CC libvirt_dbus-gdbus.o
CC libvirt_dbus-network.o
../../src/connect.c:360:26: error: unused variable 'domain' [-Werror,-Wunused-variable]
g_autoptr(virDomain) domain = NULL;
^
../../src/connect.c:386:26: error: unused variable 'domain' [-Werror,-Wunused-variable]
g_autoptr(virDomain) domain = NULL;
^
2 errors generated.
gmake[2]: *** [Makefile:473: libvirt_dbus-connect.o] Error 1
gmake[2]: *** Waiting for unfinished jobs....
gmake[2]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-build/systems=libvirt-freeb...'>
gmake[1]: *** [Makefile:417: all-recursive] Error 1
gmake[1]: Leaving directory '/usr<https://ci.centos.org/job/libvirt-dbus-master-build/systems=libvirt-freeb...'>
gmake: *** [Makefile:354: all] Error 2
Build step 'Execute shell' marked build as failure
6 years, 6 months
[Libvirt-ci] Build failed in Jenkins: libvirt-master-build » libvirt-fedora-rawhide #1353
by ci@centos.org
See <https://ci.centos.org/job/libvirt-master-build/systems=libvirt-fedora-raw...>
Changes:
[jfehlig] libxl: fix libxlDriverConfigDispose for partially constructed object
[jfehlig] libxl: pass driver config to libxlMakeDomBuildInfo
[jfehlig] libxl: warn about ignored CPU mode=custom
[jfehlig] libxl: do not enable nested HVM unless global nested_hvm option enabled
[jfehlig] xenconfig: do not override def->cpu if already set elsewhere
[jfehlig] libxl: add support for CPUID features policy
[jfehlig] tests: check CPU features handling in libxl driver
[jfehlig] xenconfig: add CPUID handling to domXML <-> xl.cfg conversion
[jfehlig] tests: add test case for CPUID in xenconfig driver
------------------------------------------
[...truncated 171.83 KB...]
GEN formatdomaincaps.html
GEN hooks.html
GEN formatnwfilter.html
GEN virshcmdref.html
GEN firewall.html
GEN apps.html
GEN formatsecret.html
GEN news-2014.html
GEN support.html
GEN contact.html
GEN drvphyp.html
GEN drvtest.html
GEN news-2007.html
GEN docs.html
GEN locking-lockd.html
GEN locking-sanlock.html
GEN drvlxc.html
GEN 404.html
GEN storage.html
GEN php.html
GEN windows.html
GEN formatnode.html
GEN architecture.html
GEN news-2009.html
GEN platforms.html
GEN governance.html
GEN nss.html
GEN formatstorageencryption.html
GEN aclpolkit.html
GEN java.html
GEN testapi.html
GEN bugs.html
GEN formatsnapshot.html
GEN cgroups.html
GEN bindings.html
GEN news-2012.html
GEN api.html
GEN drvbhyve.html
GEN locking.html
GEN internals.html
GEN pci-hotplug.html
GEN remote.html
GEN csharp.html
GEN hacking.html
GEN uri.html
GEN testsuites.html
GEN news-2006.html
GEN internals/locking.html
GEN internals/rpc.html
GEN internals/eventloop.html
GEN internals/command.html
GEN internals/oomtesting.html
GEN html/index.html
GEN ../../docs/devhelp/index.html
GEN search.php
GEN hvsupport.html.tmp
GEN news.html
GEN hvsupport.html
rm news-2009.html.tmp internals/rpc.html.tmp drvopenvz.html.tmp logging.html.tmp aclpolkit.html.tmp formatnwfilter.html.tmp index.html.tmp php.html.tmp formatstorageencryption.html.tmp drvhyperv.html.tmp format.html.tmp errors.html.tmp virshcmdref.html.tmp platforms.html.tmp news-2006.html.tmp formatcaps.html.tmp internals.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 locking.html.tmp testapi.html.tmp formatnetwork.html.tmp bindings.html.tmp contribute.html.tmp drvesx.html.tmp locking-lockd.html.tmp devguide.html.tmp drvqemu.html.tmp formatdomain.html.tmp drvvmware.html.tmp architecture.html.tmp drvvirtuozzo.html.tmp formatdomaincaps.html.tmp formatsnapshot.html.tmp acl.html.tmp news-2005.html.tmp drvxen.html.tmp securityprocess.html.tmp 404.html.tmp api_extension.html.tmp news-2008.html.tmp search.php.tmp news-2015.html.tmp python.html.tmp drvremote.html.tmp hooks.html.tmp internals/locking.html.tmp remote.html.tmp drivers.html.tmp testtck.html.tmp compiling.html.tmp formatsecret.html.tmp news-2014.html.tmp news.html.tmp formatnode.html.tmp internals/eventloop.html.tmp goals.html.tmp apps.html.tmp internals/command.html.tmp drvvbox.html.tmp csharp.html.tmp firewall.html.tmp secureusage.html.tmp formatstorage.html.tmp governance.html.tmp drvuml.html.tmp hacking.html.tmp cgroups.html.tmp api.html.tmp windows.html.tmp news-2010.html.tmp contact.html.tmp drvnodedev.html.tmp news-2011.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 docs.html.tmp news-2013.html.tmp drvbhyve.html.tmp testsuites.html.tmp nss.html.tmp migration.html.tmp storage.html.tmp dbus.html.tmp news-2007.html.tmp
gmake[2]: Leaving directory '<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-fedora-raw...'>
Making all in gnulib/tests
gmake[2]: Entering directory '<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-fedora-raw...'>
GEN inttypes.h
GEN ctype.h
GEN math.h
GEN test-posix_spawn1.sh
GEN test-posix_spawn2.sh
GEN spawn.h
gmake all-recursive
gmake[3]: Entering directory '<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-fedora-raw...'>
Making all in .
gmake[4]: Entering directory '<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-fedora-raw...'>
gmake[4]: Nothing to be done for 'all-am'.
gmake[4]: Leaving directory '<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-fedora-raw...'>
gmake[3]: Leaving directory '<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-fedora-raw...'>
gmake[2]: Leaving directory '<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-fedora-raw...'>
Making all in tests
gmake[2]: Entering directory '<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-fedora-raw...'>
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 shunloadhelper.lo
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 testutilslxc.o
CC testutilsqemu.o
CC domaincapstest.o
CC testutilsxen.o
CCLD libqemutestdriver.la
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 pkix_asn1_tab.o
CC virnettlssessiontest.o
CC fchosttest.o
CC scsihosttest.o
CC vircaps2xmltest.o
CC virresctrltest.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 securityselinuxtest.o
CC securityselinuxhelper.lo
CC viridentitytest.o
CC securityselinuxlabeltest.o
CC xlconfigtest.o
CC xml2sexprtest.o
CC sexpr2xmltest.o
CC xmconfigtest.o
CC libxlxml2domconfigtest.o
CC qemuxml2argvtest.o
CC qemuxml2xmltest.o
CC qemuargv2xmltest.o
CC domainsnapshotxml2xmltest.o
CC qemumonitortest.o
CC qemumonitortestutils.lo
CC testutilsqemuschema.lo
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 qemumigparamstest.o
CC lxcxml2xmltest.o
CC lxcconf2xmltest.o
CC openvzutilstest.o
CC esxutilstest.o
CC vboxsnapshotxmltest.o
CC vmx2xmltest.o
CC xml2vmxtest.o
CC vmwarevertest.o
CC virjsontest.o
CC networkxml2xmltest.o
CC networkxml2xmlupdatetest.o
CC networkxml2conftest.o
CC networkxml2firewalltest.o
CC storagebackendsheepdogtest.o
CC nwfilterxml2xmltest.o
CC nwfilterebiptablestest.o
CC nwfilterxml2firewalltest.o
CC storagevolxml2argvtest.o
CC virstorageutiltest.o
CC virstoragetest.o
CC virscsitest.o
CC nsstest-nsstest.o
CC nsstest-testutils.o
CC nssguesttest-nsstest.o
CC nssguesttest-testutils.o
CC storagevolxml2xmltest.o
CC storagepoolxml2xmltest.o
CC nodedevxml2xmltest.o
CC interfacexml2xmltest.o
CC cputest.o
CC metadatatest.o
CC secretxml2xmltest.o
CC genericxml2xmltest.o
CC virusbtest.o
CC virnetdevbandwidthtest.o
CC eventtest.o
CC virdrivermoduletest.o
CC objecteventtest.o
CC virmacmaptest.o
CC commandhelper.o
CC ssh.o
CC qemucapsprobe.o
CC nsslinktest-nsslinktest.o
CC nssguestlinktest-nsslinktest.o
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 virusbmock.lo
CC virnetdevbandwidthmock.lo
CC virnumamock.lo
CC virtestmock.lo
CC virdbusmock_la-virdbusmock.lo
CC virmocklibxl_la-virmocklibxl.lo
CC qemuxml2argvmock.lo
CC qemucaps2xmlmock.lo
In file included from ../../src/util/virsecret.h:28,
from ../../src/util/virstorageencryption.h:28,
from ../../src/util/virstoragefile.h:32,
from ../../src/util/virfile.h:34,
from ../../tests/virmocklibxl.c:30:
../../src/util/virxml.h:28:11: fatal error: libxml/parser.h: No such file or directory
# include <libxml/parser.h>
^~~~~~~~~~~~~~~~~
compilation terminated.
gmake[2]: *** [Makefile:5533: virmocklibxl_la-virmocklibxl.lo] Error 1
gmake[2]: *** Waiting for unfinished jobs....
gmake[2]: Leaving directory '<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-fedora-raw...'>
gmake[1]: *** [Makefile:2118: all-recursive] Error 1
gmake[1]: Leaving directory '<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-fedora-raw...'>
gmake: *** [Makefile:2011: all] Error 2
Build step 'Execute shell' marked build as failure
6 years, 6 months
[Libvirt-ci] Build failed in Jenkins: libvirt-master-build » libvirt-debian-9 #1353
by ci@centos.org
See <https://ci.centos.org/job/libvirt-master-build/systems=libvirt-debian-9/1...>
Changes:
[jfehlig] libxl: fix libxlDriverConfigDispose for partially constructed object
[jfehlig] libxl: pass driver config to libxlMakeDomBuildInfo
[jfehlig] libxl: warn about ignored CPU mode=custom
[jfehlig] libxl: do not enable nested HVM unless global nested_hvm option enabled
[jfehlig] xenconfig: do not override def->cpu if already set elsewhere
[jfehlig] libxl: add support for CPUID features policy
[jfehlig] tests: check CPU features handling in libxl driver
[jfehlig] xenconfig: add CPUID handling to domXML <-> xl.cfg conversion
[jfehlig] tests: add test case for CPUID in xenconfig driver
------------------------------------------
[...truncated 167.67 KB...]
GEN locking-sanlock.html.tmp
GEN drvqemu.html.tmp
GEN bugs.html.tmp
GEN testtck.html.tmp
GEN drivers.html.tmp
GEN api_extension.html.tmp
GEN devguide.html.tmp
GEN migration.html.tmp
GEN cgroups.html.tmp
GEN storage.html.tmp
GEN locking-lockd.html.tmp
GEN drvhyperv.html.tmp
GEN drvremote.html.tmp
GEN python.html.tmp
GEN downloads.html.tmp
GEN drvvmware.html.tmp
GEN acl.html.tmp
GEN format.html.tmp
GEN news-2009.html.tmp
GEN news-2016.html.tmp
GEN news-2005.html.tmp
GEN dbus.html.tmp
GEN formatstorage.html.tmp
GEN formatnetwork.html.tmp
GEN auth.html.tmp
GEN news-2010.html.tmp
GEN compiling.html.tmp
GEN errors.html.tmp
GEN testapi.html.tmp
GEN drvvbox.html.tmp
GEN contribute.html.tmp
GEN api.html.tmp
GEN index.html.tmp
GEN drvxen.html.tmp
GEN news-2015.html.tmp
GEN secureusage.html.tmp
GEN news-2008.html.tmp
GEN drvnodedev.html.tmp
GEN formatdomaincaps.html.tmp
GEN hooks.html.tmp
GEN internals.html.tmp
GEN firewall.html.tmp
GEN apps.html.tmp
GEN news-2014.html.tmp
GEN support.html.tmp
GEN php.html.tmp
GEN drvtest.html.tmp
GEN docs.html.tmp
GEN drvphyp.html.tmp
GEN goals.html.tmp
GEN formatnwfilter.html.tmp
GEN 404.html.tmp
GEN logging.html.tmp
GEN formatstorageencryption.html.tmp
GEN drvuml.html.tmp
GEN windows.html.tmp
GEN formatnode.html.tmp
GEN architecture.html.tmp
GEN news-2007.html.tmp
GEN governance.html.tmp
GEN platforms.html.tmp
GEN nss.html.tmp
GEN bindings.html.tmp
GEN aclpolkit.html.tmp
GEN news-2012.html.tmp
GEN contact.html.tmp
GEN drvopenvz.html.tmp
GEN news-2006.html.tmp
GEN drvesx.html.tmp
GEN virshcmdref.html.tmp
GEN formatsnapshot.html.tmp
GEN formatcaps.html.tmp
GEN formatsecret.html.tmp
GEN news-2011.html.tmp
GEN drvbhyve.html.tmp
GEN locking.html.tmp
GEN pci-hotplug.html.tmp
GEN remote.html.tmp
GEN csharp.html.tmp
GEN java.html.tmp
GEN hacking.html.tmp
GEN uri.html.tmp
GEN internals/locking.html.tmp
GEN internals/rpc.html.tmp
GEN internals/eventloop.html.tmp
GEN internals/command.html.tmp
GEN internals/oomtesting.html.tmp
GEN search.php.tmp
GEN news.html.tmp
GEN drvvirtuozzo.html
GEN testsuites.html
GEN auditlog.html
GEN drvlxc.html
GEN securityprocess.html
GEN news-2013.html
GEN formatdomain.html
GEN locking-sanlock.html
GEN drvqemu.html
GEN bugs.html
GEN testtck.html
GEN drivers.html
GEN api_extension.html
GEN devguide.html
GEN migration.html
GEN cgroups.html
GEN storage.html
GEN locking-lockd.html
GEN drvhyperv.html
GEN drvremote.html
GEN python.html
GEN downloads.html
GEN drvvmware.html
GEN acl.html
GEN format.html
GEN news-2009.html
GEN news-2016.html
GEN news-2005.html
GEN dbus.html
GEN formatstorage.html
GEN formatnetwork.html
GEN auth.html
GEN news-2010.html
GEN compiling.html
GEN errors.html
GEN testapi.html
GEN drvvbox.html
GEN contribute.html
GEN api.html
GEN index.html
GEN drvxen.html
GEN news-2015.html
GEN secureusage.html
GEN news-2008.html
GEN formatdomaincaps.html
GEN drvnodedev.html
GEN hooks.html
GEN internals.html
GEN firewall.html
GEN apps.html
GEN news-2014.html
GEN support.html
GEN php.html
GEN drvtest.html
GEN drvphyp.html
GEN docs.html
GEN goals.html
GEN 404.html
GEN formatnwfilter.html
GEN logging.html
GEN formatstorageencryption.html
GEN drvuml.html
GEN windows.html
GEN formatnode.html
GEN architecture.html
GEN news-2007.html
GEN platforms.html
GEN governance.html
GEN nss.html
GEN bindings.html
GEN aclpolkit.html
GEN news-2012.html
GEN contact.html
GEN drvopenvz.html
GEN news-2006.html
GEN drvesx.html
GEN virshcmdref.html
GEN formatsnapshot.html
GEN formatcaps.html
GEN formatsecret.html
GEN news-2011.html
touch ../../docs/apibuild.py.stamp
GEN drvbhyve.html
GEN locking.html
GEN pci-hotplug.html
GEN remote.html
GEN csharp.html
GEN java.html
GEN hacking.html
GEN uri.html
GEN internals/locking.html
GEN internals/rpc.html
GEN internals/eventloop.html
GEN internals/command.html
GEN internals/oomtesting.html
GEN search.php
GEN ../../docs/hvsupport.html.in
GEN news.html
GEN html/index.html
GEN ../../docs/devhelp/index.html
GEN hvsupport.html.tmp
GEN hvsupport.html
rm internals/rpc.html.tmp drvopenvz.html.tmp aclpolkit.html.tmp formatnwfilter.html.tmp platforms.html.tmp php.html.tmp formatnetwork.html.tmp locking.html.tmp formatstorageencryption.html.tmp drvhyperv.html.tmp format.html.tmp errors.html.tmp formatdomaincaps.html.tmp virshcmdref.html.tmp news-2006.html.tmp formatcaps.html.tmp internals.html.tmp dbus.html.tmp news-2016.html.tmp auditlog.html.tmp downloads.html.tmp drvuml.html.tmp internals/oomtesting.html.tmp drvphyp.html.tmp bugs.html.tmp java.html.tmp testapi.html.tmp contribute.html.tmp drvesx.html.tmp locking-lockd.html.tmp devguide.html.tmp drvqemu.html.tmp formatdomain.html.tmp drvvmware.html.tmp architecture.html.tmp drvvirtuozzo.html.tmp index.html.tmp search.php.tmp formatsnapshot.html.tmp acl.html.tmp news-2005.html.tmp drvxen.html.tmp securityprocess.html.tmp 404.html.tmp api_extension.html.tmp news-2008.html.tmp news-2015.html.tmp formatstorage.html.tmp secureusage.html.tmp python.html.tmp drvremote.html.tmp news-2009.html.tmp hooks.html.tmp internals/locking.html.tmp remote.html.tmp drivers.html.tmp formatsecret.html.tmp news-2014.html.tmp news.html.tmp formatnode.html.tmp internals/eventloop.html.tmp goals.html.tmp apps.html.tmp internals/command.html.tmp drvvbox.html.tmp csharp.html.tmp firewall.html.tmp governance.html.tmp hacking.html.tmp cgroups.html.tmp news-2013.html.tmp bindings.html.tmp api.html.tmp windows.html.tmp news-2010.html.tmp contact.html.tmp news-2011.html.tmp drvlxc.html.tmp uri.html.tmp pci-hotplug.html.tmp news-2012.html.tmp hvsupport.html.tmp logging.html.tmp locking-sanlock.html.tmp drvtest.html.tmp support.html.tmp testtck.html.tmp docs.html.tmp drvbhyve.html.tmp testsuites.html.tmp nss.html.tmp migration.html.tmp drvnodedev.html.tmp storage.html.tmp compiling.html.tmp auth.html.tmp news-2007.html.tmp
make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-debian-9/w...'>
Making all in gnulib/tests
make[2]: Entering directory '<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-debian-9/w...'>
GEN ctype.h
GEN inttypes.h
GEN math.h
GEN test-posix_spawn1.sh
GEN test-posix_spawn2.sh
GEN spawn.h
make all-recursive
make[3]: Entering directory '<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-debian-9/w...'>
Making all in .
make[4]: Entering directory '<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-debian-9/w...'>
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-debian-9/w...'>
make[3]: Leaving directory '<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-debian-9/w...'>
make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-debian-9/w...'>
Making all in tests
make[2]: Entering directory '<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-debian-9/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 virusbmock.lo
CC virnetdevbandwidthmock.lo
CC virnumamock.lo
CC virtestmock.lo
CC virdbusmock_la-virdbusmock.lo
CC virmocklibxl_la-virmocklibxl.lo
CC qemumonitortestutils.lo
CC testutilsqemuschema.lo
In file included from ../../src/util/virsecret.h:28:0,
from ../../src/util/virstorageencryption.h:28,
from ../../src/util/virstoragefile.h:32,
from ../../src/util/virfile.h:34,
from ../../tests/virmocklibxl.c:30:
../../src/util/virxml.h:28:28: fatal error: libxml/parser.h: No such file or directory
# include <libxml/parser.h>
^
compilation terminated.
Makefile:5411: recipe for target 'virmocklibxl_la-virmocklibxl.lo' failed
make[2]: *** [virmocklibxl_la-virmocklibxl.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-debian-9/w...'>
Makefile:2118: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-debian-9/w...'>
Makefile:2011: recipe for target 'all' failed
make: *** [all] Error 2
Build step 'Execute shell' marked build as failure
6 years, 6 months
[Libvirt-ci] Build failed in Jenkins: libvirt-master-build » libvirt-fedora-26 #1353
by ci@centos.org
See <https://ci.centos.org/job/libvirt-master-build/systems=libvirt-fedora-26/...>
Changes:
[jfehlig] libxl: fix libxlDriverConfigDispose for partially constructed object
[jfehlig] libxl: pass driver config to libxlMakeDomBuildInfo
[jfehlig] libxl: warn about ignored CPU mode=custom
[jfehlig] libxl: do not enable nested HVM unless global nested_hvm option enabled
[jfehlig] xenconfig: do not override def->cpu if already set elsewhere
[jfehlig] libxl: add support for CPUID features policy
[jfehlig] tests: check CPU features handling in libxl driver
[jfehlig] xenconfig: add CPUID handling to domXML <-> xl.cfg conversion
[jfehlig] tests: add test case for CPUID in xenconfig driver
------------------------------------------
[...truncated 168.01 KB...]
GEN locking-sanlock.html.tmp
GEN drvqemu.html.tmp
GEN dbus.html.tmp
GEN testtck.html.tmp
GEN drivers.html.tmp
GEN api_extension.html.tmp
GEN devguide.html.tmp
GEN news-2009.html.tmp
GEN migration.html.tmp
GEN errors.html.tmp
GEN format.html.tmp
GEN news-2011.html.tmp
GEN drvopenvz.html.tmp
GEN drvhyperv.html.tmp
GEN drvremote.html.tmp
GEN python.html.tmp
GEN downloads.html.tmp
GEN formatstorageencryption.html.tmp
GEN acl.html.tmp
GEN drvvirtuozzo.html.tmp
GEN news-2016.html.tmp
GEN news-2005.html.tmp
GEN locking.html.tmp
GEN formatstorage.html.tmp
GEN api.html.tmp
GEN formatnetwork.html.tmp
GEN 404.html.tmp
GEN auth.html.tmp
GEN news-2010.html.tmp
GEN compiling.html.tmp
GEN drvesx.html.tmp
GEN testapi.html.tmp
GEN drvvbox.html.tmp
GEN contribute.html.tmp
GEN drvuml.html.tmp
GEN index.html.tmp
GEN drvxen.html.tmp
GEN news-2015.html.tmp
GEN secureusage.html.tmp
GEN news-2008.html.tmp
GEN drvnodedev.html.tmp
GEN formatdomaincaps.html.tmp
GEN hooks.html.tmp
GEN virshcmdref.html.tmp
GEN firewall.html.tmp
GEN apps.html.tmp
GEN support.html.tmp
GEN java.html.tmp
GEN drvtest.html.tmp
GEN drvphyp.html.tmp
GEN docs.html.tmp
GEN locking-lockd.html.tmp
GEN goals.html.tmp
GEN formatnwfilter.html.tmp
GEN storage.html.tmp
GEN formatdomain.html.tmp
GEN php.html.tmp
GEN windows.html.tmp
GEN drvvmware.html.tmp
GEN bindings.html.tmp
GEN formatnode.html.tmp
GEN architecture.html.tmp
GEN news-2007.html.tmp
GEN platforms.html.tmp
GEN nss.html.tmp
GEN news-2014.html.tmp
GEN aclpolkit.html.tmp
GEN news-2012.html.tmp
GEN logging.html.tmp
GEN news-2006.html.tmp
GEN internals.html.tmp
GEN bugs.html.tmp
GEN formatsnapshot.html.tmp
GEN cgroups.html.tmp
GEN formatcaps.html.tmp
GEN formatsecret.html.tmp
GEN drvbhyve.html.tmp
GEN pci-hotplug.html.tmp
GEN remote.html.tmp
GEN csharp.html.tmp
GEN contact.html.tmp
GEN hacking.html.tmp
GEN uri.html.tmp
GEN testsuites.html.tmp
GEN auditlog.html.tmp
GEN drvlxc.html.tmp
GEN internals/locking.html.tmp
GEN internals/rpc.html.tmp
GEN internals/eventloop.html.tmp
GEN internals/command.html.tmp
GEN internals/oomtesting.html.tmp
GEN search.php.tmp
GEN news.html.tmp
GEN securityprocess.html
GEN news-2013.html
GEN governance.html
GEN locking-sanlock.html
GEN drvqemu.html
GEN dbus.html
GEN testtck.html
GEN drivers.html
GEN api_extension.html
GEN devguide.html
GEN news-2009.html
GEN migration.html
touch ../../docs/apibuild.py.stamp
GEN errors.html
GEN format.html
GEN news-2011.html
GEN drvopenvz.html
GEN drvhyperv.html
GEN drvremote.html
GEN python.html
GEN downloads.html
GEN formatstorageencryption.html
GEN acl.html
GEN drvvirtuozzo.html
GEN news-2016.html
GEN news-2005.html
GEN locking.html
GEN formatstorage.html
GEN api.html
GEN formatnetwork.html
GEN 404.html
GEN news-2010.html
GEN auth.html
GEN drvesx.html
GEN testapi.html
GEN compiling.html
GEN drvvbox.html
GEN contribute.html
GEN drvuml.html
GEN index.html
GEN drvxen.html
GEN news-2015.html
GEN secureusage.html
GEN news-2008.html
GEN drvnodedev.html
GEN formatdomaincaps.html
GEN hooks.html
GEN virshcmdref.html
GEN firewall.html
GEN apps.html
GEN support.html
GEN java.html
GEN drvphyp.html
GEN drvtest.html
GEN docs.html
GEN locking-lockd.html
GEN goals.html
GEN formatnwfilter.html
GEN storage.html
GEN formatdomain.html
GEN php.html
GEN windows.html
GEN drvvmware.html
GEN bindings.html
GEN formatnode.html
GEN architecture.html
GEN news-2007.html
GEN platforms.html
GEN nss.html
GEN news-2014.html
GEN aclpolkit.html
GEN news-2012.html
GEN logging.html
GEN news-2006.html
GEN internals.html
GEN bugs.html
GEN formatsnapshot.html
GEN cgroups.html
GEN formatcaps.html
GEN formatsecret.html
GEN drvbhyve.html
GEN remote.html
GEN pci-hotplug.html
GEN contact.html
GEN csharp.html
GEN hacking.html
GEN uri.html
GEN testsuites.html
GEN auditlog.html
GEN drvlxc.html
GEN internals/locking.html
GEN internals/rpc.html
GEN internals/eventloop.html
GEN internals/command.html
GEN internals/oomtesting.html
GEN search.php
GEN ../../docs/hvsupport.html.in
GEN news.html
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 platforms.html.tmp news-2006.html.tmp formatcaps.html.tmp internals.html.tmp news-2016.html.tmp auditlog.html.tmp downloads.html.tmp pci-hotplug.html.tmp internals/oomtesting.html.tmp bugs.html.tmp drvphyp.html.tmp hvsupport.html.tmp java.html.tmp testapi.html.tmp bindings.html.tmp contribute.html.tmp drvesx.html.tmp locking-lockd.html.tmp devguide.html.tmp drvqemu.html.tmp news-2008.html.tmp drvvmware.html.tmp architecture.html.tmp drvvirtuozzo.html.tmp formatdomaincaps.html.tmp search.php.tmp formatsnapshot.html.tmp news-2005.html.tmp drvxen.html.tmp securityprocess.html.tmp 404.html.tmp api_extension.html.tmp drvuml.html.tmp news-2015.html.tmp drvremote.html.tmp internals/locking.html.tmp python.html.tmp remote.html.tmp drivers.html.tmp compiling.html.tmp formatsecret.html.tmp hooks.html.tmp news-2014.html.tmp news.html.tmp formatnode.html.tmp internals/eventloop.html.tmp goals.html.tmp apps.html.tmp internals/command.html.tmp drvvbox.html.tmp csharp.html.tmp firewall.html.tmp secureusage.html.tmp formatstorage.html.tmp governance.html.tmp hacking.html.tmp cgroups.html.tmp news-2013.html.tmp news-2009.html.tmp api.html.tmp news-2010.html.tmp contact.html.tmp drvnodedev.html.tmp news-2011.html.tmp index.html.tmp drvlxc.html.tmp uri.html.tmp acl.html.tmp formatdomain.html.tmp news-2012.html.tmp locking-sanlock.html.tmp drvtest.html.tmp support.html.tmp testtck.html.tmp auth.html.tmp docs.html.tmp drvbhyve.html.tmp testsuites.html.tmp nss.html.tmp migration.html.tmp storage.html.tmp dbus.html.tmp virshcmdref.html.tmp news-2007.html.tmp
gmake[2]: Leaving directory '<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-fedora-26/...'>
Making all in gnulib/tests
gmake[2]: Entering directory '<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-fedora-26/...'>
GEN ctype.h
GEN inttypes.h
GEN math.h
GEN test-posix_spawn1.sh
GEN test-posix_spawn2.sh
GEN spawn.h
gmake all-recursive
gmake[3]: Entering directory '<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-fedora-26/...'>
Making all in .
gmake[4]: Entering directory '<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-fedora-26/...'>
gmake[4]: Nothing to be done for 'all-am'.
gmake[4]: Leaving directory '<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-fedora-26/...'>
gmake[3]: Leaving directory '<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-fedora-26/...'>
gmake[2]: Leaving directory '<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-fedora-26/...'>
Making all in tests
gmake[2]: Entering directory '<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-fedora-26/...'>
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 virusbmock.lo
CC virnetdevbandwidthmock.lo
CC virnumamock.lo
CC virtestmock.lo
CC virmocklibxl_la-virmocklibxl.lo
CC virdbusmock_la-virdbusmock.lo
CC qemumonitortestutils.lo
In file included from ../../src/util/virsecret.h:28:0,
from ../../src/util/virstorageencryption.h:28,
from ../../src/util/virstoragefile.h:32,
from ../../src/util/virfile.h:34,
from ../../tests/virmocklibxl.c:30:
../../src/util/virxml.h:28:11: fatal error: libxml/parser.h: No such file or directory
# include <libxml/parser.h>
^~~~~~~~~~~~~~~~~
compilation terminated.
gmake[2]: *** [Makefile:5411: virmocklibxl_la-virmocklibxl.lo] Error 1
gmake[2]: *** Waiting for unfinished jobs....
gmake[2]: Leaving directory '<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-fedora-26/...'>
gmake[1]: *** [Makefile:2118: all-recursive] Error 1
gmake[1]: Leaving directory '<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-fedora-26/...'>
gmake: *** [Makefile:2011: all] Error 2
Build step 'Execute shell' marked build as failure
6 years, 6 months
[Libvirt-ci] Build failed in Jenkins: libvirt-master-build » libvirt-fedora-27 #1353
by ci@centos.org
See <https://ci.centos.org/job/libvirt-master-build/systems=libvirt-fedora-27/...>
Changes:
[jfehlig] libxl: fix libxlDriverConfigDispose for partially constructed object
[jfehlig] libxl: pass driver config to libxlMakeDomBuildInfo
[jfehlig] libxl: warn about ignored CPU mode=custom
[jfehlig] libxl: do not enable nested HVM unless global nested_hvm option enabled
[jfehlig] xenconfig: do not override def->cpu if already set elsewhere
[jfehlig] libxl: add support for CPUID features policy
[jfehlig] tests: check CPU features handling in libxl driver
[jfehlig] xenconfig: add CPUID handling to domXML <-> xl.cfg conversion
[jfehlig] tests: add test case for CPUID in xenconfig driver
------------------------------------------
[...truncated 167.97 KB...]
GEN formatdomain.html.tmp
GEN python.html.tmp
GEN drvqemu.html.tmp
GEN dbus.html.tmp
GEN testtck.html.tmp
GEN news-2008.html.tmp
GEN drivers.html.tmp
GEN api_extension.html.tmp
GEN devguide.html.tmp
GEN cgroups.html.tmp
GEN errors.html.tmp
GEN format.html.tmp
GEN news-2011.html.tmp
GEN drvopenvz.html.tmp
GEN drvhyperv.html.tmp
GEN drvremote.html.tmp
GEN docs.html.tmp
GEN downloads.html.tmp
GEN formatstorageencryption.html.tmp
GEN secureusage.html.tmp
GEN news-2012.html.tmp
GEN drvvirtuozzo.html.tmp
GEN auditlog.html.tmp
GEN news-2005.html.tmp
GEN locking.html.tmp
GEN formatstorage.html.tmp
GEN news-2014.html.tmp
GEN formatnetwork.html.tmp
GEN 404.html.tmp
GEN auth.html.tmp
GEN news-2010.html.tmp
GEN compiling.html.tmp
GEN goals.html.tmp
GEN drvesx.html.tmp
GEN drvvbox.html.tmp
GEN contribute.html.tmp
GEN index.html.tmp
GEN drvxen.html.tmp
GEN news-2015.html.tmp
GEN drvnodedev.html.tmp
GEN formatdomaincaps.html.tmp
GEN hooks.html.tmp
GEN firewall.html.tmp
GEN apps.html.tmp
GEN formatsecret.html.tmp
GEN news-2016.html.tmp
GEN support.html.tmp
GEN php.html.tmp
GEN drvtest.html.tmp
GEN news-2007.html.tmp
GEN locking-lockd.html.tmp
GEN locking-sanlock.html.tmp
GEN formatnwfilter.html.tmp
GEN drvlxc.html.tmp
GEN storage.html.tmp
GEN windows.html.tmp
GEN architecture.html.tmp
GEN java.html.tmp
GEN drvvmware.html.tmp
GEN bindings.html.tmp
GEN formatnode.html.tmp
GEN migration.html.tmp
GEN news-2009.html.tmp
GEN platforms.html.tmp
GEN governance.html.tmp
GEN nss.html.tmp
GEN news-2006.html.tmp
GEN aclpolkit.html.tmp
GEN logging.html.tmp
GEN drvphyp.html.tmp
GEN testapi.html.tmp
GEN internals.html.tmp
GEN bugs.html.tmp
GEN virshcmdref.html.tmp
GEN formatsnapshot.html.tmp
GEN formatcaps.html.tmp
GEN api.html.tmp
GEN drvbhyve.html.tmp
GEN pci-hotplug.html.tmp
GEN csharp.html.tmp
GEN contact.html.tmp
GEN hacking.html.tmp
GEN uri.html.tmp
GEN testsuites.html.tmp
GEN drvuml.html.tmp
GEN securityprocess.html.tmp
GEN internals/locking.html.tmp
GEN internals/rpc.html.tmp
GEN internals/eventloop.html.tmp
GEN internals/command.html.tmp
GEN internals/oomtesting.html.tmp
GEN search.php.tmp
GEN news.html.tmp
GEN acl.html
GEN remote.html
GEN news-2013.html
GEN formatdomain.html
GEN python.html
GEN drvqemu.html
GEN dbus.html
GEN testtck.html
GEN news-2008.html
GEN drivers.html
GEN api_extension.html
GEN devguide.html
GEN cgroups.html
GEN errors.html
GEN format.html
GEN news-2011.html
GEN drvopenvz.html
GEN drvhyperv.html
GEN drvremote.html
GEN docs.html
GEN downloads.html
GEN formatstorageencryption.html
GEN secureusage.html
GEN news-2012.html
GEN drvvirtuozzo.html
GEN auditlog.html
GEN news-2005.html
GEN locking.html
GEN formatstorage.html
GEN news-2014.html
GEN formatnetwork.html
GEN 404.html
GEN auth.html
GEN news-2010.html
GEN compiling.html
GEN goals.html
GEN drvesx.html
GEN drvvbox.html
GEN contribute.html
GEN index.html
GEN drvxen.html
GEN news-2015.html
GEN drvnodedev.html
GEN formatdomaincaps.html
GEN hooks.html
GEN firewall.html
GEN apps.html
GEN formatsecret.html
GEN news-2016.html
GEN support.html
GEN php.html
GEN drvtest.html
GEN news-2007.html
GEN locking-lockd.html
GEN locking-sanlock.html
GEN formatnwfilter.html
GEN drvlxc.html
GEN storage.html
GEN windows.html
GEN architecture.html
GEN java.html
GEN drvvmware.html
touch ../../docs/apibuild.py.stamp
GEN bindings.html
GEN formatnode.html
GEN migration.html
GEN news-2009.html
GEN platforms.html
GEN governance.html
GEN nss.html
GEN news-2006.html
GEN aclpolkit.html
GEN logging.html
GEN drvphyp.html
GEN testapi.html
GEN internals.html
GEN bugs.html
GEN virshcmdref.html
GEN formatsnapshot.html
GEN formatcaps.html
GEN api.html
GEN drvbhyve.html
GEN pci-hotplug.html
GEN csharp.html
GEN contact.html
GEN hacking.html
GEN uri.html
GEN testsuites.html
GEN drvuml.html
GEN securityprocess.html
GEN internals/locking.html
GEN internals/rpc.html
GEN internals/eventloop.html
GEN internals/oomtesting.html
GEN internals/command.html
GEN search.php
GEN ../../docs/hvsupport.html.in
GEN news.html
GEN html/index.html
GEN ../../docs/devhelp/index.html
GEN hvsupport.html.tmp
GEN hvsupport.html
rm internals/rpc.html.tmp drvopenvz.html.tmp aclpolkit.html.tmp windows.html.tmp formatnwfilter.html.tmp news-2014.html.tmp php.html.tmp formatnetwork.html.tmp locking.html.tmp formatstorageencryption.html.tmp drvhyperv.html.tmp testapi.html.tmp format.html.tmp errors.html.tmp hacking.html.tmp virshcmdref.html.tmp platforms.html.tmp news-2006.html.tmp formatcaps.html.tmp internals.html.tmp dbus.html.tmp news-2016.html.tmp auditlog.html.tmp downloads.html.tmp drvuml.html.tmp internals/oomtesting.html.tmp bugs.html.tmp drvphyp.html.tmp java.html.tmp bindings.html.tmp contribute.html.tmp drvesx.html.tmp locking-lockd.html.tmp devguide.html.tmp formatsecret.html.tmp drvqemu.html.tmp formatdomain.html.tmp drvvmware.html.tmp architecture.html.tmp drvvirtuozzo.html.tmp search.php.tmp formatsnapshot.html.tmp acl.html.tmp news-2005.html.tmp drvxen.html.tmp securityprocess.html.tmp 404.html.tmp api_extension.html.tmp news-2008.html.tmp news-2015.html.tmp formatstorage.html.tmp python.html.tmp drvremote.html.tmp hooks.html.tmp internals/locking.html.tmp remote.html.tmp drivers.html.tmp compiling.html.tmp news.html.tmp formatnode.html.tmp internals/eventloop.html.tmp goals.html.tmp apps.html.tmp internals/command.html.tmp drvvbox.html.tmp csharp.html.tmp firewall.html.tmp secureusage.html.tmp governance.html.tmp cgroups.html.tmp api.html.tmp news-2010.html.tmp news-2009.html.tmp drvnodedev.html.tmp news-2011.html.tmp index.html.tmp formatdomaincaps.html.tmp drvlxc.html.tmp uri.html.tmp pci-hotplug.html.tmp news-2012.html.tmp hvsupport.html.tmp logging.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 testsuites.html.tmp nss.html.tmp migration.html.tmp storage.html.tmp contact.html.tmp auth.html.tmp news-2007.html.tmp
gmake[2]: Leaving directory '<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-fedora-27/...'>
Making all in gnulib/tests
gmake[2]: Entering directory '<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-fedora-27/...'>
GEN ctype.h
GEN inttypes.h
GEN math.h
GEN test-posix_spawn1.sh
GEN test-posix_spawn2.sh
GEN spawn.h
gmake all-recursive
gmake[3]: Entering directory '<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-fedora-27/...'>
Making all in .
gmake[4]: Entering directory '<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-fedora-27/...'>
gmake[4]: Nothing to be done for 'all-am'.
gmake[4]: Leaving directory '<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-fedora-27/...'>
gmake[3]: Leaving directory '<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-fedora-27/...'>
gmake[2]: Leaving directory '<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-fedora-27/...'>
Making all in tests
gmake[2]: Entering directory '<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-fedora-27/...'>
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 virusbmock.lo
CC virnetdevbandwidthmock.lo
CC virnumamock.lo
CC virtestmock.lo
CC virdbusmock_la-virdbusmock.lo
CC virmocklibxl_la-virmocklibxl.lo
CC qemumonitortestutils.lo
In file included from ../../src/util/virsecret.h:28:0,
from ../../src/util/virstorageencryption.h:28,
from ../../src/util/virstoragefile.h:32,
from ../../src/util/virfile.h:34,
from ../../tests/virmocklibxl.c:30:
../../src/util/virxml.h:28:11: fatal error: libxml/parser.h: No such file or directory
# include <libxml/parser.h>
^~~~~~~~~~~~~~~~~
compilation terminated.
gmake[2]: *** [Makefile:5411: virmocklibxl_la-virmocklibxl.lo] Error 1
gmake[2]: *** Waiting for unfinished jobs....
gmake[2]: Leaving directory '<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-fedora-27/...'>
gmake[1]: *** [Makefile:2118: all-recursive] Error 1
gmake[1]: Leaving directory '<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-fedora-27/...'>
gmake: *** [Makefile:2011: all] Error 2
Build step 'Execute shell' marked build as failure
6 years, 6 months
[Libvirt-ci] Build failed in Jenkins: libvirt-master-build » libvirt-debian-8 #1353
by ci@centos.org
See <https://ci.centos.org/job/libvirt-master-build/systems=libvirt-debian-8/1...>
Changes:
[jfehlig] libxl: fix libxlDriverConfigDispose for partially constructed object
[jfehlig] libxl: pass driver config to libxlMakeDomBuildInfo
[jfehlig] libxl: warn about ignored CPU mode=custom
[jfehlig] libxl: do not enable nested HVM unless global nested_hvm option enabled
[jfehlig] xenconfig: do not override def->cpu if already set elsewhere
[jfehlig] libxl: add support for CPUID features policy
[jfehlig] tests: check CPU features handling in libxl driver
[jfehlig] xenconfig: add CPUID handling to domXML <-> xl.cfg conversion
[jfehlig] tests: add test case for CPUID in xenconfig driver
------------------------------------------
[...truncated 166.87 KB...]
GEN devguide.html.tmp
GEN logging.html.tmp
GEN migration.html.tmp
GEN errors.html.tmp
GEN format.html.tmp
GEN locking-lockd.html.tmp
GEN drvhyperv.html.tmp
GEN drvremote.html.tmp
GEN python.html.tmp
GEN downloads.html.tmp
GEN drvvmware.html.tmp
GEN secureusage.html.tmp
GEN auditlog.html.tmp
GEN news-2016.html.tmp
GEN news-2005.html.tmp
GEN locking.html.tmp
GEN formatstorage.html.tmp
GEN news-2014.html.tmp
GEN 404.html.tmp
GEN locking-sanlock.html.tmp
GEN auth.html.tmp
GEN news-2010.html.tmp
GEN compiling.html.tmp
GEN drvesx.html.tmp
GEN contribute.html.tmp
GEN drvvbox.html.tmp
GEN drvuml.html.tmp
GEN api.html.tmp
GEN index.html.tmp
GEN drvxen.html.tmp
GEN news-2015.html.tmp
GEN news-2008.html.tmp
GEN formatdomaincaps.html.tmp
GEN hooks.html.tmp
GEN formatnwfilter.html.tmp
GEN firewall.html.tmp
GEN apps.html.tmp
GEN java.html.tmp
GEN drvtest.html.tmp
GEN drvphyp.html.tmp
GEN news-2007.html.tmp
GEN goals.html.tmp
GEN news-2011.html.tmp
GEN storage.html.tmp
GEN drvnodedev.html.tmp
GEN windows.html.tmp
GEN architecture.html.tmp
GEN support.html.tmp
GEN testapi.html.tmp
GEN bindings.html.tmp
GEN formatnode.html.tmp
GEN testsuites.html.tmp
GEN news-2009.html.tmp
GEN platforms.html.tmp
GEN php.html.tmp
GEN governance.html.tmp
GEN formatstorageencryption.html.tmp
GEN nss.html.tmp
GEN aclpolkit.html.tmp
GEN news-2012.html.tmp
GEN contact.html.tmp
GEN drvopenvz.html.tmp
GEN formatnetwork.html.tmp
GEN news-2006.html.tmp
GEN bugs.html.tmp
GEN formatsnapshot.html.tmp
GEN cgroups.html.tmp
GEN virshcmdref.html.tmp
GEN formatcaps.html.tmp
GEN formatsecret.html.tmp
GEN docs.html.tmp
GEN drvbhyve.html.tmp
GEN internals.html.tmp
GEN pci-hotplug.html.tmp
GEN csharp.html.tmp
GEN internals/locking.html.tmp
GEN hacking.html.tmp
GEN internals/rpc.html.tmp
GEN internals/eventloop.html.tmp
GEN internals/command.html.tmp
GEN internals/oomtesting.html.tmp
GEN search.php.tmp
GEN news.html.tmp
GEN uri.html
GEN drvvirtuozzo.html
GEN drvlxc.html
GEN securityprocess.html
GEN acl.html
GEN news-2013.html
GEN formatdomain.html
GEN remote.html
GEN drvqemu.html
GEN testtck.html
GEN dbus.html
GEN drivers.html
GEN api_extension.html
GEN devguide.html
GEN logging.html
GEN migration.html
GEN errors.html
GEN format.html
GEN locking-lockd.html
GEN drvhyperv.html
GEN drvremote.html
GEN python.html
GEN downloads.html
GEN drvvmware.html
GEN secureusage.html
GEN auditlog.html
GEN news-2016.html
GEN locking.html
GEN news-2005.html
GEN formatstorage.html
GEN locking-sanlock.html
GEN 404.html
GEN news-2014.html
GEN auth.html
GEN news-2010.html
GEN compiling.html
GEN drvesx.html
touch ../../docs/apibuild.py.stamp
GEN drvvbox.html
GEN contribute.html
GEN drvuml.html
GEN index.html
GEN api.html
GEN drvxen.html
GEN news-2008.html
GEN news-2015.html
GEN hooks.html
GEN formatdomaincaps.html
GEN formatnwfilter.html
GEN apps.html
GEN firewall.html
GEN drvtest.html
GEN java.html
GEN drvphyp.html
GEN news-2007.html
GEN goals.html
GEN drvnodedev.html
GEN storage.html
GEN news-2011.html
GEN architecture.html
GEN windows.html
GEN support.html
GEN bindings.html
GEN testapi.html
GEN testsuites.html
GEN formatnode.html
GEN platforms.html
GEN news-2009.html
GEN php.html
GEN nss.html
GEN governance.html
GEN formatstorageencryption.html
GEN aclpolkit.html
GEN news-2012.html
GEN contact.html
GEN drvopenvz.html
GEN formatnetwork.html
GEN news-2006.html
GEN cgroups.html
GEN virshcmdref.html
GEN formatsnapshot.html
GEN formatcaps.html
GEN formatsecret.html
GEN bugs.html
GEN docs.html
GEN pci-hotplug.html
GEN csharp.html
GEN internals.html
GEN hacking.html
GEN drvbhyve.html
GEN internals/locking.html
GEN internals/eventloop.html
GEN internals/command.html
GEN internals/oomtesting.html
GEN internals/rpc.html
GEN search.php
GEN ../../docs/hvsupport.html.in
GEN news.html
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 platforms.html.tmp index.html.tmp php.html.tmp locking.html.tmp formatstorageencryption.html.tmp drvhyperv.html.tmp format.html.tmp errors.html.tmp news-2008.html.tmp python.html.tmp news-2006.html.tmp formatcaps.html.tmp internals.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 testapi.html.tmp formatnetwork.html.tmp news-2009.html.tmp bindings.html.tmp contribute.html.tmp locking-lockd.html.tmp devguide.html.tmp drvqemu.html.tmp formatdomain.html.tmp drvvmware.html.tmp architecture.html.tmp drvvirtuozzo.html.tmp formatdomaincaps.html.tmp search.php.tmp formatsnapshot.html.tmp drvesx.html.tmp acl.html.tmp news-2005.html.tmp drvxen.html.tmp securityprocess.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 remote.html.tmp drivers.html.tmp testtck.html.tmp compiling.html.tmp formatsecret.html.tmp news.html.tmp formatnode.html.tmp internals/eventloop.html.tmp goals.html.tmp apps.html.tmp internals/command.html.tmp drvvbox.html.tmp csharp.html.tmp firewall.html.tmp secureusage.html.tmp formatstorage.html.tmp governance.html.tmp hacking.html.tmp cgroups.html.tmp api.html.tmp news-2014.html.tmp news-2010.html.tmp contact.html.tmp drvnodedev.html.tmp news-2011.html.tmp drvlxc.html.tmp uri.html.tmp pci-hotplug.html.tmp hvsupport.html.tmp news-2012.html.tmp locking-sanlock.html.tmp drvtest.html.tmp support.html.tmp docs.html.tmp news-2013.html.tmp drvbhyve.html.tmp testsuites.html.tmp nss.html.tmp migration.html.tmp storage.html.tmp dbus.html.tmp virshcmdref.html.tmp auth.html.tmp news-2007.html.tmp
make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-debian-8/w...'>
Making all in gnulib/tests
make[2]: Entering directory '<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-debian-8/w...'>
GEN ctype.h
GEN inttypes.h
GEN math.h
GEN test-posix_spawn1.sh
GEN test-posix_spawn2.sh
GEN spawn.h
make all-recursive
make[3]: Entering directory '<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-debian-8/w...'>
Making all in .
make[4]: Entering directory '<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-debian-8/w...'>
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-debian-8/w...'>
make[3]: Leaving directory '<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-debian-8/w...'>
make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-debian-8/w...'>
Making all in tests
make[2]: Entering directory '<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-debian-8/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 virusbmock.lo
CC virnetdevbandwidthmock.lo
CC virnumamock.lo
CC virtestmock.lo
CC virdbusmock_la-virdbusmock.lo
CC virmocklibxl_la-virmocklibxl.lo
CC qemumonitortestutils.lo
CC testutilsqemuschema.lo
CCLD libqemutestdriver.la
CC qemuxml2argvmock.lo
In file included from ../../src/util/virsecret.h:28:0,
from ../../src/util/virstorageencryption.h:28,
from ../../src/util/virstoragefile.h:32,
from ../../src/util/virfile.h:34,
from ../../tests/virmocklibxl.c:30:
../../src/util/virxml.h:28:28: fatal error: libxml/parser.h: No such file or directory
# include <libxml/parser.h>
^
compilation terminated.
CC qemucaps2xmlmock.lo
CC qemucapsprobemock.lo
CC qemucpumock.lo
CC nssmock.lo
Makefile:5400: recipe for target 'virmocklibxl_la-virmocklibxl.lo' failed
make[2]: *** [virmocklibxl_la-virmocklibxl.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** wait: No child processes. Stop.
Makefile:2107: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '<https://ci.centos.org/job/libvirt-master-build/systems=libvirt-debian-8/w...'>
Makefile:1999: recipe for target 'all' failed
make: *** [all] Error 2
Build step 'Execute shell' marked build as failure
6 years, 6 months