[Libvirt-ci] Build failed in Jenkins: osinfo-db-check » libvirt-freebsd-11 #77

ci at centos.org ci at centos.org
Tue Mar 26 17:03:10 UTC 2019


See <https://ci.centos.org/job/osinfo-db-check/systems=libvirt-freebsd-11/77/display/redirect>

------------------------------------------
Started by upstream project "osinfo-db-check" build number 77
originally caused by:
 Started by upstream project "osinfo-db-build" build number 78
 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/jenkins5736670432781104824.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 0x80aab4da0>
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 115.63 seconds ====================
gmake: *** [Makefile:126: check] Error 1
Build step 'Execute shell' marked build as failure




More information about the Libvirt-ci mailing list