See
<
https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-fedor...
------------------------------------------
Started by upstream project "libvirt-dbus-master-check" build number 26
originally caused by:
Started by upstream project "libvirt-dbus-master-build" build number 29
originally caused by:
Started by an SCM change
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on libvirt-fedora-27 (libvirt) in workspace
<
https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-fedor...
[libvirt-dbus-master] $ /bin/sh -xe /tmp/jenkins6435798485961618116.sh
+ cd build
+ gmake -j3 check
Making check in data
gmake[1]: Entering directory
'<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-fedora-27/ws/build/data'>
gmake[1]: Nothing to be done for 'check'.
gmake[1]: Leaving directory
'<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-fedora-27/ws/build/data'>
Making check in src
gmake[1]: Entering directory
'<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-fedora-27/ws/build/src'>
gmake[1]: Nothing to be done for 'check'.
gmake[1]: Leaving directory
'<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-fedora-27/ws/build/src'>
Making check in tests
gmake[1]: Entering directory
'<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-fedora-27/ws/build/tests'>
gmake check-TESTS
gmake[2]: Entering directory
'<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-fedora-27/ws/build/tests'>
gmake[3]: Entering directory
'<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-fedora-27/ws/build/tests'>
PASS: test_network.py
PASS: test_domain.py
FAIL: test_connect.py
============================================================================
Testsuite summary for libvirt-dbus 0.0.1
============================================================================
# TOTAL: 3
# PASS: 2
# 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:533: test-suite.log] Error 1
gmake[3]: Leaving directory
'<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-fedora-27/ws/build/tests'>
gmake[2]: *** [Makefile:641: check-TESTS] Error 2
gmake[2]: Leaving directory
'<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-fedora-27/ws/build/tests'>
gmake[1]: *** [Makefile:725: check-am] Error 2
gmake[1]: Leaving directory
'<https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-fedora-27/ws/build/tests'>
gmake: *** [Makefile:417: check-recursive] Error 1
+ cat tests/test-suite.log
==============================================
libvirt-dbus 0.0.1: tests/test-suite.log
==============================================
# TOTAL: 3
# PASS: 2
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: test_connect.py
=====================
============================= test session starts ==============================
platform linux -- Python 3.6.5, pytest-3.2.3, py-1.4.34, pluggy-0.4.0
rootdir:
<
https://ci.centos.org/job/libvirt-dbus-master-check/systems=libvirt-fedor...
inifile:
collected 19 items
../../tests/test_connect.py ......E............
==================================== ERRORS ====================================
___________ ERROR at setup of TestConnect.test_connect_list_domains ____________
self = <test_connect.TestConnect object at 0x7f9ebf870c88>
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])
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
====================== 18 passed, 1 error in 6.30 seconds ======================
FAIL test_connect.py (exit status: 1)
+ exit 1
Build step 'Execute shell' marked build as failure