[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [libvirt test] 133306: regressions - trouble: broken/fail/pass
flight 133306 libvirt real [real] http://logs.test-lab.xenproject.org/osstest/logs/133306/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-amd64-i386-libvirt-xsm <job status> broken test-amd64-i386-libvirt-xsm 4 host-install(4) broken REGR. vs. 133272 test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm 10 debian-hvm-install fail REGR. vs. 133272 test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm 7 xen-boot fail REGR. vs. 133272 Tests which did not succeed, but are not blocking: test-armhf-armhf-libvirt-raw 13 saverestore-support-check fail like 133272 test-armhf-armhf-libvirt 14 saverestore-support-check fail like 133272 test-amd64-i386-libvirt 13 migrate-support-check fail never pass test-amd64-amd64-libvirt 13 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-amd64-amd64-libvirt-xsm 13 migrate-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-arm64-arm64-libvirt-qcow2 12 migrate-support-check fail never pass test-arm64-arm64-libvirt-qcow2 13 saverestore-support-check fail never pass test-amd64-amd64-libvirt-vhd 12 migrate-support-check fail never pass test-armhf-armhf-libvirt-raw 12 migrate-support-check fail never pass test-armhf-armhf-libvirt 13 migrate-support-check fail never pass version targeted for testing: libvirt 1e5634ec79d489d2fbb83bf2e2cd3b1b437ce8e4 baseline version: libvirt 0624ac3fa846b3e2a8e70e4cc2fd8477710cd76d Last test of basis 133272 2019-02-15 22:58:38 Z 4 days Testing same since 133306 2019-02-19 04:19:06 Z 0 days 1 attempts ------------------------------------------------------------ People who touched revisions under test: 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 fail test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm fail test-amd64-amd64-libvirt-xsm pass test-arm64-arm64-libvirt-xsm pass test-amd64-i386-libvirt-xsm broken 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 pass 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 broken-job test-amd64-i386-libvirt-xsm broken broken-step test-amd64-i386-libvirt-xsm host-install(4) Not pushing. ------------------------------------------------------------ commit 1e5634ec79d489d2fbb83bf2e2cd3b1b437ce8e4 Author: Peter Krempa <pkrempa@xxxxxxxxxx> Date: Mon Feb 18 13:24:37 2019 +0100 util: Use virStorageSourceNew in virStorageFileMetadataNew Commit dcda2bf4c110 forgot to fix this one instance. Signed-off-by: Peter Krempa <pkrempa@xxxxxxxxxx> Reviewed-by: John Ferlan <jferlan@xxxxxxxxxx> commit 44601a0e96128cf22bf07355890ef0b44da10173 Author: Peter Krempa <pkrempa@xxxxxxxxxx> Date: Fri Feb 15 13:03:58 2019 +0100 util: Replace virStorageSourceFree with virObjectUnref Now that virStorageSource is a subclass of virObject we can use virObjectUnref and remove virStorageSourceFree which was a thin wrapper. Signed-off-by: Peter Krempa <pkrempa@xxxxxxxxxx> Reviewed-by: Erik Skultety <eskultet@xxxxxxxxxx> commit e1c01b2252dc512ddd2ef53fae2a7cba34b11d43 Author: Peter Krempa <pkrempa@xxxxxxxxxx> Date: Fri Feb 15 12:52:45 2019 +0100 util: Remove the AUTOPTR func for virStorageSource Since virStorageSource is now a subclass of virObject, we can use VIR_AUTOUNREF instead. Signed-off-by: Peter Krempa <pkrempa@xxxxxxxxxx> Reviewed-by: Erik Skultety <eskultet@xxxxxxxxxx> commit 0d13790695be5312f62a31253b5715c5c5dc9c0a Author: Peter Krempa <pkrempa@xxxxxxxxxx> Date: Fri Feb 15 12:35:12 2019 +0100 util: alloc: Introduce VIR_AUTOUNREF macro Add helper for utilizing __attribute__(cleanup())) for unref-ing instances of sublasses of virObject. Signed-off-by: Peter Krempa <pkrempa@xxxxxxxxxx> Reviewed-by: Erik Skultety <eskultet@xxxxxxxxxx> commit 53a0fa736693a29e2c1553c581bde9470de04034 Author: Peter Krempa <pkrempa@xxxxxxxxxx> Date: Fri Feb 15 09:46:03 2019 +0100 util: storage: Turn virStorageSource into a virObject To allow tracking a single virStorageSource in multiple structures without extra hassle allow refcounting by turining it into an object. Signed-off-by: Peter Krempa <pkrempa@xxxxxxxxxx> Reviewed-by: Erik Skultety <eskultet@xxxxxxxxxx> commit dcda2bf4c11071b2f9d68806a7f800d059dafaf4 Author: Peter Krempa <pkrempa@xxxxxxxxxx> Date: Thu Feb 14 16:20:25 2019 +0100 util: Introduce function for allocating virStorageSource Add virStorageSourceNew and refactor places allocating that structure to use the helper. Signed-off-by: Peter Krempa <pkrempa@xxxxxxxxxx> Reviewed-by: Erik Skultety <eskultet@xxxxxxxxxx> commit 84966103bedae06fc1a26d1b485bf12ba7667f2e Author: Peter Krempa <pkrempa@xxxxxxxxxx> Date: Mon Feb 18 10:12:24 2019 +0100 bhyve: use virDomainDiskDefNew to instead of VIR_ALLOC Use the proper function to allocate a disk definition. Signed-off-by: Peter Krempa <pkrempa@xxxxxxxxxx> Reviewed-by: Erik Skultety <eskultet@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 |