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 -----
  • September
  • 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

December 2019

  • 2 participants
  • 153 discussions
[Libvirt-ci] Broken: libvirt/libvirt#2972 (master - 6f894a2)
by Travis CI 17 Dec '19

17 Dec '19
Build Update for libvirt/libvirt ------------------------------------- Build: #2972 Status: Broken Duration: 36 mins and 32 secs Commit: 6f894a2 (master) Author: Daniel Henrique Barboza Message: qemu: command: move sound codec validation to qemu_domain.c qemuBuildSoundCodecStr() validates if a given QEMU binary supports the sound codec. This validation can be moved to qemu_domain.c to be executed in domain define time. The codec validation was moved to the existing qemuDomainDeviceDefValidateSound() function. Reviewed-by: Cole Robinson <crobinso(a)redhat.com> Signed-off-by: Daniel Henrique Barboza <danielhb413(a)gmail.com> View the changeset: https://github.com/libvirt/libvirt/compare/fc3d777b0f50...6f894a29d812 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/625944282?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] Build failed in Jenkins: libvirt-check » libvirt-fedora-30 #842
by ci@centos.org 13 Dec '19

13 Dec '19
See <https://ci.centos.org/job/libvirt-check/systems=libvirt-fedora-30/842/displ…> ------------------------------------------ [...truncated 28.73 KB...] Please report to libvir-list(a)redhat.com ============================================================================ gmake[3]: *** [Makefile:6031: test-suite.log] Error 1 gmake[3]: Leaving directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-fedora-30/ws/build/…'> gmake[2]: *** [Makefile:6139: check-TESTS] Error 2 gmake[2]: Leaving directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-fedora-30/ws/build/…'> gmake[1]: *** [Makefile:7200: check-am] Error 2 gmake[1]: Leaving directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-fedora-30/ws/build/…'> gmake: *** [Makefile:1959: check-recursive] Error 1 + cat tests/test-suite.log ========================================= libvirt 6.0.0: tests/test-suite.log ========================================= # TOTAL: 138 # PASS: 137 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: genericxml2xmltest ======================== TEST: genericxml2xmltest Generic driver capabilities: <capabilities> <host> <cpu> <arch>x86_64</arch> </cpu> <power_management/> <iommu support='no'/> </host> <guest> <os_type>hvm</os_type> <arch name='i686'> <wordsize>32</wordsize> <emulator>/usr/bin/acme-virt</emulator> <domain type='test'/> <domain type='qemu'/> <domain type='kvm'/> </arch> </guest> <guest> <os_type>hvm</os_type> <arch name='x86_64'> <wordsize>64</wordsize> <emulator>/usr/bin/acme-virt</emulator> <domain type='test'/> <domain type='qemu'/> <domain type='kvm'/> </arch> </guest> </capabilities> 1) GENERIC XML-2-XML disk-virtio ... OK 2) GENERIC XML-2-XML graphics-vnc-minimal ... OK 3) GENERIC XML-2-XML graphics-vnc-manual-port ... OK 4) GENERIC XML-2-XML graphics-vnc-socket ... OK 5) GENERIC XML-2-XML graphics-vnc-socket-listen ... OK 6) GENERIC XML-2-XML graphics-listen-back-compat ... OK 7) GENERIC XML-2-XML graphics-listen-back-compat-mismatch ... Got expected failure code=1 msg=unsupported configuration: graphics 'listen' attribute '192.168.123.123' must match 'address' attribute of first listen element (found '1.2.3.4') libvirt: Domain Config error : unsupported configuration: graphics 'listen' attribute '192.168.123.123' must match 'address' attribute of first listen element (found '1.2.3.4') OK 8) GENERIC XML-2-XML graphics-vnc-listen-attr-only ... OK 9) GENERIC XML-2-XML graphics-vnc-listen-element-minimal ... OK 10) GENERIC XML-2-XML graphics-vnc-listen-element-with-address ... OK 11) GENERIC XML-2-XML graphics-vnc-socket-attr-listen-address ... OK 12) GENERIC XML-2-XML graphics-vnc-socket-attr-listen-socket ... OK 13) GENERIC XML-2-XML graphics-vnc-socket-attr-listen-socket-mismatch ... Got expected failure code=1 msg=unsupported configuration: graphics 'socket' attribute '/tmp/vnc.sock' must match 'socket' attribute of first listen element (found '/tmp/mismatch.sock') libvirt: Domain Config error : unsupported configuration: graphics 'socket' attribute '/tmp/vnc.sock' must match 'socket' attribute of first listen element (found '/tmp/mismatch.sock') OK 14) GENERIC XML-2-XML graphics-vnc-autoport-no ... OK 15) GENERIC XML-2-XML name-slash-fail ... Got expected failure code=1 msg=XML error: name foo/bar cannot contain '/' libvirt: Domain Config error : XML error: name foo/bar cannot contain '/' OK 16) GENERIC XML-2-XML perf ... OK 17) GENERIC XML-2-XML vcpus-individual ... OK 18) GENERIC XML-2-XML disk-network-http ... OK 19) GENERIC XML-2-XML cpu-cache-emulate ... OK 20) GENERIC XML-2-XML cpu-cache-passthrough ... OK 21) GENERIC XML-2-XML cpu-cache-disable ... OK 22) GENERIC XML-2-XML chardev-tcp ... OK 23) GENERIC XML-2-XML chardev-tcp-missing-host ... Got expected failure code=1 msg=internal error: Missing source host attribute for char device libvirt: Domain Config error : internal error: Missing source host attribute for char device OK 24) GENERIC XML-2-XML chardev-tcp-missing-service ... Got expected failure code=1 msg=internal error: Missing source service attribute for char device libvirt: Domain Config error : internal error: Missing source service attribute for char device OK 25) GENERIC XML-2-XML chardev-tcp-multiple-source ... Got expected failure code=1 msg=XML error: only one source element is allowed for character device libvirt: Domain Config error : XML error: only one source element is allowed for character device OK 26) GENERIC XML-2-XML chardev-udp ... OK 27) GENERIC XML-2-XML chardev-udp-missing-connect-service ... Got expected failure code=1 msg=internal error: Missing source service attribute for char device libvirt: Domain Config error : internal error: Missing source service attribute for char device OK 28) GENERIC XML-2-XML chardev-udp-multiple-source ... Got expected failure code=1 msg=XML error: only two source elements are allowed for character device libvirt: Domain Config error : XML error: only two source elements are allowed for character device OK 29) GENERIC XML-2-XML chardev-unix ... OK 30) GENERIC XML-2-XML chardev-unix-smartcard-missing-path ... Got expected failure code=1 msg=internal error: Missing source path attribute for char device libvirt: Domain Config error : internal error: Missing source path attribute for char device OK 31) GENERIC XML-2-XML chardev-unix-redirdev-missing-path ... Got expected failure code=1 msg=internal error: Missing source path attribute for char device libvirt: Domain Config error : internal error: Missing source path attribute for char device OK 32) GENERIC XML-2-XML chardev-unix-rng-missing-path ... Got expected failure code=1 msg=internal error: Missing source path attribute for char device libvirt: Domain Config error : internal error: Missing source path attribute for char device OK 33) GENERIC XML-2-XML chardev-reconnect ... OK 34) GENERIC XML-2-XML chardev-reconnect-missing-timeout ... Got expected failure code=1 msg=XML error: missing timeout for chardev with reconnect enabled libvirt: Domain Config error : XML error: missing timeout for chardev with reconnect enabled OK 35) GENERIC XML-2-XML chardev-reconnect-invalid-mode ... Got expected failure code=1 msg=internal error: chardev reconnect is possible only for connect mode libvirt: Domain Config error : internal error: chardev reconnect is possible only for connect mode OK 36) GENERIC XML-2-XML cachetune-small ... OK 37) GENERIC XML-2-XML cachetune-cdp ... OK 38) GENERIC XML-2-XML cachetune ... OK 39) GENERIC XML-2-XML cachetune-extra-tunes ... OK 40) GENERIC XML-2-XML cachetune-colliding-allocs ... Got expected failure code=1 msg=XML error: Colliding cache allocations for cache level '3' id '0', type 'code' libvirt: Resource control error : XML error: Colliding cache allocations for cache level '3' id '0', type 'code' OK 41) GENERIC XML-2-XML cachetune-colliding-tunes ... Got expected failure code=1 msg=XML error: Identical vcpus in cachetunes found libvirt: Domain Config error : XML error: Identical vcpus in cachetunes found OK 42) GENERIC XML-2-XML cachetune-colliding-types ... Got expected failure code=1 msg=XML error: Colliding cache allocations for cache level '3' id '0', type 'code' libvirt: Resource control error : XML error: Colliding cache allocations for cache level '3' id '0', type 'code' OK 43) GENERIC XML-2-XML cachetune-colliding-monitor ... Got expected failure code=1 msg=invalid argument: Monitor vcpus conflicts with allocation libvirt: Domain Config error : invalid argument: Monitor vcpus conflicts with allocation OK 44) GENERIC XML-2-XML memorytune ... In '<https://ci.centos.org/job/libvirt-check/systems=libvirt-fedora-30/ws/build/…'>: Offset 0 Expect [<domain type='qemu'> <name>QEMUGuest1</name> <uuid>c7a5fdbd-edaf-9455-926a-d65c16db1809</uuid> <memory unit='KiB'>219136</memory> <currentMemory unit='KiB'>219136</currentMemory> <vcpu placement='static'>4</vcpu> <cputune> <cachetune vcpus='0-1'> <cache id='0' level='3' type='both' size='768' unit='KiB'/> <cache id='1' level='3' type='both' size='768' unit='KiB'/> </cachetune> <memorytune vcpus='0-1'> <node id='0' bandwidth='20'/> <node id='1' bandwidth='30'/> <monitor vcpus='0-1'/> <monitor vcpus='0'/> </memorytune> <memorytune vcpus='3'> <node id='0' bandwidth='50'/> </memorytune> <memorytune vcpus='2'> <monitor vcpus='2'/> </memorytune> </cputune> <os> <type arch='i686' machine='pc'>hvm</type> <boot dev='hd'/> </os> <clock offset='utc'/> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>destroy</on_crash> <devices> <emulator>/usr/bin/qemu-system-i686</emulator> <controller type='usb' index='0'/> <controller type='ide' index='0'/> <controller type='pci' index='0' model='pci-root'/> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <memballoon model='virtio'/> </devices> </domain> ] Actual [<domain type='qemu'> <name>QEMUGuest1</name> <uuid>c7a5fdbd-edaf-9455-926a-d65c16db1809</uuid> <memory unit='KiB'>219136</memory> <currentMemory unit='KiB'>219136</currentMemory> <vcpu placement='static'>4</vcpu> <cputune> <cachetune vcpus='0-1'> <cache id='0' level='3' type='both' size='768' unit='KiB'/> <cache id='1' level='3' type='both' size='768' unit='KiB'/> </cachetune> <memorytune vcpus='0-1'> <node id='0' bandwidth='20'/> <node id='1' bandwidth='30'/> <monitor vcpus='0-1'/> <monitor vcpus='0'/> </memorytune> <memorytune vcpus='3'> <node id='0' bandwidth='50'/> </memorytune> <memorytune vcpus='2'> <monitor vcpus='2'/> </memorytune> </cputune> <os> <type arch='i686' machine='pc'>hvm</type> <boot dev='hd'/> </os> <clock offset='utc'/> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>destroy</on_crash> <devices> <emulator>/usr/bin/qemu-system-i386</emulator> <controller type='usb' index='0'/> <controller type='ide' index='0'/> <controller type='pci' index='0' model='pci-root'/> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <memballoon model='virtio'/> </devices> </domain> ] ... Expected result code=0 but received code=4 FAILED 45) GENERIC XML-2-XML memorytune-colliding-allocs ... Got expected failure code=1 msg=XML error: Memory Bandwidth already defined for node 0 libvirt: Resource control error : XML error: Memory Bandwidth already defined for node 0 OK 46) GENERIC XML-2-XML memorytune-colliding-cachetune ... Got expected failure code=1 msg=XML error: Overlapping vcpus in resctrls libvirt: Domain Config error : XML error: Overlapping vcpus in resctrls OK 47) GENERIC XML-2-XML tseg ... OK 48) GENERIC XML-2-XML launch-security-sev ... OK 49) GENERIC XML-2-XML cputune ... OK 50) QEMU BACKUP XML-2-XML empty ... OK 51) QEMU BACKUP XML-2-XML backup-pull ... OK 52) QEMU BACKUP XML-2-XML backup-pull-seclabel ... OK 53) QEMU BACKUP XML-2-XML backup-push ... OK 54) QEMU BACKUP XML-2-XML backup-push-seclabel ... OK FAIL genericxml2xmltest (exit status: 1) + exit 1 Build step 'Execute shell' marked build as failure
1 1
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-check » libvirt-fedora-rawhide #842
by ci@centos.org 13 Dec '19

13 Dec '19
See <https://ci.centos.org/job/libvirt-check/systems=libvirt-fedora-rawhide/842/…> ------------------------------------------ [...truncated 28.75 KB...] Please report to libvir-list(a)redhat.com ============================================================================ gmake[3]: *** [Makefile:6031: test-suite.log] Error 1 gmake[3]: Leaving directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-fedora-rawhide/ws/b…'> gmake[2]: *** [Makefile:6139: check-TESTS] Error 2 gmake[2]: Leaving directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-fedora-rawhide/ws/b…'> gmake[1]: *** [Makefile:7200: check-am] Error 2 gmake[1]: Leaving directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-fedora-rawhide/ws/b…'> gmake: *** [Makefile:1959: check-recursive] Error 1 + cat tests/test-suite.log ========================================= libvirt 6.0.0: tests/test-suite.log ========================================= # TOTAL: 138 # PASS: 137 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: genericxml2xmltest ======================== TEST: genericxml2xmltest Generic driver capabilities: <capabilities> <host> <cpu> <arch>x86_64</arch> </cpu> <power_management/> <iommu support='no'/> </host> <guest> <os_type>hvm</os_type> <arch name='i686'> <wordsize>32</wordsize> <emulator>/usr/bin/acme-virt</emulator> <domain type='test'/> <domain type='qemu'/> <domain type='kvm'/> </arch> </guest> <guest> <os_type>hvm</os_type> <arch name='x86_64'> <wordsize>64</wordsize> <emulator>/usr/bin/acme-virt</emulator> <domain type='test'/> <domain type='qemu'/> <domain type='kvm'/> </arch> </guest> </capabilities> 1) GENERIC XML-2-XML disk-virtio ... OK 2) GENERIC XML-2-XML graphics-vnc-minimal ... OK 3) GENERIC XML-2-XML graphics-vnc-manual-port ... OK 4) GENERIC XML-2-XML graphics-vnc-socket ... OK 5) GENERIC XML-2-XML graphics-vnc-socket-listen ... OK 6) GENERIC XML-2-XML graphics-listen-back-compat ... OK 7) GENERIC XML-2-XML graphics-listen-back-compat-mismatch ... Got expected failure code=1 msg=unsupported configuration: graphics 'listen' attribute '192.168.123.123' must match 'address' attribute of first listen element (found '1.2.3.4') libvirt: Domain Config error : unsupported configuration: graphics 'listen' attribute '192.168.123.123' must match 'address' attribute of first listen element (found '1.2.3.4') OK 8) GENERIC XML-2-XML graphics-vnc-listen-attr-only ... OK 9) GENERIC XML-2-XML graphics-vnc-listen-element-minimal ... OK 10) GENERIC XML-2-XML graphics-vnc-listen-element-with-address ... OK 11) GENERIC XML-2-XML graphics-vnc-socket-attr-listen-address ... OK 12) GENERIC XML-2-XML graphics-vnc-socket-attr-listen-socket ... OK 13) GENERIC XML-2-XML graphics-vnc-socket-attr-listen-socket-mismatch ... Got expected failure code=1 msg=unsupported configuration: graphics 'socket' attribute '/tmp/vnc.sock' must match 'socket' attribute of first listen element (found '/tmp/mismatch.sock') libvirt: Domain Config error : unsupported configuration: graphics 'socket' attribute '/tmp/vnc.sock' must match 'socket' attribute of first listen element (found '/tmp/mismatch.sock') OK 14) GENERIC XML-2-XML graphics-vnc-autoport-no ... OK 15) GENERIC XML-2-XML name-slash-fail ... Got expected failure code=1 msg=XML error: name foo/bar cannot contain '/' libvirt: Domain Config error : XML error: name foo/bar cannot contain '/' OK 16) GENERIC XML-2-XML perf ... OK 17) GENERIC XML-2-XML vcpus-individual ... OK 18) GENERIC XML-2-XML disk-network-http ... OK 19) GENERIC XML-2-XML cpu-cache-emulate ... OK 20) GENERIC XML-2-XML cpu-cache-passthrough ... OK 21) GENERIC XML-2-XML cpu-cache-disable ... OK 22) GENERIC XML-2-XML chardev-tcp ... OK 23) GENERIC XML-2-XML chardev-tcp-missing-host ... Got expected failure code=1 msg=internal error: Missing source host attribute for char device libvirt: Domain Config error : internal error: Missing source host attribute for char device OK 24) GENERIC XML-2-XML chardev-tcp-missing-service ... Got expected failure code=1 msg=internal error: Missing source service attribute for char device libvirt: Domain Config error : internal error: Missing source service attribute for char device OK 25) GENERIC XML-2-XML chardev-tcp-multiple-source ... Got expected failure code=1 msg=XML error: only one source element is allowed for character device libvirt: Domain Config error : XML error: only one source element is allowed for character device OK 26) GENERIC XML-2-XML chardev-udp ... OK 27) GENERIC XML-2-XML chardev-udp-missing-connect-service ... Got expected failure code=1 msg=internal error: Missing source service attribute for char device libvirt: Domain Config error : internal error: Missing source service attribute for char device OK 28) GENERIC XML-2-XML chardev-udp-multiple-source ... Got expected failure code=1 msg=XML error: only two source elements are allowed for character device libvirt: Domain Config error : XML error: only two source elements are allowed for character device OK 29) GENERIC XML-2-XML chardev-unix ... OK 30) GENERIC XML-2-XML chardev-unix-smartcard-missing-path ... Got expected failure code=1 msg=internal error: Missing source path attribute for char device libvirt: Domain Config error : internal error: Missing source path attribute for char device OK 31) GENERIC XML-2-XML chardev-unix-redirdev-missing-path ... Got expected failure code=1 msg=internal error: Missing source path attribute for char device libvirt: Domain Config error : internal error: Missing source path attribute for char device OK 32) GENERIC XML-2-XML chardev-unix-rng-missing-path ... Got expected failure code=1 msg=internal error: Missing source path attribute for char device libvirt: Domain Config error : internal error: Missing source path attribute for char device OK 33) GENERIC XML-2-XML chardev-reconnect ... OK 34) GENERIC XML-2-XML chardev-reconnect-missing-timeout ... Got expected failure code=1 msg=XML error: missing timeout for chardev with reconnect enabled libvirt: Domain Config error : XML error: missing timeout for chardev with reconnect enabled OK 35) GENERIC XML-2-XML chardev-reconnect-invalid-mode ... Got expected failure code=1 msg=internal error: chardev reconnect is possible only for connect mode libvirt: Domain Config error : internal error: chardev reconnect is possible only for connect mode OK 36) GENERIC XML-2-XML cachetune-small ... OK 37) GENERIC XML-2-XML cachetune-cdp ... OK 38) GENERIC XML-2-XML cachetune ... OK 39) GENERIC XML-2-XML cachetune-extra-tunes ... OK 40) GENERIC XML-2-XML cachetune-colliding-allocs ... Got expected failure code=1 msg=XML error: Colliding cache allocations for cache level '3' id '0', type 'code' libvirt: Resource control error : XML error: Colliding cache allocations for cache level '3' id '0', type 'code' OK 41) GENERIC XML-2-XML cachetune-colliding-tunes ... Got expected failure code=1 msg=XML error: Identical vcpus in cachetunes found libvirt: Domain Config error : XML error: Identical vcpus in cachetunes found OK 42) GENERIC XML-2-XML cachetune-colliding-types ... Got expected failure code=1 msg=XML error: Colliding cache allocations for cache level '3' id '0', type 'code' libvirt: Resource control error : XML error: Colliding cache allocations for cache level '3' id '0', type 'code' OK 43) GENERIC XML-2-XML cachetune-colliding-monitor ... Got expected failure code=1 msg=invalid argument: Monitor vcpus conflicts with allocation libvirt: Domain Config error : invalid argument: Monitor vcpus conflicts with allocation OK 44) GENERIC XML-2-XML memorytune ... In '<https://ci.centos.org/job/libvirt-check/systems=libvirt-fedora-rawhide/ws/b…'>: Offset 0 Expect [<domain type='qemu'> <name>QEMUGuest1</name> <uuid>c7a5fdbd-edaf-9455-926a-d65c16db1809</uuid> <memory unit='KiB'>219136</memory> <currentMemory unit='KiB'>219136</currentMemory> <vcpu placement='static'>4</vcpu> <cputune> <cachetune vcpus='0-1'> <cache id='0' level='3' type='both' size='768' unit='KiB'/> <cache id='1' level='3' type='both' size='768' unit='KiB'/> </cachetune> <memorytune vcpus='0-1'> <node id='0' bandwidth='20'/> <node id='1' bandwidth='30'/> <monitor vcpus='0-1'/> <monitor vcpus='0'/> </memorytune> <memorytune vcpus='3'> <node id='0' bandwidth='50'/> </memorytune> <memorytune vcpus='2'> <monitor vcpus='2'/> </memorytune> </cputune> <os> <type arch='i686' machine='pc'>hvm</type> <boot dev='hd'/> </os> <clock offset='utc'/> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>destroy</on_crash> <devices> <emulator>/usr/bin/qemu-system-i686</emulator> <controller type='usb' index='0'/> <controller type='ide' index='0'/> <controller type='pci' index='0' model='pci-root'/> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <memballoon model='virtio'/> </devices> </domain> ] Actual [<domain type='qemu'> <name>QEMUGuest1</name> <uuid>c7a5fdbd-edaf-9455-926a-d65c16db1809</uuid> <memory unit='KiB'>219136</memory> <currentMemory unit='KiB'>219136</currentMemory> <vcpu placement='static'>4</vcpu> <cputune> <cachetune vcpus='0-1'> <cache id='0' level='3' type='both' size='768' unit='KiB'/> <cache id='1' level='3' type='both' size='768' unit='KiB'/> </cachetune> <memorytune vcpus='0-1'> <node id='0' bandwidth='20'/> <node id='1' bandwidth='30'/> <monitor vcpus='0-1'/> <monitor vcpus='0'/> </memorytune> <memorytune vcpus='3'> <node id='0' bandwidth='50'/> </memorytune> <memorytune vcpus='2'> <monitor vcpus='2'/> </memorytune> </cputune> <os> <type arch='i686' machine='pc'>hvm</type> <boot dev='hd'/> </os> <clock offset='utc'/> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>destroy</on_crash> <devices> <emulator>/usr/bin/qemu-system-i386</emulator> <controller type='usb' index='0'/> <controller type='ide' index='0'/> <controller type='pci' index='0' model='pci-root'/> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <memballoon model='virtio'/> </devices> </domain> ] ... Expected result code=0 but received code=4 FAILED 45) GENERIC XML-2-XML memorytune-colliding-allocs ... Got expected failure code=1 msg=XML error: Memory Bandwidth already defined for node 0 libvirt: Resource control error : XML error: Memory Bandwidth already defined for node 0 OK 46) GENERIC XML-2-XML memorytune-colliding-cachetune ... Got expected failure code=1 msg=XML error: Overlapping vcpus in resctrls libvirt: Domain Config error : XML error: Overlapping vcpus in resctrls OK 47) GENERIC XML-2-XML tseg ... OK 48) GENERIC XML-2-XML launch-security-sev ... OK 49) GENERIC XML-2-XML cputune ... OK 50) QEMU BACKUP XML-2-XML empty ... OK 51) QEMU BACKUP XML-2-XML backup-pull ... OK 52) QEMU BACKUP XML-2-XML backup-pull-seclabel ... OK 53) QEMU BACKUP XML-2-XML backup-push ... OK 54) QEMU BACKUP XML-2-XML backup-push-seclabel ... OK FAIL genericxml2xmltest (exit status: 1) + exit 1 Build step 'Execute shell' marked build as failure
1 1
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-check » libvirt-fedora-31 #842
by ci@centos.org 13 Dec '19

13 Dec '19
See <https://ci.centos.org/job/libvirt-check/systems=libvirt-fedora-31/842/displ…> ------------------------------------------ [...truncated 28.73 KB...] Please report to libvir-list(a)redhat.com ============================================================================ gmake[3]: *** [Makefile:6031: test-suite.log] Error 1 gmake[3]: Leaving directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-fedora-31/ws/build/…'> gmake[2]: *** [Makefile:6139: check-TESTS] Error 2 gmake[2]: Leaving directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-fedora-31/ws/build/…'> gmake[1]: *** [Makefile:7200: check-am] Error 2 gmake[1]: Leaving directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-fedora-31/ws/build/…'> gmake: *** [Makefile:1959: check-recursive] Error 1 + cat tests/test-suite.log ========================================= libvirt 6.0.0: tests/test-suite.log ========================================= # TOTAL: 138 # PASS: 137 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: genericxml2xmltest ======================== TEST: genericxml2xmltest Generic driver capabilities: <capabilities> <host> <cpu> <arch>x86_64</arch> </cpu> <power_management/> <iommu support='no'/> </host> <guest> <os_type>hvm</os_type> <arch name='i686'> <wordsize>32</wordsize> <emulator>/usr/bin/acme-virt</emulator> <domain type='test'/> <domain type='qemu'/> <domain type='kvm'/> </arch> </guest> <guest> <os_type>hvm</os_type> <arch name='x86_64'> <wordsize>64</wordsize> <emulator>/usr/bin/acme-virt</emulator> <domain type='test'/> <domain type='qemu'/> <domain type='kvm'/> </arch> </guest> </capabilities> 1) GENERIC XML-2-XML disk-virtio ... OK 2) GENERIC XML-2-XML graphics-vnc-minimal ... OK 3) GENERIC XML-2-XML graphics-vnc-manual-port ... OK 4) GENERIC XML-2-XML graphics-vnc-socket ... OK 5) GENERIC XML-2-XML graphics-vnc-socket-listen ... OK 6) GENERIC XML-2-XML graphics-listen-back-compat ... OK 7) GENERIC XML-2-XML graphics-listen-back-compat-mismatch ... Got expected failure code=1 msg=unsupported configuration: graphics 'listen' attribute '192.168.123.123' must match 'address' attribute of first listen element (found '1.2.3.4') libvirt: Domain Config error : unsupported configuration: graphics 'listen' attribute '192.168.123.123' must match 'address' attribute of first listen element (found '1.2.3.4') OK 8) GENERIC XML-2-XML graphics-vnc-listen-attr-only ... OK 9) GENERIC XML-2-XML graphics-vnc-listen-element-minimal ... OK 10) GENERIC XML-2-XML graphics-vnc-listen-element-with-address ... OK 11) GENERIC XML-2-XML graphics-vnc-socket-attr-listen-address ... OK 12) GENERIC XML-2-XML graphics-vnc-socket-attr-listen-socket ... OK 13) GENERIC XML-2-XML graphics-vnc-socket-attr-listen-socket-mismatch ... Got expected failure code=1 msg=unsupported configuration: graphics 'socket' attribute '/tmp/vnc.sock' must match 'socket' attribute of first listen element (found '/tmp/mismatch.sock') libvirt: Domain Config error : unsupported configuration: graphics 'socket' attribute '/tmp/vnc.sock' must match 'socket' attribute of first listen element (found '/tmp/mismatch.sock') OK 14) GENERIC XML-2-XML graphics-vnc-autoport-no ... OK 15) GENERIC XML-2-XML name-slash-fail ... Got expected failure code=1 msg=XML error: name foo/bar cannot contain '/' libvirt: Domain Config error : XML error: name foo/bar cannot contain '/' OK 16) GENERIC XML-2-XML perf ... OK 17) GENERIC XML-2-XML vcpus-individual ... OK 18) GENERIC XML-2-XML disk-network-http ... OK 19) GENERIC XML-2-XML cpu-cache-emulate ... OK 20) GENERIC XML-2-XML cpu-cache-passthrough ... OK 21) GENERIC XML-2-XML cpu-cache-disable ... OK 22) GENERIC XML-2-XML chardev-tcp ... OK 23) GENERIC XML-2-XML chardev-tcp-missing-host ... Got expected failure code=1 msg=internal error: Missing source host attribute for char device libvirt: Domain Config error : internal error: Missing source host attribute for char device OK 24) GENERIC XML-2-XML chardev-tcp-missing-service ... Got expected failure code=1 msg=internal error: Missing source service attribute for char device libvirt: Domain Config error : internal error: Missing source service attribute for char device OK 25) GENERIC XML-2-XML chardev-tcp-multiple-source ... Got expected failure code=1 msg=XML error: only one source element is allowed for character device libvirt: Domain Config error : XML error: only one source element is allowed for character device OK 26) GENERIC XML-2-XML chardev-udp ... OK 27) GENERIC XML-2-XML chardev-udp-missing-connect-service ... Got expected failure code=1 msg=internal error: Missing source service attribute for char device libvirt: Domain Config error : internal error: Missing source service attribute for char device OK 28) GENERIC XML-2-XML chardev-udp-multiple-source ... Got expected failure code=1 msg=XML error: only two source elements are allowed for character device libvirt: Domain Config error : XML error: only two source elements are allowed for character device OK 29) GENERIC XML-2-XML chardev-unix ... OK 30) GENERIC XML-2-XML chardev-unix-smartcard-missing-path ... Got expected failure code=1 msg=internal error: Missing source path attribute for char device libvirt: Domain Config error : internal error: Missing source path attribute for char device OK 31) GENERIC XML-2-XML chardev-unix-redirdev-missing-path ... Got expected failure code=1 msg=internal error: Missing source path attribute for char device libvirt: Domain Config error : internal error: Missing source path attribute for char device OK 32) GENERIC XML-2-XML chardev-unix-rng-missing-path ... Got expected failure code=1 msg=internal error: Missing source path attribute for char device libvirt: Domain Config error : internal error: Missing source path attribute for char device OK 33) GENERIC XML-2-XML chardev-reconnect ... OK 34) GENERIC XML-2-XML chardev-reconnect-missing-timeout ... Got expected failure code=1 msg=XML error: missing timeout for chardev with reconnect enabled libvirt: Domain Config error : XML error: missing timeout for chardev with reconnect enabled OK 35) GENERIC XML-2-XML chardev-reconnect-invalid-mode ... Got expected failure code=1 msg=internal error: chardev reconnect is possible only for connect mode libvirt: Domain Config error : internal error: chardev reconnect is possible only for connect mode OK 36) GENERIC XML-2-XML cachetune-small ... OK 37) GENERIC XML-2-XML cachetune-cdp ... OK 38) GENERIC XML-2-XML cachetune ... OK 39) GENERIC XML-2-XML cachetune-extra-tunes ... OK 40) GENERIC XML-2-XML cachetune-colliding-allocs ... Got expected failure code=1 msg=XML error: Colliding cache allocations for cache level '3' id '0', type 'code' libvirt: Resource control error : XML error: Colliding cache allocations for cache level '3' id '0', type 'code' OK 41) GENERIC XML-2-XML cachetune-colliding-tunes ... Got expected failure code=1 msg=XML error: Identical vcpus in cachetunes found libvirt: Domain Config error : XML error: Identical vcpus in cachetunes found OK 42) GENERIC XML-2-XML cachetune-colliding-types ... Got expected failure code=1 msg=XML error: Colliding cache allocations for cache level '3' id '0', type 'code' libvirt: Resource control error : XML error: Colliding cache allocations for cache level '3' id '0', type 'code' OK 43) GENERIC XML-2-XML cachetune-colliding-monitor ... Got expected failure code=1 msg=invalid argument: Monitor vcpus conflicts with allocation libvirt: Domain Config error : invalid argument: Monitor vcpus conflicts with allocation OK 44) GENERIC XML-2-XML memorytune ... In '<https://ci.centos.org/job/libvirt-check/systems=libvirt-fedora-31/ws/build/…'>: Offset 0 Expect [<domain type='qemu'> <name>QEMUGuest1</name> <uuid>c7a5fdbd-edaf-9455-926a-d65c16db1809</uuid> <memory unit='KiB'>219136</memory> <currentMemory unit='KiB'>219136</currentMemory> <vcpu placement='static'>4</vcpu> <cputune> <cachetune vcpus='0-1'> <cache id='0' level='3' type='both' size='768' unit='KiB'/> <cache id='1' level='3' type='both' size='768' unit='KiB'/> </cachetune> <memorytune vcpus='0-1'> <node id='0' bandwidth='20'/> <node id='1' bandwidth='30'/> <monitor vcpus='0-1'/> <monitor vcpus='0'/> </memorytune> <memorytune vcpus='3'> <node id='0' bandwidth='50'/> </memorytune> <memorytune vcpus='2'> <monitor vcpus='2'/> </memorytune> </cputune> <os> <type arch='i686' machine='pc'>hvm</type> <boot dev='hd'/> </os> <clock offset='utc'/> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>destroy</on_crash> <devices> <emulator>/usr/bin/qemu-system-i686</emulator> <controller type='usb' index='0'/> <controller type='ide' index='0'/> <controller type='pci' index='0' model='pci-root'/> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <memballoon model='virtio'/> </devices> </domain> ] Actual [<domain type='qemu'> <name>QEMUGuest1</name> <uuid>c7a5fdbd-edaf-9455-926a-d65c16db1809</uuid> <memory unit='KiB'>219136</memory> <currentMemory unit='KiB'>219136</currentMemory> <vcpu placement='static'>4</vcpu> <cputune> <cachetune vcpus='0-1'> <cache id='0' level='3' type='both' size='768' unit='KiB'/> <cache id='1' level='3' type='both' size='768' unit='KiB'/> </cachetune> <memorytune vcpus='0-1'> <node id='0' bandwidth='20'/> <node id='1' bandwidth='30'/> <monitor vcpus='0-1'/> <monitor vcpus='0'/> </memorytune> <memorytune vcpus='3'> <node id='0' bandwidth='50'/> </memorytune> <memorytune vcpus='2'> <monitor vcpus='2'/> </memorytune> </cputune> <os> <type arch='i686' machine='pc'>hvm</type> <boot dev='hd'/> </os> <clock offset='utc'/> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>destroy</on_crash> <devices> <emulator>/usr/bin/qemu-system-i386</emulator> <controller type='usb' index='0'/> <controller type='ide' index='0'/> <controller type='pci' index='0' model='pci-root'/> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <memballoon model='virtio'/> </devices> </domain> ] ... Expected result code=0 but received code=4 FAILED 45) GENERIC XML-2-XML memorytune-colliding-allocs ... Got expected failure code=1 msg=XML error: Memory Bandwidth already defined for node 0 libvirt: Resource control error : XML error: Memory Bandwidth already defined for node 0 OK 46) GENERIC XML-2-XML memorytune-colliding-cachetune ... Got expected failure code=1 msg=XML error: Overlapping vcpus in resctrls libvirt: Domain Config error : XML error: Overlapping vcpus in resctrls OK 47) GENERIC XML-2-XML tseg ... OK 48) GENERIC XML-2-XML launch-security-sev ... OK 49) GENERIC XML-2-XML cputune ... OK 50) QEMU BACKUP XML-2-XML empty ... OK 51) QEMU BACKUP XML-2-XML backup-pull ... OK 52) QEMU BACKUP XML-2-XML backup-pull-seclabel ... OK 53) QEMU BACKUP XML-2-XML backup-push ... OK 54) QEMU BACKUP XML-2-XML backup-push-seclabel ... OK FAIL genericxml2xmltest (exit status: 1) + exit 1 Build step 'Execute shell' marked build as failure
1 1
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-check » libvirt-centos-7 #842
by ci@centos.org 13 Dec '19

13 Dec '19
See <https://ci.centos.org/job/libvirt-check/systems=libvirt-centos-7/842/displa…> ------------------------------------------ [...truncated 30.06 KB...] See tests/test-suite.log Please report to libvir-list(a)redhat.com ============================================================================ gmake[3]: *** [test-suite.log] Error 1 gmake[3]: Leaving directory `<https://ci.centos.org/job/libvirt-check/systems=libvirt-centos-7/ws/build/t…'> gmake[2]: *** [check-TESTS] Error 2 gmake[2]: Leaving directory `<https://ci.centos.org/job/libvirt-check/systems=libvirt-centos-7/ws/build/t…'> gmake[1]: *** [check-am] Error 2 gmake[1]: Leaving directory `<https://ci.centos.org/job/libvirt-check/systems=libvirt-centos-7/ws/build/t…'> gmake: *** [check-recursive] Error 1 + cat tests/test-suite.log ========================================= libvirt 6.0.0: tests/test-suite.log ========================================= # TOTAL: 134 # PASS: 133 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: genericxml2xmltest ======================== TEST: genericxml2xmltest Generic driver capabilities: <capabilities> <host> <cpu> <arch>x86_64</arch> </cpu> <power_management/> <iommu support='no'/> </host> <guest> <os_type>hvm</os_type> <arch name='i686'> <wordsize>32</wordsize> <emulator>/usr/bin/acme-virt</emulator> <domain type='test'/> <domain type='qemu'/> <domain type='kvm'/> </arch> </guest> <guest> <os_type>hvm</os_type> <arch name='x86_64'> <wordsize>64</wordsize> <emulator>/usr/bin/acme-virt</emulator> <domain type='test'/> <domain type='qemu'/> <domain type='kvm'/> </arch> </guest> </capabilities> 1) GENERIC XML-2-XML disk-virtio ... OK 2) GENERIC XML-2-XML graphics-vnc-minimal ... OK 3) GENERIC XML-2-XML graphics-vnc-manual-port ... OK 4) GENERIC XML-2-XML graphics-vnc-socket ... OK 5) GENERIC XML-2-XML graphics-vnc-socket-listen ... OK 6) GENERIC XML-2-XML graphics-listen-back-compat ... OK 7) GENERIC XML-2-XML graphics-listen-back-compat-mismatch ... Got expected failure code=1 msg=unsupported configuration: graphics 'listen' attribute '192.168.123.123' must match 'address' attribute of first listen element (found '1.2.3.4') libvirt: Domain Config error : unsupported configuration: graphics 'listen' attribute '192.168.123.123' must match 'address' attribute of first listen element (found '1.2.3.4') OK 8) GENERIC XML-2-XML graphics-vnc-listen-attr-only ... OK 9) GENERIC XML-2-XML graphics-vnc-listen-element-minimal ... OK 10) GENERIC XML-2-XML graphics-vnc-listen-element-with-address ... OK 11) GENERIC XML-2-XML graphics-vnc-socket-attr-listen-address ... OK 12) GENERIC XML-2-XML graphics-vnc-socket-attr-listen-socket ... OK 13) GENERIC XML-2-XML graphics-vnc-socket-attr-listen-socket-mismatch ... Got expected failure code=1 msg=unsupported configuration: graphics 'socket' attribute '/tmp/vnc.sock' must match 'socket' attribute of first listen element (found '/tmp/mismatch.sock') libvirt: Domain Config error : unsupported configuration: graphics 'socket' attribute '/tmp/vnc.sock' must match 'socket' attribute of first listen element (found '/tmp/mismatch.sock') OK 14) GENERIC XML-2-XML graphics-vnc-autoport-no ... OK 15) GENERIC XML-2-XML name-slash-fail ... Got expected failure code=1 msg=XML error: name foo/bar cannot contain '/' libvirt: Domain Config error : XML error: name foo/bar cannot contain '/' OK 16) GENERIC XML-2-XML perf ... OK 17) GENERIC XML-2-XML vcpus-individual ... OK 18) GENERIC XML-2-XML disk-network-http ... OK 19) GENERIC XML-2-XML cpu-cache-emulate ... OK 20) GENERIC XML-2-XML cpu-cache-passthrough ... OK 21) GENERIC XML-2-XML cpu-cache-disable ... OK 22) GENERIC XML-2-XML chardev-tcp ... OK 23) GENERIC XML-2-XML chardev-tcp-missing-host ... Got expected failure code=1 msg=internal error: Missing source host attribute for char device libvirt: Domain Config error : internal error: Missing source host attribute for char device OK 24) GENERIC XML-2-XML chardev-tcp-missing-service ... Got expected failure code=1 msg=internal error: Missing source service attribute for char device libvirt: Domain Config error : internal error: Missing source service attribute for char device OK 25) GENERIC XML-2-XML chardev-tcp-multiple-source ... Got expected failure code=1 msg=XML error: only one source element is allowed for character device libvirt: Domain Config error : XML error: only one source element is allowed for character device OK 26) GENERIC XML-2-XML chardev-udp ... OK 27) GENERIC XML-2-XML chardev-udp-missing-connect-service ... Got expected failure code=1 msg=internal error: Missing source service attribute for char device libvirt: Domain Config error : internal error: Missing source service attribute for char device OK 28) GENERIC XML-2-XML chardev-udp-multiple-source ... Got expected failure code=1 msg=XML error: only two source elements are allowed for character device libvirt: Domain Config error : XML error: only two source elements are allowed for character device OK 29) GENERIC XML-2-XML chardev-unix ... OK 30) GENERIC XML-2-XML chardev-unix-smartcard-missing-path ... Got expected failure code=1 msg=internal error: Missing source path attribute for char device libvirt: Domain Config error : internal error: Missing source path attribute for char device OK 31) GENERIC XML-2-XML chardev-unix-redirdev-missing-path ... Got expected failure code=1 msg=internal error: Missing source path attribute for char device libvirt: Domain Config error : internal error: Missing source path attribute for char device OK 32) GENERIC XML-2-XML chardev-unix-rng-missing-path ... Got expected failure code=1 msg=internal error: Missing source path attribute for char device libvirt: Domain Config error : internal error: Missing source path attribute for char device OK 33) GENERIC XML-2-XML chardev-reconnect ... OK 34) GENERIC XML-2-XML chardev-reconnect-missing-timeout ... Got expected failure code=1 msg=XML error: missing timeout for chardev with reconnect enabled libvirt: Domain Config error : XML error: missing timeout for chardev with reconnect enabled OK 35) GENERIC XML-2-XML chardev-reconnect-invalid-mode ... Got expected failure code=1 msg=internal error: chardev reconnect is possible only for connect mode libvirt: Domain Config error : internal error: chardev reconnect is possible only for connect mode OK 36) GENERIC XML-2-XML cachetune-small ... OK 37) GENERIC XML-2-XML cachetune-cdp ... OK 38) GENERIC XML-2-XML cachetune ... OK 39) GENERIC XML-2-XML cachetune-extra-tunes ... OK 40) GENERIC XML-2-XML cachetune-colliding-allocs ... Got expected failure code=1 msg=XML error: Colliding cache allocations for cache level '3' id '0', type 'code' libvirt: Resource control error : XML error: Colliding cache allocations for cache level '3' id '0', type 'code' OK 41) GENERIC XML-2-XML cachetune-colliding-tunes ... Got expected failure code=1 msg=XML error: Identical vcpus in cachetunes found libvirt: Domain Config error : XML error: Identical vcpus in cachetunes found OK 42) GENERIC XML-2-XML cachetune-colliding-types ... Got expected failure code=1 msg=XML error: Colliding cache allocations for cache level '3' id '0', type 'code' libvirt: Resource control error : XML error: Colliding cache allocations for cache level '3' id '0', type 'code' OK 43) GENERIC XML-2-XML cachetune-colliding-monitor ... Got expected failure code=1 msg=invalid argument: Monitor vcpus conflicts with allocation libvirt: Domain Config error : invalid argument: Monitor vcpus conflicts with allocation OK 44) GENERIC XML-2-XML memorytune ... In '<https://ci.centos.org/job/libvirt-check/systems=libvirt-centos-7/ws/build/.…'>: Offset 0 Expect [<domain type='qemu'> <name>QEMUGuest1</name> <uuid>c7a5fdbd-edaf-9455-926a-d65c16db1809</uuid> <memory unit='KiB'>219136</memory> <currentMemory unit='KiB'>219136</currentMemory> <vcpu placement='static'>4</vcpu> <cputune> <cachetune vcpus='0-1'> <cache id='0' level='3' type='both' size='768' unit='KiB'/> <cache id='1' level='3' type='both' size='768' unit='KiB'/> </cachetune> <memorytune vcpus='0-1'> <node id='0' bandwidth='20'/> <node id='1' bandwidth='30'/> <monitor vcpus='0-1'/> <monitor vcpus='0'/> </memorytune> <memorytune vcpus='3'> <node id='0' bandwidth='50'/> </memorytune> <memorytune vcpus='2'> <monitor vcpus='2'/> </memorytune> </cputune> <os> <type arch='i686' machine='pc'>hvm</type> <boot dev='hd'/> </os> <clock offset='utc'/> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>destroy</on_crash> <devices> <emulator>/usr/bin/qemu-system-i686</emulator> <controller type='usb' index='0'/> <controller type='ide' index='0'/> <controller type='pci' index='0' model='pci-root'/> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <memballoon model='virtio'/> </devices> </domain> ] Actual [<domain type='qemu'> <name>QEMUGuest1</name> <uuid>c7a5fdbd-edaf-9455-926a-d65c16db1809</uuid> <memory unit='KiB'>219136</memory> <currentMemory unit='KiB'>219136</currentMemory> <vcpu placement='static'>4</vcpu> <cputune> <cachetune vcpus='0-1'> <cache id='0' level='3' type='both' size='768' unit='KiB'/> <cache id='1' level='3' type='both' size='768' unit='KiB'/> </cachetune> <memorytune vcpus='0-1'> <node id='0' bandwidth='20'/> <node id='1' bandwidth='30'/> <monitor vcpus='0-1'/> <monitor vcpus='0'/> </memorytune> <memorytune vcpus='3'> <node id='0' bandwidth='50'/> </memorytune> <memorytune vcpus='2'> <monitor vcpus='2'/> </memorytune> </cputune> <os> <type arch='i686' machine='pc'>hvm</type> <boot dev='hd'/> </os> <clock offset='utc'/> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>destroy</on_crash> <devices> <emulator>/usr/bin/qemu-system-i386</emulator> <controller type='usb' index='0'/> <controller type='ide' index='0'/> <controller type='pci' index='0' model='pci-root'/> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <memballoon model='virtio'/> </devices> </domain> ] ... Expected result code=0 but received code=4 FAILED 45) GENERIC XML-2-XML memorytune-colliding-allocs ... Got expected failure code=1 msg=XML error: Memory Bandwidth already defined for node 0 libvirt: Resource control error : XML error: Memory Bandwidth already defined for node 0 OK 46) GENERIC XML-2-XML memorytune-colliding-cachetune ... Got expected failure code=1 msg=XML error: Overlapping vcpus in resctrls libvirt: Domain Config error : XML error: Overlapping vcpus in resctrls OK 47) GENERIC XML-2-XML tseg ... OK 48) GENERIC XML-2-XML launch-security-sev ... OK 49) GENERIC XML-2-XML cputune ... OK 50) QEMU BACKUP XML-2-XML empty ... OK 51) QEMU BACKUP XML-2-XML backup-pull ... OK 52) QEMU BACKUP XML-2-XML backup-pull-seclabel ... OK 53) QEMU BACKUP XML-2-XML backup-push ... OK 54) QEMU BACKUP XML-2-XML backup-push-seclabel ... OK + exit 1 Build step 'Execute shell' marked build as failure
1 1
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-check » libvirt-debian-10 #842
by ci@centos.org 13 Dec '19

13 Dec '19
See <https://ci.centos.org/job/libvirt-check/systems=libvirt-debian-10/842/displ…> ------------------------------------------ [...truncated 29.37 KB...] Please report to libvir-list(a)redhat.com ============================================================================ make[3]: *** [Makefile:6031: test-suite.log] Error 1 make[3]: Leaving directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-debian-10/ws/build/…'> make[2]: *** [Makefile:6139: check-TESTS] Error 2 make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-debian-10/ws/build/…'> make[1]: *** [Makefile:7200: check-am] Error 2 make[1]: Leaving directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-debian-10/ws/build/…'> make: *** [Makefile:1959: check-recursive] Error 1 + cat tests/test-suite.log ========================================= libvirt 6.0.0: tests/test-suite.log ========================================= # TOTAL: 138 # PASS: 137 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: genericxml2xmltest ======================== TEST: genericxml2xmltest Generic driver capabilities: <capabilities> <host> <cpu> <arch>x86_64</arch> </cpu> <power_management/> <iommu support='no'/> </host> <guest> <os_type>hvm</os_type> <arch name='i686'> <wordsize>32</wordsize> <emulator>/usr/bin/acme-virt</emulator> <domain type='test'/> <domain type='qemu'/> <domain type='kvm'/> </arch> </guest> <guest> <os_type>hvm</os_type> <arch name='x86_64'> <wordsize>64</wordsize> <emulator>/usr/bin/acme-virt</emulator> <domain type='test'/> <domain type='qemu'/> <domain type='kvm'/> </arch> </guest> </capabilities> 1) GENERIC XML-2-XML disk-virtio ... OK 2) GENERIC XML-2-XML graphics-vnc-minimal ... OK 3) GENERIC XML-2-XML graphics-vnc-manual-port ... OK 4) GENERIC XML-2-XML graphics-vnc-socket ... OK 5) GENERIC XML-2-XML graphics-vnc-socket-listen ... OK 6) GENERIC XML-2-XML graphics-listen-back-compat ... OK 7) GENERIC XML-2-XML graphics-listen-back-compat-mismatch ... Got expected failure code=1 msg=unsupported configuration: graphics 'listen' attribute '192.168.123.123' must match 'address' attribute of first listen element (found '1.2.3.4') libvirt: Domain Config error : unsupported configuration: graphics 'listen' attribute '192.168.123.123' must match 'address' attribute of first listen element (found '1.2.3.4') OK 8) GENERIC XML-2-XML graphics-vnc-listen-attr-only ... OK 9) GENERIC XML-2-XML graphics-vnc-listen-element-minimal ... OK 10) GENERIC XML-2-XML graphics-vnc-listen-element-with-address ... OK 11) GENERIC XML-2-XML graphics-vnc-socket-attr-listen-address ... OK 12) GENERIC XML-2-XML graphics-vnc-socket-attr-listen-socket ... OK 13) GENERIC XML-2-XML graphics-vnc-socket-attr-listen-socket-mismatch ... Got expected failure code=1 msg=unsupported configuration: graphics 'socket' attribute '/tmp/vnc.sock' must match 'socket' attribute of first listen element (found '/tmp/mismatch.sock') libvirt: Domain Config error : unsupported configuration: graphics 'socket' attribute '/tmp/vnc.sock' must match 'socket' attribute of first listen element (found '/tmp/mismatch.sock') OK 14) GENERIC XML-2-XML graphics-vnc-autoport-no ... OK 15) GENERIC XML-2-XML name-slash-fail ... Got expected failure code=1 msg=XML error: name foo/bar cannot contain '/' libvirt: Domain Config error : XML error: name foo/bar cannot contain '/' OK 16) GENERIC XML-2-XML perf ... OK 17) GENERIC XML-2-XML vcpus-individual ... OK 18) GENERIC XML-2-XML disk-network-http ... OK 19) GENERIC XML-2-XML cpu-cache-emulate ... OK 20) GENERIC XML-2-XML cpu-cache-passthrough ... OK 21) GENERIC XML-2-XML cpu-cache-disable ... OK 22) GENERIC XML-2-XML chardev-tcp ... OK 23) GENERIC XML-2-XML chardev-tcp-missing-host ... Got expected failure code=1 msg=internal error: Missing source host attribute for char device libvirt: Domain Config error : internal error: Missing source host attribute for char device OK 24) GENERIC XML-2-XML chardev-tcp-missing-service ... Got expected failure code=1 msg=internal error: Missing source service attribute for char device libvirt: Domain Config error : internal error: Missing source service attribute for char device OK 25) GENERIC XML-2-XML chardev-tcp-multiple-source ... Got expected failure code=1 msg=XML error: only one source element is allowed for character device libvirt: Domain Config error : XML error: only one source element is allowed for character device OK 26) GENERIC XML-2-XML chardev-udp ... OK 27) GENERIC XML-2-XML chardev-udp-missing-connect-service ... Got expected failure code=1 msg=internal error: Missing source service attribute for char device libvirt: Domain Config error : internal error: Missing source service attribute for char device OK 28) GENERIC XML-2-XML chardev-udp-multiple-source ... Got expected failure code=1 msg=XML error: only two source elements are allowed for character device libvirt: Domain Config error : XML error: only two source elements are allowed for character device OK 29) GENERIC XML-2-XML chardev-unix ... OK 30) GENERIC XML-2-XML chardev-unix-smartcard-missing-path ... Got expected failure code=1 msg=internal error: Missing source path attribute for char device libvirt: Domain Config error : internal error: Missing source path attribute for char device OK 31) GENERIC XML-2-XML chardev-unix-redirdev-missing-path ... Got expected failure code=1 msg=internal error: Missing source path attribute for char device libvirt: Domain Config error : internal error: Missing source path attribute for char device OK 32) GENERIC XML-2-XML chardev-unix-rng-missing-path ... Got expected failure code=1 msg=internal error: Missing source path attribute for char device libvirt: Domain Config error : internal error: Missing source path attribute for char device OK 33) GENERIC XML-2-XML chardev-reconnect ... OK 34) GENERIC XML-2-XML chardev-reconnect-missing-timeout ... Got expected failure code=1 msg=XML error: missing timeout for chardev with reconnect enabled libvirt: Domain Config error : XML error: missing timeout for chardev with reconnect enabled OK 35) GENERIC XML-2-XML chardev-reconnect-invalid-mode ... Got expected failure code=1 msg=internal error: chardev reconnect is possible only for connect mode libvirt: Domain Config error : internal error: chardev reconnect is possible only for connect mode OK 36) GENERIC XML-2-XML cachetune-small ... OK 37) GENERIC XML-2-XML cachetune-cdp ... OK 38) GENERIC XML-2-XML cachetune ... OK 39) GENERIC XML-2-XML cachetune-extra-tunes ... OK 40) GENERIC XML-2-XML cachetune-colliding-allocs ... Got expected failure code=1 msg=XML error: Colliding cache allocations for cache level '3' id '0', type 'code' libvirt: Resource control error : XML error: Colliding cache allocations for cache level '3' id '0', type 'code' OK 41) GENERIC XML-2-XML cachetune-colliding-tunes ... Got expected failure code=1 msg=XML error: Identical vcpus in cachetunes found libvirt: Domain Config error : XML error: Identical vcpus in cachetunes found OK 42) GENERIC XML-2-XML cachetune-colliding-types ... Got expected failure code=1 msg=XML error: Colliding cache allocations for cache level '3' id '0', type 'code' libvirt: Resource control error : XML error: Colliding cache allocations for cache level '3' id '0', type 'code' OK 43) GENERIC XML-2-XML cachetune-colliding-monitor ... Got expected failure code=1 msg=invalid argument: Monitor vcpus conflicts with allocation libvirt: Domain Config error : invalid argument: Monitor vcpus conflicts with allocation OK 44) GENERIC XML-2-XML memorytune ... In '<https://ci.centos.org/job/libvirt-check/systems=libvirt-debian-10/ws/build/…'>: Offset 0 Expect [<domain type='qemu'> <name>QEMUGuest1</name> <uuid>c7a5fdbd-edaf-9455-926a-d65c16db1809</uuid> <memory unit='KiB'>219136</memory> <currentMemory unit='KiB'>219136</currentMemory> <vcpu placement='static'>4</vcpu> <cputune> <cachetune vcpus='0-1'> <cache id='0' level='3' type='both' size='768' unit='KiB'/> <cache id='1' level='3' type='both' size='768' unit='KiB'/> </cachetune> <memorytune vcpus='0-1'> <node id='0' bandwidth='20'/> <node id='1' bandwidth='30'/> <monitor vcpus='0-1'/> <monitor vcpus='0'/> </memorytune> <memorytune vcpus='3'> <node id='0' bandwidth='50'/> </memorytune> <memorytune vcpus='2'> <monitor vcpus='2'/> </memorytune> </cputune> <os> <type arch='i686' machine='pc'>hvm</type> <boot dev='hd'/> </os> <clock offset='utc'/> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>destroy</on_crash> <devices> <emulator>/usr/bin/qemu-system-i686</emulator> <controller type='usb' index='0'/> <controller type='ide' index='0'/> <controller type='pci' index='0' model='pci-root'/> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <memballoon model='virtio'/> </devices> </domain> ] Actual [<domain type='qemu'> <name>QEMUGuest1</name> <uuid>c7a5fdbd-edaf-9455-926a-d65c16db1809</uuid> <memory unit='KiB'>219136</memory> <currentMemory unit='KiB'>219136</currentMemory> <vcpu placement='static'>4</vcpu> <cputune> <cachetune vcpus='0-1'> <cache id='0' level='3' type='both' size='768' unit='KiB'/> <cache id='1' level='3' type='both' size='768' unit='KiB'/> </cachetune> <memorytune vcpus='0-1'> <node id='0' bandwidth='20'/> <node id='1' bandwidth='30'/> <monitor vcpus='0-1'/> <monitor vcpus='0'/> </memorytune> <memorytune vcpus='3'> <node id='0' bandwidth='50'/> </memorytune> <memorytune vcpus='2'> <monitor vcpus='2'/> </memorytune> </cputune> <os> <type arch='i686' machine='pc'>hvm</type> <boot dev='hd'/> </os> <clock offset='utc'/> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>destroy</on_crash> <devices> <emulator>/usr/bin/qemu-system-i386</emulator> <controller type='usb' index='0'/> <controller type='ide' index='0'/> <controller type='pci' index='0' model='pci-root'/> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <memballoon model='virtio'/> </devices> </domain> ] ... Expected result code=0 but received code=4 FAILED 45) GENERIC XML-2-XML memorytune-colliding-allocs ... Got expected failure code=1 msg=XML error: Memory Bandwidth already defined for node 0 libvirt: Resource control error : XML error: Memory Bandwidth already defined for node 0 OK 46) GENERIC XML-2-XML memorytune-colliding-cachetune ... Got expected failure code=1 msg=XML error: Overlapping vcpus in resctrls libvirt: Domain Config error : XML error: Overlapping vcpus in resctrls OK 47) GENERIC XML-2-XML tseg ... OK 48) GENERIC XML-2-XML launch-security-sev ... OK 49) GENERIC XML-2-XML cputune ... OK 50) QEMU BACKUP XML-2-XML empty ... OK 51) QEMU BACKUP XML-2-XML backup-pull ... OK 52) QEMU BACKUP XML-2-XML backup-pull-seclabel ... OK 53) QEMU BACKUP XML-2-XML backup-push ... OK 54) QEMU BACKUP XML-2-XML backup-push-seclabel ... OK FAIL genericxml2xmltest (exit status: 1) + exit 1 Build step 'Execute shell' marked build as failure
1 1
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-check » libvirt-debian-9 #842
by ci@centos.org 13 Dec '19

13 Dec '19
See <https://ci.centos.org/job/libvirt-check/systems=libvirt-debian-9/842/displa…> ------------------------------------------ [...truncated 30.10 KB...] make[3]: Leaving directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-debian-9/ws/build/t…'> Makefile:6001: recipe for target 'check-TESTS' failed make[2]: *** [check-TESTS] Error 2 make[2]: Leaving directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-debian-9/ws/build/t…'> Makefile:7061: recipe for target 'check-am' failed make[1]: *** [check-am] Error 2 make[1]: Leaving directory '<https://ci.centos.org/job/libvirt-check/systems=libvirt-debian-9/ws/build/t…'> Makefile:1959: recipe for target 'check-recursive' failed make: *** [check-recursive] Error 1 + cat tests/test-suite.log ========================================= libvirt 6.0.0: tests/test-suite.log ========================================= # TOTAL: 139 # PASS: 138 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 .. contents:: :depth: 2 FAIL: genericxml2xmltest ======================== TEST: genericxml2xmltest Generic driver capabilities: <capabilities> <host> <cpu> <arch>x86_64</arch> </cpu> <power_management/> <iommu support='no'/> </host> <guest> <os_type>hvm</os_type> <arch name='i686'> <wordsize>32</wordsize> <emulator>/usr/bin/acme-virt</emulator> <domain type='test'/> <domain type='qemu'/> <domain type='kvm'/> </arch> </guest> <guest> <os_type>hvm</os_type> <arch name='x86_64'> <wordsize>64</wordsize> <emulator>/usr/bin/acme-virt</emulator> <domain type='test'/> <domain type='qemu'/> <domain type='kvm'/> </arch> </guest> </capabilities> 1) GENERIC XML-2-XML disk-virtio ... OK 2) GENERIC XML-2-XML graphics-vnc-minimal ... OK 3) GENERIC XML-2-XML graphics-vnc-manual-port ... OK 4) GENERIC XML-2-XML graphics-vnc-socket ... OK 5) GENERIC XML-2-XML graphics-vnc-socket-listen ... OK 6) GENERIC XML-2-XML graphics-listen-back-compat ... OK 7) GENERIC XML-2-XML graphics-listen-back-compat-mismatch ... Got expected failure code=1 msg=unsupported configuration: graphics 'listen' attribute '192.168.123.123' must match 'address' attribute of first listen element (found '1.2.3.4') libvirt: Domain Config error : unsupported configuration: graphics 'listen' attribute '192.168.123.123' must match 'address' attribute of first listen element (found '1.2.3.4') OK 8) GENERIC XML-2-XML graphics-vnc-listen-attr-only ... OK 9) GENERIC XML-2-XML graphics-vnc-listen-element-minimal ... OK 10) GENERIC XML-2-XML graphics-vnc-listen-element-with-address ... OK 11) GENERIC XML-2-XML graphics-vnc-socket-attr-listen-address ... OK 12) GENERIC XML-2-XML graphics-vnc-socket-attr-listen-socket ... OK 13) GENERIC XML-2-XML graphics-vnc-socket-attr-listen-socket-mismatch ... Got expected failure code=1 msg=unsupported configuration: graphics 'socket' attribute '/tmp/vnc.sock' must match 'socket' attribute of first listen element (found '/tmp/mismatch.sock') libvirt: Domain Config error : unsupported configuration: graphics 'socket' attribute '/tmp/vnc.sock' must match 'socket' attribute of first listen element (found '/tmp/mismatch.sock') OK 14) GENERIC XML-2-XML graphics-vnc-autoport-no ... OK 15) GENERIC XML-2-XML name-slash-fail ... Got expected failure code=1 msg=XML error: name foo/bar cannot contain '/' libvirt: Domain Config error : XML error: name foo/bar cannot contain '/' OK 16) GENERIC XML-2-XML perf ... OK 17) GENERIC XML-2-XML vcpus-individual ... OK 18) GENERIC XML-2-XML disk-network-http ... OK 19) GENERIC XML-2-XML cpu-cache-emulate ... OK 20) GENERIC XML-2-XML cpu-cache-passthrough ... OK 21) GENERIC XML-2-XML cpu-cache-disable ... OK 22) GENERIC XML-2-XML chardev-tcp ... OK 23) GENERIC XML-2-XML chardev-tcp-missing-host ... Got expected failure code=1 msg=internal error: Missing source host attribute for char device libvirt: Domain Config error : internal error: Missing source host attribute for char device OK 24) GENERIC XML-2-XML chardev-tcp-missing-service ... Got expected failure code=1 msg=internal error: Missing source service attribute for char device libvirt: Domain Config error : internal error: Missing source service attribute for char device OK 25) GENERIC XML-2-XML chardev-tcp-multiple-source ... Got expected failure code=1 msg=XML error: only one source element is allowed for character device libvirt: Domain Config error : XML error: only one source element is allowed for character device OK 26) GENERIC XML-2-XML chardev-udp ... OK 27) GENERIC XML-2-XML chardev-udp-missing-connect-service ... Got expected failure code=1 msg=internal error: Missing source service attribute for char device libvirt: Domain Config error : internal error: Missing source service attribute for char device OK 28) GENERIC XML-2-XML chardev-udp-multiple-source ... Got expected failure code=1 msg=XML error: only two source elements are allowed for character device libvirt: Domain Config error : XML error: only two source elements are allowed for character device OK 29) GENERIC XML-2-XML chardev-unix ... OK 30) GENERIC XML-2-XML chardev-unix-smartcard-missing-path ... Got expected failure code=1 msg=internal error: Missing source path attribute for char device libvirt: Domain Config error : internal error: Missing source path attribute for char device OK 31) GENERIC XML-2-XML chardev-unix-redirdev-missing-path ... Got expected failure code=1 msg=internal error: Missing source path attribute for char device libvirt: Domain Config error : internal error: Missing source path attribute for char device OK 32) GENERIC XML-2-XML chardev-unix-rng-missing-path ... Got expected failure code=1 msg=internal error: Missing source path attribute for char device libvirt: Domain Config error : internal error: Missing source path attribute for char device OK 33) GENERIC XML-2-XML chardev-reconnect ... OK 34) GENERIC XML-2-XML chardev-reconnect-missing-timeout ... Got expected failure code=1 msg=XML error: missing timeout for chardev with reconnect enabled libvirt: Domain Config error : XML error: missing timeout for chardev with reconnect enabled OK 35) GENERIC XML-2-XML chardev-reconnect-invalid-mode ... Got expected failure code=1 msg=internal error: chardev reconnect is possible only for connect mode libvirt: Domain Config error : internal error: chardev reconnect is possible only for connect mode OK 36) GENERIC XML-2-XML cachetune-small ... OK 37) GENERIC XML-2-XML cachetune-cdp ... OK 38) GENERIC XML-2-XML cachetune ... OK 39) GENERIC XML-2-XML cachetune-extra-tunes ... OK 40) GENERIC XML-2-XML cachetune-colliding-allocs ... Got expected failure code=1 msg=XML error: Colliding cache allocations for cache level '3' id '0', type 'code' libvirt: Resource control error : XML error: Colliding cache allocations for cache level '3' id '0', type 'code' OK 41) GENERIC XML-2-XML cachetune-colliding-tunes ... Got expected failure code=1 msg=XML error: Identical vcpus in cachetunes found libvirt: Domain Config error : XML error: Identical vcpus in cachetunes found OK 42) GENERIC XML-2-XML cachetune-colliding-types ... Got expected failure code=1 msg=XML error: Colliding cache allocations for cache level '3' id '0', type 'code' libvirt: Resource control error : XML error: Colliding cache allocations for cache level '3' id '0', type 'code' OK 43) GENERIC XML-2-XML cachetune-colliding-monitor ... Got expected failure code=1 msg=invalid argument: Monitor vcpus conflicts with allocation libvirt: Domain Config error : invalid argument: Monitor vcpus conflicts with allocation OK 44) GENERIC XML-2-XML memorytune ... In '<https://ci.centos.org/job/libvirt-check/systems=libvirt-debian-9/ws/build/.…'>: Offset 0 Expect [<domain type='qemu'> <name>QEMUGuest1</name> <uuid>c7a5fdbd-edaf-9455-926a-d65c16db1809</uuid> <memory unit='KiB'>219136</memory> <currentMemory unit='KiB'>219136</currentMemory> <vcpu placement='static'>4</vcpu> <cputune> <cachetune vcpus='0-1'> <cache id='0' level='3' type='both' size='768' unit='KiB'/> <cache id='1' level='3' type='both' size='768' unit='KiB'/> </cachetune> <memorytune vcpus='0-1'> <node id='0' bandwidth='20'/> <node id='1' bandwidth='30'/> <monitor vcpus='0-1'/> <monitor vcpus='0'/> </memorytune> <memorytune vcpus='3'> <node id='0' bandwidth='50'/> </memorytune> <memorytune vcpus='2'> <monitor vcpus='2'/> </memorytune> </cputune> <os> <type arch='i686' machine='pc'>hvm</type> <boot dev='hd'/> </os> <clock offset='utc'/> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>destroy</on_crash> <devices> <emulator>/usr/bin/qemu-system-i686</emulator> <controller type='usb' index='0'/> <controller type='ide' index='0'/> <controller type='pci' index='0' model='pci-root'/> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <memballoon model='virtio'/> </devices> </domain> ] Actual [<domain type='qemu'> <name>QEMUGuest1</name> <uuid>c7a5fdbd-edaf-9455-926a-d65c16db1809</uuid> <memory unit='KiB'>219136</memory> <currentMemory unit='KiB'>219136</currentMemory> <vcpu placement='static'>4</vcpu> <cputune> <cachetune vcpus='0-1'> <cache id='0' level='3' type='both' size='768' unit='KiB'/> <cache id='1' level='3' type='both' size='768' unit='KiB'/> </cachetune> <memorytune vcpus='0-1'> <node id='0' bandwidth='20'/> <node id='1' bandwidth='30'/> <monitor vcpus='0-1'/> <monitor vcpus='0'/> </memorytune> <memorytune vcpus='3'> <node id='0' bandwidth='50'/> </memorytune> <memorytune vcpus='2'> <monitor vcpus='2'/> </memorytune> </cputune> <os> <type arch='i686' machine='pc'>hvm</type> <boot dev='hd'/> </os> <clock offset='utc'/> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>destroy</on_crash> <devices> <emulator>/usr/bin/qemu-system-i386</emulator> <controller type='usb' index='0'/> <controller type='ide' index='0'/> <controller type='pci' index='0' model='pci-root'/> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <memballoon model='virtio'/> </devices> </domain> ] ... Expected result code=0 but received code=4 FAILED 45) GENERIC XML-2-XML memorytune-colliding-allocs ... Got expected failure code=1 msg=XML error: Memory Bandwidth already defined for node 0 libvirt: Resource control error : XML error: Memory Bandwidth already defined for node 0 OK 46) GENERIC XML-2-XML memorytune-colliding-cachetune ... Got expected failure code=1 msg=XML error: Overlapping vcpus in resctrls libvirt: Domain Config error : XML error: Overlapping vcpus in resctrls OK 47) GENERIC XML-2-XML tseg ... OK 48) GENERIC XML-2-XML launch-security-sev ... OK 49) GENERIC XML-2-XML cputune ... OK 50) QEMU BACKUP XML-2-XML empty ... OK 51) QEMU BACKUP XML-2-XML backup-pull ... OK 52) QEMU BACKUP XML-2-XML backup-pull-seclabel ... OK 53) QEMU BACKUP XML-2-XML backup-push ... OK 54) QEMU BACKUP XML-2-XML backup-push-seclabel ... OK FAIL genericxml2xmltest (exit status: 1) + exit 1 Build step 'Execute shell' marked build as failure
1 1
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-check » libvirt-freebsd-11 #842
by ci@centos.org 13 Dec '19

13 Dec '19
See <https://ci.centos.org/job/libvirt-check/systems=libvirt-freebsd-11/842/disp…> ------------------------------------------ [...truncated 26.45 KB...] SKIP: virnettlssessiontest ========================== SKIP virnettlssessiontest (exit status: 77) SKIP: virsystemdtest ==================== SKIP virsystemdtest (exit status: 77) SKIP: networkxml2firewalltest ============================= SKIP networkxml2firewalltest (exit status: 77) FAIL: genericxml2xmltest ======================== TEST: genericxml2xmltest Generic driver capabilities: <capabilities> <host> <cpu> <arch>x86_64</arch> </cpu> <power_management/> <iommu support='no'/> </host> <guest> <os_type>hvm</os_type> <arch name='i686'> <wordsize>32</wordsize> <emulator>/usr/bin/acme-virt</emulator> <domain type='test'/> <domain type='qemu'/> <domain type='kvm'/> </arch> </guest> <guest> <os_type>hvm</os_type> <arch name='x86_64'> <wordsize>64</wordsize> <emulator>/usr/bin/acme-virt</emulator> <domain type='test'/> <domain type='qemu'/> <domain type='kvm'/> </arch> </guest> </capabilities> 1) GENERIC XML-2-XML disk-virtio ... OK 2) GENERIC XML-2-XML graphics-vnc-minimal ... OK 3) GENERIC XML-2-XML graphics-vnc-manual-port ... OK 4) GENERIC XML-2-XML graphics-vnc-socket ... OK 5) GENERIC XML-2-XML graphics-vnc-socket-listen ... OK 6) GENERIC XML-2-XML graphics-listen-back-compat ... OK 7) GENERIC XML-2-XML graphics-listen-back-compat-mismatch ... Got expected failure code=1 msg=unsupported configuration: graphics 'listen' attribute '192.168.123.123' must match 'address' attribute of first listen element (found '1.2.3.4') libvirt: Domain Config error : unsupported configuration: graphics 'listen' attribute '192.168.123.123' must match 'address' attribute of first listen element (found '1.2.3.4') OK 8) GENERIC XML-2-XML graphics-vnc-listen-attr-only ... OK 9) GENERIC XML-2-XML graphics-vnc-listen-element-minimal ... OK 10) GENERIC XML-2-XML graphics-vnc-listen-element-with-address ... OK 11) GENERIC XML-2-XML graphics-vnc-socket-attr-listen-address ... OK 12) GENERIC XML-2-XML graphics-vnc-socket-attr-listen-socket ... OK 13) GENERIC XML-2-XML graphics-vnc-socket-attr-listen-socket-mismatch ... Got expected failure code=1 msg=unsupported configuration: graphics 'socket' attribute '/tmp/vnc.sock' must match 'socket' attribute of first listen element (found '/tmp/mismatch.sock') libvirt: Domain Config error : unsupported configuration: graphics 'socket' attribute '/tmp/vnc.sock' must match 'socket' attribute of first listen element (found '/tmp/mismatch.sock') OK 14) GENERIC XML-2-XML graphics-vnc-autoport-no ... OK 15) GENERIC XML-2-XML name-slash-fail ... Got expected failure code=1 msg=XML error: name foo/bar cannot contain '/' libvirt: Domain Config error : XML error: name foo/bar cannot contain '/' OK 16) GENERIC XML-2-XML perf ... OK 17) GENERIC XML-2-XML vcpus-individual ... OK 18) GENERIC XML-2-XML disk-network-http ... OK 19) GENERIC XML-2-XML cpu-cache-emulate ... OK 20) GENERIC XML-2-XML cpu-cache-passthrough ... OK 21) GENERIC XML-2-XML cpu-cache-disable ... OK 22) GENERIC XML-2-XML chardev-tcp ... OK 23) GENERIC XML-2-XML chardev-tcp-missing-host ... Got expected failure code=1 msg=internal error: Missing source host attribute for char device libvirt: Domain Config error : internal error: Missing source host attribute for char device OK 24) GENERIC XML-2-XML chardev-tcp-missing-service ... Got expected failure code=1 msg=internal error: Missing source service attribute for char device libvirt: Domain Config error : internal error: Missing source service attribute for char device OK 25) GENERIC XML-2-XML chardev-tcp-multiple-source ... Got expected failure code=1 msg=XML error: only one source element is allowed for character device libvirt: Domain Config error : XML error: only one source element is allowed for character device OK 26) GENERIC XML-2-XML chardev-udp ... OK 27) GENERIC XML-2-XML chardev-udp-missing-connect-service ... Got expected failure code=1 msg=internal error: Missing source service attribute for char device libvirt: Domain Config error : internal error: Missing source service attribute for char device OK 28) GENERIC XML-2-XML chardev-udp-multiple-source ... Got expected failure code=1 msg=XML error: only two source elements are allowed for character device libvirt: Domain Config error : XML error: only two source elements are allowed for character device OK 29) GENERIC XML-2-XML chardev-unix ... OK 30) GENERIC XML-2-XML chardev-unix-smartcard-missing-path ... Got expected failure code=1 msg=internal error: Missing source path attribute for char device libvirt: Domain Config error : internal error: Missing source path attribute for char device OK 31) GENERIC XML-2-XML chardev-unix-redirdev-missing-path ... Got expected failure code=1 msg=internal error: Missing source path attribute for char device libvirt: Domain Config error : internal error: Missing source path attribute for char device OK 32) GENERIC XML-2-XML chardev-unix-rng-missing-path ... Got expected failure code=1 msg=internal error: Missing source path attribute for char device libvirt: Domain Config error : internal error: Missing source path attribute for char device OK 33) GENERIC XML-2-XML chardev-reconnect ... OK 34) GENERIC XML-2-XML chardev-reconnect-missing-timeout ... Got expected failure code=1 msg=XML error: missing timeout for chardev with reconnect enabled libvirt: Domain Config error : XML error: missing timeout for chardev with reconnect enabled OK 35) GENERIC XML-2-XML chardev-reconnect-invalid-mode ... Got expected failure code=1 msg=internal error: chardev reconnect is possible only for connect mode libvirt: Domain Config error : internal error: chardev reconnect is possible only for connect mode OK 36) GENERIC XML-2-XML cachetune-small ... OK 37) GENERIC XML-2-XML cachetune-cdp ... OK 38) GENERIC XML-2-XML cachetune ... OK 39) GENERIC XML-2-XML cachetune-extra-tunes ... OK 40) GENERIC XML-2-XML cachetune-colliding-allocs ... Got expected failure code=1 msg=XML error: Colliding cache allocations for cache level '3' id '0', type 'code' libvirt: Resource control error : XML error: Colliding cache allocations for cache level '3' id '0', type 'code' OK 41) GENERIC XML-2-XML cachetune-colliding-tunes ... Got expected failure code=1 msg=XML error: Identical vcpus in cachetunes found libvirt: Domain Config error : XML error: Identical vcpus in cachetunes found OK 42) GENERIC XML-2-XML cachetune-colliding-types ... Got expected failure code=1 msg=XML error: Colliding cache allocations for cache level '3' id '0', type 'code' libvirt: Resource control error : XML error: Colliding cache allocations for cache level '3' id '0', type 'code' OK 43) GENERIC XML-2-XML cachetune-colliding-monitor ... Got expected failure code=1 msg=invalid argument: Monitor vcpus conflicts with allocation libvirt: Domain Config error : invalid argument: Monitor vcpus conflicts with allocation OK 44) GENERIC XML-2-XML memorytune ... In '/usr<https://ci.centos.org/job/libvirt-check/systems=libvirt-freebsd-11/ws/build…'>: Offset 0 Expect [<domain type='qemu'> <name>QEMUGuest1</name> <uuid>c7a5fdbd-edaf-9455-926a-d65c16db1809</uuid> <memory unit='KiB'>219136</memory> <currentMemory unit='KiB'>219136</currentMemory> <vcpu placement='static'>4</vcpu> <cputune> <cachetune vcpus='0-1'> <cache id='0' level='3' type='both' size='768' unit='KiB'/> <cache id='1' level='3' type='both' size='768' unit='KiB'/> </cachetune> <memorytune vcpus='0-1'> <node id='0' bandwidth='20'/> <node id='1' bandwidth='30'/> <monitor vcpus='0-1'/> <monitor vcpus='0'/> </memorytune> <memorytune vcpus='3'> <node id='0' bandwidth='50'/> </memorytune> <memorytune vcpus='2'> <monitor vcpus='2'/> </memorytune> </cputune> <os> <type arch='i686' machine='pc'>hvm</type> <boot dev='hd'/> </os> <clock offset='utc'/> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>destroy</on_crash> <devices> <emulator>/usr/bin/qemu-system-i686</emulator> <controller type='usb' index='0'/> <controller type='ide' index='0'/> <controller type='pci' index='0' model='pci-root'/> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <memballoon model='virtio'/> </devices> </domain> ] Actual [<domain type='qemu'> <name>QEMUGuest1</name> <uuid>c7a5fdbd-edaf-9455-926a-d65c16db1809</uuid> <memory unit='KiB'>219136</memory> <currentMemory unit='KiB'>219136</currentMemory> <vcpu placement='static'>4</vcpu> <cputune> <cachetune vcpus='0-1'> <cache id='0' level='3' type='both' size='768' unit='KiB'/> <cache id='1' level='3' type='both' size='768' unit='KiB'/> </cachetune> <memorytune vcpus='0-1'> <node id='0' bandwidth='20'/> <node id='1' bandwidth='30'/> <monitor vcpus='0-1'/> <monitor vcpus='0'/> </memorytune> <memorytune vcpus='3'> <node id='0' bandwidth='50'/> </memorytune> <memorytune vcpus='2'> <monitor vcpus='2'/> </memorytune> </cputune> <os> <type arch='i686' machine='pc'>hvm</type> <boot dev='hd'/> </os> <clock offset='utc'/> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>destroy</on_crash> <devices> <emulator>/usr/bin/qemu-system-i386</emulator> <controller type='usb' index='0'/> <controller type='ide' index='0'/> <controller type='pci' index='0' model='pci-root'/> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <memballoon model='virtio'/> </devices> </domain> ] ... Expected result code=0 but received code=4 FAILED 45) GENERIC XML-2-XML memorytune-colliding-allocs ... Got expected failure code=1 msg=XML error: Memory Bandwidth already defined for node 0 libvirt: Resource control error : XML error: Memory Bandwidth already defined for node 0 OK 46) GENERIC XML-2-XML memorytune-colliding-cachetune ... Got expected failure code=1 msg=XML error: Overlapping vcpus in resctrls libvirt: Domain Config error : XML error: Overlapping vcpus in resctrls OK 47) GENERIC XML-2-XML tseg ... OK 48) GENERIC XML-2-XML launch-security-sev ... OK 49) GENERIC XML-2-XML cputune ... OK 50) QEMU BACKUP XML-2-XML empty ... OK 51) QEMU BACKUP XML-2-XML backup-pull ... OK 52) QEMU BACKUP XML-2-XML backup-pull-seclabel ... OK 53) QEMU BACKUP XML-2-XML backup-push ... OK 54) QEMU BACKUP XML-2-XML backup-push-seclabel ... OK FAIL genericxml2xmltest (exit status: 1) SKIP: virsh-optparse ==================== ../../tests/virsh-optparse: skipping test: This test is very expensive, so it is disabled by default. To run it anyway, rerun: make check VIR_TEST_EXPENSIVE=1 SKIP virsh-optparse (exit status: 77) + exit 1 Build step 'Execute shell' marked build as failure
1 1
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-check » libvirt-freebsd-12 #842
by ci@centos.org 13 Dec '19

13 Dec '19
See <https://ci.centos.org/job/libvirt-check/systems=libvirt-freebsd-12/842/disp…> ------------------------------------------ [...truncated 26.45 KB...] SKIP: virnettlssessiontest ========================== SKIP virnettlssessiontest (exit status: 77) SKIP: virsystemdtest ==================== SKIP virsystemdtest (exit status: 77) SKIP: networkxml2firewalltest ============================= SKIP networkxml2firewalltest (exit status: 77) FAIL: genericxml2xmltest ======================== TEST: genericxml2xmltest Generic driver capabilities: <capabilities> <host> <cpu> <arch>x86_64</arch> </cpu> <power_management/> <iommu support='no'/> </host> <guest> <os_type>hvm</os_type> <arch name='i686'> <wordsize>32</wordsize> <emulator>/usr/bin/acme-virt</emulator> <domain type='test'/> <domain type='qemu'/> <domain type='kvm'/> </arch> </guest> <guest> <os_type>hvm</os_type> <arch name='x86_64'> <wordsize>64</wordsize> <emulator>/usr/bin/acme-virt</emulator> <domain type='test'/> <domain type='qemu'/> <domain type='kvm'/> </arch> </guest> </capabilities> 1) GENERIC XML-2-XML disk-virtio ... OK 2) GENERIC XML-2-XML graphics-vnc-minimal ... OK 3) GENERIC XML-2-XML graphics-vnc-manual-port ... OK 4) GENERIC XML-2-XML graphics-vnc-socket ... OK 5) GENERIC XML-2-XML graphics-vnc-socket-listen ... OK 6) GENERIC XML-2-XML graphics-listen-back-compat ... OK 7) GENERIC XML-2-XML graphics-listen-back-compat-mismatch ... Got expected failure code=1 msg=unsupported configuration: graphics 'listen' attribute '192.168.123.123' must match 'address' attribute of first listen element (found '1.2.3.4') libvirt: Domain Config error : unsupported configuration: graphics 'listen' attribute '192.168.123.123' must match 'address' attribute of first listen element (found '1.2.3.4') OK 8) GENERIC XML-2-XML graphics-vnc-listen-attr-only ... OK 9) GENERIC XML-2-XML graphics-vnc-listen-element-minimal ... OK 10) GENERIC XML-2-XML graphics-vnc-listen-element-with-address ... OK 11) GENERIC XML-2-XML graphics-vnc-socket-attr-listen-address ... OK 12) GENERIC XML-2-XML graphics-vnc-socket-attr-listen-socket ... OK 13) GENERIC XML-2-XML graphics-vnc-socket-attr-listen-socket-mismatch ... Got expected failure code=1 msg=unsupported configuration: graphics 'socket' attribute '/tmp/vnc.sock' must match 'socket' attribute of first listen element (found '/tmp/mismatch.sock') libvirt: Domain Config error : unsupported configuration: graphics 'socket' attribute '/tmp/vnc.sock' must match 'socket' attribute of first listen element (found '/tmp/mismatch.sock') OK 14) GENERIC XML-2-XML graphics-vnc-autoport-no ... OK 15) GENERIC XML-2-XML name-slash-fail ... Got expected failure code=1 msg=XML error: name foo/bar cannot contain '/' libvirt: Domain Config error : XML error: name foo/bar cannot contain '/' OK 16) GENERIC XML-2-XML perf ... OK 17) GENERIC XML-2-XML vcpus-individual ... OK 18) GENERIC XML-2-XML disk-network-http ... OK 19) GENERIC XML-2-XML cpu-cache-emulate ... OK 20) GENERIC XML-2-XML cpu-cache-passthrough ... OK 21) GENERIC XML-2-XML cpu-cache-disable ... OK 22) GENERIC XML-2-XML chardev-tcp ... OK 23) GENERIC XML-2-XML chardev-tcp-missing-host ... Got expected failure code=1 msg=internal error: Missing source host attribute for char device libvirt: Domain Config error : internal error: Missing source host attribute for char device OK 24) GENERIC XML-2-XML chardev-tcp-missing-service ... Got expected failure code=1 msg=internal error: Missing source service attribute for char device libvirt: Domain Config error : internal error: Missing source service attribute for char device OK 25) GENERIC XML-2-XML chardev-tcp-multiple-source ... Got expected failure code=1 msg=XML error: only one source element is allowed for character device libvirt: Domain Config error : XML error: only one source element is allowed for character device OK 26) GENERIC XML-2-XML chardev-udp ... OK 27) GENERIC XML-2-XML chardev-udp-missing-connect-service ... Got expected failure code=1 msg=internal error: Missing source service attribute for char device libvirt: Domain Config error : internal error: Missing source service attribute for char device OK 28) GENERIC XML-2-XML chardev-udp-multiple-source ... Got expected failure code=1 msg=XML error: only two source elements are allowed for character device libvirt: Domain Config error : XML error: only two source elements are allowed for character device OK 29) GENERIC XML-2-XML chardev-unix ... OK 30) GENERIC XML-2-XML chardev-unix-smartcard-missing-path ... Got expected failure code=1 msg=internal error: Missing source path attribute for char device libvirt: Domain Config error : internal error: Missing source path attribute for char device OK 31) GENERIC XML-2-XML chardev-unix-redirdev-missing-path ... Got expected failure code=1 msg=internal error: Missing source path attribute for char device libvirt: Domain Config error : internal error: Missing source path attribute for char device OK 32) GENERIC XML-2-XML chardev-unix-rng-missing-path ... Got expected failure code=1 msg=internal error: Missing source path attribute for char device libvirt: Domain Config error : internal error: Missing source path attribute for char device OK 33) GENERIC XML-2-XML chardev-reconnect ... OK 34) GENERIC XML-2-XML chardev-reconnect-missing-timeout ... Got expected failure code=1 msg=XML error: missing timeout for chardev with reconnect enabled libvirt: Domain Config error : XML error: missing timeout for chardev with reconnect enabled OK 35) GENERIC XML-2-XML chardev-reconnect-invalid-mode ... Got expected failure code=1 msg=internal error: chardev reconnect is possible only for connect mode libvirt: Domain Config error : internal error: chardev reconnect is possible only for connect mode OK 36) GENERIC XML-2-XML cachetune-small ... OK 37) GENERIC XML-2-XML cachetune-cdp ... OK 38) GENERIC XML-2-XML cachetune ... OK 39) GENERIC XML-2-XML cachetune-extra-tunes ... OK 40) GENERIC XML-2-XML cachetune-colliding-allocs ... Got expected failure code=1 msg=XML error: Colliding cache allocations for cache level '3' id '0', type 'code' libvirt: Resource control error : XML error: Colliding cache allocations for cache level '3' id '0', type 'code' OK 41) GENERIC XML-2-XML cachetune-colliding-tunes ... Got expected failure code=1 msg=XML error: Identical vcpus in cachetunes found libvirt: Domain Config error : XML error: Identical vcpus in cachetunes found OK 42) GENERIC XML-2-XML cachetune-colliding-types ... Got expected failure code=1 msg=XML error: Colliding cache allocations for cache level '3' id '0', type 'code' libvirt: Resource control error : XML error: Colliding cache allocations for cache level '3' id '0', type 'code' OK 43) GENERIC XML-2-XML cachetune-colliding-monitor ... Got expected failure code=1 msg=invalid argument: Monitor vcpus conflicts with allocation libvirt: Domain Config error : invalid argument: Monitor vcpus conflicts with allocation OK 44) GENERIC XML-2-XML memorytune ... In '/usr<https://ci.centos.org/job/libvirt-check/systems=libvirt-freebsd-12/ws/build…'>: Offset 0 Expect [<domain type='qemu'> <name>QEMUGuest1</name> <uuid>c7a5fdbd-edaf-9455-926a-d65c16db1809</uuid> <memory unit='KiB'>219136</memory> <currentMemory unit='KiB'>219136</currentMemory> <vcpu placement='static'>4</vcpu> <cputune> <cachetune vcpus='0-1'> <cache id='0' level='3' type='both' size='768' unit='KiB'/> <cache id='1' level='3' type='both' size='768' unit='KiB'/> </cachetune> <memorytune vcpus='0-1'> <node id='0' bandwidth='20'/> <node id='1' bandwidth='30'/> <monitor vcpus='0-1'/> <monitor vcpus='0'/> </memorytune> <memorytune vcpus='3'> <node id='0' bandwidth='50'/> </memorytune> <memorytune vcpus='2'> <monitor vcpus='2'/> </memorytune> </cputune> <os> <type arch='i686' machine='pc'>hvm</type> <boot dev='hd'/> </os> <clock offset='utc'/> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>destroy</on_crash> <devices> <emulator>/usr/bin/qemu-system-i686</emulator> <controller type='usb' index='0'/> <controller type='ide' index='0'/> <controller type='pci' index='0' model='pci-root'/> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <memballoon model='virtio'/> </devices> </domain> ] Actual [<domain type='qemu'> <name>QEMUGuest1</name> <uuid>c7a5fdbd-edaf-9455-926a-d65c16db1809</uuid> <memory unit='KiB'>219136</memory> <currentMemory unit='KiB'>219136</currentMemory> <vcpu placement='static'>4</vcpu> <cputune> <cachetune vcpus='0-1'> <cache id='0' level='3' type='both' size='768' unit='KiB'/> <cache id='1' level='3' type='both' size='768' unit='KiB'/> </cachetune> <memorytune vcpus='0-1'> <node id='0' bandwidth='20'/> <node id='1' bandwidth='30'/> <monitor vcpus='0-1'/> <monitor vcpus='0'/> </memorytune> <memorytune vcpus='3'> <node id='0' bandwidth='50'/> </memorytune> <memorytune vcpus='2'> <monitor vcpus='2'/> </memorytune> </cputune> <os> <type arch='i686' machine='pc'>hvm</type> <boot dev='hd'/> </os> <clock offset='utc'/> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>destroy</on_crash> <devices> <emulator>/usr/bin/qemu-system-i386</emulator> <controller type='usb' index='0'/> <controller type='ide' index='0'/> <controller type='pci' index='0' model='pci-root'/> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <memballoon model='virtio'/> </devices> </domain> ] ... Expected result code=0 but received code=4 FAILED 45) GENERIC XML-2-XML memorytune-colliding-allocs ... Got expected failure code=1 msg=XML error: Memory Bandwidth already defined for node 0 libvirt: Resource control error : XML error: Memory Bandwidth already defined for node 0 OK 46) GENERIC XML-2-XML memorytune-colliding-cachetune ... Got expected failure code=1 msg=XML error: Overlapping vcpus in resctrls libvirt: Domain Config error : XML error: Overlapping vcpus in resctrls OK 47) GENERIC XML-2-XML tseg ... OK 48) GENERIC XML-2-XML launch-security-sev ... OK 49) GENERIC XML-2-XML cputune ... OK 50) QEMU BACKUP XML-2-XML empty ... OK 51) QEMU BACKUP XML-2-XML backup-pull ... OK 52) QEMU BACKUP XML-2-XML backup-pull-seclabel ... OK 53) QEMU BACKUP XML-2-XML backup-push ... OK 54) QEMU BACKUP XML-2-XML backup-push-seclabel ... OK FAIL genericxml2xmltest (exit status: 1) SKIP: virsh-optparse ==================== ../../tests/virsh-optparse: skipping test: This test is very expensive, so it is disabled by default. To run it anyway, rerun: make check VIR_TEST_EXPENSIVE=1 SKIP virsh-optparse (exit status: 77) + exit 1 Build step 'Execute shell' marked build as failure
1 1
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-go-xml-check » libvirt-fedora-31 #880
by ci@centos.org 13 Dec '19

13 Dec '19
See <https://ci.centos.org/job/libvirt-go-xml-check/systems=libvirt-fedora-31/88…> ------------------------------------------ Started by upstream project "libvirt-go-xml-check" build number 880 originally caused by: Started by upstream project "libvirt-go-xml-build" build number 883 originally caused by: Started by upstream project "libvirt-build" build number 1038 originally caused by: Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on libvirt-fedora-31 (libvirt) in workspace <https://ci.centos.org/job/libvirt-go-xml-check/systems=libvirt-fedora-31/ws/> [libvirt-go-xml] $ /bin/sh -xe /tmp/jenkins6381603103129271142.sh + export 'TEST_ARGS=-tags xmlroundtrip' + TEST_ARGS='-tags xmlroundtrip' + go test -tags xmlroundtrip --- FAIL: TestRoundTrip (11.55s) xml_test.go:374: testdata/libvirt/tests/genericxml2xmlindata/memorytune.xml: /domain[0]/cputune[0]/memorytune[0]/monitor[0]: element in expected XML missing in actual XML FAIL exit status 1 FAIL _<https://ci.centos.org/job/libvirt-go-xml-check/systems=libvirt-fedora-31/ws/> 11.718s Build step 'Execute shell' marked build as failure
1 2
0 0
  • ← Newer
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • ...
  • 16
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.