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
  • ----- 2026 -----
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2025 -----
  • December
  • November
  • October
  • 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

  • 1 participants
  • 9868 discussions
[Libvirt-ci] Still Failing: libvirt/libvirt#567 (master - 000e950)
by Travis CI 04 Oct '17

04 Oct '17
Build Update for libvirt/libvirt ------------------------------------- Build: #567 Status: Still Failing Duration: 1 hour, 27 minutes, and 40 seconds Commit: 000e950 (master) Author: Pavel Hrdina Message: storage: Fix incorrect parenthesis placement Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1498528 Signed-off-by: Pavel Hrdina <phrdina(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/abca72faa49e...000e95045595 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/283284684?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
1 0
0 0
[Libvirt-ci] Still Failing: libvirt/libvirt#566 (master - abca72f)
by Travis CI 04 Oct '17

04 Oct '17
Build Update for libvirt/libvirt ------------------------------------- Build: #566 Status: Still Failing Duration: 42 minutes and 49 seconds Commit: abca72f (master) Author: Lin Ma Message: qemu: Support multiqueue virtio-blk qemu 2.7.0 introduces multiqueue virtio-blk(commit 2f27059). This patch introduces a new attribute "queues". An example of the XML: <disk type='file' device='disk'> <driver name='qemu' type='qcow2' queues='4'/> The corresponding QEMU command line: -device virtio-blk-pci,scsi=off,num-queues=4,id=virtio-disk0 Signed-off-by: Lin Ma <lma(a)suse.com> Signed-off-by: Ján Tomko <jtomko(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/7e9f171d8bbe...abca72faa49e View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/283259327?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
1 0
0 0
[Libvirt-ci] Still Failing: libvirt/libvirt#565 (master - 7e9f171)
by Travis CI 04 Oct '17

04 Oct '17
Build Update for libvirt/libvirt ------------------------------------- Build: #565 Status: Still Failing Duration: 35 minutes and 2 seconds Commit: 7e9f171 (master) Author: Michal Privoznik Message: virDomainNetFindIdx: Ignore auto generated MAC addresses When detaching an <interface/> from a domain, the MAC address is parsed and if not present one is generated. If no corresponding interface is found in the domain, the following error is reported: error: operation failed: no device matching mac address 52:54:00:75:32:5b found where the MAC address is the auto generated one. This might be very confusing. Solution to this is to ignore auto generated MAC address when looking up the device. Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com> Reviewed-by: Erik Skultety <eskultet(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/f2fb783bb695...7e9f171d8bbe View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/283239950?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
1 0
0 0
[Libvirt-ci] Broken: libvirt/libvirt#564 (master - f2fb783)
by Travis CI 04 Oct '17

04 Oct '17
Build Update for libvirt/libvirt ------------------------------------- Build: #564 Status: Broken Duration: 26 minutes and 1 second Commit: f2fb783 (master) Author: John Ferlan Message: nwfilter: Fix memory leak and error path Found by Coverity. If virNWFilterHashTablePut, then the 3rd arg @val must be free'd since it would be leaked. This also fixes potential problem on the error path where the caller could assume the virNWFilterHashTablePut was successful when in fact it failed leading to other issues. View the changeset: https://github.com/libvirt/libvirt/compare/3e581d150a28...f2fb783bb695 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/283132907?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
1 0
0 0
[Libvirt-ci] Broken: libvirt/libvirt#563 (master - 3e581d1)
by Travis CI 04 Oct '17

04 Oct '17
Build Update for libvirt/libvirt ------------------------------------- Build: #563 Status: Broken Duration: 21 minutes and 58 seconds Commit: 3e581d1 (master) Author: Luyao Huang Message: tests: Do not ignore mode parameter in mocked open() This is normally not an issue since the tests which use mocked open() do not create files. But once coverage build is enabled, gcov_open will use O_CREATE and real_open will read random data rather than the actual mode argument. Signed-off-by: Jiri Denemark <jdenemar(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/65a983eca1f4...3e581d150a28 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/283129123?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
1 0
0 0
[Libvirt-ci] Build failed in Jenkins: virt-manager-master-check » libvirt-centos-7 #854
by ci@centos.org 04 Oct '17

04 Oct '17
See <https://ci.centos.org/job/virt-manager-master-check/systems=libvirt-centos-…> ------------------------------------------ Started by upstream project "virt-manager-master-check" build number 854 originally caused by: Started by upstream project "virt-manager-master-build" build number 857 originally caused by: Started by upstream project "libvirt-python-master-build" build number 700 originally caused by: Started by upstream project "libvirt-master-build" build number 902 originally caused by: Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on libvirt-centos-7 (libvirt) in workspace <https://ci.centos.org/job/virt-manager-master-check/systems=libvirt-centos-…> [virt-manager-master] $ /bin/sh -xe /tmp/jenkins4635545038762386792.sh + python setup.py test running test ..................................................................................................................................................................................................................................................................................................................................................................................................................................................... ---------------------------------------------------------------------- Ran 437 tests in 207.433s OK /tmp/jenkins4635545038762386792.sh: line 2: 4547 Segmentation fault (core dumped) python setup.py test Build step 'Execute shell' marked build as failure
1 1
0 0
[Libvirt-ci] Passed: libvirt/libvirt#560 (v3.8.0 - a60d1b1)
by Travis CI 04 Oct '17

04 Oct '17
Build Update for libvirt/libvirt ------------------------------------- Build: #560 Status: Passed Duration: 27 minutes and 13 seconds Commit: a60d1b1 (v3.8.0) Author: Daniel Veillard Message: Release of libvirt-3.8.0 * docs/news.xml: updated for release * po/*.po*: regenerated View the changeset: https://github.com/libvirt/libvirt/compare/v3.8.0 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/283095110?utm_source=email&utm… -- You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
1 0
0 0
[Libvirt-ci] Passed: libvirt/libvirt#554 (v3.8.0-rc1 - 89f0ea4)
by Travis CI 29 Sep '17

29 Sep '17
Build Update for libvirt/libvirt ------------------------------------- Build: #554 Status: Passed Duration: 16 minutes and 43 seconds Commit: 89f0ea4 (v3.8.0-rc1) Author: Daniel P. Berrange Message: Fix vxhs test to have stable certificate dir The test suite has hardcoded /etc/pki/qemu as the cert dir, but this only works if configure has --sysconfdir=/etc passed. We must set the vxhs cert dir to a stable path in the test suite. Signed-off-by: Daniel P. Berrange <berrange(a)redhat.com> View the changeset: https://github.com/libvirt/libvirt/compare/v3.8.0-rc1 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/281188889?utm_source=email&utm… -- You can configure 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-master-check » libvirt-fedora-25 #661
by ci@centos.org 28 Sep '17

28 Sep '17
See <https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-25/66…> ------------------------------------------ [...truncated 105.39 KB...] 592) QEMU XML-2-ARGV mlock-unsupported ... OK 593) QEMU XML-2-ARGV pci-bridge-negative-index-invalid ... Got expected error: 2017-09-28 15:28:38.475+0000: 20679: error : virDomainControllerDefParseXML:9521 : internal error: Cannot parse controller index -1 OK 594) QEMU XML-2-ARGV pci-bridge-duplicate-index ... Got expected error: 2017-09-28 15:28:38.476+0000: 20679: error : virDomainDefRejectDuplicateControllers:3846 : XML error: Multiple 'pci' controllers with index '1' OK 595) QEMU XML-2-ARGV pci-root-nonzero-index ... Got expected error: 2017-09-28 15:28:38.477+0000: 20679: error : qemuDomainControllerDefPostParse:3763 : XML error: pci-root and pcie-root controllers should have index 0 OK 596) QEMU XML-2-ARGV pci-root-address ... Got expected error: 2017-09-28 15:28:38.478+0000: 20679: error : virDomainControllerDefParseXML:9676 : XML error: pci-root and pcie-root controllers should not have an address OK 597) QEMU XML-2-ARGV hotplug-base ... OK 598) QEMU XML-2-ARGV pcihole64 ... OK 599) QEMU XML-2-ARGV pcihole64-none ... Got expected error: 2017-09-28 15:28:38.490+0000: 20679: error : qemuBuildGlobalControllerCommandLine:6809 : unsupported configuration: 64-bit PCI hole size setting is not supported with this QEMU binary OK 600) QEMU XML-2-ARGV pcihole64-q35 ... OK 601) QEMU XML-2-ARGV arm-vexpressa9-nodevs ... OK 602) QEMU XML-2-ARGV arm-vexpressa9-basic ... OK 603) QEMU XML-2-ARGV arm-vexpressa9-virtio ... OK 604) QEMU XML-2-ARGV arm-virt-virtio ... OK 605) QEMU XML-2-ARGV aarch64-virt-virtio ... OK 606) QEMU XML-2-ARGV aarch64-virtio-pci-default ... OK 607) QEMU XML-2-ARGV aarch64-virt-2.6-virtio-pci-default ... OK 608) QEMU XML-2-ARGV aarch64-virtio-pci-manual-addresses ... OK 609) QEMU XML-2-ARGV aarch64-video-virtio-gpu-pci ... OK 610) QEMU XML-2-ARGV aarch64-video-default ... OK 611) QEMU XML-2-ARGV aarch64-aavmf-virtio-mmio ... OK 612) QEMU XML-2-ARGV aarch64-virt-default-nic ... OK 613) QEMU XML-2-ARGV aarch64-cpu-passthrough ... OK 614) QEMU XML-2-ARGV aarch64-gic-none ... OK 615) QEMU XML-2-ARGV aarch64-gic-none ... OK 616) QEMU XML-2-ARGV aarch64-gic-none-v2 ... OK 617) QEMU XML-2-ARGV aarch64-gic-none-v3 ... OK 618) QEMU XML-2-ARGV aarch64-gic-none-both ... OK 619) QEMU XML-2-ARGV aarch64-gic-none-tcg ... OK 620) QEMU XML-2-ARGV aarch64-gic-default ... OK 621) QEMU XML-2-ARGV aarch64-gic-default ... OK 622) QEMU XML-2-ARGV aarch64-gic-default ... OK 623) QEMU XML-2-ARGV aarch64-gic-default ... OK 624) QEMU XML-2-ARGV aarch64-gic-default ... OK 625) QEMU XML-2-ARGV aarch64-gic-v2 ... OK 626) QEMU XML-2-ARGV aarch64-gic-v2 ... OK 627) QEMU XML-2-ARGV aarch64-gic-v2 ... OK 628) QEMU XML-2-ARGV aarch64-gic-v2 ... OK 629) QEMU XML-2-ARGV aarch64-gic-v2 ... OK 630) QEMU XML-2-ARGV aarch64-gic-v3 ... Got expected error: 2017-09-28 15:28:38.724+0000: 20679: error : qemuBuildMachineCommandLine:7436 : unsupported configuration: gic-version option is not available with this QEMU binary OK 631) QEMU XML-2-ARGV aarch64-gic-v3 ... OK 632) QEMU XML-2-ARGV aarch64-gic-v3 ... OK 633) QEMU XML-2-ARGV aarch64-gic-v3 ... OK 634) QEMU XML-2-ARGV aarch64-gic-v3 ... OK 635) QEMU XML-2-ARGV aarch64-gic-host ... Got expected error: 2017-09-28 15:28:38.744+0000: 20679: error : qemuBuildMachineCommandLine:7436 : unsupported configuration: gic-version option is not available with this QEMU binary OK 636) QEMU XML-2-ARGV aarch64-gic-host ... OK 637) QEMU XML-2-ARGV aarch64-gic-host ... OK 638) QEMU XML-2-ARGV aarch64-gic-host ... OK 639) QEMU XML-2-ARGV aarch64-gic-host ... OK 640) QEMU XML-2-ARGV aarch64-gic-invalid ... Got expected error: 2017-09-28 15:28:38.771+0000: 20679: error : virDomainDefParseXML:18315 : XML error: malformed gic version: none OK 641) QEMU XML-2-ARGV aarch64-gic-not-virt ... Got expected error: 2017-09-28 15:28:38.772+0000: 20679: error : qemuBuildMachineCommandLine:7425 : unsupported configuration: gic-version option is available only for ARM virt machine OK 642) QEMU XML-2-ARGV aarch64-gic-not-arm ... Got expected error: 2017-09-28 15:28:38.773+0000: 20679: error : qemuProcessUpdateGuestCPU:5190 : unsupported configuration: CPU mode 'host-passthrough' for ppc64 kvm domain on aarch64 host is not supported by hypervisor OK 643) QEMU XML-2-ARGV aarch64-kvm-32-on-64 ... OK 644) QEMU XML-2-ARGV aarch64-kvm-32-on-64 ... Got expected error: 2017-09-28 15:28:38.785+0000: 20679: error : qemuBuildCpuModelArgStr:6847 : unsupported configuration: QEMU binary does not support CPU host-passthrough for armv7l on aarch64 host OK 645) QEMU XML-2-ARGV aarch64-pci-serial ... OK 646) QEMU XML-2-ARGV aarch64-acpi-uefi ... OK 647) QEMU XML-2-ARGV aarch64-noacpi-uefi ... OK 648) QEMU XML-2-ARGV aarch64-noacpi-nouefi ... OK 649) QEMU XML-2-ARGV aarch64-acpi-nouefi ... Got expected error: 2017-09-28 15:28:38.796+0000: 20679: error : qemuDomainDefValidate:3177 : unsupported configuration: ACPI requires UEFI on this architecture OK 650) QEMU XML-2-ARGV kvm-pit-delay ... OK 651) QEMU XML-2-ARGV kvm-pit-discard ... OK 652) QEMU XML-2-ARGV no-kvm-pit-device ... OK 653) QEMU XML-2-ARGV panic ... OK 654) QEMU XML-2-ARGV panic-double ... OK 655) QEMU XML-2-ARGV panic-no-address ... OK 656) QEMU XML-2-ARGV fips-enabled ... OK 657) QEMU XML-2-ARGV shmem ... OK 658) QEMU XML-2-ARGV shmem-plain-doorbell ... OK 659) QEMU XML-2-ARGV shmem ... Got expected error: 2017-09-28 15:28:38.838+0000: 20679: error : qemuBuildShmemDevLegacyStr:8896 : unsupported configuration: ivshmem device is not supported with this QEMU binary OK 660) QEMU XML-2-ARGV shmem-invalid-size ... Got expected error: 2017-09-28 15:28:38.839+0000: 20679: error : qemuBuildShmemCommandLine:9042 : XML error: shmem size must be a power of two OK 661) QEMU XML-2-ARGV shmem-invalid-address ... Got expected error: 2017-09-28 15:28:38.840+0000: 20679: error : qemuBuildShmemCommandLine:9055 : unsupported configuration: only 'pci' addresses are supported for the shared memory device OK 662) QEMU XML-2-ARGV shmem-small-size ... Got expected error: 2017-09-28 15:28:38.861+0000: 20679: error : qemuBuildShmemCommandLine:9047 : XML error: shmem size must be at least 1 MiB (1024 KiB) OK 663) QEMU XML-2-ARGV shmem-msi-only ... Got expected error: 2017-09-28 15:28:38.862+0000: 20679: error : virDomainShmemDefParseXML:13730 : XML error: msi option is only supported with a server OK 664) QEMU XML-2-ARGV cpu-host-passthrough-features ... OK 665) QEMU XML-2-ARGV memory-align-fail ... Got expected error: 2017-09-28 15:28:38.872+0000: 20679: error : qemuDomainAlignMemorySizes:6472 : unsupported configuration: memory size of NUMA node '0' overflowed after alignment OK 666) QEMU XML-2-ARGV memory-hotplug-nonuma ... Got expected error: 2017-09-28 15:28:38.873+0000: 20679: error : qemuDomainDefValidateMemoryHotplug:6876 : unsupported configuration: At least one numa node has to be configured when enabling memory hotplug OK 667) QEMU XML-2-ARGV memory-hotplug ... OK 668) QEMU XML-2-ARGV memory-hotplug ... OK 669) QEMU XML-2-ARGV memory-hotplug-dimm ... OK 670) QEMU XML-2-ARGV memory-hotplug-dimm-addr ... OK 671) QEMU XML-2-ARGV memory-hotplug-ppc64-nonuma ... OK 672) QEMU XML-2-ARGV memory-hotplug-nvdimm ... OK 673) QEMU XML-2-ARGV memory-hotplug-nvdimm-access ... OK 674) QEMU XML-2-ARGV memory-hotplug-nvdimm-label ... OK 675) QEMU XML-2-ARGV machine-aeskeywrap-on-caps ... OK 676) QEMU XML-2-ARGV machine-aeskeywrap-on-caps ... Got expected error: 2017-09-28 15:28:38.922+0000: 20679: error : qemuAppendKeyWrapMachineParm:7209 : unsupported configuration: aes-key-wrap is not available with this QEMU binary OK 677) QEMU XML-2-ARGV machine-aeskeywrap-on-caps ... Got expected error: 2017-09-28 15:28:38.923+0000: 20679: error : qemuBuildMachineCommandLine:7333 : unsupported configuration: key wrap support is not available with this QEMU binary OK 678) QEMU XML-2-ARGV machine-aeskeywrap-on-cap ... OK 679) QEMU XML-2-ARGV machine-aeskeywrap-on-cap ... Got expected error: 2017-09-28 15:28:38.925+0000: 20679: error : qemuAppendKeyWrapMachineParm:7209 : unsupported configuration: aes-key-wrap is not available with this QEMU binary OK 680) QEMU XML-2-ARGV machine-aeskeywrap-on-cap ... Got expected error: 2017-09-28 15:28:38.936+0000: 20679: error : qemuBuildMachineCommandLine:7333 : unsupported configuration: key wrap support is not available with this QEMU binary OK 681) QEMU XML-2-ARGV machine-aeskeywrap-off-caps ... OK 682) QEMU XML-2-ARGV machine-aeskeywrap-off-caps ... Got expected error: 2017-09-28 15:28:38.939+0000: 20679: error : qemuAppendKeyWrapMachineParm:7209 : unsupported configuration: aes-key-wrap is not available with this QEMU binary OK 683) QEMU XML-2-ARGV machine-aeskeywrap-off-caps ... Got expected error: 2017-09-28 15:28:38.940+0000: 20679: error : qemuBuildMachineCommandLine:7333 : unsupported configuration: key wrap support is not available with this QEMU binary OK 684) QEMU XML-2-ARGV machine-aeskeywrap-off-cap ... OK 685) QEMU XML-2-ARGV machine-aeskeywrap-off-cap ... Got expected error: 2017-09-28 15:28:38.942+0000: 20679: error : qemuAppendKeyWrapMachineParm:7209 : unsupported configuration: aes-key-wrap is not available with this QEMU binary OK 686) QEMU XML-2-ARGV machine-aeskeywrap-off-cap ... Got expected error: 2017-09-28 15:28:38.951+0000: 20679: error : qemuBuildMachineCommandLine:7333 : unsupported configuration: key wrap support is not available with this QEMU binary OK 687) QEMU XML-2-ARGV machine-deakeywrap-on-caps ... OK 688) QEMU XML-2-ARGV machine-deakeywrap-on-caps ... Got expected error: 2017-09-28 15:28:38.952+0000: 20679: error : qemuAppendKeyWrapMachineParm:7209 : unsupported configuration: dea-key-wrap is not available with this QEMU binary OK 689) QEMU XML-2-ARGV machine-deakeywrap-on-caps ... Got expected error: 2017-09-28 15:28:38.953+0000: 20679: error : qemuBuildMachineCommandLine:7333 : unsupported configuration: key wrap support is not available with this QEMU binary OK 690) QEMU XML-2-ARGV machine-deakeywrap-on-cap ... OK 691) QEMU XML-2-ARGV machine-deakeywrap-on-cap ... Got expected error: 2017-09-28 15:28:38.961+0000: 20679: error : qemuAppendKeyWrapMachineParm:7209 : unsupported configuration: dea-key-wrap is not available with this QEMU binary OK 692) QEMU XML-2-ARGV machine-deakeywrap-on-cap ... Got expected error: 2017-09-28 15:28:38.962+0000: 20679: error : qemuBuildMachineCommandLine:7333 : unsupported configuration: key wrap support is not available with this QEMU binary OK 693) QEMU XML-2-ARGV machine-deakeywrap-off-caps ... OK 694) QEMU XML-2-ARGV machine-deakeywrap-off-caps ... Got expected error: 2017-09-28 15:28:38.986+0000: 20679: error : qemuAppendKeyWrapMachineParm:7209 : unsupported configuration: dea-key-wrap is not available with this QEMU binary OK 695) QEMU XML-2-ARGV machine-deakeywrap-off-caps ... Got expected error: 2017-09-28 15:28:38.987+0000: 20679: error : qemuBuildMachineCommandLine:7333 : unsupported configuration: key wrap support is not available with this QEMU binary OK 696) QEMU XML-2-ARGV machine-deakeywrap-off-cap ... OK 697) QEMU XML-2-ARGV machine-deakeywrap-off-cap ... Got expected error: 2017-09-28 15:28:38.989+0000: 20679: error : qemuAppendKeyWrapMachineParm:7209 : unsupported configuration: dea-key-wrap is not available with this QEMU binary OK 698) QEMU XML-2-ARGV machine-deakeywrap-off-cap ... Got expected error: 2017-09-28 15:28:38.990+0000: 20679: error : qemuBuildMachineCommandLine:7333 : unsupported configuration: key wrap support is not available with this QEMU binary OK 699) QEMU XML-2-ARGV machine-keywrap-none-caps ... OK 700) QEMU XML-2-ARGV machine-keywrap-none ... OK 701) QEMU XML-2-ARGV machine-loadparm-s390 ... OK 702) QEMU XML-2-ARGV machine-loadparm-net-s390 ... OK 703) QEMU XML-2-ARGV machine-loadparm-multiple-disks-nets-s390 ... OK 704) QEMU XML-2-ARGV machine-loadparm-s390-char-invalid ... Got expected error: 2017-09-28 15:28:39.021+0000: 20679: error : virDomainDeviceLoadparmIsValid:5727 : internal error: invalid loadparm char '?', expecting chars in set of [a-zA-Z0-9.] and blank spaces OK 705) QEMU XML-2-ARGV machine-loadparm-s390-len-invalid ... Got expected error: 2017-09-28 15:28:39.021+0000: 20679: error : virDomainDeviceLoadparmIsValid:5714 : internal error: loadparm 'LOADPARM1' exceeds 8 characters OK 706) QEMU XML-2-ARGV qemu-ns-domain-ns0 ... OK 707) QEMU XML-2-ARGV qemu-ns-domain-commandline ... OK 708) QEMU XML-2-ARGV qemu-ns-domain-commandline-ns0 ... OK 709) QEMU XML-2-ARGV qemu-ns-commandline ... OK 710) QEMU XML-2-ARGV qemu-ns-commandline-ns0 ... OK 711) QEMU XML-2-ARGV qemu-ns-commandline-ns1 ... OK 712) QEMU XML-2-ARGV virtio-input ... OK 713) QEMU XML-2-ARGV virtio-input-passthrough ... OK 714) QEMU XML-2-ARGV ppc64-usb-controller ... OK 715) QEMU XML-2-ARGV ppc64-usb-controller-legacy ... OK 716) QEMU XML-2-ARGV ppc64-usb-controller-qemu-xhci ... OK 717) QEMU XML-2-ARGV aarch64-usb-controller-qemu-xhci ... OK 718) QEMU XML-2-ARGV aarch64-usb-controller-nec-xhci ... OK 719) QEMU XML-2-ARGV missing-machine ... Got expected error: 2017-09-28 15:28:39.062+0000: 20679: error : qemuDomainDefPostParse:3022 : internal error: missing machine type OK 720) QEMU XML-2-ARGV name-escape ... OK 721) QEMU XML-2-ARGV debug-threads ... OK 722) QEMU XML-2-ARGV master-key ... OK 723) QEMU XML-2-ARGV usb-long-port-path ... OK 724) QEMU XML-2-ARGV usb-too-long-port-path-invalid ... Got expected error: 2017-09-28 15:28:39.067+0000: 20679: error : virDomainDeviceUSBAddressParsePort:6092 : internal error: Cannot parse <address> 'port' attribute OK 725) QEMU XML-2-ARGV acpi-table ... OK 726) QEMU XML-2-ARGV intel-iommu ... OK 727) QEMU XML-2-ARGV intel-iommu-machine ... OK 728) QEMU XML-2-ARGV intel-iommu-caching-mode ... OK 729) QEMU XML-2-ARGV intel-iommu-eim ... OK 730) QEMU XML-2-ARGV intel-iommu-device-iotlb ... OK 731) QEMU XML-2-ARGV cpu-hotplug-startup ... OK 732) QEMU XML-2-ARGV virtio-options ... OK 733) QEMU XML-2-ARGV fd-memory-numa-topology ... OK 734) QEMU XML-2-ARGV fd-memory-numa-topology2 ... OK 735) QEMU XML-2-ARGV fd-memory-numa-topology3 ... OK 736) QEMU XML-2-ARGV fd-memory-no-numa-topology ... OK 737) QEMU XML-2-ARGV cpu-check-none ... OK 738) QEMU XML-2-ARGV cpu-check-partial ... OK 739) QEMU XML-2-ARGV cpu-check-full ... OK 740) QEMU XML-2-ARGV cpu-check-default-none ... OK 741) QEMU XML-2-ARGV cpu-check-default-none2 ... OK 742) QEMU XML-2-ARGV cpu-check-default-partial ... OK 743) QEMU XML-2-ARGV cpu-check-default-partial2 ... OK 744) QEMU XML-2-ARGV cpu-cache-disable ... OK 745) QEMU XML-2-ARGV cpu-cache-disable2 ... OK 746) QEMU XML-2-ARGV cpu-cache-disable3 ... OK 747) QEMU XML-2-ARGV cpu-cache-passthrough ... OK 748) QEMU XML-2-ARGV cpu-cache-passthrough2 ... OK 749) QEMU XML-2-ARGV cpu-cache-emulate-l3 ... OK 750) QEMU XML-2-ARGV cpu-cache-emulate-l2 ... Got expected error: 2017-09-28 15:28:39.272+0000: 20679: error : qemuDomainDefCPUPostParse:2899 : unsupported configuration: CPU cache mode 'emulate' can only be used with level='3' OK 751) QEMU XML-2-ARGV cpu-cache-passthrough3 ... Got expected error: 2017-09-28 15:28:39.273+0000: 20679: error : qemuDomainDefCPUPostParse:2910 : unsupported configuration: CPU cache mode 'passthrough' can only be used with 'host-passthrough' CPUs OK 752) QEMU XML-2-ARGV cpu-cache-passthrough-l3 ... Got expected error: 2017-09-28 15:28:39.275+0000: 20679: error : qemuDomainDefCPUPostParse:2917 : unsupported configuration: unsupported CPU cache level for mode 'passthrough' OK FAIL qemuxml2argvtest (exit status: 1) + exit 1 Build step 'Execute shell' marked build as failure
1 1
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt-master-check » libvirt-fedora-24 #661
by ci@centos.org 28 Sep '17

