|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [xen-unstable test] 4473: regressions - FAIL
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
|
|
|
|
|