[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [libvirt test] 139328: regressions - FAIL
flight 139328 libvirt real [real] http://logs.test-lab.xenproject.org/osstest/logs/139328/ 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. 139303 Tests which did not succeed, but are not blocking: test-armhf-armhf-libvirt 14 saverestore-support-check fail like 139303 test-armhf-armhf-libvirt-raw 13 saverestore-support-check fail like 139303 test-amd64-amd64-libvirt 13 migrate-support-check fail never pass test-amd64-i386-libvirt-xsm 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-amd64-libvirt-qemuu-debianhvm-amd64-xsm 11 migrate-support-check fail never pass test-amd64-i386-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-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 13 migrate-support-check fail never pass test-armhf-armhf-libvirt-raw 12 migrate-support-check fail never pass version targeted for testing: libvirt 48c656ca5535b0aa781ce6f0f7f0222476dab3a4 baseline version: libvirt c8a4a02058af8788f1aeb32dec1d214aaeabf7a9 Last test of basis 139303 2019-07-24 04:23:10 Z 1 days Testing same since 139328 2019-07-25 04:18:51 Z 0 days 1 attempts ------------------------------------------------------------ People who touched revisions under test: Eric Blake <eblake@xxxxxxxxxx> Ilias Stamatis <stamatis.iliass@xxxxxxxxx> Jim Fehlig <jfehlig@xxxxxxxx> 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 48c656ca5535b0aa781ce6f0f7f0222476dab3a4 Author: Eric Blake <eblake@xxxxxxxxxx> Date: Fri Jul 12 15:43:01 2019 -0500 snapshot: Documentation and comment improvements Changes noticed while copying to similar aspects of checkpoints. Signed-off-by: Eric Blake <eblake@xxxxxxxxxx> Reviewed-by: Daniel P. Berrangé <berrange@xxxxxxxxxx> commit e30833d584965086e8124d1d70ad464f7ad3ece5 Author: Eric Blake <eblake@xxxxxxxxxx> Date: Wed Jul 24 00:03:24 2019 -0500 snapshot: Saner error message for duplicate create Any message that is easy to trigger (as evidenced by the testsuite update) should not use 'internal error' as its category. Signed-off-by: Eric Blake <eblake@xxxxxxxxxx> Reviewed-by: Daniel P. Berrangé <berrange@xxxxxxxxxx> commit ceb1019257bb339f3ef6bfadd056f7d16eaae95c Author: Eric Blake <eblake@xxxxxxxxxx> Date: Tue Jul 23 22:26:05 2019 -0500 snapshot: Don't leak moment obj list metaroot to callers virDomainSnapshotFindByName(list, NULL) should return NULL, rather than the internal-use-only metaroot. Most existing callers pass in a non-NULL name; the few external callers that don't are immediately calling virDomainMomentSetParent (which indeed needs the metaroot rather than NULL if the parent name is NULL); but as the leaky abstraction is ugly, it is worth instead making virDomainMomentSetParent static and adding a new function for resolving the parent link of a brand new moment within its list. The existing external uses of virDomainMomentSetParent always succeed (either the new moment has parent_name of NULL to become a new root, or has parent_name set to a strdup of the previous current moment); hence, our new function does not need a return value (but it still has a VIR_WARN in case future uses break our assumptions about failure being impossible). Missed when commit 02c4e24d refactored things to attempt to remove direct metaroot manipulations out of the qemu and test drivers into internal-only details, and made more obvious when commit dc8d3dc6 factored it out into a separate file. Signed-off-by: Eric Blake <eblake@xxxxxxxxxx> Reviewed-by: Daniel P. Berrangé <berrange@xxxxxxxxxx> commit d5572f62e329930d0533f5221839724e4fdeeb33 Author: Jim Fehlig <jfehlig@xxxxxxxx> Date: Wed May 22 17:12:14 2019 -0600 qemu: Add support for overriding max threads per process limit Some VM configurations may result in a large number of threads created by the associated qemu process which can exceed the system default limit. The maximum number of threads allowed per process is controlled by the pids cgroup controller and is set to 16k when creating VMs with systemd's machined service. The maximum number of threads per process is recorded in the pids.max file under the machine's pids controller cgroup hierarchy, e.g. $cgrp-mnt/pids/machine.slice/machine-qemu\\x2d1\\x2dtest.scope/pids.max Maximum threads per process is controlled with the TasksMax property of the systemd scope for the machine. This patch adds an option to qemu.conf which can be used to override the maximum number of threads allowed per qemu process. If the value of option is greater than zero, it will be set in the TasksMax property of the machine's scope after creating the machine. Signed-off-by: Jim Fehlig <jfehlig@xxxxxxxx> Reviewed-by: Daniel P. Berrangé <berrange@xxxxxxxxxx> commit 4837328d684a62b307f04b684df19c011e657c25 Author: Ilias Stamatis <stamatis.iliass@xxxxxxxxx> Date: Fri Jul 12 07:55:35 2019 +0200 test_driver: testDomainSetMaxMemory should simply forward the call Signed-off-by: Ilias Stamatis <stamatis.iliass@xxxxxxxxx> Reviewed-by: Erik Skultety <eskultet@xxxxxxxxxx> commit c8a46e0a1d94b4131e500df5432cc4a3b50b39a6 Author: Ilias Stamatis <stamatis.iliass@xxxxxxxxx> Date: Fri Jul 12 07:55:34 2019 +0200 test_driver: testDomainSetMemory should forward the call with VIR_DOMAIN_AFFECT_LIVE Signed-off-by: Ilias Stamatis <stamatis.iliass@xxxxxxxxx> Reviewed-by: Erik Skultety <eskultet@xxxxxxxxxx> commit 6ac402c456a0cc4859338cd6165e65a10733c950 Author: Ilias Stamatis <stamatis.iliass@xxxxxxxxx> Date: Fri Jul 12 07:55:33 2019 +0200 test_driver: consider flags in testDomainSetMemoryFlags Update the current or max memory, on the persistent or live definition depending on the flags which are currently ignored. Signed-off-by: Ilias Stamatis <stamatis.iliass@xxxxxxxxx> Reviewed-by: Erik Skultety <eskultet@xxxxxxxxxx> commit 7afa8be0d5971c4f94146517a6033fe225fa065c Author: Ilias Stamatis <stamatis.iliass@xxxxxxxxx> Date: Wed Jul 24 16:31:34 2019 +0200 test_driver: implement virDomainSetNumaParameters Signed-off-by: Ilias Stamatis <stamatis.iliass@xxxxxxxxx> Reviewed-by: Erik Skultety <eskultet@xxxxxxxxxx> commit fb275b76734ba1c0b18ad1088e3c82fb01961903 Author: Ilias Stamatis <stamatis.iliass@xxxxxxxxx> Date: Wed Jul 24 16:31:33 2019 +0200 test_driver: implement virConnectSupportsFeature Make the test driver only support the VIR_TYPED_PARAM_STRING flag for now. Signed-off-by: Ilias Stamatis <stamatis.iliass@xxxxxxxxx> Reviewed-by: Erik Skultety <eskultet@xxxxxxxxxx> commit bfd18389d068c31c3e86c3381ebf96dfa1c269dc Author: Ilias Stamatis <stamatis.iliass@xxxxxxxxx> Date: Wed Jul 24 16:07:29 2019 +0200 test_driver: implement virDomainSetInterfaceParameters Signed-off-by: Ilias Stamatis <stamatis.iliass@xxxxxxxxx> Reviewed-by: Erik Skultety <eskultet@xxxxxxxxxx> commit 6ccf128a3a674ef014500a82a3a61e94abd6cfc6 Author: Ilias Stamatis <stamatis.iliass@xxxxxxxxx> Date: Thu Jul 18 12:29:53 2019 +0200 test_driver: implement virDomainInjectNMI Signed-off-by: Ilias Stamatis <stamatis.iliass@xxxxxxxxx> Reviewed-by: Erik Skultety <eskultet@xxxxxxxxxx> commit 9deacfadfb7dfb14afba0fa695d16d5d8bfe6369 Author: Ilias Stamatis <stamatis.iliass@xxxxxxxxx> Date: Thu Jul 11 13:22:02 2019 +0200 test_driver: implement virDomainSetMemoryStatsPeriod Signed-off-by: Ilias Stamatis <stamatis.iliass@xxxxxxxxx> 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 |