[Libvirt-ci] Build failed in Jenkins: libvirt-check » libvirt-debian-10 #842

ci at centos.org ci at centos.org
Fri Dec 13 17:41:45 UTC 2019


See <https://ci.centos.org/job/libvirt-check/systems=libvirt-debian-10/842/display/redirect>

------------------------------------------
[...truncated 29.37 KB...]
Please report to libvir-list at 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/tests'>
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/tests'>
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/tests'>
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/../tests/genericxml2xmloutdata/memorytune.xml'>:
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





More information about the Libvirt-ci mailing list