[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [libvirt test] 86448: regressions - FAIL
flight 86448 libvirt real [real] http://logs.test-lab.xenproject.org/osstest/logs/86448/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-armhf-armhf-libvirt-raw 9 debian-di-install fail REGR. vs. 86369 Tests which did not succeed, but are not blocking: test-armhf-armhf-libvirt-xsm 12 migrate-support-check fail never pass test-armhf-armhf-libvirt-xsm 14 guest-saverestore fail never pass test-amd64-amd64-libvirt 12 migrate-support-check fail never pass test-amd64-i386-libvirt 12 migrate-support-check fail never pass test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm 10 migrate-support-check fail never pass test-amd64-i386-libvirt-xsm 12 migrate-support-check fail never pass test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm 10 migrate-support-check fail never pass test-amd64-amd64-libvirt-vhd 11 migrate-support-check fail never pass test-armhf-armhf-libvirt 14 guest-saverestore fail never pass test-armhf-armhf-libvirt 12 migrate-support-check fail never pass test-armhf-armhf-libvirt-qcow2 11 migrate-support-check fail never pass test-armhf-armhf-libvirt-qcow2 13 guest-saverestore fail never pass test-amd64-amd64-libvirt-xsm 12 migrate-support-check fail never pass version targeted for testing: libvirt ca0c06f4008154de55e0b3109885facd0bf02d32 baseline version: libvirt 26f3d9c26ccc8e380ef9e1e9a8df51aa7c2387d2 Last test of basis 86369 2016-03-16 04:23:38 Z 1 days Testing same since 86448 2016-03-17 04:26:18 Z 0 days 1 attempts ------------------------------------------------------------ People who touched revisions under test: Cole Robinson <crobinso@xxxxxxxxxx> Erik Skultety <eskultet@xxxxxxxxxx> Martin Kletzander <mkletzan@xxxxxxxxxx> Maxim Nestratov <mnestratov@xxxxxxxxxxxxx> Mikhail Feoktistov <mfeoktistov@xxxxxxxxxxxxx> 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 pass test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm pass test-amd64-amd64-libvirt-xsm pass test-armhf-armhf-libvirt-xsm fail test-amd64-i386-libvirt-xsm pass test-amd64-amd64-libvirt pass test-armhf-armhf-libvirt fail test-amd64-i386-libvirt pass test-amd64-amd64-libvirt-pair pass test-amd64-i386-libvirt-pair pass test-armhf-armhf-libvirt-qcow2 fail test-armhf-armhf-libvirt-raw fail 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 ca0c06f4008154de55e0b3109885facd0bf02d32 Author: Cole Robinson <crobinso@xxxxxxxxxx> Date: Tue Mar 15 17:04:32 2016 -0400 rpc: wait longer for session daemon to start up https://bugzilla.redhat.com/show_bug.cgi?id=1271183 We only wait 0.5 seconds for the session daemon to start up and present its socket, which isn't sufficient for many users. Bump up the sleep interval and retry amount so we wait for a total of 5.0 seconds. commit e6367dd408659e7118f4a46c27daee5b749a9b74 Author: Erik Skultety <eskultet@xxxxxxxxxx> Date: Wed Mar 16 16:22:30 2016 +0100 virlog: Fix build breaker with "comparison between signed and unsigned" Refactor series 0b231195 worked with virLogDestination type which, depending on the compiler, might be (and probably will be) an unsigned data type. However, virEnumFromString may return -1 in case of an error. So, when enum happens to be unsigned, some compilers will naturally complain about foo: 'if (foo < 0)' commit bb2f63da7998852ae94cf642f3209384027c64b2 Author: Mikhail Feoktistov <mfeoktistov@xxxxxxxxxxxxx> Date: Tue Mar 15 10:47:51 2016 +0300 vz: set default SCSI model Each version of virtuozzo supports only one type of SCSI controller So if we add disk on SCSI bus, we should set SCSI controller model. We can take it from vzCapabilities structure. commit 97841dd9e64b5a8dd7d772d1213e085a1498c85c Author: Mikhail Feoktistov <mfeoktistov@xxxxxxxxxxxxx> Date: Tue Mar 15 10:47:50 2016 +0300 vz: check supported controllers Because Vz6 supports SCSI(BUSLOGIC), IDE and SATA controllers only and Vz7 supports SCSI(VIRTIO_SCSI) and IDE only we add list of supported controllers and scsi models to vzCapabilities structure. When a new connection opens, we select proper capabilities values according to Virtuozzo version and check them in XMLPostParse. Signed-off-by: Maxim Nestratov <mnestratov@xxxxxxxxxxxxx> commit 1de787b0650e297a359685e9361a01a6ae2a8782 Author: Mikhail Feoktistov <mfeoktistov@xxxxxxxxxxxxx> Date: Tue Mar 15 10:47:49 2016 +0300 vz: report correct disk format in domainGetXMLDesc We should report correct disk format depending on vz version and domain type. Since we support only one disk format for each domain type, we can take it from vzCapabilities structure. commit a9555e202e3b30bc97053a070a60eb204afd25dd Author: Maxim Nestratov <mnestratov@xxxxxxxxxxxxx> Date: Wed Mar 16 14:55:27 2016 +0300 vz: move prlsdkCheckDiskUnsupportedParams to vz_utils.c As long as we have another function checking disk parameters correctness, let's have them in one place. Here we change prefix of the moved function and start to call it from vzCheckUnsupportedDisks rather than add disk. Signed-off-by: Maxim Nestratov <mnestratov@xxxxxxxxxxxxx> commit adbe76fb42815e47e91b6b2c0f744595ffd537cb Author: Mikhail Feoktistov <mfeoktistov@xxxxxxxxxxxxx> Date: Tue Mar 15 10:47:48 2016 +0300 vz: check supported disk format and bus Now we check disk parameters correctness in DomainPostParse. Signed-off-by: Maxim Nestratov <mnestratov@xxxxxxxxxxxxx> commit 19d979edff5145394176e132a0cee22348026470 Author: Mikhail Feoktistov <mfeoktistov@xxxxxxxxxxxxx> Date: Tue Mar 15 10:47:47 2016 +0300 vz: add vzCapabilities to connection structure As far as Virtuozzo6 and Virtuozzo7 support different disk types for virtual machines (ploop and qcow2 respectively) and different buses (vz6: IDE, SCSI, SATA; vz7: IDE SCSI) we add vzCapabilities structure to help undestand which disk formats and buses are supported in the context of a current connection. When a new connection opens, we select proper capabilities in accordance to current Virtuozzo version. commit d10b02b5e585486b69781ad1c2fee8a9a8262508 Author: Mikhail Feoktistov <mfeoktistov@xxxxxxxxxxxxx> Date: Tue Mar 15 10:47:46 2016 +0300 vz: save vz version in connection structure Move code from connectGetVersion callback to vzInitVersion function commit 0b231195cb5be7d0c92b5d8164b222a4e0b9f287 Author: Erik Skultety <eskultet@xxxxxxxxxx> Date: Tue Mar 15 22:15:02 2016 +0100 virlog: Refactor virLogParseOutputs The problem with the original virLogParseOutputs method was that the way it parsed the input, walking the string char by char and using absolute jumps depending on the virLogDestination type, was rather complicated to read. This patch utilizes virStringSplit method twice, first time to filter out any spaces and split the input to individual log outputs and then for each individual output to tokenize it by to the parts according to our PRIORITY:DESTINATION?(:DATA) format. Also, to STREQLEN for matching destination was replaced with virDestinationTypeFromString call. commit 034337fb8578d6f67455782b7a5ee67c67ff7000 Author: Erik Skultety <eskultet@xxxxxxxxxx> Date: Tue Mar 15 21:35:17 2016 +0100 virlog: Introduce Type{To,From}String for virLogDestination In order to refactor the ugly virLogParseOutputs method, this is a neat way of finding out whether the destination type (in the form of a string) user provided is a valid one. As a bonus, if it turns out it is valid, we get the actual enum which will later be passed to any of virLogAddOutput methods right away. commit 6bd9758e5832b2cf5dee34a557e421343f6a50ec Author: Erik Skultety <eskultet@xxxxxxxxxx> Date: Wed Mar 16 10:58:32 2016 +0100 tests: Add a new test for logging outputs parser Test for parser's functionality. commit 814b2ec6251dffa584d24e1e262fa1a04fd4cabd Author: Erik Skultety <eskultet@xxxxxxxxxx> Date: Wed Mar 16 10:55:38 2016 +0100 tests: Slightly tweak virlogtest Patch adds a generic DO_TEST_FULL macro, some PASS/FAIL macros to better visually distinguish tests that should fail and tests that should pass. Also, some cosmetic changes like renames and direct call to fprintf is replaced with our VIR_TEST_DEBUG macro, as using testutils should be our preferred way of reporting errors in tests. commit c1276177f83222cdb355754e58c628786476fea8 Author: Martin Kletzander <mkletzan@xxxxxxxxxx> Date: Mon Mar 14 16:47:51 2016 +0100 nodedev: Shorten match condition Just a cleanup I stumbled upon in one of my older branches I did when browsing through some code and forgot to send it. Signed-off-by: Martin Kletzander <mkletzan@xxxxxxxxxx> commit 71fa2eb26c18c53d9e498e5f75c6307003e72c8e Author: Martin Kletzander <mkletzan@xxxxxxxxxx> Date: Fri Mar 11 14:21:56 2016 +0100 qemu: Don't access uninitialized memory In qemuConnectDomainXMLToNative() we set up the monitor, but we never memset() it to zeros. Thanks to the introduction of the logfile parameter of chardevs (and the logfile member of the struct), we started checking whether that's non-NULL and that exposed this old error. Signed-off-by: Martin Kletzander <mkletzan@xxxxxxxxxx> _______________________________________________ osstest-output mailing list osstest-output@xxxxxxxxxxxxxxxxxxxx http://lists.xenproject.org/cgi-bin/mailman/listinfo/osstest-output
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |