[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [libvirt test] 63106: regressions - FAIL
flight 63106 libvirt real [real] http://logs.test-lab.xenproject.org/osstest/logs/63106/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: build-amd64-xsm 5 xen-build fail REGR. vs. 63022 build-i386-xsm 5 xen-build fail REGR. vs. 63022 build-i386 5 xen-build fail REGR. vs. 63022 build-amd64 5 xen-build fail REGR. vs. 63022 build-armhf 5 xen-build fail REGR. vs. 63022 Tests which did not succeed, but are not blocking: test-armhf-armhf-libvirt-raw 1 build-check(1) blocked n/a test-armhf-armhf-libvirt-qcow2 1 build-check(1) blocked n/a build-i386-libvirt 1 build-check(1) blocked n/a build-amd64-libvirt 1 build-check(1) blocked n/a test-amd64-amd64-libvirt 1 build-check(1) blocked n/a test-amd64-i386-libvirt-xsm 1 build-check(1) blocked n/a test-armhf-armhf-libvirt 1 build-check(1) blocked n/a test-amd64-amd64-libvirt-xsm 1 build-check(1) blocked n/a test-armhf-armhf-libvirt-xsm 1 build-check(1) blocked n/a test-amd64-amd64-libvirt-pair 1 build-check(1) blocked n/a test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm 1 build-check(1) blocked n/a test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm 1 build-check(1) blocked n/a test-amd64-i386-libvirt 1 build-check(1) blocked n/a test-amd64-i386-libvirt-pair 1 build-check(1) blocked n/a build-armhf-libvirt 1 build-check(1) blocked n/a test-amd64-amd64-libvirt-vhd 1 build-check(1) blocked n/a version targeted for testing: libvirt 1b4de77e852e37c157ad241f9b4ece9a271a43cc baseline version: libvirt 6222a6fee3f01f4fab8b45cacc9776170bf6dcd4 Last test of basis 63022 2015-10-17 04:39:57 Z 4 days Testing same since 63106 2015-10-21 04:34:52 Z 0 days 1 attempts ------------------------------------------------------------ People who touched revisions under test: Andrea Bolognani <abologna@xxxxxxxxxx> Maxim Nestratov <mnestratov@xxxxxxxxxxxxx> jobs: build-amd64-xsm fail build-armhf-xsm pass build-i386-xsm fail build-amd64 fail build-armhf fail build-i386 fail build-amd64-libvirt blocked build-armhf-libvirt blocked build-i386-libvirt blocked build-amd64-pvops pass build-armhf-pvops pass build-i386-pvops pass test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm blocked test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm blocked test-amd64-amd64-libvirt-xsm blocked test-armhf-armhf-libvirt-xsm blocked test-amd64-i386-libvirt-xsm blocked test-amd64-amd64-libvirt blocked test-armhf-armhf-libvirt blocked test-amd64-i386-libvirt blocked test-amd64-amd64-libvirt-pair blocked test-amd64-i386-libvirt-pair blocked test-armhf-armhf-libvirt-qcow2 blocked test-armhf-armhf-libvirt-raw blocked test-amd64-amd64-libvirt-vhd blocked ------------------------------------------------------------ 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 1b4de77e852e37c157ad241f9b4ece9a271a43cc Author: Andrea Bolognani <abologna@xxxxxxxxxx> Date: Tue Oct 13 09:44:13 2015 +0200 NEWS: Fix XSLT stylesheet This has been broken for a looong time - in fact, we've been shipping a mostly-empty NEWS file for at least the past two years. Including the html namespace and using it for matching elements, like hacking1.xsl and hacking2.xsl were already doing, makes the NEWS file useful again. Add a note explaining that the release list has been split up by year as well. commit ba4689e0818d9498b300678a846f81bad5869ed8 Author: Andrea Bolognani <abologna@xxxxxxxxxx> Date: Thu Oct 15 11:19:28 2015 +0200 NEWS: Split releases by year Update cfg.mk to ignore the split files during syntax-check (thanks Martin). commit b3ea63b5817660456e059ee09975cc1c3ba0f39d Author: Maxim Nestratov <mnestratov@xxxxxxxxxxxxx> Date: Mon Oct 19 22:02:00 2015 +0300 vz: implement some domain API calls The following functions are implemented: vzDomainIsUpdated, vzDomainGetVcpusFlags and vzDomainGetMaxVcpus. Signed-off-by: Maxim Nestratov <mnestratov@xxxxxxxxxxxxx> commit 4ff36e742b4aef5007fdb7068a774bd346c9e4ce Author: Maxim Nestratov <mnestratov@xxxxxxxxxxxxx> Date: Mon Oct 19 22:02:00 2015 +0300 vz: implement API calls of nodeGetxxx family The following functions were implemented: vzNodeGetCPUStats, vzNodeGetMemoryStats, vzNodeGetCellsFreeMemory and vzNodeGetFreeMemory. Signed-off-by: Maxim Nestratov <mnestratov@xxxxxxxxxxxxx> commit e16dd5f2d29b1f6e30ffe9a6cfd83f702af2f0d6 Author: Maxim Nestratov <mnestratov@xxxxxxxxxxxxx> Date: Mon Oct 19 22:02:00 2015 +0300 vz: implement connectGetMaxVcpus API calls Because we have no limitation for maximal number of vcpus in containers we report as maximum 1028 just for the sake of common sence. Signed-off-by: Maxim Nestratov <mnestratov@xxxxxxxxxxxxx> _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |