WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] [xen-unstable test] 4473: regressions - FAIL

To: xen.org <ian.jackson@xxxxxxxxxxxxx>
Subject: Re: [Xen-devel] [xen-unstable test] 4473: regressions - FAIL
From: Ian Campbell <Ian.Campbell@xxxxxxxxxx>
Date: Fri, 24 Dec 2010 10:45:07 +0000
Cc: "xen-devel@xxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Fri, 24 Dec 2010 02:46:58 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <osstest-4473-mainreport@xxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Organization: Citrix Systems, Inc.
References: <osstest-4473-mainreport@xxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
On Fri, 2010-12-24 at 10:37 +0000, xen.org wrote:
> flight 4473 xen-unstable real [real]
> http://www.chiark.greenend.org.uk/~xensrcts/logs/4473/
> 
> Regressions :-(
> 
> Tests which did not succeed and are blocking:
>  build-amd64-oldkern           4 xen-build                  fail REGR. vs. 
> 4315
>  build-amd64                   4 xen-build                  fail REGR. vs. 
> 4315
>  build-i386-oldkern            4 xen-build                  fail REGR. vs. 
> 4315
>  build-i386                    4 xen-build                  fail REGR. vs. 
> 4315

64 bit failures are the libxc issue I posted a patch for just now.

32 bit failures are:
        cc1: warnings being treated as errors
        sched_credit2.c: In function 'csched_dump':
        sched_credit2.c:1790: error: format '%3ld' expects type 'long int', but 
argument 6 has type 's_time_t'
        
Requiring:

diff -r a4369aa8ab41 xen/common/sched_credit2.c
--- a/xen/common/sched_credit2.c        Fri Dec 24 09:47:12 2010 +0000
+++ b/xen/common/sched_credit2.c        Fri Dec 24 10:45:03 2010 +0000
@@ -1782,7 +1782,7 @@ csched_dump(const struct scheduler *ops)
                "\tncpus              = %u\n"
                "\tmax_weight         = %d\n"
                "\tinstload           = %d\n"
-               "\taveload            = %3ld\n",
+               "\taveload            = %3"PRI_stime"\n",
                i,
                cpus_weight(prv->rqd[i].active),
                prv->rqd[i].max_weight,

Ian.


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>