[Libvirt-ci] Build failed in Jenkins: osinfo-db-check » libvirt-freebsd-11 #76
by ci@centos.org
See <https://ci.centos.org/job/osinfo-db-check/systems=libvirt-freebsd-11/76/d...>
------------------------------------------
Started by upstream project "osinfo-db-check" build number 76
originally caused by:
Started by upstream project "osinfo-db-build" build number 77
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/osinfo-db-check/systems=libvirt-freebsd-11/ws/>
[osinfo-db] $ /bin/sh -xe /tmp/jenkins8244800585483324283.sh
+ /usr/local/bin/gmake check
python3 -m pytest --log-level=info
============================= test session starts ==============================
platform freebsd11 -- Python 3.6.8, pytest-3.6.4, py-1.8.0, pluggy-0.7.1
rootdir: /usr<https://ci.centos.org/job/osinfo-db-check/systems=libvirt-freebsd-11/ws/,> inifile:
collected 1235 items
tests/test_devices.py ...............F.................................. [ 4%]
................ [ 5%]
tests/test_isoinfo.py .................................................. [ 9%]
........................................................................ [ 15%]
........................................................................ [ 21%]
........................................... [ 24%]
tests/test_resources.py ................................................ [ 28%]
........................................................................ [ 34%]
........................................................................ [ 40%]
................................. [ 42%]
tests/test_schema.py ................................................... [ 46%]
........................................................................ [ 52%]
........................................................................ [ 58%]
........................................................................ [ 64%]
........................................................................ [ 70%]
........................................................................ [ 76%]
........................................................................ [ 81%]
........................................................................ [ 87%]
........................................................................ [ 93%]
........................................................................ [ 99%]
........ [100%]
=================================== FAILURES ===================================
______________________ test_devices_duplication[fedora19] ______________________
osxml = <Os shortid=fedora19>
@util.os_parametrize('osxml', filter_devices=True)
def test_devices_duplication(osxml):
_check_duplicate_devices(osxml)
> _check_uncommented_devices(osxml)
tests/test_devices.py:53:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tests/test_devices.py:33: in _check_uncommented_devices
devlines = [l for l in open(sourcefile).read().splitlines() if
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <encodings.ascii.IncrementalDecoder object at 0x80aab8eb8>
input = b'<libosinfo version="0.0.1">\n<!-- Licensed under the GNU General Public License version 2 or later.\n See http:/...>\n <script id=\'http://fedoraproject.org/fedora/kickstart/desktop\'/>\n </installer>\n </os>\n</libosinfo>\n'
final = True
def decode(self, input, final=False):
> return codecs.ascii_decode(input, self.errors)[0]
E UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 419: ordinal not in range(128)
/usr/local/lib/python3.6/encodings/ascii.py:26: UnicodeDecodeError
=================== 1 failed, 1234 passed in 110.56 seconds ====================
gmake: *** [Makefile:124: check] Error 1
Build step 'Execute shell' marked build as failure
5 years, 9 months
[Libvirt-ci] Build failed in Jenkins: osinfo-db-check » libvirt-freebsd-12 #76
by ci@centos.org
See <https://ci.centos.org/job/osinfo-db-check/systems=libvirt-freebsd-12/76/d...>
------------------------------------------
Started by upstream project "osinfo-db-check" build number 76
originally caused by:
Started by upstream project "osinfo-db-build" build number 77
originally caused by:
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on libvirt-freebsd-12 (libvirt) in workspace <https://ci.centos.org/job/osinfo-db-check/systems=libvirt-freebsd-12/ws/>
[osinfo-db] $ /bin/sh -xe /tmp/jenkins5771126839309214192.sh
+ /usr/local/bin/gmake check
python3 -m pytest --log-level=info
============================= test session starts ==============================
platform freebsd12 -- Python 3.6.8, pytest-3.6.4, py-1.8.0, pluggy-0.7.1
rootdir: /usr<https://ci.centos.org/job/osinfo-db-check/systems=libvirt-freebsd-12/ws/,> inifile:
collected 1235 items
tests/test_devices.py ...............F.................................. [ 4%]
................ [ 5%]
tests/test_isoinfo.py .................................................. [ 9%]
........................................................................ [ 15%]
........................................................................ [ 21%]
........................................... [ 24%]
tests/test_resources.py ................................................ [ 28%]
........................................................................ [ 34%]
........................................................................ [ 40%]
................................. [ 42%]
tests/test_schema.py ................................................... [ 46%]
........................................................................ [ 52%]
........................................................................ [ 58%]
........................................................................ [ 64%]
........................................................................ [ 70%]
........................................................................ [ 76%]
........................................................................ [ 81%]
........................................................................ [ 87%]
........................................................................ [ 93%]
........................................................................ [ 99%]
........ [100%]
=================================== FAILURES ===================================
______________________ test_devices_duplication[fedora19] ______________________
osxml = <Os shortid=fedora19>
@util.os_parametrize('osxml', filter_devices=True)
def test_devices_duplication(osxml):
_check_duplicate_devices(osxml)
> _check_uncommented_devices(osxml)
tests/test_devices.py:53:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
tests/test_devices.py:33: in _check_uncommented_devices
devlines = [l for l in open(sourcefile).read().splitlines() if
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <encodings.ascii.IncrementalDecoder object at 0x804c8fc88>
input = b'<libosinfo version="0.0.1">\n<!-- Licensed under the GNU General Public License version 2 or later.\n See http:/...>\n <script id=\'http://fedoraproject.org/fedora/kickstart/desktop\'/>\n </installer>\n </os>\n</libosinfo>\n'
final = True
def decode(self, input, final=False):
> return codecs.ascii_decode(input, self.errors)[0]
E UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 419: ordinal not in range(128)
/usr/local/lib/python3.6/encodings/ascii.py:26: UnicodeDecodeError
=================== 1 failed, 1234 passed in 106.16 seconds ====================
gmake: *** [Makefile:124: check] Error 1
Build step 'Execute shell' marked build as failure
5 years, 9 months
[Libvirt-ci] Build failed in Jenkins: osinfo-db-check » libvirt-debian-8 #75
by ci@centos.org
See <https://ci.centos.org/job/osinfo-db-check/systems=libvirt-debian-8/75/dis...>
------------------------------------------
Started by upstream project "osinfo-db-check" build number 75
originally caused by:
Started by upstream project "osinfo-db-build" build number 76
originally caused by:
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on libvirt-debian-8 (libvirt) in workspace <https://ci.centos.org/job/osinfo-db-check/systems=libvirt-debian-8/ws/>
[osinfo-db] $ /bin/sh -xe /tmp/jenkins488441568727582098.sh
+ /usr/bin/make check
python3 -m pytest --log-level=info
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/_pytest/config.py", line 300, in _getconftestmodules
return self._path2confmods[path]
KeyError: local('<https://ci.centos.org/job/osinfo-db-check/systems=libvirt-debian-8/ws/tests')>
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/_pytest/config.py", line 331, in _importconftest
return self._conftestpath2mod[conftestpath]
KeyError: local('<https://ci.centos.org/job/osinfo-db-check/systems=libvirt-debian-8/ws/tes...')>
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/_pytest/config.py", line 337, in _importconftest
mod = conftestpath.pyimport()
File "/usr/lib/python3/dist-packages/py/_path/local.py", line 650, in pyimport
__import__(modname)
File "/usr/lib/python3/dist-packages/_pytest/assertion/rewrite.py", line 207, in load_module
py.builtin.exec_(co, mod.__dict__)
File "<https://ci.centos.org/job/osinfo-db-check/systems=libvirt-debian-8/ws/tes...",> line 34, in <module>
from . import util
File "<https://ci.centos.org/job/osinfo-db-check/systems=libvirt-debian-8/ws/tes...",> line 11, in <module>
from . import osinfo
File "<https://ci.centos.org/job/osinfo-db-check/systems=libvirt-debian-8/ws/tes...",> line 8, in <module>
import requests
ImportError: No module named 'requests'
ERROR: could not load <https://ci.centos.org/job/osinfo-db-check/systems=libvirt-debian-8/ws/tes...>
Makefile:124: recipe for target 'check' failed
make: *** [check] Error 4
Build step 'Execute shell' marked build as failure
5 years, 9 months
[Libvirt-ci] Build failed in Jenkins: libvirt-dbus-check » libvirt-fedora-rawhide #274
by ci@centos.org
See <https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-rawhi...>
------------------------------------------
[...truncated 21.05 KB...]
self = <dbus._dbus.SessionBus (session) at 0x7f444ca170a0>
bus_name = dbus.String(':1.3')
object_path = dbus.ObjectPath('/org/libvirt/Test/domain/_6695eb01_f6a4_8304_79aa_97f2502e193f')
dbus_interface = 'org.libvirt.Domain', method = 'Shutdown', 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/domain/_6695eb01_f6a4_8304_79aa_97f2502e193f, iface: org.libvirt.Domain, member: Shutdown dest: :1.3>
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: internal error: domain 'test' not running
/usr/lib64/python3.7/site-packages/dbus/connection.py:651: DBusException
--------------------------- Captured stderr teardown ---------------------------
Disconnected from D-Bus.
=============================== warnings summary ===============================
tests/test_domain.py::TestDomain::()::test_suspend
source:362: DeprecationWarning: invalid escape sequence \
source:399: DeprecationWarning: invalid escape sequence \
tests/test_domain.py::TestDomain::()::test_undefine
source:362: DeprecationWarning: invalid escape sequence \
source:399: DeprecationWarning: invalid escape sequence \
-- Docs: https://docs.pytest.org/en/latest/warnings.html
=========== 2 failed, 7 passed, 4 warnings, 1 error in 10.79 seconds ===========
FAIL test_domain.py (exit status: 1)
FAIL: test_interface.py
=======================
============================= test session starts ==============================
platform linux -- Python 3.7.2, pytest-3.9.3, py-1.7.0, pluggy-0.8.1
rootdir: <https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-rawhi...,> inifile:
collected 5 items
../../tests/test_interface.py ..E.E [100%]
==================================== ERRORS ====================================
____________ ERROR at setup of TestInterface.test_interface_create _____________
self = <test_interface.TestInterface object at 0x7f881c2ec198>
request = <SubRequest 'libvirt_dbus_setup' for <Function 'test_interface_create'>>
@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 TestInterface.test_interface_properties_type ________
self = <test_interface.TestInterface object at 0x7f881c1be278>
@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 0x7f881c325a40>
bus_name = dbus.String(':1.3')
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.3>
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
=============================== warnings summary ===============================
tests/test_interface.py::TestInterface::()::test_interface_properties_type
source:362: DeprecationWarning: invalid escape sequence \
source:399: DeprecationWarning: invalid escape sequence \
-- Docs: https://docs.pytest.org/en/latest/warnings.html
================ 3 passed, 2 warnings, 2 error in 7.77 seconds =================
FAIL test_interface.py (exit status: 1)
FAIL: test_network.py
=====================
============================= test session starts ==============================
platform linux -- Python 3.7.2, pytest-3.9.3, py-1.7.0, pluggy-0.8.1
rootdir: <https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-rawhi...,> inifile:
collected 7 items
../../tests/test_network.py .E....F [100%]
==================================== ERRORS ====================================
_____________ ERROR at setup of TestNetwork.test_network_autostart _____________
self = <test_network.TestNetwork object at 0x7f84cdd462e8>
request = <SubRequest 'libvirt_dbus_setup' for <Function 'test_network_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, '--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
=================================== FAILURES ===================================
TestNetwork.test_network_update[4-4-0-\n <host mac='00:16:3e:77:e2:ed' name='foo.example.com' ip='192.168.122.10'/>\n -0]
self = <test_network.TestNetwork object at 0x7f84cde9d080>, command = '4'
section = '4', parentIndex = 0
xml_str = "\n <host mac='00:16:3e:77:e2:ed' name='foo.example.com' ip='192.168.122.10'/>\n "
flags = 0
@pytest.mark.parametrize("command, section, parentIndex, xml_str, flags", [
('4', '4', 0, ip_dhcp_host_xml, 0), # add-first, ip-dhcp-host
])
def test_network_update(self, command, section, parentIndex, xml_str, flags):
> _, test_network = self.get_test_network()
../../tests/test_network.py:91:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <test_network.TestNetwork object at 0x7f84cde9d080>
def get_test_network(self):
"""Fetch information for the test network from test driver
Returns:
(dbus.proxies.ProxyObject, dbus.proxies.ProxyObject):
Test Network Object, Local proxy for the test Network Object.
"""
> path = self.connect.ListNetworks(0)[0]
E IndexError: list index out of range
../../tests/libvirttest.py:138: IndexError
--------------------------- Captured stderr teardown ---------------------------
Disconnected from D-Bus.
================= 1 failed, 5 passed, 1 error in 6.91 seconds ==================
FAIL test_network.py (exit status: 1)
+ exit 1
Build step 'Execute shell' marked build as failure
5 years, 9 months
[Libvirt-ci] Build failed in Jenkins: libvirt-go-check » libvirt-fedora-rawhide #317
by ci@centos.org
See <https://ci.centos.org/job/libvirt-go-check/systems=libvirt-fedora-rawhide...>
------------------------------------------
Started by upstream project "libvirt-go-check" build number 317
originally caused by:
Started by upstream project "libvirt-go-build" build number 323
originally caused by:
Started by upstream project "libvirt-build" build number 412
originally caused by:
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on libvirt-fedora-rawhide (libvirt) in workspace <https://ci.centos.org/job/libvirt-go-check/systems=libvirt-fedora-rawhide...>
[libvirt-go] $ /bin/sh -xe /tmp/jenkins606799397596980658.sh
+ export 'TEST_ARGS=-tags api'
+ TEST_ARGS='-tags api'
+ go test -tags api
fatal error: unexpected signal during runtime execution
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x7fbf4c7578c5]
runtime stack:
runtime.throw(0x61ca88, 0x2a)
/usr/lib/golang/src/runtime/panic.go:617 +0x72
runtime.sigpanic()
/usr/lib/golang/src/runtime/signal_unix.go:374 +0x4a9
goroutine 73 [syscall]:
runtime.cgocall(0x5a35a0, 0xc000035e88, 0xc0000bf630)
/usr/lib/golang/src/runtime/cgocall.go:128 +0x5b fp=0xc000035e58 sp=0xc000035e20 pc=0x41f09b
_<https://ci.centos.org/job/libvirt-go-check/systems=libvirt-fedora-rawhide...,> 0x7fbf40077fb0, 0xc000000000, 0xc0000bf630, 0x0)
_cgo_gotypes.go:5631 +0x4e fp=0xc000035e88 sp=0xc000035e58 pc=0x565e1e
_<https://ci.centos.org/job/libvirt-go-check/systems=libvirt-fedora-rawhide...,> 0x7fbf40077fb0, 0x0, 0xc0000bf630, 0xc0000100f0)
<https://ci.centos.org/job/libvirt-go-check/systems=libvirt-fedora-rawhide...>:4417 +0xed fp=0xc000035ec8 sp=0xc000035e88 pc=0x5913ed
_<https://ci.centos.org/job/libvirt-go-check/systems=libvirt-fedora-rawhide...,> 0x61efaa, 0x7c, 0x0, 0x0, 0x0, 0x0)
<https://ci.centos.org/job/libvirt-go-check/systems=libvirt-fedora-rawhide...>:4417 +0xc4 fp=0xc000035f48 sp=0xc000035ec8 pc=0x576454
_<https://ci.centos.org/job/libvirt-go-check/systems=libvirt-fedora-rawhide...>
<https://ci.centos.org/job/libvirt-go-check/systems=libvirt-fedora-rawhide...>:232 +0x94 fp=0xc000035fa8 sp=0xc000035f48 pc=0x559124
testing.tRunner(0xc0000c2c00, 0x61f3b8)
/usr/lib/golang/src/testing/testing.go:865 +0xc0 fp=0xc000035fd0 sp=0xc000035fa8 pc=0x4e90d0
runtime.goexit()
/usr/lib/golang/src/runtime/asm_amd64.s:1337 +0x1 fp=0xc000035fd8 sp=0xc000035fd0 pc=0x475f11
created by testing.(*T).Run
/usr/lib/golang/src/testing/testing.go:916 +0x35a
goroutine 1 [chan receive]:
testing.(*T).Run(0xc0000c2c00, 0x617eea, 0x1b, 0x61f3b8, 0x48f801)
/usr/lib/golang/src/testing/testing.go:917 +0x381
testing.runTests.func1(0xc0000c2000)
/usr/lib/golang/src/testing/testing.go:1157 +0x78
testing.tRunner(0xc0000c2000, 0xc0000a1e30)
/usr/lib/golang/src/testing/testing.go:865 +0xc0
testing.runTests(0xc0000900c0, 0x793ae0, 0x76, 0x76, 0x0)
/usr/lib/golang/src/testing/testing.go:1155 +0x2a9
testing.(*M).Run(0xc0000c0000, 0x0)
/usr/lib/golang/src/testing/testing.go:1072 +0x162
main.main()
_testmain.go:276 +0x13e
exit status 2
FAIL _<https://ci.centos.org/job/libvirt-go-check/systems=libvirt-fedora-rawhide...> 2.237s
Build step 'Execute shell' marked build as failure
5 years, 9 months
[Libvirt-ci] Build failed in Jenkins: libvirt-go-check » libvirt-fedora-28 #317
by ci@centos.org
See <https://ci.centos.org/job/libvirt-go-check/systems=libvirt-fedora-28/317/...>
------------------------------------------
Started by upstream project "libvirt-go-check" build number 317
originally caused by:
Started by upstream project "libvirt-go-build" build number 323
originally caused by:
Started by upstream project "libvirt-build" build number 412
originally caused by:
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on libvirt-fedora-28 (libvirt) in workspace <https://ci.centos.org/job/libvirt-go-check/systems=libvirt-fedora-28/ws/>
[libvirt-go] $ /bin/sh -xe /tmp/jenkins2753311084166603974.sh
+ export 'TEST_ARGS=-tags api'
+ TEST_ARGS='-tags api'
+ go test -tags api
fatal error: unexpected signal during runtime execution
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x7f55224b7ff5]
runtime stack:
runtime.throw(0x610282, 0x2a)
/usr/lib/golang/src/runtime/panic.go:616 +0x81
runtime.sigpanic()
/usr/lib/golang/src/runtime/signal_unix.go:372 +0x28e
goroutine 78 [syscall]:
runtime.cgocall(0x598b30, 0xc420035690, 0x29)
/usr/lib/golang/src/runtime/cgocall.go:128 +0x64 fp=0xc420035650 sp=0xc420035618 pc=0x41d594
_<https://ci.centos.org/job/libvirt-go-check/systems=libvirt-fedora-28/ws/....,> 0x7f551000bc70, 0xc400000000, 0xc4202abb80, 0x0)
_cgo_gotypes.go:5656 +0x4e fp=0xc420035690 sp=0xc420035650 pc=0x55c16e
_<https://ci.centos.org/job/libvirt-go-check/systems=libvirt-fedora-28/ws/....,> 0x7f551000bc70, 0x7f5500000000, 0xc4202abb80, 0xc42000e4c8)
<https://ci.centos.org/job/libvirt-go-check/systems=libvirt-fedora-28/ws/d...>:4417 +0xe9 fp=0xc4200356c8 sp=0xc420035690 pc=0x587829
_<https://ci.centos.org/job/libvirt-go-check/systems=libvirt-fedora-28/ws/....,> 0x612611, 0x7c, 0x0, 0x0, 0x0, 0x0)
<https://ci.centos.org/job/libvirt-go-check/systems=libvirt-fedora-28/ws/d...>:4417 +0xc9 fp=0xc420035748 sp=0xc4200356c8 pc=0x56cfa9
_<https://ci.centos.org/job/libvirt-go-check/systems=libvirt-fedora-28/ws/....>
<https://ci.centos.org/job/libvirt-go-check/systems=libvirt-fedora-28/ws/d...>:232 +0x94 fp=0xc4200357a8 sp=0xc420035748 pc=0x54e554
testing.tRunner(0xc4204631d0, 0x612a80)
/usr/lib/golang/src/testing/testing.go:777 +0xd0 fp=0xc4200357d0 sp=0xc4200357a8 pc=0x4e2fa0
runtime.goexit()
/usr/lib/golang/src/runtime/asm_amd64.s:2361 +0x1 fp=0xc4200357d8 sp=0xc4200357d0 pc=0x473ad1
created by testing.(*T).Run
/usr/lib/golang/src/testing/testing.go:824 +0x2e0
goroutine 1 [chan receive]:
testing.(*T).Run(0xc4204631d0, 0x60b912, 0x1b, 0x612a80, 0x48d301)
/usr/lib/golang/src/testing/testing.go:825 +0x301
testing.runTests.func1(0xc4200aa000)
/usr/lib/golang/src/testing/testing.go:1063 +0x64
testing.tRunner(0xc4200aa000, 0xc42005bdf8)
/usr/lib/golang/src/testing/testing.go:777 +0xd0
testing.runTests(0xc42000c100, 0x90a8c0, 0x76, 0x76, 0x42b3a9)
/usr/lib/golang/src/testing/testing.go:1061 +0x2c4
testing.(*M).Run(0xc4200a8000, 0x0)
/usr/lib/golang/src/testing/testing.go:978 +0x171
main.main()
_testmain.go:276 +0x151
exit status 2
FAIL _<https://ci.centos.org/job/libvirt-go-check/systems=libvirt-fedora-28/ws/> 1.029s
Build step 'Execute shell' marked build as failure
5 years, 9 months
[Libvirt-ci] Build failed in Jenkins: libvirt-go-check » libvirt-debian-9 #317
by ci@centos.org
See <https://ci.centos.org/job/libvirt-go-check/systems=libvirt-debian-9/317/d...>
------------------------------------------
Started by upstream project "libvirt-go-check" build number 317
originally caused by:
Started by upstream project "libvirt-go-build" build number 323
originally caused by:
Started by upstream project "libvirt-build" build number 412
originally caused by:
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on libvirt-debian-9 (libvirt) in workspace <https://ci.centos.org/job/libvirt-go-check/systems=libvirt-debian-9/ws/>
[libvirt-go] $ /bin/sh -xe /tmp/jenkins5161992990229258043.sh
+ export TEST_ARGS=-tags api
+ go test -tags api
fatal error: unexpected signal during runtime execution
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x7f754371c457]
runtime stack:
runtime.throw(0x55dead64e674, 0x2a)
/usr/lib/go-1.7/src/runtime/panic.go:566 +0x95
runtime.sigpanic()
/usr/lib/go-1.7/src/runtime/sigpanic_unix.go:12 +0x2cc
goroutine 76 [syscall, locked to thread]:
runtime.cgocall(0x55dead5e0bf0, 0xc420029e78, 0xc400000000)
/usr/lib/go-1.7/src/runtime/cgocall.go:131 +0x110 fp=0xc420029e30 sp=0xc420029df0
_<https://ci.centos.org/job/libvirt-go-check/systems=libvirt-debian-9/ws/._...,> 0x7f7530014020, 0xc400000000, 0xc42036ba90, 0x0)
??:0 +0x4e fp=0xc420029e78 sp=0xc420029e30
_<https://ci.centos.org/job/libvirt-go-check/systems=libvirt-debian-9/ws/.(...,> 0x55dead6506ca, 0x7c, 0x0, 0x0, 0x0, 0x0)
<https://ci.centos.org/job/libvirt-go-check/systems=libvirt-debian-9/ws/do...>:4417 +0x220 fp=0xc420029f28 sp=0xc420029e78
_<https://ci.centos.org/job/libvirt-go-check/systems=libvirt-debian-9/ws/.T...>
<https://ci.centos.org/job/libvirt-go-check/systems=libvirt-debian-9/ws/do...>:236 +0x94 fp=0xc420029f88 sp=0xc420029f28
testing.tRunner(0xc42020af00, 0x55dead65c980)
/usr/lib/go-1.7/src/testing/testing.go:610 +0x81 fp=0xc420029fb0 sp=0xc420029f88
runtime.goexit()
/usr/lib/go-1.7/src/runtime/asm_amd64.s:2086 +0x1 fp=0xc420029fb8 sp=0xc420029fb0
created by testing.(*T).Run
/usr/lib/go-1.7/src/testing/testing.go:646 +0x2ec
goroutine 1 [chan receive]:
testing.(*T).Run(0xc4200780c0, 0x55dead64a1ef, 0x1b, 0x55dead65c980, 0xc42004bd01)
/usr/lib/go-1.7/src/testing/testing.go:647 +0x316
testing.RunTests.func1(0xc4200780c0)
/usr/lib/go-1.7/src/testing/testing.go:793 +0x6d
testing.tRunner(0xc4200780c0, 0xc42003be30)
/usr/lib/go-1.7/src/testing/testing.go:610 +0x81
testing.RunTests(0x55dead65d2a8, 0x55dead91e4c0, 0x76, 0x76, 0x55dead470bfa)
/usr/lib/go-1.7/src/testing/testing.go:799 +0x2f5
testing.(*M).Run(0xc42003bef8, 0x55dead52211b)
/usr/lib/go-1.7/src/testing/testing.go:743 +0x85
main.main()
_<https://ci.centos.org/job/libvirt-go-check/systems=libvirt-debian-9/ws/_t...>:288 +0xc6
goroutine 17 [syscall, locked to thread]:
runtime.goexit()
/usr/lib/go-1.7/src/runtime/asm_amd64.s:2086 +0x1
exit status 2
FAIL _<https://ci.centos.org/job/libvirt-go-check/systems=libvirt-debian-9/ws/> 0.944s
Build step 'Execute shell' marked build as failure
5 years, 9 months