[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [libvirt test] 100553: regressions - FAIL
flight 100553 libvirt real [real] http://logs.test-lab.xenproject.org/osstest/logs/100553/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-armhf-armhf-libvirt-raw 5 xen-install fail REGR. vs. 100538 Tests which did not succeed, but are not blocking: test-amd64-amd64-libvirt 12 migrate-support-check fail never pass test-amd64-amd64-libvirt-xsm 12 migrate-support-check fail never pass test-amd64-i386-libvirt-xsm 12 migrate-support-check fail never pass test-amd64-i386-libvirt 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-qemuu-debianhvm-amd64-xsm 10 migrate-support-check fail never pass test-armhf-armhf-libvirt 12 migrate-support-check fail never pass test-armhf-armhf-libvirt 14 guest-saverestore fail never pass test-amd64-amd64-libvirt-vhd 11 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-armhf-armhf-libvirt-xsm 12 migrate-support-check fail never pass test-armhf-armhf-libvirt-xsm 14 guest-saverestore fail never pass version targeted for testing: libvirt 72abe564480b6a521eae46534406169b645ac8b3 baseline version: libvirt 41f5c2ca27762770a40187fe63459c10a74c79f9 Last test of basis 100538 2016-08-18 04:19:40 Z 1 days Testing same since 100553 2016-08-19 04:20:40 Z 0 days 1 attempts ------------------------------------------------------------ People who touched revisions under test: Ján Tomko <jtomko@xxxxxxxxxx> Maxim Nestratov <mnestratov@xxxxxxxxxxxxx> Mikhail Feoktistov <mfeoktistov@xxxxxxxxxxxxx> Olga Krishtal <okrishtal@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 72abe564480b6a521eae46534406169b645ac8b3 Author: Mikhail Feoktistov <mfeoktistov@xxxxxxxxxxxxx> Date: Thu Aug 18 07:43:09 2016 -0400 vz: add validation callbacks This patch fixes a bug which occurs when we check a bus and unit number for a new attached disk. We should do this check in ValidadionCallback, not in PostParse callback. Because in PostParse we have not initialized disk->info.addr.drive struct yet. Move part of code from domainPostParseCallback to domainValidateCallback and part from devicesPostParseCallback to deviceValidateCallback. PostParse callbacks are for modification data. ValidateCallbacks are only for checks. commit b880ff42ddb4d7a8c706ab3555286e7e1da99e46 Author: Olga Krishtal <okrishtal@xxxxxxxxxxxxx> Date: Thu Aug 18 15:37:00 2016 +0300 vz: fixed race in vzDomainAttach/DettachDevice While dettaching/attaching device in OpenStack, nova calls vzDomainDettachDevice twice, because the update of the internal configuration of the ct comes a bit latter than the update event. As the result, we suffer from the second call to dettach the same device. Signed-off-by: Olga Krishtal <okrishtal@xxxxxxxxxxxxx> commit 0970a066d181a51793cd238e52e473dd3b543ebc Author: Maxim Nestratov <mnestratov@xxxxxxxxxxxxx> Date: Wed Aug 3 14:40:20 2016 +0300 vz: specify VIR_DOMAIN_NET_TYPE_NETWORK for routed networks Somehow we lost this during recent refactoring Signed-off-by: Maxim Nestratov <mnestratov@xxxxxxxxxxxxx> commit 0f13dc81d717fc27acae0856ce496f88b84da34d Author: Maxim Nestratov <mnestratov@xxxxxxxxxxxxx> Date: Wed Aug 3 12:41:53 2016 +0300 vz: reset errors after ignoring return values If we are going to ignore return value of a functions that can raise an error, it's not enough to use ignore_value construction. We should explicitly call virResetLastError Signed-off-by: Maxim Nestratov <mnestratov@xxxxxxxxxxxxx> commit d9e0d4ecbb74807b822aa5a0825f012c25c0dbe4 Author: Maxim Nestratov <mnestratov@xxxxxxxxxxxxx> Date: Tue Jun 7 19:34:50 2016 +0300 vz: don't fail query domain info in case we don't have valid stats handle Signed-off-by: Maxim Nestratov <mnestratov@xxxxxxxxxxxxx> commit 9e8cbe185dbff2ebae0442f989bcbbbc536d1155 Author: Maxim Nestratov <mnestratov@xxxxxxxxxxxxx> Date: Thu May 26 11:56:23 2016 +0300 vz: get additional error information from job correctly First, make function logPrlEventErrorHelper be void and only print information (if any) from an event. Second, don't rewrite original error with any errors we get during parsing event info. Third, ignore PRL_ERR_NO_DATA at all. Signed-off-by: Maxim Nestratov <mnestratov@xxxxxxxxxxxxx> commit f9785569de082b747856d299fd99934ca1798cf5 Author: Ján Tomko <jtomko@xxxxxxxxxx> Date: Thu Jun 16 14:16:43 2016 +0200 cfg.mk: join not_streq and not_strneq tests The marginally nicer error message is not worth the extra lines in cfg.mk. Also drop the excludes since there was only one offender in the tests. commit b3e3fc3257e964669d0fbbd90fd02e9faeb86961 Author: Ján Tomko <jtomko@xxxxxxxxxx> Date: Tue Jul 26 13:18:43 2016 +0200 cfg.mk: drop redundant sc_prohibit_gethostby Both gethostbyaddr and gethostbyname* are already checked by sc_prohibit_nonreentrant. commit 1fe77f9f7fe7d1957673df2f8d03e20e54333fcc Author: Ján Tomko <jtomko@xxxxxxxxxx> Date: Thu Jun 16 12:05:35 2016 +0200 cfg.mk: use subst instead of tr GNU make is able to replace characters, no need to call tr. commit 5e045eca90372ab4b2101acb6e28d7bc88dfcb71 Author: Ján Tomko <jtomko@xxxxxxxxxx> Date: Tue Jul 26 13:33:36 2016 +0200 tests: fix the return value of test-wrap-argv The script was returning success unless it failed on the last file. This went unnoticed because sc_prohibit_long_lines forbids lines longer than 90 characters in .arg[sv] files. commit 212564a0d10b56665c99d406d2e60f942665adc9 Author: Ján Tomko <jtomko@xxxxxxxxxx> Date: Wed Aug 3 12:20:36 2016 +0200 maint: update to latest gnulib Pick up the new syntax-check speedups. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |