[Libvirt-ci] Build failed in Jenkins: libvirt-dbus-check » libvirt-fedora-29 #484
by ci@centos.org
See <https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-29/48...>
------------------------------------------
[...truncated 3.79 KB...]
Making check in data
gmake[1]: Entering directory '<https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-29/ws...'>
gmake[1]: Nothing to be done for 'check'.
gmake[1]: Leaving directory '<https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-29/ws...'>
Making check in docs
gmake[1]: Entering directory '<https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-29/ws...'>
gmake[1]: Nothing to be done for 'check'.
gmake[1]: Leaving directory '<https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-29/ws...'>
Making check in src
gmake[1]: Entering directory '<https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-29/ws...'>
gmake[1]: Nothing to be done for 'check'.
gmake[1]: Leaving directory '<https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-29/ws...'>
Making check in tests
gmake[1]: Entering directory '<https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-29/ws...'>
/usr/bin/gmake test_util
gmake[2]: Entering directory '<https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-29/ws...'>
CC test_util-test_util.o
CCLD test_util
gmake[2]: Leaving directory '<https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-29/ws...'>
/usr/bin/gmake check-TESTS
gmake[2]: Entering directory '<https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-29/ws...'>
gmake[3]: Entering directory '<https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-29/ws...'>
PASS: test_util
PASS: test_interface.py
PASS: test_domain.py
FAIL: test_connect.py
PASS: test_network.py
PASS: test_nodedev.py
PASS: test_storage.py
============================================================================
Testsuite summary for libvirt-dbus 1.4.0
============================================================================
# TOTAL: 7
# PASS: 6
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
============================================================================
See tests/test-suite.log
Please report to libvir-list(a)redhat.com
============================================================================
gmake[3]: *** [Makefile:766: test-suite.log] Error 1
gmake[3]: Leaving directory '<https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-29/ws...'>
gmake[2]: *** [Makefile:874: check-TESTS] Error 2
gmake[2]: Leaving directory '<https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-29/ws...'>
gmake[1]: *** [Makefile:990: check-am] Error 2
gmake[1]: Leaving directory '<https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-29/ws...'>
gmake: *** [Makefile:460: check-recursive] Error 1
+ cat tests/test-suite.log
==============================================
libvirt-dbus 1.4.0: tests/test-suite.log
==============================================
# TOTAL: 7
# PASS: 6
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: test_connect.py
=====================
============================= test session starts ==============================
platform linux -- Python 3.7.3, pytest-3.6.4, py-1.5.4, pluggy-0.6.0
rootdir: <https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-29/ws/,> inifile:
collected 35 items
../../tests/test_connect.py ......E........E..................E [100%]
==================================== ERRORS ====================================
___________ ERROR at setup of TestConnect.test_connect_list_domains ____________
self = <test_connect.TestConnect object at 0x7fd7e7690a58>
request = <SubRequest 'libvirt_dbus_setup' for <Function 'test_connect_list_domains'>>
@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, '--session'])
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:44: TimeoutError
ERROR at setup of TestConnect.test_connect_interface_lookup_by_property[InterfaceLookupByMAC-MAC]
self = <test_connect.TestConnect object at 0x7fd7e76af048>
@pytest.fixture
def interface_create(self):
""" Fixture to define dummy interface on the test driver
This fixture should be used in the setup of every test manipulating
with interfaces.
"""
path = self.connect.InterfaceDefineXML(xmldata.minimal_interface_xml, 0)
obj = self.bus.get_object('org.libvirt', path)
interface_obj = dbus.Interface(obj, 'org.libvirt.Interface')
> interface_obj.Create(0)
../../tests/libvirttest.py:84:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib64/python3.7/site-packages/dbus/proxies.py:70: in __call__
return self._proxy_method(*args, **keywords)
/usr/lib64/python3.7/site-packages/dbus/proxies.py:145: in __call__
**keywords)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <dbus._dbus.SessionBus (session) at 0x7fd7e7733620>
bus_name = dbus.String(':1.7')
object_path = dbus.ObjectPath('/org/libvirt/Test/interface/11_3a22_3a33_3a44_3a55_3a66')
dbus_interface = 'org.libvirt.Interface', method = 'Create', signature = 'u'
args = (0,), timeout = -1.0, byte_arrays = False, kwargs = {}
get_args_opts = {'byte_arrays': False}
message = <dbus.lowlevel.MethodCallMessage path: /org/libvirt/Test/interface/11_3a22_3a33_3a44_3a55_3a66, iface: org.libvirt.Interface, member: Create dest: :1.7>
def call_blocking(self, bus_name, object_path, dbus_interface, method,
signature, args, timeout=-1.0,
byte_arrays=False, **kwargs):
"""Call the given method, synchronously.
:Since: 0.81.0
"""
if object_path == LOCAL_PATH:
raise DBusException('Methods may not be called on the reserved '
'path %s' % LOCAL_PATH)
if dbus_interface == LOCAL_IFACE:
raise DBusException('Methods may not be called on the reserved '
'interface %s' % LOCAL_IFACE)
# no need to validate other args - MethodCallMessage ctor will do
get_args_opts = dict(byte_arrays=byte_arrays)
if is_py2:
get_args_opts['utf8_strings'] = kwargs.get('utf8_strings', False)
elif 'utf8_strings' in kwargs:
raise TypeError("unexpected keyword argument 'utf8_strings'")
message = MethodCallMessage(destination=bus_name,
path=object_path,
interface=dbus_interface,
method=method)
# Add the arguments to the function
try:
message.append(signature=signature, *args)
except Exception as e:
logging.basicConfig()
_logger.error('Unable to set arguments %r according to '
'signature %r: %s: %s',
args, signature, e.__class__, e)
raise
# make a blocking call
reply_message = self.send_message_with_reply_and_block(
> message, timeout)
E dbus.exceptions.DBusException: org.libvirt.Error: Requested operation is not valid
/usr/lib64/python3.7/site-packages/dbus/connection.py:651: DBusException
ERROR at setup of TestConnect.test_connect_storage_vol_lookup_by_property[StorageVolLookupByPath-Path]
self = <test_connect.TestConnect object at 0x7fd7e76ceac8>
@pytest.fixture
def storage_volume_create(self):
""" Fixture to create dummy storage volume on the test driver
This fixture should be used in the setup of every test manipulating
with test volume.
"""
_, test_storage_pool = self.get_test_storage_pool()
interface_obj = dbus.Interface(test_storage_pool,
'org.libvirt.StoragePool')
> path = interface_obj.StorageVolCreateXML(xmldata.minimal_storage_vol_xml, 0)
../../tests/libvirttest.py:125:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib64/python3.7/site-packages/dbus/proxies.py:70: in __call__
return self._proxy_method(*args, **keywords)
/usr/lib64/python3.7/site-packages/dbus/proxies.py:145: in __call__
**keywords)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <dbus._dbus.SessionBus (session) at 0x7fd7e7733620>
bus_name = dbus.String(':1.7')
object_path = dbus.ObjectPath('/org/libvirt/Test/storagepool/_dfe224cb_28fb_8dd0_c4b2_64eb3f0f4566')
dbus_interface = 'org.libvirt.StoragePool', method = 'StorageVolCreateXML'
signature = 'su'
args = ('\n<volume>\n <name>sparse.img</name>\n <capacity unit="G">2</capacity>\n <target>\n <path>/var/lib/virt/images/sparse.img</path>\n </target>\n</volume>\n', 0)
timeout = -1.0, byte_arrays = False, kwargs = {}
get_args_opts = {'byte_arrays': False}
message = <dbus.lowlevel.MethodCallMessage path: /org/libvirt/Test/storagepool/_dfe224cb_28fb_8dd0_c4b2_64eb3f0f4566, iface: org.libvirt.StoragePool, member: StorageVolCreateXML dest: :1.7>
def call_blocking(self, bus_name, object_path, dbus_interface, method,
signature, args, timeout=-1.0,
byte_arrays=False, **kwargs):
"""Call the given method, synchronously.
:Since: 0.81.0
"""
if object_path == LOCAL_PATH:
raise DBusException('Methods may not be called on the reserved '
'path %s' % LOCAL_PATH)
if dbus_interface == LOCAL_IFACE:
raise DBusException('Methods may not be called on the reserved '
'interface %s' % LOCAL_IFACE)
# no need to validate other args - MethodCallMessage ctor will do
get_args_opts = dict(byte_arrays=byte_arrays)
if is_py2:
get_args_opts['utf8_strings'] = kwargs.get('utf8_strings', False)
elif 'utf8_strings' in kwargs:
raise TypeError("unexpected keyword argument 'utf8_strings'")
message = MethodCallMessage(destination=bus_name,
path=object_path,
interface=dbus_interface,
method=method)
# Add the arguments to the function
try:
message.append(signature=signature, *args)
except Exception as e:
logging.basicConfig()
_logger.error('Unable to set arguments %r according to '
'signature %r: %s: %s',
args, signature, e.__class__, e)
raise
# make a blocking call
reply_message = self.send_message_with_reply_and_block(
> message, timeout)
E dbus.exceptions.DBusException: org.libvirt.Error: operation failed: storage vol already exists
/usr/lib64/python3.7/site-packages/dbus/connection.py:651: DBusException
===================== 32 passed, 3 error in 13.61 seconds ======================
FAIL test_connect.py (exit status: 1)
+ exit 1
Build step 'Execute shell' marked build as failure
5 years, 3 months
[Libvirt-ci] Build failed in Jenkins: libvirt-check » libvirt-debian-10 #519
by ci@centos.org
See <https://ci.centos.org/job/libvirt-check/systems=libvirt-debian-10/519/dis...>
------------------------------------------
[...truncated 34.15 KB...]
Testsuite summary for libvirt 5.6.0
============================================================================
# TOTAL: 221
# PASS: 195
# SKIP: 26
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
============================================================================
make[5]: Leaving directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-debian-10/ws/buil...'>
make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-debian-10/ws/buil...'>
make[3]: Leaving directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-debian-10/ws/buil...'>
make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-debian-10/ws/buil...'>
make[1]: Leaving directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-debian-10/ws/buil...'>
Making check in tests
make[1]: Entering directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-debian-10/ws/buil...'>
/usr/bin/make
make[2]: Entering directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-debian-10/ws/buil...'>
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-debian-10/ws/buil...'>
/usr/bin/make check-TESTS
make[2]: Entering directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-debian-10/ws/buil...'>
make[3]: Entering directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-debian-10/ws/buil...'>
PASS: sockettest
PASS: virhostcputest
PASS: virbuftest
PASS: seclabeltest
PASS: virhashtest
PASS: virconftest
PASS: viratomictest
PASS: utiltest
PASS: shunloadtest
PASS: virtimetest
PASS: viruritest
PASS: virkeyfiletest
PASS: viralloctest
PASS: virauthconfigtest
PASS: virbitmaptest
PASS: vircgrouptest
PASS: vircryptotest
PASS: virpcitest
PASS: virendiantest
PASS: virfiletest
PASS: virfilecachetest
PASS: virfirewalltest
PASS: viriscsitest
PASS: virkeycodetest
PASS: virlockspacetest
PASS: virlogtest
PASS: virrotatingfiletest
PASS: virschematest
PASS: virstringtest
PASS: virportallocatortest
PASS: sysinfotest
PASS: virkmodtest
PASS: vircapstest
PASS: commandtest
PASS: domainconftest
PASS: domaincapstest
PASS: virnetdevtest
PASS: virhostdevtest
PASS: vshtabletest
PASS: virtypedparamtest
PASS: virnetmessagetest
PASS: virerrortest
PASS: virnetdaemontest
PASS: virnetserverclienttest
PASS: virnettlscontexttest
PASS: virnettlssessiontest
PASS: fchosttest
PASS: scsihosttest
PASS: virnetsockettest
PASS: vircaps2xmltest
PASS: fdstreamtest
PASS: virresctrltest
PASS: virdbustest
FAIL: virsystemdtest
PASS: virpolkittest
PASS: securityselinuxtest
PASS: viridentitytest
PASS: xlconfigtest
PASS: securityselinuxlabeltest
PASS: xmconfigtest
PASS: qemuxml2argvtest
PASS: libxlxml2domconfigtest
PASS: qemudomainsnapshotxml2xmltest
PASS: qemuxml2xmltest
PASS: qemumonitorjsontest
PASS: qemuhotplugtest
PASS: qemucapabilitiestest
PASS: qemuagenttest
PASS: qemucaps2xmltest
PASS: qemumemlocktest
PASS: qemucommandutiltest
PASS: qemublocktest
PASS: qemumigparamstest
PASS: qemufirmwaretest
PASS: lxcxml2xmltest
PASS: lxcconf2xmltest
PASS: openvzutilstest
PASS: qemusecuritytest
PASS: esxutilstest
PASS: vmx2xmltest
PASS: vboxsnapshotxmltest
PASS: vmwarevertest
PASS: xml2vmxtest
PASS: virjsontest
PASS: networkxml2xmltest
PASS: virnetworkportxml2xmltest
PASS: networkxml2xmlupdatetest
PASS: networkxml2firewalltest
PASS: networkxml2conftest
PASS: nwfilterxml2xmltest
PASS: virnwfilterbindingxml2xmltest
PASS: nwfilterebiptablestest
PASS: nwfilterxml2firewalltest
PASS: storagevolxml2argvtest
PASS: virstorageutiltest
PASS: storagepoolxml2argvtest
PASS: storagepoolxml2xmltest
PASS: storagepoolcapstest
PASS: virscsitest
PASS: nsstest
PASS: nssguesttest
PASS: storagevolxml2xmltest
PASS: nodedevxml2xmltest
PASS: interfacexml2xmltest
PASS: cputest
PASS: metadatatest
PASS: secretxml2xmltest
PASS: genericxml2xmltest
PASS: virusbtest
PASS: virnetdevbandwidthtest
PASS: eventtest
PASS: virdrivermoduletest
PASS: objecteventtest
PASS: virmacmaptest
PASS: libvirtd-fail
PASS: virstoragetest
PASS: libvirtd-pool
PASS: virsh-cpuset
PASS: virsh-define-dev-segfault
PASS: virsh-int-overflow
PASS: virsh-read-bufsiz
PASS: virsh-read-non-seekable
PASS: virsh-schedinfo
PASS: virsh-self-test
PASS: virt-admin-self-test
PASS: virsh-snapshot
PASS: virsh-start
PASS: virsh-undefine
PASS: virsh-uriprecedence
PASS: virsh-vcpupin
PASS: virsh-optparse
PASS: virt-aa-helper-test
PASS: virshtest
============================================================================
Testsuite summary for libvirt 5.6.0
============================================================================
# TOTAL: 133
# PASS: 132
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
============================================================================
See tests/test-suite.log
Please report to libvir-list(a)redhat.com
============================================================================
make[3]: *** [Makefile:5994: test-suite.log] Error 1
make[3]: Leaving directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-debian-10/ws/buil...'>
make[2]: *** [Makefile:6102: check-TESTS] Error 2
make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-debian-10/ws/buil...'>
make[1]: *** [Makefile:7135: check-am] Error 2
make[1]: Leaving directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-debian-10/ws/buil...'>
make: *** [Makefile:2127: check-recursive] Error 1
+ cat tests/test-suite.log
=========================================
libvirt 5.6.0: tests/test-suite.log
=========================================
# TOTAL: 133
# PASS: 132
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: virsystemdtest
====================
TEST: virsystemdtest
1) Test create container ... OK
2) Test create container again ... OK
3) Test terminate container ... OK
4) Test terminate container again ... OK
5) Test create machine ... OK
6) Test create machine again ... OK
7) Test terminate machine ... OK
8) Test terminate machine again ... OK
9) Test create no systemd ... OK
10) Test create no systemd again ... OK
11) Test create systemd not running ... OK
12) Test create systemd not running again ... OK
13) Test create bad systemd ... libvirt: DBus Utils error : Something went wrong creating the machine
OK
14) Test create bad systemd again ... libvirt: DBus Utils error : Something went wrong creating the machine
OK
15) Test create with network ... OK
16) Test create with network again ... OK
17) Test getting machine name ... OK
18) Test getting machine name again ... OK
19) Test scopename ... OK
20) Test scopename ... OK
21) Test scopename ... OK
22) Test scopename ... OK
23) Test scopename ... OK
24) Test scopename ... OK
25) Test scopename ... OK
26) Test scopename ... OK
27) Test scopename ... OK
28) Test scopename ... OK
29) Test scopename ... OK
30) Test scopename ... OK
31) Test scopename ... OK
32) Test scopename ... OK
33) Test canSuspend ... OK
34) Test canSuspend no systemd ... OK
35) Test systemd canSuspend not running ... OK
36) Test canHibernate ... OK
37) Test canHibernate no systemd ... OK
38) Test systemd canHibernate not running ... OK
39) Test canHybridSleep ... OK
40) Test canHybridSleep no systemd ... OK
41) Test systemd canHybridSleep not running ... OK
42) Test activation empty ... OK
43) Test activation names ... Got 3 IP sockets but expected only 1 or 2
FAILED
44) Test activation addrs ... Got 3 IP sockets but expected only 1 or 2
FAILED
FAIL virsystemdtest (exit status: 1)
+ exit 1
Build step 'Execute shell' marked build as failure
5 years, 3 months
[Libvirt-ci] Build failed in Jenkins: libvirt-check » libvirt-debian-9 #519
by ci@centos.org
See <https://ci.centos.org/job/libvirt-check/systems=libvirt-debian-9/519/disp...>
------------------------------------------
[...truncated 32.93 KB...]
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
============================================================================
make[5]: Leaving directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-debian-9/ws/build...'>
make[4]: Leaving directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-debian-9/ws/build...'>
make[3]: Leaving directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-debian-9/ws/build...'>
make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-debian-9/ws/build...'>
make[1]: Leaving directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-debian-9/ws/build...'>
Making check in tests
make[1]: Entering directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-debian-9/ws/build...'>
/usr/bin/make
make[2]: Entering directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-debian-9/ws/build...'>
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-debian-9/ws/build...'>
/usr/bin/make check-TESTS
make[2]: Entering directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-debian-9/ws/build...'>
make[3]: Entering directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-debian-9/ws/build...'>
PASS: sockettest
PASS: virbuftest
PASS: virhostcputest
PASS: seclabeltest
PASS: virhashtest
PASS: virconftest
PASS: commandtest
PASS: utiltest
PASS: viratomictest
PASS: shunloadtest
PASS: virtimetest
PASS: viruritest
PASS: virkeyfiletest
PASS: viralloctest
PASS: virbitmaptest
PASS: virauthconfigtest
PASS: vircryptotest
PASS: vircgrouptest
PASS: virpcitest
PASS: virendiantest
PASS: virfilecachetest
PASS: virfirewalltest
PASS: viriscsitest
PASS: virkeycodetest
PASS: virfiletest
PASS: virlockspacetest
PASS: virlogtest
PASS: virrotatingfiletest
PASS: virstringtest
PASS: virportallocatortest
PASS: sysinfotest
PASS: virkmodtest
PASS: vircapstest
PASS: domaincapstest
PASS: domainconftest
PASS: virhostdevtest
PASS: virnetdevtest
PASS: virtypedparamtest
PASS: vshtabletest
PASS: virerrortest
PASS: virnetmessagetest
PASS: virnetsockettest
PASS: virnetdaemontest
PASS: virnetserverclienttest
PASS: virschematest
PASS: virnettlscontexttest
PASS: fchosttest
PASS: scsihosttest
PASS: vircaps2xmltest
PASS: virresctrltest
PASS: fdstreamtest
PASS: virdbustest
FAIL: virsystemdtest
PASS: virpolkittest
PASS: virnettlssessiontest
PASS: securityselinuxtest
PASS: securityselinuxlabeltest
PASS: viridentitytest
PASS: xmconfigtest
PASS: xlconfigtest
PASS: virshtest
PASS: libxlxml2domconfigtest
PASS: qemudomainsnapshotxml2xmltest
PASS: qemumonitorjsontest
PASS: qemuhotplugtest
PASS: qemuxml2xmltest
PASS: qemuagenttest
PASS: qemucaps2xmltest
PASS: qemumemlocktest
PASS: qemucommandutiltest
PASS: qemublocktest
PASS: qemumigparamstest
PASS: qemuxml2argvtest
PASS: qemucapabilitiestest
PASS: qemufirmwaretest
PASS: lxcxml2xmltest
PASS: lxcconf2xmltest
PASS: openvzutilstest
PASS: esxutilstest
PASS: qemusecuritytest
PASS: vboxsnapshotxmltest
PASS: vmx2xmltest
PASS: vmwarevertest
PASS: virjsontest
PASS: xml2vmxtest
PASS: networkxml2xmltest
PASS: virnetworkportxml2xmltest
PASS: networkxml2conftest
PASS: networkxml2xmlupdatetest
PASS: networkxml2firewalltest
PASS: nwfilterxml2xmltest
PASS: storagebackendsheepdogtest
PASS: virnwfilterbindingxml2xmltest
PASS: storagevolxml2argvtest
PASS: nwfilterebiptablestest
PASS: nwfilterxml2firewalltest
PASS: virstorageutiltest
PASS: storagepoolcapstest
PASS: storagepoolxml2argvtest
PASS: storagepoolxml2xmltest
PASS: virscsitest
PASS: nssguesttest
PASS: nsstest
PASS: storagevolxml2xmltest
PASS: nodedevxml2xmltest
PASS: interfacexml2xmltest
PASS: metadatatest
PASS: virstoragetest
PASS: secretxml2xmltest
PASS: virusbtest
PASS: genericxml2xmltest
PASS: virnetdevbandwidthtest
PASS: eventtest
PASS: virdrivermoduletest
PASS: objecteventtest
PASS: virmacmaptest
PASS: libvirtd-fail
PASS: libvirtd-pool
PASS: virsh-cpuset
PASS: virsh-define-dev-segfault
PASS: virsh-int-overflow
PASS: cputest
PASS: virsh-read-bufsiz
PASS: virsh-schedinfo
PASS: virsh-self-test
PASS: virsh-read-non-seekable
PASS: virt-admin-self-test
PASS: virsh-start
PASS: virsh-undefine
PASS: virsh-snapshot
PASS: virsh-uriprecedence
PASS: virsh-vcpupin
PASS: virsh-optparse
PASS: virt-aa-helper-test
============================================================================
Testsuite summary for libvirt 5.6.0
============================================================================
# TOTAL: 134
# PASS: 133
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
============================================================================
See tests/test-suite.log
Please report to libvir-list(a)redhat.com
============================================================================
Makefile:5866: recipe for target 'test-suite.log' failed
make[3]: *** [test-suite.log] Error 1
make[3]: Leaving directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-debian-9/ws/build...'>
Makefile:5972: recipe for target 'check-TESTS' failed
make[2]: *** [check-TESTS] Error 2
make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-debian-9/ws/build...'>
Makefile:7004: recipe for target 'check-am' failed
make[1]: *** [check-am] Error 2
make[1]: Leaving directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-debian-9/ws/build...'>
Makefile:2127: recipe for target 'check-recursive' failed
make: *** [check-recursive] Error 1
+ cat tests/test-suite.log
=========================================
libvirt 5.6.0: tests/test-suite.log
=========================================
# TOTAL: 134
# PASS: 133
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: virsystemdtest
====================
TEST: virsystemdtest
1) Test create container ... OK
2) Test create container again ... OK
3) Test terminate container ... OK
4) Test terminate container again ... OK
5) Test create machine ... OK
6) Test create machine again ... OK
7) Test terminate machine ... OK
8) Test terminate machine again ... OK
9) Test create no systemd ... OK
10) Test create no systemd again ... OK
11) Test create systemd not running ... OK
12) Test create systemd not running again ... OK
13) Test create bad systemd ... libvirt: DBus Utils error : Something went wrong creating the machine
OK
14) Test create bad systemd again ... libvirt: DBus Utils error : Something went wrong creating the machine
OK
15) Test create with network ... OK
16) Test create with network again ... OK
17) Test getting machine name ... OK
18) Test getting machine name again ... OK
19) Test scopename ... OK
20) Test scopename ... OK
21) Test scopename ... OK
22) Test scopename ... OK
23) Test scopename ... OK
24) Test scopename ... OK
25) Test scopename ... OK
26) Test scopename ... OK
27) Test scopename ... OK
28) Test scopename ... OK
29) Test scopename ... OK
30) Test scopename ... OK
31) Test scopename ... OK
32) Test scopename ... OK
33) Test canSuspend ... OK
34) Test canSuspend no systemd ... OK
35) Test systemd canSuspend not running ... OK
36) Test canHibernate ... OK
37) Test canHibernate no systemd ... OK
38) Test systemd canHibernate not running ... OK
39) Test canHybridSleep ... OK
40) Test canHybridSleep no systemd ... OK
41) Test systemd canHybridSleep not running ... OK
42) Test activation empty ... OK
43) Test activation names ... Got 3 IP sockets but expected only 1 or 2
FAILED
44) Test activation addrs ... Got 3 IP sockets but expected only 1 or 2
FAILED
FAIL virsystemdtest (exit status: 1)
+ exit 1
Build step 'Execute shell' marked build as failure
5 years, 3 months
[Libvirt-ci] Build failed in Jenkins: libvirt-perl-check » libvirt-fedora-30 #542
by ci@centos.org
See <https://ci.centos.org/job/libvirt-perl-check/systems=libvirt-fedora-30/54...>
------------------------------------------
Started by upstream project "libvirt-perl-check" build number 542
originally caused by:
Started by upstream project "libvirt-perl-build" build number 543
originally caused by:
Started by upstream project "libvirt-build" build number 651
originally caused by:
Started by an SCM change
Started by an SCM change
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on libvirt-fedora-30 (libvirt) in workspace <https://ci.centos.org/job/libvirt-perl-check/systems=libvirt-fedora-30/ws/>
[libvirt-perl] $ /bin/sh -xe /tmp/jenkins13803571832067875819.sh
+ export TEST_MAINTAINER=1
+ TEST_MAINTAINER=1
+ perl Build test
t/005-pod.t ............ ok
t/010-pod-coverage.t ... ok
t/015-changes.t ........ ok
t/020-constants.t ...... ok
# Failed test 'VIR_DOMAIN_SNAPSHOT_CREATE_VALIDATE'
# at t/030-api-coverage.t line 175.
# Looks like you failed 1 test of 1687.
t/030-api-coverage.t ...
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1687 subtests
t/100-connect.t ........ ok
t/200-domains.t ........ ok
t/300-networks.t ....... ok
t/400-storage-pools.t .. ok
t/500-storage-vols.t ... ok
t/600-interfaces.t ..... ok
t/800-events.t ......... ok
Test Summary Report
-------------------
t/030-api-coverage.t (Wstat: 256 Tests: 1687 Failed: 1)
Failed test: 1039
Non-zero exit status: 1
Files=12, Tests=1943, 41 wallclock secs ( 0.43 usr 0.06 sys + 9.12 cusr 0.65 csys = 10.26 CPU)
Result: FAIL
Failed 1/12 test programs. 1/1943 subtests failed.
Build step 'Execute shell' marked build as failure
5 years, 3 months
[Libvirt-ci] Build failed in Jenkins: libvirt-perl-check » libvirt-freebsd-11 #542
by ci@centos.org
See <https://ci.centos.org/job/libvirt-perl-check/systems=libvirt-freebsd-11/5...>
------------------------------------------
Started by upstream project "libvirt-perl-check" build number 542
originally caused by:
Started by upstream project "libvirt-perl-build" build number 543
originally caused by:
Started by upstream project "libvirt-build" build number 651
originally caused by:
Started by an SCM change
Started by an SCM change
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-perl-check/systems=libvirt-freebsd-11/ws/>
[libvirt-perl] $ /bin/sh -xe /tmp/jenkins2891509107896220541.sh
+ export 'TEST_MAINTAINER=1'
+ perl Build test
t/005-pod.t ............ ok
t/010-pod-coverage.t ... ok
t/015-changes.t ........ ok
t/020-constants.t ...... ok
# Failed test 'VIR_DOMAIN_SNAPSHOT_CREATE_VALIDATE'
# at t/030-api-coverage.t line 175.
# Looks like you failed 1 test of 1687.
t/030-api-coverage.t ...
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1687 subtests
t/100-connect.t ........ ok
t/200-domains.t ........ ok
t/300-networks.t ....... ok
t/400-storage-pools.t .. ok
t/500-storage-vols.t ... ok
t/600-interfaces.t ..... ok
t/800-events.t ......... ok
Test Summary Report
-------------------
t/030-api-coverage.t (Wstat: 256 Tests: 1687 Failed: 1)
Failed test: 1039
Non-zero exit status: 1
Files=12, Tests=1943, 23 wallclock secs ( 0.78 usr 0.22 sys + 16.60 cusr 1.51 csys = 19.11 CPU)
Result: FAIL
Failed 1/12 test programs. 1/1943 subtests failed.
Build step 'Execute shell' marked build as failure
5 years, 3 months
[Libvirt-ci] Build failed in Jenkins: libvirt-perl-check » libvirt-freebsd-12 #542
by ci@centos.org
See <https://ci.centos.org/job/libvirt-perl-check/systems=libvirt-freebsd-12/5...>
------------------------------------------
Started by upstream project "libvirt-perl-check" build number 542
originally caused by:
Started by upstream project "libvirt-perl-build" build number 543
originally caused by:
Started by upstream project "libvirt-build" build number 651
originally caused by:
Started by an SCM change
Started by an SCM change
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on libvirt-freebsd-12 (libvirt) in workspace <https://ci.centos.org/job/libvirt-perl-check/systems=libvirt-freebsd-12/ws/>
[libvirt-perl] $ /bin/sh -xe /tmp/jenkins9909803460290740672.sh
+ export 'TEST_MAINTAINER=1'
+ perl Build test
t/005-pod.t ............ ok
t/010-pod-coverage.t ... ok
t/015-changes.t ........ ok
t/020-constants.t ...... ok
# Failed test 'VIR_DOMAIN_SNAPSHOT_CREATE_VALIDATE'
# at t/030-api-coverage.t line 175.
# Looks like you failed 1 test of 1687.
t/030-api-coverage.t ...
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1687 subtests
t/100-connect.t ........ ok
t/200-domains.t ........ ok
t/300-networks.t ....... ok
t/400-storage-pools.t .. ok
t/500-storage-vols.t ... ok
t/600-interfaces.t ..... ok
t/800-events.t ......... ok
Test Summary Report
-------------------
t/030-api-coverage.t (Wstat: 256 Tests: 1687 Failed: 1)
Failed test: 1039
Non-zero exit status: 1
Files=12, Tests=1943, 23 wallclock secs ( 0.65 usr 0.30 sys + 15.14 cusr 2.05 csys = 18.14 CPU)
Result: FAIL
Failed 1/12 test programs. 1/1943 subtests failed.
Build step 'Execute shell' marked build as failure
5 years, 3 months