[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [libvirt test] 139076: regressions - FAIL
flight 139076 libvirt real [real] http://logs.test-lab.xenproject.org/osstest/logs/139076/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-arm64-arm64-libvirt-qcow2 15 guest-start/debian.repeat fail REGR. vs. 139037 Tests which did not succeed, but are not blocking: test-armhf-armhf-libvirt 14 saverestore-support-check fail like 139037 test-armhf-armhf-libvirt-raw 13 saverestore-support-check fail like 139037 test-amd64-amd64-libvirt 13 migrate-support-check fail never pass test-amd64-amd64-libvirt-xsm 13 migrate-support-check fail never pass test-amd64-i386-libvirt 13 migrate-support-check fail never pass test-amd64-i386-libvirt-xsm 13 migrate-support-check fail never pass test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm 11 migrate-support-check fail never pass test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm 11 migrate-support-check fail never pass test-arm64-arm64-libvirt-xsm 13 migrate-support-check fail never pass test-arm64-arm64-libvirt-xsm 14 saverestore-support-check fail never pass test-arm64-arm64-libvirt 13 migrate-support-check fail never pass test-arm64-arm64-libvirt 14 saverestore-support-check fail never pass test-amd64-amd64-libvirt-vhd 12 migrate-support-check fail never pass test-arm64-arm64-libvirt-qcow2 12 migrate-support-check fail never pass test-arm64-arm64-libvirt-qcow2 13 saverestore-support-check fail never pass test-armhf-armhf-libvirt 13 migrate-support-check fail never pass test-armhf-armhf-libvirt-raw 12 migrate-support-check fail never pass version targeted for testing: libvirt 898821cce881343faea38f37c789a1e8e54494f6 baseline version: libvirt f58bcb80b2ca1791acd5ec0255297a44aa9d4dbe Last test of basis 139037 2019-07-16 04:18:53 Z 1 days Testing same since 139076 2019-07-17 04:18:47 Z 0 days 1 attempts ------------------------------------------------------------ People who touched revisions under test: Ján Tomko <jtomko@xxxxxxxxxx> Michal Privoznik <mprivozn@xxxxxxxxxx> Peter Krempa <pkrempa@xxxxxxxxxx> jobs: build-amd64-xsm pass build-arm64-xsm pass build-i386-xsm pass build-amd64 pass build-arm64 pass build-armhf pass build-i386 pass build-amd64-libvirt pass build-arm64-libvirt pass build-armhf-libvirt pass build-i386-libvirt pass build-amd64-pvops pass build-arm64-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-arm64-arm64-libvirt-xsm pass test-amd64-i386-libvirt-xsm pass test-amd64-amd64-libvirt pass test-arm64-arm64-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-arm64-arm64-libvirt-qcow2 fail test-armhf-armhf-libvirt-raw pass 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 898821cce881343faea38f37c789a1e8e54494f6 Author: Ján Tomko <jtomko@xxxxxxxxxx> Date: Tue Jul 16 12:31:03 2019 +0200 qemu: command: remove qemuDomainFSDriver Having a translation enum full of empty strings seems excessive. Now that the validiation is performed in qemuDomainDeviceDefValidateFS, remove it completely and open-code the two allowed cases. Signed-off-by: Ján Tomko <jtomko@xxxxxxxxxx> Acked-by: Peter Krempa <pkrempa@xxxxxxxxxx> commit e6e7c41f8451780976b6d232e581bf910d1c1e2a Author: Ján Tomko <jtomko@xxxxxxxxxx> Date: Tue Jul 16 12:25:31 2019 +0200 qemu: command: use VIR_AUTOCLEAN in qemuBuildFS* Signed-off-by: Ján Tomko <jtomko@xxxxxxxxxx> Acked-by: Peter Krempa <pkrempa@xxxxxxxxxx> commit acef350080912e1a0d16e2edfcc2fc1278ad356f Author: Ján Tomko <jtomko@xxxxxxxxxx> Date: Tue Jul 16 12:05:19 2019 +0200 qemu: introduce qemuDomainDeviceDefValidateFS Move validation of the filesystem device out of qemu_command. Signed-off-by: Ján Tomko <jtomko@xxxxxxxxxx> Acked-by: Peter Krempa <pkrempa@xxxxxxxxxx> commit 77570e2600d2f4ac62b9dc0af190bf05c0f9c6b4 Author: Ján Tomko <jtomko@xxxxxxxxxx> Date: Tue Jul 16 10:37:03 2019 +0200 qemu: command: use VIR_AUTOFREE in qemuBuildFSDevCommandLine Introduce two separate variables instead of reusing the same one for clarity. Signed-off-by: Ján Tomko <jtomko@xxxxxxxxxx> Acked-by: Peter Krempa <pkrempa@xxxxxxxxxx> commit da0f5aab3ee2395596467a4f1d8a27c0398f9098 Author: Ján Tomko <jtomko@xxxxxxxxxx> Date: Tue Jul 16 10:35:44 2019 +0200 qemu: command: re-introduce qemuBuildFSDevCommandLine This time it only builds one device. Signed-off-by: Ján Tomko <jtomko@xxxxxxxxxx> Acked-by: Peter Krempa <pkrempa@xxxxxxxxxx> commit d8f8f1d1724c5429aa131a365f4cd61651f8a3aa Author: Ján Tomko <jtomko@xxxxxxxxxx> Date: Tue Jul 16 10:30:51 2019 +0200 qemu: command: rename qemuBuildFSDevCommandLine This function iterates over all filesystems, not just -fsdevs. Rename it to free the name for a function that actually builds fsdevs. Signed-off-by: Ján Tomko <jtomko@xxxxxxxxxx> Acked-by: Peter Krempa <pkrempa@xxxxxxxxxx> commit 628709245bb9511c7e631edcebabdf6b721909c0 Author: Ján Tomko <jtomko@xxxxxxxxxx> Date: Tue Jul 16 08:30:31 2019 +0200 qemu: address: remove useless comment Commit b27375a9b86f010a9a9fc0323be3f204b62195f4 omitted one zero. Signed-off-by: Ján Tomko <jtomko@xxxxxxxxxx> Acked-by: Peter Krempa <pkrempa@xxxxxxxxxx> commit 43cead885629ca9c1160927eb42416c18c8666a7 Author: Ján Tomko <jtomko@xxxxxxxxxx> Date: Tue Jul 16 12:49:32 2019 +0200 qemu: add CAPS_LATEST tests for 9pfs Use the existing fs9p.xml and fs9p-ccw.xml to run the tests with latest caps on x86_64 and s390x. Signed-off-by: Ján Tomko <jtomko@xxxxxxxxxx> Acked-by: Peter Krempa <pkrempa@xxxxxxxxxx> commit 18e41d6c0052884ade7457cc861e3f1c742bb348 Author: Ján Tomko <jtomko@xxxxxxxxxx> Date: Tue Jul 16 12:50:44 2019 +0200 tests: qemu: minimize fs9p.xml Remove the hard drive, USB controller and memballoon. Signed-off-by: Ján Tomko <jtomko@xxxxxxxxxx> Acked-by: Peter Krempa <pkrempa@xxxxxxxxxx> commit 432faf259b696043ee5d7e8f657d855419a9a3fa Author: Michal Privoznik <mprivozn@xxxxxxxxxx> Date: Tue Jul 2 19:49:51 2019 +0200 virCommand: use procfs to learn opened FDs When spawning a child process, between fork() and exec() we close all file descriptors and keep only those the caller wants us to pass onto the child. The problem is how we do that. Currently, we get the limit of opened files and then iterate through each one of them and either close() it or make it survive exec(). This approach is suboptimal (although, not that much in default configurations where the limit is pretty low - 1024). We have /proc where we can learn what FDs we hold open and thus we can selectively close only those. Signed-off-by: Michal Privoznik <mprivozn@xxxxxxxxxx> Reviewed-by: Ján Tomko <jtomko@xxxxxxxxxx> commit c1a9bfbbba48fea44fdfbe532e084c5323c9c9b3 Author: Michal Privoznik <mprivozn@xxxxxxxxxx> Date: Tue Jul 2 08:27:25 2019 +0200 vircommand: Separate mass FD closing into a function I will optimize this code a bit in the next commit. But for that it is better if the code lives in a separate function. Signed-off-by: Michal Privoznik <mprivozn@xxxxxxxxxx> Reviewed-by: Ján Tomko <jtomko@xxxxxxxxxx> commit cc34260f5a8715d208ee45a6ebaa79e5264cbe68 Author: Michal Privoznik <mprivozn@xxxxxxxxxx> Date: Tue Jul 16 09:33:38 2019 +0200 test: Introduce virnetdevopenvswitchtest Test if our parsing of interface stats as returned by ovs-vsctl works as expected. To achieve this without having to mock virCommand* I'm separating parsing of stats into a separate function. Signed-off-by: Michal Privoznik <mprivozn@xxxxxxxxxx> Reviewed-by: Ján Tomko <jtomko@xxxxxxxxxx> commit c297eab52599c91a4cb26b66dbdfe9d07c3142d3 Author: Michal Privoznik <mprivozn@xxxxxxxxxx> Date: Fri Jun 28 10:33:09 2019 +0200 virNetDevOpenvswitchInterfaceStats: Optimize for speed We run 'ovs-vsctl' nine times (first to find if interface is there and then eight times = for each stats member separately). This is very inefficient. I've found a way to run it once and with a bit of help from virJSON module we can parse out stats we need. Signed-off-by: Michal Privoznik <mprivozn@xxxxxxxxxx> Reviewed-by: Ján Tomko <jtomko@xxxxxxxxxx> _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |