From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jim Fehlig Subject: Re: [libvirt test] 62376: regressions - FAIL Date: Mon, 28 Sep 2015 21:03:47 -0600 Message-ID: <5609FF93.5080005@suse.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: osstest service owner , xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On 09/27/2015 02:35 AM, osstest service owner wrote: > flight 62376 libvirt real [real] > http://logs.test-lab.xenproject.org/osstest/logs/62376/ > > 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. 62281 > build-i386-libvirt 5 libvirt-build fail REGR. vs. 62281 > build-armhf-libvirt 5 libvirt-build fail REGR. vs. 62281 FYI, the error here was conf/domain_conf.c: In function 'virDomainDefParseXML': conf/domain_conf.c:14681:5: error: comparison of unsigned expression < 0 is always false [-Werror=type-limits] cc1: all warnings being treated as errors which has already been fixed by libvirt commit 5e06a4f0. Regards, Jim