28 Sep '17
See <https://ci.centos.org/job/libvirt-master-check/systems=libvirt-fedora-24/66…> ------------------------------------------ [...truncated 105.39 KB...] 592) QEMU XML-2-ARGV mlock-unsupported ... OK 593) QEMU XML-2-ARGV pci-bridge-negative-index-invalid ... Got expected error: 2017-09-28 15:28:40.389+0000: 22255: error : virDomainControllerDefParseXML:9521 : internal error: Cannot parse controller index -1 OK 594) QEMU XML-2-ARGV pci-bridge-duplicate-index ... Got expected error: 2017-09-28 15:28:40.390+0000: 22255: error : virDomainDefRejectDuplicateControllers:3846 : XML error: Multiple 'pci' controllers with index '1' OK 595) QEMU XML-2-ARGV pci-root-nonzero-index ... Got expected error: 2017-09-28 15:28:40.391+0000: 22255: error : qemuDomainControllerDefPostParse:3763 : XML error: pci-root and pcie-root controllers should have index 0 OK 596) QEMU XML-2-ARGV pci-root-address ... Got expected error: 2017-09-28 15:28:40.406+0000: 22255: error : virDomainControllerDefParseXML:9676 : XML error: pci-root and pcie-root controllers should not have an address OK 597) QEMU XML-2-ARGV hotplug-base ... OK 598) QEMU XML-2-ARGV pcihole64 ... OK 599) QEMU XML-2-ARGV pcihole64-none ... Got expected error: 2017-09-28 15:28:40.416+0000: 22255: error : qemuBuildGlobalControllerCommandLine:6809 : unsupported configuration: 64-bit PCI hole size setting is not supported with this QEMU binary OK 600) QEMU XML-2-ARGV pcihole64-q35 ... OK 601) QEMU XML-2-ARGV arm-vexpressa9-nodevs ... OK 602) QEMU XML-2-ARGV arm-vexpressa9-basic ... OK 603) QEMU XML-2-ARGV arm-vexpressa9-virtio ... OK 604) QEMU XML-2-ARGV arm-virt-virtio ... OK 605) QEMU XML-2-ARGV aarch64-virt-virtio ... OK 606) QEMU XML-2-ARGV aarch64-virtio-pci-default ... OK 607) QEMU XML-2-ARGV aarch64-virt-2.6-virtio-pci-default ... OK 608) QEMU XML-2-ARGV aarch64-virtio-pci-manual-addresses ... OK 609) QEMU XML-2-ARGV aarch64-video-virtio-gpu-pci ... OK 610) QEMU XML-2-ARGV aarch64-video-default ... OK 611) QEMU XML-2-ARGV aarch64-aavmf-virtio-mmio ... OK 612) QEMU XML-2-ARGV aarch64-virt-default-nic ... OK 613) QEMU XML-2-ARGV aarch64-cpu-passthrough ... OK 614) QEMU XML-2-ARGV aarch64-gic-none ... OK 615) QEMU XML-2-ARGV aarch64-gic-none ... OK 616) QEMU XML-2-ARGV aarch64-gic-none-v2 ... OK 617) QEMU XML-2-ARGV aarch64-gic-none-v3 ... OK 618) QEMU XML-2-ARGV aarch64-gic-none-both ... OK 619) QEMU XML-2-ARGV aarch64-gic-none-tcg ... OK 620) QEMU XML-2-ARGV aarch64-gic-default ... OK 621) QEMU XML-2-ARGV aarch64-gic-default ... OK 622) QEMU XML-2-ARGV aarch64-gic-default ... OK 623) QEMU XML-2-ARGV aarch64-gic-default ... OK 624) QEMU XML-2-ARGV aarch64-gic-default ... OK 625) QEMU XML-2-ARGV aarch64-gic-v2 ... OK 626) QEMU XML-2-ARGV aarch64-gic-v2 ... OK 627) QEMU XML-2-ARGV aarch64-gic-v2 ... OK 628) QEMU XML-2-ARGV aarch64-gic-v2 ... OK 629) QEMU XML-2-ARGV aarch64-gic-v2 ... OK 630) QEMU XML-2-ARGV aarch64-gic-v3 ... Got expected error: 2017-09-28 15:28:40.562+0000: 22255: error : qemuBuildMachineCommandLine:7436 : unsupported configuration: gic-version option is not available with this QEMU binary OK 631) QEMU XML-2-ARGV aarch64-gic-v3 ... OK 632) QEMU XML-2-ARGV aarch64-gic-v3 ... OK 633) QEMU XML-2-ARGV aarch64-gic-v3 ... OK 634) QEMU XML-2-ARGV aarch64-gic-v3 ... OK 635) QEMU XML-2-ARGV aarch64-gic-host ... Got expected error: 2017-09-28 15:28:40.571+0000: 22255: error : qemuBuildMachineCommandLine:7436 : unsupported configuration: gic-version option is not available with this QEMU binary OK 636) QEMU XML-2-ARGV aarch64-gic-host ... OK 637) QEMU XML-2-ARGV aarch64-gic-host ... OK 638) QEMU XML-2-ARGV aarch64-gic-host ... OK 639) QEMU XML-2-ARGV aarch64-gic-host ... OK 640) QEMU XML-2-ARGV aarch64-gic-invalid ... Got expected error: 2017-09-28 15:28:40.580+0000: 22255: error : virDomainDefParseXML:18315 : XML error: malformed gic version: none OK 641) QEMU XML-2-ARGV aarch64-gic-not-virt ... Got expected error: 2017-09-28 15:28:40.581+0000: 22255: error : qemuBuildMachineCommandLine:7425 : unsupported configuration: gic-version option is available only for ARM virt machine OK 642) QEMU XML-2-ARGV aarch64-gic-not-arm ... Got expected error: 2017-09-28 15:28:40.590+0000: 22255: error : qemuProcessUpdateGuestCPU:5190 : unsupported configuration: CPU mode 'host-passthrough' for ppc64 kvm domain on aarch64 host is not supported by hypervisor OK 643) QEMU XML-2-ARGV aarch64-kvm-32-on-64 ... OK 644) QEMU XML-2-ARGV aarch64-kvm-32-on-64 ... Got expected error: 2017-09-28 15:28:40.593+0000: 22255: error : qemuBuildCpuModelArgStr:6847 : unsupported configuration: QEMU binary does not support CPU host-passthrough for armv7l on aarch64 host OK 645) QEMU XML-2-ARGV aarch64-pci-serial ... OK 646) QEMU XML-2-ARGV aarch64-acpi-uefi ... OK 647) QEMU XML-2-ARGV aarch64-noacpi-uefi ... OK 648) QEMU XML-2-ARGV aarch64-noacpi-nouefi ... OK 649) QEMU XML-2-ARGV aarch64-acpi-nouefi ... Got expected error: 2017-09-28 15:28:40.611+0000: 22255: error : qemuDomainDefValidate:3177 : unsupported configuration: ACPI requires UEFI on this architecture OK 650) QEMU XML-2-ARGV kvm-pit-delay ... OK 651) QEMU XML-2-ARGV kvm-pit-discard ... OK 652) QEMU XML-2-ARGV no-kvm-pit-device ... OK 653) QEMU XML-2-ARGV panic ... OK 654) QEMU XML-2-ARGV panic-double ... OK 655) QEMU XML-2-ARGV panic-no-address ... OK 656) QEMU XML-2-ARGV fips-enabled ... OK 657) QEMU XML-2-ARGV shmem ... OK 658) QEMU XML-2-ARGV shmem-plain-doorbell ... OK 659) QEMU XML-2-ARGV shmem ... Got expected error: 2017-09-28 15:28:40.654+0000: 22255: error : qemuBuildShmemDevLegacyStr:8896 : unsupported configuration: ivshmem device is not supported with this QEMU binary OK 660) QEMU XML-2-ARGV shmem-invalid-size ... Got expected error: 2017-09-28 15:28:40.655+0000: 22255: error : qemuBuildShmemCommandLine:9042 : XML error: shmem size must be a power of two OK 661) QEMU XML-2-ARGV shmem-invalid-address ... Got expected error: 2017-09-28 15:28:40.661+0000: 22255: error : qemuBuildShmemCommandLine:9055 : unsupported configuration: only 'pci' addresses are supported for the shared memory device OK 662) QEMU XML-2-ARGV shmem-small-size ... Got expected error: 2017-09-28 15:28:40.666+0000: 22255: error : qemuBuildShmemCommandLine:9047 : XML error: shmem size must be at least 1 MiB (1024 KiB) OK 663) QEMU XML-2-ARGV shmem-msi-only ... Got expected error: 2017-09-28 15:28:40.667+0000: 22255: error : virDomainShmemDefParseXML:13730 : XML error: msi option is only supported with a server OK 664) QEMU XML-2-ARGV cpu-host-passthrough-features ... OK 665) QEMU XML-2-ARGV memory-align-fail ... Got expected error: 2017-09-28 15:28:40.670+0000: 22255: error : qemuDomainAlignMemorySizes:6472 : unsupported configuration: memory size of NUMA node '0' overflowed after alignment OK 666) QEMU XML-2-ARGV memory-hotplug-nonuma ... Got expected error: 2017-09-28 15:28:40.680+0000: 22255: error : qemuDomainDefValidateMemoryHotplug:6876 : unsupported configuration: At least one numa node has to be configured when enabling memory hotplug OK 667) QEMU XML-2-ARGV memory-hotplug ... OK 668) QEMU XML-2-ARGV memory-hotplug ... OK 669) QEMU XML-2-ARGV memory-hotplug-dimm ... OK 670) QEMU XML-2-ARGV memory-hotplug-dimm-addr ... OK 671) QEMU XML-2-ARGV memory-hotplug-ppc64-nonuma ... OK 672) QEMU XML-2-ARGV memory-hotplug-nvdimm ... OK 673) QEMU XML-2-ARGV memory-hotplug-nvdimm-access ... OK 674) QEMU XML-2-ARGV memory-hotplug-nvdimm-label ... OK 675) QEMU XML-2-ARGV machine-aeskeywrap-on-caps ... OK 676) QEMU XML-2-ARGV machine-aeskeywrap-on-caps ... Got expected error: 2017-09-28 15:28:40.714+0000: 22255: error : qemuAppendKeyWrapMachineParm:7209 : unsupported configuration: aes-key-wrap is not available with this QEMU binary OK 677) QEMU XML-2-ARGV machine-aeskeywrap-on-caps ... Got expected error: 2017-09-28 15:28:40.715+0000: 22255: error : qemuBuildMachineCommandLine:7333 : unsupported configuration: key wrap support is not available with this QEMU binary OK 678) QEMU XML-2-ARGV machine-aeskeywrap-on-cap ... OK 679) QEMU XML-2-ARGV machine-aeskeywrap-on-cap ... Got expected error: 2017-09-28 15:28:40.726+0000: 22255: error : qemuAppendKeyWrapMachineParm:7209 : unsupported configuration: aes-key-wrap is not available with this QEMU binary OK 680) QEMU XML-2-ARGV machine-aeskeywrap-on-cap ... Got expected error: 2017-09-28 15:28:40.727+0000: 22255: error : qemuBuildMachineCommandLine:7333 : unsupported configuration: key wrap support is not available with this QEMU binary OK 681) QEMU XML-2-ARGV machine-aeskeywrap-off-caps ... OK 682) QEMU XML-2-ARGV machine-aeskeywrap-off-caps ... Got expected error: 2017-09-28 15:28:40.737+0000: 22255: error : qemuAppendKeyWrapMachineParm:7209 : unsupported configuration: aes-key-wrap is not available with this QEMU binary OK 683) QEMU XML-2-ARGV machine-aeskeywrap-off-caps ... Got expected error: 2017-09-28 15:28:40.738+0000: 22255: error : qemuBuildMachineCommandLine:7333 : unsupported configuration: key wrap support is not available with this QEMU binary OK 684) QEMU XML-2-ARGV machine-aeskeywrap-off-cap ... OK 685) QEMU XML-2-ARGV machine-aeskeywrap-off-cap ... Got expected error: 2017-09-28 15:28:40.740+0000: 22255: error : qemuAppendKeyWrapMachineParm:7209 : unsupported configuration: aes-key-wrap is not available with this QEMU binary OK 686) QEMU XML-2-ARGV machine-aeskeywrap-off-cap ... Got expected error: 2017-09-28 15:28:40.749+0000: 22255: error : qemuBuildMachineCommandLine:7333 : unsupported configuration: key wrap support is not available with this QEMU binary OK 687) QEMU XML-2-ARGV machine-deakeywrap-on-caps ... OK 688) QEMU XML-2-ARGV machine-deakeywrap-on-caps ... Got expected error: 2017-09-28 15:28:40.751+0000: 22255: error : qemuAppendKeyWrapMachineParm:7209 : unsupported configuration: dea-key-wrap is not available with this QEMU binary OK 689) QEMU XML-2-ARGV machine-deakeywrap-on-caps ... Got expected error: 2017-09-28 15:28:40.756+0000: 22255: error : qemuBuildMachineCommandLine:7333 : unsupported configuration: key wrap support is not available with this QEMU binary OK 690) QEMU XML-2-ARGV machine-deakeywrap-on-cap ... OK 691) QEMU XML-2-ARGV machine-deakeywrap-on-cap ... Got expected error: 2017-09-28 15:28:40.758+0000: 22255: error : qemuAppendKeyWrapMachineParm:7209 : unsupported configuration: dea-key-wrap is not available with this QEMU binary OK 692) QEMU XML-2-ARGV machine-deakeywrap-on-cap ... Got expected error: 2017-09-28 15:28:40.772+0000: 22255: error : qemuBuildMachineCommandLine:7333 : unsupported configuration: key wrap support is not available with this QEMU binary OK 693) QEMU XML-2-ARGV machine-deakeywrap-off-caps ... OK 694) QEMU XML-2-ARGV machine-deakeywrap-off-caps ... Got expected error: 2017-09-28 15:28:40.774+0000: 22255: error : qemuAppendKeyWrapMachineParm:7209 : unsupported configuration: dea-key-wrap is not available with this QEMU binary OK 695) QEMU XML-2-ARGV machine-deakeywrap-off-caps ... Got expected error: 2017-09-28 15:28:40.775+0000: 22255: error : qemuBuildMachineCommandLine:7333 : unsupported configuration: key wrap support is not available with this QEMU binary OK 696) QEMU XML-2-ARGV machine-deakeywrap-off-cap ... OK 697) QEMU XML-2-ARGV machine-deakeywrap-off-cap ... Got expected error: 2017-09-28 15:28:40.785+0000: 22255: error : qemuAppendKeyWrapMachineParm:7209 : unsupported configuration: dea-key-wrap is not available with this QEMU binary OK 698) QEMU XML-2-ARGV machine-deakeywrap-off-cap ... Got expected error: 2017-09-28 15:28:40.786+0000: 22255: error : qemuBuildMachineCommandLine:7333 : unsupported configuration: key wrap support is not available with this QEMU binary OK 699) QEMU XML-2-ARGV machine-keywrap-none-caps ... OK 700) QEMU XML-2-ARGV machine-keywrap-none ... OK 701) QEMU XML-2-ARGV machine-loadparm-s390 ... OK 702) QEMU XML-2-ARGV machine-loadparm-net-s390 ... OK 703) QEMU XML-2-ARGV machine-loadparm-multiple-disks-nets-s390 ... OK 704) QEMU XML-2-ARGV machine-loadparm-s390-char-invalid ... Got expected error: 2017-09-28 15:28:40.805+0000: 22255: error : virDomainDeviceLoadparmIsValid:5727 : internal error: invalid loadparm char '?', expecting chars in set of [a-zA-Z0-9.] and blank spaces OK 705) QEMU XML-2-ARGV machine-loadparm-s390-len-invalid ... Got expected error: 2017-09-28 15:28:40.814+0000: 22255: error : virDomainDeviceLoadparmIsValid:5714 : internal error: loadparm 'LOADPARM1' exceeds 8 characters OK 706) QEMU XML-2-ARGV qemu-ns-domain-ns0 ... OK 707) QEMU XML-2-ARGV qemu-ns-domain-commandline ... OK 708) QEMU XML-2-ARGV qemu-ns-domain-commandline-ns0 ... OK 709) QEMU XML-2-ARGV qemu-ns-commandline ... OK 710) QEMU XML-2-ARGV qemu-ns-commandline-ns0 ... OK 711) QEMU XML-2-ARGV qemu-ns-commandline-ns1 ... OK 712) QEMU XML-2-ARGV virtio-input ... OK 713) QEMU XML-2-ARGV virtio-input-passthrough ... OK 714) QEMU XML-2-ARGV ppc64-usb-controller ... OK 715) QEMU XML-2-ARGV ppc64-usb-controller-legacy ... OK 716) QEMU XML-2-ARGV ppc64-usb-controller-qemu-xhci ... OK 717) QEMU XML-2-ARGV aarch64-usb-controller-qemu-xhci ... OK 718) QEMU XML-2-ARGV aarch64-usb-controller-nec-xhci ... OK 719) QEMU XML-2-ARGV missing-machine ... Got expected error: 2017-09-28 15:28:40.856+0000: 22255: error : qemuDomainDefPostParse:3022 : internal error: missing machine type OK 720) QEMU XML-2-ARGV name-escape ... OK 721) QEMU XML-2-ARGV debug-threads ... OK 722) QEMU XML-2-ARGV master-key ... OK 723) QEMU XML-2-ARGV usb-long-port-path ... OK 724) QEMU XML-2-ARGV usb-too-long-port-path-invalid ... Got expected error: 2017-09-28 15:28:40.866+0000: 22255: error : virDomainDeviceUSBAddressParsePort:6092 : internal error: Cannot parse <address> 'port' attribute OK 725) QEMU XML-2-ARGV acpi-table ... OK 726) QEMU XML-2-ARGV intel-iommu ... OK 727) QEMU XML-2-ARGV intel-iommu-machine ... OK 728) QEMU XML-2-ARGV intel-iommu-caching-mode ... OK 729) QEMU XML-2-ARGV intel-iommu-eim ... OK 730) QEMU XML-2-ARGV intel-iommu-device-iotlb ... OK 731) QEMU XML-2-ARGV cpu-hotplug-startup ... OK 732) QEMU XML-2-ARGV virtio-options ... OK 733) QEMU XML-2-ARGV fd-memory-numa-topology ... OK 734) QEMU XML-2-ARGV fd-memory-numa-topology2 ... OK 735) QEMU XML-2-ARGV fd-memory-numa-topology3 ... OK 736) QEMU XML-2-ARGV fd-memory-no-numa-topology ... OK 737) QEMU XML-2-ARGV cpu-check-none ... OK 738) QEMU XML-2-ARGV cpu-check-partial ... OK 739) QEMU XML-2-ARGV cpu-check-full ... OK 740) QEMU XML-2-ARGV cpu-check-default-none ... OK 741) QEMU XML-2-ARGV cpu-check-default-none2 ... OK 742) QEMU XML-2-ARGV cpu-check-default-partial ... OK 743) QEMU XML-2-ARGV cpu-check-default-partial2 ... OK 744) QEMU XML-2-ARGV cpu-cache-disable ... OK 745) QEMU XML-2-ARGV cpu-cache-disable2 ... OK 746) QEMU XML-2-ARGV cpu-cache-disable3 ... OK 747) QEMU XML-2-ARGV cpu-cache-passthrough ... OK 748) QEMU XML-2-ARGV cpu-cache-passthrough2 ... OK 749) QEMU XML-2-ARGV cpu-cache-emulate-l3 ... OK 750) QEMU XML-2-ARGV cpu-cache-emulate-l2 ... Got expected error: 2017-09-28 15:28:40.984+0000: 22255: error : qemuDomainDefCPUPostParse:2899 : unsupported configuration: CPU cache mode 'emulate' can only be used with level='3' OK 751) QEMU XML-2-ARGV cpu-cache-passthrough3 ... Got expected error: 2017-09-28 15:28:40.985+0000: 22255: error : qemuDomainDefCPUPostParse:2910 : unsupported configuration: CPU cache mode 'passthrough' can only be used with 'host-passthrough' CPUs OK 752) QEMU XML-2-ARGV cpu-cache-passthrough-l3 ... Got expected error: 2017-09-28 15:28:40.994+0000: 22255: error : qemuDomainDefCPUPostParse:2917 : unsupported configuration: unsupported CPU cache level for mode 'passthrough' OK FAIL qemuxml2argvtest (exit status: 1) + exit 1 Build step 'Execute shell' marked build as failure
1 1
0 0
  • ← Newer
  • 1
  • ...
  • 948
  • 949
  • 950
  • 951
  • 952
  • 953
  • 954
  • ...
  • 987
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.