* [xen-unstable-smoke test] 103306: regressions - FAIL
@ 2016-12-14 6:24 osstest service owner
2016-12-14 7:52 ` Wei Liu
0 siblings, 1 reply; 3+ messages in thread
From: osstest service owner @ 2016-12-14 6:24 UTC (permalink / raw)
To: xen-devel, osstest-admin
[-- Attachment #1: Type: text/plain, Size: 3173 bytes --]
flight 103306 xen-unstable-smoke real [real]
http://logs.test-lab.xenproject.org/osstest/logs/103306/
Regressions :-(
Tests which did not succeed and are blocking,
including tests which could not be run:
build-amd64-libvirt 5 libvirt-build fail REGR. vs. 103284
Tests which did not succeed, but are not blocking:
test-amd64-amd64-libvirt 1 build-check(1) blocked n/a
test-armhf-armhf-xl 12 migrate-support-check fail never pass
test-armhf-armhf-xl 13 saverestore-support-check fail never pass
version targeted for testing:
xen 1035fe9b160bf298985296a6c73f2ab3d1ae55c5
baseline version:
xen fc9229c4bb35c5474fbc67f78e628dcbcc90afc5
Last test of basis 103284 2016-12-13 19:03:56 Z 0 days
Testing same since 103292 2016-12-13 22:19:08 Z 0 days 3 attempts
------------------------------------------------------------
People who touched revisions under test:
Cédric Bosdonnat <cbosdonnat@suse.com>
Ian Jackson <ian.jackson@eu.citrix.com>
Stefano Stabellini <sstabellini@kernel.org>
Wei Liu <wei.liu2@citrix.com>
jobs:
build-amd64 pass
build-armhf pass
build-amd64-libvirt fail
test-armhf-armhf-xl pass
test-amd64-amd64-xl-qemuu-debianhvm-i386 pass
test-amd64-amd64-libvirt blocked
------------------------------------------------------------
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 1035fe9b160bf298985296a6c73f2ab3d1ae55c5
Author: Cédric Bosdonnat <cbosdonnat@suse.com>
Date: Tue Dec 13 17:31:52 2016 +0100
libxl: QED disks support
Qdisk supports qcow and qcow2, extend it to also support qed disk
format.
Signed-off-by: Cédric Bosdonnat <cbosdonnat@suse.com>
[ wei: regenerate libxlu_disk_l.{c,h} ]
Acked-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
commit 9963caae97ad140fa207c3c61a9442b417afc1e9
Author: Stefano Stabellini <sstabellini@kernel.org>
Date: Tue Dec 13 11:08:39 2016 -0800
fix LDRB Thumb2 decoding
Rt is four bit at offset 12, not three. See see encoding T2 for LDRB
A8.8.70 in ARM DDI 0406C.c
Suggested-by: Julien Grall <julien.grall@arm.com>
Signed-off-by: Stefano Stabellini <sstabellini@kernel.org>
Reviewed-by: Julien Grall <julien.grall@arm.com>
(qemu changes not included)
[-- Attachment #2: Type: text/plain, Size: 127 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [xen-unstable-smoke test] 103306: regressions - FAIL
2016-12-14 6:24 [xen-unstable-smoke test] 103306: regressions - FAIL osstest service owner
@ 2016-12-14 7:52 ` Wei Liu
2016-12-14 8:26 ` Cedric Bosdonnat
0 siblings, 1 reply; 3+ messages in thread
From: Wei Liu @ 2016-12-14 7:52 UTC (permalink / raw)
To: osstest service owner, Cédric Bosdonnat, Jim Fehlig
Cc: xen-devel, Wei Liu
Hi Cédric and Jim
On Wed, Dec 14, 2016 at 06:24:15AM +0000, osstest service owner wrote:
> flight 103306 xen-unstable-smoke real [real]
> http://logs.test-lab.xenproject.org/osstest/logs/103306/
>
> Regressions :-(
>
> Tests which did not succeed and are blocking,
> including tests which could not be run:
> build-amd64-libvirt 5 libvirt-build fail REGR. vs. 103284
>
xenconfig/xen_xl.c: In function 'xenParseXLDisk':
xenconfig/xen_xl.c:376:17: error: enumeration value 'LIBXL_DISK_FORMAT_QED' not handled in switch [-Werror=switch]
switch (libxldisk->format) {
^
cc1: all warnings being treated as errors
It seems that libvirt is not happy with the recent addition of new disk
format in xen.git:
1035fe9b160bf298985296a6c73f2ab3d1ae55c5 libxl: QED disks support
The short term fix is, of course, to add the corresponding format to
libvirt. But I'm not sure what the long term fix is.
Wei.
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [xen-unstable-smoke test] 103306: regressions - FAIL
2016-12-14 7:52 ` Wei Liu
@ 2016-12-14 8:26 ` Cedric Bosdonnat
0 siblings, 0 replies; 3+ messages in thread
From: Cedric Bosdonnat @ 2016-12-14 8:26 UTC (permalink / raw)
To: Wei Liu, osstest service owner, Jim Fehlig; +Cc: xen-devel
Hello Wei,
On Wed, 2016-12-14 at 07:52 +0000, Wei Liu wrote:
> On Wed, Dec 14, 2016 at 06:24:15AM +0000, osstest service owner wrote:
> > flight 103306 xen-unstable-smoke real [real]
> > http://logs.test-lab.xenproject.org/osstest/logs/103306/
> >
> > Regressions :-(
> >
> > Tests which did not succeed and are blocking,
> > including tests which could not be run:
> > build-amd64-libvirt 5 libvirt-build fail REGR. vs. 103284
> >
>
> xenconfig/xen_xl.c: In function 'xenParseXLDisk':
> xenconfig/xen_xl.c:376:17: error: enumeration value 'LIBXL_DISK_FORMAT_QED' not handled in switch [-Werror=switch]
> switch (libxldisk->format) {
> ^
> cc1: all warnings being treated as errors
>
> It seems that libvirt is not happy with the recent addition of new disk
> format in xen.git:
>
> 1035fe9b160bf298985296a6c73f2ab3d1ae55c5 libxl: QED disks support
>
> The short term fix is, of course, to add the corresponding format to
> libvirt. But I'm not sure what the long term fix is.
I have a pending libvirt patch add QED support here that I'll need to
rewrite and submit now that the libxl one is nearly pushed.
--
Cedric
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-12-14 8:26 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-14 6:24 [xen-unstable-smoke test] 103306: regressions - FAIL osstest service owner
2016-12-14 7:52 ` Wei Liu
2016-12-14 8:26 ` Cedric Bosdonnat
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).