[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [libvirt test] 104158: regressions - FAIL
flight 104158 libvirt real [real] http://logs.test-lab.xenproject.org/osstest/logs/104158/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-armhf-armhf-libvirt-raw 6 xen-boot fail REGR. vs. 104134 Regressions which are regarded as allowable (not blocking): test-armhf-armhf-libvirt 13 saverestore-support-check fail like 104134 test-armhf-armhf-libvirt-qcow2 12 saverestore-support-check fail like 104134 test-armhf-armhf-libvirt-xsm 13 saverestore-support-check fail like 104134 Tests which did not succeed, but are not blocking: test-amd64-i386-libvirt-xsm 12 migrate-support-check fail never pass test-amd64-amd64-libvirt 12 migrate-support-check fail never pass test-amd64-amd64-libvirt-xsm 12 migrate-support-check fail never pass test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm 10 migrate-support-check fail never pass test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm 10 migrate-support-check fail never pass test-amd64-amd64-libvirt-vhd 11 migrate-support-check fail never pass test-armhf-armhf-libvirt 12 migrate-support-check fail never pass test-amd64-i386-libvirt 12 migrate-support-check fail never pass test-armhf-armhf-libvirt-qcow2 11 migrate-support-check fail never pass test-armhf-armhf-libvirt-xsm 12 migrate-support-check fail never pass version targeted for testing: libvirt ecb587e4ca5d74bc2ff3883b3183ec4c89bf960c baseline version: libvirt cbc45525cb21988599c5eb58c31ef858e401a465 Last test of basis 104134 2017-01-12 04:20:25 Z 1 days Testing same since 104158 2017-01-13 04:20:35 Z 0 days 1 attempts ------------------------------------------------------------ People who touched revisions under test: Jim Fehlig <jfehlig@xxxxxxxx> Jiri Denemark <jdenemar@xxxxxxxxxx> Joao Martins <joao.m.martins@xxxxxxxxxx> Marc Hartmayer <mhartmay@xxxxxxxxxxxxxxxxxx> Michal Privoznik <mprivozn@xxxxxxxxxx> jobs: build-amd64-xsm pass build-armhf-xsm pass build-i386-xsm pass build-amd64 pass build-armhf pass build-i386 pass build-amd64-libvirt pass build-armhf-libvirt pass build-i386-libvirt pass build-amd64-pvops pass build-armhf-pvops pass build-i386-pvops pass test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm pass test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm pass test-amd64-amd64-libvirt-xsm pass test-armhf-armhf-libvirt-xsm pass test-amd64-i386-libvirt-xsm pass test-amd64-amd64-libvirt pass test-armhf-armhf-libvirt pass test-amd64-i386-libvirt pass test-amd64-amd64-libvirt-pair pass test-amd64-i386-libvirt-pair pass test-armhf-armhf-libvirt-qcow2 pass test-armhf-armhf-libvirt-raw fail test-amd64-amd64-libvirt-vhd pass ------------------------------------------------------------ sg-report-flight on osstest.test-lab.xenproject.org logs: /home/logs/logs images: /home/logs/images Logs, config files, etc. are available at http://logs.test-lab.xenproject.org/osstest/logs Explanation of these reports, and of osstest in general, is at http://xenbits.xen.org/gitweb/?p=osstest.git;a=blob;f=README.email;hb=master http://xenbits.xen.org/gitweb/?p=osstest.git;a=blob;f=README;hb=master Test harness code can be found at http://xenbits.xen.org/gitweb?p=osstest.git;a=summary Not pushing. ------------------------------------------------------------ commit ecb587e4ca5d74bc2ff3883b3183ec4c89bf960c Author: Jim Fehlig <jfehlig@xxxxxxxx> Date: Wed Jan 11 17:42:42 2017 -0700 libxl: always enable pae for x86_64 HVM For HVM domains, pae is only set in libxl_domain_build_info when explicitly specified in the hypervisor <features> config. This is fine for i686 machines, but is incorrect behavior for x86_64 machines where pae must always be enabled. See the following discussion for additional details https://www.redhat.com/archives/libvir-list/2017-January/msg00254.html commit f8ec272d98fa39ecf9ce69cd8a8ce63ded77ef99 Author: Michal Privoznik <mprivozn@xxxxxxxxxx> Date: Thu Jan 12 12:43:21 2017 +0100 docs: Document <sndbuf/> This element has been introduced in fe053dbea7, but isn't documented yet. After exactly 6 years I guess we can finally document it. Signed-off-by: Michal Privoznik <mprivozn@xxxxxxxxxx> commit 6832fb4b865986933d184260e9961267227a79c3 Author: Joao Martins <joao.m.martins@xxxxxxxxxx> Date: Thu Jan 12 12:02:55 2017 +0000 news: document libxl HVM network attach fix Signed-off-by: Joao Martins <joao.m.martins@xxxxxxxxxx> commit 19e06cfa256e357fbc1b711de09784de351338d1 Author: Jiri Denemark <jdenemar@xxxxxxxxxx> Date: Wed Jan 11 14:35:52 2017 +0100 qemu: Ignore non-boolean CPU model properties The query-cpu-model-expansion is currently implemented for s390(x) only and all CPU properties it returns are booleans. However, x86 implementation will report more types of properties. Without making the code more tolerant older libvirt would fail to probe newer QEMU versions. Signed-off-by: Jiri Denemark <jdenemar@xxxxxxxxxx> commit ec23791517861e3260ce5992c8fa7dcb0bedf06b Author: Jiri Denemark <jdenemar@xxxxxxxxxx> Date: Wed Jan 11 14:29:58 2017 +0100 qemu: Don't check CPU model property key The qemuMonitorJSONParseCPUModelProperty function is a callback for virJSONValueObjectForeachKeyValue and is called for each key/value pair, thus it doesn't really make sense to check whether key is NULL. Signed-off-by: Jiri Denemark <jdenemar@xxxxxxxxxx> commit c6e9561ad39d100149e47a18960270e6f3d38320 Author: Marc Hartmayer <mhartmay@xxxxxxxxxxxxxxxxxx> Date: Thu Jan 12 10:58:34 2017 +0100 news: document drive addresses fix Signed-off-by: Marc Hartmayer <mhartmay@xxxxxxxxxxxxxxxxxx> commit b73336755bd84b6133cbeffede745eefd49b20cd Author: Michal Privoznik <mprivozn@xxxxxxxxxx> Date: Wed Jan 11 17:56:21 2017 +0100 news: Reflect hugepages patch In f55afd8 I've made libvirt to construct hugepage path on per-domain basis. However, this change was not reflected in the NEWS file. Signed-off-by: Michal Privoznik <mprivozn@xxxxxxxxxx> _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |