Test fail because libnl3 is missing

Hi all, Seems that libnl3 is missing on some of the slaves - can you check this? ====================================================================== ERROR: test_fail_when_importing_ext_mod (crossImportsTests.CrossImportsTestCaseShould) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/jenkins/workspace/vdsm_master_unit_tests_gerrit_el/vdsm/tests/monkeypatch.py", line 133, in wrapper return f(*args, **kw) File "/usr/lib64/python2.6/contextlib.py", line 34, in __exit__ self.gen.throw(type, value, traceback) File "/home/jenkins/workspace/vdsm_master_unit_tests_gerrit_el/vdsm/tests/monkeypatch.py", line 110, in MonkeyPatchScope yield {} File "/home/jenkins/workspace/vdsm_master_unit_tests_gerrit_el/vdsm/tests/monkeypatch.py", line 133, in wrapper return f(*args, **kw) File "/home/jenkins/workspace/vdsm_master_unit_tests_gerrit_el/vdsm/tests/crossImportsTests.py", line 55, in test_fail_when_importing_ext_mod __import__(pkg_name, fromlist=mods) File "/home/jenkins/workspace/vdsm_master_unit_tests_gerrit_el/vdsm/lib/vdsm/netinfo.py", line 36, in <module> from .ipwrapper import drv_name File "/home/jenkins/workspace/vdsm_master_unit_tests_gerrit_el/vdsm/lib/vdsm/ipwrapper.py", line 41, in <module> from .netlink import link File "/home/jenkins/workspace/vdsm_master_unit_tests_gerrit_el/vdsm/lib/vdsm/netlink/__init__.py", line 117, in <module> LIBNL = CDLL('libnl-3.so.200', use_errno=True) File "/usr/lib64/python2.6/ctypes/__init__.py", line 353, in __init__ self._handle = _dlopen(self._name, mode) OSError: libnl-3.so.200: cannot open shared object file: No such file or directory ---------------------------------------------------------------------- Ran 1 test in 0.109s

----- Original Message -----
From: "Nir Soffer" <nsoffer@redhat.com> To: "infra" <infra@ovirt.org> Sent: Thursday, December 25, 2014 4:18:49 PM Subject: Test fail because libnl3 is missing
Hi all,
Seems that libnl3 is missing on some of the slaves - can you check this?
Traceback taken from: http://jenkins.ovirt.org/job/vdsm_master_unit_tests_gerrit_el/13747/console
====================================================================== ERROR: test_fail_when_importing_ext_mod (crossImportsTests.CrossImportsTestCaseShould) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/jenkins/workspace/vdsm_master_unit_tests_gerrit_el/vdsm/tests/monkeypatch.py", line 133, in wrapper return f(*args, **kw) File "/usr/lib64/python2.6/contextlib.py", line 34, in __exit__ self.gen.throw(type, value, traceback) File "/home/jenkins/workspace/vdsm_master_unit_tests_gerrit_el/vdsm/tests/monkeypatch.py", line 110, in MonkeyPatchScope yield {} File "/home/jenkins/workspace/vdsm_master_unit_tests_gerrit_el/vdsm/tests/monkeypatch.py", line 133, in wrapper return f(*args, **kw) File "/home/jenkins/workspace/vdsm_master_unit_tests_gerrit_el/vdsm/tests/crossImportsTests.py", line 55, in test_fail_when_importing_ext_mod __import__(pkg_name, fromlist=mods) File "/home/jenkins/workspace/vdsm_master_unit_tests_gerrit_el/vdsm/lib/vdsm/netinfo.py", line 36, in <module> from .ipwrapper import drv_name File "/home/jenkins/workspace/vdsm_master_unit_tests_gerrit_el/vdsm/lib/vdsm/ipwrapper.py", line 41, in <module> from .netlink import link File "/home/jenkins/workspace/vdsm_master_unit_tests_gerrit_el/vdsm/lib/vdsm/netlink/__init__.py", line 117, in <module> LIBNL = CDLL('libnl-3.so.200', use_errno=True) File "/usr/lib64/python2.6/ctypes/__init__.py", line 353, in __init__ self._handle = _dlopen(self._name, mode) OSError: libnl-3.so.200: cannot open shared object file: No such file or directory
---------------------------------------------------------------------- Ran 1 test in 0.109s _______________________________________________ Infra mailing list Infra@ovirt.org http://lists.ovirt.org/mailman/listinfo/infra

merged on puppet to include it, seems like it's failing on real errors now. e. ----- Original Message -----
From: "Nir Soffer" <nsoffer@redhat.com> To: "infra" <infra@ovirt.org> Sent: Thursday, December 25, 2014 4:20:00 PM Subject: Re: Test fail because libnl3 is missing
----- Original Message -----
From: "Nir Soffer" <nsoffer@redhat.com> To: "infra" <infra@ovirt.org> Sent: Thursday, December 25, 2014 4:18:49 PM Subject: Test fail because libnl3 is missing
Hi all,
Seems that libnl3 is missing on some of the slaves - can you check this?
Traceback taken from: http://jenkins.ovirt.org/job/vdsm_master_unit_tests_gerrit_el/13747/console
====================================================================== ERROR: test_fail_when_importing_ext_mod (crossImportsTests.CrossImportsTestCaseShould) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/jenkins/workspace/vdsm_master_unit_tests_gerrit_el/vdsm/tests/monkeypatch.py", line 133, in wrapper return f(*args, **kw) File "/usr/lib64/python2.6/contextlib.py", line 34, in __exit__ self.gen.throw(type, value, traceback) File "/home/jenkins/workspace/vdsm_master_unit_tests_gerrit_el/vdsm/tests/monkeypatch.py", line 110, in MonkeyPatchScope yield {} File "/home/jenkins/workspace/vdsm_master_unit_tests_gerrit_el/vdsm/tests/monkeypatch.py", line 133, in wrapper return f(*args, **kw) File "/home/jenkins/workspace/vdsm_master_unit_tests_gerrit_el/vdsm/tests/crossImportsTests.py", line 55, in test_fail_when_importing_ext_mod __import__(pkg_name, fromlist=mods) File "/home/jenkins/workspace/vdsm_master_unit_tests_gerrit_el/vdsm/lib/vdsm/netinfo.py", line 36, in <module> from .ipwrapper import drv_name File "/home/jenkins/workspace/vdsm_master_unit_tests_gerrit_el/vdsm/lib/vdsm/ipwrapper.py", line 41, in <module> from .netlink import link File "/home/jenkins/workspace/vdsm_master_unit_tests_gerrit_el/vdsm/lib/vdsm/netlink/__init__.py", line 117, in <module> LIBNL = CDLL('libnl-3.so.200', use_errno=True) File "/usr/lib64/python2.6/ctypes/__init__.py", line 353, in __init__ self._handle = _dlopen(self._name, mode) OSError: libnl-3.so.200: cannot open shared object file: No such file or directory
---------------------------------------------------------------------- Ran 1 test in 0.109s _______________________________________________ Infra mailing list Infra@ovirt.org http://lists.ovirt.org/mailman/listinfo/infra
_______________________________________________ Infra mailing list Infra@ovirt.org http://lists.ovirt.org/mailman/listinfo/infra
participants (2)
-
Eyal Edri
-
Nir Soffer