[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [libvirt test] 106483: regressions - FAIL
flight 106483 libvirt real [real] http://logs.test-lab.xenproject.org/osstest/logs/106483/ Regressions :-( Tests which did not succeed and are blocking, including tests which could not be run: test-armhf-armhf-libvirt 16 guest-start.2 fail in 106473 REGR. vs. 106434 Tests which are failing intermittently (not blocking): test-armhf-armhf-libvirt 15 guest-start/debian.repeat fail pass in 106473 Regressions which are regarded as allowable (not blocking): test-armhf-armhf-libvirt 13 saverestore-support-check fail like 106434 test-armhf-armhf-libvirt-xsm 13 saverestore-support-check fail like 106434 test-armhf-armhf-libvirt-raw 12 saverestore-support-check fail like 106434 Tests which did not succeed, but are not blocking: test-arm64-arm64-libvirt-xsm 1 build-check(1) blocked n/a build-arm64-libvirt 1 build-check(1) blocked n/a test-arm64-arm64-libvirt-qcow2 1 build-check(1) blocked n/a test-arm64-arm64-libvirt 1 build-check(1) blocked n/a build-arm64 5 xen-build fail never pass test-amd64-i386-libvirt 12 migrate-support-check fail never pass test-amd64-i386-libvirt-xsm 12 migrate-support-check fail never pass test-amd64-amd64-libvirt 12 migrate-support-check fail never pass test-amd64-amd64-libvirt-xsm 12 migrate-support-check fail never pass build-arm64-xsm 5 xen-build fail never pass test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm 10 migrate-support-check fail never pass test-amd64-i386-libvirt-qemuu-debianhvm-amd64-xsm 10 migrate-support-check fail never pass build-arm64-pvops 5 kernel-build fail never pass test-amd64-amd64-libvirt-vhd 11 migrate-support-check fail never pass test-armhf-armhf-libvirt 12 migrate-support-check fail never pass test-armhf-armhf-libvirt-xsm 12 migrate-support-check fail never pass test-armhf-armhf-libvirt-raw 11 migrate-support-check fail never pass version targeted for testing: libvirt cbcfd097692a77fa5ee2da8eed8c6a3172a4ac37 baseline version: libvirt 38063555c8e7b73ed1ab99b36d5084c0093ae8bd Last test of basis 106434 2017-03-04 04:20:26 Z 2 days Testing same since 106473 2017-03-05 04:51:19 Z 1 days 2 attempts ------------------------------------------------------------ People who touched revisions under test: John Ferlan <jferlan@xxxxxxxxxx> jobs: build-amd64-xsm pass build-arm64-xsm fail build-armhf-xsm pass build-i386-xsm pass build-amd64 pass build-arm64 fail build-armhf pass build-i386 pass build-amd64-libvirt pass build-arm64-libvirt blocked build-armhf-libvirt pass build-i386-libvirt pass build-amd64-pvops pass build-arm64-pvops fail 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 blocked test-armhf-armhf-libvirt-xsm pass test-amd64-i386-libvirt-xsm pass test-amd64-amd64-libvirt pass test-arm64-arm64-libvirt blocked test-armhf-armhf-libvirt fail test-amd64-i386-libvirt pass test-amd64-amd64-libvirt-pair pass test-amd64-i386-libvirt-pair pass test-arm64-arm64-libvirt-qcow2 blocked 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 cbcfd097692a77fa5ee2da8eed8c6a3172a4ac37 Author: John Ferlan <jferlan@xxxxxxxxxx> Date: Sat Mar 4 10:42:33 2017 -0500 node: Replace variable named 'system' with 'syscap' Changes in commit id 'dec6d9df' caused a compilation failure on a RHEL6 CI build environment. So just replace 'system' with 'syscap' as a name. cc1: warnings being treated as errors ../../src/conf/node_device_conf.c: In function 'virNodeDevCapSystemParseXML': ../../src/conf/node_device_conf.c:1415: error: declaration of 'system' shadows a global declaration [-Wshadow] commit dec6d9df5feeb768381dd1b010d8030b44ea1a9a Author: John Ferlan <jferlan@xxxxxxxxxx> Date: Thu Mar 2 10:59:25 2017 -0500 nodedev: Reduce virNodeDevCapDataPtr usage Replace with more data specific pointer types. commit a6c3382e8e4424990305a56013caad8d508a6129 Author: John Ferlan <jferlan@xxxxxxxxxx> Date: Thu Mar 2 10:08:53 2017 -0500 conf: Clean up the _virNodeDevCapData Rather than a bunch of embedded union structs, let's create structs for each of the structs within the union and make the struct easier to read. commit 25ad94ecf548e1d10616280282b1aa15d7eb41b6 Author: John Ferlan <jferlan@xxxxxxxxxx> Date: Thu Mar 2 08:50:27 2017 -0500 conf: Alter coding style of nodedev function prototypes In an effort to be consistent with the source module, alter the function prototypes to follow the similar style of source with the "type" on one line followed by the function name and arguments on subsequent lines with with argument getting it's own line. commit 0a5cc56d9269b3b18b3cb6f538dc5f646ee52d8b Author: John Ferlan <jferlan@xxxxxxxxxx> Date: Wed Mar 1 19:17:34 2017 -0500 conf: Use consistent function name prefixes for virnodedeviceobj Use "virNodeDeviceObj" as a prefix for any external API in virnodedeviceobj commit 29714483a6b3dda65238f199689b48c32f1eb814 Author: John Ferlan <jferlan@xxxxxxxxxx> Date: Thu Mar 2 08:39:11 2017 -0500 conf: Adjust coding style for nodedev conf sources Alter the format of the code to follow more recent style guidelines of two empty lines between functions, function decls with "[static] type" on one line followed by function name with arguments to functions each on one line. commit bc20200e532d82537e96ded4d5b7a7e9381ba1bb Author: John Ferlan <jferlan@xxxxxxxxxx> Date: Tue Feb 28 13:24:26 2017 -0500 conf: Introduce virnodedeviceobj Move all the NodeDeviceObj API's into their own module virnodedeviceobj from the node_device_conf Purely code motion at this point, plus adjustments to cleanly build. _______________________________________________ osstest-output mailing list osstest-output@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/cgi-bin/mailman/listinfo/osstest-output
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |