libvirt List Archives
Sign In Sign Up
Manage this list Sign In Sign Up

Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview

CI

Thread Start a new thread
Download
Threads by month
  • ----- 2025 -----
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2024 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2023 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2022 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2021 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2020 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2019 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2018 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2017 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2016 -----
  • December
  • November
  • October
  • September
  • August
  • July
ci@lists.libvirt.org

October 2018

  • 2 participants
  • 91 discussions
[Libvirt-ci] Build failed in Jenkins: libvirt-dbus-check » libvirt-fedora-28 #49
by ci@centos.org 01 Oct '18

01 Oct '18
See <https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-28/49/d…> ------------------------------------------ [...truncated 19.78 KB...] ../../tests/test_domain.py:107: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/lib64/python3.6/site-packages/dbus/proxies.py:70: in __call__ return self._proxy_method(*args, **keywords) /usr/lib64/python3.6/site-packages/dbus/proxies.py:145: in __call__ **keywords) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <dbus._dbus.SessionBus (session) at 0x7f8fe56053b8> bus_name = dbus.String(':1.2') 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.2> 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.6/site-packages/dbus/connection.py:651: DBusException --------------------------- Captured stderr teardown --------------------------- Disconnected from D-Bus. ___________________________ TestDomain.test_suspend ____________________________ self = <test_domain.TestDomain object at 0x7f8fe55ed710> def test_suspend(self): def domain_suspended(path, event, detail): if event != libvirttest.DomainEvent.SUSPENDED: return assert detail == libvirttest.DomainEventSuspendedDetailType.PAUSED assert isinstance(path, dbus.ObjectPath) self.loop.quit() self.connect.connect_to_signal('DomainEvent', domain_suspended) obj, domain = self.get_test_domain() > domain.Suspend() ../../tests/test_domain.py:125: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/lib64/python3.6/site-packages/dbus/proxies.py:70: in __call__ return self._proxy_method(*args, **keywords) /usr/lib64/python3.6/site-packages/dbus/proxies.py:145: in __call__ **keywords) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <dbus._dbus.SessionBus (session) at 0x7f8fe56053b8> bus_name = dbus.String(':1.2') object_path = dbus.ObjectPath('/org/libvirt/Test/domain/_6695eb01_f6a4_8304_79aa_97f2502e193f') dbus_interface = 'org.libvirt.Domain', method = 'Suspend', signature = '' args = (), 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: Suspend dest: :1.2> 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.6/site-packages/dbus/connection.py:651: DBusException --------------------------- Captured stderr teardown --------------------------- Disconnected from D-Bus. ___________________________ TestDomain.test_undefine ___________________________ self = <test_domain.TestDomain object at 0x7f8fe5a86ef0> def test_undefine(self): def domain_undefined(path, event, detail): if event != libvirttest.DomainEvent.UNDEFINED: return assert detail == libvirttest.DomainEventUndefinedDetailType.REMOVED assert isinstance(path, dbus.ObjectPath) self.loop.quit() self.connect.connect_to_signal('DomainEvent', domain_undefined) _, domain = self.get_test_domain() > domain.Shutdown(0) ../../tests/test_domain.py:143: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/lib64/python3.6/site-packages/dbus/proxies.py:70: in __call__ return self._proxy_method(*args, **keywords) /usr/lib64/python3.6/site-packages/dbus/proxies.py:145: in __call__ **keywords) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <dbus._dbus.SessionBus (session) at 0x7f8fe56053b8> bus_name = dbus.String(':1.2') 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.2> 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.6/site-packages/dbus/connection.py:651: DBusException --------------------------- Captured stderr teardown --------------------------- Disconnected from D-Bus. ================= 4 failed, 5 passed, 1 error in 12.91 seconds ================= FAIL test_domain.py (exit status: 1) FAIL: test_interface.py ======================= ============================= test session starts ============================== platform linux -- Python 3.6.6, pytest-3.4.2, py-1.5.4, pluggy-0.6.0 rootdir: <https://ci.centos.org/job/libvirt-dbus-check/systems=libvirt-fedora-28/ws/,> inifile: collected 5 items ../../tests/test_interface.py ....E [100%] ==================================== ERRORS ==================================== ________ ERROR at setup of TestInterface.test_interface_properties_type ________ self = <test_interface.TestInterface object at 0x7fd77cdcdfd0> request = <SubRequest 'libvirt_dbus_setup' for <Function 'test_interface_properties_type'>> @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 ====================== 4 passed, 1 error in 6.98 seconds ======================= FAIL test_interface.py (exit status: 1) + exit 1 Build step 'Execute shell' marked build as failure
1 1
0 0
[Libvirt-ci] Errored: libvirt/libvirt-python#10 (master - b1828e6)
by Travis CI 01 Oct '18

01 Oct '18
Build Update for libvirt/libvirt-python ------------------------------------- Build: #10 Status: Errored Duration: 17 mins and 10 secs Commit: b1828e6 (master) Author: Daniel Veillard Message: Release of libvirt-python 4.8.0 Signed-off-by: Daniel Veillard <veillard(a)redhat.com> - setup.py : updated for release View the changeset: https://github.com/libvirt/libvirt-python/compare/9dff88056c83...b1828e604f… View the full build log and details: https://travis-ci.org/libvirt/libvirt-python/builds/435681376?utm_medium=no… -- You can unsubscribe from build emails from the libvirt/libvirt-python repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=4872050&ut…. Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notificati…. Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.
1 0
0 0
[Libvirt-ci] Build failed in Jenkins: virt-manager-check » libvirt-fedora-rawhide #71
by ci@centos.org 01 Oct '18

01 Oct '18
See <https://ci.centos.org/job/virt-manager-check/systems=libvirt-fedora-rawhide…> ------------------------------------------ Started by upstream project "virt-manager-check" build number 71 originally caused by: Started by upstream project "virt-manager-build" build number 71 originally caused by: Started by upstream project "libosinfo-build" build number 13 originally caused by: Started by upstream project "osinfo-db-build" build number 9 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/virt-manager-check/systems=libvirt-fedora-rawhide…> [virt-manager] $ /bin/sh -xe /tmp/jenkins557913865355838064.sh + /usr/bin/python3 ./setup.py test running test ....................................................................................................................................................................................................................................................s..FF..................................................................................................................................................................................s ====================================================================== FAIL: testCLI0125virt_install_kvm_rhel7 (tests.clitest.CLITests) ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://ci.centos.org/job/virt-manager-check/systems=libvirt-fedora-rawhide…",> line 1047, in <lambda> return lambda s: cmdtemplate(s, cmd) File "<https://ci.centos.org/job/virt-manager-check/systems=libvirt-fedora-rawhide…",> line 1046, in cmdtemplate _cmdobj.run(self) File "<https://ci.centos.org/job/virt-manager-check/systems=libvirt-fedora-rawhide…",> line 223, in run tests.fail(err) AssertionError: ./virt-install --name foobar --ram 64 --print-step all --connect __virtinst_test__test://<https://ci.centos.org/job/virt-manager-check/systems=libvirt-fedora-rawhide…> --noautoconsole --disk /dev/default-pool/testvol1.img --pxe --os-variant rhel7.0 Conversion outputs did not match. --- tests/cli-test-xml/compare/virt-install-kvm-rhel7.xml +++ Generated Output @@ -72,6 +72,9 @@ </video> <redirdev bus="usb" type="spicevmc"/> <redirdev bus="usb" type="spicevmc"/> + <rng model="virtio"> + <backend model="random">/dev/urandom</backend> + </rng> </devices> </domain> <domain type="kvm"> @@ -146,5 +149,8 @@ </video> <redirdev bus="usb" type="spicevmc"/> <redirdev bus="usb" type="spicevmc"/> + <rng model="virtio"> + <backend model="random">/dev/urandom</backend> + </rng> </devices> </domain> ====================================================================== FAIL: testCLI0126virt_install_kvm_centos7 (tests.clitest.CLITests) ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://ci.centos.org/job/virt-manager-check/systems=libvirt-fedora-rawhide…",> line 1047, in <lambda> return lambda s: cmdtemplate(s, cmd) File "<https://ci.centos.org/job/virt-manager-check/systems=libvirt-fedora-rawhide…",> line 1046, in cmdtemplate _cmdobj.run(self) File "<https://ci.centos.org/job/virt-manager-check/systems=libvirt-fedora-rawhide…",> line 223, in run tests.fail(err) AssertionError: ./virt-install --name foobar --ram 64 --print-step all --connect __virtinst_test__test://<https://ci.centos.org/job/virt-manager-check/systems=libvirt-fedora-rawhide…> --noautoconsole --disk /dev/default-pool/testvol1.img --pxe --os-variant centos7.0 Conversion outputs did not match. --- tests/cli-test-xml/compare/virt-install-kvm-centos7.xml +++ Generated Output @@ -72,6 +72,9 @@ </video> <redirdev bus="usb" type="spicevmc"/> <redirdev bus="usb" type="spicevmc"/> + <rng model="virtio"> + <backend model="random">/dev/urandom</backend> + </rng> </devices> </domain> <domain type="kvm"> @@ -146,5 +149,8 @@ </video> <redirdev bus="usb" type="spicevmc"/> <redirdev bus="usb" type="spicevmc"/> + <rng model="virtio"> + <backend model="random">/dev/urandom</backend> + </rng> </devices> </domain> ---------------------------------------------------------------------- Ran 428 tests in 51.581s FAILED (failures=2, skipped=2) Build step 'Execute shell' marked build as failure
1 3
0 0
[Libvirt-ci] Build failed in Jenkins: virt-manager-check » libvirt-fedora-28 #71
by ci@centos.org 01 Oct '18

01 Oct '18
See <https://ci.centos.org/job/virt-manager-check/systems=libvirt-fedora-28/71/d…> ------------------------------------------ Started by upstream project "virt-manager-check" build number 71 originally caused by: Started by upstream project "virt-manager-build" build number 71 originally caused by: Started by upstream project "libosinfo-build" build number 13 originally caused by: Started by upstream project "osinfo-db-build" build number 9 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/virt-manager-check/systems=libvirt-fedora-28/ws/> [virt-manager] $ /bin/sh -xe /tmp/jenkins62116357793738404.sh + /usr/bin/python3 ./setup.py test running test ....................................................................................................................................................................................................................................................s..FF..................................................................................................................................................................................s ====================================================================== FAIL: testCLI0125virt_install_kvm_rhel7 (tests.clitest.CLITests) ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://ci.centos.org/job/virt-manager-check/systems=libvirt-fedora-28/ws/t…",> line 1047, in <lambda> return lambda s: cmdtemplate(s, cmd) File "<https://ci.centos.org/job/virt-manager-check/systems=libvirt-fedora-28/ws/t…",> line 1046, in cmdtemplate _cmdobj.run(self) File "<https://ci.centos.org/job/virt-manager-check/systems=libvirt-fedora-28/ws/t…",> line 223, in run tests.fail(err) AssertionError: ./virt-install --name foobar --ram 64 --print-step all --connect __virtinst_test__test://<https://ci.centos.org/job/virt-manager-check/systems=libvirt-fedora-28/ws/t…> --noautoconsole --disk /dev/default-pool/testvol1.img --pxe --os-variant rhel7.0 Conversion outputs did not match. --- tests/cli-test-xml/compare/virt-install-kvm-rhel7.xml +++ Generated Output @@ -72,6 +72,9 @@ </video> <redirdev bus="usb" type="spicevmc"/> <redirdev bus="usb" type="spicevmc"/> + <rng model="virtio"> + <backend model="random">/dev/urandom</backend> + </rng> </devices> </domain> <domain type="kvm"> @@ -146,5 +149,8 @@ </video> <redirdev bus="usb" type="spicevmc"/> <redirdev bus="usb" type="spicevmc"/> + <rng model="virtio"> + <backend model="random">/dev/urandom</backend> + </rng> </devices> </domain> ====================================================================== FAIL: testCLI0126virt_install_kvm_centos7 (tests.clitest.CLITests) ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://ci.centos.org/job/virt-manager-check/systems=libvirt-fedora-28/ws/t…",> line 1047, in <lambda> return lambda s: cmdtemplate(s, cmd) File "<https://ci.centos.org/job/virt-manager-check/systems=libvirt-fedora-28/ws/t…",> line 1046, in cmdtemplate _cmdobj.run(self) File "<https://ci.centos.org/job/virt-manager-check/systems=libvirt-fedora-28/ws/t…",> line 223, in run tests.fail(err) AssertionError: ./virt-install --name foobar --ram 64 --print-step all --connect __virtinst_test__test://<https://ci.centos.org/job/virt-manager-check/systems=libvirt-fedora-28/ws/t…> --noautoconsole --disk /dev/default-pool/testvol1.img --pxe --os-variant centos7.0 Conversion outputs did not match. --- tests/cli-test-xml/compare/virt-install-kvm-centos7.xml +++ Generated Output @@ -72,6 +72,9 @@ </video> <redirdev bus="usb" type="spicevmc"/> <redirdev bus="usb" type="spicevmc"/> + <rng model="virtio"> + <backend model="random">/dev/urandom</backend> + </rng> </devices> </domain> <domain type="kvm"> @@ -146,5 +149,8 @@ </video> <redirdev bus="usb" type="spicevmc"/> <redirdev bus="usb" type="spicevmc"/> + <rng model="virtio"> + <backend model="random">/dev/urandom</backend> + </rng> </devices> </domain> ---------------------------------------------------------------------- Ran 428 tests in 53.197s FAILED (failures=2, skipped=2) Build step 'Execute shell' marked build as failure
1 3
0 0
[Libvirt-ci] Build failed in Jenkins: virt-manager-check » libvirt-fedora-27 #71
by ci@centos.org 01 Oct '18

01 Oct '18
See <https://ci.centos.org/job/virt-manager-check/systems=libvirt-fedora-27/71/d…> ------------------------------------------ Started by upstream project "virt-manager-check" build number 71 originally caused by: Started by upstream project "virt-manager-build" build number 71 originally caused by: Started by upstream project "libosinfo-build" build number 13 originally caused by: Started by upstream project "osinfo-db-build" build number 9 originally caused by: Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on libvirt-fedora-27 (libvirt) in workspace <https://ci.centos.org/job/virt-manager-check/systems=libvirt-fedora-27/ws/> [virt-manager] $ /bin/sh -xe /tmp/jenkins3669462318477617169.sh + /usr/bin/python3 ./setup.py test running test ....................................................................................................................................................................................................................................................s..FF..................................................................................................................................................................................s ====================================================================== FAIL: testCLI0125virt_install_kvm_rhel7 (tests.clitest.CLITests) ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://ci.centos.org/job/virt-manager-check/systems=libvirt-fedora-27/ws/t…",> line 1047, in <lambda> return lambda s: cmdtemplate(s, cmd) File "<https://ci.centos.org/job/virt-manager-check/systems=libvirt-fedora-27/ws/t…",> line 1046, in cmdtemplate _cmdobj.run(self) File "<https://ci.centos.org/job/virt-manager-check/systems=libvirt-fedora-27/ws/t…",> line 223, in run tests.fail(err) AssertionError: ./virt-install --name foobar --ram 64 --print-step all --connect __virtinst_test__test://<https://ci.centos.org/job/virt-manager-check/systems=libvirt-fedora-27/ws/t…> --noautoconsole --disk /dev/default-pool/testvol1.img --pxe --os-variant rhel7.0 Conversion outputs did not match. --- tests/cli-test-xml/compare/virt-install-kvm-rhel7.xml +++ Generated Output @@ -72,6 +72,9 @@ </video> <redirdev bus="usb" type="spicevmc"/> <redirdev bus="usb" type="spicevmc"/> + <rng model="virtio"> + <backend model="random">/dev/urandom</backend> + </rng> </devices> </domain> <domain type="kvm"> @@ -146,5 +149,8 @@ </video> <redirdev bus="usb" type="spicevmc"/> <redirdev bus="usb" type="spicevmc"/> + <rng model="virtio"> + <backend model="random">/dev/urandom</backend> + </rng> </devices> </domain> ====================================================================== FAIL: testCLI0126virt_install_kvm_centos7 (tests.clitest.CLITests) ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://ci.centos.org/job/virt-manager-check/systems=libvirt-fedora-27/ws/t…",> line 1047, in <lambda> return lambda s: cmdtemplate(s, cmd) File "<https://ci.centos.org/job/virt-manager-check/systems=libvirt-fedora-27/ws/t…",> line 1046, in cmdtemplate _cmdobj.run(self) File "<https://ci.centos.org/job/virt-manager-check/systems=libvirt-fedora-27/ws/t…",> line 223, in run tests.fail(err) AssertionError: ./virt-install --name foobar --ram 64 --print-step all --connect __virtinst_test__test://<https://ci.centos.org/job/virt-manager-check/systems=libvirt-fedora-27/ws/t…> --noautoconsole --disk /dev/default-pool/testvol1.img --pxe --os-variant centos7.0 Conversion outputs did not match. --- tests/cli-test-xml/compare/virt-install-kvm-centos7.xml +++ Generated Output @@ -72,6 +72,9 @@ </video> <redirdev bus="usb" type="spicevmc"/> <redirdev bus="usb" type="spicevmc"/> + <rng model="virtio"> + <backend model="random">/dev/urandom</backend> + </rng> </devices> </domain> <domain type="kvm"> @@ -146,5 +149,8 @@ </video> <redirdev bus="usb" type="spicevmc"/> <redirdev bus="usb" type="spicevmc"/> + <rng model="virtio"> + <backend model="random">/dev/urandom</backend> + </rng> </devices> </domain> ---------------------------------------------------------------------- Ran 428 tests in 52.403s FAILED (failures=2, skipped=2) Build step 'Execute shell' marked build as failure
1 3
0 0
[Libvirt-ci] Build failed in Jenkins: virt-manager-check » libvirt-debian-9 #71
by ci@centos.org 01 Oct '18

01 Oct '18
See <https://ci.centos.org/job/virt-manager-check/systems=libvirt-debian-9/71/di…> ------------------------------------------ Started by upstream project "virt-manager-check" build number 71 originally caused by: Started by upstream project "virt-manager-build" build number 71 originally caused by: Started by upstream project "libosinfo-build" build number 13 originally caused by: Started by upstream project "osinfo-db-build" build number 9 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/virt-manager-check/systems=libvirt-debian-9/ws/> [virt-manager] $ /bin/sh -xe /tmp/jenkins9041511801958574805.sh + /usr/bin/python3 ./setup.py test running test ....................................................................................................................................................................................................................................................s..FF..................................................................................................................................................................................s ====================================================================== FAIL: testCLI0125virt_install_kvm_rhel7 (tests.clitest.CLITests) ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://ci.centos.org/job/virt-manager-check/systems=libvirt-debian-9/ws/te…",> line 1047, in <lambda> return lambda s: cmdtemplate(s, cmd) File "<https://ci.centos.org/job/virt-manager-check/systems=libvirt-debian-9/ws/te…",> line 1046, in cmdtemplate _cmdobj.run(self) File "<https://ci.centos.org/job/virt-manager-check/systems=libvirt-debian-9/ws/te…",> line 223, in run tests.fail(err) AssertionError: ./virt-install --name foobar --ram 64 --print-step all --connect __virtinst_test__test://<https://ci.centos.org/job/virt-manager-check/systems=libvirt-debian-9/ws/te…> --noautoconsole --disk /dev/default-pool/testvol1.img --pxe --os-variant rhel7.0 Conversion outputs did not match. --- tests/cli-test-xml/compare/virt-install-kvm-rhel7.xml +++ Generated Output @@ -72,6 +72,9 @@ </video> <redirdev bus="usb" type="spicevmc"/> <redirdev bus="usb" type="spicevmc"/> + <rng model="virtio"> + <backend model="random">/dev/urandom</backend> + </rng> </devices> </domain> <domain type="kvm"> @@ -146,5 +149,8 @@ </video> <redirdev bus="usb" type="spicevmc"/> <redirdev bus="usb" type="spicevmc"/> + <rng model="virtio"> + <backend model="random">/dev/urandom</backend> + </rng> </devices> </domain> ====================================================================== FAIL: testCLI0126virt_install_kvm_centos7 (tests.clitest.CLITests) ---------------------------------------------------------------------- Traceback (most recent call last): File "<https://ci.centos.org/job/virt-manager-check/systems=libvirt-debian-9/ws/te…",> line 1047, in <lambda> return lambda s: cmdtemplate(s, cmd) File "<https://ci.centos.org/job/virt-manager-check/systems=libvirt-debian-9/ws/te…",> line 1046, in cmdtemplate _cmdobj.run(self) File "<https://ci.centos.org/job/virt-manager-check/systems=libvirt-debian-9/ws/te…",> line 223, in run tests.fail(err) AssertionError: ./virt-install --name foobar --ram 64 --print-step all --connect __virtinst_test__test://<https://ci.centos.org/job/virt-manager-check/systems=libvirt-debian-9/ws/te…> --noautoconsole --disk /dev/default-pool/testvol1.img --pxe --os-variant centos7.0 Conversion outputs did not match. --- tests/cli-test-xml/compare/virt-install-kvm-centos7.xml +++ Generated Output @@ -72,6 +72,9 @@ </video> <redirdev bus="usb" type="spicevmc"/> <redirdev bus="usb" type="spicevmc"/> + <rng model="virtio"> + <backend model="random">/dev/urandom</backend> + </rng> </devices> </domain> <domain type="kvm"> @@ -146,5 +149,8 @@ </video> <redirdev bus="usb" type="spicevmc"/> <redirdev bus="usb" type="spicevmc"/> + <rng model="virtio"> + <backend model="random">/dev/urandom</backend> + </rng> </devices> </domain> ---------------------------------------------------------------------- Ran 428 tests in 51.151s FAILED (failures=2, skipped=2) Build step 'Execute shell' marked build as failure
1 3
0 0
[Libvirt-ci] Failed: libvirt/libvirt#1736 (v4.8.0 - 5fa43c7)
by Travis CI 01 Oct '18

01 Oct '18
Build Update for libvirt/libvirt ------------------------------------- Build: #1736 Status: Failed Duration: 20 mins and 9 secs Commit: 5fa43c7 (v4.8.0) Author: Daniel Veillard Message: Release of libvirt-4.8.0 Signed-off-by: Daniel Veillard <veillard(a)redhat.com> - docs/news.xml: updated for release View the changeset: https://github.com/libvirt/libvirt/compare/a25837c546ac...f84d7e9d0206 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/435671808?utm_medium=notificat… -- You can unsubscribe from build emails from the libvirt/libvirt repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=4872032&ut…. Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notificati…. Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.
1 0
0 0
[Libvirt-ci] Passed: libvirt/libvirt#1734 (v4.8.0 - 11ed43e)
by Travis CI 01 Oct '18

01 Oct '18
Build Update for libvirt/libvirt ------------------------------------- Build: #1734 Status: Passed Duration: 28 mins and 24 secs Commit: 11ed43e (v4.8.0) Author: Daniel Veillard Message: Release of libvirt-4.8.0 Signed-off-by: Daniel Veillard <veillard(a)redhat.com> * docs/news.xml: updated with date of release View the changeset: https://github.com/libvirt/libvirt/commit/11ed43e59f50 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/435664201?utm_medium=notificat… -- You can unsubscribe from build emails from the libvirt/libvirt repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=4872032&ut…. Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notificati…. Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.
1 0
0 0
[Libvirt-ci] Fixed: libvirt/libvirt#1733 (master - 95a8577)
by Travis CI 01 Oct '18

01 Oct '18
Build Update for libvirt/libvirt ------------------------------------- Build: #1733 Status: Fixed Duration: 21 mins and 20 secs Commit: 95a8577 (master) Author: Fabiano Fidêncio Message: news: Update for 4.8.0 release Signed-off-by: Fabiano Fidêncio <fidencio(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/25456e0470d8...95a85779a2cd View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/435656396?utm_medium=notificat… -- You can unsubscribe from build emails from the libvirt/libvirt repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=4872032&ut…. Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notificati…. Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.
1 0
0 0
[Libvirt-ci] Broken: libvirt/libvirt#1732 (master - 25456e0)
by Travis CI 01 Oct '18

01 Oct '18
Build Update for libvirt/libvirt ------------------------------------- Build: #1732 Status: Broken Duration: 17 mins and 13 secs Commit: 25456e0 (master) Author: Jim Fehlig Message: tests: reintroduce tests for libxl's legacy nested setting The preferred location for setting the nested CPU flag changed in Xen 4.10 and is advertised via the LIBXL_HAVE_BUILDINFO_NESTED_HVM define. Commit 95d19cd0 changed libxl to use the new preferred location but unconditionally changed the tests, causing 'make check' failures against Xen < 4.10 that do not contain the new location. Commit e94415d5 fixed the failures by only running the tests when LIBXL_HAVE_BUILDINFO_NESTED_HVM is defined. Since libvirt supports several versions of Xen that use the old nested location, it is prudent to test the flag is set correctly. This patch reintroduces the tests for the legacy location of the nested setting. Signed-off-by: Jim Fehlig <jfehlig(a)suse.com> Reviewed-by: Erik Skultety <eskultet(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/125ac4c0a821...25456e0470d8 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/435494811?utm_medium=notificat… -- You can unsubscribe from build emails from the libvirt/libvirt repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=4872032&ut…. Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notificati…. Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.
1 0
0 0
  • ← Newer
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.