[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [libvirt test] 78860: trouble: broken/pass
flight 78860 libvirt real [real] http://logs.test-lab.xenproject.org/osstest/logs/78860/ Failures and problems with tests :-( Tests which did not succeed and are blocking, including tests which could not be run: test-armhf-armhf-libvirt-raw 3 host-install(3) broken REGR. vs. 78787 test-armhf-armhf-libvirt-qcow2 3 host-install(3) broken REGR. vs. 78787 test-armhf-armhf-libvirt 3 host-install(3) broken REGR. vs. 78787 test-armhf-armhf-libvirt-xsm 3 host-install(3) broken REGR. vs. 78787 test-amd64-amd64-libvirt-vhd 3 host-install(3) broken REGR. vs. 78787 test-amd64-amd64-libvirt 3 host-install(3) broken REGR. vs. 78787 test-amd64-i386-libvirt 3 host-install(3) broken REGR. vs. 78787 test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm 3 host-install(3) broken REGR. vs. 78787 test-amd64-i386-libvirt-xsm 3 host-install(3) broken REGR. vs. 78787 test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm 3 host-install(3) broken REGR. vs. 78787 test-amd64-amd64-libvirt-xsm 3 host-install(3) broken REGR. vs. 78787 test-amd64-i386-libvirt-pair 4 host-install/dst_host(4) broken REGR. vs. 78787 test-amd64-i386-libvirt-pair 3 host-install/src_host(3) broken REGR. vs. 78787 test-amd64-amd64-libvirt-pair 3 host-install/src_host(3) broken REGR. vs. 78787 test-amd64-amd64-libvirt-pair 4 host-install/dst_host(4) broken REGR. vs. 78787 version targeted for testing: libvirt 29cc45cb792520c27ff9c55863bf4845dfcb0c97 baseline version: libvirt daeace5c5d4d5a499705a82af0a0ea9f697a7474 Last test of basis 78787 2016-01-22 04:36:12 Z 1 days Testing same since 78860 2016-01-23 04:48:00 Z 0 days 1 attempts ------------------------------------------------------------ People who touched revisions under test: Cole Robinson <crobinso@xxxxxxxxxx> Laine Stump <laine@xxxxxxxxx> 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 broken test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm broken test-amd64-amd64-libvirt-xsm broken test-armhf-armhf-libvirt-xsm broken test-amd64-i386-libvirt-xsm broken test-amd64-amd64-libvirt broken test-armhf-armhf-libvirt broken test-amd64-i386-libvirt broken test-amd64-amd64-libvirt-pair broken test-amd64-i386-libvirt-pair broken test-armhf-armhf-libvirt-qcow2 broken test-armhf-armhf-libvirt-raw broken test-amd64-amd64-libvirt-vhd broken ------------------------------------------------------------ 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 broken-step test-armhf-armhf-libvirt-raw host-install(3) broken-step test-armhf-armhf-libvirt-qcow2 host-install(3) broken-step test-armhf-armhf-libvirt host-install(3) broken-step test-armhf-armhf-libvirt-xsm host-install(3) broken-step test-amd64-amd64-libvirt-vhd host-install(3) broken-step test-amd64-amd64-libvirt host-install(3) broken-step test-amd64-i386-libvirt host-install(3) broken-step test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm host-install(3) broken-step test-amd64-i386-libvirt-xsm host-install(3) broken-step test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm host-install(3) broken-step test-amd64-amd64-libvirt-xsm host-install(3) broken-step test-amd64-i386-libvirt-pair host-install/dst_host(4) broken-step test-amd64-i386-libvirt-pair host-install/src_host(3) broken-step test-amd64-amd64-libvirt-pair host-install/src_host(3) broken-step test-amd64-amd64-libvirt-pair host-install/dst_host(4) Not pushing. ------------------------------------------------------------ commit 29cc45cb792520c27ff9c55863bf4845dfcb0c97 Author: Laine Stump <laine@xxxxxxxxx> Date: Thu Jan 21 14:19:56 2016 -0500 util: reset MAC address of macvtap passthrough physdev after disassociate libvirt always resets the MAC address of the physdev used for macvtap passthrough when the guest is finished with it. This was happening prior to the 802.1Qb[gh] DISASSOCIATE command, and was quite often failing, presumably because the driver wouldn't allow the MAC address to be reset while the association was still active, with a log message like this: virNetDevSetMAC:168 : Cannot set interface MAC to 00:00:00:00:00:00 on 'eth13': Cannot assign requested address This patch changes the order - we now do the 802.1Qb[gh] disassociate and delete the macvtap interface first, then and reset the MAC address. commit 81da8bc73b6bc6777632b65a0df45335f7caebe4 Author: Cole Robinson <crobinso@xxxxxxxxxx> Date: Thu Jan 21 13:33:50 2016 -0500 lxc: fuse: Stub out Slab bits in /proc/meminfo 'free' on fedora23 wants to use the Slab field for calculated used memory. The equation is: used = MemTotal - MemFree - (Cached + Slab) - Buffers We already set Cached and Buffers to 0, do the same for Slab and its related values https://bugzilla.redhat.com/show_bug.cgi?id=1300781 commit c7be484d1136834614089c9a74a3818594852f24 Author: Cole Robinson <crobinso@xxxxxxxxxx> Date: Thu Jan 21 13:18:04 2016 -0500 lxc: fuse: Fill in MemAvailable for /proc/meminfo 'free' on Fedora 23 will use MemAvailable to calculate its 'available' field, but we are passing through the host's value. Set it to match MemFree, which is what 'free' will do for older linux that don't have MemAvailable https://bugzilla.redhat.com/show_bug.cgi?id=1300781 commit 8418245a7e00f873594f1000c9606d08265088e0 Author: Cole Robinson <crobinso@xxxxxxxxxx> Date: Thu Jan 21 13:14:54 2016 -0500 lxc: fuse: Fix /proc/meminfo size calculation We virtualize bits of /proc/meminfo by replacing host values with values specific to the container. However for calculating the final size of the returned data, we are using the size of the original file and not the altered copy, which could give garbelled output. commit f65dcfcd140d0a627aeab3fa0e9dc5f74da98e6d Author: Cole Robinson <crobinso@xxxxxxxxxx> Date: Thu Jan 21 13:06:03 2016 -0500 lxc: fuse: Unindent meminfo logic Reverse the conditional at the start so we aren't stuffing all the logic in an 'if' block _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |