All of lore.kernel.org
 help / color / mirror / Atom feed
* Daily Xen Builds
@ 2006-08-30 15:58 David F Barrera
  2006-08-30 16:31 ` [PATCH] [UNTESTED] Fix sentinel in call to execlp in tools/iommu/vnc.c Harry Butterworth
  0 siblings, 1 reply; 381+ messages in thread
From: David F Barrera @ 2006-08-30 15:58 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1675 bytes --]

August 30, 2006, using xen-unstable changeset:

changeset:   11288:a47951e59cbf
tag:         tip
user:        Ewan Mellor <ewan@xensource.com>
date:        Wed Aug 30 03:47:24 2006 +0100
summary:     Shadow memory should be in MiB, not KiB.  It also needs rounding up to be safe.

ISSUES:
* Bugzilla Bug 725 xm-test - FAIL: 11_create_concurrent_pos.test -- Console run-away (exceeded 131072 bytes)


x86_32 (no PAE support)

* SLES 9 SP2 on IBM xSeries 335, and 235
* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

x86_32 (PAE)

* FC4 on x335, RHEL 4 on IBM HS20 Blade
* Builds and boots without problems
* Able to create fully functional guest domains

ISSUES:

x86_64 **BLOCKED (SLES 10 on IBM HS20 Blade 8843)

Unable to start xen on this machine. Build log shows:

/usr/local/autobench/var/tmp/xen/xen-unstable.hg/tools/ioemu/vnc.c:1272: warning: missing sentinel in function call
make[3]: *** [vnc.o] Error 1
make[2]: *** [subdir-i386-dm] Error 2
make[1]: *** [ioemu] Error 2
make: *** [all] Error 2
...
make[3]: *** [vnc.o] Error 1
make[2]: *** [subdir-i386-dm] Error 2
make[1]: *** [ioemuinstall] Error 2
make: *** [install] Error 2"


XM-TEST results summary:  
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
          x235-sles9 |  105 |    4 |     0 |     3 |
         x335fc4-PAE |  107 |    4 |     0 |     3 |
           x335sles9 |  107 |    4 |     0 |     3 |


-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
	
                          Euripides


[-- Attachment #2: x335fc4-PAE.report --]
[-- Type: text/plain, Size: 378 bytes --]

Xm-test execution summary:
  PASS:  107
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #3: x335sles9.report --]
[-- Type: text/plain, Size: 378 bytes --]

Xm-test execution summary:
  PASS:  107
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #4: x235-sles9.report --]
[-- Type: text/plain, Size: 378 bytes --]

Xm-test execution summary:
  PASS:  105
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #5: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* [PATCH] [UNTESTED] Fix sentinel in call to execlp in tools/iommu/vnc.c
  2006-08-30 15:58 Daily Xen Builds David F Barrera
@ 2006-08-30 16:31 ` Harry Butterworth
  2006-08-30 18:20   ` David F Barrera
  2006-09-08 16:01   ` Harry Butterworth
  0 siblings, 2 replies; 381+ messages in thread
From: Harry Butterworth @ 2006-08-30 16:31 UTC (permalink / raw)
  To: David F Barrera; +Cc: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1007 bytes --]

On Wed, 2006-08-30 at 10:58 -0500, David F Barrera wrote:
> August 30, 2006, using xen-unstable changeset:
> 
> changeset:   11288:a47951e59cbf

> ISSUES:
> 
> x86_64 **BLOCKED (SLES 10 on IBM HS20 Blade 8843)
> 
> Unable to start xen on this machine. Build log shows:
> 
> /usr/local/autobench/var/tmp/xen/xen-unstable.hg/tools/ioemu/vnc.c:1272: warning: missing sentinel in function call
> make[3]: *** [vnc.o] Error 1
> make[2]: *** [subdir-i386-dm] Error 2
> make[1]: *** [ioemu] Error 2
> make: *** [all] Error 2
> ...
> make[3]: *** [vnc.o] Error 1
> make[2]: *** [subdir-i386-dm] Error 2
> make[1]: *** [ioemuinstall] Error 2
> make: *** [install] Error 2"

This patch should fix your problem here.  I have not tested it.  Please
give it a go and report whether it is OK to be committed to the tree.

The issue is that 0 on a 64 bit machine is a 32 bit integer whereas the
sentinel needs to be a 64 bit null pointer for the code to be correct.

Signed-off-by: Harry Butterworth <butterwo@uk.ibm.com>

[-- Attachment #2: sentinel.patch --]
[-- Type: text/x-patch, Size: 369 bytes --]

diff -r dc773bf49664 -r 606ec67fb063 tools/ioemu/vnc.c
--- a/tools/ioemu/vnc.c	Wed Aug 30 10:05:00 2006
+++ b/tools/ioemu/vnc.c	Wed Aug 30 16:23:38 2006
@@ -1269,7 +1269,7 @@
 	exit(1);
 
     case 0:	/* child */
-	execlp("vncviewer", "vncviewer", s, 0);
+	execlp("vncviewer", "vncviewer", s, (char *)NULL);
 	fprintf(stderr, "vncviewer execlp failed\n");
 	exit(1);
 

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Re: [PATCH] [UNTESTED] Fix sentinel in call to execlp in tools/iommu/vnc.c
  2006-08-30 16:31 ` [PATCH] [UNTESTED] Fix sentinel in call to execlp in tools/iommu/vnc.c Harry Butterworth
@ 2006-08-30 18:20   ` David F Barrera
  2006-08-31 13:14     ` Harry Butterworth
  2006-09-08 16:01   ` Harry Butterworth
  1 sibling, 1 reply; 381+ messages in thread
From: David F Barrera @ 2006-08-30 18:20 UTC (permalink / raw)
  To: Harry Butterworth; +Cc: xen-devel

Harry Butterworth wrote:
> This patch should fix your problem here.  I have not tested it.  Please
> give it a go and report whether it is OK to be committed to the tree.
>
> The issue is that 0 on a 64 bit machine is a 32 bit integer whereas the
> sentinel needs to be a 64 bit null pointer for the code to be correct.
>
> Signed-off-by: Harry Butterworth <butterwo@uk.ibm.com>
>   
> ------------------------------------------------------------------------
>
> diff -r dc773bf49664 -r 606ec67fb063 tools/ioemu/vnc.c
> --- a/tools/ioemu/vnc.c	Wed Aug 30 10:05:00 2006
> +++ b/tools/ioemu/vnc.c	Wed Aug 30 16:23:38 2006
> @@ -1269,7 +1269,7 @@
>  	exit(1);
>  
>      case 0:	/* child */
> -	execlp("vncviewer", "vncviewer", s, 0);
> +	execlp("vncviewer", "vncviewer", s, (char *)NULL);
>  	fprintf(stderr, "vncviewer execlp failed\n");
>  	exit(1);
>  
>   
Here's the tail end of what I get:

...
XK_Control_Lâ undeclared (first use in this function)
/usr/local/autobench/var/tmp/xen/xen-unstable.hg/tools/ioemu/vnc.c:847: 
error: âXK_Alt_Lâ undeclared (first use in this function)
/usr/local/autobench/var/tmp/xen/xen-unstable.hg/tools/ioemu/vnc.c:864: 
error: âXK_1â undeclared (first use in this function)
/usr/local/autobench/var/tmp/xen/xen-unstable.hg/tools/ioemu/vnc.c:864: 
error: âXK_9â undeclared (first use in this function)
make[4]: *** [vnc.o] Error 1
make[4]: Leaving directory 
`/usr/local/autobench/var/tmp/xen/xen-unstable.hg/tools/ioemu/i386-dm'
make[3]: *** [subdir-i386-dm] Error 2
make[3]: Leaving directory 
`/usr/local/autobench/var/tmp/xen/xen-unstable.hg/tools/ioemu'
make[2]: *** [ioemuinstall] Error 2
make[2]: Leaving directory 
`/usr/local/autobench/var/tmp/xen/xen-unstable.hg/tools'
make[1]: *** [install] Error 2
make[1]: Leaving directory 
`/usr/local/autobench/var/tmp/xen/xen-unstable.hg/tools'
make: *** [install-tools] Error 2


-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
	
                          Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Re: Re: [PATCH] [UNTESTED] Fix sentinel in call to execlp in tools/iommu/vnc.c
  2006-08-30 18:20   ` David F Barrera
@ 2006-08-31 13:14     ` Harry Butterworth
  0 siblings, 0 replies; 381+ messages in thread
From: Harry Butterworth @ 2006-08-31 13:14 UTC (permalink / raw)
  To: David F Barrera; +Cc: xen-devel

On Wed, 2006-08-30 at 13:20 -0500, David F Barrera wrote:
> Harry Butterworth wrote:
> > This patch should fix your problem here.  I have not tested it.  Please
> > give it a go and report whether it is OK to be committed to the tree.
> >
> > The issue is that 0 on a 64 bit machine is a 32 bit integer whereas the
> > sentinel needs to be a 64 bit null pointer for the code to be correct.
> >
> > Signed-off-by: Harry Butterworth <butterwo@uk.ibm.com>
> >   
> > ------------------------------------------------------------------------
> >
> > diff -r dc773bf49664 -r 606ec67fb063 tools/ioemu/vnc.c
> > --- a/tools/ioemu/vnc.c	Wed Aug 30 10:05:00 2006
> > +++ b/tools/ioemu/vnc.c	Wed Aug 30 16:23:38 2006
> > @@ -1269,7 +1269,7 @@
> >  	exit(1);
> >  
> >      case 0:	/* child */
> > -	execlp("vncviewer", "vncviewer", s, 0);
> > +	execlp("vncviewer", "vncviewer", s, (char *)NULL);
> >  	fprintf(stderr, "vncviewer execlp failed\n");
> >  	exit(1);
> >  
> >   
> Here's the tail end of what I get:
> 
> ...
> XK_Control_Lâ undeclared (first use in this function)
> /usr/local/autobench/var/tmp/xen/xen-unstable.hg/tools/ioemu/vnc.c:847: 
> error: âXK_Alt_Lâ undeclared (first use in this function)
> /usr/local/autobench/var/tmp/xen/xen-unstable.hg/tools/ioemu/vnc.c:864: 
> error: âXK_1â undeclared (first use in this function)
> /usr/local/autobench/var/tmp/xen/xen-unstable.hg/tools/ioemu/vnc.c:864: 
> error: âXK_9â undeclared (first use in this function)
> make[4]: *** [vnc.o] Error 1
> make[4]: Leaving directory 
> `/usr/local/autobench/var/tmp/xen/xen-unstable.hg/tools/ioemu/i386-dm'
> make[3]: *** [subdir-i386-dm] Error 2
> make[3]: Leaving directory 
> `/usr/local/autobench/var/tmp/xen/xen-unstable.hg/tools/ioemu'
> make[2]: *** [ioemuinstall] Error 2
> make[2]: Leaving directory 
> `/usr/local/autobench/var/tmp/xen/xen-unstable.hg/tools'
> make[1]: *** [install] Error 2
> make[1]: Leaving directory 
> `/usr/local/autobench/var/tmp/xen/xen-unstable.hg/tools'
> make: *** [install-tools] Error 2

Well, my patch seems to have fixed your previous compile error so I
think it is good.  The errors above are unrelated to the patch.

The errors above indicate that the symbols XK_Alt_L XK_1 and XK_9 are
undefined.  (I don't understand where the weird 'â' characters are
coming from in the error report above).

These symbols should be defined in /usr/include/X11/keysymdef.h which is
included by vnc.c.

Please check that you have this header file installed on your build
machine and that the symbols are defined in it.

Harry.

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Re: [PATCH] [UNTESTED] Fix sentinel in call to execlp in tools/iommu/vnc.c
  2006-08-30 16:31 ` [PATCH] [UNTESTED] Fix sentinel in call to execlp in tools/iommu/vnc.c Harry Butterworth
  2006-08-30 18:20   ` David F Barrera
@ 2006-09-08 16:01   ` Harry Butterworth
  1 sibling, 0 replies; 381+ messages in thread
From: Harry Butterworth @ 2006-09-08 16:01 UTC (permalink / raw)
  To: chris; +Cc: David F Barrera, xen-devel

The following code in vnc.c needs to change.  I'm not sure if the patch
below is the way to change it or if it should be changed in
tools/ioemu/patches/vnc-start-vncviewer or in both places.

Why is the code checked in in two places?

It's trivial, please commit a fix or explain exactly what is required
and I'll re-spin the patch.

Harry.

On Wed, 2006-08-30 at 17:31 +0100, Harry Butterworth wrote:
> On Wed, 2006-08-30 at 10:58 -0500, David F Barrera wrote:
> > August 30, 2006, using xen-unstable changeset:
> > 
> > changeset:   11288:a47951e59cbf
> 
> > ISSUES:
> > 
> > x86_64 **BLOCKED (SLES 10 on IBM HS20 Blade 8843)
> > 
> > Unable to start xen on this machine. Build log shows:
> > 
> > /usr/local/autobench/var/tmp/xen/xen-unstable.hg/tools/ioemu/vnc.c:1272: warning: missing sentinel in function call
> > make[3]: *** [vnc.o] Error 1
> > make[2]: *** [subdir-i386-dm] Error 2
> > make[1]: *** [ioemu] Error 2
> > make: *** [all] Error 2
> > ...
> > make[3]: *** [vnc.o] Error 1
> > make[2]: *** [subdir-i386-dm] Error 2
> > make[1]: *** [ioemuinstall] Error 2
> > make: *** [install] Error 2"
> 
> This patch should fix your problem here.  I have not tested it.  Please
> give it a go and report whether it is OK to be committed to the tree.
> 
> The issue is that 0 on a 64 bit machine is a 32 bit integer whereas the
> sentinel needs to be a 64 bit null pointer for the code to be correct.
> 
> Signed-off-by: Harry Butterworth <butterwo@uk.ibm.com>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Re: Daily Xen Builds
  2006-09-07 18:57 Daily Xen Builds David F Barrera
@ 2006-09-08  9:26 ` Harry Butterworth
  0 siblings, 0 replies; 381+ messages in thread
From: Harry Butterworth @ 2006-09-08  9:26 UTC (permalink / raw)
  To: David F Barrera; +Cc: xen-devel

On Thu, 2006-09-07 at 13:57 -0500, David F Barrera wrote:
> September 7, 2006, using xen-unstable changeset:
> ISSUES:
> 
> x86_64 **BLOCKED (SLES 10 on IBM HS20 Blade 8843)
> 
> Unable to start xen on this machine. Build log shows:
> 
> /usr/local/autobench/var/tmp/xen/xen-unstable.hg/tools/ioemu/vnc.c:1272: warning: missing sentinel in function call
I posted a patch for this and I think it was a good patch.

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-09-07 18:57 David F Barrera
  2006-09-08  9:26 ` Harry Butterworth
  0 siblings, 1 reply; 381+ messages in thread
From: David F Barrera @ 2006-09-07 18:57 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1637 bytes --]

September 7, 2006, using xen-unstable changeset:

changeset:   11433:1de184deaa9c
tag:         tip
user:        ssmith@weybridge.uk.xensource.com
date:        Wed Sep  6 07:16:02 2006 +0100
summary:     [XEN] gnttab: Initialise maptrack->flags

ISSUES:
* Bugzilla Bug 725 xm-test - FAIL: 11_create_concurrent_pos.test -- Console run-away (exceeded 131072 bytes)

x86_32 (no PAE support)

* SLES 9 SP2 on IBM xSeries 335, and 235
* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

x86_32 (PAE)

* FC4 on x335, RHEL 4 on IBM HS20 Blade
* Builds and boots without problems
* Able to create fully functional guest domains

ISSUES:

x86_64 **BLOCKED (SLES 10 on IBM HS20 Blade 8843)

Unable to start xen on this machine. Build log shows:

/usr/local/autobench/var/tmp/xen/xen-unstable.hg/tools/ioemu/vnc.c:1272: warning: missing sentinel in function call
make[3]: *** [vnc.o] Error 1
make[2]: *** [subdir-i386-dm] Error 2
make[1]: *** [ioemu] Error 2
make: *** [all] Error 2
...
make[3]: *** [vnc.o] Error 1
make[2]: *** [subdir-i386-dm] Error 2
make[1]: *** [ioemuinstall] Error 2
make: *** [install] Error 2"


XM-TEST results summary:

            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
          x235-sles9 |  105 |    4 |     0 |     3 |
         x335fc4-PAE |  107 |    4 |     0 |     3 |
           x335sles9 |  107 |    4 |     0 |     3 |


-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
	
                          Euripides


[-- Attachment #2: x335fc4-PAE.report --]
[-- Type: text/plain, Size: 378 bytes --]

Xm-test execution summary:
  PASS:  107
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #3: x335sles9.report --]
[-- Type: text/plain, Size: 378 bytes --]

Xm-test execution summary:
  PASS:  107
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #4: x235-sles9.report --]
[-- Type: text/plain, Size: 378 bytes --]

Xm-test execution summary:
  PASS:  105
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #5: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-09-06 16:05 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-09-06 16:05 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1645 bytes --]

September 6, 2006, using xen-unstable changeset:

changeset:   11431:383bc7c7b19e
tag:         tip
user:        kfraser@ubuntu.eng.hq.xensource.com
date:        Tue Sep  5 20:36:23 2006 -0700
summary:     [XEN] gnttab: Read domid/flags atomically.

ISSUES:
* Bugzilla Bug 725 xm-test - FAIL: 11_create_concurrent_pos.test -- Console run-away (exceeded 131072 bytes)

x86_32 (no PAE support)

* SLES 9 SP2 on IBM xSeries 335, and 235
* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

x86_32 (PAE)

* FC4 on x335, RHEL 4 on IBM HS20 Blade
* Builds and boots without problems
* Able to create fully functional guest domains

ISSUES:

x86_64 **BLOCKED (SLES 10 on IBM HS20 Blade 8843)

Unable to start xen on this machine. Build log shows:

/usr/local/autobench/var/tmp/xen/xen-unstable.hg/tools/ioemu/vnc.c:1272: warning: missing sentinel in function call
make[3]: *** [vnc.o] Error 1
make[2]: *** [subdir-i386-dm] Error 2
make[1]: *** [ioemu] Error 2
make: *** [all] Error 2
...
make[3]: *** [vnc.o] Error 1
make[2]: *** [subdir-i386-dm] Error 2
make[1]: *** [ioemuinstall] Error 2
make: *** [install] Error 2"


XM-TEST results summary:    

            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
          x235-sles9 |  105 |    4 |     0 |     3 |
         x335fc4-PAE |  104 |    7 |     0 |     3 |
           x335sles9 |  107 |    4 |     0 |     3 |


-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
	
                          Euripides


[-- Attachment #2: x335fc4-PAE.report --]
[-- Type: text/plain, Size: 618 bytes --]

Xm-test execution summary:
  PASS:  104
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 1440 1500 1505 4096 4192.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 1505.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 4192.


[-- Attachment #3: x335sles9.report --]
[-- Type: text/plain, Size: 378 bytes --]

Xm-test execution summary:
  PASS:  107
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #4: x235-sles9.report --]
[-- Type: text/plain, Size: 378 bytes --]

Xm-test execution summary:
  PASS:  105
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #5: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-09-05 18:44 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-09-05 18:44 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1653 bytes --]

September 5, 2006, using xen-unstable changeset:

changeset:   11414:3d36f020e62a
tag:         tip
user:        Andrew Warfield <andy@xensource.com>
date:        Mon Sep  4 15:54:36 2006 -0700
summary:     Update user manual to use blktap for file-based VBDs.

ISSUES:
* Bugzilla Bug 725 xm-test - FAIL: 11_create_concurrent_pos.test -- Console run-away (exceeded 131072 bytes)

x86_32 (no PAE support)

* SLES 9 SP2 on IBM xSeries 335, and 235
* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

x86_32 (PAE)

* FC4 on x335, RHEL 4 on IBM HS20 Blade
* Builds and boots without problems
* Able to create fully functional guest domains

ISSUES:

x86_64 **BLOCKED (SLES 10 on IBM HS20 Blade 8843)

Unable to start xen on this machine. Build log shows:

/usr/local/autobench/var/tmp/xen/xen-unstable.hg/tools/ioemu/vnc.c:1272: warning: missing sentinel in function call
make[3]: *** [vnc.o] Error 1
make[2]: *** [subdir-i386-dm] Error 2
make[1]: *** [ioemu] Error 2
make: *** [all] Error 2
...
make[3]: *** [vnc.o] Error 1
make[2]: *** [subdir-i386-dm] Error 2
make[1]: *** [ioemuinstall] Error 2
make: *** [install] Error 2"


XM-TEST results summary: 
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
          x235-sles9 |  105 |    4 |     0 |     3 |
         x335fc4-PAE |  104 |    7 |     0 |     3 |
           x335sles9 |  107 |    4 |     0 |     3 |


-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
	
                          Euripides


[-- Attachment #2: x335fc4-PAE.report --]
[-- Type: text/plain, Size: 618 bytes --]

Xm-test execution summary:
  PASS:  104
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 1440 1500 1505 4096 4192.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 1505.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 4192.


[-- Attachment #3: x335sles9.report --]
[-- Type: text/plain, Size: 378 bytes --]

Xm-test execution summary:
  PASS:  107
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #4: x235-sles9.report --]
[-- Type: text/plain, Size: 378 bytes --]

Xm-test execution summary:
  PASS:  105
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #5: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-09-01 18:04 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-09-01 18:04 UTC (permalink / raw)
  To: xen-devel

September 1st, 2006, using xen-unstable changeset:

changeset:   11406:765b7e23d979
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Thu Aug 31 19:25:15 2006 +0100
summary:     [XEN] Improve Xen information in register dumps.

ISSUES:
* Bugzilla Bug 725 xm-test - FAIL: 11_create_concurrent_pos.test -- Console run-away (exceeded 131072 bytes)

x86_32 (no PAE support)

* SLES 9 SP2 on IBM xSeries 335, and 235
* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

x86_32 (PAE)

* FC4 on x335, RHEL 4 on IBM HS20 Blade
* Builds and boots without problems
* Able to create fully functional guest domains

ISSUES:

x86_64 **BLOCKED (SLES 10 on IBM HS20 Blade 8843)

Unable to start xen on this machine. Build log shows:

/usr/local/autobench/var/tmp/xen/xen-unstable.hg/tools/ioemu/vnc.c:1272: warning: missing sentinel in function call
make[3]: *** [vnc.o] Error 1
make[2]: *** [subdir-i386-dm] Error 2
make[1]: *** [ioemu] Error 2
make: *** [all] Error 2
...
make[3]: *** [vnc.o] Error 1
make[2]: *** [subdir-i386-dm] Error 2
make[1]: *** [ioemuinstall] Error 2
make: *** [install] Error 2"


XM-TEST results summary: 

            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
          x235-sles9 |  105 |    4 |     0 |     3 |
         x335fc4-PAE |  104 |    7 |     0 |     3 |
           x335sles9 |  107 |    4 |     0 |     3 |



-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
	
                          Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Re: Daily Xen Builds
  2006-08-29 19:58 Ian Pratt
@ 2006-08-29 20:28 ` David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-08-29 20:28 UTC (permalink / raw)
  To: Ian Pratt; +Cc: xen-devel

Ian Pratt wrote:
>> ISSUES:
>> * Bugzilla Bug 725 xm-test - FAIL: 11_create_concurrent_pos.test --
>>     
> Console
>   
>> run-away (exceeded 131072 bytes)
>> * x86_64 **BLOCKED (SLES 10 on IBM HS20 Blade 8843) by Bugzilla Bug
>>     
> 740
>   
>> x86_64: ImportError: /usr/lib64/python2.4/xen/lowlevel/xc.so:
>>     
> undefined
>   
>> symbol: xc_evtchn_status
>>     
>
> I haven't heard anyone else mention this. Are you sure it's not a
> problem with your install?
>
> Perhaps do a 'make uninstall' on the target machine.
>
> Thanks,
> Ian 
>   
Ian,

Yes, it was fixed yesterday. I inadvertently left that line on the report.

-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
	
                          Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* RE: Daily Xen Builds
@ 2006-08-29 19:58 Ian Pratt
  2006-08-29 20:28 ` David F Barrera
  0 siblings, 1 reply; 381+ messages in thread
From: Ian Pratt @ 2006-08-29 19:58 UTC (permalink / raw)
  To: David F Barrera, xen-devel

> ISSUES:
> * Bugzilla Bug 725 xm-test - FAIL: 11_create_concurrent_pos.test --
Console
> run-away (exceeded 131072 bytes)
> * x86_64 **BLOCKED (SLES 10 on IBM HS20 Blade 8843) by Bugzilla Bug
740
> x86_64: ImportError: /usr/lib64/python2.4/xen/lowlevel/xc.so:
undefined
> symbol: xc_evtchn_status

I haven't heard anyone else mention this. Are you sure it's not a
problem with your install?

Perhaps do a 'make uninstall' on the target machine.

Thanks,
Ian 

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-08-29 18:13 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-08-29 18:13 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1845 bytes --]

August 29, 2006, using xen-unstable changeset:

changeset:   11277:a926e72e0491
tag:         tip
parent:      11274:20bb80e54f21
parent:      11276:9956c3a3bd84
user:        tdeegan@york.uk.xensource.com
date:        Tue Aug 29 03:42:35 2006 +0100
summary:     Merge

ISSUES:
* Bugzilla Bug 725 xm-test - FAIL: 11_create_concurrent_pos.test -- Console run-away (exceeded 131072 bytes)
* x86_64 **BLOCKED (SLES 10 on IBM HS20 Blade 8843) by Bugzilla Bug 740 x86_64: ImportError: /usr/lib64/python2.4/xen/lowlevel/xc.so: undefined symbol: xc_evtchn_status

x86_32 (no PAE support)

* SLES 9 SP2 on IBM xSeries 335, and 235
* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

x86_32 (PAE)

* FC4 on x335, RHEL 4 on IBM HS20 Blade
* Builds and boots without problems
* Able to create fully functional guest domains

ISSUES:

x86_64 **BLOCKED (SLES 10 on IBM HS20 Blade 8843)

Unable to start xen on this machine. Not sure why. Build log shows:

/usr/local/autobench/var/tmp/xen/xen-unstable.hg/tools/ioemu/vnc.c:1272: warning: missing sentinel in function call
make[3]: *** [vnc.o] Error 1
make[2]: *** [subdir-i386-dm] Error 2
make[1]: *** [ioemu] Error 2
make: *** [all] Error 2
...
make[3]: *** [vnc.o] Error 1
make[2]: *** [subdir-i386-dm] Error 2
make[1]: *** [ioemuinstall] Error 2
make: *** [install] Error 2"


XM-TEST results summary:  

            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
          x235-sles9 |  105 |    4 |     0 |     3 |
         x335fc4-PAE |  107 |    4 |     0 |     3 |
           x335sles9 |  107 |    4 |     0 |     3 |


-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
	
                          Euripides


[-- Attachment #2: x335sles9.report --]
[-- Type: text/plain, Size: 378 bytes --]

Xm-test execution summary:
  PASS:  107
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #3: x235-sles9.report --]
[-- Type: text/plain, Size: 378 bytes --]

Xm-test execution summary:
  PASS:  105
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #4: x335fc4-PAE.report --]
[-- Type: text/plain, Size: 378 bytes --]

Xm-test execution summary:
  PASS:  107
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #5: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Re: Daily Xen Builds
  2006-08-28 14:24 David F Barrera
@ 2006-08-28 14:57 ` Keir Fraser
  0 siblings, 0 replies; 381+ messages in thread
From: Keir Fraser @ 2006-08-28 14:57 UTC (permalink / raw)
  To: David F Barrera, xen-devel




On 28/8/06 3:24 pm, "David F Barrera" <dfbp@us.ibm.com> wrote:

> * x86_64 **BLOCKED (SLES 10 on IBM HS20 Blade 8843) by Bugzilla Bug 740
> x86_64: ImportError: /usr/lib64/python2.4/xen/lowlevel/xc.so: undefined
> symbol: xc_evtchn_status

The string 'xc_evtchn_status' does not appear anywhere in the current tree.
That xc.so python extension is stale. Probably you should just:
  rm -rf /usr/lib64/python2.4/xen
On that machine.

 -- Keir

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-08-28 14:24 David F Barrera
  2006-08-28 14:57 ` Keir Fraser
  0 siblings, 1 reply; 381+ messages in thread
From: David F Barrera @ 2006-08-28 14:24 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1848 bytes --]

August 28, 2006, using xen-unstable changeset:

changeset:   11260:fab84f9c0ce6
tag:         tip
user:        kaf24@localhost.localdomain
date:        Mon Aug 28 06:09:36 2006 +0100
summary:     [XEN] Rename shadow2 to shadow and move the various source

ISSUES:
* Bugzilla Bug 725 xm-test - FAIL: 11_create_concurrent_pos.test -- Console run-away (exceeded 131072 bytes)
* x86_64 **BLOCKED (SLES 10 on IBM HS20 Blade 8843) by Bugzilla Bug 740 x86_64: ImportError: /usr/lib64/python2.4/xen/lowlevel/xc.so: undefined symbol: xc_evtchn_status

x86_32 (no PAE support)

* SLES 9 SP2 on IBM xSeries 335, and 235
* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

x86_32 (PAE)

* FC4 on x335, RHEL 4 on IBM HS20 Blade
* Builds and boots without problems
* Able to create fully functional guest domains

ISSUES:

x86_64 **BLOCKED (SLES 10 on IBM HS20 Blade 8843)

ISSUES: **BLOCKED

* Bugzilla Bug 740 x86_64: ImportError: /usr/lib64/python2.4/xen/lowlevel/xc.so: undefined symbol: xc_evtchn_status

# xend start
Traceback (most recent call last):
  File "/usr/sbin/xend", line 49, in ?
    from xen.xend.server import SrvDaemon
  File "//usr/lib64/python/xen/xend/server/SrvDaemon.py", line 17, in ?
    import xen.lowlevel.xc
ImportError: /usr/lib64/python2.4/xen/lowlevel/xc.so: undefined symbol: xc_bvtsched_domain_get


XM-TEST results summary: 
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
          x235-sles9 |  105 |    4 |     0 |     3 |
         x335fc4-PAE |  107 |    4 |     0 |     3 |
           x335sles9 |  107 |    4 |     0 |     3 |


-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
	
                          Euripides


[-- Attachment #2: x335sles9.report --]
[-- Type: text/plain, Size: 379 bytes --]

Xm-test execution summary:
  PASS:  107
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.



[-- Attachment #3: x235-sles9.report --]
[-- Type: text/plain, Size: 379 bytes --]

Xm-test execution summary:
  PASS:  105
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.



[-- Attachment #4: x335fc4-PAE.report --]
[-- Type: text/plain, Size: 379 bytes --]

Xm-test execution summary:
  PASS:  107
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.



[-- Attachment #5: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-08-25 14:20 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-08-25 14:20 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1617 bytes --]

August 25, 2006, using xen-unstable changeset:

changeset:   11251:d5eb5205ff35
tag:         tip
user:        Steven Hand <steven@xensource.com>
date:        Thu Aug 24 10:25:49 2006 +0100
summary:     Remove redundant performance counters.

ISSUES:
* Bugzilla Bug 725 xm-test - FAIL: 11_create_concurrent_pos.test -- Console run-away (exceeded 131072 bytes)
* Bugzilla Bug 740 x86_64: ImportError: /usr/lib64/python2.4/xen/lowlevel/xc.so: undefined symbol: xc_evtchn_status

x86_32 (no PAE support)

* SLES 9 SP2 on IBM xSeries 335, and 235
* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

x86_32 (PAE)

* FC4 on x335, RHEL 4 on IBM HS20 Blade
* Builds and boots without problems
* Able to create fully functional guest domains

ISSUES:

x86_64 **BLOCKED (SLES 10 on IBM HS20 Blade 8843)

ISSUES: **BLOCKED

* Bugzilla Bug 740 x86_64: ImportError: /usr/lib64/python2.4/xen/lowlevel/xc.so: undefined symbol: xc_evtchn_status

# uname -a
Linux bl2-10 2.6.16.13-xen #1 SMP Thu Aug 24 07:02:19 CDT 2006 x86_64 x86_64 x86_64 GNU/Linux

# xend start
Traceback (most recent call last):
 File "/usr/sbin/xend", line 49, in ?
   from xen.xend.server import SrvDaemon
 File "//usr/lib64/python/xen/xend/server/SrvDaemon.py", line 17, in ?
   import xen.lowlevel.xc
ImportError: /usr/lib64/python2.4/xen/lowlevel/xc.so: undefined symbol: xc_bvtsched_domain_get


XM-TEST results summary:

-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
	
                          Euripides


[-- Attachment #2: x335sles9.report --]
[-- Type: text/plain, Size: 378 bytes --]

Xm-test execution summary:
  PASS:  107
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #3: x235-sles9.report --]
[-- Type: text/plain, Size: 378 bytes --]

Xm-test execution summary:
  PASS:  105
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #4: x335fc4-PAE.report --]
[-- Type: text/plain, Size: 378 bytes --]

Xm-test execution summary:
  PASS:  107
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #5: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-08-24 14:51 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-08-24 14:51 UTC (permalink / raw)
  To: xen-devel

August 24, 2006, using xen-unstable changeset:

changeset:   11249:1ff4cc298bec
tag:         tip
user:        kfraser@localhost.localdomain
date:        Thu Aug 24 03:49:41 2006 +0100
summary:     [XEN] Fix shadow2 issues with HVM guests.

ISSUES:
* Bugzilla Bug 725 xm-test - FAIL: 11_create_concurrent_pos.test -- Console run-away (exceeded 131072 bytes)
* Bugzilla Bug 740 x86_64: ImportError: /usr/lib64/python2.4/xen/lowlevel/xc.so: undefined symbol: xc_evtchn_status

x86_32 (no PAE support)

* SLES 9 SP2 on IBM xSeries 335, and 235
* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

x86_32 (PAE)

* FC4 on x335, RHEL 4 on IBM HS20 Blade
* Builds and boots without problems
* Able to create fully functional guest domains

ISSUES:

x86_64 
* SLES 10 on IBM HS20 Blade 8843

ISSUES: BLOCKED

* Bugzilla Bug 740 x86_64: ImportError: /usr/lib64/python2.4/xen/lowlevel/xc.so: undefined symbol: xc_evtchn_status

# uname -a
Linux bl2-10 2.6.16.13-xen #1 SMP Thu Aug 24 07:02:19 CDT 2006 x86_64 x86_64 x86_64 GNU/Linux

# xend start
Traceback (most recent call last):
  File "/usr/sbin/xend", line 49, in ?
    from xen.xend.server import SrvDaemon
  File "//usr/lib64/python/xen/xend/server/SrvDaemon.py", line 17, in ?
    import xen.lowlevel.xc
ImportError: /usr/lib64/python2.4/xen/lowlevel/xc.so: undefined symbol: xc_bvtsched_domain_get


XM-TEST results summary:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
          x235-sles9 |  105 |    4 |     0 |     3 |
         x335fc4-PAE |  107 |    4 |     0 |     3 |
           x335sles9 |  107 |    4 |     0 |     3 |

-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
	
                          Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-08-22 17:45 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-08-22 17:45 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1171 bytes --]

August 22, 2006, using xen-unstable changeset:

changeset:   11218:f681ffc9b01a
tag:         tip
user:        George Dunlap <dunlapg@umich.edu>
date:        Mon Aug 21 11:05:11 2006 -0400
summary:     Added option to xentrace to set the trace buffer size.

ISSUES:
* Bugzilla Bug 725 xm-test - FAIL: 11_create_concurrent_pos.test -- Console run-away (exceeded 131072 bytes)

x86_32 (no PAE support)

* SLES 9 SP2 on IBM xSeries 335, and 235
* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

x86_32 (PAE)

* FC4 on x335, RHEL 4 on IBM HS20 Blade
* Builds and boots without problems
* Able to create fully functional guest domains

ISSUES:


XM-TEST results summary: 


           Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
          x235-sles9 |  105 |    4 |     0 |     3 |
         x335fc4-PAE |  107 |    4 |     0 |     3 |
           x335sles9 |  107 |    4 |     0 |     3 |


-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
	
                          Euripides


[-- Attachment #2: x335fc4-PAE.report --]
[-- Type: text/plain, Size: 378 bytes --]

Xm-test execution summary:
  PASS:  107
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #3: x335sles9.report --]
[-- Type: text/plain, Size: 378 bytes --]

Xm-test execution summary:
  PASS:  107
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #4: x235-sles9.report --]
[-- Type: text/plain, Size: 378 bytes --]

Xm-test execution summary:
  PASS:  105
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #5: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-08-21 15:09 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-08-21 15:09 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1503 bytes --]

August 21, 2006, using xen-unstable changeset:

changeset:   11212:58ed222274f2
tag:         tip
user:        kfraser@localhost.localdomain
date:        Mon Aug 21 03:01:53 2006 +0100
summary:     [XEN] Remove unnecessary printk from invalid opcode debug output.

ISSUES:
* Bugzilla Bug 715 xm-test failure - FAIL: 01_migrate_localhost_pos (fails on RHEL4 and FC6)
* Bugzilla Bug 725 xm-test - FAIL: 11_create_concurrent_pos.test -- Console run-away (exceeded 131072 bytes)

x86_32 (no PAE support)

* SLES 9 SP2 on IBM xSeries 335, and 235
* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

x86_32 (PAE)

* FC4 on x335, RHEL 4 on IBM HS20 Blade
* Builds and boots without problems
* Able to create fully functional guest domains

ISSUES:

x86_64 (SLES 10 on IBM HS20 8843 41U Blade )

ISSUES:
Blocked by Bugzilla Bug 740 x86_64: ImportError: /usr/lib64/python2.4/xen/lowlevel/xc.so: undefined symbol: xc_evtchn_status

XM-TEST results summary: 

            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
      hs20.rhel4-PAE |  105 |    5 |     0 |     3 |
          x235-sles9 |  105 |    4 |     0 |     3 |
         x335fc4-PAE |  106 |    5 |     0 |     3 |
           x335sles9 |  107 |    4 |     0 |     3 |


-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
	
                          Euripides


[-- Attachment #2: hs20.rhel4-PAE.report --]
[-- Type: text/plain, Size: 451 bytes --]

Xm-test execution summary:
  PASS:  105
  FAIL:  5
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #3: x235-sles9.report --]
[-- Type: text/plain, Size: 378 bytes --]

Xm-test execution summary:
  PASS:  105
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #4: x335fc4-PAE.report --]
[-- Type: text/plain, Size: 472 bytes --]

Xm-test execution summary:
  PASS:  106
  FAIL:  5
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 1440 1500 1505 4096 4192 32767.


[-- Attachment #5: x335sles9.report --]
[-- Type: text/plain, Size: 378 bytes --]

Xm-test execution summary:
  PASS:  107
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #6: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-08-17 17:57 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-08-17 17:57 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1200 bytes --]

August 17, 2006, using xen-unstable changeset:

changeset:   11134:ec03b24a2d83
tag:         tip
user:        shand@kneesaa.uk.xensource.com
date:        Tue Aug 15 13:53:55 2006 +0100
summary:     Fix VT after hvm changes.

ISSUES: Most testing blocked by issues #740 and 742
* Bugzilla Bug 725 xm-test - FAIL: 11_create_concurrent_pos.test -- Console run-away (exceeded 131072 bytes)
* Bugzilla Bug 740 x86_64: ImportError: /usr/lib64/python2.4/xen/lowlevel/xc.so: undefined symbol: xc_evtchn_status
* Bugzilla Bug 742 Unable to start xend on sles 9 boxes

x86_32 (SLES 9 on x335 and x235; no PAE support)

Blocked by Bug #742

x86_32 (PAE)

* FC4 on x335
* Builds and boots without problems
* Able to create fully functional guest domains

ISSUES:

x86_64 (SLES 9 and SLES 10 on IBM HS20 Blades 8843 41U)

Blocked by Bug #740

ISSUES:

XM-TEST results summary:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
         x335fc4-PAE |  105 |    6 |     0 |     3 |


-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
	
                          Euripides


[-- Attachment #2: x335fc4-PAE.report --]
[-- Type: text/plain, Size: 545 bytes --]

Xm-test execution summary:
  PASS:  105
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 32767.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 1505 4096 4192 32767 65495.


[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-08-14 17:45 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-08-14 17:45 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1424 bytes --]

August 14, 2006, using xen-unstable changeset:

changeset:   11076:f328519053f5
tag:         tip
user:        kfraser@localhost.localdomain
date:        Mon Aug 14 04:58:02 2006 +0100
summary:     [XEN] Remove sync_pagetable_state(). No longer needed.

ISSUES:
* Bugzilla Bug 725 xm-test - FAIL: 11_create_concurrent_pos.test -- Console run-away (exceeded 131072 bytes)

x86_32 (no PAE support)

* SLES 9 SP2 on IBM xSeries 335, and 235
* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

x86_32 (PAE)

* FC4 on x335
* Builds and boots without problems
* Able to create fully functional guest domains

ISSUES:

x86_64 (SLES 9 and SLES 10 on IBM HS20 Blades 8843 41U)

* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

ISSUES:

XM-TEST results summary: 

            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
  hs20.sles10-x86_64 |  104 |    7 |     0 |     3 |
   hs20.sles9-x86_64 |  103 |    8 |     0 |     3 |
          x235-sles9 |  105 |    4 |     0 |     3 |
         x335fc4-PAE |  105 |    6 |     0 |     3 |
           x335sles9 |  103 |    8 |     0 |     3 |


-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
	
                          Euripides


[-- Attachment #2: hs20.sles9-x86_64.report --]
[-- Type: text/plain, Size: 694 bytes --]

Xm-test execution summary:
  PASS:  103
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_info_compiledata_pos 
	Unknown reason

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console command

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 4096.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 512 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 1500 1505 4096 65495.


[-- Attachment #3: hs20.sles10-x86_64.report --]
[-- Type: text/plain, Size: 683 bytes --]

Xm-test execution summary:
  PASS:  104
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console command

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 1505 4096 4192 32767 65495.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 1500 1505 4096 4192 16384 24567.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 1505 4096 4192 32767 65495.


[-- Attachment #4: x235-sles9.report --]
[-- Type: text/plain, Size: 378 bytes --]

Xm-test execution summary:
  PASS:  105
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #5: x335fc4-PAE.report --]
[-- Type: text/plain, Size: 552 bytes --]

Xm-test execution summary:
  PASS:  105
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 1440 1500 1505 4096.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 512 1440 1500.


[-- Attachment #6: x335sles9.report --]
[-- Type: text/plain, Size: 730 bytes --]

Xm-test execution summary:
  PASS:  103
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 1440 1500 1505 4096 4192 65495.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 4192 32767.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 4096 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 512 1440 1500 1505.


[-- Attachment #7: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-08-11 18:26 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-08-11 18:26 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1456 bytes --]

August 11, 2006, using xen-unstable changeset:

changeset:   11061:80f364a5662f
tag:         tip
user:        kfraser@localhost.localdomain
date:        Thu Aug 10 09:51:38 2006 +0100
summary:     [XEN] Fix bug in spurious pagefault detection which could

ISSUES:
* Bugzilla Bug 725 xm-test - FAIL: 11_create_concurrent_pos.test -- Console run-away (exceeded 131072 bytes)

x86_32 (no PAE support)

* SLES 9 SP2 on IBM xSeries 335, and 235
* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

x86_32 (PAE)

* FC4 on x335 and RHEL 4 on HS20 Blade 8843
* Builds and boots without problems
* Able to create fully functional guest domains

ISSUES:

x86_64 (SLES 9 and SLES 10 on IBM HS20 Blades 8843 41U)

* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

ISSUES:

XM-TEST results summary:

            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
  hs20.sles10-x86_64 |  104 |    7 |     0 |     3 |
   hs20.sles9-x86_64 |  104 |    7 |     0 |     3 |
          x235-sles9 |  105 |    4 |     0 |     3 |
         x335fc4-PAE |  107 |    4 |     0 |     3 |
           x335sles9 |  104 |    7 |     0 |     3 |


-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
	
                          Euripides


[-- Attachment #2: hs20.sles9-x86_64.report --]
[-- Type: text/plain, Size: 602 bytes --]

Xm-test execution summary:
  PASS:  104
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_info_compiledata_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 4096.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 4096 4192 16384.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 64 512.


[-- Attachment #3: hs20.sles10-x86_64.report --]
[-- Type: text/plain, Size: 709 bytes --]

Xm-test execution summary:
  PASS:  104
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 1440 1500 1505 4096 4192 32767.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 512 1440 1500 1505 4096 4192 32767.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 1505 4096 4192 16384.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 1500 1505 4096 4192.


[-- Attachment #4: x235-sles9.report --]
[-- Type: text/plain, Size: 378 bytes --]

Xm-test execution summary:
  PASS:  105
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #5: x335fc4-PAE.report --]
[-- Type: text/plain, Size: 384 bytes --]

Xm-test execution summary:
  PASS:  107
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.


[-- Attachment #6: x335sles9.report --]
[-- Type: text/plain, Size: 638 bytes --]

Xm-test execution summary:
  PASS:  104
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 1440 1500 1505.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 4192.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 512 1440 1500 1505 4096 4192 65495.


[-- Attachment #7: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-08-10 18:38 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-08-10 18:38 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1406 bytes --]

August 10, 2006, using xen-unstable changeset:

changeset:   11050:cfd9d4601022
tag:         tip
user:        kfraser@localhost.localdomain
date:        Thu Aug 10 04:37:15 2006 +0100
summary:     Fix 2 issues when creating HVM guests:

ISSUES:
* Bugzilla Bug 725 xm-test - FAIL: 11_create_concurrent_pos.test -- Console run-away (exceeded 131072 bytes)

x86_32 (no PAE support)

* SLES 9 SP2 on IBM xSeries 335, and 235
* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

x86_32 (PAE)

* FC4 on x335 
* Builds and boots without problems
* Able to create fully functional guest domains

ISSUES:

x86_64 (SLES 9, SLES 10 on IBM HS20 Blades 8843 41U)

* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

ISSUES:

XM-TEST results summary: 

            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
  hs20.sles10-x86_64 |  105 |    6 |     0 |     3 |
   hs20.sles9-x86_64 |  106 |    5 |     0 |     3 |
          x235-sles9 |  105 |    4 |     0 |     3 |
         x335fc4-PAE |  105 |    6 |     0 |     3 |
           x335sles9 |  104 |    7 |     0 |     3 |


-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
	
                          Euripides


[-- Attachment #2: hs20.sles9-x86_64.report --]
[-- Type: text/plain, Size: 455 bytes --]

Xm-test execution summary:
  PASS:  106
  FAIL:  5
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_info_compiledata_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 1505 4096 4192.


[-- Attachment #3: hs20.sles10-x86_64.report --]
[-- Type: text/plain, Size: 617 bytes --]

Xm-test execution summary:
  PASS:  105
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 4192 32767 65507.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 64 512 1440 1500 1505.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1505 4096 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 1440 1500 1505 4096.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 512 1440 1500 1505 4096 4192.


[-- Attachment #4: x235-sles9.report --]
[-- Type: text/plain, Size: 378 bytes --]

Xm-test execution summary:
  PASS:  105
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #5: x335fc4-PAE.report --]
[-- Type: text/plain, Size: 561 bytes --]

Xm-test execution summary:
  PASS:  105
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 4192 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 4096 4192 32767 65495.


[-- Attachment #6: x335sles9.report --]
[-- Type: text/plain, Size: 676 bytes --]

Xm-test execution summary:
  PASS:  104
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 1500 1505 65507.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 512 1440 1500 1505 4096 4192.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 1500 1505 4096 4192.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 1440 1500 1505 4096 4192 32767.


[-- Attachment #7: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-08-09 15:58 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-08-09 15:58 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1554 bytes --]

August 9, 2006, using xen-unstable changeset:

changeset:   10987:58a04bfedf6b
tag:         tip
user:        emellor@leeni.uk.xensource.com
date:        Wed Aug  9 03:52:43 2006 +0100
summary:     Better diagnosis of the failure when Xend crashes.  Thanks to Hollis Blanchard

ISSUES:
* Bugzilla Bug 725 xm-test - FAIL: 11_create_concurrent_pos.test -- Console run-away (exceeded 131072 bytes)

x86_32 (no PAE support)

* SLES 9 SP2 on IBM xSeries 335, and 235
* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

x86_32 (PAE)

* FC4 on x335 and RHEL 4 on HS20 Blade 8843
* Builds and boots without problems
* Able to create fully functional guest domains

ISSUES:

x86_64 (SLES 9, SLES 10 on IBM HS20 Blades 8843 41U)

* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

ISSUES:

XM-TEST results summary:

            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
      hs20.rhel4-PAE |  105 |    5 |     0 |     3 |
  hs20.sles10-x86_64 |  105 |    6 |     0 |     3 |
   hs20.sles9-x86_64 |  106 |    5 |     0 |     3 |
          x235-sles9 |  105 |    4 |     0 |     3 |
         x335fc4-PAE |  106 |    5 |     0 |     3 |
           x335sles9 |  104 |    7 |     0 |     3 |


-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                      Euripides 


[-- Attachment #2: hs20.rhel4-PAE.report --]
[-- Type: text/plain, Size: 451 bytes --]

Xm-test execution summary:
  PASS:  105
  FAIL:  5
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #3: hs20.sles9-x86_64.report --]
[-- Type: text/plain, Size: 472 bytes --]

Xm-test execution summary:
  PASS:  106
  FAIL:  5
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_info_compiledata_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1500 1505 4096 4192 65507.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #4: hs20.sles10-x86_64.report --]
[-- Type: text/plain, Size: 619 bytes --]

Xm-test execution summary:
  PASS:  105
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 4096 4192 32767 65495.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 4192 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 64 512 1440 1500 1505 4096 4192.


[-- Attachment #5: x235-sles9.report --]
[-- Type: text/plain, Size: 378 bytes --]

Xm-test execution summary:
  PASS:  105
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #6: x335fc4-PAE.report --]
[-- Type: text/plain, Size: 471 bytes --]

Xm-test execution summary:
  PASS:  106
  FAIL:  5
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 24567 32767 65495.


[-- Attachment #7: x335sles9.report --]
[-- Type: text/plain, Size: 650 bytes --]

Xm-test execution summary:
  PASS:  104
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 1500 1505 4096 4192.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 1440 1500 1505 4096 4192 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 65495.


[-- Attachment #8: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-08-08 15:31 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-08-08 15:31 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1565 bytes --]

August 8, 2006, using xen-unstable changeset:

changeset:   10961:600da8225858
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Tue Aug  8 03:19:32 2006 +0100
summary:     [XEN] Remove redundant redeclaration of 'machine_restart'.

ISSUES:
* Bugzilla Bug 725 xm-test - FAIL: 11_create_concurrent_pos.test -- Console run-away (exceeded 131072 bytes)

x86_32 (no PAE support)

* SLES 9 SP2 on IBM xSeries 335, and 235
* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

x86_32 (PAE)

* FC4 on x335 and RHEL 4 on HS20 Blade 8843
* Builds and boots without problems
* Able to create fully functional guest domains

ISSUES:

x86_64 (SLES 9, SLES 10, and FC6 on IBM HS20 Blades 8843 41U)

* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

ISSUES:

XM-TEST results summary: 
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
     hs20.FC6-X86_64 |  105 |    4 |     0 |     3 |
      hs20.rhel4-PAE |  104 |    6 |     0 |     3 |
  hs20.sles10-x86_64 |  104 |    7 |     0 |     3 |
   hs20.sles9-x86_64 |  104 |    7 |     0 |     3 |
          x235-sles9 |  105 |    4 |     0 |     3 |
         x335fc4-PAE |  106 |    5 |     0 |     3 |
           x335sles9 |  103 |    8 |     0 |     3 |


-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
	
                          Euripides


[-- Attachment #2: hs20.FC6-X86_64.report --]
[-- Type: text/plain, Size: 377 bytes --]

Xm-test execution summary:
  PASS:  105
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_info_compiledata_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #3: hs20.rhel4-PAE.report --]
[-- Type: text/plain, Size: 558 bytes --]

Xm-test execution summary:
  PASS:  104
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 512 1440 1500 1505 65507.

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 4192 32767 65495.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #4: hs20.sles9-x86_64.report --]
[-- Type: text/plain, Size: 679 bytes --]

Xm-test execution summary:
  PASS:  104
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_info_compiledata_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 1500 1505 4096 4192 65507.

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 512 1440 1500 1505 4096.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 512 1440 1500 1505 4096 4192.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 1500 1505 4096 4192 32767 65495.


[-- Attachment #5: hs20.sles10-x86_64.report --]
[-- Type: text/plain, Size: 704 bytes --]

Xm-test execution summary:
  PASS:  104
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 4192 32767 65495.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 1440 1505 4096 4192 32767.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 4192 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 512 1440 1500 1505 4192 32767 65495.


[-- Attachment #6: x235-sles9.report --]
[-- Type: text/plain, Size: 378 bytes --]

Xm-test execution summary:
  PASS:  105
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #7: x335fc4-PAE.report --]
[-- Type: text/plain, Size: 463 bytes --]

Xm-test execution summary:
  PASS:  106
  FAIL:  5
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 1505 4192 32767 65495.


[-- Attachment #8: x335sles9.report --]
[-- Type: text/plain, Size: 736 bytes --]

Xm-test execution summary:
  PASS:  103
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 1440 1500 1505 4096.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 4096 4192 32767.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 1500 1505 4096 4192 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 4096 4192 32767.


[-- Attachment #9: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Re: Daily Xen Builds
  2006-08-07 16:59 ` Harry Butterworth
@ 2006-08-07 18:17   ` David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-08-07 18:17 UTC (permalink / raw)
  To: Harry Butterworth; +Cc: xen-devel

Harry Butterworth wrote:
> In your create_concurrent_pos failures is qemu_dm maxing out the cpu in
> dom0?
>
> On Mon, 2006-08-07 at 11:04 -0500, David F Barrera wrote:
>   
>> August 7, 2006, using xen-unstable changeset:
>>
>> changeset:   10949:ffa5b2975dff
>> tag:         tip
>> user:        kfraser@localhost.localdomain
>> date:        Fri Aug  4 14:34:44 2006 +0100
>> summary:     [XEN] Add Xen-attached event channels, which will be used
>>
>> ISSUES:
>> * Bugzilla Bug 714 xm-test failures - hping tests failing (all distros/hw)
>> * Bugzilla Bug 715 xm-test failure - FAIL: 01_migrate_localhost_pos (fails on RHEL4 and FC6)
>>
>> x86_32 (no PAE support)
>>
>> * SLES 9 SP2 on IBM xSeries 335, and 235
>> * Builds and boots without problems
>> * Able to create fully functional guest domains
>> * Ran xm-test on all boxes
>>
>> x86_32 (PAE)
>>
>> * FC4 on x335 and RHEL 4 on HS20 Blade 8843
>> * Builds and boots without problems
>> * Able to create fully functional guest domains
>>
>> ISSUES:
>>
>> x86_64 (SLES 9, SLES 10, and FC6 on IBM HS20 Blades 8843 41U)
>>
>> * Builds and boots without problems
>> * Able to create fully functional guest domains
>> * Ran xm-test on all boxes
>>
>> ISSUES:
>>
>> XM-TEST results summary: 
>>
>>             Platform | PASS | FAIL | XPASS | XFAIL |
>> ---------------------+------+------+-------+-------+
>>      hs20.FC6-x86_64 |  105 |    4 |     0 |     3 |
>>       hs20.rhel4-PAE |  101 |    9 |     0 |     3 |
>>   hs20.sles10-x86_64 |  105 |    6 |     0 |     3 |
>>    hs20.sles9-x86_64 |  105 |    6 |     0 |     3 |
>>           x235-sles9 |  105 |    4 |     0 |     3 |
>>          x335fc4-PAE |  104 |    7 |     0 |     3 |
>>            x335sles9 |  107 |    4 |     0 |     3 |
>>
>>
>> plain text document attachment (hs20.FC6-x86_64.report)
>> Xm-test execution summary:
>>   PASS:  105
>>   FAIL:  4
>>   XPASS: 0
>>   XFAIL: 3
>>
>>
>> Details:
>>
>>  FAIL: 02_info_compiledata_pos 
>> 	Unknown reason
>>
>> XFAIL: 02_network_local_ping_pos 
>> 	 ping loopback failed for size 65507. ping eth0 failed for size 65507.
>>
>> XFAIL: 05_network_dom0_ping_pos 
>> 	 Ping to dom0 failed for size 65507.
>>
>> XFAIL: 11_network_domU_ping_pos 
>> 	 Ping failed for size 65507.
>>
>> plain text document attachment (hs20.rhel4-PAE.report)
>> Xm-test execution summary:
>>   PASS:  101
>>   FAIL:  9
>>   XPASS: 0
>>   XFAIL: 3
>>
>>
>> Details:
>>
>>  FAIL: 11_create_concurrent_pos 
>> 	Unknown reason
>>
>>  FAIL: 01_migrate_localhost_pos 
>> 	 xm migrate returned invalid 256 != 0
>>
>> XFAIL: 02_network_local_ping_pos 
>> 	 ping loopback failed for size 65507. ping eth0 failed for size 65507.
>>
>> XFAIL: 05_network_dom0_ping_pos 
>> 	 Ping to dom0 failed for size 512 1440 1500 1505 4096 65507.
>>
>>  FAIL: 06_network_dom0_tcp_pos 
>> 	 TCP hping2 to dom0 failed for size 1440 1500 1505.
>>
>>  FAIL: 07_network_dom0_udp_pos 
>> 	 UDP hping2 to dom0 failed for size 4096 4192.
>>
>> XFAIL: 11_network_domU_ping_pos 
>> 	 Ping failed for size 32767 65507.
>>
>>  FAIL: 12_network_domU_tcp_pos 
>> 	 TCP hping2 failed for size 512 1440 1500 1505 4096 4192.
>>
>>  FAIL: 13_network_domU_udp_pos 
>> 	 UDP hping2 failed for size 1500 1505 4096 32767 65495.
>>
>> plain text document attachment (hs20.sles9-x86_64.report)
>> Xm-test execution summary:
>>   PASS:  105
>>   FAIL:  6
>>   XPASS: 0
>>   XFAIL: 3
>>
>>
>> Details:
>>
>>  FAIL: 02_info_compiledata_pos 
>> 	Unknown reason
>>
>> XFAIL: 02_network_local_ping_pos 
>> 	 ping loopback failed for size 65507. ping eth0 failed for size 65507.
>>
>> XFAIL: 05_network_dom0_ping_pos 
>> 	 Ping to dom0 failed for size 65507.
>>
>> XFAIL: 11_network_domU_ping_pos 
>> 	 Ping failed for size 1505 4096 4192 32767 65507.
>>
>>  FAIL: 12_network_domU_tcp_pos 
>> 	 TCP hping2 failed for size 1505.
>>
>>  FAIL: 13_network_domU_udp_pos 
>> 	 UDP hping2 failed for size 1505 4096 32767 65495.
>>
>> plain text document attachment (hs20.sles10-x86_64.report)
>> Xm-test execution summary:
>>   PASS:  105
>>   FAIL:  6
>>   XPASS: 0
>>   XFAIL: 3
>>
>>
>> Details:
>>
>> XFAIL: 02_network_local_ping_pos 
>> 	 ping loopback failed for size 65507. ping eth0 failed for size 65507.
>>
>> XFAIL: 05_network_dom0_ping_pos 
>> 	 Ping to dom0 failed for size 65507.
>>
>>  FAIL: 07_network_dom0_udp_pos 
>> 	 UDP hping2 to dom0 failed for size 512 1440 1500 1505 4096 4192.
>>
>> XFAIL: 11_network_domU_ping_pos 
>> 	 Ping failed for size 65507.
>>
>>  FAIL: 12_network_domU_tcp_pos 
>> 	 TCP hping2 failed for size 512 1440 1500 1505 4096.
>>
>>  FAIL: 13_network_domU_udp_pos 
>> 	 UDP hping2 failed for size 1505 4096 4192 32767 65495.
>>
>> plain text document attachment (x235-sles9.report)
>> Xm-test execution summary:
>>   PASS:  105
>>   FAIL:  4
>>   XPASS: 0
>>   XFAIL: 3
>>
>>
>> Details:
>>
>>  FAIL: 11_create_concurrent_pos 
>> 	Unknown reason
>>
>> XFAIL: 02_network_local_ping_pos 
>> 	 ping loopback failed for size 65507. ping eth0 failed for size 65507.
>>
>> XFAIL: 05_network_dom0_ping_pos 
>> 	 Ping to dom0 failed for size 65507.
>>
>> XFAIL: 11_network_domU_ping_pos 
>> 	 Ping failed for size 65507.
>>
>> plain text document attachment (x335fc4-PAE.report)
>> Xm-test execution summary:
>>   PASS:  104
>>   FAIL:  7
>>   XPASS: 0
>>   XFAIL: 3
>>
>>
>> Details:
>>
>>  FAIL: 11_create_concurrent_pos 
>> 	Unknown reason
>>
>> XFAIL: 02_network_local_ping_pos 
>> 	 ping loopback failed for size 65507. ping eth0 failed for size 65507.
>>
>> XFAIL: 05_network_dom0_ping_pos 
>> 	 Ping to dom0 failed for size 65507.
>>
>>  FAIL: 06_network_dom0_tcp_pos 
>> 	 TCP hping2 to dom0 failed for size 512 1440 1500 1505 4096 4192.
>>
>>  FAIL: 07_network_dom0_udp_pos 
>> 	 UDP hping2 to dom0 failed for size 512 1440 1500.
>>
>> XFAIL: 11_network_domU_ping_pos 
>> 	 Ping failed for size 4192 32767 65507.
>>
>>  FAIL: 12_network_domU_tcp_pos 
>> 	 TCP hping2 failed for size 1500 1505 4096 4192.
>>
>> plain text document attachment (x335sles9.report)
>> Xm-test execution summary:
>>   PASS:  107
>>   FAIL:  4
>>   XPASS: 0
>>   XFAIL: 3
>>
>>
>> Details:
>>
>>  FAIL: 11_create_concurrent_pos 
>> 	Unknown reason
>>
>> XFAIL: 02_network_local_ping_pos 
>> 	 ping loopback failed for size 65507. ping eth0 failed for size 65507.
>>
>> XFAIL: 05_network_dom0_ping_pos 
>> 	 Ping to dom0 failed for size 65507.
>>
>> XFAIL: 11_network_domU_ping_pos 
>> 	 Ping failed for size 65507.
>>
>> _______________________________________________
>> Xen-devel mailing list
>> Xen-devel@lists.xensource.com
>> http://lists.xensource.com/xen-devel
>>     
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
>   
Harry,

The console is spewing all these messages:

Out of Memory: Kill process 2 (migration/0) score 0 and children.
Out of Memory: Kill process 2 (migration/0) score 0 and children.
Out of Memory: Kill process 2 (migration/0) score 0 and children.
Out of Memory: Kill process 2 (migration/0) score 0 and children.
Out of Memory: Kill process 2 (migration/0) score 0 and children.
Out of Memory: Kill process 2 (migration/0) score 0 and children.
Out of Memory: Kill process 2 (migration/0) score 0 and children.
Out of Memory: Kill process 2 (migration/0) score 0 and children.
Out of Memory: Kill process 2 (migration/0) score 0 and children.
Out of Memory: Kill process 2 (migration/0) score 0 and children.
Out of Memory: Kill process 2 (migration/0) score 0 and children.
Out of Memory: Kill process 2 (migration/0) score 0 and children.
Out of Memory: Kill process 2 (migration/0) score 0 and children.
...

Eventually, the test errors out:

Started domain 11_create_0
Console executing: ['/usr/sbin/xm', 'xm', 'console', '11_create_0']
Traceback (most recent call last):
  File "./11_create_concurrent_pos.test", line 46, in ?
    cons = dom.start()
  File 
"/usr/local/autobench/var/tmp/xen/xen-unstable.hg/tools/xm-test/lib/XmTestLib/XenDomain.py", 
line 233, in start
    return self.getConsole()
  File 
"/usr/local/autobench/var/tmp/xen/xen-unstable.hg/tools/xm-test/lib/XmTestLib/XenDomain.py", 
line 284, in getConsole
    self.console.sendInput("input")
  File 
"/usr/local/autobench/var/tmp/xen/xen-unstable.hg/tools/xm-test/lib/XmTestLib/Console.py", 
line 241, in sendInput
    realOutput = self.__runCmd(input)
  File 
"/usr/local/autobench/var/tmp/xen/xen-unstable.hg/tools/xm-test/lib/XmTestLib/Console.py", 
line 168, in __runCmd
    self.__getprompt(self.consoleFd)
  File 
"/usr/local/autobench/var/tmp/xen/xen-unstable.hg/tools/xm-test/lib/XmTestLib/Console.py", 
line 139, in __getprompt
    % self.limit, RUNAWAY)
XmTestLib.Console.ConsoleError: Console run-away (exceeded 131072 bytes)
FAIL: 11_create_concurrent_pos.test

-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
	
                          Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Re: Daily Xen Builds
  2006-08-07 16:04 David F Barrera
@ 2006-08-07 16:59 ` Harry Butterworth
  2006-08-07 18:17   ` David F Barrera
  0 siblings, 1 reply; 381+ messages in thread
From: Harry Butterworth @ 2006-08-07 16:59 UTC (permalink / raw)
  To: David F Barrera; +Cc: xen-devel

In your create_concurrent_pos failures is qemu_dm maxing out the cpu in
dom0?

On Mon, 2006-08-07 at 11:04 -0500, David F Barrera wrote:
> August 7, 2006, using xen-unstable changeset:
> 
> changeset:   10949:ffa5b2975dff
> tag:         tip
> user:        kfraser@localhost.localdomain
> date:        Fri Aug  4 14:34:44 2006 +0100
> summary:     [XEN] Add Xen-attached event channels, which will be used
> 
> ISSUES:
> * Bugzilla Bug 714 xm-test failures - hping tests failing (all distros/hw)
> * Bugzilla Bug 715 xm-test failure - FAIL: 01_migrate_localhost_pos (fails on RHEL4 and FC6)
> 
> x86_32 (no PAE support)
> 
> * SLES 9 SP2 on IBM xSeries 335, and 235
> * Builds and boots without problems
> * Able to create fully functional guest domains
> * Ran xm-test on all boxes
> 
> x86_32 (PAE)
> 
> * FC4 on x335 and RHEL 4 on HS20 Blade 8843
> * Builds and boots without problems
> * Able to create fully functional guest domains
> 
> ISSUES:
> 
> x86_64 (SLES 9, SLES 10, and FC6 on IBM HS20 Blades 8843 41U)
> 
> * Builds and boots without problems
> * Able to create fully functional guest domains
> * Ran xm-test on all boxes
> 
> ISSUES:
> 
> XM-TEST results summary: 
> 
>             Platform | PASS | FAIL | XPASS | XFAIL |
> ---------------------+------+------+-------+-------+
>      hs20.FC6-x86_64 |  105 |    4 |     0 |     3 |
>       hs20.rhel4-PAE |  101 |    9 |     0 |     3 |
>   hs20.sles10-x86_64 |  105 |    6 |     0 |     3 |
>    hs20.sles9-x86_64 |  105 |    6 |     0 |     3 |
>           x235-sles9 |  105 |    4 |     0 |     3 |
>          x335fc4-PAE |  104 |    7 |     0 |     3 |
>            x335sles9 |  107 |    4 |     0 |     3 |
> 
> 
> plain text document attachment (hs20.FC6-x86_64.report)
> Xm-test execution summary:
>   PASS:  105
>   FAIL:  4
>   XPASS: 0
>   XFAIL: 3
> 
> 
> Details:
> 
>  FAIL: 02_info_compiledata_pos 
> 	Unknown reason
> 
> XFAIL: 02_network_local_ping_pos 
> 	 ping loopback failed for size 65507. ping eth0 failed for size 65507.
> 
> XFAIL: 05_network_dom0_ping_pos 
> 	 Ping to dom0 failed for size 65507.
> 
> XFAIL: 11_network_domU_ping_pos 
> 	 Ping failed for size 65507.
> 
> plain text document attachment (hs20.rhel4-PAE.report)
> Xm-test execution summary:
>   PASS:  101
>   FAIL:  9
>   XPASS: 0
>   XFAIL: 3
> 
> 
> Details:
> 
>  FAIL: 11_create_concurrent_pos 
> 	Unknown reason
> 
>  FAIL: 01_migrate_localhost_pos 
> 	 xm migrate returned invalid 256 != 0
> 
> XFAIL: 02_network_local_ping_pos 
> 	 ping loopback failed for size 65507. ping eth0 failed for size 65507.
> 
> XFAIL: 05_network_dom0_ping_pos 
> 	 Ping to dom0 failed for size 512 1440 1500 1505 4096 65507.
> 
>  FAIL: 06_network_dom0_tcp_pos 
> 	 TCP hping2 to dom0 failed for size 1440 1500 1505.
> 
>  FAIL: 07_network_dom0_udp_pos 
> 	 UDP hping2 to dom0 failed for size 4096 4192.
> 
> XFAIL: 11_network_domU_ping_pos 
> 	 Ping failed for size 32767 65507.
> 
>  FAIL: 12_network_domU_tcp_pos 
> 	 TCP hping2 failed for size 512 1440 1500 1505 4096 4192.
> 
>  FAIL: 13_network_domU_udp_pos 
> 	 UDP hping2 failed for size 1500 1505 4096 32767 65495.
> 
> plain text document attachment (hs20.sles9-x86_64.report)
> Xm-test execution summary:
>   PASS:  105
>   FAIL:  6
>   XPASS: 0
>   XFAIL: 3
> 
> 
> Details:
> 
>  FAIL: 02_info_compiledata_pos 
> 	Unknown reason
> 
> XFAIL: 02_network_local_ping_pos 
> 	 ping loopback failed for size 65507. ping eth0 failed for size 65507.
> 
> XFAIL: 05_network_dom0_ping_pos 
> 	 Ping to dom0 failed for size 65507.
> 
> XFAIL: 11_network_domU_ping_pos 
> 	 Ping failed for size 1505 4096 4192 32767 65507.
> 
>  FAIL: 12_network_domU_tcp_pos 
> 	 TCP hping2 failed for size 1505.
> 
>  FAIL: 13_network_domU_udp_pos 
> 	 UDP hping2 failed for size 1505 4096 32767 65495.
> 
> plain text document attachment (hs20.sles10-x86_64.report)
> Xm-test execution summary:
>   PASS:  105
>   FAIL:  6
>   XPASS: 0
>   XFAIL: 3
> 
> 
> Details:
> 
> XFAIL: 02_network_local_ping_pos 
> 	 ping loopback failed for size 65507. ping eth0 failed for size 65507.
> 
> XFAIL: 05_network_dom0_ping_pos 
> 	 Ping to dom0 failed for size 65507.
> 
>  FAIL: 07_network_dom0_udp_pos 
> 	 UDP hping2 to dom0 failed for size 512 1440 1500 1505 4096 4192.
> 
> XFAIL: 11_network_domU_ping_pos 
> 	 Ping failed for size 65507.
> 
>  FAIL: 12_network_domU_tcp_pos 
> 	 TCP hping2 failed for size 512 1440 1500 1505 4096.
> 
>  FAIL: 13_network_domU_udp_pos 
> 	 UDP hping2 failed for size 1505 4096 4192 32767 65495.
> 
> plain text document attachment (x235-sles9.report)
> Xm-test execution summary:
>   PASS:  105
>   FAIL:  4
>   XPASS: 0
>   XFAIL: 3
> 
> 
> Details:
> 
>  FAIL: 11_create_concurrent_pos 
> 	Unknown reason
> 
> XFAIL: 02_network_local_ping_pos 
> 	 ping loopback failed for size 65507. ping eth0 failed for size 65507.
> 
> XFAIL: 05_network_dom0_ping_pos 
> 	 Ping to dom0 failed for size 65507.
> 
> XFAIL: 11_network_domU_ping_pos 
> 	 Ping failed for size 65507.
> 
> plain text document attachment (x335fc4-PAE.report)
> Xm-test execution summary:
>   PASS:  104
>   FAIL:  7
>   XPASS: 0
>   XFAIL: 3
> 
> 
> Details:
> 
>  FAIL: 11_create_concurrent_pos 
> 	Unknown reason
> 
> XFAIL: 02_network_local_ping_pos 
> 	 ping loopback failed for size 65507. ping eth0 failed for size 65507.
> 
> XFAIL: 05_network_dom0_ping_pos 
> 	 Ping to dom0 failed for size 65507.
> 
>  FAIL: 06_network_dom0_tcp_pos 
> 	 TCP hping2 to dom0 failed for size 512 1440 1500 1505 4096 4192.
> 
>  FAIL: 07_network_dom0_udp_pos 
> 	 UDP hping2 to dom0 failed for size 512 1440 1500.
> 
> XFAIL: 11_network_domU_ping_pos 
> 	 Ping failed for size 4192 32767 65507.
> 
>  FAIL: 12_network_domU_tcp_pos 
> 	 TCP hping2 failed for size 1500 1505 4096 4192.
> 
> plain text document attachment (x335sles9.report)
> Xm-test execution summary:
>   PASS:  107
>   FAIL:  4
>   XPASS: 0
>   XFAIL: 3
> 
> 
> Details:
> 
>  FAIL: 11_create_concurrent_pos 
> 	Unknown reason
> 
> XFAIL: 02_network_local_ping_pos 
> 	 ping loopback failed for size 65507. ping eth0 failed for size 65507.
> 
> XFAIL: 05_network_dom0_ping_pos 
> 	 Ping to dom0 failed for size 65507.
> 
> XFAIL: 11_network_domU_ping_pos 
> 	 Ping failed for size 65507.
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-08-07 16:04 David F Barrera
  2006-08-07 16:59 ` Harry Butterworth
  0 siblings, 1 reply; 381+ messages in thread
From: David F Barrera @ 2006-08-07 16:04 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1627 bytes --]

August 7, 2006, using xen-unstable changeset:

changeset:   10949:ffa5b2975dff
tag:         tip
user:        kfraser@localhost.localdomain
date:        Fri Aug  4 14:34:44 2006 +0100
summary:     [XEN] Add Xen-attached event channels, which will be used

ISSUES:
* Bugzilla Bug 714 xm-test failures - hping tests failing (all distros/hw)
* Bugzilla Bug 715 xm-test failure - FAIL: 01_migrate_localhost_pos (fails on RHEL4 and FC6)

x86_32 (no PAE support)

* SLES 9 SP2 on IBM xSeries 335, and 235
* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

x86_32 (PAE)

* FC4 on x335 and RHEL 4 on HS20 Blade 8843
* Builds and boots without problems
* Able to create fully functional guest domains

ISSUES:

x86_64 (SLES 9, SLES 10, and FC6 on IBM HS20 Blades 8843 41U)

* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

ISSUES:

XM-TEST results summary: 

            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
     hs20.FC6-x86_64 |  105 |    4 |     0 |     3 |
      hs20.rhel4-PAE |  101 |    9 |     0 |     3 |
  hs20.sles10-x86_64 |  105 |    6 |     0 |     3 |
   hs20.sles9-x86_64 |  105 |    6 |     0 |     3 |
          x235-sles9 |  105 |    4 |     0 |     3 |
         x335fc4-PAE |  104 |    7 |     0 |     3 |
           x335sles9 |  107 |    4 |     0 |     3 |


-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
	
                          Euripides


[-- Attachment #2: hs20.FC6-x86_64.report --]
[-- Type: text/plain, Size: 377 bytes --]

Xm-test execution summary:
  PASS:  105
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_info_compiledata_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #3: hs20.rhel4-PAE.report --]
[-- Type: text/plain, Size: 830 bytes --]

Xm-test execution summary:
  PASS:  101
  FAIL:  9
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 512 1440 1500 1505 4096 65507.

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 1440 1500 1505.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 4096 4192.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 512 1440 1500 1505 4096 4192.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 1500 1505 4096 32767 65495.


[-- Attachment #4: hs20.sles9-x86_64.report --]
[-- Type: text/plain, Size: 551 bytes --]

Xm-test execution summary:
  PASS:  105
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_info_compiledata_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 1505.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 1505 4096 32767 65495.


[-- Attachment #5: hs20.sles10-x86_64.report --]
[-- Type: text/plain, Size: 605 bytes --]

Xm-test execution summary:
  PASS:  105
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 512 1440 1500 1505 4096 4192.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 512 1440 1500 1505 4096.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 1505 4096 4192 32767 65495.


[-- Attachment #6: x235-sles9.report --]
[-- Type: text/plain, Size: 378 bytes --]

Xm-test execution summary:
  PASS:  105
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #7: x335fc4-PAE.report --]
[-- Type: text/plain, Size: 657 bytes --]

Xm-test execution summary:
  PASS:  104
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 512 1440 1500 1505 4096 4192.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 512 1440 1500.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 1500 1505 4096 4192.


[-- Attachment #8: x335sles9.report --]
[-- Type: text/plain, Size: 378 bytes --]

Xm-test execution summary:
  PASS:  107
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #9: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-08-04 16:42 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-08-04 16:42 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1634 bytes --]

August 4, 2006, using xen-unstable changeset:

changeset:   10946:e1a2a8029e9f
tag:         tip
user:        chris@kneesaa.uk.xensource.com
date:        Fri Aug  4 05:36:07 2006 +0100
summary:     [qemu patches] Update patches for changeset 10945:baa6d08e62a0.

ISSUES:
* Bugzilla Bug 714 xm-test failures - hping tests failing (all distros/hw)
* Bugzilla Bug 715 xm-test failure - FAIL: 01_migrate_localhost_pos (fails on RHEL4 and FC6)

x86_32 (no PAE support)

* SLES 9 SP2 on IBM xSeries 335, and 235
* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

x86_32 (PAE)

* FC4 on x335 and RHEL 4 on HS20 Blade 8843
* Builds and boots without problems
* Able to create fully functional guest domains

ISSUES:

x86_64 (SLES 9, SLES 10, and FC6 on IBM HS20 Blades 8843 41U)

* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

ISSUES:

XM-TEST results summary: 

            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
     hs20.FC6-X86_64 |  101 |    8 |     0 |     3 |
      hs20.rhel4-PAE |  103 |    7 |     0 |     3 |
  hs20.sles10-x86_64 |  104 |    7 |     0 |     3 |
   hs20.sles9-x86_64 |  103 |    8 |     0 |     3 |
          x235-sles9 |  103 |    6 |     0 |     3 |
         x335fc4-PAE |  104 |    7 |     0 |     3 |
           x335sles9 |  104 |    7 |     0 |     3 |


-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
	
                          Euripides


[-- Attachment #2: hs20.FC6-X86_64.report --]
[-- Type: text/plain, Size: 804 bytes --]

Xm-test execution summary:
  PASS:  101
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_info_compiledata_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 64 512 1440 4096 4192 32767 65507.

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 512 1440 1500.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 64 512 1440 1500 1505 4096 4192 65495.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #3: hs20.rhel4-PAE.report --]
[-- Type: text/plain, Size: 656 bytes --]

Xm-test execution summary:
  PASS:  103
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #4: hs20.sles9-x86_64.report --]
[-- Type: text/plain, Size: 771 bytes --]

Xm-test execution summary:
  PASS:  103
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_info_compiledata_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 1440 1500 1505 4096 4192 32767.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 4096 4192 32767.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #5: hs20.sles10-x86_64.report --]
[-- Type: text/plain, Size: 757 bytes --]

Xm-test execution summary:
  PASS:  104
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 512 1440 1500 1505 4192 32767 65495.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 4096.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #6: x235-sles9.report --]
[-- Type: text/plain, Size: 583 bytes --]

Xm-test execution summary:
  PASS:  103
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #7: x335fc4-PAE.report --]
[-- Type: text/plain, Size: 724 bytes --]

Xm-test execution summary:
  PASS:  104
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 512 1440 1500 1505 4096 4192.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #8: x335sles9.report --]
[-- Type: text/plain, Size: 669 bytes --]

Xm-test execution summary:
  PASS:  104
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 1500 1505 4096.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #9: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-08-03 13:37 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-08-03 13:37 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1600 bytes --]

August 3, 2006, using xen-unstable changeset:

changeset:   10910:aa1ab056bfbf
tag:         tip
user:        emellor@leeni.uk.xensource.com
date:        Wed Aug  2 11:42:38 2006 +0100
summary:     Clarify the use of vcpu-set.  Closes bug #686.

ISSUES:
* Bugzilla Bug 714 xm-test failures - hping tests failing (all distros/hw)
* Bugzilla Bug 715 xm-test failure - FAIL: 01_migrate_localhost_pos (fails on RHEL4 and FC6)

x86_32 (no PAE support)

* SLES 9 SP2 on IBM xSeries 335, and 235
* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

x86_32 (PAE)

* FC4 on x335 and RHEL 4 on HS20 Blade 8843
* Builds and boots without problems
* Able to create fully functional guest domains

ISSUES:

x86_64 (SLES 10 on IBM HS20 Blades 8843 41U)

* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

ISSUES:

XM-TEST results summary: 

            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
     hs20.FC6-X86_64 |  100 |    9 |     0 |     3 |
      hs20.rhel4-PAE |  103 |    7 |     0 |     3 |
  hs20.sles10-x86_64 |  104 |    7 |     0 |     3 |
   hs20.sles9-x86_64 |  103 |    8 |     0 |     3 |
          x235-sles9 |  103 |    6 |     0 |     3 |
         x335fc4-PAE |  103 |    8 |     0 |     3 |
           x335sles9 |  103 |    8 |     0 |     3 |


-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
	
                          Euripides


[-- Attachment #2: hs20.FC6-X86_64.report --]
[-- Type: text/plain, Size: 871 bytes --]

Xm-test execution summary:
  PASS:  100
  FAIL:  9
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_info_compiledata_pos 
	Unknown reason

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 512 1440 1500 32767 65507.

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 1500 1505 4192 32767 65495.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 64 512 1440 1505 4096 4192.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #3: hs20.rhel4-PAE.report --]
[-- Type: text/plain, Size: 656 bytes --]

Xm-test execution summary:
  PASS:  103
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #4: hs20.sles9-x86_64.report --]
[-- Type: text/plain, Size: 754 bytes --]

Xm-test execution summary:
  PASS:  103
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_info_compiledata_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 512 1440 4096 4192 32767.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 1505.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #5: hs20.sles10-x86_64.report --]
[-- Type: text/plain, Size: 729 bytes --]

Xm-test execution summary:
  PASS:  104
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 512 1440 1500 1505.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 512 1440 1500 1505 4096 4192.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #6: x235-sles9.report --]
[-- Type: text/plain, Size: 583 bytes --]

Xm-test execution summary:
  PASS:  103
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #7: x335fc4-PAE.report --]
[-- Type: text/plain, Size: 775 bytes --]

Xm-test execution summary:
  PASS:  103
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 1440 1500 1505 4096 65495.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 512 1440 1500 1505 4096.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #8: x335sles9.report --]
[-- Type: text/plain, Size: 767 bytes --]

Xm-test execution summary:
  PASS:  103
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 1440 1500 1505 32767 65495.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 1440 1500 1505.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #9: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-08-02 16:32 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-08-02 16:32 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1609 bytes --]

August 2, 2006, using xen-unstable changeset:

changeset:   10901:9632ececc8f4
tag:         tip
user:        kfraser@localhost.localdomain
date:        Wed Aug  2 04:13:30 2006 +0100
summary:     [TOOLS] lomount: Fix printf formats inside #ifdef DEBUG.

ISSUES:
* Bugzilla Bug 714 xm-test failures - hping tests failing (all distros/hw)
* Bugzilla Bug 715 xm-test failure - FAIL: 01_migrate_localhost_pos (fails on RHEL4 and FC6)

x86_32 (no PAE support)

* SLES 9 SP2 on IBM xSeries 335, and 235
* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

x86_32 (PAE)

* FC4 on x335 and RHEL 4 on HS20 Blade 8843
* Builds and boots without problems
* Able to create fully functional guest domains

ISSUES:

x86_64 (SLES 10 on IBM HS20 Blades 8843 41U)

* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

ISSUES:

XM-TEST results summary: 

            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
     hs20.FC6-X86_64 |  101 |    8 |     0 |     3 |
      hs20.rhel4-PAE |  101 |    9 |     0 |     3 |
  hs20.sles10-x86_64 |  104 |    7 |     0 |     3 |
   hs20.sles9-x86_64 |  104 |    7 |     0 |     3 |
          x235-sles9 |  103 |    6 |     0 |     3 |
         x335fc4-PAE |  103 |    8 |     0 |     3 |
           x335sles9 |  103 |    8 |     0 |     3 |


-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
	
                          Euripides


[-- Attachment #2: hs20.FC6-X86_64.report --]
[-- Type: text/plain, Size: 738 bytes --]

Xm-test execution summary:
  PASS:  101
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_info_compiledata_pos 
	Unknown reason

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 32767 65495.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #3: hs20.rhel4-PAE.report --]
[-- Type: text/plain, Size: 889 bytes --]

Xm-test execution summary:
  PASS:  101
  FAIL:  9
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 1440 1500 1505 4096 32767 65495.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 512 1440 1500 1505 4096.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #4: hs20.sles9-x86_64.report --]
[-- Type: text/plain, Size: 665 bytes --]

Xm-test execution summary:
  PASS:  104
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_info_compiledata_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 32767 65495.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #5: hs20.sles10-x86_64.report --]
[-- Type: text/plain, Size: 758 bytes --]

Xm-test execution summary:
  PASS:  104
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 1505 4096 4192 32767 65507.

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 1440 1500 1505 4192 32767 65495.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 512 1440 1500 1505 4096 65495.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #6: x235-sles9.report --]
[-- Type: text/plain, Size: 583 bytes --]

Xm-test execution summary:
  PASS:  103
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #7: x335fc4-PAE.report --]
[-- Type: text/plain, Size: 797 bytes --]

Xm-test execution summary:
  PASS:  103
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 512 1440 1500 1505 4192 32767 65495.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 512 1440 1500 1505 4096 32767 65495.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #8: x335sles9.report --]
[-- Type: text/plain, Size: 791 bytes --]

Xm-test execution summary:
  PASS:  103
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 512 1440 1500 1505 4096 4192 32767.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 1440 1500 1505 4096 4192 32767.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #9: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-08-01 15:16 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-08-01 15:16 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1676 bytes --]

August 1, 2006, using xen-unstable changeset:

changeset:   10868*:d2bf1a7cc131 *(Same changeset as yesterday)
tag:         tip
user:        vhanquez@gwig.uk.xensource.com
date:        Sat Jul 29 08:05:59 2006 +0100
summary:     Limit the number of opened transactions per connection to 5.

ISSUES:
* Bugzilla Bug 714 xm-test failures - hping tests failing (all distros/hw)
* Bugzilla Bug 715 xm-test failure - FAIL: 01_migrate_localhost_pos (fails on RHEL4 and FC6) 

x86_32 (no PAE support)

* SLES 9 SP2 on IBM xSeries 335, and 235
* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes



x86_32 (PAE)

* FC4 on x335 and RHEL 4 on HS20 Blade 8843
* Builds and boots without problems
* Able to create fully functional guest domains

ISSUES:

x86_64 (SLES 10 on IBM HS20 Blades 8843 41U)

* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

ISSUES:

XM-TEST results summary:


            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
     hs20.FC6-X86_64 |  101 |    8 |     0 |     3 |
      hs20.rhel4-PAE |  101 |    9 |     0 |     3 |
  hs20.sles10-x86_64 |  106 |    5 |     0 |     3 |
   hs20.sles9-x86_64 |  104 |    7 |     0 |     3 |
          x235-sles9 |  103 |    6 |     0 |     3 |
         x335fc4-PAE |  105 |    6 |     0 |     3 |
           x335sles9 |  105 |    6 |     0 |     3 |


-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                      Euripides 


[-- Attachment #2: hs20.FC6-X86_64.report --]
[-- Type: text/plain, Size: 738 bytes --]

Xm-test execution summary:
  PASS:  101
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_info_compiledata_pos 
	Unknown reason

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 32767 65495.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #3: hs20.rhel4-PAE.report --]
[-- Type: text/plain, Size: 839 bytes --]

Xm-test execution summary:
  PASS:  101
  FAIL:  9
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 512 1440 1500 1505 4096 65507.

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 1505.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 32767 65495.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #4: hs20.sles9-x86_64.report --]
[-- Type: text/plain, Size: 692 bytes --]

Xm-test execution summary:
  PASS:  104
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_info_compiledata_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 512 1440 65507.

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 512 1440 1505 4096 4192 32767.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #5: hs20.sles10-x86_64.report --]
[-- Type: text/plain, Size: 533 bytes --]

Xm-test execution summary:
  PASS:  106
  FAIL:  5
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #6: x235-sles9.report --]
[-- Type: text/plain, Size: 583 bytes --]

Xm-test execution summary:
  PASS:  103
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #7: x335fc4-PAE.report --]
[-- Type: text/plain, Size: 583 bytes --]

Xm-test execution summary:
  PASS:  105
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #8: x335sles9.report --]
[-- Type: text/plain, Size: 583 bytes --]

Xm-test execution summary:
  PASS:  105
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #9: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-07-31 16:38 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-07-31 16:38 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1346 bytes --]

July 31, 2006, using xen-unstable changeset:

changeset:   10868:d2bf1a7cc131
tag:         tip
user:        vhanquez@gwig.uk.xensource.com
date:        Sat Jul 29 08:05:59 2006 +0100
summary:     Limit the number of opened transactions per connection to 5.

x86_32 (no PAE support)

* SLES 9 SP2 on IBM xSeries 335, and 235
* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

ISSUES:

x86_32 (PAE)

* FC4 on x335 and RHEL 4 on HS20 Blade 8843
* Builds and boots without problems
* Able to create fully functional guest domains

ISSUES:

x86_64 (SLES 10 on IBM HS20 Blades 8843 41U)

* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

ISSUES:

XM-TEST results summary:

             Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
       hs20.rhel4-PAE |  102 |    8 |     0 |     3 |
   hs20.sles10-x86_64 |  105 |    6 |     0 |     3 |
           x235-sles9 |  103 |    6 |     0 |     3 |
          x335fc4-PAE |  104 |    7 |     0 |     3 |
            x335sles9 |  105 |    6 |     0 |     3 |


-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
	
                           Euripides



[-- Attachment #2: hs20.rhel4-PAE.report --]
[-- Type: text/plain, Size: 756 bytes --]

Xm-test execution summary:
  PASS:  102
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 4192 32767 65507.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 64 512 1440 1500.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.



[-- Attachment #3: hs20.sles10-x86_64.report --]
[-- Type: text/plain, Size: 641 bytes --]

Xm-test execution summary:
  PASS:  105
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 1500 1505 4096 4192 65507.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 4096 4192 32767.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.



[-- Attachment #4: x235-sles9.report --]
[-- Type: text/plain, Size: 584 bytes --]

Xm-test execution summary:
  PASS:  103
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.



[-- Attachment #5: x335fc4-PAE.report --]
[-- Type: text/plain, Size: 674 bytes --]

Xm-test execution summary:
  PASS:  104
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 512 1440 1500 1505.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.



[-- Attachment #6: x335sles9.report --]
[-- Type: text/plain, Size: 584 bytes --]

Xm-test execution summary:
  PASS:  105
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.



[-- Attachment #7: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-07-28 19:14 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-07-28 19:14 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1393 bytes --]

July 28, 2006, using xen-unstable changeset:

changeset:   10757:f2eb2089c9eb
tag:         tip
user:        chris@kneesaa.uk.xensource.com
date:        Fri Jul 28 04:12:23 2006 +0100
summary:     [qemu] Fix reads on unreported memory addresses.

x86_32 (no PAE support)

* SLES 9 SP2 on IBM xSeries 335, and 235
* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

ISSUES:

x86_32 (PAE)

* FC4 on x335 and RHEL 4 on HS20 Blade 8843
* Builds and boots without problems
* Able to create fully functional guest domains

ISSUES:

x86_64 (SLES 9 SP2 and SLES 10 on IBM HS20 Blades 8843 41U)

* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

ISSUES:

XM-TEST results summary:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
     hs20.FC6-X86_64 |  104 |    6 |     0 |     3 |
  hs20.sles10-x86_64 |  104 |    7 |     0 |     3 |
   hs20.sles9-x86_64 |  103 |    8 |     0 |     3 |
          x235-sles9 |  103 |    6 |     0 |     3 |
         x335fc4-PAE |  105 |    6 |     0 |     3 |
           x335sles9 |  104 |    7 |     0 |     3 |


-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
	
                          Euripides


[-- Attachment #2: hs20.FC6-X86_64.report --]
[-- Type: text/plain, Size: 606 bytes --]

Xm-test execution summary:
  PASS:  104
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #3: hs20.sles9-x86_64.report --]
[-- Type: text/plain, Size: 808 bytes --]

Xm-test execution summary:
  PASS:  103
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_info_compiledata_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 1440 1500 32767 65495.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 64 512 1440 1500 1505 4096.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #4: hs20.sles10-x86_64.report --]
[-- Type: text/plain, Size: 743 bytes --]

Xm-test execution summary:
  PASS:  104
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 1500 1505 4096 4192 65507.

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 1505 4192 32767 65495.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 512 1440 4192 32767 65495.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #5: x235-sles9.report --]
[-- Type: text/plain, Size: 583 bytes --]

Xm-test execution summary:
  PASS:  103
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #6: x335fc4-PAE.report --]
[-- Type: text/plain, Size: 583 bytes --]

Xm-test execution summary:
  PASS:  105
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #7: x335sles9.report --]
[-- Type: text/plain, Size: 718 bytes --]

Xm-test execution summary:
  PASS:  104
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 64 512 1440 1500 1505 4192 32767.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #8: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-07-27 17:26 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-07-27 17:26 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1408 bytes --]

July 27, 2006, using xen-unstable changeset:

changeset:   10745:b8ec4423cc44
tag:         tip
user:        chris@kneesaa.uk.xensource.com
date:        Thu Jul 27 05:12:04 2006 +0100
summary:     [qemu] Add missing vga_bios_init call.

x86_32 (no PAE support)

* SLES 9 SP2 on IBM xSeries 335, and 235
* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

ISSUES:

x86_32 (PAE)

* FC4 on x335 and RHEL 4 on HS20 Blade 8843              
* Builds and boots without problems
* Able to create fully functional guest domains

ISSUES:

x86_64 (SLES 9 SP2 and SLES 10 on IBM HS20 Blades 8843 41U)

* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

ISSUES:           
XM-TEST results summary: 
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
      hs20.rhel4-PAE |  103 |    7 |     0 |     3 |
  hs20.sles10-x86_64 |  104 |    7 |     0 |     3 |
   hs20.sles9-x86_64 |  103 |    8 |     0 |     3 |
          x235-sles9 |  102 |    7 |     0 |     3 |
         x335fc4-PAE |  105 |    6 |     0 |     3 |
           x335sles9 |  103 |    8 |     0 |     3 |


-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
	
                          Euripides


[-- Attachment #2: hs20.rhel4-PAE.report --]
[-- Type: text/plain, Size: 656 bytes --]

Xm-test execution summary:
  PASS:  103
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #3: hs20.sles9-x86_64.report --]
[-- Type: text/plain, Size: 787 bytes --]

Xm-test execution summary:
  PASS:  103
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_info_compiledata_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 64 512 1440 1500 65507.

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 512 1440 1505 4096 4192.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 4096 4192 32767 65495.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #4: hs20.sles10-x86_64.report --]
[-- Type: text/plain, Size: 763 bytes --]

Xm-test execution summary:
  PASS:  104
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 1440 1500 1505 32767 65495.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 1440 1505 4096 4192 32767.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #5: x235-sles9.report --]
[-- Type: text/plain, Size: 690 bytes --]

Xm-test execution summary:
  PASS:  102
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 512 1440 1500 1505 4192 32767 65495.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #6: x335fc4-PAE.report --]
[-- Type: text/plain, Size: 583 bytes --]

Xm-test execution summary:
  PASS:  105
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #7: x335sles9.report --]
[-- Type: text/plain, Size: 789 bytes --]

Xm-test execution summary:
  PASS:  103
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 512 1440 1500 1505 32767 65495.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 64 512 1440 1500 1505 4096.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #8: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-07-26 18:29 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-07-26 18:29 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1351 bytes --]

July 26, 2006, using xen-unstable changeset:

changeset:   10730:37f206c7405a
tag:         tip
user:        kfraser@localhost.localdomain
date:        Tue Jul 25 13:38:56 2006 +0100
summary:     [XEN] Increase debug stack size from 4kB to 8kB.

x86_32 (no PAE support)

* SLES 9 SP2 on IBM xSeries 335, and 235
* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

ISSUES:

x86_32 (PAE)

* FC4 on x335 and RHEL 4 on HS20 Blade 8843              
* Builds and boots without problems
* Able to create fully functional guest domains

ISSUES:

x86_64 (SLES 9 SP2 IBM HS20 Blades 8843 41U)

* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

ISSUES:            

XM-TEST results summary:

            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
      hs20.rhel4-PAE |  103 |    7 |     0 |     3 |
   hs20.sles9-x86_64 |  103 |    8 |     0 |     3 |
          x235-sles9 |  103 |    6 |     0 |     3 |
         x335fc4-PAE |  105 |    6 |     0 |     3 |
           x335sles9 |  103 |    8 |     0 |     3 |


-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
	
                          Euripides


[-- Attachment #2: hs20.rhel4-PAE.report --]
[-- Type: text/plain, Size: 656 bytes --]

Xm-test execution summary:
  PASS:  103
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #3: hs20.sles9-x86_64.report --]
[-- Type: text/plain, Size: 771 bytes --]

Xm-test execution summary:
  PASS:  103
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_info_compiledata_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 512 1440 1500 32767 65495.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 1505 4096 4192 65495.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #4: x235-sles9.report --]
[-- Type: text/plain, Size: 583 bytes --]

Xm-test execution summary:
  PASS:  103
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #5: x335fc4-PAE.report --]
[-- Type: text/plain, Size: 583 bytes --]

Xm-test execution summary:
  PASS:  105
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #6: x335sles9.report --]
[-- Type: text/plain, Size: 812 bytes --]

Xm-test execution summary:
  PASS:  103
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 512 1440 1500 1505 4096 4192 32767.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 1505 4096 4192 65495.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #7: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-07-25 14:43 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-07-25 14:43 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1375 bytes --]

July 25, 2006, using xen-unstable changeset:

changeset:   10713:cc991d9953d2
tag:         tip
user:        sos22@douglas.cl.cam.ac.uk
date:        Tue Jul 25 04:59:02 2006 +0100
summary:     [MINI-OS] Fix a bug which prevented map_frames being used more than once.

x86_32 (no PAE support)

* SLES 9 SP2 on IBM xSeries 335, and 235
* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

ISSUES:

x86_32 (PAE)

* FC4 on x335 and RHEL 4 on HS20 Blade 8843              
* Builds and boots without problems
* Able to create fully functional guest domains

ISSUES:

x86_64 (SLES 9 SP2 IBM HS20 Blades 8843 41U)

* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

ISSUES:            --XM-TEST Results--

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
      hs20.rhel4-PAE |  103 |    7 |     0 |     3 |
   hs20.sles9-x86_64 |  103 |    8 |     0 |     3 |
          x235-sles9 |  103 |    6 |     0 |     3 |
         x335fc4-PAE |  104 |    7 |     0 |     3 |
           x335sles9 |  103 |    8 |     0 |     3 |


-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
	
                          Euripides


[-- Attachment #2: hs20.rhel4-PAE.report --]
[-- Type: text/plain, Size: 656 bytes --]

Xm-test execution summary:
  PASS:  103
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #3: hs20.sles9-x86_64.report --]
[-- Type: text/plain, Size: 798 bytes --]

Xm-test execution summary:
  PASS:  103
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_info_compiledata_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 1505 4096 65507.

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 512 1440 1500 1505 4096 4192 32767.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 512 1440 1500 1505 4096 4192.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #4: x235-sles9.report --]
[-- Type: text/plain, Size: 583 bytes --]

Xm-test execution summary:
  PASS:  103
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #5: x335fc4-PAE.report --]
[-- Type: text/plain, Size: 698 bytes --]

Xm-test execution summary:
  PASS:  104
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 4192 32767 65507.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 64 512 1440 1505 4096 4192 32767.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #6: x335sles9.report --]
[-- Type: text/plain, Size: 806 bytes --]

Xm-test execution summary:
  PASS:  103
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 1505 4096 4192 32767 65507.

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 64 512 1440 1500 1505.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 64 512 1440 1500 1505 4096 4192 32767.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #7: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-07-20 15:06 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-07-20 15:06 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1329 bytes --]

July 20, 2006, using xen-unstable changeset:

changeset:   10712:bbabdebc54ad
tag:         tip
user:        sos22@douglas.cl.cam.ac.uk
date:        Wed Jul 19 15:13:36 2006 +0100
summary:     [XEN] Fix a comment in grant_table.h.

x86_32 (no PAE support)

* SLES 9 SP2 on IBM xSeries 335, and 235
* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

ISSUES:

x86_32 (PAE)

* FC4 on x335 and RHEL 4 on HS20 Blade 8843              
* Builds and boots without problems
* Able to create fully functional guest domains

ISSUES:

x86_64 (SLES 9 SP2 IBM HS20 Blades 8843 41U)

* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

ISSUES:            

XM-TEST Results:

            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
      hs20.rhel4-PAE |  102 |    8 |     0 |     3 |
   hs20.sles9-x86_64 |  103 |    8 |     0 |     3 |
           x235sles9 |  103 |    6 |     0 |     3 |
         x335fc4-PAE |  103 |    8 |     0 |     3 |
           x335sles9 |  105 |    6 |     0 |     3 |


-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
	
                          Euripides


[-- Attachment #2: hs20.rhel4-PAE.report --]
[-- Type: text/plain, Size: 747 bytes --]

Xm-test execution summary:
  PASS:  102
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 1500 1505 4096 4192.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #3: hs20.sles9-x86_64.report --]
[-- Type: text/plain, Size: 781 bytes --]

Xm-test execution summary:
  PASS:  103
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_info_compiledata_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 512 1440 1505 4096 4192 32767.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 1500 1505 4096 32767 65495.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #4: x235sles9.report --]
[-- Type: text/plain, Size: 583 bytes --]

Xm-test execution summary:
  PASS:  103
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #5: x335fc4-PAE.report --]
[-- Type: text/plain, Size: 761 bytes --]

Xm-test execution summary:
  PASS:  103
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 512 1440 1500.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 4096 4192 32767 65495.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #6: x335sles9.report --]
[-- Type: text/plain, Size: 583 bytes --]

Xm-test execution summary:
  PASS:  105
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #7: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-07-19 18:18 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-07-19 18:18 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1342 bytes --]

July 19, 2006, using xen-unstable changeset:

changeset:   10711:ecb8ff1fcf1f
tag:         tip
user:        chris@kneesaa.uk.xensource.com
date:        Fri Jul 14 12:53:27 2006 +0100
summary:     Spawn vncviewer from qemu-dm.

x86_32 (no PAE support)

* SLES 9 SP2 on IBM xSeries 335, and 235
* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

ISSUES:

x86_32 (PAE)

 * FC4 on x335 and RHEL 4 on HS20 Blade 8843              
 * Builds and boots without problems
 * Able to create fully functional guest domains

ISSUES:

x86_64 (SLES 9 SP2 IBM HS20 Blades 8843 41U)

 * Builds and boots without problems
 * Able to create fully functional guest domains
 * Ran xm-test on all boxes

ISSUES:            
--XM-TEST Results--

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
      hs20.rhel4-PAE |  103 |    7 |     0 |     3 |
   hs20.sles9-x86_64 |  105 |    6 |     0 |     3 |
           x235sles9 |  103 |    6 |     0 |     3 |
         x335fc4-PAE |  103 |    8 |     0 |     3 |
           x335sles9 |  103 |    8 |     0 |     3 |


-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
	
                          Euripides


[-- Attachment #2: hs20.rhel4-PAE.report --]
[-- Type: text/plain, Size: 656 bytes --]

Xm-test execution summary:
  PASS:  103
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #3: hs20.sles9-x86_64.report --]
[-- Type: text/plain, Size: 582 bytes --]

Xm-test execution summary:
  PASS:  105
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_info_compiledata_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #4: x235sles9.report --]
[-- Type: text/plain, Size: 583 bytes --]

Xm-test execution summary:
  PASS:  103
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #5: x335fc4-PAE.report --]
[-- Type: text/plain, Size: 772 bytes --]

Xm-test execution summary:
  PASS:  103
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 48 64 512 1440 1500 65507.

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 1500 1505.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 4192 32767 65495.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #6: x335sles9.report --]
[-- Type: text/plain, Size: 779 bytes --]

Xm-test execution summary:
  PASS:  103
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 1500 4096 4192 32767 65495.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 64 512 1440 1500 1505 4096.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #7: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-07-17 18:10 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-07-17 18:10 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1267 bytes --]

July 17, 2006, using xen-unstable changeset:

changeset:   10711:ecb8ff1fcf1f
tag:         tip
user:        chris@kneesaa.uk.xensource.com
date:        Fri Jul 14 12:53:27 2006 +0100
summary:     Spawn vncviewer from qemu-dm.

x86_32 (no PAE support)

* SLES 9 SP2 on IBM xSeries 335, and 235
* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

ISSUES:

x86_32 (PAE)

  * FC4 on x335              
  * Builds and boots without problems
  * Able to create fully functional guest domains

ISSUES:

x86_64 (SLES 9 SP2 IBM HS20 Blades 8843 41U)

  * Builds and boots without problems
  * Able to create fully functional guest domains
  * Ran xm-test on all boxes

ISSUES:             

--XM-TEST Results--

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
   hs20.sles9-x86_64 |  105 |    6 |     0 |     3 |
           x235sles9 |  103 |    6 |     0 |     3 |
         x335fc4-PAE |  105 |    6 |     0 |     3 |
           x335sles9 |  104 |    7 |     0 |     3 |


-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
	
                          Euripides


[-- Attachment #2: hs20.sles9-x86_64.report --]
[-- Type: text/plain, Size: 582 bytes --]

Xm-test execution summary:
  PASS:  105
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_info_compiledata_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #3: x235sles9.report --]
[-- Type: text/plain, Size: 583 bytes --]

Xm-test execution summary:
  PASS:  103
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #4: x335fc4-PAE.report --]
[-- Type: text/plain, Size: 583 bytes --]

Xm-test execution summary:
  PASS:  105
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #5: x335sles9.report --]
[-- Type: text/plain, Size: 701 bytes --]

Xm-test execution summary:
  PASS:  104
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 11_create_concurrent_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 1440 1500 1505 65507.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 1440 1500 4096 4192 32767 65495.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #6: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-07-14 16:58 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-07-14 16:58 UTC (permalink / raw)
  To: xen-devel

July 14, 2006, using xen-unstable changeset:

changeset:   10680:f692a0a476c5
tag:         tip
user:        jchesterfield@wicket.uk.xensource.com
date:        Thu Jul 13 09:33:08 2006 +0100
summary:     xend save/restore fix, only matches one device type (vbd or tap) on creation of vm.

ISSUES:    

xm-test stopped executing on all machines at this test: 07_destroy_stale_pos. Currently investigating why.


XM-TEST Results :



-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
	
                          Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-07-13 15:02 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-07-13 15:02 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1252 bytes --]

July 13, 2006, using xen-unstable changeset:

changeset:   10675:a70c4f9657cc
tag:         tip
user:        chris@kneesaa.uk.xensource.com
date:        Wed Jul 12 13:16:14 2006 +0100
summary:     Update xend to support vnc configuration for qemu 0.8.1 based ioemu.

x86_32 (non-PAE)

* SLES 9 on xSeries 235, 335 and HS20 Blade 8843 
* FC4 on IBM xSeries 335 and RHEL 4 on HS20 Blade 8843
* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

ISSUES:

x86_64 (SLES 9 SP2 IBM HS20 Blades 8843 41U)

* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

ISSUES:         

XM-TEST Results : 
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
          hs20.rhel4 |  105 |    6 |     0 |     3 |
   hs20.sles9-x86_64 |  106 |    6 |     0 |     3 |
           x235sles9 |  106 |    5 |     0 |     3 |
             x335fc4 |  105 |    7 |     0 |     3 |
           x335sles9 |  106 |    6 |     0 |     3 |

-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
	
                          Euripides


[-- Attachment #2: hs20.rhel4.report --]
[-- Type: text/plain, Size: 606 bytes --]

Xm-test execution summary:
  PASS:  105
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #3: hs20.sles9-x86_64.report --]
[-- Type: text/plain, Size: 582 bytes --]

Xm-test execution summary:
  PASS:  106
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_info_compiledata_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #4: x235sles9.report --]
[-- Type: text/plain, Size: 578 bytes --]

Xm-test execution summary:
  PASS:  106
  FAIL:  5
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 1 48 64 1505 4096 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 1 48 64 512 1440 1500 4096 32767 65495.


[-- Attachment #5: x335fc4.report --]
[-- Type: text/plain, Size: 752 bytes --]

Xm-test execution summary:
  PASS:  105
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 48 64 512 1440 1500 65507.

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 512 1440 1500 1505 4096 4192 32767.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 1440 1500 32767 65495.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #6: x335sles9.report --]
[-- Type: text/plain, Size: 670 bytes --]

Xm-test execution summary:
  PASS:  106
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 48 64 512 1440 1500 1505 4192 32767 65507.

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 512 1440 1500 4096 4192 32767.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #7: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-07-12 18:02 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-07-12 18:02 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 964 bytes --]

July 12, 2006, using xen-unstable changeset:

changeset:   10650:a1c2cede77c7
tag:         tip
user:        kfraser@localhost.localdomain
date:        Mon Jul 10 09:01:49 2006 +0100
summary:     [HVM] Fix "Many lost ticks" warning in ia32e guest

x86_32 (SLES 9 on IBM xSeries 235, 335 and IBM HS20 Blades 8843 41U)

* Builds and boots without problems
* Ran xm-test on all boxes

ISSUES:

x86_64 (SLES 9 IBM HS20 Blades 8843 41U)

* Builds and boots without problems
* Ran xm-test on all boxes

ISSUES:

XM-TEST Results:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
   hs20.sles9-x86_64 |  106 |    6 |     0 |     3 |
           x235sles9 |  106 |    5 |     0 |     3 |
           x335sles9 |  107 |    5 |     0 |     3 |


-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
	
                          Euripides


[-- Attachment #2: hs20.sles9-x86_64.report --]
[-- Type: text/plain, Size: 582 bytes --]

Xm-test execution summary:
  PASS:  106
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_info_compiledata_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #3: x235sles9.report --]
[-- Type: text/plain, Size: 561 bytes --]

Xm-test execution summary:
  PASS:  106
  FAIL:  5
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 512 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 1 48 64 1500 1505 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #4: x335sles9.report --]
[-- Type: text/plain, Size: 533 bytes --]

Xm-test execution summary:
  PASS:  107
  FAIL:  5
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #5: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Re: Daily Xen Builds
  2006-06-30 13:31 David F Barrera
@ 2006-06-30 13:42 ` Keir Fraser
  0 siblings, 0 replies; 381+ messages in thread
From: Keir Fraser @ 2006-06-30 13:42 UTC (permalink / raw)
  To: David F Barrera; +Cc: Paul Larson, xen-devel, hohnbaum


On 30 Jun 2006, at 14:31, David F Barrera wrote:

> Blocked by Bugzilla Bug #692. Unable to handle kernel NULL pointer 
> dereference at 000000000000004c RIP:
> <ffffffff8018ad91>{d_delete+33}
>
> http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=692
>
> The problem is occurring when running xm-test, specifically the 
> block-create set of test cases, of both SLES 9 and RHEL/FC4 boxes.
>

Fixed by changeset 10568 which should be pushed to the public tree 
shortly.

  -- Keir

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-06-30 13:31 David F Barrera
  2006-06-30 13:42 ` Keir Fraser
  0 siblings, 1 reply; 381+ messages in thread
From: David F Barrera @ 2006-06-30 13:31 UTC (permalink / raw)
  To: xen-devel; +Cc: Paul Larson, hohnbaum

Blocked by Bugzilla Bug #692. Unable to handle kernel NULL pointer dereference at 000000000000004c RIP:
<ffffffff8018ad91>{d_delete+33}

http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=692

The problem is occurring when running xm-test, specifically the block-create set of test cases, of both SLES 9 and RHEL/FC4 boxes.

changeset:   10520:ae245d35457b
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Wed Jun 28 07:59:29 2006 +0100
summary:     [HVM][Firmware] Make the creation of MP tables more dynamic

bl2-1 login: Unable to handle kernel NULL pointer dereference at 000000000000004c RIP:
<ffffffff8018ad91>{d_delete+33}
PGD 1c51c067 PUD ec07067 PMD 0
Oops: 0000 [1] SMP
CPU 3
Modules linked in: bridge usbserial parport_pc lp parport sg st sr_mod ide_cd cdrom joydev thermal processor fan button battery ac ipv6 usbhid i2c_i801 i2c_core e752x_edac edac_mc uhci_hcd tg3 usbcore dm_mod piix ext3 jbd sd_mod
Pid: 20, comm: xenwatch Not tainted 2.6.16.13-xen #1
RIP: e030:[<ffffffff8018ad91>] <ffffffff8018ad91>{d_delete+33}
RSP: e02b:ffff88001f171d18  EFLAGS: 00010246
RAX: 0000000000000000 RBX: ffff88000e04a7c8 RCX: ffff88001d5aec10
RDX: 0000000000000000 RSI: 00002fe7dbae1026 RDI: ffff88000e04a7d0
RBP: 0000000000000000 R08: 0000000000000073 R09: 00002fe7dbae1026
R10: 0000000000007ff0 R11: ffff88001cca1048 R12: ffff88001d5aebb0
R13: ffff88000e04a7c8 R14: ffff880000a81d98 R15: ffffffff80141652
FS:  00002b133c86cbc0(0000) GS:ffffffff80487180(0000) knlGS:0000000000000000
CS:  e033 DS: 0000 ES: 0000
Process xenwatch (pid: 20, threadinfo ffff88001f170000, task ffff88000096e8a0)
Stack: 0000000000000000 ffff88000e04a7c8 ffffffff803d3b40 ffffffff801b25ba
       00002fe7dbae1026 ffff88000e04a7c8 ffffffff803d3b40 ffff88001cca1000
       00000000fffffffc ffffffff801b2fa5
Call Trace: <ffffffff801b25ba>{remove_dir+68} <ffffffff801\uffff\uffff\uffff\uffff\uffff\uffff\ud455\u0665\uffff\uffff}\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\ud455\u0665\uffff\uffff}\u0579\u0255\uffff\uffff\uffff\u0455\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\u027d\uffff\u0455\uffff\uffff}\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\u0461\uffff\u0255\uffff\uffff}\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\u1579\u0745\u044d\uffff}\u0461\u0255\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\u1579\u0745\u044d\uffff}\uffff\uffff\uffff\uffff\uffff\uffff}\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\u1579\u0745\u044d\uffff}\u0461\u0255\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\u047d\u0255\uffff\uffff\u0655}\u0745\uffff\uffff}\uffff\u0579\uffff\u0465\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\u0655\uffff\u0451}\uffff\u0255\uffff\u0455}\uffff\u0461\u0255\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\u047d\u0255\uffff\uffff\u0655}\u0745\uffff\uffff}\uffff\u0579\uffff\u0465\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\u0655\uffff\u0451}\uffff\u0255\uffff\u0455}\uffff\u0461\u0255\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\u1579\u0745\u044d\uffff}\u0461\u0255\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\u0461\u0255\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\ud361\uffff\uffff\uffff}\u0265\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\u0655\uffff\u0451}\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffffI%A\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff}\uffff\uffff\uffff\uffff\u0455\uffffIMA\uffff\uffff\uffff\uffff\uffff<3>BUG: soft lockup detected on CPU#2!
CPU 2:
Modules linked in: bridge usbserial parport_pc lp parport sg st sr_mod ide_cd cdrom joydev thermal processor fan button battery ac ipv6 usbhid i2c_i801 i2c_core e752x_edac edac_mc uhci_hcd tg3 usbcore dm_mod piix ext3 jbd sd_mod
Pid: 13905, comm: trivial-rewrite Not tainted 2.6.16.13-xen #1
RIP: e030:[<ffffffff8032c326>] <ffffffff8032c326>{.text.lock.spinlock+25}
RSP: e02b:ffff88000ab1de10  EFLAGS: 00000286
RAX: 0000000000000000 RBX: ffff88000416b9e0 RCX: 0000000000000000
RDX: 0000000000000000 RSI: ffffffff80499680 RDI: ffffffff80499680
RBP: ffffffff80499680 R08: ffff8800010cb268 R09: ffff880001000000
R10: 0000000000007ff0 R11: ffff8800015655d8 R12: ffff88001ab649b8
R13: ffff88001ab649b8 R14: ffff8800007382c0 R15: ffff88000416b9e0
FS:  00002b79cbb4e960(0000) GS:ffffffff80487100(0000) knlGS:0000000000000000
CS:  e033 DS: 0000 ES: 0000

Call Trace: <ffffffff802051fd>{_atomic_dec_and_lock+57}
       <ffffffff8018b3f2>{dput+42} <ffffffff8017683d>{__fput+337}
       <ffffffff801648d4>{remove_vma+59} <ffffffff801649bd>{exit_mmap+211}
       <ffffffff8012aefc>{mmput+37} <ffffffff80130ea8>{do_exit+520}
       <ffffffff80131620>{sys_exit_group+0} <ffffffff8010ae56>{system_call+134}
       <ffffffff8010add0>{system_call+0}
BUG: soft lockup detected on CPU#0!
CPU 0:
Modules linked in: bridge usbserial parport_pc lp parport sg st sr_mod ide_cd cdrom joydev thermal processor fan button battery ac ipv6 usbhid i2c_i801 i2c_core e752x_edac edac_mc uhci_hcd tg3 usbcore dm_mod piix ext3 jbd sd_mod
Pid: 14641, comm: xenstored Not tainted 2.6.16.13-xen #1
RIP: e030:[<ffffffff8032c323>] <ffffffff8032c323>{.text.lock.spinlock+22}
RSP: e02b:ffff88001bd51dc0  EFLAGS: 00000286
RAX: ffffffff803b94e0 RBX: ffff880007c66a20 RCX: 0000000000000037
RDX: 0000000000000000 RSI: ffff880007c66a20 RDI: ffffffff80499680
RBP: ffff880007c66ae8 R08: ffffffff801b72aa R09: 7efefefefefefeff
R10: 7efefefefefefeff R11: ffff8800047ff458 R12: ffff880007c66a20
R13: ffff880007c66ae8 R14: ffff88001e4a8d28 R15: ffff88001e4a8d28
FS:  00002aceb17ed0a0(0000) GS:ffffffff80487000(0000) knlGS:0000000000000000
CS:  e033 DS: 0000 ES: 0000

Call Trace: <ffffffff8018aa61>{d_move+46} <ffffffff80183198>{vfs_rename+775}
       <ffffffff801856be>{sys_renameat+393} <ffffffff80176267>{sBUG: soft lockup detected on CPU#1!
CPU 1:
Modules linked in: bridge usbserial parport_pc lp parport sg st sr_mod ide_cd cdrom joydev thermal processor fan button battery ac ipv6 usbhid i2c_i801 i2c_core e752x_edac edac_mc uhci_hcd tg3 usbcore dm_mod piix ext3 jbd sd_mod
Pid: 1903, comm: irqbalance Not tainted 2.6.16.13-xen #1
RIP: e030:[<ffffffff8032c326>] <ffffffff8032c326>{.text.lock.spinlock+25}
RSP: e02b:ffff88001aaa5c70  EFLAGS: 00000286
RAX: ffff880000ad0c00 RBX: ffff88000e04aae8 RCX: 0000000000000000
RDX: ffff88000e04ab8c RSI: ffff880011ad4010 RDI: ffffffff80499680
RBP: ffff880000de4918 R08: 0000000000000001 R09: ffffffffff578040
R10: ffff880000549998 R11: ffffffffff578040 R12: ffff88001aaa5cf8
R13: ffff880000acfd58 R14: ffff88001aaa5ec8 R15: ffff88001aaa5cf8
FS:  00002b36d77756e0(0000) GS:ffffffff80487080(0000) knlGS:0000000000000000
CS:  e033 DS: 0000 ES: 0000

Call Trace: <ffffffff8018b2df>{d_alloc+346} <ffffffff8018233f>{do_lookup+166}
       <ffffffff801840a0>{__link_path_walk+2467} <ffffffff8018459d>{link_path_walk+78}
       <ffffffff80173f25>{get_unused_\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\ud47d}\uffff\uffff\uffff\uffff}\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\ud755\uffff}\u0579\uffff\u0355\uffff}\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\ud47d}\uffff\uffff\uffff}\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\u0455\uffff}\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\u0455\uffff}\uffff\uffff\uffff\uffff\uffffUG: soft lockup detected on CPU#3!
CPU 3:
Modules linked in: bridge usbserial parport_pc lp parport sg st sr_mod ide_cd cdrom joydev thermal processor fan button battery ac ipv6 usbhid i2c_i801 i2c_core e752x_edac edac_mc uhci_hcd tg3 usbcore dm_mod piix ext3 jbd sd_mod
Pid: 20, comm: xenwatch Not tainted 2.6.16.13-xen #1
RIP: e030:[<ffffffff8032c326>] <ffffffff8032c326>{.text.lock.spinlock+25}
RSP: e02b:ffff88001f171ae0  EFLAGS: 00000286
RAX: ffffffff803a4840 RBX: ffff88001caea3a0 RCX: ffff88001f171b38
RDX: 0000000000000001 RSI: 0000000000000001 RDI: ffffffff80499680
RBP: ffff88000096e8a0 R08: ffff880000aa60d0 R09: ffff88001f175cf0
R10: 0000000000000001 R11: ffff8800018fbdc0 R12: 0000000000000020
R13: ffff8800009f0760 R14: ffff88000096e948 R15: ffff88001f171b38
FS:  00002b133c86cbc0(0000) GS:ffffffff80487180(0000) knlGS:0000000000000000
CS:  e033 DS: 0000 ES: 0000

Call Trace: <ffffffff801ab982>{proc_pid_unhash+25} <ffffffff8012ff3e>{release_task+41}
       <ffffffff80131502>{do_exit+2146} <ffffffff80119415>{do_paffffffff8026ff3e>{xenbus_dev_remove+44}
       <ffffffff80262bb4>{__device_release_driver+112} <ffffffff80262cf0>{device_release_driver+45}
       <ffffffff80262453>{bus_remove_device+160} <ffffffff80261590>{device_del+67}
       <ffffffff802615d1>{device_unregister+9} <ffffffff80272603>{frontend_changed+244}
       <ffffffff8026f824>{otherend_changed+87} <ffffffff8026e2c4>{xenwatch_thread+0}
       <ffffffff8026e291>{xenwatch_handle_callback+21} <ffffffff8026e408>{xenwatch_thread+324}
   peth1: received packet with  own address as source address



-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
	
                          Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-06-28 19:16 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-06-28 19:16 UTC (permalink / raw)
  To: xen-devel

June 28, 2006, using xen-unstable changeset:

changeset:   10508:1da8f53ce65b
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Tue Jun 27 12:24:08 2006 +0100
summary:     [LINUX] Fix a few compile warnings and memory leaks in the sysfs driver.

x86_32 (SLES 9 SP2 and FC4 on IBM xSeries 335(512MB RAM)and IBM HS20 Blades 8843 41U)

* Builds and boots without problems
* Ran xm-test on all boxes

ISSUES:

x86_64 (SLES 9 IBM HS20 Blades 8843 41U)

* Builds and boots without problems
* Ran xm-test on all boxes

ISSUES:

XM-TEST Results: 
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
   hs20.sles9-x86_64 |  106 |    6 |     0 |     3 |
             x335fc4 |  106 |    6 |     0 |     3 |
           x335sles9 |  104 |    7 |     0 |     3 |


-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
	
                          Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-06-27 21:02 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-06-27 21:02 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 997 bytes --]

June 27, 2006, using xen-unstable changeset:

changeset:   10487:9158ecb9045f
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Tue Jun 27 03:54:05 2006 +0100
summary:     [HVM][VMX] On a VMEXIT, 'dirty' the DR.  Restore DR from vcpu struct,

x86_32 (SLES 9 SP2 and FC4 on IBM xSeries 335(512MB RAM)and IBM HS20 Blades 8843 41U)

* Builds and boots without problems
* Ran xm-test on all boxes

ISSUES:

x86_64 (SLES 9 IBM HS20 Blades 8843 41U)

* Builds and boots without problems
* Ran xm-test on all boxes

ISSUES:

XM-TEST Results:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
   hs20.sles9-x86_64 |  106 |    6 |     0 |     3 |
             x335fc4 |  105 |    7 |     0 |     3 |
           x335sles9 |  106 |    5 |     0 |     3 |


-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
	
                          Euripides


[-- Attachment #2: hs20.sles9-x86_64.report --]
[-- Type: text/plain, Size: 629 bytes --]

Xm-test execution summary:
  PASS:  106
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 1440 1500 1505 4096 4192.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #3: x335fc4.report --]
[-- Type: text/plain, Size: 717 bytes --]

Xm-test execution summary:
  PASS:  105
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 4096 4192 32767 65495.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 1440 1500 1505 4096.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #4: x335sles9.report --]
[-- Type: text/plain, Size: 548 bytes --]

Xm-test execution summary:
  PASS:  106
  FAIL:  5
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 48 64 512 1440 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #5: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-06-26 21:04 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-06-26 21:04 UTC (permalink / raw)
  To: xen-devel

June 26, 2006, using xen-unstable changeset:

changeset:   10482:9ec0b4f10b4f
tag:         tip
user:        emellor@leeni.uk.xensource.com
date:        Sat Jun 24 17:44:18 2006 +0100
summary:     Some fine-tuning in the virtual TPM scripts for hotpluging. The changes

x86_32 (SLES 9 SP2 and FC4 on IBM xSeries 335(512MB RAM)and IBM HS20 Blades 8843 41U)

* Builds and boots without problems
* Ran xm-test on all boxes

ISSUES:

x86_64 (SLES 9 IBM HS20 Blades 8843 41U)

* Builds and boots without problems
* Ran xm-test on all boxes

ISSUES:

XM-TEST Results:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |  107 |    5 |     0 |     3 |
             x335fc4 |  105 |    7 |     0 |     3 |
           x335sles9 |  106 |    5 |     0 |     3 |


-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
	
                          Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-06-23 19:52 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-06-23 19:52 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1124 bytes --]

June 23, 2006, using xen-unstable changeset:

changeset:   10470:411a3c01bb40
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Tue Jun 20 12:51:46 2006 +0100
summary:     [XEN] Xen always relinquishes VGA console to domain0 when domain0

x86_32 (SLES 9 SP2 and FC4 on IBM xSeries 335(512MB RAM)and IBM HS20 Blades 8843 41U)

* Builds and boots without problems
* Ran xm-test on all boxes

ISSUES:

x86_64 (SLES 9 IBM HS20 Blades 8843 41U)

* Builds and boots without problems
* Ran xm-test on all boxes

ISSUES:

XM-TEST Results *: 
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |  107 |   10 |     0 |     3 |
   hs20.rhel4-x86_32 |   92 |   20 |     0 |     3 |
           x235sles9 |  101 |   10 |     0 |     3 |
             x335fc4 |  101 |   11 |     0 |     3 |
           x335sles9 |  100 |   11 |     0 |     3 |

* With Harry's patch


-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
	
                          Euripides


[-- Attachment #2: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 1010 bytes --]

Xm-test execution summary:
  PASS:  107
  FAIL:  10
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 02_block_attach_file_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 03_memset_random_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #3: hs20.rhel4-x86_32.report --]
[-- Type: text/plain, Size: 1604 bytes --]

Xm-test execution summary:
  PASS:  92
  FAIL:  20
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 02_block_attach_file_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 13_create_multinic_pos 
	 (5 nics) Failed to create domain

 FAIL: 14_create_blockroot_pos 
	 Failed to create domain

 FAIL: 03_memset_random_pos 
	 Timed out waiting for console prompt

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

 FAIL: 03_network_local_tcp_pos 
	 Failed to create domain

 FAIL: 04_network_local_udp_pos 
	 Failed to create domain

XFAIL: 05_network_dom0_ping_pos 
	 Failed to create domain

 FAIL: 06_network_dom0_tcp_pos 
	 Failed to create domain

 FAIL: 07_network_dom0_udp_pos 
	 Failed to create domain

XFAIL: 11_network_domU_ping_pos 
	 Failed to create domain

 FAIL: 12_network_domU_tcp_pos 
	 Failed to create domain

 FAIL: 13_network_domU_udp_pos 
	 Failed to create domain

 FAIL: 01_network_attach_pos 
	 xm network-attach returned invalid 256 != 0

 FAIL: 02_network_attach_detach_pos 
	 xm network-attach returned invalid 256 != 0

 FAIL: 03_network_attach_detach_multiple_pos 
	 xm network-attach returned invalid 256 != 0


[-- Attachment #4: x235sles9.report --]
[-- Type: text/plain, Size: 1018 bytes --]

Xm-test execution summary:
  PASS:  101
  FAIL:  10
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 02_block_attach_file_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 03_memset_random_pos 
	 Timed out waiting for console command

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #5: x335fc4.report --]
[-- Type: text/plain, Size: 1113 bytes --]

Xm-test execution summary:
  PASS:  101
  FAIL:  11
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 02_block_attach_file_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 03_memset_random_pos 
	 Timed out waiting for console prompt

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 1440 1500 1505 4096 4192.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #6: x335sles9.report --]
[-- Type: text/plain, Size: 1134 bytes --]

Xm-test execution summary:
  PASS:  100
  FAIL:  11
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 02_block_attach_file_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 block-attach failed device did not switch to Connected state

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 32767.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 64 512 1440 1500 1505 4096 4192 32767.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #7: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Re: Daily Xen Builds
  2006-06-16 19:05 Nakajima, Jun
@ 2006-06-16 19:19 ` David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-06-16 19:19 UTC (permalink / raw)
  To: Nakajima, Jun; +Cc: xen-devel

Nakajima, Jun wrote:
> I see PAE is still broken with >4GB (SMP) (on 10363), is that the reason
> you did not include the test results for PAE?
>   
Actually, no. We are still ironing out some kinks in our automation, 
which has prevented me from testing PAE.
> Jun
> ---
> Intel Open Source Technology Center 
>
> -----Original Message-----
> From: xen-devel-bounces@lists.xensource.com
> [mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of David F
> Barrera
> Sent: Friday, June 16, 2006 11:07 AM
> To: xen-devel
> Subject: [Xen-devel] Daily Xen Builds
>
> June 16, 2006, using xen-unstable changeset:
>
> changeset:   10359:231e07e22f9c
> tag:         tip
> user:        kaf24@firebug.cl.cam.ac.uk
> date:        Fri Jun 16 04:52:49 2006 +0100
> summary:     [LINUX] Export new gnttab_cancel_free_callback() to
> modules.
>
> x86_32 (no PAE support)
>
> * SLES 9 SP2 and FC4 on IBM xSeries 335(512MB RAM)and IBM HS20 Blades
> 8843 41U)
> * Builds and boots without problems
> * Ran xm-test on all boxes
>
> ISSUES:
> * Bugzilla Bug 677 - xm-test failure: REASON: [Errno 5] Input/output
> error
>
> ISSUES:
>
> x86_64 (SLES 9 SP2 IBM HS20 Blades 8843 41U)
>
> * Builds and boots without problems
> * Ran xm-test on all boxes
>
> ISSUES:
>
> XM-TEST Results:
>             Platform | PASS | FAIL | XPASS | XFAIL |
> ---------------------+------+------+-------+-------+
>  hs20.1.sles9-x86_64 |  107 |   10 |     0 |     3 |
>    hs20.rhel4-x86_32 |   70 |   47*|     0 |     3 |
>              x335fc4 |   90 |   27*|     0 |     3 |
>            x335sles9 |   71 |   45*|     0 |     3 |
>
> * Problem in xm-test
>
>   


-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
	
                          Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* RE: Daily Xen Builds
@ 2006-06-16 19:05 Nakajima, Jun
  2006-06-16 19:19 ` David F Barrera
  0 siblings, 1 reply; 381+ messages in thread
From: Nakajima, Jun @ 2006-06-16 19:05 UTC (permalink / raw)
  To: David F Barrera, xen-devel

I see PAE is still broken with >4GB (SMP) (on 10363), is that the reason
you did not include the test results for PAE?

Jun
---
Intel Open Source Technology Center 

-----Original Message-----
From: xen-devel-bounces@lists.xensource.com
[mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of David F
Barrera
Sent: Friday, June 16, 2006 11:07 AM
To: xen-devel
Subject: [Xen-devel] Daily Xen Builds

June 16, 2006, using xen-unstable changeset:

changeset:   10359:231e07e22f9c
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Fri Jun 16 04:52:49 2006 +0100
summary:     [LINUX] Export new gnttab_cancel_free_callback() to
modules.

x86_32 (no PAE support)

* SLES 9 SP2 and FC4 on IBM xSeries 335(512MB RAM)and IBM HS20 Blades
8843 41U)
* Builds and boots without problems
* Ran xm-test on all boxes

ISSUES:
* Bugzilla Bug 677 - xm-test failure: REASON: [Errno 5] Input/output
error

ISSUES:

x86_64 (SLES 9 SP2 IBM HS20 Blades 8843 41U)

* Builds and boots without problems
* Ran xm-test on all boxes

ISSUES:

XM-TEST Results:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |  107 |   10 |     0 |     3 |
   hs20.rhel4-x86_32 |   70 |   47*|     0 |     3 |
             x335fc4 |   90 |   27*|     0 |     3 |
           x335sles9 |   71 |   45*|     0 |     3 |

* Problem in xm-test

-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
	
                          Euripides



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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-06-16 18:06 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-06-16 18:06 UTC (permalink / raw)
  To: xen-devel

June 16, 2006, using xen-unstable changeset:

changeset:   10359:231e07e22f9c
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Fri Jun 16 04:52:49 2006 +0100
summary:     [LINUX] Export new gnttab_cancel_free_callback() to modules.

x86_32 (no PAE support)

* SLES 9 SP2 and FC4 on IBM xSeries 335(512MB RAM)and IBM HS20 Blades 8843 41U)
* Builds and boots without problems
* Ran xm-test on all boxes

ISSUES:
* Bugzilla Bug 677 - xm-test failure: REASON: [Errno 5] Input/output error

ISSUES:

x86_64 (SLES 9 SP2 IBM HS20 Blades 8843 41U)

* Builds and boots without problems
* Ran xm-test on all boxes

ISSUES:

XM-TEST Results:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |  107 |   10 |     0 |     3 |
   hs20.rhel4-x86_32 |   70 |   47*|     0 |     3 |
             x335fc4 |   90 |   27*|     0 |     3 |
           x335sles9 |   71 |   45*|     0 |     3 |

* Problem in xm-test

-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
	
                          Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-06-15 18:27 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-06-15 18:27 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1081 bytes --]

June 15, 2006, using xen-unstable changeset:

changeset:   10352:161473836da3
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Wed Jun 14 16:15:13 2006 +0100
summary:     [HVM][QEMU] Fix SDL mouse "invisible wall".

x86_32 (no PAE support)

* SLES 9 SP2 and FC4 on IBM xSeries 335(512MB RAM)and IBM HS20 Blades 8843 41U)
* Builds and boots without problems
* Ran xm-test on all boxes

ISSUES:
* Bugzilla Bug 677 - xm-test failure: REASON: [Errno 5] Input/output error

ISSUES:

x86_64 (SLES 9 SP2 IBM HS20 Blades 8843 41U)

* Builds and boots without problems
* Ran xm-test on all boxes

ISSUES:

XM-TEST Results *: 

            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |  105 |   12 |     0 |     3 |
   hs20.rhel4-x86_32 |   69 |   47 |     0 |     3 |
             x335fc4 |   85 |   32 |     0 |     3 |


-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
	
                          Euripides


[-- Attachment #2: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 1189 bytes --]

Xm-test execution summary:
  PASS:  105
  FAIL:  12
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 02_block_attach_file_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 03_memset_random_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 4192 32767 65495.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 48 64 512 1440 1500.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.


[-- Attachment #3: hs20.rhel4-x86_32.report --]
[-- Type: text/plain, Size: 2548 bytes --]

Xm-test execution summary:
  PASS:  69
  FAIL:  47
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	

 FAIL: 02_block_attach_file_device_pos 
	Unknown reason

 FAIL: 04_block_attach_device_repeatedly_pos 
	Unknown reason

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	Unknown reason

 FAIL: 07_block_attach_baddevice_neg 
	Unknown reason

 FAIL: 08_block_attach_bad_filedevice_neg 
	Unknown reason

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	Unknown reason

 FAIL: 12_block_attach_shared_domU 
	Unknown reason

 FAIL: 01_block-destroy_btblock_pos 
	Unknown reason

 FAIL: 02_block-destroy_rtblock_pos 
	Unknown reason

 FAIL: 05_block-destroy_byname_pos 
	Unknown reason

 FAIL: 06_block-destroy_check_list_pos 
	Unknown reason

 FAIL: 01_block-list_pos 
	Unknown reason

 FAIL: 03_block-list_anotherbd_pos 
	Unknown reason

 FAIL: 01_block_device_read_verify 
	Unknown reason

 FAIL: 02_block_device_write_verify 
	Unknown reason

 FAIL: 11_create_concurrent_pos 
	Unknown reason

 FAIL: 12_create_concurrent_stress_pos 
	Unknown reason

 FAIL: 13_create_multinic_pos 
	Unknown reason

 FAIL: 14_create_blockroot_pos 
	Unknown reason

 FAIL: 15_create_smallmem_pos 
	Unknown reason

 FAIL: 01_destroy_basic_pos 
	Unknown reason

 FAIL: 07_destroy_stale_pos 
	Unknown reason

 FAIL: 01_memset_basic_pos 
	Unknown reason

 FAIL: 03_memset_random_pos 
	Unknown reason

 FAIL: 04_memset_smallmem_pos 
	Unknown reason

 FAIL: 01_migrate_localhost_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	Unknown reason

 FAIL: 03_network_local_tcp_pos 
	Unknown reason

XFAIL: 05_network_dom0_ping_pos 
	Unknown reason

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 32767 65495.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 4192 32767 65495.

XFAIL: 11_network_domU_ping_pos 
	Unknown reason

 FAIL: 12_network_domU_tcp_pos 
	Unknown reason

 FAIL: 13_network_domU_udp_pos 
	Unknown reason

 FAIL: 01_network_attach_pos 
	Unknown reason

 FAIL: 02_network_attach_detach_pos 
	Unknown reason

 FAIL: 01_pause_basic_pos 
	Unknown reason

 FAIL: 01_reboot_basic_pos 
	Unknown reason

 FAIL: 01_restore_basic_pos 
	Unknown reason

 FAIL: 04_restore_withdevices_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	Unknown reason

 FAIL: 03_save_bogusfile_neg 
	Unknown reason

 FAIL: 01_shutdown_basic_pos 
	Unknown reason

 FAIL: 02_sysrq_sync_pos 
	Unknown reason

 FAIL: 03_sysrq_withreboot_pos 
	Unknown reason

 FAIL: 01_unpause_basic_pos 
	Unknown reason


[-- Attachment #4: x335fc4.report --]
[-- Type: text/plain, Size: 1965 bytes --]

Xm-test execution summary:
  PASS:  85
  FAIL:  32
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	

 FAIL: 02_block_attach_file_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	Unknown reason

 FAIL: 01_block-destroy_btblock_pos 
	Unknown reason

 FAIL: 02_block-destroy_rtblock_pos 
	Unknown reason

 FAIL: 05_block-destroy_byname_pos 
	Unknown reason

 FAIL: 06_block-destroy_check_list_pos 
	Unknown reason

 FAIL: 03_block-list_anotherbd_pos 
	Unknown reason

 FAIL: 01_create_basic_pos 
	Unknown reason

 FAIL: 11_create_concurrent_pos 
	Unknown reason

 FAIL: 12_create_concurrent_stress_pos 
	Unknown reason

 FAIL: 13_create_multinic_pos 
	Unknown reason

 FAIL: 01_destroy_basic_pos 
	Unknown reason

 FAIL: 07_destroy_stale_pos 
	Unknown reason

 FAIL: 04_list_goodparm_pos 
	Unknown reason

 FAIL: 03_memset_random_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	Unknown reason

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 4192 32767.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 1500 1505 4096.

XFAIL: 11_network_domU_ping_pos 
	Unknown reason

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	Unknown reason

 FAIL: 01_network_attach_pos 
	Unknown reason

 FAIL: 02_network_attach_detach_pos 
	Unknown reason

 FAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	Unknown reason

 FAIL: 03_save_bogusfile_neg 
	Unknown reason

 FAIL: 02_sysrq_sync_pos 
	Unknown reason

 FAIL: 03_sysrq_withreboot_pos 
	Unknown reason

 FAIL: 01_unpause_basic_pos 
	Unknown reason


[-- Attachment #5: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-06-14 15:37 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-06-14 15:37 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1196 bytes --]

June 14, 2006, using xen-unstable changeset:

changeset:   10333:360f9dc71f51
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Tue Jun 13 05:41:15 2006 +0100
summary:     [HVM] Fix ioemu build with new Lin

x86_32 (no PAE support)

* SLES 9 SP2 on IBM xSeries 235(512MB RAM)
* Builds and boots without problems
* Ran xm-test on all boxes

ISSUES:
* Bugzilla Bug 677 - xm-test failure: REASON: [Errno 5] Input/output error

x86_32 (PAE)

* SLES 9 SP2 on xSeries 335 and HS20 Blade 8843and FC4 on IBM xSeries 335s                     
* Builds and boots without problems
* Ran xm-test on all boxes

ISSUES:

x86_64 (SLES 9 SP2 IBM HS20 Blades 8843 41U)

* Builds and boots without problems
* Ran xm-test on all boxes

ISSUES:

XM-TEST Results *:

            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |  109 |    8 |     0 |     3 |
     x235sles9nonpae |  106 |   10 |     0 |     3 |

* Using a modified version of Console.py

-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
	
                          Euripides


[-- Attachment #2: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 929 bytes --]

Xm-test execution summary:
  PASS:  106
  FAIL:  10
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 02_block_attach_file_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 03_memset_random_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 01_reboot_basic_pos 
	 [Errno 5] Input/output error

 FAIL: 03_sysrq_withreboot_pos 
	 [Errno 5] Input/output error


[-- Attachment #3: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 804 bytes --]

Xm-test execution summary:
  PASS:  109
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 02_block_attach_file_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 03_memset_random_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #4: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Re: Daily Xen Builds
  2006-06-12 19:26 ` Anthony Liguori
  2006-06-12 19:49   ` David F Barrera
@ 2006-06-12 20:06   ` David F Barrera
  1 sibling, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-06-12 20:06 UTC (permalink / raw)
  To: Anthony Liguori; +Cc: xen-devel

Anthony Liguori wrote:
> David F Barrera wrote:
>> June 12, 2006, using xen-unstable changeset:
>>
>> changeset:   10326:34ff26fb2240
>> tag:         tip
>> user:        kaf24@firebug.cl.cam.ac.uk
>> date:        Mon Jun 12 06:01:32 2006 +0100
>> summary:     [HVM][VMX] Fix error-detection inline asm code. Zero 
>> word-sized
>>
>> x86_32 (no PAE support)
>>
>> * SLES 9 SP2 on IBM xSeries 235(512MB RAM)
>> * Builds and boots without problems
>> * Ran xm-test on all boxes
>>
>> ISSUES:
>>
>> Note: these problems are due to the way xm-test works, rather than 
>> xen problems.
>> * Bugzilla 637  NEW  xm-test FAIL: 01_block_attach_device_pos.test
>> * Bugzilla 639  NEW  xm-test multiple test failures -
>>
>> x86_32 (PAE)
>>
>> * SLES 9 SP2 on xSeries 335 and HS20 Blade 8843and FC4 on IBM xSeries 
>> 335s                     * Builds and boots without problems
>> * Ran xm-test on all boxes
>>
>> ISSUES:
>> * Bugzilla 637 NEW xm-test FAIL: 01_block_attach_device_pos.test
>> * Bugzilla 639 NEW xm-test multiple test failures - 
>> XmTestLib.Console.Consol...
>>
>> x86_64 (SLES 9 SP2 IBM HS20 Blades 8843 41U)
>>
>> * Builds and boots without problems
>> * Ran xm-test on all boxes
>>
>> ISSUES:
>>
>> XM-TEST Results :
>>            Platform | PASS | FAIL | XPASS | XFAIL |
>> ---------------------+------+------+-------+-------+
>> hs20.1.sles9-x86_64 |  109 |    8 |     0 |     3 |
>>     hs20.rhel14-x86 |   76 |   40 |     0 |     3 |
>>     x235sles9nonpae |   70 |   47 |     0 |     3 |
>>          x335fc4pae |   83 |   34 |     0 |     3 |
>>    x335sles9_pae4gb |   93 |   23 |     0 |     3 |
>
> I'm not sure what's happening on your systems, but on my development 
> system (i386 Ubuntu), I'm seeing only a few unexpected FAILs.  I've 
> run xm-test about a dozen times on the recent tip with more or less 
> consistent results (including with the new scheduler).  Perhaps 
> there's something wrong in your setup?
>
> Attached is a canonical example of one of the recent xm-test reports.
>
> Regards,
>
> Anthony Liguori
>
> ------------------------------------------------------------------------
>
> Xm-test execution summary:
>   PASS:  108
>   FAIL:  7
>   XPASS: 0
>   XFAIL: 3
>
>
> Details:
>
>  FAIL: 02_block_device_write_verify 
> 	 Failed to get md5sum of data written in domU.
>
>  FAIL: 16_create_smallmem_neg 
> 	 Starting a console with 16 MB passed, expected test to fail
>
> XFAIL: 02_network_local_ping_pos 
> 	 ping loopback failed for size 65507. ping eth0 failed for size 65507.
>
> XFAIL: 05_network_dom0_ping_pos 
> 	 Ping to dom0 failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.
>
>  FAIL: 06_network_dom0_tcp_pos 
> 	 TCP hping2 to dom0 failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65495.
>
>  FAIL: 07_network_dom0_udp_pos 
> 	 UDP hping2 to dom0 failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65495.
>
> XFAIL: 11_network_domU_ping_pos 
> 	 Ping failed for size 65507.
>
>   
Here's an interesting thing: I ran 01_create_basic_pos.test by itself. 
The first time, I completed successfully. I reran it, and the second 
time it failed:

...
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 01_create_basic_pos-1150142503
Console executing: ['/usr/sbin/xm', 'xm', 'console', 
'01_create_basic_pos-1150142503']
[01_create_basic_pos-1150142503] Sending `input'
Traceback (most recent call last):
  File "./01_create_basic_pos.test", line 21, in ?
    console = domain.start()
  File 
"/usr/local/autobench/var/tmp/xen/xen-unstable.hg/tools/xm-test/lib/XmTestLib/XenDomain.py", 
line 233, in start
    return self.getConsole()
  File 
"/usr/local/autobench/var/tmp/xen/xen-unstable.hg/tools/xm-test/lib/XmTestLib/XenDomain.py", 
line 284, in getConsole
    self.console.sendInput("input")
  File 
"/usr/local/autobench/var/tmp/xen/xen-unstable.hg/tools/xm-test/lib/XmTestLib/Console.py", 
line 231, in sendInput
    realOutput = self.__runCmd(input)
  File 
"/usr/local/autobench/var/tmp/xen/xen-unstable.hg/tools/xm-test/lib/XmTestLib/Console.py", 
line 179, in __runCmd
    raise ConsoleError("Timed out waiting for console")
XmTestLib.Console.ConsoleError: Timed out waiting for console
FAIL: 01_create_basic_pos.test
===================
1 of 1 tests failed
===================
make[2]: *** [check-TESTS] Error 1
make[2]: Leaving directory 
`/usr/local/autobench/var/tmp/xen/xen-unstable.hg/tools/xm-test/tests/create'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory 
`/usr/local/autobench/var/tmp/xen/xen-unstable.hg/tools/xm-test/tests/create'
make: *** [check-recursive] Error 1
You have new mail in /var/spool/mail/root


-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
	
                          Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Re: Daily Xen Builds
  2006-06-12 19:26 ` Anthony Liguori
@ 2006-06-12 19:49   ` David F Barrera
  2006-06-12 20:06   ` David F Barrera
  1 sibling, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-06-12 19:49 UTC (permalink / raw)
  To: Anthony Liguori; +Cc: xen-devel

Anthony Liguori wrote:
> David F Barrera wrote:
>> June 12, 2006, using xen-unstable changeset:
>>
>> changeset:   10326:34ff26fb2240
>> tag:         tip
>> user:        kaf24@firebug.cl.cam.ac.uk
>> date:        Mon Jun 12 06:01:32 2006 +0100
>> summary:     [HVM][VMX] Fix error-detection inline asm code. Zero 
>> word-sized
>>
>> x86_32 (no PAE support)
>>
>> * SLES 9 SP2 on IBM xSeries 235(512MB RAM)
>> * Builds and boots without problems
>> * Ran xm-test on all boxes
>>
>> ISSUES:
>>
>> Note: these problems are due to the way xm-test works, rather than 
>> xen problems.
>> * Bugzilla 637  NEW  xm-test FAIL: 01_block_attach_device_pos.test
>> * Bugzilla 639  NEW  xm-test multiple test failures -
>>
>> x86_32 (PAE)
>>
>> * SLES 9 SP2 on xSeries 335 and HS20 Blade 8843and FC4 on IBM xSeries 
>> 335s                     * Builds and boots without problems
>> * Ran xm-test on all boxes
>>
>> ISSUES:
>> * Bugzilla 637 NEW xm-test FAIL: 01_block_attach_device_pos.test
>> * Bugzilla 639 NEW xm-test multiple test failures - 
>> XmTestLib.Console.Consol...
>>
>> x86_64 (SLES 9 SP2 IBM HS20 Blades 8843 41U)
>>
>> * Builds and boots without problems
>> * Ran xm-test on all boxes
>>
>> ISSUES:
>>
>> XM-TEST Results :
>>            Platform | PASS | FAIL | XPASS | XFAIL |
>> ---------------------+------+------+-------+-------+
>> hs20.1.sles9-x86_64 |  109 |    8 |     0 |     3 |
>>     hs20.rhel14-x86 |   76 |   40 |     0 |     3 |
>>     x235sles9nonpae |   70 |   47 |     0 |     3 |
>>          x335fc4pae |   83 |   34 |     0 |     3 |
>>    x335sles9_pae4gb |   93 |   23 |     0 |     3 |
>
> I'm not sure what's happening on your systems, but on my development 
> system (i386 Ubuntu), I'm seeing only a few unexpected FAILs.  I've 
> run xm-test about a dozen times on the recent tip with more or less 
> consistent results (including with the new scheduler).  Perhaps 
> there's something wrong in your setup?
>
> Attached is a canonical example of one of the recent xm-test reports.
>
> Regards,
>
> Anthony Liguori
>
> ------------------------------------------------------------------------
>
> Xm-test execution summary:
>   PASS:  108
>   FAIL:  7
>   XPASS: 0
>   XFAIL: 3
>
>
> Details:
>
>  FAIL: 02_block_device_write_verify 
> 	 Failed to get md5sum of data written in domU.
>
>  FAIL: 16_create_smallmem_neg 
> 	 Starting a console with 16 MB passed, expected test to fail
>
> XFAIL: 02_network_local_ping_pos 
> 	 ping loopback failed for size 65507. ping eth0 failed for size 65507.
>
> XFAIL: 05_network_dom0_ping_pos 
> 	 Ping to dom0 failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.
>
>  FAIL: 06_network_dom0_tcp_pos 
> 	 TCP hping2 to dom0 failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65495.
>
>  FAIL: 07_network_dom0_udp_pos 
> 	 UDP hping2 to dom0 failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65495.
>
> XFAIL: 11_network_domU_ping_pos 
> 	 Ping failed for size 65507.
>
>   
Here's a snippet of one test (multiply this many times):

*** Test 14_create_blockroot_pos started at Mon Jun 12 07:04:21 2006 CDT
[dom0] Running `ip addr show |grep "inet 169.254" | grep -v vif'

[dom0] Running `ip addr show dev vif0.0'
2: vif0.0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue
    link/ether fe:ff:ff:ff:ff:ff brd ff:ff:ff:ff:ff:ff
    inet 169.254.0.2/32 scope global vif0.0
    inet6 fe80::fcff:ffff:feff:ffff/64 scope link
       valid_lft forever preferred_lft forever
[dom0] Running `ip addr del 169.254.0.2 dev vif0.0'

*** Cleaning all running domU's
[dom0] Running `xm list'
Name                              ID Mem(MiB) VCPUs State  Time(s)
Domain-0                           0      500     4 r-----   693.3
*** Finished cleaning domUs
*** Test 14_create_blockroot_pos started at Mon Jun 12 07:04:22 2006 CDT
[dom0] Running `ip addr show |grep "inet 169.254" | grep -v vif'

[dom0] Running `ip addr show dev vif0.0'
2: vif0.0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue
    link/ether fe:ff:ff:ff:ff:ff brd ff:ff:ff:ff:ff:ff
    inet6 fe80::fcff:ffff:feff:ffff/64 scope link
       valid_lft forever preferred_lft forever
[dom0] Running `xm create /tmp/xm-test.conf'
Using config file "/tmp/xm-test.conf".
Started domain 14_create_blockroot
Console executing: ['/usr/sbin/xm', 'xm', 'console', '14_create_blockroot']
[14_create_blockroot] Sending `input'
Traceback (most recent call last):
  File "./14_create_blockroot_pos.test", line 34, in ?
    console = domain.start()
  File 
"/usr/local/autobench/var/tmp/xen/xen-unstable.hg/tools/xm-test/lib/XmTestLib/XenDomain.py", 
line 233, in start
    return self.getConsole()
  File 
"/usr/local/autobench/var/tmp/xen/xen-unstable.hg/tools/xm-test/lib/XmTestLib/XenDomain.py", 
line 284, in getConsole
    self.console.sendInput("input")
  File 
"/usr/local/autobench/var/tmp/xen/xen-unstable.hg/tools/xm-test/lib/XmTestLib/Console.py", 
line 231, in sendInput
    realOutput = self.__runCmd(input)
  File 
"/usr/local/autobench/var/tmp/xen/xen-unstable.hg/tools/xm-test/lib/XmTestLib/Console.py", 
line 179, in __runCmd
    raise ConsoleError("Timed out waiting for console")
XmTestLib.Console.ConsoleError: Timed out waiting for console
FAIL: 14_create_blockroot_pos.test


-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
	
                          Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Re: Daily Xen Builds
  2006-06-12 18:40 David F Barrera
@ 2006-06-12 19:26 ` Anthony Liguori
  2006-06-12 19:49   ` David F Barrera
  2006-06-12 20:06   ` David F Barrera
  0 siblings, 2 replies; 381+ messages in thread
From: Anthony Liguori @ 2006-06-12 19:26 UTC (permalink / raw)
  To: David F Barrera; +Cc: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1953 bytes --]

David F Barrera wrote:
> June 12, 2006, using xen-unstable changeset:
>
> changeset:   10326:34ff26fb2240
> tag:         tip
> user:        kaf24@firebug.cl.cam.ac.uk
> date:        Mon Jun 12 06:01:32 2006 +0100
> summary:     [HVM][VMX] Fix error-detection inline asm code. Zero 
> word-sized
>
> x86_32 (no PAE support)
>
> * SLES 9 SP2 on IBM xSeries 235(512MB RAM)
> * Builds and boots without problems
> * Ran xm-test on all boxes
>
> ISSUES:
>
> Note: these problems are due to the way xm-test works, rather than xen 
> problems.
> * Bugzilla 637  NEW  xm-test FAIL: 01_block_attach_device_pos.test
> * Bugzilla 639  NEW  xm-test multiple test failures -
>
> x86_32 (PAE)
>
> * SLES 9 SP2 on xSeries 335 and HS20 Blade 8843and FC4 on IBM xSeries 
> 335s                     * Builds and boots without problems
> * Ran xm-test on all boxes
>
> ISSUES:
> * Bugzilla 637 NEW xm-test FAIL: 01_block_attach_device_pos.test
> * Bugzilla 639 NEW xm-test multiple test failures - 
> XmTestLib.Console.Consol...
>
> x86_64 (SLES 9 SP2 IBM HS20 Blades 8843 41U)
>
> * Builds and boots without problems
> * Ran xm-test on all boxes
>
> ISSUES:
>
> XM-TEST Results :
>            Platform | PASS | FAIL | XPASS | XFAIL |
> ---------------------+------+------+-------+-------+
> hs20.1.sles9-x86_64 |  109 |    8 |     0 |     3 |
>     hs20.rhel14-x86 |   76 |   40 |     0 |     3 |
>     x235sles9nonpae |   70 |   47 |     0 |     3 |
>          x335fc4pae |   83 |   34 |     0 |     3 |
>    x335sles9_pae4gb |   93 |   23 |     0 |     3 |

I'm not sure what's happening on your systems, but on my development 
system (i386 Ubuntu), I'm seeing only a few unexpected FAILs.  I've run 
xm-test about a dozen times on the recent tip with more or less 
consistent results (including with the new scheduler).  Perhaps there's 
something wrong in your setup?

Attached is a canonical example of one of the recent xm-test reports.

Regards,

Anthony Liguori


[-- Attachment #2: keep-alive.report --]
[-- Type: text/plain, Size: 791 bytes --]

Xm-test execution summary:
  PASS:  108
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_block_device_write_verify 
	 Failed to get md5sum of data written in domU.

 FAIL: 16_create_smallmem_neg 
	 Starting a console with 16 MB passed, expected test to fail

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65495.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65495.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-06-12 18:40 David F Barrera
  2006-06-12 19:26 ` Anthony Liguori
  0 siblings, 1 reply; 381+ messages in thread
From: David F Barrera @ 2006-06-12 18:40 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1616 bytes --]

June 12, 2006, using xen-unstable changeset:

changeset:   10326:34ff26fb2240
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Mon Jun 12 06:01:32 2006 +0100
summary:     [HVM][VMX] Fix error-detection inline asm code. Zero word-sized

x86_32 (no PAE support)

* SLES 9 SP2 on IBM xSeries 235(512MB RAM)
* Builds and boots without problems
* Ran xm-test on all boxes

ISSUES:

Note: these problems are due to the way xm-test works, rather than xen problems.
* Bugzilla 637  NEW  xm-test FAIL: 01_block_attach_device_pos.test
* Bugzilla 639  NEW  xm-test multiple test failures -

x86_32 (PAE)

* SLES 9 SP2 on xSeries 335 and HS20 Blade 8843and FC4 on IBM xSeries 335s                     
* Builds and boots without problems
* Ran xm-test on all boxes

ISSUES:
* Bugzilla 637 NEW xm-test FAIL: 01_block_attach_device_pos.test
* Bugzilla 639 NEW xm-test multiple test failures - XmTestLib.Console.Consol...

x86_64 (SLES 9 SP2 IBM HS20 Blades 8843 41U)

* Builds and boots without problems
* Ran xm-test on all boxes

ISSUES:

XM-TEST Results : 

            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |  109 |    8 |     0 |     3 |
     hs20.rhel14-x86 |   76 |   40 |     0 |     3 |
     x235sles9nonpae |   70 |   47 |     0 |     3 |
          x335fc4pae |   83 |   34 |     0 |     3 |
    x335sles9_pae4gb |   93 |   23 |     0 |     3 |


-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
	
                          Euripides


[-- Attachment #2: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 804 bytes --]

Xm-test execution summary:
  PASS:  109
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 02_block_attach_file_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 03_memset_random_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #3: hs20.rhel14-x86.report --]
[-- Type: text/plain, Size: 2204 bytes --]

Xm-test execution summary:
  PASS:  76
  FAIL:  40
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	

 FAIL: 02_block_attach_file_device_pos 
	Unknown reason

 FAIL: 04_block_attach_device_repeatedly_pos 
	Unknown reason

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	Unknown reason

 FAIL: 07_block_attach_baddevice_neg 
	Unknown reason

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	Unknown reason

 FAIL: 01_block-destroy_btblock_pos 
	Unknown reason

 FAIL: 02_block-destroy_rtblock_pos 
	Unknown reason

 FAIL: 06_block-destroy_check_list_pos 
	Unknown reason

 FAIL: 02_block-list_attachbd_pos 
	Unknown reason

 FAIL: 03_block-list_anotherbd_pos 
	Unknown reason

 FAIL: 01_block_device_read_verify 
	Unknown reason

 FAIL: 02_block_device_write_verify 
	Unknown reason

 FAIL: 01_create_basic_pos 
	Unknown reason

 FAIL: 11_create_concurrent_pos 
	Unknown reason

 FAIL: 12_create_concurrent_stress_pos 
	Unknown reason

 FAIL: 13_create_multinic_pos 
	Unknown reason

 FAIL: 14_create_blockroot_pos 
	Unknown reason

 FAIL: 15_create_smallmem_pos 
	Unknown reason

 FAIL: 07_destroy_stale_pos 
	Unknown reason

 FAIL: 01_memset_basic_pos 
	Unknown reason

 FAIL: 03_memset_random_pos 
	Unknown reason

 FAIL: 01_migrate_localhost_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

 FAIL: 03_network_local_tcp_pos 
	Unknown reason

 FAIL: 04_network_local_udp_pos 
	Unknown reason

XFAIL: 05_network_dom0_ping_pos 
	Unknown reason

 FAIL: 06_network_dom0_tcp_pos 
	Unknown reason

 FAIL: 07_network_dom0_udp_pos 
	Unknown reason

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 12_network_domU_tcp_pos 
	Unknown reason

 FAIL: 01_network_attach_pos 
	Unknown reason

 FAIL: 02_network_attach_detach_pos 
	Unknown reason

 FAIL: 01_reboot_basic_pos 
	Unknown reason

 FAIL: 01_restore_basic_pos 
	Unknown reason

 FAIL: 04_restore_withdevices_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	Unknown reason

 FAIL: 03_save_bogusfile_neg 
	Unknown reason

 FAIL: 01_shutdown_basic_pos 
	Unknown reason

 FAIL: 01_unpause_basic_pos 
	Unknown reason


[-- Attachment #4: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 2653 bytes --]

Xm-test execution summary:
  PASS:  70
  FAIL:  47
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 02_block_attach_file_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	Unknown reason

 FAIL: 08_block_attach_bad_filedevice_neg 
	Unknown reason

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	Unknown reason

 FAIL: 12_block_attach_shared_domU 
	Unknown reason

 FAIL: 01_block-destroy_btblock_pos 
	Unknown reason

 FAIL: 02_block-destroy_rtblock_pos 
	Unknown reason

 FAIL: 06_block-destroy_check_list_pos 
	Unknown reason

 FAIL: 01_block-list_pos 
	Unknown reason

 FAIL: 02_block-list_attachbd_pos 
	Unknown reason

 FAIL: 03_block-list_anotherbd_pos 
	Unknown reason

 FAIL: 01_block_device_read_verify 
	Unknown reason

 FAIL: 02_block_device_write_verify 
	Unknown reason

 FAIL: 11_create_concurrent_pos 
	Unknown reason

 FAIL: 12_create_concurrent_stress_pos 
	Unknown reason

 FAIL: 13_create_multinic_pos 
	Unknown reason

 FAIL: 14_create_blockroot_pos 
	Unknown reason

 FAIL: 15_create_smallmem_pos 
	Unknown reason

 FAIL: 01_destroy_basic_pos 
	Unknown reason

 FAIL: 07_destroy_stale_pos 
	Unknown reason

 FAIL: 04_list_goodparm_pos 
	Unknown reason

 FAIL: 01_memset_basic_pos 
	Unknown reason

 FAIL: 03_memset_random_pos 
	Unknown reason

 FAIL: 04_memset_smallmem_pos 
	Unknown reason

 FAIL: 01_migrate_localhost_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

 FAIL: 03_network_local_tcp_pos 
	Unknown reason

 FAIL: 04_network_local_udp_pos 
	Unknown reason

XFAIL: 05_network_dom0_ping_pos 
	Unknown reason

 FAIL: 06_network_dom0_tcp_pos 
	Unknown reason

 FAIL: 07_network_dom0_udp_pos 
	Unknown reason

XFAIL: 11_network_domU_ping_pos 
	Unknown reason

 FAIL: 12_network_domU_tcp_pos 
	Unknown reason

 FAIL: 13_network_domU_udp_pos 
	Unknown reason

 FAIL: 01_network_attach_pos 
	Unknown reason

 FAIL: 02_network_attach_detach_pos 
	Unknown reason

 FAIL: 01_pause_basic_pos 
	Unknown reason

 FAIL: 01_reboot_basic_pos 
	Unknown reason

 FAIL: 01_restore_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	Unknown reason

 FAIL: 03_save_bogusfile_neg 
	Unknown reason

 FAIL: 01_shutdown_basic_pos 
	Unknown reason

 FAIL: 02_sysrq_sync_pos 
	Unknown reason

 FAIL: 03_sysrq_withreboot_pos 
	Unknown reason

 FAIL: 01_unpause_basic_pos 
	Unknown reason


[-- Attachment #5: x335fc4pae.report --]
[-- Type: text/plain, Size: 1973 bytes --]

Xm-test execution summary:
  PASS:  83
  FAIL:  34
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	

 FAIL: 02_block_attach_file_device_pos 
	Unknown reason

 FAIL: 04_block_attach_device_repeatedly_pos 
	Unknown reason

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 07_block_attach_baddevice_neg 
	Unknown reason

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	Unknown reason

 FAIL: 12_block_attach_shared_domU 
	Unknown reason

 FAIL: 01_block-destroy_btblock_pos 
	Unknown reason

 FAIL: 02_block-destroy_rtblock_pos 
	Unknown reason

 FAIL: 02_block-list_attachbd_pos 
	Unknown reason

 FAIL: 01_block_device_read_verify 
	Unknown reason

 FAIL: 02_block_device_write_verify 
	Unknown reason

 FAIL: 01_create_basic_pos 
	Unknown reason

 FAIL: 11_create_concurrent_pos 
	Unknown reason

 FAIL: 12_create_concurrent_stress_pos 
	Unknown reason

 FAIL: 13_create_multinic_pos 
	Unknown reason

 FAIL: 14_create_blockroot_pos 
	Unknown reason

 FAIL: 01_destroy_basic_pos 
	Unknown reason

 FAIL: 07_destroy_stale_pos 
	Unknown reason

 FAIL: 03_memset_random_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	Unknown reason

 FAIL: 03_network_local_tcp_pos 
	 Failed to create domain

 FAIL: 04_network_local_udp_pos 
	 Failed to create domain

XFAIL: 05_network_dom0_ping_pos 
	 Failed to create domain

 FAIL: 06_network_dom0_tcp_pos 
	 Failed to create domain

 FAIL: 07_network_dom0_udp_pos 
	 Failed to create domain

XFAIL: 11_network_domU_ping_pos 
	 Failed to create domain

 FAIL: 12_network_domU_tcp_pos 
	 Failed to create domain

 FAIL: 01_network_attach_pos 
	Unknown reason

 FAIL: 02_network_attach_detach_pos 
	Unknown reason

 FAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	Unknown reason

 FAIL: 01_shutdown_basic_pos 
	Unknown reason

 FAIL: 03_sysrq_withreboot_pos 
	Unknown reason


[-- Attachment #6: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 1410 bytes --]

Xm-test execution summary:
  PASS:  93
  FAIL:  23
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	

 FAIL: 02_block_attach_file_device_pos 
	Unknown reason

 FAIL: 04_block_attach_device_repeatedly_pos 
	Unknown reason

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 08_block_attach_bad_filedevice_neg 
	Unknown reason

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	Unknown reason

 FAIL: 05_block-destroy_byname_pos 
	Unknown reason

 FAIL: 06_block-destroy_check_list_pos 
	Unknown reason

 FAIL: 03_block-list_anotherbd_pos 
	Unknown reason

 FAIL: 01_block_device_read_verify 
	Unknown reason

 FAIL: 02_block_device_write_verify 
	Unknown reason

 FAIL: 11_create_concurrent_pos 
	Unknown reason

 FAIL: 12_create_concurrent_stress_pos 
	Unknown reason

 FAIL: 13_create_multinic_pos 
	Unknown reason

 FAIL: 07_destroy_stale_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	Unknown reason

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 01_network_attach_pos 
	Unknown reason

 FAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason

 FAIL: 01_pause_basic_pos 
	Unknown reason

 FAIL: 01_restore_basic_pos 
	Unknown reason

 FAIL: 04_restore_withdevices_pos 
	Unknown reason


[-- Attachment #7: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-06-09 18:59 David F. Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F. Barrera @ 2006-06-09 18:59 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1611 bytes --]

June 9, 2006, using xen-unstable changeset:

changeset:   10309:5a0ed6c47673
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Fri Jun  9 08:29:00 2006 +0100
summary:     [XEN] IOPL is ignored for VM86 mode port accesses. Fix Xen

x86_32 (no PAE support)

* SLES 9 SP2 on IBM xSeries 235(512MB RAM)
* Builds and boots without problems
* Ran xm-test on all boxes

ISSUES:

Note: these problems are due to the way xm-test works, rather than xen problems.
* Bugzilla 637  NEW  xm-test FAIL: 01_block_attach_device_pos.test
* Bugzilla 639  NEW  xm-test multiple test failures -

x86_32 (PAE)

* SLES 9 SP2 on xSeries 335 and HS20 Blade 8843and FC4 on IBM xSeries 335s                     
* Builds and boots without problems
* Ran xm-test on all boxes

ISSUES:
* Bugzilla 637 NEW xm-test FAIL: 01_block_attach_device_pos.test
* Bugzilla 639 NEW xm-test multiple test failures - XmTestLib.Console.Consol...

x86_64 (SLES 9 SP2 IBM HS20 Blades 8843 41U)

* Builds and boots without problems
* Ran xm-test on all boxes

ISSUES:

XM-TEST Results :

            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |  109 |    8 |     0 |     3 |
     hs20.rhel14-x86 |   69 |   48 |     0 |     3 |
     x235sles9nonpae |   67 |   49 |     0 |     3 |
          x335fc4pae |   82 |   35 |     0 |     3 |
    x335sles9_pae4gb |   87 |   29 |     0 |     3 |

-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
    
                         Euripides 


[-- Attachment #2: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 804 bytes --]

Xm-test execution summary:
  PASS:  109
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 02_block_attach_file_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 03_memset_random_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #3: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 2618 bytes --]

Xm-test execution summary:
  PASS:  67
  FAIL:  49
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	

 FAIL: 02_block_attach_file_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 04_block_attach_device_repeatedly_pos 
	Unknown reason

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	Unknown reason

 FAIL: 07_block_attach_baddevice_neg 
	Unknown reason

 FAIL: 08_block_attach_bad_filedevice_neg 
	Unknown reason

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	Unknown reason

 FAIL: 01_block-destroy_btblock_pos 
	Unknown reason

 FAIL: 02_block-destroy_rtblock_pos 
	Unknown reason

 FAIL: 05_block-destroy_byname_pos 
	Unknown reason

 FAIL: 06_block-destroy_check_list_pos 
	Unknown reason

 FAIL: 01_block-list_pos 
	Unknown reason

 FAIL: 02_block-list_attachbd_pos 
	Unknown reason

 FAIL: 03_block-list_anotherbd_pos 
	Unknown reason

 FAIL: 01_block_device_read_verify 
	Unknown reason

 FAIL: 02_block_device_write_verify 
	Unknown reason

 FAIL: 01_create_basic_pos 
	Unknown reason

 FAIL: 11_create_concurrent_pos 
	Unknown reason

 FAIL: 12_create_concurrent_stress_pos 
	Unknown reason

 FAIL: 13_create_multinic_pos 
	Unknown reason

 FAIL: 14_create_blockroot_pos 
	Unknown reason

 FAIL: 15_create_smallmem_pos 
	Unknown reason

 FAIL: 01_destroy_basic_pos 
	Unknown reason

 FAIL: 07_destroy_stale_pos 
	Unknown reason

 FAIL: 04_list_goodparm_pos 
	Unknown reason

 FAIL: 01_memset_basic_pos 
	Unknown reason

 FAIL: 03_memset_random_pos 
	Unknown reason

 FAIL: 04_memset_smallmem_pos 
	Unknown reason

 FAIL: 01_migrate_localhost_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	Unknown reason

 FAIL: 03_network_local_tcp_pos 
	Unknown reason

 FAIL: 04_network_local_udp_pos 
	Unknown reason

XFAIL: 05_network_dom0_ping_pos 
	Unknown reason

 FAIL: 06_network_dom0_tcp_pos 
	Unknown reason

 FAIL: 07_network_dom0_udp_pos 
	Unknown reason

XFAIL: 11_network_domU_ping_pos 
	Unknown reason

 FAIL: 12_network_domU_tcp_pos 
	Unknown reason

 FAIL: 13_network_domU_udp_pos 
	Unknown reason

 FAIL: 01_network_attach_pos 
	Unknown reason

 FAIL: 02_network_attach_detach_pos 
	Unknown reason

 FAIL: 01_reboot_basic_pos 
	Unknown reason

 FAIL: 01_restore_basic_pos 
	Unknown reason

 FAIL: 04_restore_withdevices_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	Unknown reason

 FAIL: 03_save_bogusfile_neg 
	Unknown reason

 FAIL: 01_shutdown_basic_pos 
	Unknown reason

 FAIL: 02_sysrq_sync_pos 
	Unknown reason

 FAIL: 03_sysrq_withreboot_pos 
	Unknown reason

 FAIL: 01_unpause_basic_pos 
	Unknown reason


[-- Attachment #4: x335fc4pae.report --]
[-- Type: text/plain, Size: 2098 bytes --]

Xm-test execution summary:
  PASS:  82
  FAIL:  35
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	

 FAIL: 02_block_attach_file_device_pos 
	Unknown reason

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 07_block_attach_baddevice_neg 
	Unknown reason

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	Unknown reason

 FAIL: 01_block-destroy_btblock_pos 
	Unknown reason

 FAIL: 05_block-destroy_byname_pos 
	Unknown reason

 FAIL: 01_block-list_pos 
	Unknown reason

 FAIL: 06_block-list_checkremove_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 01_block_device_read_verify 
	Unknown reason

 FAIL: 02_block_device_write_verify 
	Unknown reason

 FAIL: 01_create_basic_pos 
	Unknown reason

 FAIL: 11_create_concurrent_pos 
	Unknown reason

 FAIL: 12_create_concurrent_stress_pos 
	Unknown reason

 FAIL: 13_create_multinic_pos 
	 (4 nics) Failed to create domain

 FAIL: 14_create_blockroot_pos 
	Unknown reason

 FAIL: 07_destroy_stale_pos 
	Unknown reason

 FAIL: 04_list_goodparm_pos 
	Unknown reason

 FAIL: 01_memset_basic_pos 
	Unknown reason

 FAIL: 03_memset_random_pos 
	 Timed out waiting for console

 FAIL: 04_memset_smallmem_pos 
	Unknown reason

 FAIL: 01_migrate_localhost_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

 FAIL: 03_network_local_tcp_pos 
	 Failed to create domain

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

 FAIL: 07_network_dom0_udp_pos 
	Unknown reason

XFAIL: 11_network_domU_ping_pos 
	Unknown reason

 FAIL: 01_network_attach_pos 
	Unknown reason

 FAIL: 01_pause_basic_pos 
	Unknown reason

 FAIL: 01_reboot_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	Unknown reason

 FAIL: 03_save_bogusfile_neg 
	Unknown reason

 FAIL: 02_sysrq_sync_pos 
	Unknown reason

 FAIL: 01_unpause_basic_pos 
	Unknown reason


[-- Attachment #5: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 1842 bytes --]

Xm-test execution summary:
  PASS:  87
  FAIL:  29
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	

 FAIL: 02_block_attach_file_device_pos 
	Unknown reason

 FAIL: 04_block_attach_device_repeatedly_pos 
	Unknown reason

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 07_block_attach_baddevice_neg 
	Unknown reason

 FAIL: 08_block_attach_bad_filedevice_neg 
	Unknown reason

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	Unknown reason

 FAIL: 12_block_attach_shared_domU 
	Unknown reason

 FAIL: 01_block-destroy_btblock_pos 
	Unknown reason

 FAIL: 05_block-destroy_byname_pos 
	Unknown reason

 FAIL: 03_block-list_anotherbd_pos 
	Unknown reason

 FAIL: 01_block_device_read_verify 
	Unknown reason

 FAIL: 02_block_device_write_verify 
	Unknown reason

 FAIL: 01_create_basic_pos 
	Unknown reason

 FAIL: 11_create_concurrent_pos 
	Unknown reason

 FAIL: 12_create_concurrent_stress_pos 
	Unknown reason

 FAIL: 13_create_multinic_pos 
	Unknown reason

 FAIL: 14_create_blockroot_pos 
	Unknown reason

 FAIL: 04_memset_smallmem_pos 
	Unknown reason

 FAIL: 01_migrate_localhost_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	Unknown reason

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 512 1440 1500.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 512 1440.

XFAIL: 11_network_domU_ping_pos 
	Unknown reason

 FAIL: 12_network_domU_tcp_pos 
	Unknown reason

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 32767 65495.

 FAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1


[-- Attachment #6: hs20.rhel14-x86.report --]
[-- Type: text/plain, Size: 2675 bytes --]

Xm-test execution summary:
  PASS:  69
  FAIL:  48
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	

 FAIL: 02_block_attach_file_device_pos 
	Unknown reason

 FAIL: 04_block_attach_device_repeatedly_pos 
	Unknown reason

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	Unknown reason

 FAIL: 07_block_attach_baddevice_neg 
	Unknown reason

 FAIL: 08_block_attach_bad_filedevice_neg 
	Unknown reason

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	Unknown reason

 FAIL: 02_block-destroy_rtblock_pos 
	Unknown reason

 FAIL: 05_block-destroy_byname_pos 
	Unknown reason

 FAIL: 06_block-destroy_check_list_pos 
	Unknown reason

 FAIL: 03_block-list_anotherbd_pos 
	Unknown reason

 FAIL: 01_block_device_read_verify 
	Unknown reason

 FAIL: 02_block_device_write_verify 
	Unknown reason

 FAIL: 01_create_basic_pos 
	Unknown reason

 FAIL: 11_create_concurrent_pos 
	Unknown reason

 FAIL: 12_create_concurrent_stress_pos 
	Unknown reason

 FAIL: 13_create_multinic_pos 
	Unknown reason

 FAIL: 14_create_blockroot_pos 
	Unknown reason

 FAIL: 15_create_smallmem_pos 
	Unknown reason

 FAIL: 01_destroy_basic_pos 
	Unknown reason

 FAIL: 07_destroy_stale_pos 
	Unknown reason

 FAIL: 04_list_goodparm_pos 
	Unknown reason

 FAIL: 01_memset_basic_pos 
	Unknown reason

 FAIL: 03_memset_random_pos 
	Unknown reason

 FAIL: 04_memset_smallmem_pos 
	Unknown reason

 FAIL: 01_migrate_localhost_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

 FAIL: 03_network_local_tcp_pos 
	 Failed to create domain

 FAIL: 04_network_local_udp_pos 
	 Failed to create domain

XFAIL: 05_network_dom0_ping_pos 
	 Failed to create domain

 FAIL: 06_network_dom0_tcp_pos 
	 Failed to create domain

 FAIL: 07_network_dom0_udp_pos 
	 Failed to create domain

XFAIL: 11_network_domU_ping_pos 
	 Failed to create domain

 FAIL: 12_network_domU_tcp_pos 
	 Failed to create domain

 FAIL: 13_network_domU_udp_pos 
	 Failed to create domain

 FAIL: 01_network_attach_pos 
	Unknown reason

 FAIL: 02_network_attach_detach_pos 
	Unknown reason

 FAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason

 FAIL: 01_pause_basic_pos 
	Unknown reason

 FAIL: 01_reboot_basic_pos 
	Unknown reason

 FAIL: 01_restore_basic_pos 
	Unknown reason

 FAIL: 04_restore_withdevices_pos 
	 Failed to create domain

 FAIL: 01_save_basic_pos 
	Unknown reason

 FAIL: 03_save_bogusfile_neg 
	Unknown reason

 FAIL: 01_shutdown_basic_pos 
	Unknown reason

 FAIL: 02_sysrq_sync_pos 
	Unknown reason

 FAIL: 03_sysrq_withreboot_pos 
	Unknown reason

 FAIL: 01_unpause_basic_pos 
	Unknown reason


[-- Attachment #7: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-06-05 18:29 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-06-05 18:29 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1650 bytes --]

June 5, 2006, using xen-unstable changeset:

changeset:   10266:8aca850f66ad
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Mon Jun  5 04:42:40 2006 +0100
summary:     Create new vmassist type 'pae_extended_cr3'. Only advertise

x86_32 (no PAE support)

* SLES 9 SP2 on IBM xSeries 235(512MB RAM)
* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

ISSUES:

Note: these problems are due to the way xm-test works, rather than xen problems.
* Bugzilla 637  NEW  xm-test FAIL: 01_block_attach_device_pos.test
* Bugzilla 639  NEW  xm-test multiple test failures -

x86_32 (PAE)

* SLES 9 SP2 on xSeries 335 and HS20 Blade 8843and FC4 on IBM
xSeries 335s                     
* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

ISSUES:
* Bugzilla 637 NEW xm-test FAIL: 01_block_attach_device_pos.test
* Bugzilla 639 NEW xm-test multiple test failures - XmTestLib.Console.Consol...

x86_64 (SLES 9 SP2 IBM HS20 Blades 8843 41U)

* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

ISSUES:
 
XM-TEST Results : 

            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |  101 |   14 |     0 |     3 |
     x235sles9nonpae |   67 |   48 |     0 |     3 |
    x335sles9_pae4gb |   94 |   20 |     0 |     3 |


-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
	
                          Euripides


[-- Attachment #2: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 1170 bytes --]

Xm-test execution summary:
  PASS:  101
  FAIL:  14
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 02_block_attach_file_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 13_create_multinic_pos 
	Unknown reason

 FAIL: 07_destroy_stale_pos 
	Unknown reason

 FAIL: 03_memset_random_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1500 1505 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 65495.

 FAIL: 01_reboot_basic_pos 
	 Failed to read from console (fd=3) [Errno 5] Input/output error

 FAIL: 01_shutdown_basic_pos 
	Unknown reason


[-- Attachment #3: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 2532 bytes --]

Xm-test execution summary:
  PASS:  67
  FAIL:  48
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	

 FAIL: 02_block_attach_file_device_pos 
	Unknown reason

 FAIL: 04_block_attach_device_repeatedly_pos 
	Unknown reason

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	Unknown reason

 FAIL: 07_block_attach_baddevice_neg 
	Unknown reason

 FAIL: 08_block_attach_bad_filedevice_neg 
	Unknown reason

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	Unknown reason

 FAIL: 12_block_attach_shared_domU 
	Unknown reason

 FAIL: 01_block-destroy_btblock_pos 
	Unknown reason

 FAIL: 02_block-destroy_rtblock_pos 
	Unknown reason

 FAIL: 05_block-destroy_byname_pos 
	Unknown reason

 FAIL: 06_block-destroy_check_list_pos 
	Unknown reason

 FAIL: 02_block-list_attachbd_pos 
	Unknown reason

 FAIL: 03_block-list_anotherbd_pos 
	Unknown reason

 FAIL: 01_create_basic_pos 
	Unknown reason

 FAIL: 11_create_concurrent_pos 
	Unknown reason

 FAIL: 12_create_concurrent_stress_pos 
	Unknown reason

 FAIL: 13_create_multinic_pos 
	Unknown reason

 FAIL: 14_create_blockroot_pos 
	Unknown reason

 FAIL: 15_create_smallmem_pos 
	Unknown reason

 FAIL: 01_destroy_basic_pos 
	Unknown reason

 FAIL: 07_destroy_stale_pos 
	Unknown reason

 FAIL: 04_list_goodparm_pos 
	Unknown reason

 FAIL: 01_memset_basic_pos 
	Unknown reason

 FAIL: 03_memset_random_pos 
	Unknown reason

 FAIL: 04_memset_smallmem_pos 
	Unknown reason

 FAIL: 01_migrate_localhost_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	Unknown reason

 FAIL: 03_network_local_tcp_pos 
	Unknown reason

 FAIL: 04_network_local_udp_pos 
	Unknown reason

XFAIL: 05_network_dom0_ping_pos 
	Unknown reason

 FAIL: 06_network_dom0_tcp_pos 
	Unknown reason

XFAIL: 11_network_domU_ping_pos 
	Unknown reason

 FAIL: 12_network_domU_tcp_pos 
	Unknown reason

 FAIL: 13_network_domU_udp_pos 
	Unknown reason

 FAIL: 01_network_attach_pos 
	Unknown reason

 FAIL: 02_network_attach_detach_pos 
	Unknown reason

 FAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason

 FAIL: 01_pause_basic_pos 
	Unknown reason

 FAIL: 01_reboot_basic_pos 
	Unknown reason

 FAIL: 01_restore_basic_pos 
	Unknown reason

 FAIL: 04_restore_withdevices_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	Unknown reason

 FAIL: 03_save_bogusfile_neg 
	Unknown reason

 FAIL: 01_shutdown_basic_pos 
	Unknown reason

 FAIL: 02_sysrq_sync_pos 
	Unknown reason

 FAIL: 03_sysrq_withreboot_pos 
	Unknown reason

 FAIL: 01_unpause_basic_pos 
	Unknown reason


[-- Attachment #4: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 1380 bytes --]

Xm-test execution summary:
  PASS:  94
  FAIL:  20
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	

 FAIL: 02_block_attach_file_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 04_block_attach_device_repeatedly_pos 
	Unknown reason

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	Unknown reason

 FAIL: 08_block_attach_bad_filedevice_neg 
	Unknown reason

 FAIL: 01_block-destroy_btblock_pos 
	Unknown reason

 FAIL: 11_create_concurrent_pos 
	Unknown reason

 FAIL: 12_create_concurrent_stress_pos 
	Unknown reason

 FAIL: 13_create_multinic_pos 
	Unknown reason

 FAIL: 04_list_goodparm_pos 
	Unknown reason

 FAIL: 01_memset_basic_pos 
	Unknown reason

 FAIL: 03_memset_random_pos 
	 Timed out waiting for console

 FAIL: 04_memset_smallmem_pos 
	Unknown reason

 FAIL: 01_migrate_localhost_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 64 512 1440 65507.

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 1505 4096 4192.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 03_network_attach_detach_multiple_pos 
	 xm network-attach returned invalid 256 != 0

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1


[-- Attachment #5: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-06-02 15:09 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-06-02 15:09 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1710 bytes --]

June 2, 2006, using xen-unstable changeset:

changeset:   10256:1f619b6adbc6
tag:         tip
user:        kfraser@dhcp93.uk.xensource.com
date:        Fri Jun  2 03:36:28 2006 +0100
summary:     [HVM] Fix a problem when destroying a Windows guest.

x86_32 (no PAE support)

* SLES 9 SP2 on IBM xSeries 235(512MB RAM)
* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

ISSUES:

Note: these problems are due to the way xm-test works, rather than xen problems.
* Bugzilla 637  NEW  xm-test FAIL: 01_block_attach_device_pos.test
* Bugzilla 639  NEW  xm-test multiple test failures -

x86_32 (PAE)

* SLES 9 SP2 on xSeries 335 and HS20 Blade 8843and FC4 on IBM
xSeries 335s                     
* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

ISSUES:
* Bugzilla 637 NEW xm-test FAIL: 01_block_attach_device_pos.test
* Bugzilla 639 NEW xm-test multiple test failures - XmTestLib.Console.Consol...

x86_64 (SLES 9 SP2 IBM HS20 Blades 8843 41U)

* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

ISSUES:     
     
XM-TEST Results : 

            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |  102 |   13 |     0 |     3 |
hs20.rhel4-x86_32pae |   70 |   45 |     0 |     3 |
     x235sles9nonpae |   70 |   45 |     0 |     3 |
    x335sles9_pae4gb |   91 |   23 |     0 |     3 |


-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
	
                          Euripides


[-- Attachment #2: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 1046 bytes --]

Xm-test execution summary:
  PASS:  102
  FAIL:  13
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 02_block_attach_file_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 13_create_multinic_pos 
	Unknown reason

 FAIL: 01_destroy_basic_pos 
	Unknown reason

 FAIL: 03_memset_random_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

 FAIL: 06_network_dom0_tcp_pos 
	Unknown reason

 FAIL: 07_network_dom0_udp_pos 
	Unknown reason

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 12_network_domU_tcp_pos 
	Unknown reason


[-- Attachment #3: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 2731 bytes --]

Xm-test execution summary:
  PASS:  70
  FAIL:  45
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	

 FAIL: 02_block_attach_file_device_pos 
	Unknown reason

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 07_block_attach_baddevice_neg 
	Unknown reason

 FAIL: 08_block_attach_bad_filedevice_neg 
	Unknown reason

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 block-detach failed device did not disappear

 FAIL: 12_block_attach_shared_domU 
	 Unable to start domain

 FAIL: 01_block-destroy_btblock_pos 
	Unknown reason

 FAIL: 02_block-destroy_rtblock_pos 
	Unknown reason

 FAIL: 05_block-destroy_byname_pos 
	Unknown reason

 FAIL: 06_block-destroy_check_list_pos 
	Unknown reason

 FAIL: 02_block-list_attachbd_pos 
	Unknown reason

 FAIL: 03_block-list_anotherbd_pos 
	Unknown reason

 FAIL: 01_create_basic_pos 
	Unknown reason

 FAIL: 11_create_concurrent_pos 
	Unknown reason

 FAIL: 12_create_concurrent_stress_pos 
	Unknown reason

 FAIL: 13_create_multinic_pos 
	 (0 nics) Failed to create domain

 FAIL: 14_create_blockroot_pos 
	 Failed to create domain

 FAIL: 15_create_smallmem_pos 
	Unknown reason

 FAIL: 01_destroy_basic_pos 
	Unknown reason

 FAIL: 07_destroy_stale_pos 
	Unknown reason

 FAIL: 04_list_goodparm_pos 
	Unknown reason

 FAIL: 03_memset_random_pos 
	Unknown reason

 FAIL: 04_memset_smallmem_pos 
	Unknown reason

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

 FAIL: 04_network_local_udp_pos 
	 Failed to create domain

XFAIL: 05_network_dom0_ping_pos 
	 Failed to create domain

 FAIL: 06_network_dom0_tcp_pos 
	 Failed to create domain

 FAIL: 07_network_dom0_udp_pos 
	 Failed to create domain

XFAIL: 11_network_domU_ping_pos 
	 Failed to create domain

 FAIL: 12_network_domU_tcp_pos 
	 Failed to create domain

 FAIL: 13_network_domU_udp_pos 
	 Failed to create domain

 FAIL: 01_network_attach_pos 
	 xm network-attach returned invalid 256 != 0

 FAIL: 02_network_attach_detach_pos 
	Unknown reason

 FAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason

 FAIL: 01_pause_basic_pos 
	Unknown reason

 FAIL: 01_reboot_basic_pos 
	Unknown reason

 FAIL: 01_restore_basic_pos 
	Unknown reason

 FAIL: 04_restore_withdevices_pos 
	 Failed to create domain

 FAIL: 03_save_bogusfile_neg 
	Unknown reason

 FAIL: 01_shutdown_basic_pos 
	Unknown reason

 FAIL: 03_sysrq_withreboot_pos 
	Unknown reason

 FAIL: 01_unpause_basic_pos 
	Unknown reason


[-- Attachment #4: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 2382 bytes --]

Xm-test execution summary:
  PASS:  70
  FAIL:  45
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	

 FAIL: 02_block_attach_file_device_pos 
	Unknown reason

 FAIL: 04_block_attach_device_repeatedly_pos 
	Unknown reason

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	Unknown reason

 FAIL: 07_block_attach_baddevice_neg 
	Unknown reason

 FAIL: 08_block_attach_bad_filedevice_neg 
	Unknown reason

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	Unknown reason

 FAIL: 12_block_attach_shared_domU 
	Unknown reason

 FAIL: 01_block-destroy_btblock_pos 
	Unknown reason

 FAIL: 02_block-destroy_rtblock_pos 
	Unknown reason

 FAIL: 05_block-destroy_byname_pos 
	Unknown reason

 FAIL: 06_block-destroy_check_list_pos 
	Unknown reason

 FAIL: 01_block-list_pos 
	Unknown reason

 FAIL: 02_block-list_attachbd_pos 
	Unknown reason

 FAIL: 03_block-list_anotherbd_pos 
	Unknown reason

 FAIL: 11_create_concurrent_pos 
	Unknown reason

 FAIL: 12_create_concurrent_stress_pos 
	Unknown reason

 FAIL: 13_create_multinic_pos 
	Unknown reason

 FAIL: 14_create_blockroot_pos 
	Unknown reason

 FAIL: 15_create_smallmem_pos 
	Unknown reason

 FAIL: 01_destroy_basic_pos 
	Unknown reason

 FAIL: 07_destroy_stale_pos 
	Unknown reason

 FAIL: 01_memset_basic_pos 
	Unknown reason

 FAIL: 03_memset_random_pos 
	Unknown reason

 FAIL: 04_memset_smallmem_pos 
	Unknown reason

 FAIL: 01_migrate_localhost_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	Unknown reason

 FAIL: 04_network_local_udp_pos 
	Unknown reason

XFAIL: 05_network_dom0_ping_pos 
	Unknown reason

 FAIL: 06_network_dom0_tcp_pos 
	Unknown reason

 FAIL: 07_network_dom0_udp_pos 
	Unknown reason

XFAIL: 11_network_domU_ping_pos 
	Unknown reason

 FAIL: 12_network_domU_tcp_pos 
	Unknown reason

 FAIL: 13_network_domU_udp_pos 
	Unknown reason

 FAIL: 01_network_attach_pos 
	Unknown reason

 FAIL: 02_network_attach_detach_pos 
	Unknown reason

 FAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason

 FAIL: 01_pause_basic_pos 
	Unknown reason

 FAIL: 01_reboot_basic_pos 
	Unknown reason

 FAIL: 01_restore_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	Unknown reason

 FAIL: 03_save_bogusfile_neg 
	Unknown reason

 FAIL: 01_shutdown_basic_pos 
	Unknown reason

 FAIL: 02_sysrq_sync_pos 
	Unknown reason

 FAIL: 01_unpause_basic_pos 
	Unknown reason


[-- Attachment #5: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 1364 bytes --]

Xm-test execution summary:
  PASS:  91
  FAIL:  23
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	

 FAIL: 02_block_attach_file_device_pos 
	Unknown reason

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	Unknown reason

 FAIL: 07_block_attach_baddevice_neg 
	Unknown reason

 FAIL: 08_block_attach_bad_filedevice_neg 
	Unknown reason

 FAIL: 11_create_concurrent_pos 
	Unknown reason

 FAIL: 12_create_concurrent_stress_pos 
	Unknown reason

 FAIL: 13_create_multinic_pos 
	Unknown reason

 FAIL: 01_destroy_basic_pos 
	Unknown reason

 FAIL: 04_memset_smallmem_pos 
	Unknown reason

 FAIL: 01_migrate_localhost_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

 FAIL: 04_network_local_udp_pos 
	Unknown reason

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	Unknown reason

 FAIL: 01_network_attach_pos 
	Unknown reason

 FAIL: 01_pause_basic_pos 
	Unknown reason

 FAIL: 01_reboot_basic_pos 
	Unknown reason

 FAIL: 01_restore_basic_pos 
	Unknown reason

 FAIL: 04_restore_withdevices_pos 
	Unknown reason

 FAIL: 01_shutdown_basic_pos 
	Unknown reason

 FAIL: 01_unpause_basic_pos 
	Unknown reason


[-- Attachment #6: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-06-01 19:18 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-06-01 19:18 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1609 bytes --]

June 1, 2006, using xen-unstable changeset:

changeset:   10240:4142bfd01e02
tag:         tip
user:        kfraser@dhcp93.uk.xensource.com
date:        Thu Jun  1 05:25:02 2006 +0100
summary:     network-bridge: fix syntax error

x86_32 (no PAE support)

* SLES 9 SP2 on IBM xSeries 235(512MB RAM)
* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

ISSUES:

* Bugzilla 637  NEW  xm-test FAIL: 01_block_attach_device_pos.test
* Bugzilla 639  NEW  xm-test multiple test failures -

x86_32 (PAE)

* SLES 9 SP2 on xSeries 335 and HS20 Blade 8843and FC4 on IBM
 xSeries 335s                     
* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

ISSUES:
* Bugzilla 637 NEW xm-test FAIL: 01_block_attach_device_pos.test
* Bugzilla 639 NEW xm-test multiple test failures - XmTestLib.Console.Consol...

x86_64 (SLES 9 SP2 IBM HS20 Blades 8843 41U)

* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

ISSUES:         
  
XM-TEST Results :
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |  107 |    8 |     0 |     3 |
     x235sles9nonpae |   68 |   44 |     0 |     3 |
          x335fc4pae |   96 |   19 |     0 |     3 |
    x335sles9_pae4gb |   58 |   57 |     0 |     3 |


-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
	
                          Euripides


[-- Attachment #2: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 804 bytes --]

Xm-test execution summary:
  PASS:  107
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 02_block_attach_file_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 03_memset_random_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #3: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 2373 bytes --]

Xm-test execution summary:
  PASS:  68
  FAIL:  44
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	

 FAIL: 02_block_attach_file_device_pos 
	Unknown reason

 FAIL: 04_block_attach_device_repeatedly_pos 
	Unknown reason

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	Unknown reason

 FAIL: 07_block_attach_baddevice_neg 
	Unknown reason

 FAIL: 08_block_attach_bad_filedevice_neg 
	Unknown reason

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	Unknown reason

 FAIL: 12_block_attach_shared_domU 
	Unknown reason

 FAIL: 01_block-destroy_btblock_pos 
	Unknown reason

 FAIL: 02_block-destroy_rtblock_pos 
	Unknown reason

 FAIL: 05_block-destroy_byname_pos 
	Unknown reason

 FAIL: 06_block-destroy_check_list_pos 
	Unknown reason

 FAIL: 01_block-list_pos 
	Unknown reason

 FAIL: 02_block-list_attachbd_pos 
	Unknown reason

 FAIL: 03_block-list_anotherbd_pos 
	Unknown reason

 FAIL: 01_create_basic_pos 
	Unknown reason

 FAIL: 12_create_concurrent_stress_pos 
	Unknown reason

 FAIL: 13_create_multinic_pos 
	Unknown reason

 FAIL: 14_create_blockroot_pos 
	Unknown reason

 FAIL: 15_create_smallmem_pos 
	Unknown reason

 FAIL: 01_destroy_basic_pos 
	Unknown reason

 FAIL: 07_destroy_stale_pos 
	Unknown reason

 FAIL: 03_memset_random_pos 
	Unknown reason

 FAIL: 04_memset_smallmem_pos 
	Unknown reason

 FAIL: 01_migrate_localhost_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	Unknown reason

 FAIL: 03_network_local_tcp_pos 
	Unknown reason

 FAIL: 04_network_local_udp_pos 
	Unknown reason

XFAIL: 05_network_dom0_ping_pos 
	Unknown reason

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 32767 65495.

 FAIL: 07_network_dom0_udp_pos 
	Unknown reason

XFAIL: 11_network_domU_ping_pos 
	Unknown reason

 FAIL: 12_network_domU_tcp_pos 
	Unknown reason

 FAIL: 13_network_domU_udp_pos 
	Unknown reason

 FAIL: 01_network_attach_pos 
	Unknown reason

 FAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason

 FAIL: 01_pause_basic_pos 
	Unknown reason

 FAIL: 01_reboot_basic_pos 
	Unknown reason

 FAIL: 01_restore_basic_pos 
	Unknown reason

 FAIL: 04_restore_withdevices_pos 
	Unknown reason

 FAIL: 03_save_bogusfile_neg 
	Unknown reason

 FAIL: 02_sysrq_sync_pos 
	Unknown reason

 FAIL: 03_sysrq_withreboot_pos 
	Unknown reason

 FAIL: 01_unpause_basic_pos 
	Unknown reason


[-- Attachment #4: x335fc4pae.report --]
[-- Type: text/plain, Size: 1293 bytes --]

Xm-test execution summary:
  PASS:  96
  FAIL:  19
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	

 FAIL: 02_block_attach_file_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 02_block-destroy_rtblock_pos 
	Unknown reason

 FAIL: 11_create_concurrent_pos 
	Unknown reason

 FAIL: 12_create_concurrent_stress_pos 
	Unknown reason

 FAIL: 13_create_multinic_pos 
	Unknown reason

 FAIL: 01_destroy_basic_pos 
	Unknown reason

 FAIL: 07_destroy_stale_pos 
	Unknown reason

 FAIL: 01_memset_basic_pos 
	Unknown reason

 FAIL: 03_memset_random_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 1440 1500 65507.

 FAIL: 06_network_dom0_tcp_pos 
	Unknown reason

XFAIL: 11_network_domU_ping_pos 
	Unknown reason

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 4096 4192 32767 65495.

 FAIL: 01_network_attach_pos 
	Unknown reason

 FAIL: 02_sysrq_sync_pos 
	Unknown reason


[-- Attachment #5: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 3352 bytes --]

Xm-test execution summary:
  PASS:  58
  FAIL:  57
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	

 FAIL: 02_block_attach_file_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 04_block_attach_device_repeatedly_pos 
	Unknown reason

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	Unknown reason

 FAIL: 07_block_attach_baddevice_neg 
	Unknown reason

 FAIL: 08_block_attach_bad_filedevice_neg 
	 Failed to create domain

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	Unknown reason

 FAIL: 12_block_attach_shared_domU 
	 Unable to start domain

 FAIL: 01_block-destroy_btblock_pos 
	Unknown reason

 FAIL: 02_block-destroy_rtblock_pos 
	Unknown reason

 FAIL: 05_block-destroy_byname_pos 
	Unknown reason

 FAIL: 06_block-destroy_check_list_pos 
	 Failed to create domain

 FAIL: 01_block-list_pos 
	Unknown reason

 FAIL: 02_block-list_attachbd_pos 
	 Unable to create domain

 FAIL: 03_block-list_anotherbd_pos 
	Unknown reason

 FAIL: 04_block-list_nodb_pos 
	 Unable to create domain

 FAIL: 06_block-list_checkremove_pos 
	 block-list returned !0 when no devices attached

 FAIL: 01_create_basic_pos 
	Unknown reason

 FAIL: 06_create_mem_neg 
	 xm create let me create a domain with 0 memory

 FAIL: 07_create_mem64_pos 
	 Failed to create domain

 FAIL: 10_create_fastdestroy 
	 xm create returned invalid status 256

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to create domain

 FAIL: 12_create_concurrent_stress_pos 
	 Failed to start 12_create_concurrent_stress_pos-1149183108

 FAIL: 13_create_multinic_pos 
	Unknown reason

 FAIL: 14_create_blockroot_pos 
	 Failed to create domain

 FAIL: 01_destroy_basic_pos 
	Unknown reason

 FAIL: 07_destroy_stale_pos 
	Unknown reason

 FAIL: 04_list_goodparm_pos 
	Unknown reason

 FAIL: 01_memset_basic_pos 
	Unknown reason

 FAIL: 03_memset_random_pos 
	Unknown reason

 FAIL: 04_memset_smallmem_pos 
	Unknown reason

 FAIL: 01_migrate_localhost_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	Unknown reason

 FAIL: 03_network_local_tcp_pos 
	Unknown reason

 FAIL: 04_network_local_udp_pos 
	Unknown reason

XFAIL: 05_network_dom0_ping_pos 
	Unknown reason

 FAIL: 06_network_dom0_tcp_pos 
	Unknown reason

 FAIL: 07_network_dom0_udp_pos 
	 [Errno 5] Input/output error

XFAIL: 11_network_domU_ping_pos 
	Unknown reason

 FAIL: 12_network_domU_tcp_pos 
	Unknown reason

 FAIL: 13_network_domU_udp_pos 
	Unknown reason

 FAIL: 02_network_attach_detach_pos 
	Unknown reason

 FAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason

 FAIL: 01_pause_basic_pos 
	 Failed to create domain

 FAIL: 01_reboot_basic_pos 
	Unknown reason

 FAIL: 01_restore_basic_pos 
	Unknown reason

 FAIL: 04_restore_withdevices_pos 
	 Failed to create domain

 FAIL: 01_save_basic_pos 
	Unknown reason

 FAIL: 03_save_bogusfile_neg 
	Unknown reason

 FAIL: 01_sedf_period_slice_pos 
	Unknown reason

 FAIL: 05_sedf_extratime_pos 
	Unknown reason

 FAIL: 01_shutdown_basic_pos 
	Unknown reason

 FAIL: 02_sysrq_sync_pos 
	Unknown reason

 FAIL: 03_sysrq_withreboot_pos 
	Unknown reason

 FAIL: 01_unpause_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-disable_basic_pos 
	 "xm vcpu-set 01_vcpu-disable_basic_pos-1149183443 1" returned invalid 256 != 0

 FAIL: 01_vcpu-pin_basic_pos 
	 xm vcpu-pin returned invalid 256 != 0


[-- Attachment #6: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-05-31 20:08 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-05-31 20:08 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1663 bytes --]

May 31, 2006, using xen-unstable changeset:

changeset:   10187:afabaa39be52
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Wed May 31 01:20:36 2006 +0100
summary:     Fix x86/64 definition of dma_get_cache_alignment().

x86_32 (no PAE support)

* SLES 9 SP2 on IBM xSeries 235(512MB RAM)
* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

ISSUES:

* Bugzilla 637  NEW  xm-test FAIL: 01_block_attach_device_pos.test
* Bugzilla 639  NEW  xm-test multiple test failures -
  XmTestLib.Console.Consol...

Note: test logs attached to defects in Xensource Bugzilla.

x86_32 (PAE)

* SLES 9 SP2 on xSeries 335 and HS20 Blade 8843and FC4 on IBM
  xSeries 335s                     
* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

ISSUES:
 * Bugzilla 637 NEW xm-test FAIL: 01_block_attach_device_pos.test
 * Bugzilla 639 NEW xm-test multiple test failures - XmTestLib.Console.Consol...

x86_64 (SLES 9 SP2 IBM HS20 Blades 8843 41U)

* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

ISSUES:          

XM-TEST Results :

            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |  107 |    8 |     0 |     3 |
     x235sles9nonpae |   68 |   44 |     0 |     3 |
          x335fc4pae |   90 |   25 |     0 |     3 |


-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
	
                          Euripides


[-- Attachment #2: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 804 bytes --]

Xm-test execution summary:
  PASS:  107
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 02_block_attach_file_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 03_memset_random_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #3: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 2328 bytes --]

Xm-test execution summary:
  PASS:  68
  FAIL:  44
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	

 FAIL: 02_block_attach_file_device_pos 
	Unknown reason

 FAIL: 04_block_attach_device_repeatedly_pos 
	Unknown reason

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	Unknown reason

 FAIL: 07_block_attach_baddevice_neg 
	Unknown reason

 FAIL: 08_block_attach_bad_filedevice_neg 
	Unknown reason

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	Unknown reason

 FAIL: 12_block_attach_shared_domU 
	Unknown reason

 FAIL: 01_block-destroy_btblock_pos 
	Unknown reason

 FAIL: 06_block-destroy_check_list_pos 
	Unknown reason

 FAIL: 01_block-list_pos 
	Unknown reason

 FAIL: 02_block-list_attachbd_pos 
	Unknown reason

 FAIL: 03_block-list_anotherbd_pos 
	Unknown reason

 FAIL: 01_create_basic_pos 
	Unknown reason

 FAIL: 12_create_concurrent_stress_pos 
	Unknown reason

 FAIL: 13_create_multinic_pos 
	Unknown reason

 FAIL: 14_create_blockroot_pos 
	Unknown reason

 FAIL: 15_create_smallmem_pos 
	Unknown reason

 FAIL: 07_destroy_stale_pos 
	Unknown reason

 FAIL: 04_list_goodparm_pos 
	Unknown reason

 FAIL: 01_memset_basic_pos 
	Unknown reason

 FAIL: 03_memset_random_pos 
	Unknown reason

 FAIL: 04_memset_smallmem_pos 
	Unknown reason

 FAIL: 01_migrate_localhost_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	Unknown reason

 FAIL: 03_network_local_tcp_pos 
	Unknown reason

 FAIL: 04_network_local_udp_pos 
	Unknown reason

XFAIL: 05_network_dom0_ping_pos 
	Unknown reason

 FAIL: 06_network_dom0_tcp_pos 
	Unknown reason

 FAIL: 07_network_dom0_udp_pos 
	Unknown reason

XFAIL: 11_network_domU_ping_pos 
	Unknown reason

 FAIL: 12_network_domU_tcp_pos 
	Unknown reason

 FAIL: 13_network_domU_udp_pos 
	Unknown reason

 FAIL: 02_network_attach_detach_pos 
	Unknown reason

 FAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason

 FAIL: 01_pause_basic_pos 
	Unknown reason

 FAIL: 01_reboot_basic_pos 
	Unknown reason

 FAIL: 01_restore_basic_pos 
	Unknown reason

 FAIL: 04_restore_withdevices_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	Unknown reason

 FAIL: 03_save_bogusfile_neg 
	Unknown reason

 FAIL: 01_shutdown_basic_pos 
	Unknown reason

 FAIL: 02_sysrq_sync_pos 
	Unknown reason

 FAIL: 03_sysrq_withreboot_pos 
	Unknown reason


[-- Attachment #4: x335fc4pae.report --]
[-- Type: text/plain, Size: 1625 bytes --]

Xm-test execution summary:
  PASS:  90
  FAIL:  25
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 02_block_attach_file_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 08_block_attach_bad_filedevice_neg 
	Unknown reason

 FAIL: 01_block-list_pos 
	Unknown reason

 FAIL: 02_block-list_attachbd_pos 
	Unknown reason

 FAIL: 11_create_concurrent_pos 
	Unknown reason

 FAIL: 12_create_concurrent_stress_pos 
	Unknown reason

 FAIL: 13_create_multinic_pos 
	Unknown reason

 FAIL: 14_create_blockroot_pos 
	Unknown reason

 FAIL: 01_destroy_basic_pos 
	Unknown reason

 FAIL: 07_destroy_stale_pos 
	Unknown reason

 FAIL: 03_memset_random_pos 
	Unknown reason

 FAIL: 01_migrate_localhost_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

 FAIL: 07_network_dom0_udp_pos 
	Unknown reason

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 12_network_domU_tcp_pos 
	Unknown reason

 FAIL: 13_network_domU_udp_pos 
	Unknown reason

 FAIL: 02_network_attach_detach_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	Unknown reason

 FAIL: 02_sysrq_sync_pos 
	Unknown reason

 FAIL: 03_sysrq_withreboot_pos 
	Unknown reason


[-- Attachment #5: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-05-30 21:09 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-05-30 21:09 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1708 bytes --]

May 30, 2006, using xen-unstable changeset:

changeset:   10176:6d476981e3a5
tag:         tip
user:        ack@kneesa.uk.xensource.com
date:        Sun May 28 09:49:17 2006 +0100
summary:     Update docs for new credit scheduler and cleanup out of date scheduler stuff.


x86_32 (no PAE support)

* SLES 9 SP2 on IBM xSeries 235(512MB RAM)
* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

ISSUES:

* Bugzilla 637  NEW  xm-test FAIL: 01_block_attach_device_pos.test
* Bugzilla 639  NEW  xm-test multiple test failures -
  XmTestLib.Console.Consol...

Note: test logs attached to defects in Xensource Bugzilla.

x86_32 (PAE)

* SLES 9 SP2 on xSeries 335 and HS20 Blade 8843and FC4 on IBM
  xSeries 335s                     * Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

ISSUES:
 * Bugzilla 637 NEW xm-test FAIL: 01_block_attach_device_pos.test
 * Bugzilla 639 NEW xm-test multiple test failures - XmTestLib.Console.Consol...



x86_64 (SLES 9 SP2 IBM HS20 Blades 8843 41U)

* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

ISSUES:          

XM-TEST Results:
--------------- 
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |  105 |   10 |     0 |     3 |
     x235sles9nonpae |   68 |   44 |     0 |     3 |
          x335fc4pae |   94 |   21 |     0 |     3 |



-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
	
                          Euripides


[-- Attachment #2: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 954 bytes --]

Xm-test execution summary:
  PASS:  105
  FAIL:  10
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 02_block_attach_file_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 03_memset_random_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 64 512.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 1500 1505 65495.


[-- Attachment #3: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 2341 bytes --]

Xm-test execution summary:
  PASS:  68
  FAIL:  44
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	

 FAIL: 02_block_attach_file_device_pos 
	Unknown reason

 FAIL: 04_block_attach_device_repeatedly_pos 
	Unknown reason

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	Unknown reason

 FAIL: 08_block_attach_bad_filedevice_neg 
	Unknown reason

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	Unknown reason

 FAIL: 12_block_attach_shared_domU 
	Unknown reason

 FAIL: 02_block-destroy_rtblock_pos 
	Unknown reason

 FAIL: 05_block-destroy_byname_pos 
	Unknown reason

 FAIL: 06_block-destroy_check_list_pos 
	Unknown reason

 FAIL: 01_block-list_pos 
	Unknown reason

 FAIL: 02_block-list_attachbd_pos 
	Unknown reason

 FAIL: 03_block-list_anotherbd_pos 
	Unknown reason

 FAIL: 12_create_concurrent_stress_pos 
	Unknown reason

 FAIL: 13_create_multinic_pos 
	Unknown reason

 FAIL: 14_create_blockroot_pos 
	Unknown reason

 FAIL: 15_create_smallmem_pos 
	Unknown reason

 FAIL: 01_destroy_basic_pos 
	Unknown reason

 FAIL: 07_destroy_stale_pos 
	Unknown reason

 FAIL: 04_list_goodparm_pos 
	Unknown reason

 FAIL: 01_memset_basic_pos 
	Unknown reason

 FAIL: 03_memset_random_pos 
	Unknown reason

 FAIL: 04_memset_smallmem_pos 
	Unknown reason

 FAIL: 01_migrate_localhost_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	Unknown reason

 FAIL: 03_network_local_tcp_pos 
	Unknown reason

 FAIL: 04_network_local_udp_pos 
	Unknown reason

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

 FAIL: 06_network_dom0_tcp_pos 
	Unknown reason

XFAIL: 11_network_domU_ping_pos 
	Unknown reason

 FAIL: 12_network_domU_tcp_pos 
	Unknown reason

 FAIL: 13_network_domU_udp_pos 
	Unknown reason

 FAIL: 01_network_attach_pos 
	Unknown reason

 FAIL: 02_network_attach_detach_pos 
	Unknown reason

 FAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason

 FAIL: 01_pause_basic_pos 
	Unknown reason

 FAIL: 01_reboot_basic_pos 
	Unknown reason

 FAIL: 01_restore_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	Unknown reason

 FAIL: 03_save_bogusfile_neg 
	Unknown reason

 FAIL: 01_shutdown_basic_pos 
	Unknown reason

 FAIL: 02_sysrq_sync_pos 
	Unknown reason

 FAIL: 03_sysrq_withreboot_pos 
	Unknown reason

 FAIL: 01_unpause_basic_pos 
	Unknown reason


[-- Attachment #4: x335fc4pae.report --]
[-- Type: text/plain, Size: 1397 bytes --]

Xm-test execution summary:
  PASS:  94
  FAIL:  21
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 02_block_attach_file_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	Unknown reason

 FAIL: 07_block_attach_baddevice_neg 
	Unknown reason

 FAIL: 11_create_concurrent_pos 
	Unknown reason

 FAIL: 12_create_concurrent_stress_pos 
	Unknown reason

 FAIL: 13_create_multinic_pos 
	Unknown reason

 FAIL: 07_destroy_stale_pos 
	Unknown reason

 FAIL: 04_list_goodparm_pos 
	Unknown reason

 FAIL: 03_memset_random_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	Unknown reason

 FAIL: 06_network_dom0_tcp_pos 
	Unknown reason

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 48 64 512 1505 4096 65507.

 FAIL: 12_network_domU_tcp_pos 
	Unknown reason

 FAIL: 13_network_domU_udp_pos 
	Unknown reason

 FAIL: 02_network_attach_detach_pos 
	Unknown reason

 FAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason

 FAIL: 01_reboot_basic_pos 
	Unknown reason

 FAIL: 03_save_bogusfile_neg 
	Unknown reason


[-- Attachment #5: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-05-25 17:15 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-05-25 17:15 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1822 bytes --]

May 25, 2006, using xen-unstable changeset:

changeset:   10151:ad33b3882867
tag:         tip
user:        cl349@firebug.cl.cam.ac.uk
date:        Wed May 24 13:41:47 2006 +0100
summary:     Fix IDE CD-drive PIO mode.

x86_32 (no PAE support)

 * SLES 9 SP2 on IBM xSeries 235(512MB RAM)
 * Builds and boots without problems
 * Able to create fully functional guest domains
 * Ran xm-test on all boxes

ISSUES:

 * Bugzilla 637  NEW  xm-test FAIL: 01_block_attach_device_pos.test
 * Bugzilla 639  NEW  xm-test multiple test failures -
XmTestLib.Console.Consol...

Note: test logs attached to defects in Xensource Bugzilla.

x86_32 (PAE)

 * SLES 9 SP2 on xSeries 335 and HS20 Blade 8843and FC4 on IBM
   xSeries 335s                      
 * Builds and boots without problems
 * Able to create fully functional guest domains
 * Ran xm-test on all boxes

ISSUES:
 * Bugzilla 637 NEW xm-test FAIL: 01_block_attach_device_pos.test
 * Bugzilla 639 NEW xm-test multiple test failures - XmTestLib.Console.Consol...
 * Bugzilla 543 domU: BUG: soft lockup detected on CPU#1!

x86_64 (SLES 9 SP2 IBM HS20 Blades 8843 41U)

 * Builds and boots without problems
 * Able to create fully functional guest domains
 * Ran xm-test on all boxes

ISSUES:

===============

XM-TEST Results: 

            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |  106 |    9 |     0 |     3 |
hs20.rhel4-x86_32pae |  106 |    9 |     0 |     3 |
     x235sles9nonpae |   65 |   47 |     0 |     3 |
          x335fc4pae |   97 |   18 |     0 |     3 |
    x335sles9_pae4gb |   83 |   32 |     0 |     3 |


-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
	
                          Euripides


[-- Attachment #2: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 884 bytes --]

Xm-test execution summary:
  PASS:  106
  FAIL:  9
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 02_block_attach_file_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 03_memset_random_pos 
	 Invalid domU meminfo line

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 512 1440 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 24567 32767.


[-- Attachment #3: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 894 bytes --]

Xm-test execution summary:
  PASS:  106
  FAIL:  9
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 02_block_attach_file_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 03_memset_random_pos 
	 Invalid domU meminfo line

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 48 64 512 1440 32767 65507.


[-- Attachment #4: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 2591 bytes --]

Xm-test execution summary:
  PASS:  65
  FAIL:  47
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	

 FAIL: 02_block_attach_file_device_pos 
	Unknown reason

 FAIL: 04_block_attach_device_repeatedly_pos 
	Unknown reason

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	Unknown reason

 FAIL: 08_block_attach_bad_filedevice_neg 
	Unknown reason

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	Unknown reason

 FAIL: 12_block_attach_shared_domU 
	Unknown reason

 FAIL: 01_block-destroy_btblock_pos 
	Unknown reason

 FAIL: 02_block-destroy_rtblock_pos 
	Unknown reason

 FAIL: 05_block-destroy_byname_pos 
	Unknown reason

 FAIL: 06_block-destroy_check_list_pos 
	Unknown reason

 FAIL: 01_block-list_pos 
	Unknown reason

 FAIL: 02_block-list_attachbd_pos 
	Unknown reason

 FAIL: 03_block-list_anotherbd_pos 
	Unknown reason

 FAIL: 01_create_basic_pos 
	Unknown reason

 FAIL: 12_create_concurrent_stress_pos 
	Unknown reason

 FAIL: 13_create_multinic_pos 
	 (0 nics) Failed to create domain

 FAIL: 14_create_blockroot_pos 
	Unknown reason

 FAIL: 15_create_smallmem_pos 
	Unknown reason

 FAIL: 01_destroy_basic_pos 
	Unknown reason

 FAIL: 07_destroy_stale_pos 
	Unknown reason

 FAIL: 04_list_goodparm_pos 
	Unknown reason

 FAIL: 01_memset_basic_pos 
	Unknown reason

 FAIL: 03_memset_random_pos 
	Unknown reason

 FAIL: 04_memset_smallmem_pos 
	Unknown reason

 FAIL: 01_migrate_localhost_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 Failed to create domain

 FAIL: 03_network_local_tcp_pos 
	 Failed to create domain

 FAIL: 04_network_local_udp_pos 
	 Failed to create domain

XFAIL: 05_network_dom0_ping_pos 
	 Failed to create domain

 FAIL: 06_network_dom0_tcp_pos 
	 Failed to create domain

 FAIL: 07_network_dom0_udp_pos 
	 Failed to create domain

XFAIL: 11_network_domU_ping_pos 
	 Failed to create domain

 FAIL: 12_network_domU_tcp_pos 
	 Failed to create domain

 FAIL: 13_network_domU_udp_pos 
	 Failed to create domain

 FAIL: 01_network_attach_pos 
	Unknown reason

 FAIL: 02_network_attach_detach_pos 
	Unknown reason

 FAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason

 FAIL: 01_pause_basic_pos 
	Unknown reason

 FAIL: 01_reboot_basic_pos 
	Unknown reason

 FAIL: 01_restore_basic_pos 
	Unknown reason

 FAIL: 04_restore_withdevices_pos 
	 Failed to create domain

 FAIL: 01_save_basic_pos 
	Unknown reason

 FAIL: 03_save_bogusfile_neg 
	Unknown reason

 FAIL: 02_sysrq_sync_pos 
	Unknown reason

 FAIL: 03_sysrq_withreboot_pos 
	Unknown reason

 FAIL: 01_unpause_basic_pos 
	Unknown reason


[-- Attachment #5: x335fc4pae.report --]
[-- Type: text/plain, Size: 1202 bytes --]

Xm-test execution summary:
  PASS:  97
  FAIL:  18
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 02_block_attach_file_device_pos 
	Unknown reason

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 07_block_attach_baddevice_neg 
	Unknown reason

 FAIL: 08_block_attach_bad_filedevice_neg 
	Unknown reason

 FAIL: 02_block-destroy_rtblock_pos 
	Unknown reason

 FAIL: 11_create_concurrent_pos 
	Unknown reason

 FAIL: 12_create_concurrent_stress_pos 
	Unknown reason

 FAIL: 13_create_multinic_pos 
	Unknown reason

 FAIL: 14_create_blockroot_pos 
	Unknown reason

 FAIL: 04_list_goodparm_pos 
	Unknown reason

 FAIL: 03_memset_random_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	Unknown reason

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	Unknown reason

 FAIL: 13_network_domU_udp_pos 
	Unknown reason

 FAIL: 01_network_attach_pos 
	Unknown reason


[-- Attachment #6: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 1814 bytes --]

Xm-test execution summary:
  PASS:  83
  FAIL:  32
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	

 FAIL: 02_block_attach_file_device_pos 
	Unknown reason

 FAIL: 04_block_attach_device_repeatedly_pos 
	Unknown reason

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	Unknown reason

 FAIL: 08_block_attach_bad_filedevice_neg 
	Unknown reason

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	Unknown reason

 FAIL: 01_block-destroy_btblock_pos 
	Unknown reason

 FAIL: 05_block-destroy_byname_pos 
	Unknown reason

 FAIL: 01_block-list_pos 
	Unknown reason

 FAIL: 03_block-list_anotherbd_pos 
	Unknown reason

 FAIL: 01_create_basic_pos 
	Unknown reason

 FAIL: 11_create_concurrent_pos 
	Unknown reason

 FAIL: 13_create_multinic_pos 
	Unknown reason

 FAIL: 14_create_blockroot_pos 
	Unknown reason

 FAIL: 01_destroy_basic_pos 
	Unknown reason

 FAIL: 07_destroy_stale_pos 
	Unknown reason

 FAIL: 03_memset_random_pos 
	Unknown reason

 FAIL: 04_memset_smallmem_pos 
	Unknown reason

 FAIL: 01_migrate_localhost_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	Unknown reason

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 1500.

 FAIL: 13_network_domU_udp_pos 
	Unknown reason

 FAIL: 01_network_attach_pos 
	Unknown reason

 FAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason

 FAIL: 01_reboot_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	Unknown reason

 FAIL: 03_save_bogusfile_neg 
	Unknown reason

 FAIL: 01_shutdown_basic_pos 
	Unknown reason

 FAIL: 02_sysrq_sync_pos 
	Unknown reason

 FAIL: 03_sysrq_withreboot_pos 
	Unknown reason


[-- Attachment #7: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-05-22 21:08 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-05-22 21:08 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1871 bytes --]

May 22, 2006, using xen-unstable changeset:

changeset:   10058:14717dedba02
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Sun May 21 14:15:58 2006 +0100
summary:     [LOADER] More sanity checks when parsing Elf images to avoid

x86_32 (no PAE support)

 * SLES 9 SP2 on IBM xSeries 235(512MB RAM)
 * Builds and boots without problems
 * Able to create fully functional guest domains
 * Ran xm-test on all boxes

ISSUES:

 * Bugzilla 637  NEW  xm-test FAIL: 01_block_attach_device_pos.test
 * Bugzilla 639  NEW  xm-test multiple test failures -
   XmTestLib.Console.Consol...

Note: test logs attached to defects in Xensource Bugzilla.

x86_32 (PAE)

 * SLES 9 SP2 on xSeries 335 and HS20 Blade 8843and FC4 on IBM xSeries 335s
 * Builds and boots without problems
 * Able to create fully functional guest domains
 * Ran xm-test on all boxes

ISSUES:
 * Bugzilla 637 NEW xm-test FAIL: 01_block_attach_device_pos.test
 * Bugzilla 639 NEW xm-test multiple test failures - XmTestLib.Console.Consol...
 * Bugzilla 543 domU: BUG: soft lockup detected on CPU#1!


x86_64 (SLES 9 SP2 IBM HS20 Blades 8843 41U)

 * Builds and boots without problems
 * Able to create fully functional guest domains
 * Ran xm-test on all boxes

ISSUES:  
    
================
XM-TEST Results:   


            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |  107 |    8 |     0 |     3 |
hs20.rhel4-x86_32pae |  105 |   10 |     0 |     3 |
     x235sles9nonpae |   69 |   43 |     0 |     3 |
          x335fc4pae |   95 |   20 |     0 |     3 |
    x335sles9_pae4gb |   82 |   33 |     0 |     3 |


-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                      Euripides 


[-- Attachment #2: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 804 bytes --]

Xm-test execution summary:
  PASS:  107
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 02_block_attach_file_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 03_memset_random_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #3: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 961 bytes --]

Xm-test execution summary:
  PASS:  105
  FAIL:  10
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 02_block_attach_file_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 03_memset_random_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 64 512 1440.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #4: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 2371 bytes --]

Xm-test execution summary:
  PASS:  69
  FAIL:  43
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	

 FAIL: 02_block_attach_file_device_pos 
	Unknown reason

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	Unknown reason

 FAIL: 07_block_attach_baddevice_neg 
	Unknown reason

 FAIL: 08_block_attach_bad_filedevice_neg 
	Unknown reason

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	Unknown reason

 FAIL: 12_block_attach_shared_domU 
	Unknown reason

 FAIL: 01_block-destroy_btblock_pos 
	Unknown reason

 FAIL: 02_block-destroy_rtblock_pos 
	Unknown reason

 FAIL: 05_block-destroy_byname_pos 
	Unknown reason

 FAIL: 06_block-destroy_check_list_pos 
	Unknown reason

 FAIL: 02_block-list_attachbd_pos 
	Unknown reason

 FAIL: 03_block-list_anotherbd_pos 
	Unknown reason

 FAIL: 01_create_basic_pos 
	Unknown reason

 FAIL: 12_create_concurrent_stress_pos 
	Unknown reason

 FAIL: 13_create_multinic_pos 
	Unknown reason

 FAIL: 14_create_blockroot_pos 
	Unknown reason

 FAIL: 15_create_smallmem_pos 
	Unknown reason

 FAIL: 01_destroy_basic_pos 
	Unknown reason

 FAIL: 07_destroy_stale_pos 
	Unknown reason

 FAIL: 04_list_goodparm_pos 
	Unknown reason

 FAIL: 01_memset_basic_pos 
	Unknown reason

 FAIL: 03_memset_random_pos 
	Unknown reason

 FAIL: 04_memset_smallmem_pos 
	Unknown reason

 FAIL: 01_migrate_localhost_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	Unknown reason

 FAIL: 06_network_dom0_tcp_pos 
	Unknown reason

XFAIL: 11_network_domU_ping_pos 
	Unknown reason

 FAIL: 12_network_domU_tcp_pos 
	Unknown reason

 FAIL: 13_network_domU_udp_pos 
	Unknown reason

 FAIL: 02_network_attach_detach_pos 
	Unknown reason

 FAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason

 FAIL: 01_pause_basic_pos 
	Unknown reason

 FAIL: 01_reboot_basic_pos 
	Unknown reason

 FAIL: 01_restore_basic_pos 
	Unknown reason

 FAIL: 04_restore_withdevices_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	Unknown reason

 FAIL: 03_save_bogusfile_neg 
	Unknown reason

 FAIL: 01_shutdown_basic_pos 
	Unknown reason

 FAIL: 02_sysrq_sync_pos 
	Unknown reason

 FAIL: 03_sysrq_withreboot_pos 
	Unknown reason


[-- Attachment #5: x335fc4pae.report --]
[-- Type: text/plain, Size: 1359 bytes --]

Xm-test execution summary:
  PASS:  95
  FAIL:  20
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 02_block_attach_file_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	Unknown reason

 FAIL: 06_block-destroy_check_list_pos 
	Unknown reason

 FAIL: 01_block-list_pos 
	Unknown reason

 FAIL: 02_block-list_attachbd_pos 
	Unknown reason

 FAIL: 11_create_concurrent_pos 
	Unknown reason

 FAIL: 12_create_concurrent_stress_pos 
	Unknown reason

 FAIL: 07_destroy_stale_pos 
	Unknown reason

 FAIL: 03_memset_random_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

 FAIL: 06_network_dom0_tcp_pos 
	Unknown reason

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 13_network_domU_udp_pos 
	Unknown reason

 FAIL: 02_network_attach_detach_pos 
	Unknown reason

 FAIL: 01_restore_basic_pos 
	Unknown reason

 FAIL: 04_restore_withdevices_pos 
	Unknown reason

 FAIL: 01_shutdown_basic_pos 
	Unknown reason


[-- Attachment #6: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 1867 bytes --]

Xm-test execution summary:
  PASS:  82
  FAIL:  33
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 02_block_attach_file_device_pos 
	Unknown reason

 FAIL: 04_block_attach_device_repeatedly_pos 
	Unknown reason

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	Unknown reason

 FAIL: 01_block-destroy_btblock_pos 
	Unknown reason

 FAIL: 05_block-destroy_byname_pos 
	Unknown reason

 FAIL: 01_block-list_pos 
	Unknown reason

 FAIL: 02_block-list_attachbd_pos 
	Unknown reason

 FAIL: 11_create_concurrent_pos 
	Unknown reason

 FAIL: 12_create_concurrent_stress_pos 
	Unknown reason

 FAIL: 13_create_multinic_pos 
	Unknown reason

 FAIL: 14_create_blockroot_pos 
	Unknown reason

 FAIL: 15_create_smallmem_pos 
	Unknown reason

 FAIL: 01_destroy_basic_pos 
	Unknown reason

 FAIL: 07_destroy_stale_pos 
	Unknown reason

 FAIL: 03_memset_random_pos 
	Unknown reason

 FAIL: 04_memset_smallmem_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	Unknown reason

 FAIL: 03_network_local_tcp_pos 
	Unknown reason

XFAIL: 05_network_dom0_ping_pos 
	Unknown reason

 FAIL: 07_network_dom0_udp_pos 
	Unknown reason

XFAIL: 11_network_domU_ping_pos 
	Unknown reason

 FAIL: 12_network_domU_tcp_pos 
	Unknown reason

 FAIL: 13_network_domU_udp_pos 
	Unknown reason

 FAIL: 01_network_attach_pos 
	Unknown reason

 FAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason

 FAIL: 01_pause_basic_pos 
	Unknown reason

 FAIL: 01_reboot_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	Unknown reason

 FAIL: 03_save_bogusfile_neg 
	Unknown reason

 FAIL: 02_sysrq_sync_pos 
	Unknown reason

 FAIL: 01_unpause_basic_pos 
	Unknown reason


[-- Attachment #7: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-05-19 18:10 David F. Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F. Barrera @ 2006-05-19 18:10 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1853 bytes --]

May 19, 2006, using xen-unstable changeset:

changeset:   10032:aa17b7173325
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Thu May 18 15:41:56 2006 +0100
summary:     [NET] front: remove unnecessary include of proc_fs.h.

x86_32 (no PAE support)

  * SLES 9 SP2 on IBM xSeries 235(512MB RAM)
  * Builds and boots without problems
  * Able to create fully functional guest domains
  * Ran xm-test on all boxes

ISSUES:

  * Bugzilla 637  NEW  xm-test FAIL: 01_block_attach_device_pos.test
  * Bugzilla 639  NEW  xm-test multiple test failures -
    XmTestLib.Console.Consol...

Note: test logs attached to defects in Xensource Bugzilla.

x86_32 (PAE)

  * SLES 9 SP2 on xSeries 335 and HS20 Blade 8843and FC4 on IBM
    xSeries 335s                        
  * Builds and boots without problems
  * Able to create fully functional guest domains
  * Ran xm-test on all boxes

ISSUES:
  * Bugzilla 637 NEW xm-test FAIL: 01_block_attach_device_pos.test
  * Bugzilla 639 NEW xm-test multiple test failures - XmTestLib.Console.Consol...
  * Bugzilla 543 domU: BUG: soft lockup detected on CPU#1!


x86_64 (SLES 9 SP2 IBM HS20 Blades 8843 41U)

  * Builds and boots without problems
  * Able to create fully functional guest domains
  * Ran xm-test on all boxes

ISSUES:       

================
XM-TEST Results: 
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |  106 |    9 |     0 |     3 |
hs20.rhel4-x86_32pae |  106 |    9 |     0 |     3 |
          x335fc4pae |  100 |   15 |     0 |     3 |
    x335sles9_pae4gb |   78 |   37 |     0 |     3 |


-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                       Euripides



[-- Attachment #2: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 934 bytes --]

Xm-test execution summary:
  PASS:  106
  FAIL:  9
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 02_block_attach_file_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 /proc/cpuinfo says xend didn't enforce dom0_cpus (3 != 1)

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 4096 65507.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 512 1440 1500 1505 4096.


[-- Attachment #3: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 915 bytes --]

Xm-test execution summary:
  PASS:  106
  FAIL:  9
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 02_block_attach_file_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 /proc/cpuinfo says xend didn't enforce dom0_cpus (2 != 1)

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #4: x335fc4pae.report --]
[-- Type: text/plain, Size: 1215 bytes --]

Xm-test execution summary:
  PASS:  100
  FAIL:  15
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 02_block_attach_file_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 08_block_attach_bad_filedevice_neg 
	Unknown reason

 FAIL: 01_block-destroy_btblock_pos 
	Unknown reason

 FAIL: 11_create_concurrent_pos 
	Unknown reason

 FAIL: 12_create_concurrent_stress_pos 
	Unknown reason

 FAIL: 13_create_multinic_pos 
	Unknown reason

 FAIL: 15_create_smallmem_pos 
	Unknown reason

 FAIL: 07_destroy_stale_pos 
	Unknown reason

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 /proc/cpuinfo says xend didn't enforce dom0_cpus (3 != 1)

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 512 1440 65507.


[-- Attachment #5: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 2026 bytes --]

Xm-test execution summary:
  PASS:  78
  FAIL:  37
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	

 FAIL: 02_block_attach_file_device_pos 
	Unknown reason

 FAIL: 04_block_attach_device_repeatedly_pos 
	Unknown reason

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	Unknown reason

 FAIL: 07_block_attach_baddevice_neg 
	Unknown reason

 FAIL: 08_block_attach_bad_filedevice_neg 
	Unknown reason

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	Unknown reason

 FAIL: 12_block_attach_shared_domU 
	Unknown reason

 FAIL: 01_block-destroy_btblock_pos 
	Unknown reason

 FAIL: 05_block-destroy_byname_pos 
	Unknown reason

 FAIL: 01_block-list_pos 
	Unknown reason

 FAIL: 02_block-list_attachbd_pos 
	Unknown reason

 FAIL: 01_create_basic_pos 
	Unknown reason

 FAIL: 11_create_concurrent_pos 
	Unknown reason

 FAIL: 12_create_concurrent_stress_pos 
	Unknown reason

 FAIL: 13_create_multinic_pos 
	Unknown reason

 FAIL: 14_create_blockroot_pos 
	Unknown reason

 FAIL: 15_create_smallmem_pos 
	Unknown reason

 FAIL: 07_destroy_stale_pos 
	Unknown reason

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 failed to restore dom0's VCPUs

 FAIL: 03_memset_random_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	Unknown reason

 FAIL: 03_network_local_tcp_pos 
	Unknown reason

XFAIL: 05_network_dom0_ping_pos 
	Unknown reason

 FAIL: 06_network_dom0_tcp_pos 
	Unknown reason

 FAIL: 07_network_dom0_udp_pos 
	Unknown reason

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 13_network_domU_udp_pos 
	Unknown reason

 FAIL: 01_network_attach_pos 
	Unknown reason

 FAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason

 FAIL: 01_reboot_basic_pos 
	Unknown reason

 FAIL: 01_restore_basic_pos 
	Unknown reason

 FAIL: 04_restore_withdevices_pos 
	Unknown reason

 FAIL: 03_save_bogusfile_neg 
	Unknown reason

 FAIL: 01_shutdown_basic_pos 
	Unknown reason

 FAIL: 02_sysrq_sync_pos 
	Unknown reason

 FAIL: 03_sysrq_withreboot_pos 
	Unknown reason


[-- Attachment #6: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-05-18 17:59 David F. Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F. Barrera @ 2006-05-18 17:59 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1788 bytes --]

May 18, 2006, using xen-unstable changeset:

changeset:   10028:25dbb1819633
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Thu May 18 04:43:05 2006 +0100
summary:     Remove __TEST_HARNESS__ tests from x86_emulate: instead check for __XEN__

x86_32 (no PAE support)

 * SLES 9 SP2 on IBM xSeries 235(512MB RAM)
 * Builds and boots without problems
 * Able to create fully functional guest domains
 * Ran xm-test on all boxes

ISSUES:

 * Bugzilla 637  NEW  xm-test FAIL: 01_block_attach_device_pos.test
 * Bugzilla 639  NEW  xm-test multiple test failures -
XmTestLib.Console.Consol...

Note: test logs attached to defects in Xensource Bugzilla.

x86_32 (PAE)

 * SLES 9 SP2 on xSeries 335 and HS20 Blade 8843and FC4 on IBM
 xSeries 335s                      * Builds and boots without problems
 * Able to create fully functional guest domains
 * Ran xm-test on all boxes

ISSUES:
 * Bugzilla 637 NEW xm-test FAIL: 01_block_attach_device_pos.test
 * Bugzilla 639 NEW xm-test multiple test failures - XmTestLib.Console.Consol...

x86_64 (SLES 9 SP2 IBM HS20 Blades 8843 41U)

 * Builds and boots without problems
 * Able to create fully functional guest domains
 * Ran xm-test on all boxes

ISSUES: 
       
================
XM-TEST Results: 
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |  104 |   11 |     0 |     3 |
hs20.rhel4-x86_32pae |  102 |   13 |     0 |     3 |
          x335fc4pae |   96 |   19 |     0 |     3 |
    x335sles9_pae4gb |   78 |   37 |     0 |     3 |


-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                       Euripides



[-- Attachment #2: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 1174 bytes --]

Xm-test execution summary:
  PASS:  104
  FAIL:  11
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 02_block_attach_file_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 /proc/cpuinfo says xend didn't enforce dom0_cpus (3 != 1)

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 64 512 1440 65507.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 48 64 1500 1505 4096 4192.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 48 64 512 1440 1500 1505 4096 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 1440 1500 1505 4096 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 4096 4192 32767 65495.


[-- Attachment #3: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 1286 bytes --]

Xm-test execution summary:
  PASS:  102
  FAIL:  13
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 02_block_attach_file_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 /proc/cpuinfo says xend didn't enforce dom0_cpus (2 != 1)

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 48 64 512 65507.

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 48 64 512 1440 1500.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 1500 1505 4096.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 4096 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 4096 4192 32767 65495.


[-- Attachment #4: x335fc4pae.report --]
[-- Type: text/plain, Size: 1542 bytes --]

Xm-test execution summary:
  PASS:  96
  FAIL:  19
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 02_block_attach_file_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	Unknown reason

 FAIL: 01_block-destroy_btblock_pos 
	Unknown reason

 FAIL: 11_create_concurrent_pos 
	Unknown reason

 FAIL: 12_create_concurrent_stress_pos 
	Unknown reason

 FAIL: 13_create_multinic_pos 
	Unknown reason

 FAIL: 15_create_smallmem_pos 
	Unknown reason

 FAIL: 01_destroy_basic_pos 
	Unknown reason

 FAIL: 07_destroy_stale_pos 
	Unknown reason

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 /proc/cpuinfo says xend didn't enforce dom0_cpus (3 != 1)

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 512 1440 65507.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 48 64 512 1440 1500.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 64 512 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 1505 4096 4192.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 4096 4192 32767 65495.


[-- Attachment #5: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 2117 bytes --]

Xm-test execution summary:
  PASS:  78
  FAIL:  37
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	

 FAIL: 02_block_attach_file_device_pos 
	Unknown reason

 FAIL: 04_block_attach_device_repeatedly_pos 
	Unknown reason

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	Unknown reason

 FAIL: 07_block_attach_baddevice_neg 
	Unknown reason

 FAIL: 08_block_attach_bad_filedevice_neg 
	Unknown reason

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	Unknown reason

 FAIL: 12_block_attach_shared_domU 
	Unknown reason

 FAIL: 05_block-destroy_byname_pos 
	Unknown reason

 FAIL: 01_block-list_pos 
	Unknown reason

 FAIL: 01_create_basic_pos 
	Unknown reason

 FAIL: 11_create_concurrent_pos 
	Unknown reason

 FAIL: 12_create_concurrent_stress_pos 
	Unknown reason

 FAIL: 13_create_multinic_pos 
	Unknown reason

 FAIL: 14_create_blockroot_pos 
	Unknown reason

 FAIL: 15_create_smallmem_pos 
	Unknown reason

 FAIL: 01_destroy_basic_pos 
	Unknown reason

 FAIL: 07_destroy_stale_pos 
	Unknown reason

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 /proc/cpuinfo says xend didn't enforce dom0_cpus (3 != 1)

 FAIL: 01_memset_basic_pos 
	Unknown reason

 FAIL: 03_memset_random_pos 
	Unknown reason

 FAIL: 04_memset_smallmem_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	Unknown reason

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

 FAIL: 07_network_dom0_udp_pos 
	Unknown reason

XFAIL: 11_network_domU_ping_pos 
	Unknown reason

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 64 512 1440 1500.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 512 1440 1500 1505 65495.

 FAIL: 02_network_attach_detach_pos 
	Unknown reason

 FAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason

 FAIL: 01_pause_basic_pos 
	Unknown reason

 FAIL: 01_restore_basic_pos 
	Unknown reason

 FAIL: 04_restore_withdevices_pos 
	Unknown reason

 FAIL: 03_save_bogusfile_neg 
	Unknown reason

 FAIL: 01_shutdown_basic_pos 
	Unknown reason

 FAIL: 02_sysrq_sync_pos 
	Unknown reason

 FAIL: 01_unpause_basic_pos 
	Unknown reason


[-- Attachment #6: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-05-17 15:35 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-05-17 15:35 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1787 bytes --]

May 17, 2006, using xen-unstable changeset:

changeset:   10004:7cbc1fc8dbea
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Tue May 16 13:54:41 2006 +0100
summary:     Add some locking to the PIC device model. Improves SMP guest stability.

x86_32 (no PAE support)

  * SLES 9 SP2 on IBM xSeries 235(512MB RAM)
  * Builds and boots without problems
  * Able to create fully functional guest domains
  * Ran xm-test on all boxes

ISSUES:

  * Bugzilla 637  NEW  xm-test FAIL: 01_block_attach_device_pos.test
  * Bugzilla 639  NEW  xm-test multiple test failures -
 XmTestLib.Console.Consol...

Note: test logs attached to defects in Xensource Bugzilla.

x86_32 (PAE)

  * SLES 9 SP2 on xSeries 335 and HS20 Blade 8843and FC4 on IBM
  xSeries 335s                     
  * Builds and boots without problems
  * Able to create fully functional guest domains
  * Ran xm-test on all boxes

ISSUES:
  * Bugzilla 637 NEW xm-test FAIL: 01_block_attach_device_pos.test
  * Bugzilla 639 NEW xm-test multiple test failures - XmTestLib.Console.Consol...

x86_64 (SLES 9 SP2 IBM HS20 Blades 8843 41U)

  * Builds and boots without problems
  * Able to create fully functional guest domains
  * Ran xm-test on all boxes

ISSUES:     
    
XM-TEST Results:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |  103 |   12 |     0 |     3 |
hs20.rhel4-x86_32pae |  103 |   12 |     0 |     3 |
          x335fc4pae |   98 |   17 |     0 |     3 |
    x335sles9_pae4gb |   78 |   37 |     0 |     3 |


-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                      Euripides 


[-- Attachment #2: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 2283 bytes --]

Xm-test execution summary:
  PASS:  78
  FAIL:  37
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 02_block_attach_file_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	Unknown reason

 FAIL: 08_block_attach_bad_filedevice_neg 
	Unknown reason

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	Unknown reason

 FAIL: 01_block-destroy_btblock_pos 
	Unknown reason

 FAIL: 05_block-destroy_byname_pos 
	Unknown reason

 FAIL: 01_block-list_pos 
	Unknown reason

 FAIL: 02_block-list_attachbd_pos 
	Unknown reason

 FAIL: 03_block-list_anotherbd_pos 
	Unknown reason

 FAIL: 01_create_basic_pos 
	Unknown reason

 FAIL: 11_create_concurrent_pos 
	Unknown reason

 FAIL: 12_create_concurrent_stress_pos 
	Unknown reason

 FAIL: 13_create_multinic_pos 
	Unknown reason

 FAIL: 14_create_blockroot_pos 
	Unknown reason

 FAIL: 15_create_smallmem_pos 
	Unknown reason

 FAIL: 07_destroy_stale_pos 
	Unknown reason

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 /proc/cpuinfo says xend didn't enforce dom0_cpus (3 != 1)

 FAIL: 03_memset_random_pos 
	Unknown reason

 FAIL: 04_memset_smallmem_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	Unknown reason

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

 FAIL: 06_network_dom0_tcp_pos 
	Unknown reason

 FAIL: 07_network_dom0_udp_pos 
	Unknown reason

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 64 512 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 16384 24567.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 64 512 1440 1505 4096 4192 32767.

 FAIL: 01_network_attach_pos 
	Unknown reason

 FAIL: 02_network_attach_detach_pos 
	Unknown reason

 FAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason

 FAIL: 01_pause_basic_pos 
	Unknown reason

 FAIL: 01_reboot_basic_pos 
	Unknown reason

 FAIL: 01_restore_basic_pos 
	Unknown reason

 FAIL: 03_save_bogusfile_neg 
	Unknown reason

 FAIL: 03_sysrq_withreboot_pos 
	Unknown reason

 FAIL: 01_unpause_basic_pos 
	Unknown reason


[-- Attachment #3: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 1208 bytes --]

Xm-test execution summary:
  PASS:  103
  FAIL:  12
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 02_block_attach_file_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 /proc/cpuinfo says xend didn't enforce dom0_cpus (3 != 1)

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 4192 32767 65507.

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 1440 1500.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 1440.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1500 1505 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 4096 4192 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 1505 4096 4192 32767.


[-- Attachment #4: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 1187 bytes --]

Xm-test execution summary:
  PASS:  103
  FAIL:  12
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 02_block_attach_file_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 /proc/cpuinfo says xend didn't enforce dom0_cpus (3 != 1)

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 4192 32767 65495.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 512 1440 1500 1505 4096 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 1440 1505 4096.


[-- Attachment #5: x335fc4pae.report --]
[-- Type: text/plain, Size: 1379 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  17
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 02_block_attach_file_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 07_block_attach_baddevice_neg 
	Unknown reason

 FAIL: 06_block-destroy_check_list_pos 
	Unknown reason

 FAIL: 03_block-list_anotherbd_pos 
	Unknown reason

 FAIL: 11_create_concurrent_pos 
	Unknown reason

 FAIL: 12_create_concurrent_stress_pos 
	Unknown reason

 FAIL: 13_create_multinic_pos 
	Unknown reason

 FAIL: 07_destroy_stale_pos 
	Unknown reason

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 /proc/cpuinfo says xend didn't enforce dom0_cpus (2 != 1)

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 1505 4096 65507.

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 1440.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 4096 4192 16384 65495.


[-- Attachment #6: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-05-16 19:03 David F. Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F. Barrera @ 2006-05-16 19:03 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1769 bytes --]

May 16, 2006, using xen-unstable changeset:

changeset:   9994:4fd6ba0e3336
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Tue May 16 03:08:06 2006 +0100
summary:     [XENOPROFILE] Fix incorrect use of on_each_cpu() which could lead

x86_32 (no PAE support)

* SLES 9 SP2 on IBM xSeries 235(512MB RAM)
* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

ISSUES:

* Bugzilla 637  NEW  xm-test FAIL: 01_block_attach_device_pos.test
* Bugzilla 639  NEW  xm-test multiple test failures -
  XmTestLib.Console.Consol...

Note: test logs attached to defects in Xensource Bugzilla.

x86_32 (PAE)

* SLES 9 SP2 on xSeries 335 and HS20 Blade 8843and FC4 on IBM
  xSeries 335s                     
* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

ISSUES:
 * Bugzilla 637 NEW xm-test FAIL: 01_block_attach_device_pos.test
 * Bugzilla 639 NEW xm-test multiple test failures - XmTestLib.Console.Consol...

x86_64 (SLES 9 SP2 IBM HS20 Blades 8843 41U)

* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

ISSUES:          

XM-TEST Results
---------------
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |  107 |    8 |     0 |     3 |
hs20.rhel4-x86_32pae |  106 |    9 |     0 |     3 |
          x335fc4pae |   98 |   17 |     0 |     3 |
    x335sles9_pae4gb |   81 |   34 |     0 |     3 |


-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                       Euripides



[-- Attachment #2: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 842 bytes --]

Xm-test execution summary:
  PASS:  107
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 02_block_attach_file_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 /proc/cpuinfo says xend didn't enforce dom0_cpus (3 != 1)

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #3: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 920 bytes --]

Xm-test execution summary:
  PASS:  106
  FAIL:  9
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 02_block_attach_file_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 /proc/cpuinfo says xend didn't enforce dom0_cpus (2 != 1)

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1500 65507.


[-- Attachment #4: x335fc4pae.report --]
[-- Type: text/plain, Size: 1202 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  17
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	

 FAIL: 02_block_attach_file_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 04_block_attach_device_repeatedly_pos 
	Unknown reason

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 05_block-destroy_byname_pos 
	Unknown reason

 FAIL: 03_block-list_anotherbd_pos 
	Unknown reason

 FAIL: 01_create_basic_pos 
	Unknown reason

 FAIL: 11_create_concurrent_pos 
	Unknown reason

 FAIL: 12_create_concurrent_stress_pos 
	Unknown reason

 FAIL: 13_create_multinic_pos 
	Unknown reason

 FAIL: 14_create_blockroot_pos 
	Unknown reason

 FAIL: 01_destroy_basic_pos 
	Unknown reason

 FAIL: 07_destroy_stale_pos 
	Unknown reason

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 /proc/cpuinfo says xend didn't enforce dom0_cpus (2 != 1)

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #5: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 2009 bytes --]

Xm-test execution summary:
  PASS:  81
  FAIL:  34
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	

 FAIL: 02_block_attach_file_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 04_block_attach_device_repeatedly_pos 
	Unknown reason

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	Unknown reason

 FAIL: 01_block-destroy_btblock_pos 
	Unknown reason

 FAIL: 05_block-destroy_byname_pos 
	Unknown reason

 FAIL: 01_block-list_pos 
	Unknown reason

 FAIL: 02_block-list_attachbd_pos 
	Unknown reason

 FAIL: 11_create_concurrent_pos 
	Unknown reason

 FAIL: 12_create_concurrent_stress_pos 
	Unknown reason

 FAIL: 13_create_multinic_pos 
	Unknown reason

 FAIL: 01_destroy_basic_pos 
	Unknown reason

 FAIL: 07_destroy_stale_pos 
	Unknown reason

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 /proc/cpuinfo says xend didn't enforce dom0_cpus (2 != 1)

 FAIL: 04_list_goodparm_pos 
	Unknown reason

 FAIL: 01_memset_basic_pos 
	Unknown reason

 FAIL: 03_memset_random_pos 
	Unknown reason

 FAIL: 04_memset_smallmem_pos 
	Unknown reason

 FAIL: 01_migrate_localhost_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 4192 32767 65507.

 FAIL: 06_network_dom0_tcp_pos 
	Unknown reason

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 512.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 01_network_attach_pos 
	Unknown reason

 FAIL: 02_network_attach_detach_pos 
	Unknown reason

 FAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason

 FAIL: 01_pause_basic_pos 
	Unknown reason

 FAIL: 01_reboot_basic_pos 
	Unknown reason

 FAIL: 01_restore_basic_pos 
	Unknown reason

 FAIL: 03_save_bogusfile_neg 
	Unknown reason

 FAIL: 01_shutdown_basic_pos 
	Unknown reason

 FAIL: 02_sysrq_sync_pos 
	Unknown reason

 FAIL: 01_unpause_basic_pos 
	Unknown reason


[-- Attachment #6: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-05-15 20:00 David F. Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F. Barrera @ 2006-05-15 20:00 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1823 bytes --]

May 15, 2006, using xen-unstable changeset:

changeset:   9992:cb70d4f8d718
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Mon May 15 01:51:07 2006 +0100
summary:     Fix spelling errors in man pages.

x86_32 (no PAE support)

* SLES 9 SP2 on IBM xSeries 235(512MB RAM)
* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

ISSUES:

 * Bugzilla 637  NEW  xm-test FAIL: 01_block_attach_device_pos.test
 * Bugzilla 639  NEW  xm-test multiple test failures -
   XmTestLib.Console.Consol...

Note: test logs attached to defects in Xensource Bugzilla.

x86_32 (PAE)

 * SLES 9 SP2 on xSeries 335 and HS20 Blade 8843and FC4 on IBM
   xSeries 335s                     
 * Builds and boots without problems
 * Able to create fully functional guest domains
 * Ran xm-test on all boxes

ISSUES:
  * Bugzilla Bug 543 - domU: BUG: soft lockup detected on CPU#1!
  * Bugzilla 637 NEW xm-test FAIL: 01_block_attach_device_pos.test
  * Bugzilla 639 NEW xm-test multiple test failures - XmTestLib.Console.Consol...



x86_64 (SLES 9 SP2 IBM HS20 Blades 8843 41U)

* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

ISSUES:          XM-TEST Results
---------------

SUMMARY: 
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |  107 |    8 |     0 |     3 |
hs20.rhel4-x86_32pae |  103 |   12 |     0 |     3 |
          x335fc4pae |   99 |   16 |     0 |     3 |
    x335sles9_pae4gb |   71 |   44 |     0 |     3 |


-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                       Euripides



[-- Attachment #2: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 842 bytes --]

Xm-test execution summary:
  PASS:  107
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 02_block_attach_file_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 /proc/cpuinfo says xend didn't enforce dom0_cpus (3 != 1)

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #3: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 1167 bytes --]

Xm-test execution summary:
  PASS:  103
  FAIL:  12
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 02_block_attach_file_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 /proc/cpuinfo says xend didn't enforce dom0_cpus (3 != 1)

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 48 64 512.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 1500 1505 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 1440 1500.


[-- Attachment #4: x335fc4pae.report --]
[-- Type: text/plain, Size: 1159 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  16
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	

 FAIL: 02_block_attach_file_device_pos 
	Unknown reason

 FAIL: 04_block_attach_device_repeatedly_pos 
	Unknown reason

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 03_block-list_anotherbd_pos 
	Unknown reason

 FAIL: 01_create_basic_pos 
	Unknown reason

 FAIL: 11_create_concurrent_pos 
	Unknown reason

 FAIL: 13_create_multinic_pos 
	Unknown reason

 FAIL: 14_create_blockroot_pos 
	Unknown reason

 FAIL: 01_destroy_basic_pos 
	Unknown reason

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 /proc/cpuinfo says xend didn't enforce dom0_cpus (3 != 1)

 FAIL: 03_memset_random_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 64 512 1440 1505 4096 4192.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #5: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 2643 bytes --]

Xm-test execution summary:
  PASS:  71
  FAIL:  44
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	

 FAIL: 02_block_attach_file_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 04_block_attach_device_repeatedly_pos 
	Unknown reason

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 07_block_attach_baddevice_neg 
	Unknown reason

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	Unknown reason

 FAIL: 12_block_attach_shared_domU 
	Unknown reason

 FAIL: 01_block-destroy_btblock_pos 
	Unknown reason

 FAIL: 02_block-destroy_rtblock_pos 
	Unknown reason

 FAIL: 05_block-destroy_byname_pos 
	Unknown reason

 FAIL: 06_block-destroy_check_list_pos 
	Unknown reason

 FAIL: 01_block-list_pos 
	Unknown reason

 FAIL: 02_block-list_attachbd_pos 
	Unknown reason

 FAIL: 03_block-list_anotherbd_pos 
	Unknown reason

 FAIL: 01_create_basic_pos 
	Unknown reason

 FAIL: 11_create_concurrent_pos 
	Unknown reason

 FAIL: 12_create_concurrent_stress_pos 
	Unknown reason

 FAIL: 14_create_blockroot_pos 
	Unknown reason

 FAIL: 15_create_smallmem_pos 
	Unknown reason

 FAIL: 07_destroy_stale_pos 
	Unknown reason

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 /proc/cpuinfo says xend didn't enforce dom0_cpus (3 != 1)

 FAIL: 04_list_goodparm_pos 
	Unknown reason

 FAIL: 01_memset_basic_pos 
	Unknown reason

 FAIL: 03_memset_random_pos 
	Unknown reason

 FAIL: 04_memset_smallmem_pos 
	Unknown reason

 FAIL: 01_migrate_localhost_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

 FAIL: 03_network_local_tcp_pos 
	Unknown reason

XFAIL: 05_network_dom0_ping_pos 
	Unknown reason

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 1440 1500.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1440 1500 1505 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	Unknown reason

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 64 512 1440 1500 1505 4096 65495.

 FAIL: 01_network_attach_pos 
	Unknown reason

 FAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason

 FAIL: 01_pause_basic_pos 
	Unknown reason

 FAIL: 01_reboot_basic_pos 
	Unknown reason

 FAIL: 01_restore_basic_pos 
	Unknown reason

 FAIL: 04_restore_withdevices_pos 
	Unknown reason

 FAIL: 03_save_bogusfile_neg 
	Unknown reason

 FAIL: 01_shutdown_basic_pos 
	Unknown reason

 FAIL: 02_sysrq_sync_pos 
	Unknown reason

 FAIL: 03_sysrq_withreboot_pos 
	Unknown reason

 FAIL: 01_unpause_basic_pos 
	Unknown reason


[-- Attachment #6: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-05-12 21:39 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-05-12 21:39 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1941 bytes --]

May 12, 2006, using xen-unstable changeset:

changeset:   9981:062d109ce872
tag:         tip
user:        cl349@firebug.cl.cam.ac.uk
date:        Thu May 11 16:39:44 2006 +0100
summary:     Fix network bridge script to select the right interface when bridge already exists.

x86_32 (no PAE support)

* SLES 9 SP2 on IBM xSeries 235(512MB RAM)
* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

ISSUES:

  * Bugzilla 637  NEW  xm-test FAIL: 01_block_attach_device_pos.test
  * Bugzilla 639  NEW  xm-test multiple test failures -
    XmTestLib.Console.Consol...

Note: test logs attached to defects in Xensource Bugzilla.

x86_32 (PAE)

  * SLES 9 SP2 on xSeries 335 and HS20 Blade 8843and FC4 on IBM
    xSeries 335s                    
  * Builds and boots without problems
  * Able to create fully functional guest domains
  * Ran xm-test on all boxes

ISSUES:
   * Bugzilla Bug 543 - domU: BUG: soft lockup detected on CPU#1!
   * Bugzilla 637 NEW xm-test FAIL: 01_block_attach_device_pos.test
   * Bugzilla 639 NEW xm-test multiple test failures -
    XmTestLib.Console.Consol...



x86_64 (SLES 9 SP2 IBM HS20 Blades 8843 41U)

* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

ISSUES:          
XM-TEST Results
---------------

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |  107 |    8 |     0 |     3 |
hs20.rhel4-x86_32pae |  106 |    9 |     0 |     3 |
     x235sles9nonpae |   68 |   44 |     0 |     3 |
          x335fc4pae |  101 |   14 |     0 |     3 |
    x335sles9_pae4gb |   81 |   34 |     0 |     3 |



-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                      Euripides 


[-- Attachment #2: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 842 bytes --]

Xm-test execution summary:
  PASS:  107
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 02_block_attach_file_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 /proc/cpuinfo says xend didn't enforce dom0_cpus (3 != 1)

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #3: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 915 bytes --]

Xm-test execution summary:
  PASS:  106
  FAIL:  9
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 02_block_attach_file_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 /proc/cpuinfo says xend didn't enforce dom0_cpus (2 != 1)

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #4: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 2327 bytes --]

Xm-test execution summary:
  PASS:  68
  FAIL:  44
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	

 FAIL: 02_block_attach_file_device_pos 
	Unknown reason

 FAIL: 04_block_attach_device_repeatedly_pos 
	Unknown reason

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	Unknown reason

 FAIL: 07_block_attach_baddevice_neg 
	Unknown reason

 FAIL: 08_block_attach_bad_filedevice_neg 
	Unknown reason

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	Unknown reason

 FAIL: 12_block_attach_shared_domU 
	Unknown reason

 FAIL: 06_block-destroy_check_list_pos 
	Unknown reason

 FAIL: 01_block-list_pos 
	Unknown reason

 FAIL: 02_block-list_attachbd_pos 
	Unknown reason

 FAIL: 03_block-list_anotherbd_pos 
	Unknown reason

 FAIL: 01_create_basic_pos 
	Unknown reason

 FAIL: 12_create_concurrent_stress_pos 
	Unknown reason

 FAIL: 13_create_multinic_pos 
	Unknown reason

 FAIL: 14_create_blockroot_pos 
	Unknown reason

 FAIL: 15_create_smallmem_pos 
	Unknown reason

 FAIL: 01_destroy_basic_pos 
	Unknown reason

 FAIL: 07_destroy_stale_pos 
	Unknown reason

 FAIL: 04_list_goodparm_pos 
	Unknown reason

 FAIL: 01_memset_basic_pos 
	Unknown reason

 FAIL: 03_memset_random_pos 
	Unknown reason

 FAIL: 04_memset_smallmem_pos 
	Unknown reason

 FAIL: 01_migrate_localhost_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	Unknown reason

XFAIL: 05_network_dom0_ping_pos 
	Unknown reason

 FAIL: 06_network_dom0_tcp_pos 
	Unknown reason

 FAIL: 07_network_dom0_udp_pos 
	Unknown reason

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 12_network_domU_tcp_pos 
	Unknown reason

 FAIL: 13_network_domU_udp_pos 
	Unknown reason

 FAIL: 01_network_attach_pos 
	Unknown reason

 FAIL: 02_network_attach_detach_pos 
	Unknown reason

 FAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason

 FAIL: 01_pause_basic_pos 
	Unknown reason

 FAIL: 01_reboot_basic_pos 
	Unknown reason

 FAIL: 01_restore_basic_pos 
	Unknown reason

 FAIL: 04_restore_withdevices_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	Unknown reason

 FAIL: 03_save_bogusfile_neg 
	Unknown reason

 FAIL: 01_shutdown_basic_pos 
	Unknown reason

 FAIL: 02_sysrq_sync_pos 
	Unknown reason

 FAIL: 03_sysrq_withreboot_pos 
	Unknown reason

 FAIL: 01_unpause_basic_pos 
	Unknown reason


[-- Attachment #5: x335fc4pae.report --]
[-- Type: text/plain, Size: 1139 bytes --]

Xm-test execution summary:
  PASS:  101
  FAIL:  14
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 02_block_attach_file_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 11_create_concurrent_pos 
	Unknown reason

 FAIL: 12_create_concurrent_stress_pos 
	Unknown reason

 FAIL: 13_create_multinic_pos 
	Unknown reason

 FAIL: 14_create_blockroot_pos 
	Unknown reason

 FAIL: 01_destroy_basic_pos 
	Unknown reason

 FAIL: 07_destroy_stale_pos 
	Unknown reason

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 /proc/cpuinfo says xend didn't enforce dom0_cpus (4 != 1)

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #6: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 1890 bytes --]

Xm-test execution summary:
  PASS:  81
  FAIL:  34
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	

 FAIL: 02_block_attach_file_device_pos 
	Unknown reason

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	Unknown reason

 FAIL: 07_block_attach_baddevice_neg 
	Unknown reason

 FAIL: 08_block_attach_bad_filedevice_neg 
	Unknown reason

 FAIL: 12_block_attach_shared_domU 
	Unknown reason

 FAIL: 01_block-destroy_btblock_pos 
	Unknown reason

 FAIL: 02_block-destroy_rtblock_pos 
	Unknown reason

 FAIL: 03_block-list_anotherbd_pos 
	Unknown reason

 FAIL: 11_create_concurrent_pos 
	Unknown reason

 FAIL: 12_create_concurrent_stress_pos 
	Unknown reason

 FAIL: 13_create_multinic_pos 
	Unknown reason

 FAIL: 14_create_blockroot_pos 
	Unknown reason

 FAIL: 01_destroy_basic_pos 
	Unknown reason

 FAIL: 07_destroy_stale_pos 
	Unknown reason

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 /proc/cpuinfo says xend didn't enforce dom0_cpus (3 != 1)

 FAIL: 04_list_goodparm_pos 
	Unknown reason

 FAIL: 01_memset_basic_pos 
	Unknown reason

 FAIL: 04_memset_smallmem_pos 
	Unknown reason

 FAIL: 01_migrate_localhost_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	Unknown reason

XFAIL: 05_network_dom0_ping_pos 
	Unknown reason

 FAIL: 07_network_dom0_udp_pos 
	Unknown reason

XFAIL: 11_network_domU_ping_pos 
	Unknown reason

 FAIL: 01_network_attach_pos 
	Unknown reason

 FAIL: 02_network_attach_detach_pos 
	Unknown reason

 FAIL: 01_pause_basic_pos 
	Unknown reason

 FAIL: 01_restore_basic_pos 
	Unknown reason

 FAIL: 04_restore_withdevices_pos 
	Unknown reason

 FAIL: 03_save_bogusfile_neg 
	Unknown reason

 FAIL: 01_shutdown_basic_pos 
	Unknown reason

 FAIL: 03_sysrq_withreboot_pos 
	Unknown reason

 FAIL: 01_unpause_basic_pos 
	Unknown reason


[-- Attachment #7: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-05-11 18:14 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-05-11 18:14 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1877 bytes --]

May 11, 2006, using xen-unstable changeset:

changeset:   9972:91c77df11b43
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Wed May 10 11:30:42 2006 +0100
summary:     When we copy packet sin netback/netfront make sure the new skb has


x86_32 (no PAE support)

* SLES 9 SP2 on IBM xSeries 235(512MB RAM)
* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

ISSUES:

   * Bugzilla 637  NEW  xm-test FAIL: 01_block_attach_device_pos.test
   * Bugzilla 639  NEW  xm-test multiple test failures -
     XmTestLib.Console.Consol...

Note: test logs attached to defects in Xensource Bugzilla.

x86_32 (PAE)

  * SLES 9 SP2 on xSeries 335 and HS20 Blade 8843and FC4 on IBM
  xSeries 335s                   
  * Builds and boots without problems
  * Able to create fully functional guest domains
  * Ran xm-test on all boxes

ISSUES:
    * Bugzilla Bug 543 - domU: BUG: soft lockup detected on CPU#1!
    * Bugzilla 637 NEW xm-test FAIL: 01_block_attach_device_pos.test
    * Bugzilla 639 NEW xm-test multiple test failures -
     XmTestLib.Console.Consol...



x86_64 (SLES 9 SP2 IBM HS20 Blades 8843 41U)

* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes

ISSUES:           

XM-TEST Results
---------------

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |  103 |   12 |     0 |     3 |
hs20.rhel4-x86_32pae |  104 |   11 |     0 |     3 |
     x235sles9nonpae |   90 |   22 |     0 |     3 |
    x335sles9_pae4gb |   76 |   39 |     0 |     3 |


-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                      Euripides 


[-- Attachment #2: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 1181 bytes --]

Xm-test execution summary:
  PASS:  103
  FAIL:  12
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 02_block_attach_file_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 /proc/cpuinfo says xend didn't enforce dom0_cpus (3 != 1)

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 4096 4192.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 1440 1500.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 48 64 512 1440 1500 1505 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 64 512.


[-- Attachment #3: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 1143 bytes --]

Xm-test execution summary:
  PASS:  104
  FAIL:  11
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 02_block_attach_file_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 /proc/cpuinfo says xend didn't enforce dom0_cpus (3 != 1)

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 48 64 512 1500 1505 4096.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1500 1505 4096 4192 32767 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 512 1440 1500 4096 4192 24567 32767 65495.


[-- Attachment #4: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 1336 bytes --]

Xm-test execution summary:
  PASS:  90
  FAIL:  22
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	

 FAIL: 02_block_attach_file_device_pos 
	Unknown reason

 FAIL: 04_block_attach_device_repeatedly_pos 
	Unknown reason

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	Unknown reason

 FAIL: 07_block_attach_baddevice_neg 
	Unknown reason

 FAIL: 08_block_attach_bad_filedevice_neg 
	Unknown reason

 FAIL: 12_block_attach_shared_domU 
	Unknown reason

 FAIL: 01_block-destroy_btblock_pos 
	Unknown reason

 FAIL: 02_block-destroy_rtblock_pos 
	Unknown reason

 FAIL: 06_block-destroy_check_list_pos 
	Unknown reason

 FAIL: 01_block-list_pos 
	Unknown reason

 FAIL: 02_block-list_attachbd_pos 
	Unknown reason

 FAIL: 03_block-list_anotherbd_pos 
	Unknown reason

 FAIL: 12_create_concurrent_stress_pos 
	Unknown reason

 FAIL: 13_create_multinic_pos 
	Unknown reason

 FAIL: 14_create_blockroot_pos 
	Unknown reason

 FAIL: 15_create_smallmem_pos 
	Unknown reason

 FAIL: 01_destroy_basic_pos 
	Unknown reason

 FAIL: 07_destroy_stale_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #5: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 2348 bytes --]

Xm-test execution summary:
  PASS:  76
  FAIL:  39
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	

 FAIL: 02_block_attach_file_device_pos 
	Unknown reason

 FAIL: 04_block_attach_device_repeatedly_pos 
	Unknown reason

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	Unknown reason

 FAIL: 12_block_attach_shared_domU 
	Unknown reason

 FAIL: 01_block-destroy_btblock_pos 
	Unknown reason

 FAIL: 02_block-destroy_rtblock_pos 
	Unknown reason

 FAIL: 05_block-destroy_byname_pos 
	Unknown reason

 FAIL: 01_block-list_pos 
	Unknown reason

 FAIL: 11_create_concurrent_pos 
	Unknown reason

 FAIL: 12_create_concurrent_stress_pos 
	Unknown reason

 FAIL: 13_create_multinic_pos 
	Unknown reason

 FAIL: 14_create_blockroot_pos 
	Unknown reason

 FAIL: 15_create_smallmem_pos 
	Unknown reason

 FAIL: 07_destroy_stale_pos 
	Unknown reason

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 /proc/cpuinfo says xend didn't enforce dom0_cpus (3 != 1)

 FAIL: 01_memset_basic_pos 
	Unknown reason

 FAIL: 03_memset_random_pos 
	 Timed out waiting for console

 FAIL: 04_memset_smallmem_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	Unknown reason

 FAIL: 06_network_dom0_tcp_pos 
	Unknown reason

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 48 64 512 1440 1500.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 512 1440 1500 4096 4192 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	Unknown reason

 FAIL: 01_network_attach_pos 
	Unknown reason

 FAIL: 02_network_attach_detach_pos 
	Unknown reason

 FAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason

 FAIL: 01_pause_basic_pos 
	Unknown reason

 FAIL: 01_reboot_basic_pos 
	Unknown reason

 FAIL: 01_restore_basic_pos 
	Unknown reason

 FAIL: 04_restore_withdevices_pos 
	Unknown reason

 FAIL: 03_save_bogusfile_neg 
	Unknown reason

 FAIL: 01_shutdown_basic_pos 
	Unknown reason

 FAIL: 02_sysrq_sync_pos 
	Unknown reason

 FAIL: 03_sysrq_withreboot_pos 
	Unknown reason

 FAIL: 01_unpause_basic_pos 
	Unknown reason


[-- Attachment #6: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-05-10 16:15 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-05-10 16:15 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1854 bytes --]


May 10, 2006*, using xen-unstable changeset:
 
* Same as yesterday

changeset:   9960:1e3977e029fd
tag:         tip
user:        cl349@firebug.cl.cam.ac.uk
date:        Mon May  8 13:21:41 2006 +0100
summary:     Fix PAE build: add CONFIG_I2O_EXT_ADAPTEC_DMA64=y to linux-defconfig_xen_x86_32.

x86_32 (no PAE support)

 * SLES 9 SP2 on IBM xSeries 235(512MB RAM)
 * Builds and boots without problems
 * Able to create fully functional guest domains
 * Ran xm-test on all boxes

 ISSUES:

    * Bugzilla 637  NEW  xm-test FAIL: 01_block_attach_device_pos.test
    * Bugzilla 639  NEW  xm-test multiple test failures -
      XmTestLib.Console.Consol...

Note: test logs attached to defects in Xensource Bugzilla.

x86_32 (PAE)

   * SLES 9 SP2 on xSeries 335 and HS20 Blade 8843and FC4 on IBM
   xSeries 335s                   * Builds and boots without problems
   * Able to create fully functional guest domains
   * Ran xm-test on all boxes

 ISSUES:

    * * Bugzilla 637 NEW xm-test FAIL: 01_block_attach_device_pos.test
    * * Bugzilla 639 NEW xm-test multiple test failures -
      XmTestLib.Console.Consol...



x86_64 (SLES 9 SP2 IBM HS20 Blades 8843 41U)

 * Builds and boots without problems
 * Able to create fully functional guest domains
 * Ran xm-test on all boxes

 ISSUES:           
--XM-TEST Results--

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |  105 |   10 |     0 |     3 |
hs20.rhel4-x86_32pae |  103 |   12 |     0 |     3 |
     x235sles9nonpae |   86 |   26 |     0 |     3 |
    x335sles9_pae4gb |   74 |   41 |     0 |     3 |


-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                      Euripides 


[-- Attachment #2: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 2376 bytes --]

Xm-test execution summary:
  PASS:  74
  FAIL:  41
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	

 FAIL: 02_block_attach_file_device_pos 
	Unknown reason

 FAIL: 04_block_attach_device_repeatedly_pos 
	Unknown reason

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	Unknown reason

 FAIL: 07_block_attach_baddevice_neg 
	Unknown reason

 FAIL: 08_block_attach_bad_filedevice_neg 
	Unknown reason

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	Unknown reason

 FAIL: 01_block-destroy_btblock_pos 
	Unknown reason

 FAIL: 02_block-destroy_rtblock_pos 
	Unknown reason

 FAIL: 05_block-destroy_byname_pos 
	Unknown reason

 FAIL: 01_block-list_pos 
	Unknown reason

 FAIL: 02_block-list_attachbd_pos 
	Unknown reason

 FAIL: 03_block-list_anotherbd_pos 
	Unknown reason

 FAIL: 01_create_basic_pos 
	Unknown reason

 FAIL: 11_create_concurrent_pos 
	Unknown reason

 FAIL: 12_create_concurrent_stress_pos 
	Unknown reason

 FAIL: 13_create_multinic_pos 
	Unknown reason

 FAIL: 15_create_smallmem_pos 
	Unknown reason

 FAIL: 07_destroy_stale_pos 
	Unknown reason

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 /proc/cpuinfo says xend didn't enforce dom0_cpus (3 != 1)

 FAIL: 04_list_goodparm_pos 
	Unknown reason

 FAIL: 01_memset_basic_pos 
	Unknown reason

 FAIL: 03_memset_random_pos 
	Unknown reason

 FAIL: 04_memset_smallmem_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	Unknown reason

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 48 64 512 1440 1500 65495.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 512 1440 1500 4096 4192 16384 24567 32767 65495.

 FAIL: 13_network_domU_udp_pos 
	Unknown reason

 FAIL: 02_network_attach_detach_pos 
	Unknown reason

 FAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason

 FAIL: 01_pause_basic_pos 
	Unknown reason

 FAIL: 01_reboot_basic_pos 
	Unknown reason

 FAIL: 01_restore_basic_pos 
	Unknown reason

 FAIL: 04_restore_withdevices_pos 
	Unknown reason

 FAIL: 03_save_bogusfile_neg 
	Unknown reason

 FAIL: 01_shutdown_basic_pos 
	Unknown reason

 FAIL: 02_sysrq_sync_pos 
	Unknown reason

 FAIL: 03_sysrq_withreboot_pos 
	Unknown reason

 FAIL: 01_unpause_basic_pos 
	Unknown reason


[-- Attachment #3: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 1020 bytes --]

Xm-test execution summary:
  PASS:  105
  FAIL:  10
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 02_block_attach_file_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 /proc/cpuinfo says xend didn't enforce dom0_cpus (3 != 1)

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 64 512 1440 65507.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 1500 1505 32767.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1500 1505 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 1500.


[-- Attachment #4: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 1187 bytes --]

Xm-test execution summary:
  PASS:  103
  FAIL:  12
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 02_block_attach_file_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 /proc/cpuinfo says xend didn't enforce dom0_cpus (2 != 1)

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 4192 32767 65507.

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 1505.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 64 512 65495.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1505 4096 4192 32767 65507.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 1500 1505 65495.


[-- Attachment #5: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 1733 bytes --]

Xm-test execution summary:
  PASS:  86
  FAIL:  26
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	

 FAIL: 02_block_attach_file_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 04_block_attach_device_repeatedly_pos 
	Unknown reason

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	Unknown reason

 FAIL: 07_block_attach_baddevice_neg 
	Unknown reason

 FAIL: 08_block_attach_bad_filedevice_neg 
	Unknown reason

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	Unknown reason

 FAIL: 12_block_attach_shared_domU 
	Unknown reason

 FAIL: 05_block-destroy_byname_pos 
	Unknown reason

 FAIL: 06_block-destroy_check_list_pos 
	Unknown reason

 FAIL: 01_block-list_pos 
	Unknown reason

 FAIL: 02_block-list_attachbd_pos 
	Unknown reason

 FAIL: 03_block-list_anotherbd_pos 
	Unknown reason

 FAIL: 01_create_basic_pos 
	Unknown reason

 FAIL: 12_create_concurrent_stress_pos 
	Unknown reason

 FAIL: 13_create_multinic_pos 
	Unknown reason

 FAIL: 14_create_blockroot_pos 
	Unknown reason

 FAIL: 15_create_smallmem_pos 
	Unknown reason

 FAIL: 01_destroy_basic_pos 
	Unknown reason

 FAIL: 07_destroy_stale_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 1505.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 64 512 1440 1500 4096 4192 32767 65495.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1500 65507.

 FAIL: 12_network_domU_tcp_pos 
	 TCP hping2 failed for size 512 1440 1500 4096 16384 24567.


[-- Attachment #6: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-05-09 18:08 David F. Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F. Barrera @ 2006-05-09 18:08 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1457 bytes --]


May 9, 2006, using xen-unstable changeset:

changeset:   9960:1e3977e029fd
tag:         tip
user:        cl349@firebug.cl.cam.ac.uk
date:        Mon May  8 13:21:41 2006 +0100
summary:     Fix PAE build: add CONFIG_I2O_EXT_ADAPTEC_DMA64=y to linux-defconfig_xen_x86_32.

x86_32 (no PAE support)

  * SLES 9 SP2 on IBM xSeries 235(512MB RAM)
  * Builds and boots without problems
  * Able to create fully functional guest domains
  * Ran xm-test on all boxes

  ISSUES:

x86_32 (PAE)

    * SLES 9 SP2 on xSeries 335 and HS20 Blade 8843and FC4 on IBM
    xSeries 335s                
    * Builds and boots without problems
    * Able to create fully functional guest domains
    * Ran xm-test on all boxes

  ISSUES:

x86_64 (SLES 9 SP2 IBM HS20 Blades 8843 41U)

  * Builds and boots without problems
  * Able to create fully functional guest domains
  * Ran xm-test on all boxes

  ISSUES:            

--XM-TEST Results--

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |  107 |    8 |     0 |     3 |
hs20.rhel4-x86_32pae |  107 |    8 |     0 |     3 |
     x235sles9nonpae |   96 |   18 |     0 |     3 |
    x335sles9_pae4gb |   74 |   41 |     0 |     3 |

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                       Euripides



[-- Attachment #2: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 842 bytes --]

Xm-test execution summary:
  PASS:  107
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 02_block_attach_file_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 /proc/cpuinfo says xend didn't enforce dom0_cpus (3 != 1)

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #3: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 815 bytes --]

Xm-test execution summary:
  PASS:  107
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 02_block_attach_file_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #4: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 1419 bytes --]

Xm-test execution summary:
  PASS:  96
  FAIL:  18
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 02_block_attach_file_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 13_create_multinic_pos 
	 (0 nics) Failed to create domain

XFAIL: 02_network_local_ping_pos 
	 Failed to create domain

 FAIL: 03_network_local_tcp_pos 
	 Failed to create domain

 FAIL: 04_network_local_udp_pos 
	 Failed to create domain

XFAIL: 05_network_dom0_ping_pos 
	 Failed to create domain

 FAIL: 06_network_dom0_tcp_pos 
	 Failed to create domain

 FAIL: 07_network_dom0_udp_pos 
	 Failed to create domain

XFAIL: 11_network_domU_ping_pos 
	 Failed to create domain

 FAIL: 12_network_domU_tcp_pos 
	 Failed to create domain

 FAIL: 13_network_domU_udp_pos 
	 Failed to create domain

 FAIL: 01_network_attach_pos 
	 xm network-attach returned invalid 256 != 0

 FAIL: 02_network_attach_detach_pos 
	 xm network-attach returned invalid 256 != 0

 FAIL: 03_network_attach_detach_multiple_pos 
	 xm network-attach returned invalid 256 != 0

 FAIL: 04_restore_withdevices_pos 
	 Failed to create domain


[-- Attachment #5: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 2355 bytes --]

Xm-test execution summary:
  PASS:  74
  FAIL:  41
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 02_block_attach_file_device_pos 
	Unknown reason

 FAIL: 04_block_attach_device_repeatedly_pos 
	Unknown reason

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 block-attach failed device did not switch to Connected state

 FAIL: 07_block_attach_baddevice_neg 
	Unknown reason

 FAIL: 08_block_attach_bad_filedevice_neg 
	Unknown reason

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	Unknown reason

 FAIL: 12_block_attach_shared_domU 
	Unknown reason

 FAIL: 01_block-destroy_btblock_pos 
	Unknown reason

 FAIL: 06_block-destroy_check_list_pos 
	Unknown reason

 FAIL: 01_block-list_pos 
	Unknown reason

 FAIL: 03_block-list_anotherbd_pos 
	Unknown reason

 FAIL: 01_create_basic_pos 
	Unknown reason

 FAIL: 11_create_concurrent_pos 
	Unknown reason

 FAIL: 12_create_concurrent_stress_pos 
	Unknown reason

 FAIL: 13_create_multinic_pos 
	Unknown reason

 FAIL: 01_destroy_basic_pos 
	Unknown reason

 FAIL: 07_destroy_stale_pos 
	Unknown reason

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 /proc/cpuinfo says xend didn't enforce dom0_cpus (2 != 1)

 FAIL: 04_list_goodparm_pos 
	Unknown reason

 FAIL: 01_memset_basic_pos 
	Unknown reason

 FAIL: 03_memset_random_pos 
	Unknown reason

 FAIL: 04_memset_smallmem_pos 
	Unknown reason

 FAIL: 01_migrate_localhost_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	Unknown reason

 FAIL: 04_network_local_udp_pos 
	Unknown reason

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

 FAIL: 06_network_dom0_tcp_pos 
	Unknown reason

 FAIL: 07_network_dom0_udp_pos 
	Unknown reason

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 13_network_domU_udp_pos 
	Unknown reason

 FAIL: 01_network_attach_pos 
	Unknown reason

 FAIL: 02_network_attach_detach_pos 
	Unknown reason

 FAIL: 01_pause_basic_pos 
	Unknown reason

 FAIL: 01_reboot_basic_pos 
	Unknown reason

 FAIL: 01_restore_basic_pos 
	Unknown reason

 FAIL: 03_save_bogusfile_neg 
	Unknown reason

 FAIL: 01_shutdown_basic_pos 
	Unknown reason

 FAIL: 02_sysrq_sync_pos 
	Unknown reason

 FAIL: 03_sysrq_withreboot_pos 
	Unknown reason

 FAIL: 01_unpause_basic_pos 
	Unknown reason


[-- Attachment #6: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-05-08 16:21 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-05-08 16:21 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1504 bytes --]

May 8, 2006, using xen-unstable changeset:

changeset:   9925:1a84eec74331
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Thu May  4 05:24:19 2006 +0100
summary:     Change Mini-OS so that it uses stddef.h to define size_t and


x86_32 (no PAE support)

   * SLES 9 SP2 on IBM xSeries 235(512MB RAM)
   * Builds and boots without problems
   * Able to create fully functional guest domains
   * Ran xm-test on all boxes

   ISSUES:

x86_32 (PAE)

     * SLES 9 SP2 on xSeries 335 and HS20 Blade 8843and FC4 on IBM
     xSeries 335s            
     * Builds and boots without problems
     * Able to create fully functional guest domains
     * Ran xm-test on all boxes

   ISSUES:

x86_64 (SLES 9 SP2 IBM HS20 Blades 8843 41U)

   * Builds and boots without problems
   * Able to create fully functional guest domains
   * Ran xm-test on all boxes

   ISSUES:             


--XM-TEST Results--

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |  105 |   10 |     0 |     3 |
hs20.rhel4-x86_32pae |  105 |   10 |     0 |     3 |
     x235sles9nonpae |  107 |    7 |     0 |     3 |
          x335fc4pae |  106 |    9 |     0 |     3 |
    x335sles9_pae4gb |   82 |   33 |     0 |     3 |


-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                      Euripides 


[-- Attachment #2: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 960 bytes --]

Xm-test execution summary:
  PASS:  105
  FAIL:  10
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 Device is not actually connected to the domU

 FAIL: 02_block_attach_file_device_pos 
	 Device is not actually connected to the domU

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 /proc/cpuinfo says xend didn't enforce dom0_cpus (2 != 1)

 FAIL: 01_memset_basic_pos 
	 DomU reported incorrect memory amount 59 MB

 FAIL: 03_memset_random_pos 
	 Expected 64 MB, domU reported 59 MB

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #3: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 974 bytes --]

Xm-test execution summary:
  PASS:  105
  FAIL:  10
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 Device is not actually connected to the domU

 FAIL: 02_block_attach_file_device_pos 
	 Device is not actually connected to the domU

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 13_create_multinic_pos 
	 (9 nics) Console didn't respond probably crashed!

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 /proc/cpuinfo says xend didn't enforce dom0_cpus (3 != 1)

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #4: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 716 bytes --]

Xm-test execution summary:
  PASS:  107
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 Device is not actually connected to the domU

 FAIL: 02_block_attach_file_device_pos 
	 Device is not actually connected to the domU

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #5: x335fc4pae.report --]
[-- Type: text/plain, Size: 900 bytes --]

Xm-test execution summary:
  PASS:  106
  FAIL:  9
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 Device is not actually connected to the domU

 FAIL: 02_block_attach_file_device_pos 
	 Device is not actually connected to the domU

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 13_create_multinic_pos 
	 (8 nics) Console didn't respond probably crashed!

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 /proc/cpuinfo says xend didn't enforce dom0_cpus (2 != 1)

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #6: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 2428 bytes --]

Xm-test execution summary:
  PASS:  82
  FAIL:  33
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 Timed out waiting for console

 FAIL: 02_block_attach_file_device_pos 
	 Timed out waiting for console

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Timed out waiting for console

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 08_block_attach_bad_filedevice_neg 
	 Timed out waiting for console

 FAIL: 05_block-destroy_byname_pos 
	 Timed out waiting for console

 FAIL: 01_create_basic_pos 
	 Timed out waiting for console

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

 FAIL: 12_create_concurrent_stress_pos 
	 Timed out waiting for console

 FAIL: 13_create_multinic_pos 
	 (0 nics) Console didn't respond probably crashed!

 FAIL: 14_create_blockroot_pos 
	 Timed out waiting for console

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 32 MB failed domain dies immediately!

 FAIL: 01_destroy_basic_pos 
	 Timed out waiting for console

 FAIL: 07_destroy_stale_pos 
	 Timed out waiting for console

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 /proc/cpuinfo says xend didn't enforce dom0_cpus (2 != 1)

 FAIL: 01_memset_basic_pos 
	 Timed out waiting for console

 FAIL: 03_memset_random_pos 
	 Timed out waiting for console

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 Timed out waiting for console

 FAIL: 03_network_local_tcp_pos 
	 Timed out waiting for console

 FAIL: 04_network_local_udp_pos 
	 Timed out waiting for console

XFAIL: 05_network_dom0_ping_pos 
	 Timed out waiting for console

 FAIL: 06_network_dom0_tcp_pos 
	 Timed out waiting for console

XFAIL: 11_network_domU_ping_pos 
	 Timed out waiting for console

 FAIL: 13_network_domU_udp_pos 
	 Timed out waiting for console

 FAIL: 03_network_attach_detach_multiple_pos 
	 Timed out waiting for console

 FAIL: 01_pause_basic_pos 
	 Timed out waiting for console

 FAIL: 01_restore_basic_pos 
	 Timed out waiting for console

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_shutdown_basic_pos 
	 Timed out waiting for console

 FAIL: 02_sysrq_sync_pos 
	 Timed out waiting for console

 FAIL: 01_unpause_basic_pos 
	 Timed out waiting for console


[-- Attachment #7: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-05-05 19:23 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-05-05 19:23 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1353 bytes --]

May 5, 2006, using xen-unstable changeset:

bl2-1:/tmp/xen-unstable.hg # hg tip
changeset:   9925:1a84eec74331
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Thu May  4 05:24:19 2006 +0100
summary:     Change Mini-OS so that it uses stddef.h to define size_t and

x86_32 (no PAE support)

  * SLES 9 SP2 on IBM xSeries 235(512MB RAM)
  * Builds and boots without problems
  * Ran xm-test on all boxes

  ISSUES:

x86_32 (PAE)

    * SLES 9 SP2 on xSeries 335 and HS20 Blade 8843and FC4 on IBM
    xSeries 335s            
    * Builds and boots without problems
    * Ran xm-test on all boxes

  ISSUES:

x86_64 (SLES 9 SP2 IBM HS20 Blades 8843 41U)

  * Builds and boots without problems
  * Ran xm-test on all boxes

  ISSUES:             

--XM-TEST Results--

SUMMARY:

            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |  105 |   10 |     0 |     3 |
hs20.rhel4-x86_32pae |  105 |   10 |     0 |     3 |
     x235sles9nonpae |  105 |    9 |     0 |     3 |
          x335fc4pae |  106 |    9 |     0 |     3 |
    x335sles9_pae4gb |  107 |    8 |     0 |     3 |

-- 


Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                   Euripides



[-- Attachment #2: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 960 bytes --]

Xm-test execution summary:
  PASS:  105
  FAIL:  10
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 Device is not actually connected to the domU

 FAIL: 02_block_attach_file_device_pos 
	 Device is not actually connected to the domU

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 /proc/cpuinfo says xend didn't enforce dom0_cpus (3 != 1)

 FAIL: 01_memset_basic_pos 
	 DomU reported incorrect memory amount 59 MB

 FAIL: 03_memset_random_pos 
	 Expected 63 MB, domU reported 59 MB

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #3: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 974 bytes --]

Xm-test execution summary:
  PASS:  105
  FAIL:  10
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 Device is not actually connected to the domU

 FAIL: 02_block_attach_file_device_pos 
	 Device is not actually connected to the domU

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 13_create_multinic_pos 
	 (8 nics) Console didn't respond probably crashed!

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 /proc/cpuinfo says xend didn't enforce dom0_cpus (3 != 1)

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #4: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 999 bytes --]

Xm-test execution summary:
  PASS:  105
  FAIL:  9
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 Device is not actually connected to the domU

 FAIL: 02_block_attach_file_device_pos 
	 Device is not actually connected to the domU

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65495.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65495.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #5: x335fc4pae.report --]
[-- Type: text/plain, Size: 900 bytes --]

Xm-test execution summary:
  PASS:  106
  FAIL:  9
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 Device is not actually connected to the domU

 FAIL: 02_block_attach_file_device_pos 
	 Device is not actually connected to the domU

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 13_create_multinic_pos 
	 (9 nics) Console didn't respond probably crashed!

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 /proc/cpuinfo says xend didn't enforce dom0_cpus (3 != 1)

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #6: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 816 bytes --]

Xm-test execution summary:
  PASS:  107
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 Device is not actually connected to the domU

 FAIL: 02_block_attach_file_device_pos 
	 Device is not actually connected to the domU

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 /proc/cpuinfo says xend didn't enforce dom0_cpus (2 != 1)

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #7: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-05-04 17:02 David F. Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F. Barrera @ 2006-05-04 17:02 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2064 bytes --]


May 4, 2006, using xen-unstable changeset:

changeset:   9925:1a84eec74331
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Thu May  4 05:24:19 2006 +0100
summary:     Change Mini-OS so that it uses stddef.h to define size_t and


New issue: Bugzilla Bug 634 - Unable to boot guest domain using unified Xen kernel on SLES 9 based systems

I have switched to testing with the unified Xen kernel, as opposed to building xen0 and xenU kernels. This explains the additional
xm-test failures compared to yesterday's results.

x86_32 (no PAE support)

   * SLES 9 SP2 on IBM xSeries 235(512MB RAM)
   * Builds and boots without problems
   * Able to create fully functional guest domains
   * Ran xm-test on all boxes

   ISSUES:

x86_32 (PAE)

     * SLES 9 SP2 on xSeries 335 and HS20 Blade 8843and FC4 on IBM
     xSeries 335s            
     * Builds and boots without problems
     * Able to create fully functional guest domains
     * Ran xm-test on all boxes

   ISSUES:
     *  Bugzilla Bug 543 - domU: BUG: soft lockup detected on CPU#1!
  
x86_64 (SLES 9 SP2 IBM HS20 Blades 8843 41U)

   * Builds and boots without problems
   * Able to create fully functional guest domains
   * Ran xm-test on all boxes

   ISSUES:     


--XM-TEST Results--

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |  105 |   10 |     0 |     3 |
hs20.rhel4-x86_32pae |  105 |   10 |     0 |     3 |
     x235sles9nonpae |  110 |    5 |     0 |     3 |
          x335fc4pae |  106 |    9 |     0 |     3 |
    x335sles9_pae4gb |  107 |    8 |     0 |     3 |
 
-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                       Euripides





-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                       Euripides



[-- Attachment #2: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 960 bytes --]

Xm-test execution summary:
  PASS:  105
  FAIL:  10
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 Device is not actually connected to the domU

 FAIL: 02_block_attach_file_device_pos 
	 Device is not actually connected to the domU

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 /proc/cpuinfo says xend didn't enforce dom0_cpus (3 != 1)

 FAIL: 01_memset_basic_pos 
	 DomU reported incorrect memory amount 59 MB

 FAIL: 03_memset_random_pos 
	 Expected 63 MB, domU reported 59 MB

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #3: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 974 bytes --]

Xm-test execution summary:
  PASS:  105
  FAIL:  10
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 Device is not actually connected to the domU

 FAIL: 02_block_attach_file_device_pos 
	 Device is not actually connected to the domU

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 13_create_multinic_pos 
	 (7 nics) Console didn't respond probably crashed!

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 /proc/cpuinfo says xend didn't enforce dom0_cpus (3 != 1)

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #4: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 506 bytes --]

Xm-test execution summary:
  PASS:  110
  FAIL:  5
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 13_create_multinic_pos 
	 (7 nics) Console didn't respond probably crashed!

 FAIL: 16_create_smallmem_neg 
	 Starting a console with 16 MB passed, expected test to fail

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #5: x335fc4pae.report --]
[-- Type: text/plain, Size: 900 bytes --]

Xm-test execution summary:
  PASS:  106
  FAIL:  9
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 Device is not actually connected to the domU

 FAIL: 02_block_attach_file_device_pos 
	 Device is not actually connected to the domU

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 13_create_multinic_pos 
	 (8 nics) Console didn't respond probably crashed!

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 /proc/cpuinfo says xend didn't enforce dom0_cpus (3 != 1)

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #6: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 816 bytes --]

Xm-test execution summary:
  PASS:  107
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 Device is not actually connected to the domU

 FAIL: 02_block_attach_file_device_pos 
	 Device is not actually connected to the domU

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 /proc/cpuinfo says xend didn't enforce dom0_cpus (3 != 1)

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #7: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-05-03 18:24 David F. Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F. Barrera @ 2006-05-03 18:24 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1571 bytes --]


May 3, 2006, using xen-unstable changeset:

changeset:   9914:3f69d30f697d
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Wed May  3 01:44:20 2006 +0100
summary:     Turn page-structure layout assertions into BUILD_BUG_ON().

x86_32 (no PAE support)

   * SLES 9 SP2 on IBM xSeries 235(512MB RAM)
   * Builds and boots without problems
   * Able to create fully functional guest domains
   * Ran xm-test on all boxes

   ISSUES:

x86_32 (PAE)

     * SLES 9 SP2 on xSeries 335 and HS20 Blade 8843and FC4 on IBM
     xSeries 335s            
     * Builds and boots without problems
     * Able to create fully functional guest domains
     * Ran xm-test on all boxes

   ISSUES:
     *  Bugzilla Bug 543 - domU: BUG: soft lockup detected on CPU#1!


x86_64 (SLES 9 SP2 IBM HS20 Blades 8843 41U)

   * Builds and boots without problems
   * Able to create fully functional guest domains
   * Ran xm-test on all boxes

   ISSUES:             


--XM-TEST Results--

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |  110 |    5 |     0 |     3 |
hs20.rhel4-x86_32pae |  110 |    5 |     0 |     3 |
     x235sles9nonpae |  111 |    4 |     0 |     3 |
          x335fc4pae |  111 |    4 |     0 |     3 |
    x335sles9_pae4gb |  110 |    5 |     0 |     3 |
-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                       Euripides



[-- Attachment #2: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 506 bytes --]

Xm-test execution summary:
  PASS:  110
  FAIL:  5
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 13_create_multinic_pos 
	 (8 nics) Console didn't respond probably crashed!

 FAIL: 16_create_smallmem_neg 
	 Starting a console with 16 MB passed, expected test to fail

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #3: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 495 bytes --]

Xm-test execution summary:
  PASS:  110
  FAIL:  5
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 16_create_smallmem_neg 
	 Starting a console with 16 MB passed, expected test to fail

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #4: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 422 bytes --]

Xm-test execution summary:
  PASS:  111
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 16_create_smallmem_neg 
	 Starting a console with 16 MB passed, expected test to fail

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #5: x335fc4pae.report --]
[-- Type: text/plain, Size: 422 bytes --]

Xm-test execution summary:
  PASS:  111
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 16_create_smallmem_neg 
	 Starting a console with 16 MB passed, expected test to fail

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #6: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 506 bytes --]

Xm-test execution summary:
  PASS:  110
  FAIL:  5
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 13_create_multinic_pos 
	 (9 nics) Console didn't respond probably crashed!

 FAIL: 16_create_smallmem_neg 
	 Starting a console with 16 MB passed, expected test to fail

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #7: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-05-02 19:52 David F. Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F. Barrera @ 2006-05-02 19:52 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1520 bytes --]

May 2, 2006, using xen-unstable changeset:

changeset:   9904:f6507937cb7c
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Tue May  2 03:12:39 2006 +0100
summary:     Fix x86/64 version of Mini-OS. It encompasses the following:

x86_32 (no PAE support)

   * SLES 9 SP2 on IBM xSeries 235(512MB RAM)
   * Builds and boots without problems
   * Able to create fully functional guest domains
   * Ran xm-test on all boxes

   ISSUES:

x86_32 (PAE)

     * SLES 9 SP2 on xSeries 335 and HS20 Blade 8843and FC4 on IBM
     xSeries 335s            
     * Builds and boots without problems
     * Able to create fully functional guest domains
     * Ran xm-test on all boxes

   ISSUES:
     *  Bugzilla Bug 543 - domU: BUG: soft lockup detected on CPU#1!


x86_64 (SLES 9 SP2 IBM HS20 Blades 8843 41U)

   * Builds and boots without problems
   * Able to create fully functional guest domains
   * Ran xm-test on all boxes

   ISSUES:             


--XM-TEST Results--

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |  111 |    4 |     0 |     3 |
hs20.rhel4-x86_32pae |  110 |    5 |     0 |     3 |
     x235sles9nonpae |  111 |    4 |     0 |     3 |
    x335sles9_pae4gb |  110 |    5 |     0 |     3 |

-- 

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                       Euripides



[-- Attachment #2: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 422 bytes --]

Xm-test execution summary:
  PASS:  111
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 16_create_smallmem_neg 
	 Starting a console with 16 MB passed, expected test to fail

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #3: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 495 bytes --]

Xm-test execution summary:
  PASS:  110
  FAIL:  5
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 16_create_smallmem_neg 
	 Starting a console with 16 MB passed, expected test to fail

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #4: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 422 bytes --]

Xm-test execution summary:
  PASS:  111
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 16_create_smallmem_neg 
	 Starting a console with 16 MB passed, expected test to fail

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #5: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 506 bytes --]

Xm-test execution summary:
  PASS:  110
  FAIL:  5
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 13_create_multinic_pos 
	 (8 nics) Console didn't respond probably crashed!

 FAIL: 16_create_smallmem_neg 
	 Starting a console with 16 MB passed, expected test to fail

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #6: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-05-01 18:20 David F. Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F. Barrera @ 2006-05-01 18:20 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1505 bytes --]

May 1, 2006, using xen-unstable changeset:

changeset:   9896:a19cc748469e
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Sun Apr 30 03:52:59 2006 +0100
summary:     Debugging Xend with XEND_DAEMONIZE set to False doesn't work as

x86_32 (no PAE support)

   * SLES 9 SP2 on IBM xSeries 235(512MB RAM)
   * Builds and boots without problems
   * Able to create fully functional guest domains
   * Ran xm-test on all boxes

   ISSUES:

x86_32 (PAE)

     * SLES 9 SP2 on xSeries 335 and HS20 Blade 8843and FC4 on IBM
     xSeries 335s            
     * Builds and boots without problems
     * Able to create fully functional guest domains
     * Ran xm-test on all boxes

   ISSUES:

x86_64 (SLES 9 SP2 IBM HS20 Blades 8843 41U)

   * Builds and boots without problems
   * Able to create fully functional guest domains
   * Ran xm-test on all boxes

   ISSUES:             


--XM-TEST Results--

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |  110 |    5 |     0 |     3 |
hs20.rhel4-x86_32pae |  110 |    5 |     0 |     3 |
     x235sles9nonpae |  111 |    4 |     0 |     3 |
          x335fc4pae |  111 |    4 |     0 |     3 |
    x335sles9_pae4gb |  110 |    5 |     0 |     3 |

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                       Euripides



[-- Attachment #2: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 506 bytes --]

Xm-test execution summary:
  PASS:  110
  FAIL:  5
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 13_create_multinic_pos 
	 (9 nics) Console didn't respond probably crashed!

 FAIL: 16_create_smallmem_neg 
	 Starting a console with 16 MB passed, expected test to fail

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #3: x335fc4pae.report --]
[-- Type: text/plain, Size: 422 bytes --]

Xm-test execution summary:
  PASS:  111
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 16_create_smallmem_neg 
	 Starting a console with 16 MB passed, expected test to fail

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #4: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 422 bytes --]

Xm-test execution summary:
  PASS:  111
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 16_create_smallmem_neg 
	 Starting a console with 16 MB passed, expected test to fail

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #5: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 495 bytes --]

Xm-test execution summary:
  PASS:  110
  FAIL:  5
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 16_create_smallmem_neg 
	 Starting a console with 16 MB passed, expected test to fail

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #6: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 506 bytes --]

Xm-test execution summary:
  PASS:  110
  FAIL:  5
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 13_create_multinic_pos 
	 (9 nics) Console didn't respond probably crashed!

 FAIL: 16_create_smallmem_neg 
	 Starting a console with 16 MB passed, expected test to fail

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #7: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-04-28 18:25 David F. Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F. Barrera @ 2006-04-28 18:25 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1571 bytes --]

April 28, 2006, using xen-unstable changeset:

changeset:   9872:e0d986fc0978
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Thu Apr 27 13:19:59 2006 +0100
summary:     Fix memory_op hypercall mlock/munlock wrapping after the

x86_32 (no PAE support)

   * SLES 9 SP2 on IBM xSeries 235(512MB RAM)
   * Builds and boots without problems
   * Able to create fully functional guest domains
   * Ran xm-test on all boxes

   ISSUES:

x86_32 (PAE)

     * SLES 9 SP2 on xSeries 335 and HS20 Blade 8843and FC4 on IBM
     xSeries 335s            
     * Builds and boots without problems
     * Able to create fully functional guest domains
     * Ran xm-test on all boxes

   ISSUES:
     *  Bugzilla Bug 543 - domU: BUG: soft lockup detected on CPU#1!


x86_64 (SLES 9 SP2 IBM HS20 Blades 8843 41U)

   * Builds and boots without problems
   * Able to create fully functional guest domains
   * Ran xm-test on all boxes

   ISSUES:             


--XM-TEST Results--

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |  110 |    5 |     0 |     3 |
hs20.rhel4-x86_32pae |  110 |    5 |     0 |     3 |
     x235sles9nonpae |  110 |    5 |     0 |     3 |
          x335fc4pae |  111 |    4 |     0 |     3 |
    x335sles9_pae4gb |  111 |    4 |     0 |     3 |

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                       Euripides



[-- Attachment #2: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 489 bytes --]

Xm-test execution summary:
  PASS:  110
  FAIL:  5
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 13_create_multinic_pos 
	 (9 nics) Failed to create domain

 FAIL: 16_create_smallmem_neg 
	 Starting a console with 16 MB passed, expected test to fail

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #3: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 495 bytes --]

Xm-test execution summary:
  PASS:  110
  FAIL:  5
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 16_create_smallmem_neg 
	 Starting a console with 16 MB passed, expected test to fail

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #4: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 506 bytes --]

Xm-test execution summary:
  PASS:  110
  FAIL:  5
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 13_create_multinic_pos 
	 (9 nics) Console didn't respond probably crashed!

 FAIL: 16_create_smallmem_neg 
	 Starting a console with 16 MB passed, expected test to fail

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #5: x335fc4pae.report --]
[-- Type: text/plain, Size: 422 bytes --]

Xm-test execution summary:
  PASS:  111
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 16_create_smallmem_neg 
	 Starting a console with 16 MB passed, expected test to fail

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #6: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 422 bytes --]

Xm-test execution summary:
  PASS:  111
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 16_create_smallmem_neg 
	 Starting a console with 16 MB passed, expected test to fail

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #7: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-04-27 18:33 David F. Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F. Barrera @ 2006-04-27 18:33 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1584 bytes --]

April 27, 2006, using xen-unstable changeset:

changeset:   9865:a898a6510c5d
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Thu Apr 27 03:56:21 2006 +0100
summary:     Occasionally large smp machines fail to reboot properly and die under

x86_32 (no PAE support)

   * SLES 9 SP2 on IBM xSeries 235(512MB RAM)
   * Builds and boots without problems
   * Able to create fully functional guest domains
   * Ran xm-test on all boxes

   ISSUES:

x86_32 (PAE)

     * SLES 9 SP2 on xSeries 335 and HS20 Blade 8843and FC4 on IBM
     xSeries 335s            
     * Builds and boots without problems
     * Able to create fully functional guest domains
     * Ran xm-test on all boxes

   ISSUES:
     *  Bugzilla Bug 543 - domU: BUG: soft lockup detected on CPU#1!


x86_64 (SLES 9 SP2 IBM HS20 Blades 8843 41U)

   * Builds and boots without problems
   * Able to create fully functional guest domains
   * Ran xm-test on all boxes

   ISSUES:             


--XM-TEST Results--

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |  110 |    5 |     0 |     3 |
hs20.rhel4-x86_32pae |  110 |    5 |     0 |     3 |
     x235sles9nonpae |  111 |    4 |     0 |     3 |
          x335fc4pae |  111 |    4 |     0 |     3 |
    x335sles9_pae4gb |  110 |    5 |     0 |     3 |

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                       Euripides



[-- Attachment #2: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 506 bytes --]

Xm-test execution summary:
  PASS:  110
  FAIL:  5
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 13_create_multinic_pos 
	 (8 nics) Console didn't respond probably crashed!

 FAIL: 16_create_smallmem_neg 
	 Starting a console with 16 MB passed, expected test to fail

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #3: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 495 bytes --]

Xm-test execution summary:
  PASS:  110
  FAIL:  5
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 16_create_smallmem_neg 
	 Starting a console with 16 MB passed, expected test to fail

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #4: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 422 bytes --]

Xm-test execution summary:
  PASS:  111
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 16_create_smallmem_neg 
	 Starting a console with 16 MB passed, expected test to fail

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #5: x335fc4pae.report --]
[-- Type: text/plain, Size: 422 bytes --]

Xm-test execution summary:
  PASS:  111
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 16_create_smallmem_neg 
	 Starting a console with 16 MB passed, expected test to fail

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #6: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 506 bytes --]

Xm-test execution summary:
  PASS:  110
  FAIL:  5
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 13_create_multinic_pos 
	 (7 nics) Console didn't respond probably crashed!

 FAIL: 16_create_smallmem_neg 
	 Starting a console with 16 MB passed, expected test to fail

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #7: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-04-26 18:23 David F. Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F. Barrera @ 2006-04-26 18:23 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1568 bytes --]

April 26, 2006, using xen-unstable changeset:

changeset:   9744:1ad06bd6832d
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Tue Apr 25 12:22:11 2006 +0100
summary:     Need a little more serialisation in pciback_do_op().

x86_32 (no PAE support)

   * SLES 9 SP2 on IBM xSeries 235(512MB RAM)
   * Builds and boots without problems
   * Able to create fully functional guest domains
   * Ran xm-test on all boxes

   ISSUES:

x86_32 (PAE)

     * SLES 9 SP2 on xSeries 335 and HS20 Blade 8843and FC4 on IBM
     xSeries 335s            
     * Builds and boots without problems
     * Able to create fully functional guest domains
     * Ran xm-test on all boxes

   ISSUES:
     *  Bugzilla Bug 543 - domU: BUG: soft lockup detected on CPU#1!


x86_64 (SLES 9 SP2 IBM HS20 Blades 8843 41U)

   * Builds and boots without problems
   * Able to create fully functional guest domains
   * Ran xm-test on all boxes

   ISSUES:             


--XM-TEST Results--

SUMMARY:

            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |  111 |    4 |     0 |     3 |
hs20.rhel4-x86_32pae |  110 |    5 |     0 |     3 |
     x235sles9nonpae |  111 |    4 |     0 |     3 |
          x335fc4pae |  111 |    4 |     0 |     3 |
    x335sles9_pae4gb |  110 |    5 |     0 |     3 |

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                       Euripides



[-- Attachment #2: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 422 bytes --]

Xm-test execution summary:
  PASS:  111
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 16_create_smallmem_neg 
	 Starting a console with 16 MB passed, expected test to fail

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #3: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 495 bytes --]

Xm-test execution summary:
  PASS:  110
  FAIL:  5
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 16_create_smallmem_neg 
	 Starting a console with 16 MB passed, expected test to fail

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #4: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 422 bytes --]

Xm-test execution summary:
  PASS:  111
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 16_create_smallmem_neg 
	 Starting a console with 16 MB passed, expected test to fail

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #5: x335fc4pae.report --]
[-- Type: text/plain, Size: 422 bytes --]

Xm-test execution summary:
  PASS:  111
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 16_create_smallmem_neg 
	 Starting a console with 16 MB passed, expected test to fail

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #6: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 506 bytes --]

Xm-test execution summary:
  PASS:  110
  FAIL:  5
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 13_create_multinic_pos 
	 (9 nics) Console didn't respond probably crashed!

 FAIL: 16_create_smallmem_neg 
	 Starting a console with 16 MB passed, expected test to fail

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #7: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-04-25 18:39 David F. Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F. Barrera @ 2006-04-25 18:39 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1585 bytes --]


April 25, 2006,  using xen-unstable changeset:

changeset:   9738:16bdb9ecb329
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Tue Apr 25 03:02:53 2006 +0100
summary:     Add a return statement to the non-Xen version of skb_checksum_setup.

x86_32 (no PAE support)

   * SLES 9 SP2 on IBM xSeries 235(512MB RAM)
   * Builds and boots without problems
   * Able to create fully functional guest domains
   * Ran xm-test on all boxes

   ISSUES:

x86_32 (PAE)

     * SLES 9 SP2 on xSeries 335 and HS20 Blade 8843and FC4 on IBM
     xSeries 335s            
     * Builds and boots without problems
     * Able to create fully functional guest domains
     * Ran xm-test on all boxes

   ISSUES:
     *  Bugzilla Bug 543 - domU: BUG: soft lockup detected on CPU#1!


x86_64 (SLES 9 SP2 IBM HS20 Blades 8843 41U)

   * Builds and boots without problems
   * Able to create fully functional guest domains
   * Ran xm-test on all boxes

   ISSUES:             


--XM-TEST Results--

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |  111 |    4 |     0 |     3 |
hs20.rhel4-x86_32pae |  110 |    5 |     0 |     3 |
     x235sles9nonpae |  111 |    4 |     0 |     3 |
          x335fc4pae |  111 |    4 |     0 |     3 |
    x335sles9_pae4gb |  110 |    5 |     0 |     3 |

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                       Euripides



[-- Attachment #2: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 422 bytes --]

Xm-test execution summary:
  PASS:  111
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 16_create_smallmem_neg 
	 Starting a console with 16 MB passed, expected test to fail

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #3: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 495 bytes --]

Xm-test execution summary:
  PASS:  110
  FAIL:  5
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 16_create_smallmem_neg 
	 Starting a console with 16 MB passed, expected test to fail

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #4: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 422 bytes --]

Xm-test execution summary:
  PASS:  111
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 16_create_smallmem_neg 
	 Starting a console with 16 MB passed, expected test to fail

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #5: x335fc4pae.report --]
[-- Type: text/plain, Size: 422 bytes --]

Xm-test execution summary:
  PASS:  111
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 16_create_smallmem_neg 
	 Starting a console with 16 MB passed, expected test to fail

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #6: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 489 bytes --]

Xm-test execution summary:
  PASS:  110
  FAIL:  5
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 13_create_multinic_pos 
	 (9 nics) Failed to create domain

 FAIL: 16_create_smallmem_neg 
	 Starting a console with 16 MB passed, expected test to fail

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #7: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-04-24 17:53 David F. Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F. Barrera @ 2006-04-24 17:53 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1495 bytes --]

April 24, 2006,  using xen-unstable changeset:

changeset:   9734:ea6c5cf58588
tag:         tip
user:        cl349@firebug.cl.cam.ac.uk
date:        Mon Apr 24 05:21:16 2006 +0100
summary:     Restore default KERNELS list.


x86_32 (no PAE support)

    * SLES 9 SP2 on IBM xSeries 235(512MB RAM)
    * Builds and boots without problems
    * Able to create fully functional guest domains
    * Ran xm-test on all boxes

    ISSUES:

x86_32 (PAE)

      * SLES 9 SP2 on xSeries 335 and HS20 Blade 8843and FC4 on IBM
      xSeries 335s            
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

    ISSUES:


x86_64 (SLES 9 SP2 IBM HS20 Blades 8843 41U)

    * Builds and boots without problems
    * Able to create fully functional guest domains
    * Ran xm-test on all boxes

    ISSUES:             

--XM-TEST Results--

SUMMARY:

             Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |  110 |    5 |     0 |     3 |
hs20.rhel4-x86_32pae |  110 |    5 |     0 |     3 |
     x235sles9nonpae |  111 |    4 |     0 |     3 |
          x335fc4pae |  111 |    4 |     0 |     3 |
    x335sles9_pae4gb |  111 |    4 |     0 |     3 |


-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                       Euripides




[-- Attachment #2: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 506 bytes --]

Xm-test execution summary:
  PASS:  110
  FAIL:  5
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 13_create_multinic_pos 
	 (7 nics) Console didn't respond probably crashed!

 FAIL: 16_create_smallmem_neg 
	 Starting a console with 16 MB passed, expected test to fail

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #3: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 495 bytes --]

Xm-test execution summary:
  PASS:  110
  FAIL:  5
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 16_create_smallmem_neg 
	 Starting a console with 16 MB passed, expected test to fail

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #4: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 422 bytes --]

Xm-test execution summary:
  PASS:  111
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 16_create_smallmem_neg 
	 Starting a console with 16 MB passed, expected test to fail

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #5: x335fc4pae.report --]
[-- Type: text/plain, Size: 422 bytes --]

Xm-test execution summary:
  PASS:  111
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 16_create_smallmem_neg 
	 Starting a console with 16 MB passed, expected test to fail

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #6: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 422 bytes --]

Xm-test execution summary:
  PASS:  111
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 16_create_smallmem_neg 
	 Starting a console with 16 MB passed, expected test to fail

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #7: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-04-20 20:49 David F. Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F. Barrera @ 2006-04-20 20:49 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1306 bytes --]

April 20, 2006, using xen-unstable changeset:

changeset:   9671:72f9c751d3ea
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Wed Apr 19 12:32:20 2006 +0100
summary:     Replace &foo[0] with foo where the latter see

x86_32 (no PAE support)

  * SLES 9 SP2 on IBM xSeries 235(512MB RAM)
  * Builds and boots without problems
  * Able to create fully functional guest domains
  * Ran xm-test on all boxes

ISSUES:

x86_32 (PAE)

  * RHEL 4 on IBM HS20 Blade 8843           
  * Builds and boots without problems
  * Able to create fully functional guest domains
  * Ran xm-test on all boxes

ISSUES:


x86_64 (SLES 9 SP2 IBM HS20 Blade 8843 41U)

  * Builds and boots without problems
  * Able to create fully functional guest domains
  * Ran xm-test on all boxes

ISSUES:      
       
--XM-TEST Results--

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |  104 |    9 |     0 |     3 |
hs20.rhel4-x86_32pae |  108 |    6 |     0 |     3 |
          x335fc4pae |  109 |    5 |     0 |     3 |

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                       Euripides



[-- Attachment #2: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 891 bytes --]

Xm-test execution summary:
  PASS:  104
  FAIL:  9
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 Device is not actually connected to the domU

 FAIL: 02_block_attach_file_device_pos 
	 Device is not actually connected to the domU

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 /proc/cpuinfo says xend didn't enforce dom0_cpus (3 != 1)

 FAIL: 01_memset_basic_pos 
	 DomU reported incorrect memory amount 59 MB

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #3: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 597 bytes --]

Xm-test execution summary:
  PASS:  108
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 /proc/cpuinfo says xend didn't enforce dom0_cpus (3 != 1)

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #4: x335fc4pae.report --]
[-- Type: text/plain, Size: 524 bytes --]

Xm-test execution summary:
  PASS:  109
  FAIL:  5
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 /proc/cpuinfo says xend didn't enforce dom0_cpus (3 != 1)

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #5: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-04-18 16:57 David F. Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F. Barrera @ 2006-04-18 16:57 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1529 bytes --]

April 18, 2006, using xen-unstable changeset:

(Same changeset as yesterday)

changeset:   9668:c4eead8a925b
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Sun Apr 16 09:41:31 2006 +0100
summary:     Only BSP can really do clear_all_shadow_status.

x86_32 (no PAE support)

  * SLES 9 SP2 on IBM xSeries 235(512MB RAM)
  * Builds and boots without problems
  * Able to create fully functional guest domains
  * Ran xm-test on all boxes

ISSUES:

x86_32 (PAE)

  * SLES 9 SP2 on x335, Blade 8843 and FC4 on x335            
  * Builds and boots without problems
  * Able to create fully functional guest domains
  * Ran xm-test on all boxes

ISSUES:
  *  Bugzilla Bug 543 - domU: BUG: soft lockup detected on CPU#1!

x86_64 (SLES 9 SP2 IBM HS20 Blades 8843 41U)

  * Builds and boots without problems
  * Able to create fully functional guest domains
  * Ran xm-test on all boxes

ISSUES:      
       
--XM-TEST Results--

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |  110 |    4 |     0 |     3 |
hs20.rhel4-x86_32pae |  110 |    4 |     0 |     3 |
     x235sles9nonpae |  111 |    3 |     0 |     3 |
          x335fc4pae |  110 |    4 |     0 |     3 |
    x335sles9_pae4gb |  110 |    4 |     0 |     3 |

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                       Euripides



[-- Attachment #2: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 412 bytes --]

Xm-test execution summary:
  PASS:  110
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 13_create_multinic_pos 
	 (9 nics) Console didn't respond probably crashed!

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #3: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 401 bytes --]

Xm-test execution summary:
  PASS:  110
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #4: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 328 bytes --]

Xm-test execution summary:
  PASS:  111
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #5: x335fc4pae.report --]
[-- Type: text/plain, Size: 414 bytes --]

Xm-test execution summary:
  PASS:  110
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1500 1505 4096 65507.

 FAIL: 01_vcpu-pin_basic_pos 
	 xm vcpu-pin returned invalid 256 != 0


[-- Attachment #6: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 411 bytes --]

Xm-test execution summary:
  PASS:  110
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 13_network_domU_udp_pos 
	 UDP hping2 failed for size 1440 1500 1505 4096.


[-- Attachment #7: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-04-17 18:36 David F. Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F. Barrera @ 2006-04-17 18:36 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1380 bytes --]


April 17, 2006, using xen-unstable changeset:

changeset:   9668:c4eead8a925b
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Sun Apr 16 09:41:31 2006 +0100
summary:     Only BSP can really do clear_all_shadow_status.

x86_32 (no PAE support)

  * SLES 9 SP2 on IBM xSeries 235(512MB RAM)
  * Builds and boots without problems
  * Able to create fully functional guest domains
  * Ran xm-test on all boxes

ISSUES:

x86_32 (PAE)

  * SLES 9 SP2 on x335, Blade 8843 and FC4 on x335            
  * Builds and boots without problems
  * Able to create fully functional guest domains
  * Ran xm-test on all boxes

ISSUES:

x86_64 (SLES 9 SP2 IBM HS20 Blades 8843 41U)

  * Builds and boots without problems
  * Able to create fully functional guest domains
  * Ran xm-test on all boxes

ISSUES:      
       
--XM-TEST Results--

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |  110 |    4 |     0 |     3 |
hs20.rhel4-x86_32pae |  109 |    5 |     0 |     3 |
     x235sles9nonpae |  110 |    4 |     0 |     3 |
          x335fc4pae |  110 |    4 |     0 |     3 |

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                       Euripides



[-- Attachment #2: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 412 bytes --]

Xm-test execution summary:
  PASS:  110
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 13_create_multinic_pos 
	 (9 nics) Console didn't respond probably crashed!

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #3: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 485 bytes --]

Xm-test execution summary:
  PASS:  109
  FAIL:  5
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 13_create_multinic_pos 
	 (9 nics) Console didn't respond probably crashed!

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #4: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 412 bytes --]

Xm-test execution summary:
  PASS:  110
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 13_create_multinic_pos 
	 (9 nics) Console didn't respond probably crashed!

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #5: x335fc4pae.report --]
[-- Type: text/plain, Size: 399 bytes --]

Xm-test execution summary:
  PASS:  110
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 01_vcpu-pin_basic_pos 
	 xm vcpu-pin returned invalid 256 != 0


[-- Attachment #6: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 328 bytes --]

Xm-test execution summary:
  PASS:  111
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #7: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-04-13 17:43 David F. Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F. Barrera @ 2006-04-13 17:43 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1530 bytes --]

April 13, 2006, using xen-unstable changeset:

changeset:   9623:268f2b85f313
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Thu Apr 13 04:10:19 2006 +0100
summary:     Use copy_from_user when accessing linear page table in shadow_fault().

x86_32 (no PAE support)

 * SLES 9 SP2 on IBM xSeries 235(512MB RAM)
 * Builds and boots without problems
 * Able to create fully functional guest domains
 * Ran xm-test on all boxes

 ISSUES:

x86_32 (PAE)

   * SLES 9 SP2 on x335, Blade 8843 and FC4 on x335            
   * Builds and boots without problems
   * Able to create fully functional guest domains
   * Ran xm-test on all boxes

 ISSUES:

   *  Bugzilla Bug 543 - domU: BUG: soft lockup detected on CPU#1!

x86_64 (SLES 9 SP2 IBM HS20 Blades 8843 41U)

   * Builds and boots without problems
   * Able to create fully functional guest domains
   * Ran xm-test on all boxes

ISSUES:      
        
--XM-TEST Results--

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |  110 |    4 |     0 |     3 |
hs20.rhel4-x86_32pae |  110 |    4 |     0 |     3 |
     x235sles9nonpae |  110 |    4 |     0 |     3 |
          x335fc4pae |  110 |    4 |     0 |     3 |
    x335sles9_pae4gb |  110 |    4 |     0 |     3 |


-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                       Euripides



[-- Attachment #2: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 412 bytes --]

Xm-test execution summary:
  PASS:  110
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 13_create_multinic_pos 
	 (9 nics) Console didn't respond probably crashed!

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #3: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 401 bytes --]

Xm-test execution summary:
  PASS:  110
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #4: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 412 bytes --]

Xm-test execution summary:
  PASS:  110
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 13_create_multinic_pos 
	 (9 nics) Console didn't respond probably crashed!

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #5: x335fc4pae.report --]
[-- Type: text/plain, Size: 399 bytes --]

Xm-test execution summary:
  PASS:  110
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 01_vcpu-pin_basic_pos 
	 xm vcpu-pin returned invalid 256 != 0


[-- Attachment #6: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 412 bytes --]

Xm-test execution summary:
  PASS:  110
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 13_create_multinic_pos 
	 (8 nics) Console didn't respond probably crashed!

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #7: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-04-12 19:28 David F. Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F. Barrera @ 2006-04-12 19:28 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1533 bytes --]

April 12, 2006,  using xen-unstable changeset:

changeset:   9621:edefe24d78bd
tag:         tip
parent:      9620:7ad21a787d3f
parent:      9619:4d4b41264b84
user:        emellor@leeni.uk.xensource.com
date:        Tue Apr 11 06:51:48 2006 +0100
summary:     Merged.

x86_32 (no PAE support)

 * SLES 9 SP2 on IBM xSeries 235(512MB RAM)
 * Builds and boots without problems
 * Able to create fully functional guest domains
 * Ran xm-test on all boxes

 ISSUES:

x86_32 (PAE)

   * SLES 9 SP2 on x335, Blade 8843 and FC4 on x335            
   * Builds and boots without problems
   * Able to create fully functional guest domains
   * Ran xm-test on all boxes

 ISSUES:

   *  Bugzilla Bug 543 - domU: BUG: soft lockup detected on CPU#1!

x86_64 (SLES 9 SP2 IBM HS20 Blades 8843 41U)

   * Builds and boots without problems
   * Able to create fully functional guest domains
   * Ran xm-test on all boxes

ISSUES:      
        
--XM-TEST Results--

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |  109 |    5 |     0 |     3 |
hs20.rhel4-x86_32pae |  110 |    4 |     0 |     3 |
     x235sles9nonpae |  110 |    4 |     0 |     3 |
          x335fc4pae |  110 |    4 |     0 |     3 |
    x335sles9_pae4gb |  110 |    4 |     0 |     3 |

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                       Euripides



[-- Attachment #2: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 498 bytes --]

Xm-test execution summary:
  PASS:  109
  FAIL:  5
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 13_create_multinic_pos 
	 (6 nics) Console didn't respond probably crashed!

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

 FAIL: 07_network_dom0_udp_pos 
	 UDP hping2 to dom0 failed for size 1500 1505 4096.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #3: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 401 bytes --]

Xm-test execution summary:
  PASS:  110
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #4: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 412 bytes --]

Xm-test execution summary:
  PASS:  110
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 13_create_multinic_pos 
	 (8 nics) Console didn't respond probably crashed!

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #5: x335fc4pae.report --]
[-- Type: text/plain, Size: 399 bytes --]

Xm-test execution summary:
  PASS:  110
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 01_vcpu-pin_basic_pos 
	 xm vcpu-pin returned invalid 256 != 0


[-- Attachment #6: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 412 bytes --]

Xm-test execution summary:
  PASS:  110
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 13_create_multinic_pos 
	 (9 nics) Console didn't respond probably crashed!

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #7: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-04-11 19:02 David F. Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F. Barrera @ 2006-04-11 19:02 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1464 bytes --]

April 11, 2006,  using xen-unstable changeset:

changeset:   9616:c783f340bef8
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Tue Apr 11 03:58:04 2006 +0100
summary:     Remove some bogus .PHONY Makefile declarations.

x86_32 (no PAE support)

  * SLES 9 SP2 on IBM xSeries 235(512MB RAM)
  * Builds and boots without problems
  * Able to create fully functional guest domains
  * Ran xm-test on all boxes

  ISSUES:

x86_32 (PAE)

    * SLES 9 SP2 on x335, Blade 8843 and FC4 on x335            
    * Builds and boots without problems
    * Able to create fully functional guest domains
    * Ran xm-test on all boxes

  ISSUES:
    *  Bugzilla Bug 543 - domU: BUG: soft lockup detected on CPU#1!

x86_64 (SLES 9 SP2 IBM HS20 Blades 8843 41U)

  * Builds and boots without problems
  * Able to create fully functional guest domains
  * Ran xm-test on all boxes

  ISSUES:      
         
--XM-TEST Results--
SUMMARY:

            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |  110 |    4 |     0 |     3 |
     x235sles9nonpae |  111 |    3 |     0 |     3 |
          x335fc4pae |  110 |    4 |     0 |     3 |
    x335sles9_pae4gb |  111 |    3 |     0 |     3 |

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                       Euripides



[-- Attachment #2: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 395 bytes --]

Xm-test execution summary:
  PASS:  110
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 13_create_multinic_pos 
	 (8 nics) Failed to create domain

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #3: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 328 bytes --]

Xm-test execution summary:
  PASS:  111
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #4: x335fc4pae.report --]
[-- Type: text/plain, Size: 399 bytes --]

Xm-test execution summary:
  PASS:  110
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 01_vcpu-pin_basic_pos 
	 xm vcpu-pin returned invalid 256 != 0


[-- Attachment #5: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 328 bytes --]

Xm-test execution summary:
  PASS:  111
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #6: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-04-10 20:53 David F. Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F. Barrera @ 2006-04-10 20:53 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1550 bytes --]

April 10, 2006,  using xen-unstable changeset:

changeset:   9592:1c03c45d0c06
tag:         tip
user:        ack@kneesa.uk.xensource.com
date:        Mon Apr 10 04:57:38 2006 +0100
summary:     fix x86_32 default linux builds

x86_32 (no PAE support)

   * SLES 9 SP2 on IBM xSeries 235(512MB RAM)
   * Builds and boots without problems
   * Able to create fully functional guest domains
   * Ran xm-test on all boxes

   ISSUES:

x86_32 (PAE)

     * SLES 9 SP2 on xSeries 335 and HS20 Blade 8843and FC4 on IBM
     xSeries 335s                 * Builds and boots without problems
     * Able to create fully functional guest domains
     * Ran xm-test on all boxes

   ISSUES:
     *  Bugzilla Bug 543 - domU: BUG: soft lockup detected on CPU#1!

x86_64 (SLES 9 SP2 IBM HS20 Blades 8843 41U)

   * Builds and boots without problems
   * Able to create fully functional guest domains
   * Ran xm-test on all boxes

   ISSUES:                 

--XM-TEST Results--

SUMMARY:

            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |  111 |    3 |     0 |     3 |
hs20.rhel4-x86_32pae |  110 |    4 |     0 |     3 |
     x235sles9nonpae |  111 |    3 |     0 |     3 |
          x335fc4pae |  110 |    4 |     0 |     3 |
    x335sles9_pae4gb |  111 |    3 |     0 |     3 |

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                       Euripides



[-- Attachment #2: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 328 bytes --]

Xm-test execution summary:
  PASS:  111
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #3: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 401 bytes --]

Xm-test execution summary:
  PASS:  110
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #4: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 328 bytes --]

Xm-test execution summary:
  PASS:  111
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #5: x335fc4pae.report --]
[-- Type: text/plain, Size: 399 bytes --]

Xm-test execution summary:
  PASS:  110
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 01_vcpu-pin_basic_pos 
	 xm vcpu-pin returned invalid 256 != 0


[-- Attachment #6: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 328 bytes --]

Xm-test execution summary:
  PASS:  111
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #7: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-03-31 22:12 David F. Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F. Barrera @ 2006-03-31 22:12 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1746 bytes --]

March 31, 2006,  using xen-unstable changeset:

changeset:   9499:3838105ab03b
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Fri Mar 31 05:03:42 2006 +0100
summary:     Various softirq cleanups:

x86_32 (no PAE support)

    * SLES 9 SP2 on IBM xSeries 235(512MB RAM)
    * Builds and boots without problems
    * Able to create fully functional guest domains
    * Ran xm-test on all boxes

    ISSUES:

x86_32 (PAE)

      * SLES 9 SP2 on xSeries 335 and HS20 Blade 8843and FC4 on IBM
      xSeries 335s            
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

    ISSUES:
      *  Bugzilla Bug 543 - domU: BUG: soft lockup detected on CPU#1!

x86_64 (SLES 9 SP2 IBM HS20 Blades 8843 41U)

    * Builds and boots without problems
    * Able to create fully functional guest domains
    * Ran xm-test on all boxes

    ISSUES:             
       * Bugzilla Bug 552    xm-test FAIL 01_migrate_localhost_pos...
       * Bugzilla Bug 563    Unable to handle kernel NULL pointer
      dereference at 0000000000000000 RIP:
             --XM-TEST Results--

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |  108 |    6 |     0 |     3 |
hs20.rhel4-x86_32pae |  110 |    4 |     0 |     3 |
     x235sles9nonpae |  111 |    3 |     0 |     3 |
          x335fc4pae |  109 |    5 |     0 |     3 |
    x335sles9_pae4gb |  109 |    5 |     0 |     3 |

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                       Euripides



[-- Attachment #2: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 534 bytes --]

Xm-test execution summary:
  PASS:  108
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_migrate_localhost_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console


[-- Attachment #3: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 401 bytes --]

Xm-test execution summary:
  PASS:  110
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #4: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 328 bytes --]

Xm-test execution summary:
  PASS:  111
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #5: x335fc4pae.report --]
[-- Type: text/plain, Size: 477 bytes --]

Xm-test execution summary:
  PASS:  109
  FAIL:  5
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 64 512.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 01_vcpu-pin_basic_pos 
	 xm vcpu-pin returned invalid 256 != 0


[-- Attachment #6: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 454 bytes --]

Xm-test execution summary:
  PASS:  109
  FAIL:  5
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 13_create_multinic_pos 
	 (9 nics) Failed to create domain

 FAIL: 14_create_blockroot_pos 
	 Failed to create domain

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #7: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-03-30 21:23 David F. Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F. Barrera @ 2006-03-30 21:23 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1665 bytes --]

March 30, 2006,  using xen-unstable changeset:

changeset:   9475:7c994d80049c
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Thu Mar 30 04:38:56 2006 +0100
summary:     Fix xenconsoled when sending lots of console data to a domU.

x86_32 (no PAE support)

     * SLES 9 SP2 on IBM xSeries 235(512MB RAM)
     * Builds and boots without problems
     * Able to create fully functional guest domains
     * Ran xm-test on all boxes

     ISSUES: 

x86_32 (PAE)

       * SLES 9 SP2 on xSeries 335 and HS20 Blade 8843and FC4 on IBM
       xSeries 335s       
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes

     ISSUES:

x86_64 (SLES 9 SP2 IBM HS20 Blades 8843 41U)

     * Builds and boots without problems
     * Able to create fully functional guest domains
     * Ran xm-test on all boxes

     ISSUES:       
        * Bugzilla Bug 552    xm-test FAIL 01_migrate_localhost_pos...
        * Bugzilla Bug 563    Unable to handle kernel NULL pointer
       dereference at 0000000000000000 RIP:
              
 --XM-TEST Results--

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |  107 |    7 |     0 |     3 |
     x235sles9nonpae |  109 |    5 |     0 |     3 |
          x335fc4pae |  110 |    4 |     0 |     3 |
    x335sles9_pae4gb |  110 |    4 |     0 |     3 |

Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                       Euripides



[-- Attachment #2: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 605 bytes --]

Xm-test execution summary:
  PASS:  107
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_migrate_localhost_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_vcpu-pin_basic_pos 
	 xm vcpu-pin returned invalid 256 != 0


[-- Attachment #3: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 527 bytes --]

Xm-test execution summary:
  PASS:  109
  FAIL:  5
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 01_vcpu-pin_basic_pos 
	 xm vcpu-pin returned invalid 256 != 0


[-- Attachment #4: x335fc4pae.report --]
[-- Type: text/plain, Size: 399 bytes --]

Xm-test execution summary:
  PASS:  110
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 01_vcpu-pin_basic_pos 
	 xm vcpu-pin returned invalid 256 != 0


[-- Attachment #5: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 399 bytes --]

Xm-test execution summary:
  PASS:  110
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 01_vcpu-pin_basic_pos 
	 xm vcpu-pin returned invalid 256 != 0


[-- Attachment #6: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-03-29 19:25 David F. Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F. Barrera @ 2006-03-29 19:25 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1655 bytes --]

March 29, 2006,  using xen-unstable changeset:

changeset:   9460:e84b1185013f
tag:         tip
user:        cl349@firebug.cl.cam.ac.uk
date:        Wed Mar 29 03:46:36 2006 +0100
summary:     Initialise p2m entries to INVALID_MFN and disable debug printk in pfn to mfn lookup.

x86_32 (no PAE support)

      * SLES 9 SP2 on IBM xSeries 235(512MB RAM)
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES:  

x86_32 (PAE)

        * SLES 9 SP2 on xSeries 335 and HS20 Blade 8843and FC4 on IBM
        xSeries 335s 
        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Ran xm-test on all boxes

      ISSUES:

         
x86_64 (SLES 9 SP2 IBM HS20 Blades 8843 41U)

      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES: 
        * Bugzilla Bug 552    xm-test FAIL 01_migrate_localhost_pos...
        * Bugzilla Bug 563    Unable to handle kernel NULL pointer
        dereference at 0000000000000000 RIP:
               
   
--XM-TEST Results--

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
hs20.rhel4-x86_32pae |  109 |    5 |     0 |     3 |
     x235sles9nonpae |  110 |    4 |     0 |     3 |
          x335fc4pae |  110 |    4 |     0 |     3 |
    x335sles9_pae4gb |  110 |    4 |     0 |     3 |

-- Regards, David F Barrera Linux Technology Center Systems and 
Technology Group, IBM "The wisest men follow their own direction. " 
Euripides


[-- Attachment #2: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 472 bytes --]

Xm-test execution summary:
  PASS:  109
  FAIL:  5
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 01_vcpu-pin_basic_pos 
	 xm vcpu-pin returned invalid 256 != 0


[-- Attachment #3: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 399 bytes --]

Xm-test execution summary:
  PASS:  110
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 01_vcpu-pin_basic_pos 
	 xm vcpu-pin returned invalid 256 != 0


[-- Attachment #4: x335fc4pae.report --]
[-- Type: text/plain, Size: 399 bytes --]

Xm-test execution summary:
  PASS:  110
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 01_vcpu-pin_basic_pos 
	 xm vcpu-pin returned invalid 256 != 0


[-- Attachment #5: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 399 bytes --]

Xm-test execution summary:
  PASS:  110
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 01_vcpu-pin_basic_pos 
	 xm vcpu-pin returned invalid 256 != 0


[-- Attachment #6: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-03-28 18:34 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-03-28 18:34 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1919 bytes --]

March 28, 2006,  using xen-unstable changeset:

changeset:   9446:2604abf98ede
tag:         tip
user:        cl349@firebug.cl.cam.ac.uk
date:        Tue Mar 28 03:09:44 2006 +0100
summary:     Remove special handling of {set,clear}_in_cr4().

x86_32 (no PAE support)

      * SLES 9 SP2 on IBM xSeries 235(512MB RAM)
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES:  

x86_32 (PAE)

        * SLES 9 SP2 on xSeries 335 and HS20 Blade 8843and FC4 on IBM
        xSeries 335s 
        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Ran xm-test on all boxes

      ISSUES:
        * Bugzilla Bug 543 - domU: BUG: soft lockup detected on CPU#1! 

         
x86_64 (SLES 9 SP2 IBM HS20 Blades 8843 41U)

      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES: 
        * Bugzilla Bug 552    xm-test FAIL 01_migrate_localhost_pos...
        * Bugzilla Bug 563    Unable to handle kernel NULL pointer
        dereference at 0000000000000000 RIP:
        * Bugzilla Bug 578    xmtest block tests fail because they are
        unable to verify with /proc/partitions
                
   
--XM-TEST Results--

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |  103 |   11 |     0 |     3 |
hs20.rhel4-x86_32pae |  107 |    7 |     0 |     3 |
     x235sles9nonpae |  108 |    6 |     0 |     3 |
          x335fc4pae |  107 |    7 |     0 |     3 |
    x335sles9_pae4gb |  108 |    6 |     0 |     3 |

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 941 bytes --]

Xm-test execution summary:
  PASS:  103
  FAIL:  11
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_block-destroy_rtblock_pos 
	 Failed to verify that block dev is attached

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 03_block-list_anotherbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 14_create_blockroot_pos 
	 [Errno 5] Input/output error

 FAIL: 01_migrate_localhost_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_vcpu-pin_basic_pos 
	 xm vcpu-pin returned invalid 256 != 0


[-- Attachment #3: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 659 bytes --]

Xm-test execution summary:
  PASS:  107
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 03_block-list_anotherbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 01_vcpu-pin_basic_pos 
	 xm vcpu-pin returned invalid 256 != 0


[-- Attachment #4: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 586 bytes --]

Xm-test execution summary:
  PASS:  108
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 03_block-list_anotherbd_pos 
	 Failed to verify that block dev is attached on DomainU

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 01_vcpu-pin_basic_pos 
	 xm vcpu-pin returned invalid 256 != 0


[-- Attachment #5: x335fc4pae.report --]
[-- Type: text/plain, Size: 714 bytes --]

Xm-test execution summary:
  PASS:  107
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 03_block-list_anotherbd_pos 
	 Failed to verify that block dev is attached on DomainU

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 01_vcpu-pin_basic_pos 
	 xm vcpu-pin returned invalid 256 != 0


[-- Attachment #6: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 586 bytes --]

Xm-test execution summary:
  PASS:  108
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 03_block-list_anotherbd_pos 
	 Failed to verify that block dev is attached on DomainU

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 01_vcpu-pin_basic_pos 
	 xm vcpu-pin returned invalid 256 != 0


[-- Attachment #7: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-03-24 16:15 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-03-24 16:15 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1900 bytes --]

March 24, 2006,  using xen-unstable changeset:

changeset:   9426:8c21c8ea5fff
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Fri Mar 24 03:47:48 2006 +0100
summary:     Fix mini-os xenbus.


x86_32 (no PAE support)

      * SLES 9 SP2 on IBM xSeries 235(512MB RAM)
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES:  

x86_32 (PAE)

      * SLES 9 SP2 and FC4 on IBM xSeries 335s 
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES:
        * Bugzilla Bug 543 - domU: BUG: soft lockup detected on CPU#1! 
	>>>Not seen today but keeping open as unresolved
         
x86_64 (SLES 9 SP2 32-bit on IBM HS20 Blades 8843 41U)

      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES: 
        * Bugzilla Bug 552    xm-test FAIL 01_migrate_localhost_pos...
        * Bugzilla Bug 563    Unable to handle kernel NULL pointer
        dereference at 0000000000000000 RIP:
        * Bugzilla Bug 578    xmtest block tests fail because they are
        unable to verify with /proc/partitions
                
   
--XM-TEST Results--

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |  105 |    9 |     0 |     3 |
hs20.rhel4-x86_32pae |  107 |    7 |     0 |     3 |
     x235sles9nonpae |  108 |    6 |     0 |     3 |
          x335fc4pae |  107 |    7 |     0 |     3 |
    x335sles9_pae4gb |  107 |    7 |     0 |     3 |

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: x335fc4pae.report --]
[-- Type: text/plain, Size: 714 bytes --]

Xm-test execution summary:
  PASS:  107
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 03_block-list_anotherbd_pos 
	 Failed to verify that block dev is attached on DomainU

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 01_vcpu-pin_basic_pos 
	 xm vcpu-pin returned invalid 256 != 0


[-- Attachment #3: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 586 bytes --]

Xm-test execution summary:
  PASS:  108
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 03_block-list_anotherbd_pos 
	 Failed to verify that block dev is attached on DomainU

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 01_vcpu-pin_basic_pos 
	 xm vcpu-pin returned invalid 256 != 0


[-- Attachment #4: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 714 bytes --]

Xm-test execution summary:
  PASS:  107
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 03_block-list_anotherbd_pos 
	 Failed to verify that block dev is attached on DomainU

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 01_vcpu-pin_basic_pos 
	 xm vcpu-pin returned invalid 256 != 0


[-- Attachment #5: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 788 bytes --]

Xm-test execution summary:
  PASS:  105
  FAIL:  9
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 03_block-list_anotherbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 01_migrate_localhost_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Unable to mount /dev/hda1

 FAIL: 01_vcpu-pin_basic_pos 
	 xm vcpu-pin returned invalid 256 != 0


[-- Attachment #6: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 659 bytes --]

Xm-test execution summary:
  PASS:  107
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 03_block-list_anotherbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 01_vcpu-pin_basic_pos 
	 xm vcpu-pin returned invalid 256 != 0


[-- Attachment #7: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-03-23 19:26 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-03-23 19:26 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1900 bytes --]

March 23, 2006,  using xen-unstable changeset:

changeset:   9401:2c77d26871f7
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Thu Mar 23 03:58:39 2006 +0100
summary:     Fix a Linux bug in the driver core in regards to the bind
sysfs driver

x86_32 (no PAE support)

      * SLES 9 SP2 on IBM xSeries 235(512MB RAM)
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES:  

x86_32 (PAE)

      * SLES 9 SP2 and FC4 on IBM xSeries 335s 
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES:
        * Bugzilla Bug 543 - domU: BUG: soft lockup detected on CPU#1! 
         
x86_64 (SLES 9 SP2 32-bit on IBM HS20 Blades 8843 41U)

      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES: 
        * Bugzilla Bug 552    xm-test FAIL 01_migrate_localhost_pos...
        * Bugzilla Bug 563    Unable to handle kernel NULL pointer
        dereference at 0000000000000000 RIP:
        * Bugzilla Bug 578    xmtest block tests fail because they are
        unable to verify with /proc/partitions
                
   
--XM-TEST Results--

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |  104 |   10 |     0 |     3 |
hs20.rhel4-x86_32pae |  108 |    6 |     0 |     3 |
     x235sles9nonpae |  105 |    9 |     0 |     3 |
          x335fc4pae |  108 |    6 |     0 |     3 |
    x335sles9_pae4gb |  108 |    6 |     0 |     3 |

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 930 bytes --]

Xm-test execution summary:
  PASS:  104
  FAIL:  10
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 02_block-destroy_rtblock_pos 
	 Failed to verify that block dev is attached

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 03_block-list_anotherbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 01_migrate_localhost_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Unable to mount /dev/hda1


[-- Attachment #3: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 594 bytes --]

Xm-test execution summary:
  PASS:  108
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 03_block-list_anotherbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 01_migrate_localhost_pos 
	 Command execution time exceeded 90 seconds

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #4: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 875 bytes --]

Xm-test execution summary:
  PASS:  105
  FAIL:  9
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 02_block-destroy_rtblock_pos 
	 Failed to verify that block dev is attached

 FAIL: 01_block-list_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 03_block-list_anotherbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 14_create_blockroot_pos 
	 [Errno 5] Input/output error

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #5: x335fc4pae.report --]
[-- Type: text/plain, Size: 586 bytes --]

Xm-test execution summary:
  PASS:  108
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 03_block-list_anotherbd_pos 
	 Failed to verify that block dev is attached on DomainU

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 01_vcpu-pin_basic_pos 
	 xm vcpu-pin returned invalid 256 != 0


[-- Attachment #6: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 643 bytes --]

Xm-test execution summary:
  PASS:  108
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 03_block-list_anotherbd_pos 
	 Failed to verify that block dev is attached on DomainU

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #7: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-03-22 18:57 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-03-22 18:57 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1960 bytes --]

March 22, 2006,  using xen-unstable changeset:

changeset:   9374:b8cc4df90187
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Wed Mar 22 04:55:43 2006 +0100
summary:     Use shiny new mutexes instead of semaphores where possible
in our Linux code.

x86_32 (no PAE support)

      * SLES 9 SP2 on IBM xSeries 235(512MB RAM)
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES:  

x86_32 (PAE)

      * SLES 9 SP2 and FC4 on IBM xSeries 335s 
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES:
        * Bugzilla Bug 543 - domU: BUG: soft lockup detected on CPU#1! 
	>>> Did not see today, but keeping open as unresolved
       
x86_64 (SLES 9 SP2 32-bit on IBM HS20 Blades 8843 41U)

      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES: 
        * Bugzilla Bug 552    xm-test FAIL 01_migrate_localhost_pos...
        * Bugzilla Bug 563    Unable to handle kernel NULL pointer
        dereference at 0000000000000000 RIP:
        * Bugzilla Bug 578    xmtest block tests fail because they are
        unable to verify with /proc/partitions
                
   
--XM-TEST Results--

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |  103 |   11 |     0 |     3 |
hs20.rhel4-x86_32pae |  107 |    7 |     0 |     3 |
     x235sles9nonpae |  102 |   12 |     0 |     3 |
          x335fc4pae |  109 |    5 |     0 |     3 |
    x335sles9_pae4gb |  109 |    5 |     0 |     3 |

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 1058 bytes --]

Xm-test execution summary:
  PASS:  103
  FAIL:  11
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 02_block-destroy_rtblock_pos 
	 Failed to verify that block dev is attached

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 03_block-list_anotherbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 01_migrate_localhost_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Unable to mount /dev/hda1


[-- Attachment #3: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 658 bytes --]

Xm-test execution summary:
  PASS:  107
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 03_block-list_anotherbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 14_create_blockroot_pos 
	 [Errno 5] Input/output error

 FAIL: 01_migrate_localhost_pos 
	 Command execution time exceeded 90 seconds

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #4: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 1168 bytes --]

Xm-test execution summary:
  PASS:  102
  FAIL:  12
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 01_block-destroy_btblock_pos 
	 block device isn't attached; can't detach!

 FAIL: 02_block-destroy_rtblock_pos 
	 Failed to verify that block dev is attached

 FAIL: 01_block-list_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 03_block-list_anotherbd_pos 
	 Failed to verify that block dev is attached on DomainU

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

 FAIL: 06_network_dom0_tcp_pos 
	 TCP hping2 to dom0 failed for size 48 64 512.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 04_restore_withdevices_pos 
	 Unable to mount /dev/hda1


[-- Attachment #5: x335fc4pae.report --]
[-- Type: text/plain, Size: 515 bytes --]

Xm-test execution summary:
  PASS:  109
  FAIL:  5
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 03_block-list_anotherbd_pos 
	 Failed to verify that block dev is attached on DomainU

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #6: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 515 bytes --]

Xm-test execution summary:
  PASS:  109
  FAIL:  5
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 03_block-list_anotherbd_pos 
	 Failed to verify that block dev is attached on DomainU

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #7: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-03-21 19:21 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-03-21 19:21 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1769 bytes --]

March 21, 2006,  using xen-unstable changeset:

changeset:   9344:96d606c074f8
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Tue Mar 21 04:29:17 2006 +0100
summary:     The current ptrace code is traversing the page table
structures to

x86_32 (no PAE support)

      * SLES 9 SP2 on IBM xSeries 235(512MB RAM)
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES:  

x86_32 (PAE)

      * SLES 9 SP2 and FC4 on IBM xSeries 335s 
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES:
	* Bugzilla Bug 543 - domU: BUG: soft lockup detected on CPU#1!

       
x86_64 (SLES 9 SP2 32-bit on IBM HS20 Blades 8843 41U)

      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES: 
        * Bugzilla Bug 552    xm-test FAIL 01_migrate_localhost_pos...
        * Bugzilla Bug 563    Unable to handle kernel NULL pointer
        dereference at 0000000000000000 RIP:
                
   
--XM-TEST Results--

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |  104 |   11 |     0 |     3 |
hs20.rhel4-x86_32pae |  108 |    7 |     0 |     3 |
     x235sles9nonpae |  106 |    9 |     0 |     3 |
          x335fc4pae |  109 |    5 |     0 |     3 |
    x335sles9_pae4gb |  110 |    5 |     0 |     3 |

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 995 bytes --]

Xm-test execution summary:
  PASS:  104
  FAIL:  11
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block_attach_device_pos 
	 Device is not actually connected to the domU

 FAIL: 02_block-destroy_rtblock_pos 
	 Failed to verify that block dev is attached

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 03_block-list_anotherbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 06_list_nonroot 
	 xm list didn't see the root hint, saw Unexpected error exceptions.UnicodeError

 FAIL: 01_migrate_localhost_pos 
	Unknown reason

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console


[-- Attachment #3: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 722 bytes --]

Xm-test execution summary:
  PASS:  108
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 03_block-list_anotherbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 01_migrate_localhost_pos 
	 Command execution time exceeded 90 seconds

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #4: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 830 bytes --]

Xm-test execution summary:
  PASS:  106
  FAIL:  9
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block-destroy_btblock_pos 
	 block device isn't attached; can't detach!

 FAIL: 02_block-destroy_rtblock_pos 
	 Failed to verify that block dev is attached

 FAIL: 01_block-list_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 03_block-list_anotherbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 14_create_blockroot_pos 
	 [Errno 5] Input/output error

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #5: x335fc4pae.report --]
[-- Type: text/plain, Size: 515 bytes --]

Xm-test execution summary:
  PASS:  109
  FAIL:  5
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 03_block-list_anotherbd_pos 
	 Failed to verify that block dev is attached on DomainU

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #6: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 515 bytes --]

Xm-test execution summary:
  PASS:  110
  FAIL:  5
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 03_block-list_anotherbd_pos 
	 Failed to verify that block dev is attached on DomainU

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #7: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Re: Daily Xen Builds
  2006-03-20 21:07   ` Dan Smith
  2006-03-20 22:43     ` David F Barrera
@ 2006-03-21  0:33     ` Ewan Mellor
  1 sibling, 0 replies; 381+ messages in thread
From: Ewan Mellor @ 2006-03-21  0:33 UTC (permalink / raw)
  To: Dan Smith; +Cc: xen-devel, David F Barrera

On Mon, Mar 20, 2006 at 01:07:42PM -0800, Dan Smith wrote:

> DB> Xm-test execution summary:
> DB>   PASS:  1028
> DB>   FAIL:  122
> DB>   XPASS: 0
> DB>   XFAIL: 30
> 
> AL> Those numbers are clearly not correct :-)
> 
> Yea.  The runtest.sh currently does not initialize the output file
> before it runs.  David must be re-using the same output file every
> day, which results in this very useless cumulative effect.
> 
> There is a patch sent to the list last week that addresses this issue.
> Perhaps David could manually wipe his log file before running until
> that patch makes it into the tree?

I've applied that patch now.

Ewan.

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Re: Daily Xen Builds
  2006-03-20 21:07   ` Dan Smith
@ 2006-03-20 22:43     ` David F Barrera
  2006-03-21  0:33     ` Ewan Mellor
  1 sibling, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-03-20 22:43 UTC (permalink / raw)
  To: Daniel; +Cc: xen-devel, Ewan Mellor

On Mon, 2006-03-20 at 13:07 -0800, Dan Smith wrote:

> Perhaps David could manually wipe his log file before running until
> that patch makes it into the tree?
Will do. I thought the totals looked cumulative and was wondering what
had happened while I was out.

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Re: Daily Xen Builds
  2006-03-20 20:56 ` Anthony Liguori
@ 2006-03-20 21:07   ` Dan Smith
  2006-03-20 22:43     ` David F Barrera
  2006-03-21  0:33     ` Ewan Mellor
  0 siblings, 2 replies; 381+ messages in thread
From: Dan Smith @ 2006-03-20 21:07 UTC (permalink / raw)
  To: Anthony Liguori; +Cc: David F Barrera, xen-devel, Ewan Mellor


[-- Attachment #1.1: Type: text/plain, Size: 622 bytes --]

DB> Xm-test execution summary:
DB>   PASS:  1028
DB>   FAIL:  122
DB>   XPASS: 0
DB>   XFAIL: 30

AL> Those numbers are clearly not correct :-)

Yea.  The runtest.sh currently does not initialize the output file
before it runs.  David must be re-using the same output file every
day, which results in this very useless cumulative effect.

There is a patch sent to the list last week that addresses this issue.
Perhaps David could manually wipe his log file before running until
that patch makes it into the tree?

-- 
Dan Smith
IBM Linux Technology Center
Open Hypervisor Team
email: danms@us.ibm.com

[-- Attachment #1.2: Type: application/pgp-signature, Size: 190 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Re: Daily Xen Builds
  2006-03-20 20:31 David F Barrera
@ 2006-03-20 20:56 ` Anthony Liguori
  2006-03-20 21:07   ` Dan Smith
  0 siblings, 1 reply; 381+ messages in thread
From: Anthony Liguori @ 2006-03-20 20:56 UTC (permalink / raw)
  To: David F Barrera; +Cc: xen-devel


> ------------------------------------------------------------------------
>
> Xm-test execution summary:
>   PASS:  1028
>   FAIL:  122
>   XPASS: 0
>   XFAIL: 30
>   

Those numbers are clearly not correct :-)

> Details:
>
>  FAIL: 09_block_attach_and_dettach_device_check_data_pos 
> 	 Failed to attach block device /proc/partitions does not show that!
>
>  FAIL: 02_block-list_attachbd_pos 
> 	 Failed to verify that block dev is attached on DomainU
>
>  FAIL: 03_block-list_anotherbd_pos 
> 	 Failed to verify that block dev is attached on DomainU
>
>  FAIL: 02_block-destroy_rtblock_pos 
> 	 Failed to verify that block dev is attached
>   

These are the tests that have been failing for me too.  I dug into a bit 
this afternoon and it looks like the hotplug scripts are failing for 
block-attach which causes all of these to fail.

Starting trying to identify which changeset broke it and it appears to 
have been broken for quite some time (back until late February at least).

Regards,

Anthony Liguori

> XFAIL: 02_network_local_ping_pos 
> 	 ping loopback failed for size 65507. ping eth0 failed for size 65507.
>
> XFAIL: 05_network_dom0_ping_pos 
> 	 Ping to dom0 failed for size 65507.
>
> XFAIL: 11_network_domU_ping_pos 
> 	 Ping failed for size 65507.
>
>  FAIL:  
> 	Unknown reason
>
>  FAIL: 01_restore_basic_pos 
> 	 Restored domain is dead (Timed out waiting for console)
>
>  FAIL: 04_restore_withdevices_pos 
> 	 Timed out waiting for console
>
>  FAIL: 01_migrate_localhost_pos 
> 	Unknown reason
>
>   
> ------------------------------------------------------------------------
>
> Xm-test execution summary:
>   PASS:  1057
>   FAIL:  93
>   XPASS: 0
>   XFAIL: 30
>
>
> Details:
>
>  FAIL: 02_block-list_attachbd_pos 
> 	 Failed to verify that block dev is attached on DomainU
>
>  FAIL: 03_block-list_anotherbd_pos 
> 	 Failed to verify that block dev is attached on DomainU
>
>  FAIL: 01_block-destroy_btblock_pos 
> 	 block device isn't attached; can't detach!
>
>  FAIL: 02_block-destroy_rtblock_pos 
> 	 Failed to verify that block dev is attached
>
>  FAIL: 13_create_multinic_pos 
> 	 (8 nics) Console didn't respond probably crashed!
>
>  FAIL: 14_create_blockroot_pos 
> 	 [Errno 5] Input/output error
>
> XFAIL: 02_network_local_ping_pos 
> 	 ping loopback failed for size 65507. ping eth0 failed for size 65507.
>
> XFAIL: 05_network_dom0_ping_pos 
> 	 Ping to dom0 failed for size 65507.
>
> XFAIL: 11_network_domU_ping_pos 
> 	 Ping failed for size 65507.
>
>  FAIL:  
> 	Unknown reason
>
>  FAIL: 04_restore_withdevices_pos 
> 	 Unable to mount /dev/hda1
>
>   
> ------------------------------------------------------------------------
>
> Xm-test execution summary:
>   PASS:  307
>   FAIL:  39
>   XPASS: 0
>   XFAIL: 9
>
>
> Details:
>
>  FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
> 	 Failed to attach block device /proc/partitions does not show that!
>
>  FAIL: 02_block-list_attachbd_pos 
> 	 Failed to verify that block dev is attached on DomainU
>
>  FAIL: 03_block-list_anotherbd_pos 
> 	 Failed to verify that block dev is attached on DomainU
>
> XFAIL: 02_network_local_ping_pos 
> 	 ping loopback failed for size 65507. ping eth0 failed for size 65507.
>
> XFAIL: 05_network_dom0_ping_pos 
> 	 Ping to dom0 failed for size 65507.
>
> XFAIL: 11_network_domU_ping_pos 
> 	 Ping failed for size 65507.
>
>  FAIL:  
> 	Unknown reason
>
>  FAIL: 01_sedf_period_slice_pos 
> 	 XM-TEST xm list not responding
>
>  FAIL: 02_sedf_period_lower_neg 
> 	 XM-TEST xm list not responding
>
>  FAIL: 03_sedf_slice_lower_neg 
> 	 XM-TEST xm list not responding
>
>  FAIL: 04_sedf_slice_upper_neg 
> 	 XM-TEST xm list not responding
>
>  FAIL: 05_sedf_extratime_pos 
> 	 XM-TEST xm list not responding
>
>  FAIL: 06_sedf_extratime_disable_neg 
> 	 XM-TEST xm list not responding
>
>  FAIL: 02_vtpm-cat_pcrs 
> 	 XM-TEST xm list not responding
>
>   
> ------------------------------------------------------------------------
>
> Xm-test execution summary:
>   PASS:  1087
>   FAIL:  63
>   XPASS: 0
>   XFAIL: 30
>
>
> Details:
>
>  FAIL: 02_block-list_attachbd_pos 
> 	 Failed to verify that block dev is attached on DomainU
>
>  FAIL: 03_block-list_anotherbd_pos 
> 	 Failed to verify that block dev is attached on DomainU
>
> XFAIL: 02_network_local_ping_pos 
> 	 ping loopback failed for size 65507. ping eth0 failed for size 65507.
>
> XFAIL: 05_network_dom0_ping_pos 
> 	 Ping to dom0 failed for size 65507.
>
> XFAIL: 11_network_domU_ping_pos 
> 	 Ping failed for size 65507.
>
>  FAIL:  
> 	Unknown reason
>
>   
> ------------------------------------------------------------------------
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
>   

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-03-20 20:31 David F Barrera
  2006-03-20 20:56 ` Anthony Liguori
  0 siblings, 1 reply; 381+ messages in thread
From: David F Barrera @ 2006-03-20 20:31 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1655 bytes --]

March 20, 2006,  using xen-unstable changeset:

changeset:   9329:a8b1d4fad72d
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Mon Mar 20 05:01:32 2006 +0100
summary:     Fix a protocol violation in the pcnet emulation.  Tested on
at least

x86_32 (no PAE support)

      * SLES 9 SP2 on IBM xSeries 235 (512MB RAM)
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES:  

x86_32 (PAE)

      * SLES 9 SP2 and FC4 on IBM xSeries 335s 
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES:

       
x86_64 (SLES 9 SP2 32-bit on IBM HS20 Blades 8843 41U)

      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES: 
        * Bugzilla Bug 552    xm-test FAIL 01_migrate_localhost_pos...
        * Bugzilla Bug 563    Unable to handle kernel NULL pointer
        dereference at 0000000000000000 RIP:
                
   
--XM-TEST Results--

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 | 1028 |  122 |     0 |    30 |
     x235sles9nonpae | 1057 |   93 |     0 |    30 |
          x335fc4pae |  307 |   39 |     0 |     9 |
    x335sles9_pae4gb | 1087 |   63 |     0 |    30 |

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 963 bytes --]

Xm-test execution summary:
  PASS:  1028
  FAIL:  122
  XPASS: 0
  XFAIL: 30


Details:

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 03_block-list_anotherbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 02_block-destroy_rtblock_pos 
	 Failed to verify that block dev is attached

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL:  
	Unknown reason

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #3: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 923 bytes --]

Xm-test execution summary:
  PASS:  1057
  FAIL:  93
  XPASS: 0
  XFAIL: 30


Details:

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 03_block-list_anotherbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 01_block-destroy_btblock_pos 
	 block device isn't attached; can't detach!

 FAIL: 02_block-destroy_rtblock_pos 
	 Failed to verify that block dev is attached

 FAIL: 13_create_multinic_pos 
	 (8 nics) Console didn't respond probably crashed!

 FAIL: 14_create_blockroot_pos 
	 [Errno 5] Input/output error

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL:  
	Unknown reason

 FAIL: 04_restore_withdevices_pos 
	 Unable to mount /dev/hda1


[-- Attachment #4: x335fc4pae.report --]
[-- Type: text/plain, Size: 1131 bytes --]

Xm-test execution summary:
  PASS:  307
  FAIL:  39
  XPASS: 0
  XFAIL: 9


Details:

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 03_block-list_anotherbd_pos 
	 Failed to verify that block dev is attached on DomainU

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL:  
	Unknown reason

 FAIL: 01_sedf_period_slice_pos 
	 XM-TEST xm list not responding

 FAIL: 02_sedf_period_lower_neg 
	 XM-TEST xm list not responding

 FAIL: 03_sedf_slice_lower_neg 
	 XM-TEST xm list not responding

 FAIL: 04_sedf_slice_upper_neg 
	 XM-TEST xm list not responding

 FAIL: 05_sedf_extratime_pos 
	 XM-TEST xm list not responding

 FAIL: 06_sedf_extratime_disable_neg 
	 XM-TEST xm list not responding

 FAIL: 02_vtpm-cat_pcrs 
	 XM-TEST xm list not responding


[-- Attachment #5: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 544 bytes --]

Xm-test execution summary:
  PASS:  1087
  FAIL:  63
  XPASS: 0
  XFAIL: 30


Details:

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 03_block-list_anotherbd_pos 
	 Failed to verify that block dev is attached on DomainU

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL:  
	Unknown reason


[-- Attachment #6: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-03-10 18:01 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-03-10 18:01 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1853 bytes --]

March 10, 2006,  using xen-unstable changeset:

changeset:   9197:cc303cdf8809
tag:         tip
user:        emellor@leeni.uk.xensource.com
date:        Fri Mar 10 04:05:59 2006 +0100
summary:     The attached patch cleans up the parsing
of /proc/xen/balloon that


x86_32 (no PAE support)

      * SLES 9 SP2 on IBM xSeries 235 (512MB RAM)
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES:  

x86_32 (PAE)

      * SLES 9 SP2 and FC4 on IBM xSeries 335s 
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES:
        * Bugzilla Bug 543    domU: BUG: soft lockup detected on CPU#1!

       
x86_64 (SLES 9 SP2 32-bit on IBM HS20 Blades 8843 41U)

      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES: 
        * Bugzilla Bug 195 - Timer ISR/0: Time went backwards:       
        * Bugzilla Bug 552    xm-test FAIL 01_migrate_localhost_pos...
        * Bugzilla Bug 563    Unable to handle kernel NULL pointer
        dereference at 0000000000000000 RIP:
                
   
--XM-TEST Results--

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |   98 |   17 |     0 |     3 |
hs20.rhel4-x86_32pae |  102 |   13 |     0 |     3 |
     x235sles9nonpae |  101 |   14 |     0 |     3 |
          x335fc4pae |  104 |   11 |     0 |     3 |
    x335sles9_pae4gb |  103 |   12 |     0 |     3 |

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 1037 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  17
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 03_block-list_anotherbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 02_block-destroy_rtblock_pos 
	 Failed to verify that block dev is attached

 FAIL: 05_block-destroy_byname_pos 
	 block device isn't attached; can't detach!

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL:  
	Unknown reason

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Unable to mount /dev/hda1

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #3: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 743 bytes --]

Xm-test execution summary:
  PASS:  102
  FAIL:  13
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 03_block-list_anotherbd_pos 
	 Failed to verify that block dev is attached on DomainU

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL:  
	Unknown reason

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #4: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 754 bytes --]

Xm-test execution summary:
  PASS:  101
  FAIL:  14
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 03_block-list_anotherbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 02_block-destroy_rtblock_pos 
	 Failed to verify that block dev is attached

 FAIL: 14_create_blockroot_pos 
	 [Errno 5] Input/output error

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL:  
	Unknown reason

 FAIL: 04_restore_withdevices_pos 
	 Unable to mount /dev/hda1


[-- Attachment #5: x335fc4pae.report --]
[-- Type: text/plain, Size: 542 bytes --]

Xm-test execution summary:
  PASS:  104
  FAIL:  11
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 03_block-list_anotherbd_pos 
	 Failed to verify that block dev is attached on DomainU

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL:  
	Unknown reason


[-- Attachment #6: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 670 bytes --]

Xm-test execution summary:
  PASS:  103
  FAIL:  12
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 03_block-list_anotherbd_pos 
	 Failed to verify that block dev is attached on DomainU

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL:  
	Unknown reason


[-- Attachment #7: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-03-09 17:00 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-03-09 17:00 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1846 bytes --]

March 9, 2006,  using xen-unstable changeset:

changeset:   9178:37f3f5ad9110
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Thu Mar  9 04:17:29 2006 +0100
summary:     According to the April 2005 Intel Virtualization Technology 
Specification

x86_32 (no PAE support)

      * SLES 9 SP2 on IBM xSeries 235 (512MB RAM)
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES: 

x86_32 (PAE)

      * SLES 9 SP2 and FC4 on IBM xSeries 335s
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES:
    * Bugzilla Bug 543    domU: BUG: soft lockup detected on CPU#1!

      
x86_64 (SLES 9 SP2 32-bit on IBM HS20 Blades 8843 41U)

      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES:
        * Bugzilla Bug 195 - Timer ISR/0: Time went backwards:      
        * Bugzilla Bug 552    xm-test FAIL 01_migrate_localhost_pos...
        * Bugzilla Bug 563    Unable to handle kernel NULL pointer
        dereference at 0000000000000000 RIP:
               
  
--XM-TEST Results--

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |   93 |   11 |     0 |     3 |
hs20.rhel4-x86_32pae |   98 |    6 |     0 |     3 |
     x235sles9nonpae |   97 |    7 |     0 |     3 |
          x335fc4pae |   99 |    5 |     0 |     3 |
    x335sles9_pae4gb |   99 |    5 |     0 |     3 |

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides



[-- Attachment #2: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 514 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  5
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 03_block-list_anotherbd_pos 
	 Failed to verify that block dev is attached on DomainU

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #3: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 1061 bytes --]

Xm-test execution summary:
  PASS:  93
  FAIL:  11
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 03_block-list_anotherbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 02_block-destroy_rtblock_pos 
	 Failed to verify that block dev is attached

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #4: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 587 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 03_block-list_anotherbd_pos 
	 Failed to verify that block dev is attached on DomainU

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #5: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 680 bytes --]

Xm-test execution summary:
  PASS:  97
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 03_block-list_anotherbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 02_block-destroy_rtblock_pos 
	 Failed to verify that block dev is attached

 FAIL: 05_block-destroy_byname_pos 
	 block device isn't attached; can't detach!

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #6: x335fc4pae.report --]
[-- Type: text/plain, Size: 514 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  5
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 03_block-list_anotherbd_pos 
	 Failed to verify that block dev is attached on DomainU

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #7: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Re: Daily Xen Builds
  2006-03-08 23:34 ` Ewan Mellor
@ 2006-03-09  2:44   ` David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-03-09  2:44 UTC (permalink / raw)
  To: xen-devel



Ewan Mellor wrote:

>David, could you send a full set of logs for one of your runs?  
>  
>
Actually, I did today. 
(http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=563)

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Re: Daily Xen Builds
  2006-03-06 21:18 David F Barrera
@ 2006-03-08 23:34 ` Ewan Mellor
  2006-03-09  2:44   ` David F Barrera
  0 siblings, 1 reply; 381+ messages in thread
From: Ewan Mellor @ 2006-03-08 23:34 UTC (permalink / raw)
  To: David F Barrera; +Cc: xen-devel

On Mon, Mar 06, 2006 at 03:18:31PM -0600, David F Barrera wrote:

> --XM-TEST Results--
> 
> SUMMARY:
>             Platform | PASS | FAIL | XPASS | XFAIL |
> ---------------------+------+------+-------+-------+
>  hs20.1.sles9-x86_64 |   92 |   12 |     0 |     3 |
> hs20.rhel4-x86_32pae |   97 |    7 |     0 |     3 |
>      x235sles9nonpae |   94 |   10 |     0 |     3 |
>           x335fc4pae |   97 |    7 |     0 |     3 |
>     x335sles9_pae4gb |   99 |    5 |     0 |     3 |

David, could you send a full set of logs for one of your runs?  You can use
xen-bugtool.  Your failures have popped up recently, and I'm not seeing
those failures here.

Cheers,

Ewan.

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-03-08 17:37 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-03-08 17:37 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1825 bytes --]

March 8, 2006,  using xen-unstable changeset:

changeset:   9167:64f890639992
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Wed Mar  8 04:54:48 2006 +0100
summary:     Update Xen extraversion to reflect unstable status.

x86_32 (no PAE support)

      * SLES 9 SP2 on IBM xSeries 235 (512MB RAM)
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES:  

x86_32 (PAE)

      * SLES 9 SP2 and FC4 on IBM xSeries 335s 
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES:
	* Bugzilla Bug 543    domU: BUG: soft lockup detected on CPU#1!

       
x86_64 (SLES 9 SP2 32-bit on IBM HS20 Blades 8843 41U)

      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES: 
        * Bugzilla Bug 195 - Timer ISR/0: Time went backwards:       
        * Bugzilla Bug 552    xm-test FAIL 01_migrate_localhost_pos...
        * Bugzilla Bug 563    Unable to handle kernel NULL pointer
        dereference at 0000000000000000 RIP:
                
   
--XM-TEST Results--

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |   92 |   12 |     0 |     3 |
hs20.rhel4-x86_32pae |   98 |    6 |     0 |     3 |
     x235sles9nonpae |   97 |    7 |     0 |     3 |
          x335fc4pae |   98 |    6 |     0 |     3 |
    x335sles9_pae4gb |   99 |    5 |     0 |     3 |

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 1127 bytes --]

Xm-test execution summary:
  PASS:  92
  FAIL:  12
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_block_attach_file_device_pos 
	 Device is not actually connected to the domU

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 03_block-list_anotherbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 02_block-destroy_rtblock_pos 
	 Failed to verify that block dev is attached

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Unexpected error exceptions.UnicodeError

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #3: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 587 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 03_block-list_anotherbd_pos 
	 Failed to verify that block dev is attached on DomainU

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #4: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 706 bytes --]

Xm-test execution summary:
  PASS:  97
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 03_block-list_anotherbd_pos 
	 Failed to verify that block dev is attached on DomainU

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 04_restore_withdevices_pos 
	 Unable to mount /dev/hda1


[-- Attachment #5: x335fc4pae.report --]
[-- Type: text/plain, Size: 642 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 03_block-list_anotherbd_pos 
	 Failed to verify that block dev is attached on DomainU

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #6: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 514 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  5
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 03_block-list_anotherbd_pos 
	 Failed to verify that block dev is attached on DomainU

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #7: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-03-06 21:18 David F Barrera
  2006-03-08 23:34 ` Ewan Mellor
  0 siblings, 1 reply; 381+ messages in thread
From: David F Barrera @ 2006-03-06 21:18 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1630 bytes --]

March 6, 2006,  using xen-unstable changeset:

changeset:   9148:085f0ad9018a
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Mon Mar  6 11:05:09 2006 +0100
summary:     Fix build with some gcc versions.

x86_32 (no PAE support)

      * SLES 9 SP2 on IBM xSeries 235 (512MB RAM)
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES:  

x86_32 (PAE)

      * SLES 9 SP2 and FC4 on IBM xSeries 335s 
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES:

       
x86_64 (SLES 9 SP2 32-bit on IBM HS20 Blades 8843 41U)

      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES: 
        * Bugzilla Bug 195 - Timer ISR/0: Time went backwards:       
        * Bugzilla Bug 552    xm-test FAIL 01_migrate_localhost_pos...
                
   
--XM-TEST Results--

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |   92 |   12 |     0 |     3 |
hs20.rhel4-x86_32pae |   97 |    7 |     0 |     3 |
     x235sles9nonpae |   94 |   10 |     0 |     3 |
          x335fc4pae |   97 |    7 |     0 |     3 |
    x335sles9_pae4gb |   99 |    5 |     0 |     3 |

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 1123 bytes --]

Xm-test execution summary:
  PASS:  92
  FAIL:  12
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 01_block-list_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 03_block-list_anotherbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 02_block-destroy_rtblock_pos 
	 Failed to verify that block dev is attached

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Unexpected error exceptions.UnicodeError

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #3: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 715 bytes --]

Xm-test execution summary:
  PASS:  97
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 03_block-list_anotherbd_pos 
	 Failed to verify that block dev is attached on DomainU

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #4: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 983 bytes --]

Xm-test execution summary:
  PASS:  94
  FAIL:  10
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 03_block-list_anotherbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 02_block-destroy_rtblock_pos 
	 Failed to verify that block dev is attached

 FAIL: 14_create_blockroot_pos 
	 [Errno 5] Input/output error

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 04_restore_withdevices_pos 
	 Unable to mount /dev/hda1


[-- Attachment #5: x335fc4pae.report --]
[-- Type: text/plain, Size: 770 bytes --]

Xm-test execution summary:
  PASS:  97
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 03_block-list_anotherbd_pos 
	 Failed to verify that block dev is attached on DomainU

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #6: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 514 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  5
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 03_block-list_anotherbd_pos 
	 Failed to verify that block dev is attached on DomainU

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #7: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-03-02 19:06 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-03-02 19:06 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1658 bytes --]

March 2, 2006,  using xen-unstable changeset:

changeset:   9097:e639d53330ba
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Thu Mar  2 04:41:48 2006 +0100
summary:     Make sure that installed files have sensible permissions
and are owned by the

x86_32 (no PAE support)

      * SLES 9 SP2 on IBM xSeries 235 (512MB RAM)
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES:  

x86_32 (PAE)

      * SLES 9 SP2 and FC4 on IBM xSeries 335s 
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES:

       
x86_64 (SLES 9 SP2 32-bit on IBM HS20 Blades 8843 41U)

      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES: 
        * Bugzilla Bug 195 - Timer ISR/0: Time went backwards:       
        * Bugzilla Bug 543    domU: BUG: soft lockup detected on CPU#1!
   
--XM-TEST Results--

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |   98 |    6 |     0 |     3 |
hs20.rhel4-x86_32pae |  100 |    4 |     0 |     3 |
     x235sles9nonpae |  100 |    3 |     0 |     3 |
          x335fc4pae |  100 |    3 |     0 |     3 |
    x335sles9_pae4gb |  100 |    3 |     0 |     3 |

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 533 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #3: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 401 bytes --]

Xm-test execution summary:
  PASS:  100
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #4: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 328 bytes --]

Xm-test execution summary:
  PASS:  100
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #5: x335fc4pae.report --]
[-- Type: text/plain, Size: 328 bytes --]

Xm-test execution summary:
  PASS:  100
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #6: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 328 bytes --]

Xm-test execution summary:
  PASS:  100
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #7: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-03-01 19:33 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-03-01 19:33 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1625 bytes --]

March 1, 2006,  using xen-unstable changeset:

changeset:   9013:e77ea156075c
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Tue Feb 28 04:07:18 2006 +0100
summary:     Add 'm' debug key to print free-memory info.

x86_32 (no PAE support)

      * SLES 9 SP2 on IBM xSeries 235 (512MB RAM)
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES:  

x86_32 (PAE)

      * SLES 9 SP2 and FC4 on IBM xSeries 335s 
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES:

       
x86_64 (SLES 9 SP2 32-bit on IBM HS20 Blades 8843 41U)

      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES: 
        * Bugzilla Bug 195 - Timer ISR/0: Time went backwards:       
        * Bugzilla Bug 543    domU: BUG: soft lockup detected on CPU#1!
   
--XM-TEST Results--

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |   98 |    6 |     0 |     3 |
hs20.rhel4-x86_32pae |  100 |    4 |     0 |     3 |
     x235sles9nonpae |  100 |    3 |     0 |     3 |
          x335fc4pae |  100 |    3 |     0 |     3 |
    x335sles9_pae4gb |  100 |    3 |     0 |     3 |

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 533 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #3: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 401 bytes --]

Xm-test execution summary:
  PASS:  100
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #4: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 328 bytes --]

Xm-test execution summary:
  PASS:  100
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #5: x335fc4pae.report --]
[-- Type: text/plain, Size: 328 bytes --]

Xm-test execution summary:
  PASS:  100
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #6: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 328 bytes --]

Xm-test execution summary:
  PASS:  100
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #7: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-02-28 22:07 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-02-28 22:07 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1874 bytes --]

February 28, 2006,  using xen-unstable changeset:

changeset:   9013:e77ea156075c
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Tue Feb 28 04:07:18 2006 +0100
summary:     Add 'm' debug key to print free-memory info.

x86_32 (no PAE support)

      * SLES 9 SP2 on IBM xSeries 235 (512MB RAM)
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES:  

x86_32 (PAE)

      * SLES 9 SP2 and FC4 on IBM xSeries 335s 
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES:

       
x86_64 (SLES 9 SP2 32-bit on IBM HS20 Blades 8843 41U)

      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES: 
	* Bugzilla Bug 550    Timer ISR/0: Time went backwards:
        Seeing these messages on the serial console: (any ideas?)
        
        Timer ISR/0: Time went backwards: delta=17966105
        cpu_delta=-92033895 shadow=7539027463254 off=360523335
        processed=7539370000000 cpu_processed=7539480000000
         0: 7539480000000
        printk: 9 messages suppressed.
        

   
--XM-TEST Results--

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |   98 |    6 |     0 |     3 |
hs20.rhel4-x86_32pae |  100 |    4 |     0 |     3 |
     x235sles9nonpae |  100 |    3 |     0 |     3 |
          x335fc4pae |  100 |    3 |     0 |     3 |
    x335sles9_pae4gb |  100 |    3 |     0 |     3 |

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 533 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #3: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 401 bytes --]

Xm-test execution summary:
  PASS:  100
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #4: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 328 bytes --]

Xm-test execution summary:
  PASS:  100
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #5: x335fc4pae.report --]
[-- Type: text/plain, Size: 328 bytes --]

Xm-test execution summary:
  PASS:  100
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #6: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 328 bytes --]

Xm-test execution summary:
  PASS:  100
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #7: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-02-27 20:17 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-02-27 20:17 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1850 bytes --]

February 27, 2006,  using xen-unstable changeset:

changeset:   8984:e480a5db8abb
tag:         tip
user:        cl349@firebug.cl.cam.ac.uk
date:        Mon Feb 27 04:34:03 2006 +0000
summary:     Fix non-xen build for: Make the fixmap area moveable in
kernel address space.

x86_32 (no PAE support)

      * SLES 9 SP2 on IBM xSeries 235 (512MB RAM)
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES:  

x86_32 (PAE)

      * SLES 9 SP2 and FC4 on IBM xSeries 335s 
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES:

       
x86_64 (SLES 9 SP2 32-bit on IBM HS20 Blades 8843 41U)

      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES: 
        Seeing these messages on the serial console: (any ideas?)
        
        Timer ISR/0: Time went backwards: delta=17966105
        cpu_delta=-92033895 shadow=7539027463254 off=360523335
        processed=7539370000000 cpu_processed=7539480000000
         0: 7539480000000
        printk: 9 messages suppressed.
        

   
--XM-TEST Results--

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |   96 |    7 |     0 |     3 |
hs20.rhel4-x86_32pae |   99 |    4 |     0 |     3 |
     x235sles9nonpae |   99 |    3 |     0 |     3 |
          x335fc4pae |  100 |    3 |     0 |     3 |
    x335sles9_pae4gb |   99 |    3 |     0 |     3 |

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 604 bytes --]

Xm-test execution summary:
  PASS:  96
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 06_block-destroy_check_list_pos 
	 xm list --long <dom> failed

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #3: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 400 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #4: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 327 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #5: x335fc4pae.report --]
[-- Type: text/plain, Size: 328 bytes --]

Xm-test execution summary:
  PASS:  100
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #6: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 334 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 64 512 65507.


[-- Attachment #7: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-02-24 20:10 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-02-24 20:10 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1579 bytes --]

February 24, 2006,  using xen-unstable changeset:

changeset:   8955:407a50974a46
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Fri Feb 24 01:27:05 2006 +0100
summary:     Cset 8950 adds shadow info dump in common code, however

x86_32 (no PAE support)

      * SLES 9 SP2 on IBM xSeries 235 (512MB RAM)
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES:  

x86_32 (PAE)

      * SLES 9 SP2 and FC4 on IBM xSeries 335s 
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES:

       
x86_64 (SLES 9 SP2 32-bit on IBM HS20 Blades 8843 41U and xSeries 460)

      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES: 

   
--XM-TEST Results--

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |   96 |    7 |     0 |     3 |
hs20.rhel4-x86_32pae |   99 |    4 |     0 |     3 |
     x235sles9nonpae |   99 |    3 |     0 |     3 |
          x335fc4pae |  100 |    3 |     0 |     3 |
    x335sles9_pae4gb |   99 |    3 |     0 |     3 |
x460sles9_x86_64-8gb |   95 |    7 |     0 |     3 |

          
-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 636 bytes --]

Xm-test execution summary:
  PASS:  96
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 13_create_multinic_pos 
	 (7 nics) Console didn't respond probably crashed!

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 64 512 32767 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #3: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 412 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #4: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 385 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 1500 1505 4096 4192 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 64 512 1440 1500 1505 4096 4192 65507.


[-- Attachment #5: x335fc4pae.report --]
[-- Type: text/plain, Size: 352 bytes --]

Xm-test execution summary:
  PASS:  100
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 64 512 4192 32767 65507.


[-- Attachment #6: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 373 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 64 512 1440 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 64 512 1440 1505 4096 32767 65507.


[-- Attachment #7: x460sles9_x86_64-8gb.report --]
[-- Type: text/plain, Size: 646 bytes --]

Xm-test execution summary:
  PASS:  95
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 /proc/cpuinfo says xend didn't enforce dom0_cpus (16 != 1)

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #8: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-02-23 18:47 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-02-23 18:47 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1710 bytes --]

February 23, 2006,  using xen-unstable changeset:

changeset:   8935:b5bb9920bf48
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Thu Feb 23 04:22:25 2006 +0100
summary:     Per-vcpu IO evtchn patch for HVM domain.

x86_32 (no PAE support)

      * SLES 9 SP2 on IBM xSeries 235 (512MB RAM)
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES:  

x86_32 (PAE)

      * SLES 9 SP2 and FC4 on IBM xSeries 335s 
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES:
	* Bugzilla Bug 543 - domU: BUG: soft lockup detected on CPU#1!
       
x86_64 (SLES 9 SP2 32-bit on IBM HS20 Blades 8843 41U and xSeries 460)

      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES: 
        * Bugzilla Bug 500    dom0 - irqbalance[2427]: segfault at
        00000000005326f0   
   
--XM-TEST Results--

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |   95 |    8 |     0 |     3 |
hs20.rhel4-x86_32pae |   99 |    4 |     0 |     3 |
     x235sles9nonpae |   99 |    3 |     0 |     3 |
          x335fc4pae |  100 |    3 |     0 |     3 |
    x335sles9_pae4gb |   99 |    3 |     0 |     3 |
x460sles9_x86_64-8gb |   95 |    7 |     0 |     3 |

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 712 bytes --]

Xm-test execution summary:
  PASS:  95
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 06_block-destroy_check_list_pos 
	 xm list --long <dom> failed

 FAIL: 13_create_multinic_pos 
	 (7 nics) Console didn't respond probably crashed!

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 64 512 1440 32767 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #3: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 412 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #4: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 339 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.


[-- Attachment #5: x335fc4pae.report --]
[-- Type: text/plain, Size: 355 bytes --]

Xm-test execution summary:
  PASS:  100
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 1505 4096 4192 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.


[-- Attachment #6: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 351 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 64 512 1440 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.


[-- Attachment #7: x460sles9_x86_64-8gb.report --]
[-- Type: text/plain, Size: 646 bytes --]

Xm-test execution summary:
  PASS:  95
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 /proc/cpuinfo says xend didn't enforce dom0_cpus (16 != 1)

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #8: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-02-22 19:50 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-02-22 19:50 UTC (permalink / raw)
  To: xen-devel

February 22, 2006,  using xen-unstable changeset:

changeset:   8922:13e9fdaeed27
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Wed Feb 22 02:54:20 2006 +0100
summary:     When thermal interrupt happened when vmx guest is running,

x86_32 (no PAE support)

      * SLES 9 SP2 on IBM xSeries 235 (512MB RAM)
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES:  

x86_32 (PAE)

      * SLES 9 SP2 and FC4 on IBM xSeries 335s 
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES:
       
x86_64 (SLES 9 SP2 32-bit on IBM HS20 Blades 8843 41U and xSeries 460)

      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES: 
   
   
--XM-TEST Results--

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |   97 |    6 |     0 |     3 |
hs20.rhel4-x86_32pae |   99 |    4 |     0 |     3 |
     x235sles9nonpae |   99 |    3 |     0 |     3 |
    x335sles9_pae4gb |   99 |    3 |     0 |     3 |

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-02-21 19:59 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-02-21 19:59 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1524 bytes --]

February 21, 2006,  using xen-unstable changeset:

changeset:   8910:1c7145a5bb43
tag:         tip
user:        cl349@firebug.cl.cam.ac.uk
date:        Tue Feb 21 05:19:13 2006 +0000
summary:     Update to Linux 2.6.16-rc4.
      
x86_32 (no PAE support)

      * SLES 9 SP2 on IBM xSeries 235 (512MB RAM)
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES:  

x86_32 (PAE)

      * SLES 9 SP2 and FC4 on IBM xSeries 335s 
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES:
       
x86_64 (SLES 9 SP2 32-bit on IBM HS20 Blades 8843 41U and xSeries 460)

      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES: 
	* Bugzilla Bug 411    xend died
   
--XM-TEST Results--

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |   97 |    6 |     0 |     3 |
     x235sles9nonpae |   99 |    3 |     0 |     3 |
          x335fc4pae |  100 |    3 |     0 |     3 |
    x335sles9_pae4gb |   99 |    3 |     0 |     3 |
x460sles9_x86_64-8gb |   95 |    7 |     0 |     3 |

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 545 bytes --]

Xm-test execution summary:
  PASS:  97
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #3: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 339 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.


[-- Attachment #4: x335fc4pae.report --]
[-- Type: text/plain, Size: 340 bytes --]

Xm-test execution summary:
  PASS:  100
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.


[-- Attachment #5: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 339 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.


[-- Attachment #6: x460sles9_x86_64-8gb.report --]
[-- Type: text/plain, Size: 646 bytes --]

Xm-test execution summary:
  PASS:  95
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 /proc/cpuinfo says xend didn't enforce dom0_cpus (16 != 1)

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #7: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-02-20 22:04 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-02-20 22:04 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1114 bytes --]

February 20, 2006,  using xen-unstable changeset:

changeset:   8885:20b95517cbf1
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Sun Feb 19 02:06:44 2006 +0100
summary:     Fix get_mfn_from_gpfn_foreign for HVM guests.
      
x86_32 (PAE)

      * SLES 9 SP2 and FC4 on IBM xSeries 335s 
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES:
       
x86_64 (SLES 9 SP2 32-bit on IBM HS20 Blades 8843 41U )

      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES: 

   
--XM-TEST Results--

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
hs20.rhel4-x86_32pae |   99 |    4 |     0 |     3 |
    x335sles9_pae4gb |   99 |    3 |     0 |     3 |

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 412 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #3: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 339 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.


[-- Attachment #4: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-02-17 20:30 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-02-17 20:30 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1507 bytes --]

February 17, 2006,  using xen-unstable changeset:

changeset:   8868:776ab80f5a6c
tag:         tip
user:        cl349@firebug.cl.cam.ac.uk
date:        Thu Feb 16 17:24:47 2006 +0000
summary:     Update the ia64 linux-2.6-xen-sparse tree to 2.6.16-rc3.
        
x86_32 (no PAE support)

      * SLES 9 SP2 on IBM xSeries 235 (1GB RAM)
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES:  

x86_32 (PAE)

      * SLES 9 SP2 and FC4 on IBM xSeries 335s 
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES:
       
x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades 8843 41U )

      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES: 

   
--XM-TEST Results--

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |   91 |   12 |     0 |     3 |
hs20.rhel4-x86_32pae |   99 |    4 |     0 |     3 |
     x235sles9nonpae |   99 |    3 |     0 |     3 |
          x335fc4pae |  100 |    3 |     0 |     3 |
    x335sles9_pae4gb |   99 |    3 |     0 |     3 |

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 978 bytes --]

Xm-test execution summary:
  PASS:  91
  FAIL:  12
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to create domain

 FAIL: 07_block_attach_baddevice_neg 
	 Failed to create domain

 FAIL: 05_block-destroy_byname_pos 
	 Unable to create domain

 FAIL: 06_block-destroy_check_list_pos 
	 xm list --long <dom> failed

 FAIL: 13_create_multinic_pos 
	 (7 nics) Console didn't respond probably crashed!

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 02_network_attach_detach_pos 
	 Failed to create domain

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #3: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 412 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #4: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 346 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 64 512 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.


[-- Attachment #5: x335fc4pae.report --]
[-- Type: text/plain, Size: 340 bytes --]

Xm-test execution summary:
  PASS:  100
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.


[-- Attachment #6: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 339 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.


[-- Attachment #7: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-02-16 21:04 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-02-16 21:04 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1919 bytes --]

February 16, 2006,  using xen-unstable changeset:

changeset:   8845:1ca3d63e7008
tag:         tip
user:        cl349@firebug.cl.cam.ac.uk
date:        Wed Feb 15 16:06:12 2006 +0000
summary:     Update to Linux 2.6.16-rc3.

        
x86_32 (no PAE support)

      * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES:  

x86_32 (PAE)

      * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
      ThinkCentre
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES:
       
x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades 8843 41U and xSeries 460,
8-way, 8GB of RAM)

      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES: 
        * Bugzilla Bug 500    dom0 - irqbalance[2427]: segfault at
        00000000005326f0

   
--XM-TEST Results--

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |   95 |    7 |     0 |     3 |
 hs20.2.sles9-x86_64 |   96 |    6 |     0 |     3 |
     hs20.fc4_x86_64 |   96 |    6 |     0 |     3 |
hs20.rhel4-x86_32pae |   98 |    4 |     0 |     3 |
     x235sles9nonpae |   99 |    3 |     0 |     3 |
          x305rh4pae |   97 |    4 |     0 |     3 |
     x305sles9nonpae |   98 |    3 |     0 |     3 |
          x335fc4pae |  100 |    3 |     0 |     3 |
    x335sles9_pae4gb |   99 |    3 |     0 |     3 |
x460sles9_x86_64-8gb |   95 |    7 |     0 |     3 |

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 620 bytes --]

Xm-test execution summary:
  PASS:  95
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_shutdown_basic_pos 
	 good xm shutdown exited with bad 256 != 0

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #3: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 545 bytes --]

Xm-test execution summary:
  PASS:  96
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #4: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 545 bytes --]

Xm-test execution summary:
  PASS:  96
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #5: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 412 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #6: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 353 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 512 1440 1500 32767 65507.


[-- Attachment #7: x305rh4pae.report --]
[-- Type: text/plain, Size: 412 bytes --]

Xm-test execution summary:
  PASS:  97
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #8: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 339 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.


[-- Attachment #9: x335fc4pae.report --]
[-- Type: text/plain, Size: 343 bytes --]

Xm-test execution summary:
  PASS:  100
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 512 1440 65507.


[-- Attachment #10: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 363 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 48 64 512 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1500 1505 4096 4192 65507.


[-- Attachment #11: x460sles9_x86_64-8gb.report --]
[-- Type: text/plain, Size: 646 bytes --]

Xm-test execution summary:
  PASS:  95
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 /proc/cpuinfo says xend didn't enforce dom0_cpus (16 != 1)

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #12: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-02-15 21:21 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-02-15 21:21 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2563 bytes --]

February 15, 2006,  using xen-unstable changeset:

changeset:   8833:39b392a22002
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Tue Feb 14 12:43:45 2006 +0100
summary:     Fix segment-register dumping in show_registers().

Issues affecting all platforms:
        
        * Bugzilla Bug 518   xm-test fails and hangs, specifically
        13_create_multinic_pos. 
        Error: Device 0 (vif) could not be connected. Hotplug scripts
        not working.
        REASON: (7 nics) Failed to create domain
        
x86_32 (no PAE support)

      * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES:  

x86_32 (PAE)

      * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
      ThinkCentre
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES:
       
x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades 8843 41U and xSeries 460,
8-way, 8GB of RAM)

      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES: 
        * Bugzilla Bug 522    oom-killer: gfp_mask=0x201d2, order=
        * Bugzilla Bug 500    dom0 - irqbalance[2427]: segfault at
        00000000005326f0
	* Bugzilla Bug 535    domU networking problem
   
--XM-TEST Results--

SUMMARY**:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
              FC3pae |   97 |    5 |     0 |     3 |
 hs20.1.sles9-x86_64 |   96 |    6 |     0 |     3 |
 hs20.2.sles9-x86_64 |   96 |    6 |     0 |     3 |
     hs20.fc4_x86_64 |   96 |    6 |     0 |     3 |
hs20.rhel4-x86_32pae |   98 |    4 |     0 |     3 |
     x235sles9nonpae |   99 |    3 |     0 |     3 |
          x305rh4pae |   97 |    4 |     0 |     3 |
     x305sles9nonpae |   98 |    3 |     0 |     3 |
    x335sles9_pae4gb |   99 |    3 |     0 |     3 |
x366sles9_x86_64-8gb |   96 |    6 |     0 |     3 |
x460sles9_x86_64-8gb |   95 |    7 |     0 |     3 |


** Bugzilla Bug 518    Hotplug scripts not working. - xm-test fails and
hangs, specifically 13_create_multinic_pos. Ran xm-test with
13_create_multinic_pos.test disabled.

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: FC3pae.report --]
[-- Type: text/plain, Size: 475 bytes --]

Xm-test execution summary:
  PASS:  97
  FAIL:  5
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 03_block-list_anotherbd_pos 
	 Unable to create domain

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #3: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 580 bytes --]

Xm-test execution summary:
  PASS:  96
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 1505 4096 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 48 64 512 1500 1505 4096 32767 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #4: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 555 bytes --]

Xm-test execution summary:
  PASS:  96
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1500 1505 32767 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #5: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 545 bytes --]

Xm-test execution summary:
  PASS:  96
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #6: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 412 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #7: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 339 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.


[-- Attachment #8: x305rh4pae.report --]
[-- Type: text/plain, Size: 412 bytes --]

Xm-test execution summary:
  PASS:  97
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #9: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 339 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.


[-- Attachment #10: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 339 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.


[-- Attachment #11: x366sles9_x86_64-8gb.report --]
[-- Type: text/plain, Size: 545 bytes --]

Xm-test execution summary:
  PASS:  96
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #12: x460sles9_x86_64-8gb.report --]
[-- Type: text/plain, Size: 646 bytes --]

Xm-test execution summary:
  PASS:  95
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 /proc/cpuinfo says xend didn't enforce dom0_cpus (16 != 1)

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #13: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-02-14 20:11 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-02-14 20:11 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2519 bytes --]

February 14, 2006,  using xen-unstable changeset:

changeset:   8830:fcc833cbaf82
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Mon Feb 13 10:41:23 2006 +0100
summary:     Return real error code from Xen /dev/mem, not EAGAIN.

Issues affecting all platforms:
        
        * Bugzilla Bug 518   xm-test fails and hangs, specifically
        13_create_multinic_pos. 
        Error: Device 0 (vif) could not be connected. Hotplug scripts
        not working.
        REASON: (7 nics) Failed to create domain
        
x86_32 (no PAE support)

      * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES:  

x86_32 (PAE)

      * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
      ThinkCentre
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES:
       
x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades 8843 41U and xSeries 460,
8-way, 8GB of RAM)

      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES: 
        * Bugzilla Bug 522    oom-killer: gfp_mask=0x201d2, order=
        * Bugzilla Bug 500    dom0 - irqbalance[2427]: segfault at
        00000000005326f0
   
--XM-TEST Results--

SUMMARY**:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |   96 |    6 |     0 |     3 |
 hs20.2.sles9-x86_64 |   95 |    7 |     0 |     3 |
     hs20.fc4_x86_64 |   96 |    6 |     0 |     3 |
hs20.rhel4-x86_32pae |   98 |    4 |     0 |     3 |
     x235sles9nonpae |   99 |    3 |     0 |     3 |
          x305rh4pae |   97 |    4 |     0 |     3 |
     x305sles9nonpae |   98 |    3 |     0 |     3 |
          x335fc4pae |   99 |    3 |     0 |     3 |
    x335sles9_pae4gb |   99 |    3 |     0 |     3 |
x366sles9_x86_64-8gb |   93 |    9 |     0 |     3 |
x460sles9_x86_64-8gb |   95 |    7 |     0 |     3 |

** Bugzilla Bug 518    Hotplug scripts not working. - xm-test fails and
hangs, specifically 13_create_multinic_pos. Ran xm-test with
13_create_multinic_pos.test disabled.

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 539 bytes --]

Xm-test execution summary:
  PASS:  96
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #3: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 654 bytes --]

Xm-test execution summary:
  PASS:  95
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 1500 1505 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 512 1440 1500 1505 4192 32767 65507.

 FAIL: 01_shutdown_basic_pos 
	 good xm shutdown exited with bad 256 != 0

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #4: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 571 bytes --]

Xm-test execution summary:
  PASS:  96
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 48 64 1505 4096 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1500 1505 32767 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #5: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 412 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #6: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 376 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 4192 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 64 512 1440 1500 1505 4096 4192 32767 65507.


[-- Attachment #7: x305rh4pae.report --]
[-- Type: text/plain, Size: 412 bytes --]

Xm-test execution summary:
  PASS:  97
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #8: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 339 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.


[-- Attachment #9: x335fc4pae.report --]
[-- Type: text/plain, Size: 388 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 64 512 1440 1500 1505 4096 4192 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 64 512 1440 4192 32767 65507.


[-- Attachment #10: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 372 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 4192 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 64 1440 1500 1505 4096 4192 32767 65507.


[-- Attachment #11: x366sles9_x86_64-8gb.report --]
[-- Type: text/plain, Size: 719 bytes --]

Xm-test execution summary:
  PASS:  93
  FAIL:  9
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 Failed to create domain

XFAIL: 05_network_dom0_ping_pos 
	 Failed to create domain

XFAIL: 11_network_domU_ping_pos 
	 Failed to create domain

 FAIL: 01_network_attach_pos 
	 xm network-attach returned invalid 256 != 0

 FAIL: 02_network_attach_detach_pos 
	 xm network-attach returned invalid 256 != 0

 FAIL: 03_network_attach_detach_multiple_pos 
	 xm network-attach returned invalid 256 != 0

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Failed to create domain

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #12: x460sles9_x86_64-8gb.report --]
[-- Type: text/plain, Size: 646 bytes --]

Xm-test execution summary:
  PASS:  95
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 /proc/cpuinfo says xend didn't enforce dom0_cpus (16 != 1)

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #13: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-02-10 18:56 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-02-10 18:56 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2299 bytes --]

February 10, 2006,  using xen-unstable changeset:

changeset:   8818:47013962e411
tag:         tip
user:        emellor@leeni.uk.xensource.com
date:        Thu Feb  9 20:23:36 2006 +0100
summary:     Cope with -1 eventchn_fd -- this occurs when using --no-
domain-init (a

Issues affecting all platforms:
        
        * Bugzilla Bug 518    Hotplug scripts not working. - xm-test
        fails and hangs, specifically 13_create_multinic_pos. 
        Ran xm-test with 13_create_multinic_pos.test disabled.
        
x86_32 (no PAE support)

      * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES:  

x86_32 (PAE)

      * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
      ThinkCentre
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES:
       
x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades 8843 41U and xSeries 460,
8-way, 8GB of RAM)

      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES: 
        * Bugzilla Bug 522    oom-killer: gfp_mask=0x201d2, order=
   
--XM-TEST Results--

SUMMARY**:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |   96 |    6 |     0 |     3 |
 hs20.2.sles9-x86_64 |   96 |    6 |     0 |     3 |
     hs20.fc4_x86_64 |   96 |    6 |     0 |     3 |
hs20.rhel4-x86_32pae |   98 |    4 |     0 |     3 |
     x235sles9nonpae |   99 |    3 |     0 |     3 |
          x305rh4pae |   97 |    4 |     0 |     3 |
     x305sles9nonpae |   98 |    3 |     0 |     3 |
          x335fc4pae |   99 |    3 |     0 |     3 |
    x335sles9_pae4gb |   99 |    3 |     0 |     3 |

** Bugzilla Bug 518    Hotplug scripts not working. - xm-test fails and
hangs, specifically 13_create_multinic_pos. Ran xm-test with
13_create_multinic_pos.test disabled.


-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 577 bytes --]

Xm-test execution summary:
  PASS:  96
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 4096 4192 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 64 512 1440 1500 1505 32767 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #3: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 574 bytes --]

Xm-test execution summary:
  PASS:  96
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 1440 4096 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1440 1500 1505 4096 4192 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #4: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 592 bytes --]

Xm-test execution summary:
  PASS:  96
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 1500 1505 4192 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 1500 4096 4192 32767 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #5: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 412 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #6: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 363 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 512 1440 1500 1505 4096 32767 65507.


[-- Attachment #7: x305rh4pae.report --]
[-- Type: text/plain, Size: 412 bytes --]

Xm-test execution summary:
  PASS:  97
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #8: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 339 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.


[-- Attachment #9: x335fc4pae.report --]
[-- Type: text/plain, Size: 339 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.


[-- Attachment #10: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 339 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.


[-- Attachment #11: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-02-09 19:17 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-02-09 19:17 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2273 bytes --]

February 9, 2006,  using xen-unstable changeset:

changeset:   8797:66260f1a9bde
tag:         tip
user:        rread@ubuntu.eng.hq.xensource.com
date:        Wed Feb  8 20:20:51 2006 -0700
summary:     Fix the backward compatibility support for using 'vcpus' in
the image section of the domain sexp.

Issues affecting all platforms:
        
        * Bugzilla Bug 518    Hotplug scripts not working. - xm-test
        fails and hangs, specifically 13_create_multinic_pos. 
        Ran xm-test with 13_create_multinic_pos.test disabled.
        
x86_32 (no PAE support)

      * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES:  

x86_32 (PAE)

      * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
      ThinkCentre
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES:
       
x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades 8843 41U and xSeries 460,
8-way, 8GB of RAM)

      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES: 
        * Bugzilla Bug 522    oom-killer: gfp_mask=0x201d2, order=
   
--XM-TEST Results--

SUMMARY**:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
              FC3pae |   98 |    4 |     0 |     3 |
 hs20.1.sles9-x86_64 |   94 |    8 |     0 |     3 |
 hs20.2.sles9-x86_64 |   94 |    8 |     0 |     3 |
     hs20.fc4_x86_64 |   96 |    6 |     0 |     3 |
hs20.rhel4-x86_32pae |   98 |    4 |     0 |     3 |
     x235sles9nonpae |   99 |    3 |     0 |     3 |
          x305rh4pae |   97 |    4 |     0 |     3 |
    x335sles9_pae4gb |   99 |    3 |     0 |     3 |

** Bugzilla Bug 518    Hotplug scripts not working. - xm-test fails and
hangs, specifically 13_create_multinic_pos. Ran xm-test with
13_create_multinic_pos.test disabled.

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: FC3pae.report --]
[-- Type: text/plain, Size: 412 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #3: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 685 bytes --]

Xm-test execution summary:
  PASS:  94
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Failed to create domain

 FAIL: 06_block-destroy_check_list_pos 
	 Failed to create domain

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #4: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 721 bytes --]

Xm-test execution summary:
  PASS:  94
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 08_block_attach_bad_filedevice_neg 
	 Failed to create domain

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Unexpected error exceptions.UnicodeError

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #5: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 545 bytes --]

Xm-test execution summary:
  PASS:  96
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #6: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 412 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #7: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 339 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.


[-- Attachment #8: x305rh4pae.report --]
[-- Type: text/plain, Size: 412 bytes --]

Xm-test execution summary:
  PASS:  97
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #9: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 346 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 64 512 32767 65507.


[-- Attachment #10: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-02-08 23:01 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-02-08 23:01 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2721 bytes --]

February 8, 2006 using xen-unstable.hg changeset:

changeset:   8781:dcc2beb8a1d2
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Tue Feb  7 17:30:50 2006 +0100
summary:     /sbin/udev no longer exists in upstream udev, so use
udevinfo for

On IBM HS20 Blades, used:
changeset:   8793:974ed9f73641
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Wed Feb  8 10:27:32 2006 +0100
summary:     Fix Xen timer interface to allow migration of timers


x86_32 (no PAE support)

       * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs

       ISSUES:  
     
x86_32 (PAE)

       * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
       ThinkCentre
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and guest domains

       ISSUES:


x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades 8843 41U and xSeries 460)

       * Builds and boots without problems
       * Running workloads on 11 VMs and dom0 on xSeries 460
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs


       ISSUES: 
        * Bugzilla Bug 522    oom-killer: gfp_mask=0x201d2, order=
------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
              FC3pae |   98 |    4 |     0 |     3 |
 hs20.1.sles9-x86_64 |   95 |    7 |     0 |     3 |
 hs20.2.sles9-x86_64 |   94 |    8 |     0 |     3 |
     hs20.fc4_x86_64 |   95 |    7 |     0 |     3 |
hs20.rhel4-x86_32pae |   98 |    4 |     0 |     3 |
     x235sles9nonpae |   99 |    3 |     0 |     3 |
          x305rh4pae |   97 |    4 |     0 |     3 |
     x305sles9nonpae |   98 |    3 |     0 |     3 |
          x335fc4pae |   99 |    3 |     0 |     3 |
    x335sles9_pae4gb |   99 |    3 |     0 |     3 |


-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides
-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: FC3pae.report --]
[-- Type: text/plain, Size: 412 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #3: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 611 bytes --]

Xm-test execution summary:
  PASS:  95
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 4096 32767 65507.

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #4: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 679 bytes --]

Xm-test execution summary:
  PASS:  94
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 03_network_attach_detach_multiple_pos 
	 Failed to create domain

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #5: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 633 bytes --]

Xm-test execution summary:
  PASS:  95
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 1500 1505 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 64 512 1440 4192 32767 65507.

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #6: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 427 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 1440 1500 1505 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #7: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 339 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.


[-- Attachment #8: x305rh4pae.report --]
[-- Type: text/plain, Size: 412 bytes --]

Xm-test execution summary:
  PASS:  97
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #9: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 339 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.


[-- Attachment #10: x335fc4pae.report --]
[-- Type: text/plain, Size: 339 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.


[-- Attachment #11: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 339 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.


[-- Attachment #12: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-02-07 20:58 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-02-07 20:58 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1864 bytes --]

February 7, 2006,  using xen-unstable changeset:

changeset:   8772:55268b90a519
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Mon Feb  6 18:02:49 2006 +0100
summary:     Remove the PHYSDEV_ACCESS configure option from Linux.

Issues affecting all platforms:
        
        * Bugzilla Bug 518    Hotplug scripts not working. - xm-test
        fails and hangs, specifically 13_create_multinic_pos
        
x86_32 (no PAE support)

      * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES:  

x86_32 (PAE)

      * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
      ThinkCentre
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES:
       
x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades 8843 41U and xSeries 460,
8-way, 8GB of RAM)

      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES: 
   
--XM-TEST Results--

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
              FC3pae |   98 |    4 |     0 |     3 |
hs20.rhel4-x86_32pae |   98 |    4 |     0 |     3 |
     x235sles9nonpae |   99 |    4 |     0 |     3 |
          x305rh4pae |   97 |    4 |     0 |     3 |
     x305sles9nonpae |   98 |    3 |     0 |     3 |
          x335fc4pae |   98 |    4 |     0 |     3 |
    x335sles9_pae4gb |   99 |    3 |     0 |     3 |

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: FC3pae.report --]
[-- Type: text/plain, Size: 412 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #3: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 412 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #4: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 423 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 13_create_multinic_pos 
	 (5 nics) Console didn't respond probably crashed!

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.


[-- Attachment #5: x305rh4pae.report --]
[-- Type: text/plain, Size: 412 bytes --]

Xm-test execution summary:
  PASS:  97
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #6: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 339 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.


[-- Attachment #7: x335fc4pae.report --]
[-- Type: text/plain, Size: 403 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 03_sysrq_withreboot_pos 
	 [Errno 5] Input/output error


[-- Attachment #8: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 339 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.


[-- Attachment #9: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-02-06 21:34 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-02-06 21:34 UTC (permalink / raw)
  To: xen-devel

February 6, 2006,  using xen-unstable changeset:

changeset:   8758:57e6d7218427
tag:         tip
user:        cl349@firebug.cl.cam.ac.uk
date:        Fri Feb  3 12:45:14 2006 +0000
summary:     Fix hypercall_page location on x86_64.


Issues affecting all platforms:
        
* Bugzilla Bug 504    Unable to ssh into guest domains
* Bugzilla Bug 518    Hotplug scripts not working. - xm-test fails
        
x86_32 (no PAE support)

      * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES:  

x86_32 (PAE)

      * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
      ThinkCentre
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES:
       
x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades 8843 41U and xSeries 460,
8-way, 8GB of RAM)

      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes

      ISSUES: 

   
--XM-TEST Results--

SUMMARY:

xm-test failing: Bugzilla Bug 518    Hotplug scripts not working. - xm-
test fails 
Error: Device 0 (vif) could not be connected. Hotplug scripts not
working.


-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-02-03 19:46 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-02-03 19:46 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2186 bytes --]

February 3, 2006,  using xen-unstable changeset:

changeset:   8737:1987bb42110a
tag:         tip
user:        cl349@firebug.cl.cam.ac.uk
date:        Thu Feb  2 07:57:18 2006 +0000
summary:     Fix and cleanup how we build i386/x86_64 swiotlb.o.

Issues affecting all platforms:
	
        * Bugzilla Bug 504    Unable to ssh into guest domains
        
x86_32 (no PAE support)

      * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes
      * Successfully ran LTP and LMBench on Dom0s and DomUs

      ISSUES:  

x86_32 (PAE)

      * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
      ThinkCentre
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes
      * Successfully ran LTP and LMBench on Dom0s and guest domains

      ISSUES:
       
x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades 8843 41U and xSeries 460,
8-way, 8GB of RAM)

      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes
      * Successfully ran LTP and LMBench on Dom0s and DomUs

      ISSUES: 

	* Bugzilla Bug #513 - Kernel BUG at mm/rmap.c:486
   
--XM-TEST Results--

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
              FC3pae |   99 |    4 |     0 |     3 |
 hs20.1.sles9-x86_64 |   91 |   12 |     0 |     3 |
 hs20.2.sles9-x86_64 |   90 |   13 |     0 |     3 |
     hs20.fc4_x86_64 |   95 |    8 |     0 |     3 |
hs20.rhel4-x86_32pae |   99 |    4 |     0 |     3 |
     x235sles9nonpae |  100 |    3 |     0 |     3 |
          x305rh4pae |   98 |    4 |     0 |     3 |
     x305sles9nonpae |   99 |    3 |     0 |     3 |
          x335fc4pae |  100 |    3 |     0 |     3 |
    x335sles9_pae4gb |  100 |    3 |     0 |     3 |

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: FC3pae.report --]
[-- Type: text/plain, Size: 412 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #3: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 1047 bytes --]

Xm-test execution summary:
  PASS:  91
  FAIL:  12
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Failed to create domain

 FAIL: 08_block_attach_bad_filedevice_neg 
	 Failed to create domain

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Unexpected error exceptions.UnicodeError

 FAIL: 04_memset_smallmem_pos 
	 Bug #145 Ballooning DomU too low caused run-away

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 03_network_attach_detach_multiple_pos 
	 Failed to create domain

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #4: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 1131 bytes --]

Xm-test execution summary:
  PASS:  90
  FAIL:  13
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Failed to create domain

 FAIL: 08_block_attach_bad_filedevice_neg 
	 Failed to create domain

 FAIL: 13_create_multinic_pos 
	 (9 nics) Console didn't respond probably crashed!

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Unexpected error exceptions.UnicodeError

 FAIL: 04_memset_smallmem_pos 
	 Bug #145 Ballooning DomU too low caused run-away

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 03_network_attach_detach_multiple_pos 
	 Failed to create domain

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #5: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 724 bytes --]

Xm-test execution summary:
  PASS:  95
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Bug #145 Ballooning DomU too low caused run-away

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #6: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 412 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #7: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 340 bytes --]

Xm-test execution summary:
  PASS:  100
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.


[-- Attachment #8: x305rh4pae.report --]
[-- Type: text/plain, Size: 412 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #9: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 339 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.


[-- Attachment #10: x335fc4pae.report --]
[-- Type: text/plain, Size: 340 bytes --]

Xm-test execution summary:
  PASS:  100
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.


[-- Attachment #11: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 340 bytes --]

Xm-test execution summary:
  PASS:  100
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.


[-- Attachment #12: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-02-02 20:45 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-02-02 20:45 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1864 bytes --]

February 2, 2006,  using xen-unstable changeset:

changeset:   8729:5a63f675107c
tag:         tip
user:        cl349@firebug.cl.cam.ac.uk
date:        Wed Feb  1 12:00:19 2006 +0000
summary:     Update to Linux 2.6.15.
 
ISSUE: 
        * Bugzilla Bug 504    Unable to ssh or telnet into guest domains
          (Affecting all platforms)
        * Default configs do not have SCSI devices enabled for most of
        my machines. 
        

x86_32 (no PAE support)

      * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes
      * Successfully ran LTP and LMBench on Dom0s and DomUs

      ISSUES:  

x86_32 (PAE)

      * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
      ThinkCentre
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes
      * Successfully ran LTP and LMBench on Dom0s and guest domains

      ISSUES:
       
x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades 8843 41U and xSeries 460,
8-way, 8GB of RAM)

      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes
      * Successfully ran LTP and LMBench on Dom0s and DomUs

      ISSUES: 
        
        
--XM-TEST Results--

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
              FC3pae |   99 |    4 |     0 |     3 |
          x305rh4pae |   97 |    5 |     0 |     3 |
     x305sles9nonpae |   99 |    3 |     0 |     3 |

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: FC3pae.report --]
[-- Type: text/plain, Size: 412 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #3: x305rh4pae.report --]
[-- Type: text/plain, Size: 496 bytes --]

Xm-test execution summary:
  PASS:  97
  FAIL:  5
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 13_create_multinic_pos 
	 (8 nics) Console didn't respond probably crashed!

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #4: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 339 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.


[-- Attachment #5: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-02-01 21:42 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-02-01 21:42 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2218 bytes --]

February 1, 2006,  using xen-unstable changeset:

changeset:   8717:9a05a503897c
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Tue Jan 31 12:55:55 2006 +0100
summary:     Fix the ia64 build.

ISSUE: 
        * Bugzilla Bug 504    Unable to ssh into guest domains
        (Affecting all platforms)
        

x86_32 (no PAE support)

      * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes
      * Successfully ran LTP and LMBench on Dom0s and DomUs

      ISSUES:  

x86_32 (PAE)

      * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
      ThinkCentre
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes
      * Successfully ran LTP and LMBench on Dom0s and guest domains

      ISSUES:
       
x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades 8843 41U and xSeries 460,
8-way, 8GB of RAM)

      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes
      * Successfully ran LTP and LMBench on Dom0s and DomUs

      ISSUES: 
      * Bugzilla Bug $411 - xend died
      * Unable to boot x86_64 box with FC4. Currently investigating why

--XM-TEST Results--

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
              FC3pae |   98 |    5 |     0 |     3 |
 hs20.1.sles9-x86_64 |   88 |   15 |     0 |     3 |
 hs20.2.sles9-x86_64 |   88 |   15 |     0 |     3 |
hs20.rhel4-x86_32pae |   98 |    5 |     0 |     3 |
     x235sles9nonpae |   99 |    4 |     0 |     3 |
          x305rh4pae |   97 |    5 |     0 |     3 |
     x305sles9nonpae |   98 |    4 |     0 |     3 |
          x335fc4pae |   99 |    4 |     0 |     3 |
    x335sles9_pae4gb |   99 |    4 |     0 |     3 |
x460sles9_x86_64-8gb |   95 |    8 |     0 |     3 |

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: FC3pae.report --]
[-- Type: text/plain, Size: 473 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  5
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #3: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 1243 bytes --]

Xm-test execution summary:
  PASS:  88
  FAIL:  15
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_block_attach_file_device_pos 
	 Failed to create domain

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Failed to create domain

 FAIL: 08_block_attach_bad_filedevice_neg 
	 Failed to create domain

 FAIL: 04_block-destroy_nonattached_neg 
	 Unable to create domain

 FAIL: 06_block-destroy_check_list_pos 
	 Failed to create domain

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Unexpected error exceptions.UnicodeError

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 512 1440 1500 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 4096 65507.

 FAIL: 03_network_attach_detach_multiple_pos 
	 Failed to create domain

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #4: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 1262 bytes --]

Xm-test execution summary:
  PASS:  88
  FAIL:  15
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_block_attach_file_device_pos 
	 Failed to create domain

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Failed to create domain

 FAIL: 08_block_attach_bad_filedevice_neg 
	 Failed to create domain

 FAIL: 04_block-destroy_nonattached_neg 
	 Unable to create domain

 FAIL: 06_block-destroy_check_list_pos 
	 Failed to create domain

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Unexpected error exceptions.UnicodeError

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 03_network_attach_detach_multiple_pos 
	 Failed to create domain

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #5: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 482 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  5
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 04_restore_withdevices_pos 
	 xm restore exited with 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #6: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 427 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 64 512 1440 1500 1505 4096 32767 65507.

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1


[-- Attachment #7: x305rh4pae.report --]
[-- Type: text/plain, Size: 473 bytes --]

Xm-test execution summary:
  PASS:  97
  FAIL:  5
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #8: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 400 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1


[-- Attachment #9: x335fc4pae.report --]
[-- Type: text/plain, Size: 413 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 1505 4096 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 512 1440 65507.

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1


[-- Attachment #10: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 456 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 1500 1505 4192 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 04_restore_withdevices_pos 
	 xm restore exited with 256 != 0


[-- Attachment #11: x460sles9_x86_64-8gb.report --]
[-- Type: text/plain, Size: 705 bytes --]

Xm-test execution summary:
  PASS:  95
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #12: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-01-31 20:01 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-01-31 20:01 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2319 bytes --]

Monday, January 31, 2006,  using xen-unstable changeset:

changeset:   8712:efd7c2f3b496
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Tue Jan 31 07:29:26 2006 +0100
summary:     Fix 64-bit debug build.

ISSUE: 
        * Bugzilla Bug 504    Unable to ssh into guest domains
        (Affecting all platforms)
        

x86_32 (no PAE support)

      * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes
      * Successfully ran LTP and LMBench on Dom0s and DomUs

      ISSUES:  

x86_32 (PAE)

      * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
      ThinkCentre
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes
      * Successfully ran LTP and LMBench on Dom0s and guest domains

      ISSUES:
       
x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades 8843 41U and xSeries 460,
8-way, 8GB of RAM)

      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes
      * Successfully ran LTP and LMBench on Dom0s and DomUs

      ISSUES: 
        * Bugzilla Bug $411 - xend died
        * Bugzilla Bug 493    scsi0 (128:0): rejecting I/O to offline
        device (With changest 8705)

--XM-TEST Results--

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
              FC3pae |   98 |    5 |     0 |     3 |
 hs20.1.sles9-x86_64 |   88 |   15 |     0 |     3 |
 hs20.2.sles9-x86_64 |   94 |    9 |     0 |     3 |
     hs20.fc4_x86_64 |   95 |    8 |     0 |     3 |
hs20.rhel4-x86_32pae |   99 |    4 |     0 |     3 |
     x235sles9nonpae |   99 |    4 |     0 |     3 |
          x305rh4pae |   97 |    5 |     0 |     3 |
     x305sles9nonpae |   98 |    4 |     0 |     3 |
          x335fc4pae |   99 |    4 |     0 |     3 |
    x335sles9_pae4gb |   99 |    4 |     0 |     3 |
x460sles9_x86_64-8gb |   86 |   17 |     0 |     3 |

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: FC3pae.report --]
[-- Type: text/plain, Size: 473 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  5
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #3: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 1234 bytes --]

Xm-test execution summary:
  PASS:  88
  FAIL:  15
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_block_attach_file_device_pos 
	 Failed to create domain

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Failed to create domain

 FAIL: 08_block_attach_bad_filedevice_neg 
	 Failed to create domain

 FAIL: 04_block-destroy_nonattached_neg 
	 Unable to create domain

 FAIL: 06_block-destroy_check_list_pos 
	 Failed to create domain

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Unexpected error exceptions.UnicodeError

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 512 32767 65507.

 FAIL: 03_network_attach_detach_multiple_pos 
	 Failed to create domain

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #4: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 811 bytes --]

Xm-test execution summary:
  PASS:  94
  FAIL:  9
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Unexpected error exceptions.UnicodeError

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #5: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 724 bytes --]

Xm-test execution summary:
  PASS:  95
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Bug #145 Ballooning DomU too low caused run-away

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #6: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 412 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #7: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 400 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1


[-- Attachment #8: x305rh4pae.report --]
[-- Type: text/plain, Size: 473 bytes --]

Xm-test execution summary:
  PASS:  97
  FAIL:  5
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #9: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 400 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1


[-- Attachment #10: x335fc4pae.report --]
[-- Type: text/plain, Size: 400 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1


[-- Attachment #11: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 409 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 04_restore_withdevices_pos 
	 xm restore exited with 256 != 0


[-- Attachment #12: x460sles9_x86_64-8gb.report --]
[-- Type: text/plain, Size: 1457 bytes --]

Xm-test execution summary:
  PASS:  86
  FAIL:  17
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 xm block-detach returned invalid 256 != 0

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 xm block-detach returned invalid 256 != 0

 FAIL: 06_block-list_checkremove_pos 
	 block-detach of hda1 failed

 FAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 05_block-destroy_byname_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 06_block-destroy_check_list_pos 
	 block-detach failed

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 02_network_attach_detach_pos 
	 xm network-detach returned invalid 256 != 0

 FAIL: 03_network_attach_detach_multiple_pos 
	 xm network-detach returned invalid 256 != 0

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #13: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-01-30 19:33 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-01-30 19:33 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2135 bytes --]

Monday, January 30, 2006,  using xen-unstable changeset:

changeset:   8705:690fc13948db
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Mon Jan 30 06:35:43 2006 +0100
summary:     Fix 64b build.

x86_32 (no PAE support)

      * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes
      * Successfully ran LTP and LMBench on Dom0s and DomUs

      ISSUES:  

x86_32 (PAE)

      * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
      ThinkCentre
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes
      * Successfully ran LTP and LMBench on Dom0s and guest domains

      ISSUES:
        * Bugzilla bug 501 - xm-test -- 13_create_multinic_pos.test
        failing
  
x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades 8843 41U and xSeries 460,
8-way, 8GB of RAM)

      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes
      * Successfully ran LTP and LMBench on Dom0s and DomUs

      ISSUES: 
        * Bugzilla Bug $411 - xend died
        * Bugzilla Bug #493 - scsi0(128:0): rejecting I/O to offline
        device
        * Bugzilla Bug #500 - dom0 - irqbalance[2427]:segfault at
        00000000005326f0
      
--

--XM-TEST Results--

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |

              FC3pae |   99 |    4 |     0 |     3 |
hs20.1.sles9-x86_64  |   88 |   15 |     0 |     3 |
hs20.2.sles9-x86_64  |   88 |   15 |     0 |     3 |
     hs20.fc4_x86_64 |   95 |    8 |     0 |     3 |
hs20.rhel4-x86_32pae |   80 |   23 |     0 |     3 |
     x235sles9nonpae |  100 |    3 |     0 |     3 |
          x305rh4pae |   98 |    4 |     0 |     3 |
     x305sles9nonpae |   99 |    3 |     0 |     3 |
          x335fc4pae |  100 |    3 |     0 |     3 |
x460sles9_x86_64-8gb |   93 |   10 |     0 |     3 |

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

[-- Attachment #2: FC3pae.report --]
[-- Type: text/plain, Size: 412 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #3: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 1276 bytes --]

Xm-test execution summary:
  PASS:  88
  FAIL:  15
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_block_attach_file_device_pos 
	 Failed to create domain

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Failed to create domain

 FAIL: 08_block_attach_bad_filedevice_neg 
	 Failed to create domain

 FAIL: 04_block-destroy_nonattached_neg 
	 Unable to create domain

 FAIL: 06_block-destroy_check_list_pos 
	 Failed to create domain

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Unexpected error exceptions.UnicodeError

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 512 1440 1500 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 03_network_attach_detach_multiple_pos 
	 Failed to create domain

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #4: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 1273 bytes --]

Xm-test execution summary:
  PASS:  88
  FAIL:  15
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_block_attach_file_device_pos 
	 Failed to create domain

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Failed to create domain

 FAIL: 08_block_attach_bad_filedevice_neg 
	 Failed to create domain

 FAIL: 04_block-destroy_nonattached_neg 
	 Unable to create domain

 FAIL: 06_block-destroy_check_list_pos 
	 Failed to create domain

 FAIL: 13_create_multinic_pos 
	 (8 nics) Console didn't respond probably crashed!

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Unexpected error exceptions.UnicodeError

 FAIL: 04_memset_smallmem_pos 
	 Bug #145 Ballooning DomU too low caused run-away

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 512 1440 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 4096 4192 32767 65507.

 FAIL: 03_network_attach_detach_multiple_pos 
	 Failed to create domain

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #5: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 708 bytes --]

Xm-test execution summary:
  PASS:  95
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 64 32767 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #6: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 1757 bytes --]

Xm-test execution summary:
  PASS:  80
  FAIL:  23
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_block-list_attachbd_pos 
	 Timed out waiting for console

 FAIL: 06_block-list_checkremove_pos 
	 hda1 still shown in block-list after detach!

 FAIL: 01_block-destroy_btblock_pos 
	 Timed out waiting for console

 FAIL: 02_block-destroy_rtblock_pos 
	 Timed out waiting for console

 FAIL: 05_block-destroy_byname_pos 
	 Timed out waiting for console

 FAIL: 06_block-destroy_check_list_pos 
	 block-list does not show that hda1 was removed

 FAIL: 01_create_basic_pos 
	 Timed out waiting for console

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

 FAIL: 12_create_concurrent_stress_pos 
	 Timed out waiting for console

 FAIL: 13_create_multinic_pos 
	 (0 nics) Console didn't respond probably crashed!

 FAIL: 14_create_blockroot_pos 
	 Timed out waiting for console

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 01_destroy_basic_pos 
	 Timed out waiting for console

 FAIL: 07_destroy_stale_pos 
	 Timed out waiting for console

 FAIL: 01_memset_basic_pos 
	 Timed out waiting for console

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Timed out waiting for console

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 03_sysrq_withreboot_pos 
	 Timed out waiting for console

 FAIL: 01_restore_basic_pos 
	 Timed out waiting for console

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #7: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 352 bytes --]

Xm-test execution summary:
  PASS:  100
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 64 512 4192 32767 65507.


[-- Attachment #8: x305rh4pae.report --]
[-- Type: text/plain, Size: 412 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #9: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 339 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.


[-- Attachment #10: x335fc4pae.report --]
[-- Type: text/plain, Size: 386 bytes --]

Xm-test execution summary:
  PASS:  100
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 48 64 512 1500 1505 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 48 64 1500 1505 4096 4192 32767 65507.


[-- Attachment #11: x460sles9_x86_64-8gb.report --]
[-- Type: text/plain, Size: 868 bytes --]

Xm-test execution summary:
  PASS:  93
  FAIL:  10
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 /proc/cpuinfo says xend didn't enforce dom0_cpus (16 != 1)

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #12: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-01-27 17:50 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-01-27 17:50 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1972 bytes --]

Friday, January 27, 2006,  using xen-unstable changeset:

changeset:   8678:f1bfe32828a1
tag:         tip
user:        Ian.Campbell@xensource.com
date:        Fri Jan 27 08:24:50 2006 +0000
summary:     Checkin missing hunks from previous commit

x86_32 (no PAE support)

      * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes
      * Successfully ran LTP and LMBench on Dom0s and DomUs

      ISSUES:  

x86_32 (PAE)

      * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
      ThinkCentre
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes
      * Successfully ran LTP and LMBench on Dom0s and guest domains

      ISSUES:
  
x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades 8843 41U and xSeries 460,
8-way, 8GB of RAM)

      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes
      * Successfully ran LTP and LMBench on Dom0s and DomUs

      ISSUES:    
      
--

--XM-TEST Results--

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
              FC3pae |   99 |    4 |     0 |     3 |
 hs20.1.sles9-x86_64 |   87 |   16 |     0 |     3 |
 hs20.2.sles9-x86_64 |   89 |   14 |     0 |     3 |
     hs20.fc4_x86_64 |   95 |    8 |     0 |     3 |
hs20.rhel4-x86_32pae |   76 |   27 |     0 |     3 |
     x235sles9nonpae |  100 |    3 |     0 |     3 |
          x305rh4pae |   98 |    4 |     0 |     3 |
     x305sles9nonpae |   99 |    3 |     0 |     3 |
          x335fc4pae |  100 |    3 |     0 |     3 |
    x335sles9_pae4gb |   91 |   12 |     0 |     3 |
x460sles9_x86_64-8gb |   93 |   10 |     0 |     3 |

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

[-- Attachment #2: FC3pae.report --]
[-- Type: text/plain, Size: 412 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #3: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 1309 bytes --]

Xm-test execution summary:
  PASS:  87
  FAIL:  16
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_block_attach_file_device_pos 
	 Failed to create domain

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Failed to create domain

 FAIL: 08_block_attach_bad_filedevice_neg 
	 Failed to create domain

 FAIL: 03_block-list_anotherbd_pos 
	 Unable to create domain

 FAIL: 04_block-destroy_nonattached_neg 
	 Unable to create domain

 FAIL: 06_block-destroy_check_list_pos 
	 Failed to create domain

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Unexpected error exceptions.UnicodeError

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 48 64 1440 1500 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 03_network_attach_detach_multiple_pos 
	 Failed to create domain

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #4: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 1167 bytes --]

Xm-test execution summary:
  PASS:  89
  FAIL:  14
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_block_attach_file_device_pos 
	 Failed to create domain

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Failed to create domain

 FAIL: 08_block_attach_bad_filedevice_neg 
	 Failed to create domain

 FAIL: 04_block-destroy_nonattached_neg 
	 Unable to create domain

 FAIL: 06_block-destroy_check_list_pos 
	 Failed to create domain

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Unexpected error exceptions.UnicodeError

 FAIL: 04_memset_smallmem_pos 
	 Bug #145 Ballooning DomU too low caused run-away

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 1505 4096 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1440 1500 65507.

 FAIL: 03_network_attach_detach_multiple_pos 
	 Failed to create domain

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #5: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 719 bytes --]

Xm-test execution summary:
  PASS:  95
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 512 1440 4096 32767 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #6: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 2021 bytes --]

Xm-test execution summary:
  PASS:  76
  FAIL:  27
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_block-list_attachbd_pos 
	 Timed out waiting for console

 FAIL: 01_block-destroy_btblock_pos 
	 Timed out waiting for console

 FAIL: 06_block-destroy_check_list_pos 
	 block-list does not show that hda1 was removed

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

 FAIL: 13_create_multinic_pos 
	 (0 nics) Console didn't respond probably crashed!

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 07_destroy_stale_pos 
	 Timed out waiting for console

 FAIL: 01_memset_basic_pos 
	 Timed out waiting for console

 FAIL: 03_memset_random_pos 
	 Timed out waiting for console

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 Timed out waiting for console

XFAIL: 05_network_dom0_ping_pos 
	 Timed out waiting for console

XFAIL: 11_network_domU_ping_pos 
	 Timed out waiting for console

 FAIL: 01_network_attach_pos 
	 Timed out waiting for console

 FAIL: 02_network_attach_detach_pos 
	 Timed out waiting for console

 FAIL: 03_network_attach_detach_multiple_pos 
	 Timed out waiting for console

 FAIL: 01_pause_basic_pos 
	 Timed out waiting for console

 FAIL: 01_reboot_basic_pos 
	 Failed to read from console (fd=3) [Errno 5] Input/output error

 FAIL: 01_shutdown_basic_pos 
	 Timed out waiting for console

 FAIL: 02_sysrq_sync_pos 
	 Timed out waiting for console

 FAIL: 03_sysrq_withreboot_pos 
	 Timed out waiting for console

 FAIL: 01_unpause_basic_pos 
	 Timed out waiting for console

 FAIL: 01_vcpu-disable_basic_pos 
	 "xm vcpu-set 01_vcpu-disable_basic_pos-1138380812 2" returned invalid 256 != 0

 FAIL: 01_save_basic_pos 
	 Command execution time exceeded 30 seconds

 FAIL: 01_restore_basic_pos 
	 Timed out waiting for console

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	 Timed out waiting for console


[-- Attachment #7: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 360 bytes --]

Xm-test execution summary:
  PASS:  100
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 1505 4096 4192 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 4192 32767 65507.


[-- Attachment #8: x305rh4pae.report --]
[-- Type: text/plain, Size: 412 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #9: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 339 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.


[-- Attachment #10: x335fc4pae.report --]
[-- Type: text/plain, Size: 374 bytes --]

Xm-test execution summary:
  PASS:  100
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 4192 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 512 1440 1500 1505 4096 4192 32767 65507.


[-- Attachment #11: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 944 bytes --]

Xm-test execution summary:
  PASS:  91
  FAIL:  12
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 13_create_multinic_pos 
	 (0 nics) Console didn't respond probably crashed!

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 07_destroy_stale_pos 
	 Timed out waiting for console

 FAIL: 01_memset_basic_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Timed out waiting for console

XFAIL: 11_network_domU_ping_pos 
	 Timed out waiting for console

 FAIL: 01_network_attach_pos 
	 Timed out waiting for console

 FAIL: 01_pause_basic_pos 
	 Timed out waiting for console

 FAIL: 01_reboot_basic_pos 
	 Timed out waiting for console

 FAIL: 03_sysrq_withreboot_pos 
	 Timed out waiting for console

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console


[-- Attachment #12: x460sles9_x86_64-8gb.report --]
[-- Type: text/plain, Size: 868 bytes --]

Xm-test execution summary:
  PASS:  93
  FAIL:  10
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 /proc/cpuinfo says xend didn't enforce dom0_cpus (16 != 1)

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #13: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-01-26 20:04 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-01-26 20:04 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2241 bytes --]

January 26, 2006,  using xen-unstable changeset:

changeset:   8671:5fcc346d6fe0
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Thu Jan 26 04:31:28 2006 +0100
summary:     Must destroy grant-table maptrack table before pagetables,

x86_32 (no PAE support)

    * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
    * Builds and boots without problems
    * Able to create fully functional guest domains
    * Ran xm-test on all boxes
    * Successfully ran LTP and LMBench on Dom0s and DomUs

    ISSUES:     

x86_32 (PAE)

    * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
    ThinkCentre
    * Builds and boots without problems
    * Able to create fully functional guest domains
    * Ran xm-test on all boxes
    * Successfully ran LTP and LMBench on Dom0s and guest domains

    ISSUES:

x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades 8843 41U and IBM xSeries 460)

    * Builds and boots without problems
    * Able to create fully functional guest domains
    * Ran xm-test on all boxes
    * Successfully ran LTP and LMBench on Dom0s and DomUs

    ISSUES:           
        * Bugzilla Bug 411 - xend died (REOPENED)
        * Bugzilla Bug 493 - scsi0 (128:0): rejecting I/O to offline device

------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

SUMMARY:

            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
              FC3pae |   99 |    4 |     0 |     3 |
hs20.1.sles9-x86_64 |   88 |   15 |     0 |     3 |
hs20.2.sles9-x86_64 |   89 |   14 |     0 |     3 |
     hs20.fc4_x86_64 |   95 |    8 |     0 |     3 |
hs20.rhel4-x86_32pae |   85 |   18 |     0 |     3 |
     x235sles9nonpae |  100 |    3 |     0 |     3 |
          x305rh4pae |   98 |    4 |     0 |     3 |
     x305sles9nonpae |   99 |    3 |     0 |     3 |
          x335fc4pae |  100 |    3 |     0 |     3 |
x460sles9_x86_64-8gb |   94 |    9 |     0 |     3 |

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides



[-- Attachment #2: FC3pae.report --]
[-- Type: text/plain, Size: 435 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0



[-- Attachment #3: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 1296 bytes --]

Xm-test execution summary:
  PASS:  88
  FAIL:  15
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_block_attach_file_device_pos 
	 Failed to create domain

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Failed to create domain

 FAIL: 08_block_attach_bad_filedevice_neg 
	 Failed to create domain

 FAIL: 04_block-destroy_nonattached_neg 
	 Unable to create domain

 FAIL: 06_block-destroy_check_list_pos 
	 Failed to create domain

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Unexpected error exceptions.UnicodeError

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 1500 1505 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 03_network_attach_detach_multiple_pos 
	 Failed to create domain

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason



[-- Attachment #4: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 1206 bytes --]

Xm-test execution summary:
  PASS:  89
  FAIL:  14
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_block_attach_file_device_pos 
	 Failed to create domain

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Failed to create domain

 FAIL: 08_block_attach_bad_filedevice_neg 
	 Failed to create domain

 FAIL: 04_block-destroy_nonattached_neg 
	 Unable to create domain

 FAIL: 06_block-destroy_check_list_pos 
	 Failed to create domain

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Unexpected error exceptions.UnicodeError

 FAIL: 04_memset_smallmem_pos 
	 Bug #145 Ballooning DomU too low caused run-away

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 03_network_attach_detach_multiple_pos 
	 Failed to create domain

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason



[-- Attachment #5: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 740 bytes --]

Xm-test execution summary:
  PASS:  95
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason



[-- Attachment #6: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 1522 bytes --]

Xm-test execution summary:
  PASS:  85
  FAIL:  18
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_block-list_attachbd_pos 
	 Timed out waiting for console

 FAIL: 01_block-destroy_btblock_pos 
	 Timed out waiting for console

 FAIL: 06_block-destroy_check_list_pos 
	 block-list does not show that hda1 was removed

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

 FAIL: 13_create_multinic_pos 
	 (0 nics) Console didn't respond probably crashed!

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 07_destroy_stale_pos 
	 Timed out waiting for console

 FAIL: 01_memset_basic_pos 
	 Timed out waiting for console

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Timed out waiting for console

 FAIL: 02_network_attach_detach_pos 
	 Timed out waiting for console

 FAIL: 01_shutdown_basic_pos 
	 Timed out waiting for console

 FAIL: 02_sysrq_sync_pos 
	 Timed out waiting for console

 FAIL: 03_sysrq_withreboot_pos 
	 Timed out waiting for console

 FAIL: 01_vcpu-disable_basic_pos 
	 "xm vcpu-set 01_vcpu-disable_basic_pos-1138294323 2" returned invalid 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0



[-- Attachment #7: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 360 bytes --]

Xm-test execution summary:
  PASS:  100
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.



[-- Attachment #8: x305rh4pae.report --]
[-- Type: text/plain, Size: 435 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0



[-- Attachment #9: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 359 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.



[-- Attachment #10: x335fc4pae.report --]
[-- Type: text/plain, Size: 360 bytes --]

Xm-test execution summary:
  PASS:  100
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.



[-- Attachment #11: x460sles9_x86_64-8gb.report --]
[-- Type: text/plain, Size: 844 bytes --]

Xm-test execution summary:
  PASS:  94
  FAIL:  9
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 /proc/cpuinfo says xend didn't enforce dom0_cpus (16 != 1)

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason



[-- Attachment #12: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-01-25 19:29 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-01-25 19:29 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2270 bytes --]

January 25, 2006,  using xen-unstable changeset:

changeset:   8647:a38c292e8390
tag:         tip
parent:      8646:40bb46f599d9
parent:      8645:1f87f39aa0e1
user:        emellor@leeni.uk.xensource.com
date:        Tue Jan 24 10:54:34 2006 +0100
summary:     Merged.

x86_32 (no PAE support)

     * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
     * Builds and boots without problems
     * Able to create fully functional guest domains
     * Ran xm-test on all boxes
     * Successfully ran LTP and LMBench on Dom0s and DomUs

     ISSUES:      x86_32 (PAE)

     * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
     ThinkCentre
     * Builds and boots without problems
     * Able to create fully functional guest domains
     * Ran xm-test on all boxes
     * Successfully ran LTP and LMBench on Dom0s and guest domains

     ISSUES:

x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades 8843 41U and IBM xSeries 460)

     * Builds and boots without problems
     * Able to create fully functional guest domains
     * Ran xm-test on all boxes
     * Successfully ran LTP and LMBench on Dom0s and DomUs

     ISSUES:        
     * Bugzilla Bug 411 - xend died (REOPENED)

------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

SUMMARY:
                    Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
                      C3pae |   99 |    4 |     0 |     3 |
 hs20.1.sles9-x86_64 |   94 |    9 |     0 |     3 |
 hs20.2.sles9-x86_64 |   95 |    8 |     0 |     3 |
      hs20.fc4_x86_64 |   95 |    8 |     0 |     3 |
hs20.rhel4-x86_32pae |   99 |    4 |     0 |     3 |
      x235sles9nonpae |  100 |    3 |     0 |     3 |
              x305rh4pae |   98 |    4 |     0 |     3 |
      x305sles9nonpae |   99 |    3 |     0 |     3 |
              x335fc4pae |  100 |    3 |     0 |     3 |
    x335sles9_pae4gb |   99 |    4 |     0 |     3 |
x460sles9_x86_64-8gb |   93 |   10 |     0 |     3 |

--
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides



[-- Attachment #2: FC3pae.report --]
[-- Type: text/plain, Size: 412 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #3: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 850 bytes --]

Xm-test execution summary:
  PASS:  94
  FAIL:  9
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Unexpected error exceptions.UnicodeError

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 48 64 512 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #4: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 771 bytes --]

Xm-test execution summary:
  PASS:  95
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Unexpected error exceptions.UnicodeError

 FAIL: 04_memset_smallmem_pos 
	 Bug #145 Ballooning DomU too low caused run-away

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 1500 1505 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 64 512 1440 1500 4096 4192 32767 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #5: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 739 bytes --]

Xm-test execution summary:
  PASS:  95
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 512 1440 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #6: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 412 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #7: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 392 bytes --]

Xm-test execution summary:
  PASS:  100
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 1440 1500 1505 4096 4192 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 64 512 1440 1500 1505 4192 32767 65507.


[-- Attachment #8: x305rh4pae.report --]
[-- Type: text/plain, Size: 412 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #9: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 339 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.


[-- Attachment #10: x335fc4pae.report --]
[-- Type: text/plain, Size: 340 bytes --]

Xm-test execution summary:
  PASS:  100
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.


[-- Attachment #11: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 426 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 64 512 1500 1505 32767 65507.

 FAIL: 04_restore_withdevices_pos 
	 xm restore exited with 256 != 0


[-- Attachment #12: x460sles9_x86_64-8gb.report --]
[-- Type: text/plain, Size: 888 bytes --]

Xm-test execution summary:
  PASS:  93
  FAIL:  10
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 1500 1505 4096 4192 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 /proc/cpuinfo says xend didn't enforce dom0_cpus (16 != 1)

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #13: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-01-24 18:29 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-01-24 18:29 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 1953 bytes --]

January 24, 2006,  using xen-unstable changeset:

changeset:   8636:3a62d8978788
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Mon Jan 23 09:27:00 2006 +0100
summary:     The present pud_offset_k implementation runs the value read
through

x86_32 (no PAE support)

      * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes
      * Successfully ran LTP and LMBench on Dom0s and DomUs

      ISSUES:  

x86_32 (PAE)

      * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
      ThinkCentre
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes
      * Successfully ran LTP and LMBench on Dom0s and guest domains

      ISSUES:
  
x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades 8843 41U and xSeries 460,
8-way, 8GB of RAM)

      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes
      * Successfully ran LTP and LMBench on Dom0s and DomUs

      ISSUES:    
      
--

--XM-TEST Results--

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
--+--+--+--+--+
              FC3pae |   99 |    4 |     0 |     3 |
 hs20.1.sles9-x86_64 |   94 |    9 |     0 |     3 |
 hs20.2.sles9-x86_64 |   95 |    8 |     0 |     3 |
     hs20.fc4_x86_64 |   95 |    8 |     0 |     3 |
hs20.rhel4-x86_32pae |   98 |    5 |     0 |     3 |
     x235sles9nonpae |  100 |    3 |     0 |     3 |
          x305rh4pae |   98 |    4 |     0 |     3 |
     x305sles9nonpae |   99 |    3 |     0 |     3 |
          x335fc4pae |   97 |    6 |     0 |     3 |
    x335sles9_pae4gb |   99 |    4 |     0 |     3 |
x460sles9_x86_64-8gb |   93 |   10 |     0 |     3 |


-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

[-- Attachment #2: FC3pae.report --]
[-- Type: text/plain, Size: 412 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #3: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 811 bytes --]

Xm-test execution summary:
  PASS:  94
  FAIL:  9
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Unexpected error exceptions.UnicodeError

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #4: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 753 bytes --]

Xm-test execution summary:
  PASS:  95
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Unexpected error exceptions.UnicodeError

 FAIL: 04_memset_smallmem_pos 
	 Bug #145 Ballooning DomU too low caused run-away

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 512 1440 1500 4192 32767 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #5: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 739 bytes --]

Xm-test execution summary:
  PASS:  95
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 512 1440 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #6: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 412 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #7: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 360 bytes --]

Xm-test execution summary:
  PASS:  100
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1500 1505 4096 4192 32767 65507.


[-- Attachment #8: x305rh4pae.report --]
[-- Type: text/plain, Size: 412 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #9: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 339 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.


[-- Attachment #10: x335fc4pae.report --]
[-- Type: text/plain, Size: 366 bytes --]

Xm-test execution summary:
  PASS:  100
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 1440 1500 1505 4192 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 48 64 32767 65507.


[-- Attachment #11: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 360 bytes --]

Xm-test execution summary:
  PASS:  100
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 48 64 512 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1500 1505 32767 65507.


[-- Attachment #12: x460sles9_x86_64-8gb.report --]
[-- Type: text/plain, Size: 868 bytes --]

Xm-test execution summary:
  PASS:  93
  FAIL:  10
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 /proc/cpuinfo says xend didn't enforce dom0_cpus (16 != 1)

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #13: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-01-23 18:00 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-01-23 18:00 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2269 bytes --]

January 23, 2006 using xen-unstable.hg changeset:

changeset:   8633:c4ae9456a459
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Fri Jan 20 13:31:09 2006 +0100
summary:     The arguments to memset are ordered incorrectly in the

x86_32 (no PAE support)

       * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs

       ISSUES:  
     
x86_32 (PAE)

       * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
       ThinkCentre
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and guest domains

       ISSUES:


x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades 8843 41U and xSeries 460)

       * Builds and boots without problems
       * Running workloads on 11 VMs and dom0 on xSeries 460
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs


       ISSUES: 

------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
              FC3pae |   99 |    4 |     0 |     3 |
 hs20.1.sles9-x86_64 |   94 |    9 |     0 |     3 |
 hs20.2.sles9-x86_64 |   94 |    9 |     0 |     3 |
     hs20.fc4_x86_64 |   95 |    8 |     0 |     3 |
hs20.rhel4-x86_32pae |   99 |    4 |     0 |     3 |
     x235sles9nonpae |  100 |    3 |     0 |     3 |
          x305rh4pae |   98 |    4 |     0 |     3 |
     x305sles9nonpae |   99 |    3 |     0 |     3 |
          x335fc4pae |  100 |    3 |     0 |     3 |
    x335sles9_pae4gb |  100 |    3 |     0 |     3 |
x460sles9_x86_64-8gb |   93 |   10 |     0 |     3 |

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: FC3pae.report --]
[-- Type: text/plain, Size: 412 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #3: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 829 bytes --]

Xm-test execution summary:
  PASS:  94
  FAIL:  9
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Unexpected error exceptions.UnicodeError

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 48 1500 1505 4096 32767 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #4: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 827 bytes --]

Xm-test execution summary:
  PASS:  94
  FAIL:  9
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Unexpected error exceptions.UnicodeError

 FAIL: 04_memset_smallmem_pos 
	 Bug #145 Ballooning DomU too low caused run-away

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #5: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 739 bytes --]

Xm-test execution summary:
  PASS:  95
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 512 1440 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #6: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 412 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #7: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 354 bytes --]

Xm-test execution summary:
  PASS:  100
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 512 1440 1500 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.


[-- Attachment #8: x305rh4pae.report --]
[-- Type: text/plain, Size: 412 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #9: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 339 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.


[-- Attachment #10: x335fc4pae.report --]
[-- Type: text/plain, Size: 340 bytes --]

Xm-test execution summary:
  PASS:  100
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.


[-- Attachment #11: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 355 bytes --]

Xm-test execution summary:
  PASS:  100
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 48 64 4192 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1500 1505 65507.


[-- Attachment #12: x460sles9_x86_64-8gb.report --]
[-- Type: text/plain, Size: 868 bytes --]

Xm-test execution summary:
  PASS:  93
  FAIL:  10
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 /proc/cpuinfo says xend didn't enforce dom0_cpus (16 != 1)

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #13: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-01-20 21:33 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-01-20 21:33 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2107 bytes --]

January 20, 2006,  using xen-unstable changeset:

changeset:   8631:8a3549172896
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Thu Jan 19 13:04:53 2006 +0100
summary:     Fix a bug that causes storage key auth to be generated
twice.

x86_32 (no PAE support)

      * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes
      * Successfully ran LTP and LMBench on Dom0s and DomUs

      ISSUES:  

x86_32 (PAE)

      * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
      ThinkCentre
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes
      * Successfully ran LTP and LMBench on Dom0s and guest domains

      ISSUES:
  
x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades 8843 41U and xSeries 460,
8-way, 8GB of RAM)

      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes
      * Successfully ran LTP and LMBench on Dom0s and DomUs

      ISSUES:    
      
------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
              FC3pae |   99 |    4 |     0 |     3 |
 hs20.1.sles9-x86_64 |   94 |    9 |     0 |     3 |
 hs20.2.sles9-x86_64 |   95 |    8 |     0 |     3 |
     hs20.fc4_x86_64 |   95 |    8 |     0 |     3 |
hs20.rhel4-x86_32pae |   98 |    5 |     0 |     3 |
     x235sles9nonpae |  100 |    3 |     0 |     3 |
          x305rh4pae |   98 |    4 |     0 |     3 |
     x305sles9nonpae |   99 |    3 |     0 |     3 |
          x335fc4pae |   97 |    6 |     0 |     3 |
    x335sles9_pae4gb |   99 |    4 |     0 |     3 |
x460sles9_x86_64-8gb |   93 |   10 |     0 |     3 |


-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

[-- Attachment #2: FC3pae.report --]
[-- Type: text/plain, Size: 412 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #3: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 811 bytes --]

Xm-test execution summary:
  PASS:  94
  FAIL:  9
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Unexpected error exceptions.UnicodeError

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #4: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 728 bytes --]

Xm-test execution summary:
  PASS:  95
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Unexpected error exceptions.UnicodeError

 FAIL: 04_memset_smallmem_pos 
	 Bug #145 Ballooning DomU too low caused run-away

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #5: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 732 bytes --]

Xm-test execution summary:
  PASS:  95
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 64 512 1505 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1505 4096 4192 32767 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #6: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 482 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  5
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 04_restore_withdevices_pos 
	 xm restore exited with 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #7: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 382 bytes --]

Xm-test execution summary:
  PASS:  100
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 64 512 1440 1505 4096 4192 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1500 1505 4096 32767 65507.


[-- Attachment #8: x305rh4pae.report --]
[-- Type: text/plain, Size: 412 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #9: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 339 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.


[-- Attachment #10: x335fc4pae.report --]
[-- Type: text/plain, Size: 604 bytes --]

Xm-test execution summary:
  PASS:  97
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1440 1500 1505 65507.

 FAIL: 01_restore_basic_pos 
	 Restore didn't result in a running 01_restore_basic_pos-1137764341 domain!

 FAIL: 04_restore_withdevices_pos 
	 xm restore exited with 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 Command execution time exceeded 90 seconds


[-- Attachment #11: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 432 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 4096 4192 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 512 1440 1500 1505 65507.

 FAIL: 04_restore_withdevices_pos 
	 xm restore exited with 256 != 0


[-- Attachment #12: x460sles9_x86_64-8gb.report --]
[-- Type: text/plain, Size: 868 bytes --]

Xm-test execution summary:
  PASS:  93
  FAIL:  10
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 /proc/cpuinfo says xend didn't enforce dom0_cpus (16 != 1)

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #13: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-01-19 17:55 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-01-19 17:55 UTC (permalink / raw)
  To: xen-devel

January 19, 2006,  using xen-unstable changeset:

changeset:   8628:9d86f5a5e426
tag:         tip
user:        vhanquez@kneesa.uk.xensource.com
date:        Wed Jan 18 06:58:11 2006 +0000
summary:     Delete 2 unused Kconfig files.


x86_32 (no PAE support)

      * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes
      * Successfully ran LTP and LMBench on Dom0s and DomUs

      ISSUES:  

x86_32 (PAE)

      * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
      ThinkCentre
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes
      * Successfully ran LTP and LMBench on Dom0s and guest domains

      ISSUES:
  
x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades 8843 41U and xSeries 460,
8-way, 8GB of RAM)

      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes
      * Successfully ran LTP and LMBench on Dom0s and DomUs

      ISSUES:    
      
------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

SUMMARY:

            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
              FC3pae |   99 |    4 |     0 |     3 |
 hs20.1.sles9-x86_64 |   94 |    9 |     0 |     3 |
 hs20.2.sles9-x86_64 |   95 |    8 |     0 |     3 |
     hs20.fc4_x86_64 |   95 |    8 |     0 |     3 |
hs20.rhel4-x86_32pae |   99 |    4 |     0 |     3 |
     x235sles9nonpae |  100 |    3 |     0 |     3 |
          x305rh4pae |   98 |    4 |     0 |     3 |
     x305sles9nonpae |   99 |    3 |     0 |     3 |
          x335fc4pae |   97 |    6 |     0 |     3 |
    x335sles9_pae4gb |  100 |    3 |     0 |     3 |
x460sles9_x86_64-8gb |   93 |   10 |     0 |     3 |

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-01-16 16:08 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-01-16 16:08 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2043 bytes --]

January 16, 2006,  using xen-unstable changeset:

changeset:   8612:d783bdd14f2e
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Sat Jan 14 16:40:09 2006 +0100
summary:     Remove the free_vcpu() interface I added in the preceding

x86_32 (no PAE support)

      * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes
      * Successfully ran LTP and LMBench on Dom0s and DomUs

      ISSUES:  

x86_32 (PAE)

      * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
      ThinkCentre
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes
      * Successfully ran LTP and LMBench on Dom0s and guest domains

      ISSUES:
  
x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades 8843 41U and xSeries 460,
8-way, 8GB of RAM)

      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes
      * Successfully ran LTP and LMBench on Dom0s and DomUs

      ISSUES:    
      
------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |   94 |    9 |     0 |     3 |
 hs20.2.sles9-x86_64 |   95 |    8 |     0 |     3 |
     hs20.fc4_x86_64 |   95 |    8 |     0 |     3 |
hs20.rhel4-x86_32pae |   97 |    6 |     0 |     3 |
     x235sles9nonpae |   97 |    6 |     0 |     3 |
     x305sles9nonpae |   96 |    6 |     0 |     3 |
          x335fc4pae |   97 |    6 |     0 |     3 |
    x335sles9_pae4gb |   97 |    6 |     0 |     3 |
x460sles9_x86_64-8gb |   94 |    9 |     0 |     3 |

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "

[-- Attachment #2: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 867 bytes --]

Xm-test execution summary:
  PASS:  94
  FAIL:  9
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Unexpected error exceptions.UnicodeError

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 64 512 1440 32767 65507.

 FAIL: 01_restore_basic_pos 
	 Restore didn't result in a running 01_restore_basic_pos-1137418947 domain!

 FAIL: 04_restore_withdevices_pos 
	 xm restore exited with 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #3: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 793 bytes --]

Xm-test execution summary:
  PASS:  95
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Unexpected error exceptions.UnicodeError

 FAIL: 04_memset_smallmem_pos 
	 Bug #145 Ballooning DomU too low caused run-away

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1500 1505 4096 32767 65507.

 FAIL: 01_restore_basic_pos 
	 Restore didn't result in a running 01_restore_basic_pos-1137419079 domain!

 FAIL: 04_restore_withdevices_pos 
	 xm restore exited with 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #4: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 724 bytes --]

Xm-test execution summary:
  PASS:  95
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 512 1440 1500 1505 32767 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #5: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 589 bytes --]

Xm-test execution summary:
  PASS:  97
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_restore_basic_pos 
	 Restore didn't result in a running 01_restore_basic_pos-1137426751 domain!

 FAIL: 04_restore_withdevices_pos 
	 xm restore exited with 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #6: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 644 bytes --]

Xm-test execution summary:
  PASS:  97
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 64 512 1500 1505 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 01_restore_basic_pos 
	 Restore didn't result in a running 01_restore_basic_pos-1137418672 domain!

 FAIL: 04_restore_withdevices_pos 
	 xm restore exited with 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 Command execution time exceeded 90 seconds


[-- Attachment #7: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 595 bytes --]

Xm-test execution summary:
  PASS:  96
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_restore_basic_pos 
	 Restore didn't result in a running 01_restore_basic_pos-1137418536 domain!

 FAIL: 04_restore_withdevices_pos 
	 xm restore exited with 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 Command execution time exceeded 90 seconds


[-- Attachment #8: x335fc4pae.report --]
[-- Type: text/plain, Size: 618 bytes --]

Xm-test execution summary:
  PASS:  97
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 48 64 512 1440 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 512 4096 4192 32767 65507.

 FAIL: 01_restore_basic_pos 
	 Restore didn't result in a running 01_restore_basic_pos-1137419001 domain!

 FAIL: 04_restore_withdevices_pos 
	 xm restore exited with 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #9: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 589 bytes --]

Xm-test execution summary:
  PASS:  97
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_restore_basic_pos 
	 Restore didn't result in a running 01_restore_basic_pos-1137418762 domain!

 FAIL: 04_restore_withdevices_pos 
	 xm restore exited with 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #10: x460sles9_x86_64-8gb.report --]
[-- Type: text/plain, Size: 856 bytes --]

Xm-test execution summary:
  PASS:  94
  FAIL:  9
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 /proc/cpuinfo says xend didn't enforce dom0_cpus (16 != 1)

 FAIL: 01_restore_basic_pos 
	 Restore didn't result in a running 01_restore_basic_pos-1137423808 domain!

 FAIL: 04_restore_withdevices_pos 
	 xm restore exited with 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 Command execution time exceeded 90 seconds


[-- Attachment #11: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-01-13 18:35 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-01-13 18:35 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2215 bytes --]

January 13, 2006,  using xen-unstable changeset:

changeset:   8571:bfcdf4099d23
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Thu Jan 12 07:27:55 2006 +0100
summary:     fixes some compiler warnings due to new types used in

x86_32 (no PAE support)

      * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes
      * Successfully ran LTP and LMBench on Dom0s and DomUs

      ISSUES:  

x86_32 (PAE)

      * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
      ThinkCentre
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes
      * Successfully ran LTP and LMBench on Dom0s and guest domains

      ISSUES:
        Bugzilla Bug 479 -(XEN) (file=memory.c, line=42) Only
        I/O-capable domains may allocate multi-page extents.
  
x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades 8843 41U and xSeries 460,
8-way, 8GB of RAM)

      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes
      * Successfully ran LTP and LMBench on Dom0s and DomUs

      ISSUES:    
      
------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
              FC3pae |   99 |    4 |     0 |     3 |
 hs20.1.sles9-x86_64 |   94 |    9 |     0 |     3 |
 hs20.2.sles9-x86_64 |   95 |    8 |     0 |     3 |
     hs20.fc4_x86_64 |   95 |    8 |     0 |     3 |
hs20.rhel4-x86_32pae |   99 |    4 |     0 |     3 |
     x235sles9nonpae |  100 |    3 |     0 |     3 |
     x305sles9nonpae |   99 |    3 |     0 |     3 |
          x335fc4pae |  100 |    3 |     0 |     3 |
    x335sles9_pae4gb |  100 |    3 |     0 |     3 |
x460sles9_x86_64-8gb |   94 |    9 |     0 |     3 |

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "

[-- Attachment #2: FC3pae.report --]
[-- Type: text/plain, Size: 412 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #3: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 860 bytes --]

Xm-test execution summary:
  PASS:  94
  FAIL:  9
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Unexpected error exceptions.UnicodeError

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 64 512 1440 1500 1505 4096 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 64 512 1440 1500 1505 32767 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #4: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 776 bytes --]

Xm-test execution summary:
  PASS:  95
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Unexpected error exceptions.UnicodeError

 FAIL: 04_memset_smallmem_pos 
	 Bug #145 Ballooning DomU too low caused run-away

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 4096 4192 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 64 512 1440 1500 1505 4096 4192 32767 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #5: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 732 bytes --]

Xm-test execution summary:
  PASS:  95
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 4096 4192 32767 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #6: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 412 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #7: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 346 bytes --]

Xm-test execution summary:
  PASS:  100
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 64 512 1440 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 65507.


[-- Attachment #8: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 339 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.


[-- Attachment #9: x335fc4pae.report --]
[-- Type: text/plain, Size: 385 bytes --]

Xm-test execution summary:
  PASS:  100
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 48 64 512 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 48 64 512 1440 1500 1505 4096 4192 32767 65507.


[-- Attachment #10: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 377 bytes --]

Xm-test execution summary:
  PASS:  100
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 1440 1500 1505 4096 4192 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 32767 65507.


[-- Attachment #11: x460sles9_x86_64-8gb.report --]
[-- Type: text/plain, Size: 806 bytes --]

Xm-test execution summary:
  PASS:  94
  FAIL:  9
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 /proc/cpuinfo says xend didn't enforce dom0_cpus (16 != 1)

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #12: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-01-12 16:40 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-01-12 16:40 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2168 bytes --]

January 12, 2006,  using xen-unstable changeset:

changeset:   8569:4b8919585039
tag:         tip
parent:      8568:642b26779c4e
parent:      8567:821368442403
user:        emellor@leeni.uk.xensource.com
date:        Thu Jan 12 06:20:04 2006 +0100
summary:     Merged.

x86_32 (no PAE support)

      * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes
      * Successfully ran LTP and LMBench on Dom0s and DomUs

      ISSUES:  

x86_32 (PAE)

      * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
      ThinkCentre
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes
      * Successfully ran LTP and LMBench on Dom0s and guest domains

      ISSUES:
  
x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades 8843 41U and xSeries 460,
8-way, 8GB of RAM)

      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes
      * Successfully ran LTP and LMBench on Dom0s and DomUs

      ISSUES:    
      
------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
              FC3pae |   99 |    4 |     0 |     3 |
 hs20.1.sles9-x86_64 |   94 |    9 |     0 |     3 |
 hs20.2.sles9-x86_64 |   95 |    8 |     0 |     3 |
     hs20.fc4_x86_64 |   95 |    8 |     0 |     3 |
hs20.rhel4-x86_32pae |   99 |    4 |     0 |     3 |
     x235sles9nonpae |  100 |    3 |     0 |     3 |
     x305sles9nonpae |   99 |    3 |     0 |     3 |
          x335fc4pae |  100 |    3 |     0 |     3 |
    x335sles9_pae4gb |   99 |    4 |     0 |     3 |
x460sles9_x86_64-8gb |   92 |   11 |     0 |     3 |

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                       

[-- Attachment #2: FC3pae.report --]
[-- Type: text/plain, Size: 412 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #3: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 848 bytes --]

Xm-test execution summary:
  PASS:  94
  FAIL:  9
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Unexpected error exceptions.UnicodeError

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #4: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 771 bytes --]

Xm-test execution summary:
  PASS:  95
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Unexpected error exceptions.UnicodeError

 FAIL: 04_memset_smallmem_pos 
	 Bug #145 Ballooning DomU too low caused run-away

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #5: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 742 bytes --]

Xm-test execution summary:
  PASS:  95
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #6: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 412 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #7: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 340 bytes --]

Xm-test execution summary:
  PASS:  100
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.


[-- Attachment #8: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 339 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.


[-- Attachment #9: x335fc4pae.report --]
[-- Type: text/plain, Size: 350 bytes --]

Xm-test execution summary:
  PASS:  100
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1500 1505 32767 65507.


[-- Attachment #10: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 414 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 4192 32767 65507.

 FAIL: 04_restore_withdevices_pos 
	 xm restore exited with 256 != 0


[-- Attachment #11: x460sles9_x86_64-8gb.report --]
[-- Type: text/plain, Size: 952 bytes --]

Xm-test execution summary:
  PASS:  92
  FAIL:  11
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 13_create_multinic_pos 
	 (6 nics) Console didn't respond probably crashed!

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 /proc/cpuinfo says xend didn't enforce dom0_cpus (16 != 1)

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #12: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-01-11 19:07 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-01-11 19:07 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2538 bytes --]

January 11, 2006,  using xen-unstable changeset:

changeset:   8545:a248738166b1
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Wed Jan 11 04:34:05 2006 +0100

x86_32 (no PAE support)

      * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes
      * Successfully ran LTP and LMBench on Dom0s and DomUs

      ISSUES:      x86_32 (PAE)

      * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
      ThinkCentre
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes
      * Successfully ran LTP and LMBench on Dom0s and guest domains

      ISSUES:

    Following messages  when executing  xm-test on  SLES 9 SP2, PAE
    enabled box, 4GB of RAM:
    (XEN) (file=memory.c, line=42) Only I/O-capable domains may allocate
    multi-page extents.
    (XEN) (file=/tmp/xen-unstable.hg/xen/include/asm/mm.h, line=203)
    Error pfn 101a63: rd=ff387500, od=00000000, caf=00000000, taf=00000000
    (XEN) DOM0: (file=mm.c, line=352) Could not get page ref for pfn 101a63
    (XEN) DOM0: (file=mm.c, line=2173) Could not get page for mach->phys
    update

    
x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades 8843 41U and IBM 460)

      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes
      * Successfully ran LTP and LMBench on Dom0s and DomUs

      ISSUES:    
      
------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
                    FC3pae |   99 |    4 |     0 |     3 |
 hs20.1.sles9-x86_64 |   95 |    8 |     0 |     3 |
 hs20.2.sles9-x86_64 |   96 |    7 |     0 |     3 |
      hs20.fc4_x86_64 |   95 |    8 |     0 |     3 |
hs20.rhel4-x86_32pae |   99 |    4 |     0 |     3 |
       x235sles9nonpae |  100 |    3 |     0 |     3 |
       x305sles9nonpae |   99 |    3 |     0 |     3 |
               x335fc4pae |  100 |    3 |     0 |     3 |
     x335sles9_pae4gb |   99 |    4 |     0 |     3 |

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides



[-- Attachment #2: FC3pae.report --]
[-- Type: text/plain, Size: 435 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0



[-- Attachment #3: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 761 bytes --]

Xm-test execution summary:
  PASS:  95
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 64 512 1440 1500 1505 4096 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason



[-- Attachment #4: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 685 bytes --]

Xm-test execution summary:
  PASS:  96
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 04_memset_smallmem_pos 
	 Bug #145 Ballooning DomU too low caused run-away

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 4192 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1500 1505 4096 4192 32767 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason



[-- Attachment #5: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 764 bytes --]

Xm-test execution summary:
  PASS:  95
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 64 512 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 64 512 1505 4192 32767 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason



[-- Attachment #6: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 435 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0



[-- Attachment #7: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 395 bytes --]

Xm-test execution summary:
  PASS:  100
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 48 64 512 1440 1500 1505 4096 4192 32767 65507.



[-- Attachment #8: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 359 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.



[-- Attachment #9: x335fc4pae.report --]
[-- Type: text/plain, Size: 402 bytes --]

Xm-test execution summary:
  PASS:  100
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 48 64 512 1440 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 64 512 1440 1505 4096 4192 32767 65507.



[-- Attachment #10: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 440 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 512 1440 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 4192 65507.

 FAIL: 04_restore_withdevices_pos 
	 xm restore exited with 256 != 0



[-- Attachment #11: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-01-09 17:23 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-01-09 17:23 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2150 bytes --]

January 9, 2006 using xen-unstable.hg changeset:

changeset:   8509:0aff653824db
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Sat Jan  7 09:53:25 2006 +0100
summary:     Reduce locked critical region in __enter_scheduler(),
 
x86_32 (no PAE support)

       * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs

       ISSUES:  
     
x86_32 (PAE)

       * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
       ThinkCentre
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and guest domains

       ISSUES:


x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades 8843 41U and IBM 460)

       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs

       ISSUES: 

------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
              FC3pae |   98 |    5 |     0 |     4 |
 hs20.1.sles9-x86_64 |   95 |    8 |     0 |     3 |
 hs20.2.sles9-x86_64 |   96 |    7 |     0 |     3 |
     hs20.fc4_x86_64 |   95 |    8 |     0 |     3 |
hs20.rhel4-x86_32pae |   99 |    4 |     0 |     3 |
     x235sles9nonpae |  100 |    3 |     0 |     3 |
     x305sles9nonpae |   99 |    3 |     0 |     3 |
          x335fc4pae |  100 |    3 |     1 |     3 |
    x335sles9_pae4gb |  100 |    3 |     0 |     3 |
 x460.fc3-x86_64-8gb |   95 |    8 |     0 |     3 |


-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: FC3pae.report --]
[-- Type: text/plain, Size: 490 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  5
  XPASS: 0
  XFAIL: 4


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	Unknown reason

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #3: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 727 bytes --]

Xm-test execution summary:
  PASS:  95
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 64 512 1440 1505 4096 32767 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #4: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 663 bytes --]

Xm-test execution summary:
  PASS:  96
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 04_memset_smallmem_pos 
	 Bug #145 Ballooning DomU too low caused run-away

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 512 1440 1500 1505 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 48 64 4096 4192 32767 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #5: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 727 bytes --]

Xm-test execution summary:
  PASS:  95
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 64 512 1440 1500 1505 32767 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #6: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 412 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #7: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 340 bytes --]

Xm-test execution summary:
  PASS:  100
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.


[-- Attachment #8: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 339 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.


[-- Attachment #9: x335fc4pae.report --]
[-- Type: text/plain, Size: 355 bytes --]

Xm-test execution summary:
  PASS:  100
  FAIL:  3
  XPASS: 1
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 1440 1500 1505 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.


[-- Attachment #10: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 380 bytes --]

Xm-test execution summary:
  PASS:  100
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 1440 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 48 64 512 1440 1500 1505 4096 4192 32767 65507.


[-- Attachment #11: x460.fc3-x86_64-8gb.report --]
[-- Type: text/plain, Size: 728 bytes --]

Xm-test execution summary:
  PASS:  95
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #12: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-01-06 18:40 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-01-06 18:40 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2211 bytes --]

January 6, 2006 using xen-unstable.hg changeset:

changeset:   8497:9efe7eb108e1*
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Wed Jan  4 11:51:38 2006 +0100
summary:     The dom0_ops implementation wasn't matching the interface
definition,

*(no change from yesterday at time of build)

x86_32 (no PAE support)

       * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs

       ISSUES:  
     
x86_32 (PAE)

       * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
       ThinkCentre
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and guest domains

       ISSUES:


x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades 8843 41U and IBM 460)

       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs

       ISSUES: 

------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
              FC3pae |   98 |    5 |     0 |     4 |
 hs20.1.sles9-x86_64 |   95 |    8 |     0 |     3 |
 hs20.2.sles9-x86_64 |   96 |    7 |     0 |     3 |
     hs20.fc4_x86_64 |   95 |    8 |     0 |     3 |
hs20.rhel4-x86_32pae |   99 |    4 |     0 |     3 |
     x235sles9nonpae |  100 |    3 |     0 |     3 |
     x305sles9nonpae |   99 |    3 |     0 |     3 |
          x335fc4pae |  100 |    3 |     1 |     3 |
    x335sles9_pae4gb |  100 |    3 |     0 |     3 |
 x460.fc3-x86_64-8gb |   95 |    8 |     0 |     3 |

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: FC3pae.report --]
[-- Type: text/plain, Size: 490 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  5
  XPASS: 0
  XFAIL: 4


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	Unknown reason

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #3: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 734 bytes --]

Xm-test execution summary:
  PASS:  95
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 48 64 512 1440 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 512 1440 4096 32767 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #4: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 647 bytes --]

Xm-test execution summary:
  PASS:  96
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 04_memset_smallmem_pos 
	 Bug #145 Ballooning DomU too low caused run-away

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 512 1440 1500 1505 32767 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #5: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 711 bytes --]

Xm-test execution summary:
  PASS:  95
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 48 64 32767 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #6: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 412 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #7: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 359 bytes --]

Xm-test execution summary:
  PASS:  100
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 512 1440 1500 4192 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.


[-- Attachment #8: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 339 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.


[-- Attachment #9: x335fc4pae.report --]
[-- Type: text/plain, Size: 355 bytes --]

Xm-test execution summary:
  PASS:  100
  FAIL:  3
  XPASS: 1
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 1440 1500 1505 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.


[-- Attachment #10: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 368 bytes --]

Xm-test execution summary:
  PASS:  100
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 4192 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 512 1440 1500 1505 4096 4192 65507.


[-- Attachment #11: x460.fc3-x86_64-8gb.report --]
[-- Type: text/plain, Size: 728 bytes --]

Xm-test execution summary:
  PASS:  95
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #12: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2006-01-05 17:49 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2006-01-05 17:49 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2164 bytes --]

January 5, 2006 using xen-unstable.hg changeset:

changeset:   8497:9efe7eb108e1
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Wed Jan  4 11:51:38 2006 +0100
summary:     The dom0_ops implementation wasn't matching the interface
definition,

x86_32 (no PAE support)

       * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs

       ISSUES:  
     
x86_32 (PAE)

       * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
       ThinkCentre
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and guest domains

       ISSUES:


x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades 8843 41U and IBM 460)

       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs

       ISSUES: 

------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
              FC3pae |   98 |    5 |     0 |     4 |
 hs20.1.sles9-x86_64 |   95 |    8 |     0 |     3 |
 hs20.2.sles9-x86_64 |   95 |    8 |     0 |     3 |
     hs20.fc4_x86_64 |   95 |    8 |     0 |     3 |
hs20.rhel4-x86_32pae |   99 |    4 |     0 |     3 |
     x235sles9nonpae |  100 |    3 |     0 |     3 |
     x305sles9nonpae |   99 |    3 |     0 |     3 |
          x335fc4pae |  100 |    3 |     1 |     3 |
    x335sles9_pae4gb |   99 |    4 |     0 |     3 |
 x460.fc3-x86_64-8gb |   95 |    8 |     0 |     3 |

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: FC3pae.report --]
[-- Type: text/plain, Size: 490 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  5
  XPASS: 0
  XFAIL: 4


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	Unknown reason

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #3: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 719 bytes --]

Xm-test execution summary:
  PASS:  95
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 512 1440 1500 32767 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #4: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 771 bytes --]

Xm-test execution summary:
  PASS:  95
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Unexpected error exceptions.UnicodeError

 FAIL: 04_memset_smallmem_pos 
	 Bug #145 Ballooning DomU too low caused run-away

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #5: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 725 bytes --]

Xm-test execution summary:
  PASS:  95
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 48 64 512 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1505 4096 32767 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #6: hs20.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 449 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 1 48 64 512 1440 1500 1505 4096 4192 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #7: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 354 bytes --]

Xm-test execution summary:
  PASS:  100
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 512 1440 1500 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.


[-- Attachment #8: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 339 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  3
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.


[-- Attachment #9: x335fc4pae.report --]
[-- Type: text/plain, Size: 350 bytes --]

Xm-test execution summary:
  PASS:  100
  FAIL:  3
  XPASS: 1
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1440 1500 32767 65507.


[-- Attachment #10: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 436 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 1500 1505 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 64 512 4096 4192 32767 65507.

 FAIL: 04_restore_withdevices_pos 
	 xm restore exited with 256 != 0


[-- Attachment #11: x460.fc3-x86_64-8gb.report --]
[-- Type: text/plain, Size: 728 bytes --]

Xm-test execution summary:
  PASS:  95
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #12: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-12-16 17:32 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-12-16 17:32 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2197 bytes --]

December 16, 2005 using test changeset:

changeset:   8385:3dc1c23dd508
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Thu Dec 15 21:57:27 2005 +0100
summary:     Slight fix to BIOS e820 bug workaround. Remove the check

x86_32 (no PAE support)

       * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs

       ISSUES:  
     
x86_32 (PAE)

       * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
       ThinkCentre
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and guest domains

       ISSUES:  
      * Bugzilla Bug 411  - xend died        

x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades 8843 41U and IBM 460)

       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs

       ISSUES: 

       
------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
              FC3pae |   98 |    5 |     0 |     4 |
hs20.rhel4-x86_32pae |   99 |    4 |     0 |     4 |
 hs20.1.sles9-x86_64 |   93 |   10 |     0 |     4 |
 hs20.2.sles9-x86_64 |   94 |    9 |     0 |     4 |
     hs20.fc4_x86_64 |   94 |    9 |     0 |     4 |
     x235sles9nonpae |   99 |    4 |     0 |     4 |
     x305sles9nonpae |   98 |    4 |     0 |     4 |
          x335fc4pae |   99 |    4 |     0 |     4 |
    x335sles9_pae4gb |   99 |    4 |     0 |     4 |
 x460.fc3-x86_64-8gb |   94 |    9 |     0 |     4 |

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: FC3pae.report --]
[-- Type: text/plain, Size: 490 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  5
  XPASS: 0
  XFAIL: 4


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	Unknown reason

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #3: hs20.1.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 417 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  4
  XPASS: 0
  XFAIL: 4


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	Unknown reason

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU


[-- Attachment #4: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 927 bytes --]

Xm-test execution summary:
  PASS:  93
  FAIL:  10
  XPASS: 0
  XFAIL: 4


Details:

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Unexpected error exceptions.UnicodeError

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 64 512 1505 4096 32767 65507.

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #5: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 844 bytes --]

Xm-test execution summary:
  PASS:  94
  FAIL:  9
  XPASS: 0
  XFAIL: 4


Details:

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Unexpected error exceptions.UnicodeError

 FAIL: 04_memset_smallmem_pos 
	 Bug #145 Ballooning DomU too low caused run-away

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 64 512 1440 32767 65507.

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #6: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 803 bytes --]

Xm-test execution summary:
  PASS:  94
  FAIL:  9
  XPASS: 0
  XFAIL: 4


Details:

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #7: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 437 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  4
  XPASS: 0
  XFAIL: 4


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU


[-- Attachment #8: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 437 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  4
  XPASS: 0
  XFAIL: 4


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU


[-- Attachment #9: x335fc4pae.report --]
[-- Type: text/plain, Size: 458 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  4
  XPASS: 0
  XFAIL: 4


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 1500 1505 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1 48 64 512 1440 65507.

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU


[-- Attachment #10: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 456 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  4
  XPASS: 0
  XFAIL: 4


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 4096 4192 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1505 4096 4192 65507.

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU


[-- Attachment #11: x460.fc3-x86_64-8gb.report --]
[-- Type: text/plain, Size: 826 bytes --]

Xm-test execution summary:
  PASS:  94
  FAIL:  9
  XPASS: 0
  XFAIL: 4


Details:

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #12: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-12-15 16:40 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-12-15 16:40 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2198 bytes --]

December 15, 2005 using xen-unstable changeset:

changeset:   8369:dc8122d90670
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Wed Dec 14 12:47:16 2005 +0100
summary:     Fix the issue when guest OS clear TS bit by mov to cr0 instead of

x86_32 (no PAE support)

       * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs

       ISSUES:  
     
x86_32 (PAE)

       * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
       ThinkCentre
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and guest domains

       ISSUES:
      * Bugzilla Bug 411  - xend died         
      

x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades 8843 41U and IBM 460)

       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs

       ISSUES: 
	* Bugzilla Bug 430 irqbalance[786]: segfault at 00002aaa00000003 rip 00002aaaaab52c88
       
------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
              FC3pae |   98 |    5 |     0 |     4 |
hs20.rhel4-x86_32pae |   99 |    4 |     0 |     4 |
 hs20.1.sles9-x86_64 |   92 |   11 |     0 |     4 |
 hs20.2.sles9-x86_64 |   93 |   10 |     0 |     4 |
     hs20.fc4_x86_64 |   94 |    9 |     0 |     4 |
     x235sles9nonpae |   99 |    4 |     0 |     4 |
     x305sles9nonpae |   98 |    4 |     0 |     4 |
          x335fc4pae |   99 |    4 |     0 |     4 |
    x335sles9_pae4gb |   99 |    4 |     0 |     4 |

-- Regards, David F Barrera Linux Technology Center Systems and 
Technology Group, IBM "The wisest men follow their own direction. " 
Euripides



[-- Attachment #2: FC3pae.report --]
[-- Type: text/plain, Size: 516 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  5
  XPASS: 0
  XFAIL: 4


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	Unknown reason

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0



[-- Attachment #3: hs20.1.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 440 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  4
  XPASS: 0
  XFAIL: 4


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	Unknown reason

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU



[-- Attachment #4: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 931 bytes --]

Xm-test execution summary:
  PASS:  93
  FAIL:  10
  XPASS: 0
  XFAIL: 4


Details:

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Unexpected error exceptions.UnicodeError

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	Unknown reason

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason



[-- Attachment #5: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 850 bytes --]

Xm-test execution summary:
  PASS:  94
  FAIL:  9
  XPASS: 0
  XFAIL: 4


Details:

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Unexpected error exceptions.UnicodeError

 FAIL: 04_memset_smallmem_pos 
	 Bug #145 Ballooning DomU too low caused run-away

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	Unknown reason

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason



[-- Attachment #6: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 821 bytes --]

Xm-test execution summary:
  PASS:  94
  FAIL:  9
  XPASS: 0
  XFAIL: 4


Details:

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	Unknown reason

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason



[-- Attachment #7: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 440 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  4
  XPASS: 0
  XFAIL: 4


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	Unknown reason

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU



[-- Attachment #8: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 440 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  4
  XPASS: 0
  XFAIL: 4


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	Unknown reason

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU



[-- Attachment #9: x335fc4pae.report --]
[-- Type: text/plain, Size: 445 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  4
  XPASS: 0
  XFAIL: 4


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 1440 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	Unknown reason

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU



[-- Attachment #10: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 457 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  4
  XPASS: 0
  XFAIL: 4


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 64 512 1440 1500 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	Unknown reason

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU



[-- Attachment #11: x460.fc3-x86_64-8gb.report --]
[-- Type: text/plain, Size: 844 bytes --]

Xm-test execution summary:
  PASS:  94
  FAIL:  9
  XPASS: 0
  XFAIL: 4


Details:

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	Unknown reason

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0



[-- Attachment #12: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-12-14 19:20 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-12-14 19:20 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2172 bytes --]

December 14, 2005 using xen-unstable changeset:

changeset:   8354:3c88c4d68fc1
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Tue Dec 13 18:25:07 2005 +0100
summary:     Clarify the BSD-ish licenses for the blk and net front-end
driversso

x86_32 (no PAE support)

       * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs

       ISSUES:  
     
x86_32 (PAE)

       * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
       ThinkCentre
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and guest domains

       ISSUES:
      * Bugzilla Bug 411  - xend died         
      

x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades 8843 41U and IBM 460)

       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs

       ISSUES: 

       
------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
              FC3pae |   98 |    5 |     0 |     4 |
hs20.1.rhel4-x86_32pae |   99 |    4 |     0 |     4 |
 hs20.1.sles9-x86_64 |   92 |   11 |     0 |     4 |
 hs20.2.sles9-x86_64 |   93 |   10 |     0 |     4 |
     hs20.fc4_x86_64 |   94 |    9 |     0 |     4 |
     x235sles9nonpae |   99 |    4 |     0 |     4 |
     x305sles9nonpae |   98 |    4 |     0 |     4 |
          x335fc4pae |   99 |    4 |     0 |     4 |
    x335sles9_pae4gb |   99 |    4 |     0 |     4 |

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: FC3pae.report --]
[-- Type: text/plain, Size: 490 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  5
  XPASS: 0
  XFAIL: 4


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	Unknown reason

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #3: hs20.1.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 417 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  4
  XPASS: 0
  XFAIL: 4


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	Unknown reason

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU


[-- Attachment #4: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 970 bytes --]

Xm-test execution summary:
  PASS:  92
  FAIL:  11
  XPASS: 0
  XFAIL: 4


Details:

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Unexpected error exceptions.UnicodeError

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 4096 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	Unknown reason

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU

 FAIL: 01_shutdown_basic_pos 
	 good xm shutdown exited with bad 256 != 0

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #5: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 888 bytes --]

Xm-test execution summary:
  PASS:  93
  FAIL:  10
  XPASS: 0
  XFAIL: 4


Details:

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Unexpected error exceptions.UnicodeError

 FAIL: 04_memset_smallmem_pos 
	 Bug #145 Ballooning DomU too low caused run-away

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	Unknown reason

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU

 FAIL: 01_shutdown_basic_pos 
	 good xm shutdown exited with bad 256 != 0

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #6: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 783 bytes --]

Xm-test execution summary:
  PASS:  94
  FAIL:  9
  XPASS: 0
  XFAIL: 4


Details:

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	Unknown reason

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #7: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 422 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  4
  XPASS: 0
  XFAIL: 4


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 4192 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	Unknown reason

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU


[-- Attachment #8: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 417 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  4
  XPASS: 0
  XFAIL: 4


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	Unknown reason

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU


[-- Attachment #9: x335fc4pae.report --]
[-- Type: text/plain, Size: 444 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  4
  XPASS: 0
  XFAIL: 4


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 64 512 1440 1505 4096 4192 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	Unknown reason

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU


[-- Attachment #10: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 417 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  4
  XPASS: 0
  XFAIL: 4


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	Unknown reason

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU


[-- Attachment #11: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Re: Daily Xen Builds
  2005-12-13 20:50 David F Barrera
@ 2005-12-13 23:01 ` Ewan Mellor
  0 siblings, 0 replies; 381+ messages in thread
From: Ewan Mellor @ 2005-12-13 23:01 UTC (permalink / raw)
  To: David F Barrera; +Cc: xen-devel

On Tue, Dec 13, 2005 at 02:50:30PM -0600, David F Barrera wrote:

>  FAIL: 06_list_nonroot 
> 	 xm help didn't see the root hint, saw Unexpected error exceptions.UnicodeError

Do you have a backtrace corresponding to this exception (in your
/var/log/xend.log or /var/log/xend-debug.log, hopefully)?  This should be an
easy one to fix.

Cheers,

Ewan.

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-12-13 20:50 David F Barrera
  2005-12-13 23:01 ` Ewan Mellor
  0 siblings, 1 reply; 381+ messages in thread
From: David F Barrera @ 2005-12-13 20:50 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2470 bytes --]

Note: 
The nics= option in the configuration file was deprecated yesterday.  If
previously you just had nics=1, then you now need vif=['']. Otherwise,
your domUs will not have functional networking.
        
There were also changes to the netfront driver, the vif-nat script,
vif-common.sh yesterday, so networking may be affected by those changes
also.

December 13, 2005 using test changeset:

changeset:   8333:7f2ccea5a4ec
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Mon Dec 12 20:47:47 2005 +0100
summary:     Fix rx buffer allocation in netfront. The final allocation
size

x86_32 (no PAE support)

       * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs

       ISSUES:  
     
x86_32 (PAE)

       * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
       ThinkCentre
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and guest domains

       ISSUES:  
      

x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades 8843 41U and IBM 460)

       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs

       ISSUES: 

       
------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
              FC3pae |   98 |    5 |     0 |     4 |
hs20.1.rhel4-x86_32pae |   98 |    5 |     0 |     4 |
 hs20.1.sles9-x86_64 |   92 |   11 |     0 |     4 |
 hs20.2.sles9-x86_64 |   92 |   11 |     0 |     4 |
     hs20.fc4_x86_64 |   93 |   10 |     0 |     4 |
     x235sles9nonpae |   98 |    5 |     0 |     4 |
     x305sles9nonpae |   97 |    5 |     0 |     4 |
          x335fc4pae |   99 |    4 |     0 |     4 |
    x335sles9_pae4gb |   99 |    4 |     0 |     4 |


-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: FC3pae.report --]
[-- Type: text/plain, Size: 510 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  5
  XPASS: 0
  XFAIL: 4


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #3: hs20.1.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 521 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  5
  XPASS: 0
  XFAIL: 4


Details:

 FAIL: 13_create_multinic_pos 
	 (6 nics) Console didn't respond probably crashed!

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU


[-- Attachment #4: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 971 bytes --]

Xm-test execution summary:
  PASS:  92
  FAIL:  11
  XPASS: 0
  XFAIL: 4


Details:

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Unexpected error exceptions.UnicodeError

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #5: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 978 bytes --]

Xm-test execution summary:
  PASS:  92
  FAIL:  11
  XPASS: 0
  XFAIL: 4


Details:

 FAIL: 13_create_multinic_pos 
	 (9 nics) Console didn't respond probably crashed!

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Unexpected error exceptions.UnicodeError

 FAIL: 04_memset_smallmem_pos 
	 Bug #145 Ballooning DomU too low caused run-away

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #6: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 865 bytes --]

Xm-test execution summary:
  PASS:  93
  FAIL:  10
  XPASS: 0
  XFAIL: 4


Details:

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #7: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 546 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  5
  XPASS: 0
  XFAIL: 4


Details:

 FAIL: 13_create_multinic_pos 
	 (7 nics) Console didn't respond probably crashed!

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 1440 1500 1505 4096 4192 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU


[-- Attachment #8: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 521 bytes --]

Xm-test execution summary:
  PASS:  97
  FAIL:  5
  XPASS: 0
  XFAIL: 4


Details:

 FAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU


[-- Attachment #9: x335fc4pae.report --]
[-- Type: text/plain, Size: 442 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  4
  XPASS: 0
  XFAIL: 4


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 4192 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU


[-- Attachment #10: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 437 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  4
  XPASS: 0
  XFAIL: 4


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU


[-- Attachment #11: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-12-12 20:01 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-12-12 20:01 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2196 bytes --]

December 12, 2005 using test changeset:

changeset:   8320:bdcb115c667a
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Sat Dec 10 17:20:08 2005 +0100
summary:     Rename QEMU device model log file from /tmp/qemu.log to

x86_32 (no PAE support)

       * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs

       ISSUES:  
     
x86_32 (PAE)

       * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
       ThinkCentre
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and guest domains

       ISSUES:  
      * Bugzilla Bug 411  - xend died        

x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades 8843 41U and IBM 460)

       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs

       ISSUES: 

       
------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
              FC3pae |   98 |    5 |     0 |     4 |
hs20.1.rhel4-x86_32pae |   99 |    4 |     0 |     4 |
hs20.1.sles9-x86_64 |   93 |   10 |     0 |     4 |
hs20.2.sles9-x86_64 |   94 |    9 |     0 |     4 |
     hs20.fc4_x86_64 |   93 |   10 |     0 |     4 |
     x235sles9nonpae |   99 |    4 |     0 |     4 |
          x305rh4pae |   96 |    3 |     0 |     1 |
     x305sles9nonpae |   98 |    4 |     0 |     4 |
          x335fc4pae |   99 |    4 |     0 |     4 |
    x335sles9_pae4gb |   99 |    4 |     0 |     4 |

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: FC3pae.report --]
[-- Type: text/plain, Size: 521 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  5
  XPASS: 0
  XFAIL: 4


Details:

 FAIL: 13_create_multinic_pos 
	 (9 nics) Console didn't respond probably crashed!

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU


[-- Attachment #3: hs20.1.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 437 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  4
  XPASS: 0
  XFAIL: 4


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU


[-- Attachment #4: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 893 bytes --]

Xm-test execution summary:
  PASS:  93
  FAIL:  10
  XPASS: 0
  XFAIL: 4


Details:

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 1440 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 512 1440 1500 1505 4096 4192 65507.

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #5: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 817 bytes --]

Xm-test execution summary:
  PASS:  94
  FAIL:  9
  XPASS: 0
  XFAIL: 4


Details:

 FAIL: 04_memset_smallmem_pos 
	 Bug #145 Ballooning DomU too low caused run-away

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 4192 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 1440 1500 1505 4096 4192 32767 65507.

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #6: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 865 bytes --]

Xm-test execution summary:
  PASS:  93
  FAIL:  10
  XPASS: 0
  XFAIL: 4


Details:

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #7: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 437 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  4
  XPASS: 0
  XFAIL: 4


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU


[-- Attachment #8: x305rh4pae.report --]
[-- Type: text/plain, Size: 346 bytes --]

Xm-test execution summary:
  PASS:  96
  FAIL:  3
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 12_block_attach_shared_domU 
	 Bug #331 Started a DomU with write access to an in-use block device

 FAIL: 06_block-destroy_check_list_pos 
	 xm long list does not show that hda1 was removed

XFAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason


[-- Attachment #9: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 437 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  4
  XPASS: 0
  XFAIL: 4


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 32767 65507.

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU


[-- Attachment #10: x335fc4pae.report --]
[-- Type: text/plain, Size: 452 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  4
  XPASS: 0
  XFAIL: 4


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 4192 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 4096 4192 32767 65507.

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU


[-- Attachment #11: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 442 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  4
  XPASS: 0
  XFAIL: 4


Details:

XFAIL: 02_network_local_ping_pos 
	 ping loopback failed for size 65507. ping eth0 failed for size 65507.

XFAIL: 05_network_dom0_ping_pos 
	 Ping to dom0 failed for size 32767 65507.

XFAIL: 11_network_domU_ping_pos 
	 Ping failed for size 4192 32767 65507.

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU


[-- Attachment #12: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-12-08 21:03 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-12-08 21:03 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2357 bytes --]

Using source from mercurial:
http://xenbits.xensource.com/xen-unstable.hg 

December 8, 2005 using test changeset:

changeset:   8280:08c0861679ce
tag:         tip
user:        vhanquez@kneesa.uk.xensource.com
date:        Thu Dec  8 02:57:55 2005 +0000
summary:     really fix mkpatches to work correctly.


x86_32 (no PAE support)

       * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs

       ISSUES:  
     
x86_32 (PAE)

       * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
       ThinkCentre
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and guest domains

       ISSUES:  
      * Bugzilla Bug 411  - xend died        

x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades 8843 41U and IBM 460)

       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs

       ISSUES: 
        *Bugzilla Bug 430    irqbalance[786]: segfault at
        00002aaa00000003 rip 00002aaaaab52c88 
       
------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

SUMMARY:
bl2-1:/skyline/barrera/xm-test # ./mergereport
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
              FC3pae |   99 |    1 |     0 |     1 |
hs20.1.rhel4-x86_32pae |   98 |    2 |     0 |     1 |
 hs20.1.sles9-x86_64 |   93 |    7 |     0 |     1 |
 hs20.2.sles9-x86_64 |   94 |    6 |     0 |     1 |
     hs20.fc4_x86_64 |   91 |    9 |     0 |     1 |
     x235sles9nonpae |   99 |    1 |     0 |     1 |
          x305rh4pae |   96 |    3 |     0 |     1 |
     x305sles9nonpae |   97 |    2 |     0 |     1 |
          x335fc4pae |   99 |    1 |     0 |     1 |
    x335sles9_pae4gb |   99 |    1 |     0 |     1 |
 x460.fc3-x86_64-8gb |   90 |   10 |     0 |     1 |


-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM


[-- Attachment #2: FC3pae.report --]
[-- Type: text/plain, Size: 620 bytes --]

Xm-test execution summary:
  PASS:  45
  FAIL:  8
  XPASS: 1
  XFAIL: 2


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 10_create_fastdestroy 
	 Bugzilla bug #234

 FAIL: 02_help_basic_neg 
	 Bugzilla bug #234

 FAIL: 01_reboot_basic_pos 
	 Failed to read from console (fd=3)

 FAIL: 01_shutdown_basic_pos 
	 Guest domain failed to shutdown

 FAIL: 03_sysrq_withreboot_pos 
	 Failed to read from console (fd=3)


[-- Attachment #3: x335fc4pae.report --]
[-- Type: text/plain, Size: 570 bytes --]

Xm-test execution summary:
  PASS:  57
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 10_create_fastdestroy 
	 Bugzilla bug #234

 FAIL: 01_shutdown_basic_pos 
	 I had to run an xm list to update xend state!

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	 Command execution time exceeded 90 seconds


[-- Attachment #4: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 4541 bytes --]

Xm-test execution summary:
  PASS:  3
  FAIL:  69
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_block-list_attachbd_pos 
	 Fail to attach block device

 FAIL: 04_block-list_nodb_pos 
	 xm block-list returned bad status, expected 0, status is 256

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 Failed to read from console (fd=3)

 FAIL: 03_block-destroy_nonexist_neg 
	 XM-TEST xm list not responding

 FAIL: 04_block-destroy_nonattached_neg 
	 XM-TEST xm list not responding

 FAIL: 01_console_badopt_neg 
	 XM-TEST xm list not responding

 FAIL: 02_console_baddom_neg 
	 XM-TEST xm list not responding

 FAIL: 01_create_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_create_noparm_neg 
	 XM-TEST xm list not responding

 FAIL: 03_create_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 04_create_conflictname_neg 
	 XM-TEST xm list not responding

 FAIL: 06_create_mem_neg 
	 XM-TEST xm list not responding

 FAIL: 07_create_mem64_pos 
	 XM-TEST xm list not responding

 FAIL: 08_create_mem128_pos 
	 XM-TEST xm list not responding

 FAIL: 09_create_mem256_pos 
	 XM-TEST xm list not responding

 FAIL: 10_create_fastdestroy 
	 XM-TEST xm list not responding

 FAIL: 11_create_concurrent_pos 
	 XM-TEST xm list not responding

 FAIL: 12_create_concurrent_stress_pos 
	 XM-TEST xm list not responding

 FAIL: 01_destroy_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_destroy_noparm_neg 
	 XM-TEST xm list not responding

 FAIL: 03_destroy_nonexist_neg 
	 XM-TEST xm list not responding

 FAIL: 04_destroy_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 05_destroy_byid_pos 
	 XM-TEST xm list not responding

 FAIL: 06_destroy_dom0_neg 
	 XM-TEST xm list not responding

 FAIL: 01_dmesg_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_dmesg_basic_neg 
	 XM-TEST xm list not responding

 FAIL: 01_domid_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_domid_basic_neg 
	 XM-TEST xm list not responding

 FAIL: 01_domname_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_domname_basic_neg 
	 XM-TEST xm list not responding

 FAIL: 01_help_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_help_basic_neg 
	 XM-TEST xm list not responding

 FAIL: 03_help_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 04_help_long_pos 
	 XM-TEST xm list not responding

 FAIL: 01_info_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_info_compiledata_pos 
	 XM-TEST xm list not responding

 FAIL: 01_list_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_list_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 03_list_nonexist_neg 
	 XM-TEST xm list not responding

 FAIL: 04_list_goodparm_pos 
	 XM-TEST xm list not responding

 FAIL: 05_list_long_pos 
	 XM-TEST xm list not responding

 FAIL: 01_memmax_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 01_memset_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_memset_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 04_memset_smallmem_pos 
	 XM-TEST xm list not responding

 FAIL: 03_memset_random_pos 
	 XM-TEST xm list not responding

 FAIL: 01_pause_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 01_reboot_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_reboot_badopt_neg 
	 XM-TEST xm list not responding

 FAIL: 03_reboot_badname_neg 
	 XM-TEST xm list not responding

 FAIL: 01_sedf_multi_pos 
	 XM-TEST xm list not responding

 FAIL: 01_shutdown_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_shutdown_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 03_shutdown_nonexist_neg 
	 XM-TEST xm list not responding

 FAIL: 01_sysrq_basic_neg 
	 XM-TEST xm list not responding

 FAIL: 02_sysrq_sync_pos 
	 XM-TEST xm list not responding

 FAIL: 03_sysrq_withreboot_pos 
	 XM-TEST xm list not responding

 FAIL: 01_unpause_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 01_vcpu-disable_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 01_vcpu-pin_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 01_save_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_save_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 03_save_bogusfile_neg 
	 XM-TEST xm list not responding

 FAIL: 01_restore_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_restore_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 03_restore_badfilename_neg 
	 XM-TEST xm list not responding

XFAIL: 01_migrate_localhost_pos 
	 XM-TEST xm list not responding


[-- Attachment #5: hs20.1.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 266 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  2
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 13_create_multinic_pos 
	 (8 nics) Console didn't respond probably crashed!

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU


[-- Attachment #6: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 609 bytes --]

Xm-test execution summary:
  PASS:  93
  FAIL:  7
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #7: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 532 bytes --]

Xm-test execution summary:
  PASS:  94
  FAIL:  6
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 04_memset_smallmem_pos 
	 Bug #145 Ballooning DomU too low caused run-away

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #8: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 715 bytes --]

Xm-test execution summary:
  PASS:  91
  FAIL:  9
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 12_block_attach_shared_domU 
	 Bug #331 Started a DomU with write access to an in-use block device

 FAIL: 06_block-destroy_check_list_pos 
	 xm long list does not show that hda1 was removed

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_restore_basic_pos 
	Unknown reason

 FAIL: 04_restore_withdevices_pos 
	Unknown reason

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #9: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 182 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  1
  XPASS: 0
  XFAIL: 1


Details:

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU


[-- Attachment #10: x305rh4pae.report --]
[-- Type: text/plain, Size: 346 bytes --]

Xm-test execution summary:
  PASS:  96
  FAIL:  3
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 12_block_attach_shared_domU 
	 Bug #331 Started a DomU with write access to an in-use block device

 FAIL: 06_block-destroy_check_list_pos 
	 xm long list does not show that hda1 was removed

XFAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason


[-- Attachment #11: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 266 bytes --]

Xm-test execution summary:
  PASS:  97
  FAIL:  2
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 13_create_multinic_pos 
	 (8 nics) Console didn't respond probably crashed!

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU


[-- Attachment #12: x460.fc3-x86_64-8gb.report --]
[-- Type: text/plain, Size: 807 bytes --]

Xm-test execution summary:
  PASS:  90
  FAIL:  10
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	Unknown reason

 FAIL: 12_block_attach_shared_domU 
	 Bug #331 Started a DomU with write access to an in-use block device

 FAIL: 06_block-destroy_check_list_pos 
	 xm long list does not show that hda1 was removed

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_restore_basic_pos 
	Unknown reason

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #13: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-12-07 20:14 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-12-07 20:14 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2498 bytes --]

No updates in 3.0-testing at time of testing, so I am using source from
mercurial: http://xenbits.xensource.com/xen-unstable.hg 

December 7, 2005 using test changeset:

changeset:   8267:5f574f9cb4bd
tag:         tip
user:        emellor@leeni.uk.xensource.com
date:        Wed Dec  7 05:57:26 2005 +0000
summary:     Tidy up use of environment variables in xenbus-hotplug
interaction.

x86_32 (no PAE support)

       * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs

       ISSUES:  
     
x86_32 (PAE)

       * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
       ThinkCentre
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and guest domains

       ISSUES:  
      * Bugzilla Bug 411  - xend died        

x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades 8843 41U and IBM 460)

       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs

       ISSUES: 
        *Bugzilla Bug 430    irqbalance[786]: segfault at
        00002aaa00000003 rip 00002aaaaab52c88 
       
------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
              FC3pae |   98 |    2 |     0 |     1 |
hs20.rhel4-x86_32pae |   99 |    1 |     0 |     1 |
 hs20.1.sles9-x86_64 |   92 |    8 |     0 |     1 |
 hs20.2.sles9-x86_64 |   94 |    6 |     0 |     1 |
     hs20.fc4_x86_64 |   91 |    9 |     0 |     1 |
     x235sles9nonpae |   98 |    2 |     0 |     1 |
          x305rh4pae |   96 |    3 |     0 |     1 |
     x305sles9nonpae |   98 |    1 |     0 |     1 |
          x335fc4pae |   97 |    3 |     0 |     1 |
    x335sles9_pae4gb |   99 |    1 |     0 |     1 |
 x460.fc3-x86_64-8gb |   90 |   10 |     0 |     1 |

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: FC3pae.report --]
[-- Type: text/plain, Size: 231 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  2
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 13_create_multinic_pos 
	 (7 nics) Console didn't respond probably crashed!

XFAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason


[-- Attachment #3: hs20.1.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 182 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  1
  XPASS: 0
  XFAIL: 1


Details:

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU


[-- Attachment #4: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 693 bytes --]

Xm-test execution summary:
  PASS:  92
  FAIL:  8
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 13_create_multinic_pos 
	 (9 nics) Console didn't respond probably crashed!

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #5: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 532 bytes --]

Xm-test execution summary:
  PASS:  94
  FAIL:  6
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 04_memset_smallmem_pos 
	 Bug #145 Ballooning DomU too low caused run-away

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Timed out waiting for console)

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #6: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 715 bytes --]

Xm-test execution summary:
  PASS:  91
  FAIL:  9
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 12_block_attach_shared_domU 
	 Bug #331 Started a DomU with write access to an in-use block device

 FAIL: 06_block-destroy_check_list_pos 
	 xm long list does not show that hda1 was removed

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_restore_basic_pos 
	Unknown reason

 FAIL: 04_restore_withdevices_pos 
	Unknown reason

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #7: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 266 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  2
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU


[-- Attachment #8: x305rh4pae.report --]
[-- Type: text/plain, Size: 346 bytes --]

Xm-test execution summary:
  PASS:  96
  FAIL:  3
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 12_block_attach_shared_domU 
	 Bug #331 Started a DomU with write access to an in-use block device

 FAIL: 06_block-destroy_check_list_pos 
	 xm long list does not show that hda1 was removed

XFAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason


[-- Attachment #9: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 182 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  1
  XPASS: 0
  XFAIL: 1


Details:

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU


[-- Attachment #10: x335fc4pae.report --]
[-- Type: text/plain, Size: 346 bytes --]

Xm-test execution summary:
  PASS:  97
  FAIL:  3
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 12_block_attach_shared_domU 
	 Bug #331 Started a DomU with write access to an in-use block device

 FAIL: 06_block-destroy_check_list_pos 
	 xm long list does not show that hda1 was removed

XFAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason


[-- Attachment #11: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 182 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  1
  XPASS: 0
  XFAIL: 1


Details:

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU


[-- Attachment #12: x460.fc3-x86_64-8gb.report --]
[-- Type: text/plain, Size: 807 bytes --]

Xm-test execution summary:
  PASS:  90
  FAIL:  10
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	Unknown reason

 FAIL: 12_block_attach_shared_domU 
	 Bug #331 Started a DomU with write access to an in-use block device

 FAIL: 06_block-destroy_check_list_pos 
	 xm long list does not show that hda1 was removed

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_restore_basic_pos 
	Unknown reason

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #13: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* RE: Daily Xen Builds
@ 2005-12-06 18:01 Nakajima, Jun
  0 siblings, 0 replies; 381+ messages in thread
From: Nakajima, Jun @ 2005-12-06 18:01 UTC (permalink / raw)
  To: David F Barrera, xen-devel

David F Barrera wrote:
> Using source from mercurial:
> http://xenbits.xensource.com/xen-3.0-testing.hg 
> 
> December 6, 2005 using test changeset:
> 
> changeset:   8241:0255f48b757f*
> tag:         tip
> user:        cl349@firebug.cl.cam.ac.uk
> date:        Sun Dec  4 13:12:00 2005 +0100
> summary:     Temporarily remove NetBSD and FreeBSD sparse trees to
> avoid user confusion.
> 
> 
> x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades 8843 41U and IBM 460)
> 
>        * Builds and boots without problems
>        * Able to create fully functional guest domains
>        * Ran xm-test on all boxes
>        * Successfully ran LTP and LMBench on Dom0s and DomUs
> 
>        ISSUES:
>         *Bugzilla Bug 430    irqbalance[786]: segfault at
>         00002aaa00000003 rip 00002aaaaab52c88
> 

I looked at the Bugzilla Bug. Irqbalance on domU does not make sense at
all. 

Jun
---
Intel Open Source Technology Center

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-12-06 17:42 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-12-06 17:42 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2575 bytes --]

Using source from mercurial: http://xenbits.xensource.com/xen-3.0-testing.hg 

December 6, 2005 using test changeset:

changeset:   8241:0255f48b757f*
tag:         tip
user:        cl349@firebug.cl.cam.ac.uk
date:        Sun Dec  4 13:12:00 2005 +0100
summary:     Temporarily remove NetBSD and FreeBSD sparse trees to avoid
user confusion.

*(No updates at time of builds, same changeset as yesterday)

x86_32 (no PAE support)

       * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs

       ISSUES:  
     
x86_32 (PAE)

       * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
       ThinkCentre
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and guest domains

       ISSUES:  
      * Bugzilla Bug 411  - xend died        

x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades 8843 41U and IBM 460)

       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs

       ISSUES: 
        *Bugzilla Bug 430    irqbalance[786]: segfault at
        00002aaa00000003 rip 00002aaaaab52c88 
       
------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

SUMMARY:

            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
                         FC3pae |   98 |    2 |     0 |     1 |
hs20.1.rhel4-x86_32pae |   98 |    2 |     0 |     1 |
     hs20.1.sles9-x86_64 |   92 |    8 |     0 |     1 |
     hs20.2.sles9-x86_64 |   94 |    6 |     0 |     1 |
          hs20.fc4_x86_64 |   91 |    9 |     0 |     1 |
          x235sles9nonpae |   99 |    1 |     0 |     1 |
                  x305rh4pae |   96 |    3 |     0 |     1 |
          x305sles9nonpae |   98 |    1 |     0 |     1 |
                  x335fc4pae |   97 |    3 |     0 |     1 |
        x335sles9_pae4gb |   99 |    1 |     0 |     1 |
   x460.fc3-x86_64-8gb |   90 |   10 |     0 |     1 |

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides



[-- Attachment #2: FC3pae.report --]
[-- Type: text/plain, Size: 248 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  2
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 13_create_multinic_pos 
	 (9 nics) Console didn't respond probably crashed!

XFAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason



[-- Attachment #3: hs20.1.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 248 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  2
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

XFAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason



[-- Attachment #4: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 635 bytes --]

Xm-test execution summary:
  PASS:  92
  FAIL:  8
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 13_create_multinic_pos 
	 (9 nics) Console didn't respond probably crashed!

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_restore_basic_pos 
	Unknown reason

 FAIL: 04_restore_withdevices_pos 
	Unknown reason

 FAIL: 01_migrate_localhost_pos 
	Unknown reason



[-- Attachment #5: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 457 bytes --]

Xm-test execution summary:
  PASS:  94
  FAIL:  6
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 04_memset_smallmem_pos 
	 Bug #380 I crashed the console system

XFAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_restore_basic_pos 
	Unknown reason

 FAIL: 04_restore_withdevices_pos 
	Unknown reason

 FAIL: 01_migrate_localhost_pos 
	Unknown reason



[-- Attachment #6: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 753 bytes --]

Xm-test execution summary:
  PASS:  91
  FAIL:  9
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 12_block_attach_shared_domU 
	 Bug #331 Started a DomU with write access to an in-use block device

 FAIL: 06_block-destroy_check_list_pos 
	 xm long list does not show that hda1 was removed

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_restore_basic_pos 
	Unknown reason

 FAIL: 04_restore_withdevices_pos 
	Unknown reason

 FAIL: 01_migrate_localhost_pos 
	Unknown reason



[-- Attachment #7: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 161 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  1
  XPASS: 0
  XFAIL: 1


Details:

XFAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason



[-- Attachment #8: x305rh4pae.report --]
[-- Type: text/plain, Size: 366 bytes --]

Xm-test execution summary:
  PASS:  96
  FAIL:  3
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 12_block_attach_shared_domU 
	 Bug #331 Started a DomU with write access to an in-use block device

 FAIL: 06_block-destroy_check_list_pos 
	 xm long list does not show that hda1 was removed

XFAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason



[-- Attachment #9: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 161 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  1
  XPASS: 0
  XFAIL: 1


Details:

XFAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason



[-- Attachment #10: x335fc4pae.report --]
[-- Type: text/plain, Size: 366 bytes --]

Xm-test execution summary:
  PASS:  97
  FAIL:  3
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 12_block_attach_shared_domU 
	 Bug #331 Started a DomU with write access to an in-use block device

 FAIL: 06_block-destroy_check_list_pos 
	 xm long list does not show that hda1 was removed

XFAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason



[-- Attachment #11: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 161 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  1
  XPASS: 0
  XFAIL: 1


Details:

XFAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason



[-- Attachment #12: x460.fc3-x86_64-8gb.report --]
[-- Type: text/plain, Size: 848 bytes --]

Xm-test execution summary:
  PASS:  90
  FAIL:  10
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	Unknown reason

 FAIL: 12_block_attach_shared_domU 
	 Bug #331 Started a DomU with write access to an in-use block device

 FAIL: 06_block-destroy_check_list_pos 
	 xm long list does not show that hda1 was removed

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_restore_basic_pos 
	Unknown reason

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	Unknown reason



[-- Attachment #13: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-12-05 18:38 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-12-05 18:38 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2426 bytes --]

Xen 3.0.0 released! 

December 5, 2005 using test changeset:

changeset:   8241:0255f48b757f
tag:         tip
user:        cl349@firebug.cl.cam.ac.uk
date:        Sun Dec  4 13:12:00 2005 +0100
summary:     Temporarily remove NetBSD and FreeBSD sparse trees to avoid
user confusion.

Switching to 3.0-testing from xen-unstable.

x86_32 (no PAE support)

       * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs

       ISSUES:  
     
x86_32 (PAE)

       * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
       ThinkCentre
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and guest domains

       ISSUES:  

        

x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades 8843 41U and IBM 460)

       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs

       ISSUES: 
        *Bugzilla Bug 430    irqbalance[786]: segfault at
        00002aaa00000003 rip 00002aaaaab52c88 
       
------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

SUMMARY:            Platform | PASS | FAIL | XPASS | XFAIL |
  ---------------------+------+------+-------+-------+
                FC3pae |   98 |    2 |     0 |     1 |
hs20.1.rhel4-x86_32pae |   98 |    2 |     0 |     1 |
   hs20.1.sles9-x86_64 |   93 |    7 |     0 |     1 |
   hs20.2.sles9-x86_64 |   94 |    6 |     0 |     1 |
       hs20.fc4_x86_64 |   91 |    9 |     0 |     1 |
       x235sles9nonpae |   99 |    1 |     0 |     1 |
            x305rh4pae |   96 |    3 |     0 |     1 |
       x305sles9nonpae |   98 |    1 |     0 |     1 |
            x335fc4pae |   97 |    3 |     0 |     1 |
      x335sles9_pae4gb |   99 |    1 |     0 |     1 |
   x460.fc3-x86_64-8gb |   90 |   10 |     0 |     1 |

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: FC3pae.report --]
[-- Type: text/plain, Size: 289 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  2
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 12_block_attach_shared_domU 
	 Bug #331 Started a DomU with write access to an in-use block device

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU


[-- Attachment #3: hs20.1.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 289 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  2
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 12_block_attach_shared_domU 
	 Bug #331 Started a DomU with write access to an in-use block device

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU


[-- Attachment #4: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 757 bytes --]

Xm-test execution summary:
  PASS:  92
  FAIL:  8
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 12_block_attach_shared_domU 
	 Bug #331 Started a DomU with write access to an in-use block device

 FAIL: 05_create_noroot_noram_neg 
	 xm create test05 passed with no root and no ramdisk. Expected result Fail.

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	 Timed out waiting for console


[-- Attachment #5: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 669 bytes --]

Xm-test execution summary:
  PASS:  93
  FAIL:  7
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 12_block_attach_shared_domU 
	 Bug #331 Started a DomU with write access to an in-use block device

 FAIL: 05_create_noroot_noram_neg 
	 xm create test05 passed with no root and no ramdisk. Expected result Fail.

 FAIL: 04_memset_smallmem_pos 
	 Bug #380 I crashed the console system

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	 Timed out waiting for console


[-- Attachment #6: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 757 bytes --]

Xm-test execution summary:
  PASS:  92
  FAIL:  8
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 12_block_attach_shared_domU 
	 Bug #331 Started a DomU with write access to an in-use block device

 FAIL: 05_create_noroot_noram_neg 
	 xm create test05 passed with no root and no ramdisk. Expected result Fail.

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	 Timed out waiting for console


[-- Attachment #7: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 289 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  2
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 12_block_attach_shared_domU 
	 Bug #331 Started a DomU with write access to an in-use block device

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU


[-- Attachment #8: x305rh4pae.report --]
[-- Type: text/plain, Size: 289 bytes --]

Xm-test execution summary:
  PASS:  97
  FAIL:  2
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 12_block_attach_shared_domU 
	 Bug #331 Started a DomU with write access to an in-use block device

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU


[-- Attachment #9: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 289 bytes --]

Xm-test execution summary:
  PASS:  97
  FAIL:  2
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 12_block_attach_shared_domU 
	 Bug #331 Started a DomU with write access to an in-use block device

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU


[-- Attachment #10: x335fc4pae.report --]
[-- Type: text/plain, Size: 289 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  2
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 12_block_attach_shared_domU 
	 Bug #331 Started a DomU with write access to an in-use block device

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU


[-- Attachment #11: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 289 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  2
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 12_block_attach_shared_domU 
	 Bug #331 Started a DomU with write access to an in-use block device

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU


[-- Attachment #12: x460.fc3-x86_64-8gb.report --]
[-- Type: text/plain, Size: 669 bytes --]

Xm-test execution summary:
  PASS:  93
  FAIL:  7
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 12_block_attach_shared_domU 
	 Bug #331 Started a DomU with write access to an in-use block device

 FAIL: 05_create_noroot_noram_neg 
	 xm create test05 passed with no root and no ramdisk. Expected result Fail.

 FAIL: 04_memset_smallmem_pos 
	 Bug #380 I crashed the console system

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	 Timed out waiting for console


[-- Attachment #13: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-12-02 19:28 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-12-02 19:28 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2397 bytes --]

December 2, 2005 using test changeset:

changeset:   8162:de95bab19b18
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Fri Dec  2 04:10:01 2005 +0100
summary:     Fix tpm split driver to include grant-table defintions.

Last known good changeset: 8162:de95bab19b18

x86_32 (no PAE support)

       * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs

       ISSUES:  
     
x86_32 (PAE)

       * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
       ThinkCentre
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and guest domains

       ISSUES:  
        * Bugzilla Bug 411  - Xend died (Tested with Python 2.4.2 last,
        same issue) 
        

x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades 8843 41U)

       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs

       ISSUES:  

       
------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

SUMMARY: Consistent results on xm-test: 
              Platform | PASS | FAIL | XPASS | XFAIL |
  ---------------------+------+------+-------+-------+
                FC3pae |   97 |    3 |     0 |     1 |
hs20.1.rhel4-x86_32pae |   97 |    3 |     0 |     1 |
   hs20.1.sles9-x86_64 |   90 |   10 |     0 |     1 |
   hs20.2.sles9-x86_64 |   91 |    9 |     0 |     1 |
       hs20.fc4_x86_64 |   91 |    9 |     0 |     1 |
       x235sles9nonpae |   97 |    3 |     0 |     1 |
            x305rh4pae |   96 |    3 |     0 |     1 |
       x305sles9nonpae |   96 |    3 |     0 |     1 |
            x335fc4pae |   97 |    3 |     0 |     1 |
      x335sles9_pae4gb |   97 |    3 |     0 |     1 |
   x460.fc3-x86_64-8gb |   91 |    9 |     0 |     1 |

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: FC3pae.report --]
[-- Type: text/plain, Size: 346 bytes --]

Xm-test execution summary:
  PASS:  97
  FAIL:  3
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 12_block_attach_shared_domU 
	 Bug #331 Started a DomU with write access to an in-use block device

 FAIL: 06_block-destroy_check_list_pos 
	 xm long list does not show that hda1 was removed

XFAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason


[-- Attachment #3: hs20.1.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 346 bytes --]

Xm-test execution summary:
  PASS:  97
  FAIL:  3
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 12_block_attach_shared_domU 
	 Bug #331 Started a DomU with write access to an in-use block device

 FAIL: 06_block-destroy_check_list_pos 
	 xm long list does not show that hda1 was removed

XFAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason


[-- Attachment #4: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 849 bytes --]

Xm-test execution summary:
  PASS:  90
  FAIL:  10
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 12_block_attach_shared_domU 
	 Bug #331 Started a DomU with write access to an in-use block device

 FAIL: 06_block-destroy_check_list_pos 
	 xm long list does not show that hda1 was removed

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_list_goodparm_pos 
	 `xm list 04_list_goodparm_pos-1133529824' failed with invalid status 256 != 0

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_restore_basic_pos 
	Unknown reason

 FAIL: 04_restore_withdevices_pos 
	Unknown reason

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #5: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 760 bytes --]

Xm-test execution summary:
  PASS:  91
  FAIL:  9
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 12_block_attach_shared_domU 
	 Bug #331 Started a DomU with write access to an in-use block device

 FAIL: 06_block-destroy_check_list_pos 
	 xm long list does not show that hda1 was removed

 FAIL: 04_list_goodparm_pos 
	 `xm list 04_list_goodparm_pos-1133529861' failed with invalid status 256 != 0

 FAIL: 04_memset_smallmem_pos 
	 Bug #380 I crashed the console system

XFAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_restore_basic_pos 
	Unknown reason

 FAIL: 04_restore_withdevices_pos 
	Unknown reason

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #6: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 715 bytes --]

Xm-test execution summary:
  PASS:  91
  FAIL:  9
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 12_block_attach_shared_domU 
	 Bug #331 Started a DomU with write access to an in-use block device

 FAIL: 06_block-destroy_check_list_pos 
	 xm long list does not show that hda1 was removed

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_restore_basic_pos 
	Unknown reason

 FAIL: 04_restore_withdevices_pos 
	Unknown reason

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #7: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 346 bytes --]

Xm-test execution summary:
  PASS:  97
  FAIL:  3
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 12_block_attach_shared_domU 
	 Bug #331 Started a DomU with write access to an in-use block device

 FAIL: 06_block-destroy_check_list_pos 
	 xm long list does not show that hda1 was removed

XFAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason


[-- Attachment #8: x305rh4pae.report --]
[-- Type: text/plain, Size: 346 bytes --]

Xm-test execution summary:
  PASS:  96
  FAIL:  3
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 12_block_attach_shared_domU 
	 Bug #331 Started a DomU with write access to an in-use block device

 FAIL: 06_block-destroy_check_list_pos 
	 xm long list does not show that hda1 was removed

XFAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason


[-- Attachment #9: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 346 bytes --]

Xm-test execution summary:
  PASS:  96
  FAIL:  3
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 12_block_attach_shared_domU 
	 Bug #331 Started a DomU with write access to an in-use block device

 FAIL: 06_block-destroy_check_list_pos 
	 xm long list does not show that hda1 was removed

XFAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason


[-- Attachment #10: x335fc4pae.report --]
[-- Type: text/plain, Size: 346 bytes --]

Xm-test execution summary:
  PASS:  97
  FAIL:  3
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 12_block_attach_shared_domU 
	 Bug #331 Started a DomU with write access to an in-use block device

 FAIL: 06_block-destroy_check_list_pos 
	 xm long list does not show that hda1 was removed

XFAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason


[-- Attachment #11: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 346 bytes --]

Xm-test execution summary:
  PASS:  97
  FAIL:  3
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 12_block_attach_shared_domU 
	 Bug #331 Started a DomU with write access to an in-use block device

 FAIL: 06_block-destroy_check_list_pos 
	 xm long list does not show that hda1 was removed

XFAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason


[-- Attachment #12: x460.fc3-x86_64-8gb.report --]
[-- Type: text/plain, Size: 715 bytes --]

Xm-test execution summary:
  PASS:  91
  FAIL:  9
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 12_block_attach_shared_domU 
	 Bug #331 Started a DomU with write access to an in-use block device

 FAIL: 06_block-destroy_check_list_pos 
	 xm long list does not show that hda1 was removed

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_restore_basic_pos 
	Unknown reason

 FAIL: 04_restore_withdevices_pos 
	Unknown reason

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #13: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-12-01 18:09 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-12-01 18:09 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2541 bytes --]

December 1, 2005 using test changeset:

changeset:   8146:5358eceec5ea
tag:         tip
parent:      8145:e0d01dd6c4ca
parent:      8141:57acbaf6dd29
user:        emellor@leeni.uk.xensource.com
date:        Wed Nov 30 21:40:26 2005 +0000
summary:     Merged.

Last known good changeset: 8146:5358eceec5ea

x86_32 (no PAE support)

       * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs

       ISSUES:  
          
     
x86_32 (PAE)

       * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
       ThinkCentre
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and guest domains

       ISSUES:  
        * Bugzilla Bug 411  - Xend died (Tested with Python 2.4.2 last,
        same issue) - NOT seen today at the time of writing this report.
	

x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs

       ISSUES:  
        * Bugzilla Bug 428 - Diagnostic output produced spontaneously on
        xm dmesg (TRIVIAL)    

       
------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

SUMMARY: Consistent results on xm-test: 

            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
              FC3pae |   96 |    3 |     0 |     1 |
hs20.rhel4-x86_32pae |   97 |    2 |     0 |     1 |
 hs20.1.sles9-x86_64 |   91 |    8 |     0 |     1 |
 hs20.2.sles9-x86_64 |   92 |    7 |     0 |     1 |
     hs20.fc4_x86_64 |   91 |    8 |     0 |     1 |
     x235sles9nonpae |   96 |    3 |     0 |     1 |
          x305rh4pae |   95 |    3 |     0 |     1 |
     x305sles9nonpae |   95 |    3 |     0 |     1 |
          x335fc4pae |   96 |    3 |     0 |     1 |
    x335sles9_pae4gb |   96 |    3 |     0 |     1 |
 x460.fc3-x86_64-8gb |   91 |    8 |     0 |     1 |

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: FC3pae.report --]
[-- Type: text/plain, Size: 333 bytes --]

Xm-test execution summary:
  PASS:  96
  FAIL:  3
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 12_block_attach_shared_domU 
	 Bug #331 Started a DomU with write access to an in-use block device

XFAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason

 FAIL: 01_migrate_localhost_pos 
	 Command execution time exceeded 90 seconds


[-- Attachment #3: hs20.1.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 254 bytes --]

Xm-test execution summary:
  PASS:  97
  FAIL:  2
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 12_block_attach_shared_domU 
	 Bug #331 Started a DomU with write access to an in-use block device

XFAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason


[-- Attachment #4: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 652 bytes --]

Xm-test execution summary:
  PASS:  91
  FAIL:  8
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 12_block_attach_shared_domU 
	 Bug #331 Started a DomU with write access to an in-use block device

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_restore_basic_pos 
	Unknown reason

 FAIL: 04_restore_withdevices_pos 
	Unknown reason

 FAIL: 01_migrate_localhost_pos 
	 Command execution time exceeded 90 seconds


[-- Attachment #5: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 564 bytes --]

Xm-test execution summary:
  PASS:  92
  FAIL:  7
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 12_block_attach_shared_domU 
	 Bug #331 Started a DomU with write access to an in-use block device

 FAIL: 04_memset_smallmem_pos 
	 Bug #380 I crashed the console system

XFAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_restore_basic_pos 
	Unknown reason

 FAIL: 04_restore_withdevices_pos 
	Unknown reason

 FAIL: 01_migrate_localhost_pos 
	 Command execution time exceeded 90 seconds


[-- Attachment #6: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 646 bytes --]

Xm-test execution summary:
  PASS:  91
  FAIL:  8
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 12_block_attach_shared_domU 
	 Bug #331 Started a DomU with write access to an in-use block device

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_restore_basic_pos 
	Unknown reason

 FAIL: 04_restore_withdevices_pos 
	Unknown reason

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #7: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 333 bytes --]

Xm-test execution summary:
  PASS:  96
  FAIL:  3
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 12_block_attach_shared_domU 
	 Bug #331 Started a DomU with write access to an in-use block device

XFAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason

 FAIL: 01_migrate_localhost_pos 
	 Command execution time exceeded 90 seconds


[-- Attachment #8: x305rh4pae.report --]
[-- Type: text/plain, Size: 333 bytes --]

Xm-test execution summary:
  PASS:  95
  FAIL:  3
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 12_block_attach_shared_domU 
	 Bug #331 Started a DomU with write access to an in-use block device

XFAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason

 FAIL: 01_migrate_localhost_pos 
	 Command execution time exceeded 90 seconds


[-- Attachment #9: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 333 bytes --]

Xm-test execution summary:
  PASS:  95
  FAIL:  3
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 12_block_attach_shared_domU 
	 Bug #331 Started a DomU with write access to an in-use block device

XFAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason

 FAIL: 01_migrate_localhost_pos 
	 Command execution time exceeded 90 seconds


[-- Attachment #10: x335fc4pae.report --]
[-- Type: text/plain, Size: 333 bytes --]

Xm-test execution summary:
  PASS:  96
  FAIL:  3
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 12_block_attach_shared_domU 
	 Bug #331 Started a DomU with write access to an in-use block device

XFAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason

 FAIL: 01_migrate_localhost_pos 
	 Command execution time exceeded 90 seconds


[-- Attachment #11: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 327 bytes --]

Xm-test execution summary:
  PASS:  96
  FAIL:  3
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 12_block_attach_shared_domU 
	 Bug #331 Started a DomU with write access to an in-use block device

XFAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #12: x460.fc3-x86_64-8gb.report --]
[-- Type: text/plain, Size: 631 bytes --]

Xm-test execution summary:
  PASS:  91
  FAIL:  8
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 12_block_attach_shared_domU 
	 Bug #331 Started a DomU with write access to an in-use block device

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Bug #380 I crashed the console system

XFAIL: 03_network_attach_detach_multiple_pos 
	Unknown reason

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_restore_basic_pos 
	Unknown reason

 FAIL: 04_restore_withdevices_pos 
	Unknown reason

 FAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #13: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-11-30 18:08 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-11-30 18:08 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2317 bytes --]

November 30, 2005 using test changeset:

changeset:   8113:d963256dc3e0
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Wed Nov 30 04:36:57 2005 +0100
summary:     writable_pl1e in shadow mode is a machine address, so

x86_32 (no PAE support)

       * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs

       ISSUES:  
          
     
x86_32 (PAE)

       * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
       ThinkCentre
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and guest domains

       ISSUES:  
        * Bugzilla Bug 411  - Xend died (Tested with Python 2.4.2 last,
        same issue)

x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs

       ISSUES:        

       
------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

SUMMARY:
              Platform | PASS | FAIL | XPASS | XFAIL |
  ---------------------+------+------+-------+-------+
                FC3pae |   98 |    2 |     0 |     1 |
hs20.1.rhel4-x86_32pae |   98 |    2 |     0 |     1 |
   hs20.1.sles9-x86_64 |   92 |    8 |     0 |     1 |
   hs20.2.sles9-x86_64 |   93 |    7 |     0 |     1 |
       hs20.fc4_x86_64 |   92 |    8 |     0 |     1 |
       x235sles9nonpae |   98 |    2 |     0 |     1 |
            x305rh4pae |   97 |    2 |     0 |     1 |
       x305sles9nonpae |   97 |    2 |     0 |     1 |
            x335fc4pae |   98 |    2 |     0 |     1 |
      x335sles9_pae4gb |   98 |    2 |     0 |     1 |
   x460.fc3-x86_64-8gb |   93 |    7 |     0 |     1 |


-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: FC3pae.report --]
[-- Type: text/plain, Size: 289 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  2
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 12_block_attach_shared_domU 
	 Bug #331 Started a DomU with write access to an in-use block device

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU


[-- Attachment #3: hs20.1.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 289 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  2
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 12_block_attach_shared_domU 
	 Bug #331 Started a DomU with write access to an in-use block device

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU


[-- Attachment #4: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 757 bytes --]

Xm-test execution summary:
  PASS:  92
  FAIL:  8
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 12_block_attach_shared_domU 
	 Bug #331 Started a DomU with write access to an in-use block device

 FAIL: 05_create_noroot_noram_neg 
	 xm create test05 passed with no root and no ramdisk. Expected result Fail.

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	 Timed out waiting for console


[-- Attachment #5: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 669 bytes --]

Xm-test execution summary:
  PASS:  93
  FAIL:  7
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 12_block_attach_shared_domU 
	 Bug #331 Started a DomU with write access to an in-use block device

 FAIL: 05_create_noroot_noram_neg 
	 xm create test05 passed with no root and no ramdisk. Expected result Fail.

 FAIL: 04_memset_smallmem_pos 
	 Bug #380 I crashed the console system

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	 Timed out waiting for console


[-- Attachment #6: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 757 bytes --]

Xm-test execution summary:
  PASS:  92
  FAIL:  8
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 12_block_attach_shared_domU 
	 Bug #331 Started a DomU with write access to an in-use block device

 FAIL: 05_create_noroot_noram_neg 
	 xm create test05 passed with no root and no ramdisk. Expected result Fail.

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	 Timed out waiting for console


[-- Attachment #7: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 289 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  2
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 12_block_attach_shared_domU 
	 Bug #331 Started a DomU with write access to an in-use block device

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU


[-- Attachment #8: x305rh4pae.report --]
[-- Type: text/plain, Size: 289 bytes --]

Xm-test execution summary:
  PASS:  97
  FAIL:  2
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 12_block_attach_shared_domU 
	 Bug #331 Started a DomU with write access to an in-use block device

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU


[-- Attachment #9: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 289 bytes --]

Xm-test execution summary:
  PASS:  97
  FAIL:  2
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 12_block_attach_shared_domU 
	 Bug #331 Started a DomU with write access to an in-use block device

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU


[-- Attachment #10: x335fc4pae.report --]
[-- Type: text/plain, Size: 289 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  2
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 12_block_attach_shared_domU 
	 Bug #331 Started a DomU with write access to an in-use block device

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU


[-- Attachment #11: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 289 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  2
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 12_block_attach_shared_domU 
	 Bug #331 Started a DomU with write access to an in-use block device

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU


[-- Attachment #12: x460.fc3-x86_64-8gb.report --]
[-- Type: text/plain, Size: 669 bytes --]

Xm-test execution summary:
  PASS:  93
  FAIL:  7
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 12_block_attach_shared_domU 
	 Bug #331 Started a DomU with write access to an in-use block device

 FAIL: 05_create_noroot_noram_neg 
	 xm create test05 passed with no root and no ramdisk. Expected result Fail.

 FAIL: 04_memset_smallmem_pos 
	 Bug #380 I crashed the console system

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	 Timed out waiting for console


[-- Attachment #13: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-11-29 18:16 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-11-29 18:16 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2179 bytes --]

November 29, 2005 using test changeset:

changeset: 8096:3c687c6905e7

x86_32 (no PAE support)

      * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes
      * Successfully ran LTP and LMBench on Dom0s and DomUs

      ISSUES:

x86_32 (PAE)

      * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
      ThinkCentre
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes
      * Successfully ran LTP and LMBench on Dom0s and guest domains

      ISSUES:
      * Bugzilla Bug 399  - xm-test reboots machines
      * Bugzilla Bug 411  - xend died
      * Bugzilla Bug 427  - (XEN) CPU0 FATAL PAGE FAULT

x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes
      * Successfully ran LTP and LMBench on Dom0s and DomUs

      ISSUES:
      * Bugzilla Bug 399  - xm-test reboots machines

------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

SUMMARY:

            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
              FC3pae |   99 |    1 |     0 |     1 |
 hs20.1.sles9-x86_64 |   93 |    7 |     0 |     1 |
 hs20.2.sles9-x86_64 |   94 |    6 |     0 |     1 |
     hs20.fc4_x86_64 |   93 |    7 |     0 |     1 |
     x235sles9nonpae |   99 |    1 |     0 |     1 |
          x305rh4pae |   98 |    1 |     0 |     1 |
     x305sles9nonpae |   98 |    1 |     0 |     1 |
          x335fc4pae |   99 |    1 |     0 |     1 |
 x460.fc3-x86_64-8gb |   94 |    6 |     0 |     1 |

* xm-test results look pretty clean; however, two machines rebooted while running the test suite (#399).


-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides




[-- Attachment #2: FC3pae.report --]
[-- Type: text/plain, Size: 196 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  1
  XPASS: 0
  XFAIL: 1


Details:

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU



[-- Attachment #3: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 682 bytes --]

Xm-test execution summary:
  PASS:  93
  FAIL:  7
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 05_create_noroot_noram_neg 
	 xm create test05 passed with no root and no ramdisk. Expected result Fail.

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	 Timed out waiting for console



[-- Attachment #4: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 591 bytes --]

Xm-test execution summary:
  PASS:  94
  FAIL:  6
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 05_create_noroot_noram_neg 
	 xm create test05 passed with no root and no ramdisk. Expected result Fail.

 FAIL: 04_memset_smallmem_pos 
	 Bug #380 I crashed the console system

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	 Timed out waiting for console



[-- Attachment #5: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 682 bytes --]

Xm-test execution summary:
  PASS:  93
  FAIL:  7
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 05_create_noroot_noram_neg 
	 xm create test05 passed with no root and no ramdisk. Expected result Fail.

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	 Timed out waiting for console



[-- Attachment #6: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 196 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  1
  XPASS: 0
  XFAIL: 1


Details:

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU



[-- Attachment #7: x305rh4pae.report --]
[-- Type: text/plain, Size: 196 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  1
  XPASS: 0
  XFAIL: 1


Details:

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU



[-- Attachment #8: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 196 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  1
  XPASS: 0
  XFAIL: 1


Details:

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU



[-- Attachment #9: x335fc4pae.report --]
[-- Type: text/plain, Size: 196 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  1
  XPASS: 0
  XFAIL: 1


Details:

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU



[-- Attachment #10: x460.fc3-x86_64-8gb.report --]
[-- Type: text/plain, Size: 591 bytes --]

Xm-test execution summary:
  PASS:  94
  FAIL:  6
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 05_create_noroot_noram_neg 
	 xm create test05 passed with no root and no ramdisk. Expected result Fail.

 FAIL: 04_memset_smallmem_pos 
	 Bug #380 I crashed the console system

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	 Timed out waiting for console



[-- Attachment #11: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-11-28 20:10 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-11-28 20:10 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2144 bytes --]

November 28, 2005 using test changeset:

changeset:   8072:eb1169f92d81
tag:         tip
user:        emellor@leeni.uk.xensource.com
date:        Sun Nov 27 07:09:46 2005 +0000
summary:     Set a console limit, in order to detect runaways.
 
x86_32 (no PAE support)

       * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs

       ISSUES:
   
x86_32 (PAE)

       * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
       ThinkCentre
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and guest domains

       ISSUES:
       * Bugzilla Bug 411  - xend died (Testing with Python 2.4.2 now)

x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs

       ISSUES:
     
------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
              FC3pae |   99 |    1 |     0 |     1 |
 hs20.1.sles9-x86_64 |   93 |    7 |     0 |     1 |
 hs20.2.sles9-x86_64 |   71 |   22 |     1 |     0 |
     hs20.fc4_x86_64 |   83 |   17 |     0 |     1 |
     x235sles9nonpae |   99 |    1 |     0 |     1 |
          x305rh4pae |   98 |    1 |     0 |     1 |
     x305sles9nonpae |   98 |    1 |     0 |     1 |
          x335fc4pae |   99 |    1 |     0 |     1 |
 x460.fc3-x86_64-8gb |   83 |   17 |     0 |     1 |

       
-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: FC3pae.report --]
[-- Type: text/plain, Size: 182 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  1
  XPASS: 0
  XFAIL: 1


Details:

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU


[-- Attachment #3: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 650 bytes --]

Xm-test execution summary:
  PASS:  93
  FAIL:  7
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 05_create_noroot_noram_neg 
	 xm create test05 passed with no root and no ramdisk. Expected result Fail.

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 04_restore_withdevices_pos 
	 Timed out waiting for console

 FAIL: 01_migrate_localhost_pos 
	 Timed out waiting for console


[-- Attachment #4: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 1873 bytes --]

Xm-test execution summary:
  PASS:  71
  FAIL:  22
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 01_block_attach_device_pos 
	 Device is not actually connected to the domU

 FAIL: 02_block_attach_file_device_pos 
	 Device is not actually connected to the domU

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 01_block-list_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 03_block-list_anotherbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 06_block-list_checkremove_pos 
	 hda1 still shown in block-list after detach!

 FAIL: 01_block-destroy_btblock_pos 
	 block device isn't attached; can't detach!

 FAIL: 02_block-destroy_rtblock_pos 
	 Failed to verify that block dev is attached

 FAIL: 05_block-destroy_byname_pos 
	 block device isn't attached; can't detach!

 FAIL: 01_memset_basic_pos 
	 The DomU command 'cat /proc/xen/balloon' failed.

 FAIL: 03_memset_random_pos 
	 Invalid domU meminfo line

 FAIL: 04_memset_smallmem_pos 
	 Bug #380 I crashed the console system

 FAIL: 01_reboot_basic_pos 
	 Failed to read from console (fd=6)

 FAIL: 01_shutdown_basic_pos 
	 Guest domain failed to shutdown

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 04_restore_withdevices_pos 
	 Unable to mount /dev/hda1

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #5: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 1290 bytes --]

Xm-test execution summary:
  PASS:  83
  FAIL:  17
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 05_create_noroot_noram_neg 
	 xm create test05 passed with no root and no ramdisk. Expected result Fail.

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Bug #145 Ballooning DomU too low caused run-away

 FAIL: 01_network_attach_pos 
	 [Errno 5] Input/output error

 FAIL: 02_network_attach_detach_pos 
	 [Errno 5] Input/output error

XFAIL: 03_network_attach_detach_multiple_pos 
	 [Errno 5] Input/output error

 FAIL: 01_pause_basic_pos 
	 [Errno 5] Input/output error

 FAIL: 01_reboot_basic_pos 
	 [Errno 5] Input/output error

 FAIL: 01_shutdown_basic_pos 
	 [Errno 5] Input/output error

 FAIL: 02_sysrq_sync_pos 
	 [Errno 5] Input/output error

 FAIL: 03_sysrq_withreboot_pos 
	 [Errno 5] Input/output error

 FAIL: 01_unpause_basic_pos 
	 [Errno 5] Input/output error

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 Command execution time exceeded 30 seconds

 FAIL: 01_restore_basic_pos 
	 Command execution time exceeded 30 seconds

 FAIL: 04_restore_withdevices_pos 
	 [Errno 5] Input/output error

 FAIL: 01_migrate_localhost_pos 
	 [Errno 5] Input/output error


[-- Attachment #6: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 182 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  1
  XPASS: 0
  XFAIL: 1


Details:

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU


[-- Attachment #7: x305rh4pae.report --]
[-- Type: text/plain, Size: 182 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  1
  XPASS: 0
  XFAIL: 1


Details:

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU


[-- Attachment #8: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 182 bytes --]

Xm-test execution summary:
  PASS:  98
  FAIL:  1
  XPASS: 0
  XFAIL: 1


Details:

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU


[-- Attachment #9: x335fc4pae.report --]
[-- Type: text/plain, Size: 182 bytes --]

Xm-test execution summary:
  PASS:  99
  FAIL:  1
  XPASS: 0
  XFAIL: 1


Details:

XFAIL: 03_network_attach_detach_multiple_pos 
	 Network device is not actually connected to domU


[-- Attachment #10: x460.fc3-x86_64-8gb.report --]
[-- Type: text/plain, Size: 1290 bytes --]

Xm-test execution summary:
  PASS:  83
  FAIL:  17
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 05_create_noroot_noram_neg 
	 xm create test05 passed with no root and no ramdisk. Expected result Fail.

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Bug #145 Ballooning DomU too low caused run-away

 FAIL: 01_network_attach_pos 
	 [Errno 5] Input/output error

 FAIL: 02_network_attach_detach_pos 
	 [Errno 5] Input/output error

XFAIL: 03_network_attach_detach_multiple_pos 
	 [Errno 5] Input/output error

 FAIL: 01_pause_basic_pos 
	 [Errno 5] Input/output error

 FAIL: 01_reboot_basic_pos 
	 [Errno 5] Input/output error

 FAIL: 01_shutdown_basic_pos 
	 [Errno 5] Input/output error

 FAIL: 02_sysrq_sync_pos 
	 [Errno 5] Input/output error

 FAIL: 03_sysrq_withreboot_pos 
	 [Errno 5] Input/output error

 FAIL: 01_unpause_basic_pos 
	 [Errno 5] Input/output error

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 Command execution time exceeded 30 seconds

 FAIL: 01_restore_basic_pos 
	 Command execution time exceeded 30 seconds

 FAIL: 04_restore_withdevices_pos 
	 [Errno 5] Input/output error

 FAIL: 01_migrate_localhost_pos 
	 [Errno 5] Input/output error


[-- Attachment #11: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-11-23 17:05 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-11-23 17:05 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2238 bytes --]

November 23, 2005 using test changeset:

changeset:   7975:b6ebabe4658a
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Wed Nov 23 04:15:18 2005 +0100
summary:     Add -Wdeclaration-after-statement to CFLAGS only if the
 
x86_32 (no PAE support)

       * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs

       ISSUES:
   
x86_32 (PAE)

       * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
       ThinkCentre
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and guest domains

       ISSUES:
       * Bugzilla Bug 411  - xend died

x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs

       ISSUES:
     
------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

SUMMARY:
                        Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
                         FC3pae |   85 |    8 |     1 |     0 |
hs20.1.rhel4-x86_32pae |   85 |    8 |     1 |     0 |
     hs20.1.sles9-x86_64 |   82 |   11 |     1 |     0 |
     hs20.2.sles9-x86_64 |   71 |   22 |     1 |     0 |
          hs20.fc4_x86_64 |   82 |   11 |     1 |     0 |
                   x305rh4pae |   84 |    8 |     1 |     0 |
           x305sles9nonpae |   84 |    8 |     1 |     0 |
                     335fc4pae |   85 |    8 |     1 |     0 |
         x335sles9_pae4gb |   85 |    8 |     1 |     0 |
    x460.fc3-x86_64-8gb |   83 |   10 |     1 |     0 |
       
-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides


[-- Attachment #2: FC3pae.report --]
[-- Type: text/plain, Size: 860 bytes --]

Xm-test execution summary:
  PASS:  85
  FAIL:  8
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 06_block-list_checkremove_pos 
	 hda1 still shown in block-list after detach!

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond after 30 secs)

 FAIL: 04_restore_withdevices_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_migrate_localhost_pos 
	 Failed to read from console (fd=3)



[-- Attachment #3: hs20.1.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 860 bytes --]

Xm-test execution summary:
  PASS:  85
  FAIL:  8
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 06_block-list_checkremove_pos 
	 hda1 still shown in block-list after detach!

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond after 30 secs)

 FAIL: 04_restore_withdevices_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_migrate_localhost_pos 
	 Failed to read from console (fd=3)



[-- Attachment #4: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 1048 bytes --]

Xm-test execution summary:
  PASS:  82
  FAIL:  11
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 06_block-list_checkremove_pos 
	 hda1 still shown in block-list after detach!

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 04_restore_withdevices_pos 
	 xm save exited with 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0



[-- Attachment #5: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 1950 bytes --]

Xm-test execution summary:
  PASS:  71
  FAIL:  22
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 01_block_attach_device_pos 
	 Device is not actually connected to the domU

 FAIL: 02_block_attach_file_device_pos 
	 Device is not actually connected to the domU

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 01_block-list_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 03_block-list_anotherbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 06_block-list_checkremove_pos 
	 hda1 still shown in block-list after detach!

 FAIL: 01_block-destroy_btblock_pos 
	 block device isn't attached; can't detach!

 FAIL: 02_block-destroy_rtblock_pos 
	 Failed to verify that block dev is attached

 FAIL: 05_block-destroy_byname_pos 
	 block device isn't attached; can't detach!

 FAIL: 01_memset_basic_pos 
	 The DomU command 'cat /proc/xen/balloon' failed.

 FAIL: 03_memset_random_pos 
	 Invalid domU meminfo line

 FAIL: 04_memset_smallmem_pos 
	 Bug #380 I crashed the console system

 FAIL: 01_reboot_basic_pos 
	 Failed to read from console (fd=6)

 FAIL: 01_shutdown_basic_pos 
	 Guest domain failed to shutdown

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 04_restore_withdevices_pos 
	 Unable to mount /dev/hda1

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0



[-- Attachment #6: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 1056 bytes --]

Xm-test execution summary:
  PASS:  82
  FAIL:  11
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 06_block-list_checkremove_pos 
	 hda1 still shown in block-list after detach!

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Bug #380 I crashed the console system

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 04_restore_withdevices_pos 
	 xm save exited with 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0



[-- Attachment #7: x305rh4pae.report --]
[-- Type: text/plain, Size: 860 bytes --]

Xm-test execution summary:
  PASS:  84
  FAIL:  8
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 06_block-list_checkremove_pos 
	 hda1 still shown in block-list after detach!

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond after 30 secs)

 FAIL: 04_restore_withdevices_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_migrate_localhost_pos 
	 Failed to read from console (fd=3)



[-- Attachment #8: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 860 bytes --]

Xm-test execution summary:
  PASS:  84
  FAIL:  8
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 06_block-list_checkremove_pos 
	 hda1 still shown in block-list after detach!

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond after 30 secs)

 FAIL: 04_restore_withdevices_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_migrate_localhost_pos 
	 Failed to read from console (fd=3)



[-- Attachment #9: x335fc4pae.report --]
[-- Type: text/plain, Size: 860 bytes --]

Xm-test execution summary:
  PASS:  85
  FAIL:  8
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 06_block-list_checkremove_pos 
	 hda1 still shown in block-list after detach!

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond after 30 secs)

 FAIL: 04_restore_withdevices_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_migrate_localhost_pos 
	 Failed to read from console (fd=3)



[-- Attachment #10: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 860 bytes --]

Xm-test execution summary:
  PASS:  85
  FAIL:  8
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 06_block-list_checkremove_pos 
	 hda1 still shown in block-list after detach!

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond after 30 secs)

 FAIL: 04_restore_withdevices_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_migrate_localhost_pos 
	 Failed to read from console (fd=3)



[-- Attachment #11: x460.fc3-x86_64-8gb.report --]
[-- Type: text/plain, Size: 957 bytes --]

Xm-test execution summary:
  PASS:  83
  FAIL:  10
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 06_block-list_checkremove_pos 
	 hda1 still shown in block-list after detach!

 FAIL: 04_memset_smallmem_pos 
	 Bug #380 I crashed the console system

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 04_restore_withdevices_pos 
	 xm save exited with 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0



[-- Attachment #12: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Re: Daily Xen Builds
  2005-11-23 15:12 ` Sean Dague
@ 2005-11-23 15:35   ` Dan Smith
  0 siblings, 0 replies; 381+ messages in thread
From: Dan Smith @ 2005-11-23 15:35 UTC (permalink / raw)
  To: Sean Dague; +Cc: Ian Pratt, David F Barrera, xen-devel


SD> I think this proves that xm-test could really use a sanity check
SD> upfront, where it ensures certain things look alright before
SD> starting the rest of the tests.

I did add some weak versioning to help remind people not to copy in a
ramdisk from a different major version of xm-test, but I guess we need
something that actually starts the DomU environment and verifies that
things are working.  I'll see what I can cook up today.

-- 
Dan Smith
IBM Linux Technology Center
Open Hypervisor Team
email: danms@us.ibm.com

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Re: Daily Xen Builds
  2005-11-22 21:30 David F Barrera
@ 2005-11-23  0:28 ` Murillo Bernardes
  0 siblings, 0 replies; 381+ messages in thread
From: Murillo Bernardes @ 2005-11-23  0:28 UTC (permalink / raw)
  To: David F Barrera; +Cc: xen-devel

> Xm-test execution summary:
>   PASS:  85
>   FAIL:  8
>   XPASS: 1
>   XFAIL: 0
>
>
> Details:
>
>  FAIL: 04_block_attach_device_repeatedly_pos
>          Device is not actually attached to domU
>
>  FAIL: 05_block_attach_and_dettach_device_repeatedly_pos
>          Failed to attach block device /proc/partitions does not show that!
>
>  FAIL: 09_block_attach_and_dettach_device_check_data_pos
>          Failed to attach block device /proc/partitions does not show that!
>

All above: Bug #420

>  FAIL: 06_block-list_checkremove_pos
>          hda1 still shown in block-list after detach!
>

Bug #424

--
Murillo Fernandes Bernardes

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-11-22 21:30 David F Barrera
  2005-11-23  0:28 ` Murillo Bernardes
  0 siblings, 1 reply; 381+ messages in thread
From: David F Barrera @ 2005-11-22 21:30 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2129 bytes --]

     November 22, 2005 using test changeset:

Changeset: 7970:bc1bfdb35f29
 
x86_32 (no PAE support)

       * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs

       ISSUES: 
    
x86_32 (PAE)

       * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
       ThinkCentre
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and guest domains

       ISSUES: 

x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs

       ISSUES: 
        *Bugzilla Bug 258 x86_64 -general protection fault: 0000 [1]
         (REOPENED)
        * Bugzilla Bug 423 - Build break - cc1 error: unrecognized opt..

      
------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
              FC3pae |   85 |    8 |     1 |     0 |
hs20.1.rhel4-x86_32pae |   85 |    8 |     1 |     0 |
 hs20.1.sles9-x86_64 |   83 |   10 |     1 |     0 |
     hs20.fc4_x86_64 |   82 |   11 |     1 |     0 |
     x235sles9nonpae |   85 |    8 |     1 |     0 |
          x305rh4pae |   84 |    8 |     1 |     0 |
     x305sles9nonpae |   84 |    8 |     1 |     0 |
          x335fc4pae |   85 |    8 |     1 |     0 |
    x335sles9_pae4gb |   85 |    8 |     1 |     0 |
 x460.fc3-x86_64-8gb |   83 |   10 |     1 |     0 |



-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides





[-- Attachment #2: FC3pae.report --]
[-- Type: text/plain, Size: 860 bytes --]

Xm-test execution summary:
  PASS:  85
  FAIL:  8
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 06_block-list_checkremove_pos 
	 hda1 still shown in block-list after detach!

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond after 30 secs)

 FAIL: 04_restore_withdevices_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_migrate_localhost_pos 
	 Failed to read from console (fd=3)



[-- Attachment #3: hs20.1.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 860 bytes --]

Xm-test execution summary:
  PASS:  85
  FAIL:  8
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 06_block-list_checkremove_pos 
	 hda1 still shown in block-list after detach!

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond after 30 secs)

 FAIL: 04_restore_withdevices_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_migrate_localhost_pos 
	 Failed to read from console (fd=3)



[-- Attachment #4: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 957 bytes --]

Xm-test execution summary:
  PASS:  83
  FAIL:  10
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 06_block-list_checkremove_pos 
	 hda1 still shown in block-list after detach!

 FAIL: 04_memset_smallmem_pos 
	 Bug #380 I crashed the console system

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 04_restore_withdevices_pos 
	 xm save exited with 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0



[-- Attachment #5: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 1056 bytes --]

Xm-test execution summary:
  PASS:  82
  FAIL:  11
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 06_block-list_checkremove_pos 
	 hda1 still shown in block-list after detach!

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Bug #380 I crashed the console system

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 04_restore_withdevices_pos 
	 xm save exited with 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0



[-- Attachment #6: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 860 bytes --]

Xm-test execution summary:
  PASS:  85
  FAIL:  8
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 06_block-list_checkremove_pos 
	 hda1 still shown in block-list after detach!

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond after 30 secs)

 FAIL: 04_restore_withdevices_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_migrate_localhost_pos 
	 Failed to read from console (fd=3)



[-- Attachment #7: x305rh4pae.report --]
[-- Type: text/plain, Size: 860 bytes --]

Xm-test execution summary:
  PASS:  84
  FAIL:  8
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 06_block-list_checkremove_pos 
	 hda1 still shown in block-list after detach!

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond after 30 secs)

 FAIL: 04_restore_withdevices_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_migrate_localhost_pos 
	 Failed to read from console (fd=3)



[-- Attachment #8: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 860 bytes --]

Xm-test execution summary:
  PASS:  84
  FAIL:  8
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 06_block-list_checkremove_pos 
	 hda1 still shown in block-list after detach!

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond after 30 secs)

 FAIL: 04_restore_withdevices_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_migrate_localhost_pos 
	 Failed to read from console (fd=3)



[-- Attachment #9: x335fc4pae.report --]
[-- Type: text/plain, Size: 860 bytes --]

Xm-test execution summary:
  PASS:  85
  FAIL:  8
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 06_block-list_checkremove_pos 
	 hda1 still shown in block-list after detach!

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond after 30 secs)

 FAIL: 04_restore_withdevices_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_migrate_localhost_pos 
	 Failed to read from console (fd=3)



[-- Attachment #10: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 860 bytes --]

Xm-test execution summary:
  PASS:  85
  FAIL:  8
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 06_block-list_checkremove_pos 
	 hda1 still shown in block-list after detach!

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond after 30 secs)

 FAIL: 04_restore_withdevices_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_migrate_localhost_pos 
	 Failed to read from console (fd=3)



[-- Attachment #11: x460.fc3-x86_64-8gb.report --]
[-- Type: text/plain, Size: 957 bytes --]

Xm-test execution summary:
  PASS:  83
  FAIL:  10
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 06_block-list_checkremove_pos 
	 hda1 still shown in block-list after detach!

 FAIL: 04_memset_smallmem_pos 
	 Bug #380 I crashed the console system

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 04_restore_withdevices_pos 
	 xm save exited with 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0



[-- Attachment #12: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Re: Daily Xen Builds
  2005-11-21 18:20 David F Barrera
  2005-11-21 18:24 ` David F Barrera
@ 2005-11-22  2:31 ` Sean Dague
  1 sibling, 0 replies; 381+ messages in thread
From: Sean Dague @ 2005-11-22  2:31 UTC (permalink / raw)
  To: David F Barrera; +Cc: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 1966 bytes --]

On Mon, Nov 21, 2005 at 12:20:06PM -0600, David F Barrera wrote:
> November 21, 2005 using test changeset:
>
> changeset:   7922:6a666940fa04
> tag:         tip
> parent:      7921:c35a32f96d20
> parent:      7902:715184c81749
> user:        kaf24@firebug.cl.cam.ac.uk
> date:        Sun Nov 20 03:19:38 2005 +0100
> summary:     Merge with xen-ia64-unstable.hg.
<snip>
> ------------------------XM-TEST Results---------------------------------
> 
> SUMMARY:
>             Platform | PASS | FAIL | XPASS | XFAIL |
> ---------------------+------+------+-------+-------+
>               FC3pae |   73 |   20 |     1 |     0 |
> hs20.1.rhel4-x86_32pae |   73 |   20 |     1 |     0 |
>  hs20.1.sles9-x86_64 |   70 |   23 |     1 |     0 |
>  hs20.2.sles9-x86_64 |   71 |   22 |     1 |     0 |
>      hs20.fc4_x86_64 |   70 |   23 |     1 |     0 |
>      x235sles9nonpae |   73 |   20 |     1 |     0 |
>           x305rh4pae |   72 |   20 |     1 |     0 |
>      x305sles9nonpae |   72 |   20 |     1 |     0 |
>           x335fc4pae |   85 |    8 |     1 |     0 |
>     x335sles9_pae4gb |   73 |   20 |     1 |     0 |
>  x460.fc3-x86_64-8gb |   67 |   26 |     0 |     1 |

Wow, this is a pretty major regression somewhere.  We were down at about 8
fails per platform (some with much less) a week ago.  

http://xmtest.dague.org/ shows the fail rate on a steady upward climb, which
is not the direction we should be heading right now.

	-Sean

-- 
__________________________________________________________________

Sean Dague                                       Mid-Hudson Valley
sean at dague dot net                            Linux Users Group
http://dague.net                                 http://mhvlug.org

There is no silver bullet.  Plus, werewolves make better neighbors
than zombies, and they tend to keep the vampire population down.
__________________________________________________________________

[-- Attachment #1.2: Type: application/pgp-signature, Size: 189 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Re: Daily Xen Builds
  2005-11-21 18:20 David F Barrera
@ 2005-11-21 18:24 ` David F Barrera
  2005-11-22  2:31 ` Sean Dague
  1 sibling, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-11-21 18:24 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2310 bytes --]

xm-test results attached.

On Mon, 2005-11-21 at 12:20, David F Barrera wrote:
> November 21, 2005 using test changeset:
> 
> changeset:   7922:6a666940fa04
> tag:         tip
> parent:      7921:c35a32f96d20
> parent:      7902:715184c81749
> user:        kaf24@firebug.cl.cam.ac.uk
> date:        Sun Nov 20 03:19:38 2005 +0100
> summary:     Merge with xen-ia64-unstable.hg.
>  
> x86_32 (no PAE support)
> 
>        * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
>        * Builds and boots without problems
>        * Able to create fully functional guest domains
>        * Ran xm-test on all boxes
>        * Successfully ran LTP and LMBench on Dom0s and DomUs
> 
>        ISSUES:  
>      
> x86_32 (PAE)
> 
>        * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
>        ThinkCentre
>        * Builds and boots without problems
>        * Able to create fully functional guest domains
>        * Ran xm-test on all boxes
>        * Successfully ran LTP and LMBench on Dom0s and guest domains
> 
>        ISSUES:  
> 
> x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)
> 
>        * Builds and boots without problems
>        * Able to create fully functional guest domains
>        * Ran xm-test on all boxes
>        * Successfully ran LTP and LMBench on Dom0s and DomUs
> 
>        ISSUES:  
>         *Bugzilla Bug 258 x86_64 -general protection fault: 0000 [1] 
> 	 (REOPENED)
> 
>        
> ------------------------------------------------------------------------
> 
> ------------------------XM-TEST Results---------------------------------
> 
> SUMMARY:
>             Platform | PASS | FAIL | XPASS | XFAIL |
> ---------------------+------+------+-------+-------+
>               FC3pae |   73 |   20 |     1 |     0 |
> hs20.1.rhel4-x86_32pae |   73 |   20 |     1 |     0 |
>  hs20.1.sles9-x86_64 |   70 |   23 |     1 |     0 |
>  hs20.2.sles9-x86_64 |   71 |   22 |     1 |     0 |
>      hs20.fc4_x86_64 |   70 |   23 |     1 |     0 |
>      x235sles9nonpae |   73 |   20 |     1 |     0 |
>           x305rh4pae |   72 |   20 |     1 |     0 |
>      x305sles9nonpae |   72 |   20 |     1 |     0 |
>           x335fc4pae |   85 |    8 |     1 |     0 |
>     x335sles9_pae4gb |   73 |   20 |     1 |     0 |
>  x460.fc3-x86_64-8gb |   67 |   26 |     0 |     1 |
> 

[-- Attachment #2: FC3pae.report --]
[-- Type: text/plain, Size: 1777 bytes --]

Xm-test execution summary:
  PASS:  73
  FAIL:  20
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 01_block_attach_device_pos 
	 Device is not actually connected to the domU

 FAIL: 02_block_attach_file_device_pos 
	 Device is not actually connected to the domU

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 01_block-list_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 03_block-list_anotherbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 06_block-list_checkremove_pos 
	 hda1 still shown in block-list after detach!

 FAIL: 01_block-destroy_btblock_pos 
	 block device isn't attached; can't detach!

 FAIL: 02_block-destroy_rtblock_pos 
	 Failed to verify that block dev is attached

 FAIL: 05_block-destroy_byname_pos 
	 block device isn't attached; can't detach!

 FAIL: 01_memset_basic_pos 
	 The DomU command 'cat /proc/xen/balloon' failed.

 FAIL: 03_memset_random_pos 
	 Invalid domU meminfo line

 FAIL: 01_reboot_basic_pos 
	 Failed to read from console (fd=6)

 FAIL: 01_shutdown_basic_pos 
	 Guest domain failed to shutdown

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond after 30 secs)

 FAIL: 04_restore_withdevices_pos 
	 Unable to mount /dev/hda1

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #3: hs20.1.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 1777 bytes --]

Xm-test execution summary:
  PASS:  73
  FAIL:  20
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 01_block_attach_device_pos 
	 Device is not actually connected to the domU

 FAIL: 02_block_attach_file_device_pos 
	 Device is not actually connected to the domU

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 01_block-list_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 03_block-list_anotherbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 06_block-list_checkremove_pos 
	 hda1 still shown in block-list after detach!

 FAIL: 01_block-destroy_btblock_pos 
	 block device isn't attached; can't detach!

 FAIL: 02_block-destroy_rtblock_pos 
	 Failed to verify that block dev is attached

 FAIL: 05_block-destroy_byname_pos 
	 block device isn't attached; can't detach!

 FAIL: 01_memset_basic_pos 
	 The DomU command 'cat /proc/xen/balloon' failed.

 FAIL: 03_memset_random_pos 
	 Invalid domU meminfo line

 FAIL: 01_reboot_basic_pos 
	 Failed to read from console (fd=6)

 FAIL: 01_shutdown_basic_pos 
	 Guest domain failed to shutdown

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond after 30 secs)

 FAIL: 04_restore_withdevices_pos 
	 Unable to mount /dev/hda1

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #4: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 1961 bytes --]

Xm-test execution summary:
  PASS:  70
  FAIL:  23
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 01_block_attach_device_pos 
	 Device is not actually connected to the domU

 FAIL: 02_block_attach_file_device_pos 
	 Device is not actually connected to the domU

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 01_block-list_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 03_block-list_anotherbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 06_block-list_checkremove_pos 
	 hda1 still shown in block-list after detach!

 FAIL: 01_block-destroy_btblock_pos 
	 block device isn't attached; can't detach!

 FAIL: 02_block-destroy_rtblock_pos 
	 Failed to verify that block dev is attached

 FAIL: 05_block-destroy_byname_pos 
	 block device isn't attached; can't detach!

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 01_memset_basic_pos 
	 The DomU command 'cat /proc/xen/balloon' failed.

 FAIL: 03_memset_random_pos 
	 Invalid domU meminfo line

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

 FAIL: 01_reboot_basic_pos 
	 Failed to read from console (fd=6)

 FAIL: 01_shutdown_basic_pos 
	 Guest domain failed to shutdown

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 04_restore_withdevices_pos 
	 Unable to mount /dev/hda1

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #5: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 1873 bytes --]

Xm-test execution summary:
  PASS:  71
  FAIL:  22
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 01_block_attach_device_pos 
	 Device is not actually connected to the domU

 FAIL: 02_block_attach_file_device_pos 
	 Device is not actually connected to the domU

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 01_block-list_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 03_block-list_anotherbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 06_block-list_checkremove_pos 
	 hda1 still shown in block-list after detach!

 FAIL: 01_block-destroy_btblock_pos 
	 block device isn't attached; can't detach!

 FAIL: 02_block-destroy_rtblock_pos 
	 Failed to verify that block dev is attached

 FAIL: 05_block-destroy_byname_pos 
	 block device isn't attached; can't detach!

 FAIL: 01_memset_basic_pos 
	 The DomU command 'cat /proc/xen/balloon' failed.

 FAIL: 03_memset_random_pos 
	 Invalid domU meminfo line

 FAIL: 04_memset_smallmem_pos 
	 Bug #380 I crashed the console system

 FAIL: 01_reboot_basic_pos 
	 Failed to read from console (fd=6)

 FAIL: 01_shutdown_basic_pos 
	 Guest domain failed to shutdown

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 04_restore_withdevices_pos 
	 Unable to mount /dev/hda1

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #6: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 1961 bytes --]

Xm-test execution summary:
  PASS:  70
  FAIL:  23
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 01_block_attach_device_pos 
	 Device is not actually connected to the domU

 FAIL: 02_block_attach_file_device_pos 
	 Device is not actually connected to the domU

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 01_block-list_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 03_block-list_anotherbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 06_block-list_checkremove_pos 
	 hda1 still shown in block-list after detach!

 FAIL: 01_block-destroy_btblock_pos 
	 block device isn't attached; can't detach!

 FAIL: 02_block-destroy_rtblock_pos 
	 Failed to verify that block dev is attached

 FAIL: 05_block-destroy_byname_pos 
	 block device isn't attached; can't detach!

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 01_memset_basic_pos 
	 The DomU command 'cat /proc/xen/balloon' failed.

 FAIL: 03_memset_random_pos 
	 Invalid domU meminfo line

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

 FAIL: 01_reboot_basic_pos 
	 Failed to read from console (fd=7)

 FAIL: 01_shutdown_basic_pos 
	 Guest domain failed to shutdown

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 04_restore_withdevices_pos 
	 Unable to mount /dev/hda1

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #7: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 1777 bytes --]

Xm-test execution summary:
  PASS:  73
  FAIL:  20
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 01_block_attach_device_pos 
	 Device is not actually connected to the domU

 FAIL: 02_block_attach_file_device_pos 
	 Device is not actually connected to the domU

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 01_block-list_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 03_block-list_anotherbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 06_block-list_checkremove_pos 
	 hda1 still shown in block-list after detach!

 FAIL: 01_block-destroy_btblock_pos 
	 block device isn't attached; can't detach!

 FAIL: 02_block-destroy_rtblock_pos 
	 Failed to verify that block dev is attached

 FAIL: 05_block-destroy_byname_pos 
	 block device isn't attached; can't detach!

 FAIL: 01_memset_basic_pos 
	 The DomU command 'cat /proc/xen/balloon' failed.

 FAIL: 03_memset_random_pos 
	 Invalid domU meminfo line

 FAIL: 01_reboot_basic_pos 
	 Failed to read from console (fd=6)

 FAIL: 01_shutdown_basic_pos 
	 Guest domain failed to shutdown

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond after 30 secs)

 FAIL: 04_restore_withdevices_pos 
	 Unable to mount /dev/hda1

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #8: x305rh4pae.report --]
[-- Type: text/plain, Size: 1777 bytes --]

Xm-test execution summary:
  PASS:  72
  FAIL:  20
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 01_block_attach_device_pos 
	 Device is not actually connected to the domU

 FAIL: 02_block_attach_file_device_pos 
	 Device is not actually connected to the domU

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 01_block-list_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 03_block-list_anotherbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 06_block-list_checkremove_pos 
	 hda1 still shown in block-list after detach!

 FAIL: 01_block-destroy_btblock_pos 
	 block device isn't attached; can't detach!

 FAIL: 02_block-destroy_rtblock_pos 
	 Failed to verify that block dev is attached

 FAIL: 05_block-destroy_byname_pos 
	 block device isn't attached; can't detach!

 FAIL: 01_memset_basic_pos 
	 The DomU command 'cat /proc/xen/balloon' failed.

 FAIL: 03_memset_random_pos 
	 Invalid domU meminfo line

 FAIL: 01_reboot_basic_pos 
	 Failed to read from console (fd=6)

 FAIL: 01_shutdown_basic_pos 
	 Guest domain failed to shutdown

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond after 30 secs)

 FAIL: 04_restore_withdevices_pos 
	 Unable to mount /dev/hda1

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #9: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 1777 bytes --]

Xm-test execution summary:
  PASS:  72
  FAIL:  20
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 01_block_attach_device_pos 
	 Device is not actually connected to the domU

 FAIL: 02_block_attach_file_device_pos 
	 Device is not actually connected to the domU

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 01_block-list_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 03_block-list_anotherbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 06_block-list_checkremove_pos 
	 hda1 still shown in block-list after detach!

 FAIL: 01_block-destroy_btblock_pos 
	 block device isn't attached; can't detach!

 FAIL: 02_block-destroy_rtblock_pos 
	 Failed to verify that block dev is attached

 FAIL: 05_block-destroy_byname_pos 
	 block device isn't attached; can't detach!

 FAIL: 01_memset_basic_pos 
	 The DomU command 'cat /proc/xen/balloon' failed.

 FAIL: 03_memset_random_pos 
	 Invalid domU meminfo line

 FAIL: 01_reboot_basic_pos 
	 Failed to read from console (fd=6)

 FAIL: 01_shutdown_basic_pos 
	 Guest domain failed to shutdown

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond after 30 secs)

 FAIL: 04_restore_withdevices_pos 
	 Unable to mount /dev/hda1

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #10: x335fc4pae.report --]
[-- Type: text/plain, Size: 695 bytes --]

Xm-test execution summary:
  PASS:  85
  FAIL:  8
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	Unknown reason

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	Unknown reason

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	Unknown reason

 FAIL: 06_block-list_checkremove_pos 
	 hda1 still shown in block-list after detach!

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond after 30 secs)

 FAIL: 04_restore_withdevices_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #11: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 1777 bytes --]

Xm-test execution summary:
  PASS:  73
  FAIL:  20
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 01_block_attach_device_pos 
	 Device is not actually connected to the domU

 FAIL: 02_block_attach_file_device_pos 
	 Device is not actually connected to the domU

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 01_block-list_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 03_block-list_anotherbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 06_block-list_checkremove_pos 
	 hda1 still shown in block-list after detach!

 FAIL: 01_block-destroy_btblock_pos 
	 block device isn't attached; can't detach!

 FAIL: 02_block-destroy_rtblock_pos 
	 Failed to verify that block dev is attached

 FAIL: 05_block-destroy_byname_pos 
	 block device isn't attached; can't detach!

 FAIL: 01_memset_basic_pos 
	 The DomU command 'cat /proc/xen/balloon' failed.

 FAIL: 03_memset_random_pos 
	 Invalid domU meminfo line

 FAIL: 01_reboot_basic_pos 
	 Failed to read from console (fd=6)

 FAIL: 01_shutdown_basic_pos 
	 Guest domain failed to shutdown

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond after 30 secs)

 FAIL: 04_restore_withdevices_pos 
	 Unable to mount /dev/hda1

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #12: x460.fc3-x86_64-8gb.report --]
[-- Type: text/plain, Size: 2146 bytes --]

Xm-test execution summary:
  PASS:  67
  FAIL:  26
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 01_block_attach_device_pos 
	 Device is not actually connected to the domU

 FAIL: 02_block_attach_file_device_pos 
	 Device is not actually connected to the domU

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 01_block-list_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 03_block-list_anotherbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 06_block-list_checkremove_pos 
	 hda1 still shown in block-list after detach!

 FAIL: 01_block-destroy_btblock_pos 
	 block device isn't attached; can't detach!

 FAIL: 02_block-destroy_rtblock_pos 
	 Failed to verify that block dev is attached

 FAIL: 05_block-destroy_byname_pos 
	 block device isn't attached; can't detach!

XFAIL: 13_create_multinic_pos 
	 (1 nics) Failed to create domain

 FAIL: 14_create_blockroot_pos 
	 Failed to create domain

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 01_memset_basic_pos 
	 The DomU command 'cat /proc/xen/balloon' failed.

 FAIL: 03_memset_random_pos 
	 Invalid domU meminfo line

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

 FAIL: 01_reboot_basic_pos 
	 Failed to read from console (fd=6)

 FAIL: 01_shutdown_basic_pos 
	 Guest domain failed to shutdown

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 04_restore_withdevices_pos 
	 Failed to create domain

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #13: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-11-21 18:20 David F Barrera
  2005-11-21 18:24 ` David F Barrera
  2005-11-22  2:31 ` Sean Dague
  0 siblings, 2 replies; 381+ messages in thread
From: David F Barrera @ 2005-11-21 18:20 UTC (permalink / raw)
  To: xen-devel

November 21, 2005 using test changeset:

changeset:   7922:6a666940fa04
tag:         tip
parent:      7921:c35a32f96d20
parent:      7902:715184c81749
user:        kaf24@firebug.cl.cam.ac.uk
date:        Sun Nov 20 03:19:38 2005 +0100
summary:     Merge with xen-ia64-unstable.hg.
 
x86_32 (no PAE support)

       * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs

       ISSUES:  
     
x86_32 (PAE)

       * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
       ThinkCentre
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and guest domains

       ISSUES:  

x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs

       ISSUES:  
        *Bugzilla Bug 258 x86_64 -general protection fault: 0000 [1] 
	 (REOPENED)

       
------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
              FC3pae |   73 |   20 |     1 |     0 |
hs20.1.rhel4-x86_32pae |   73 |   20 |     1 |     0 |
 hs20.1.sles9-x86_64 |   70 |   23 |     1 |     0 |
 hs20.2.sles9-x86_64 |   71 |   22 |     1 |     0 |
     hs20.fc4_x86_64 |   70 |   23 |     1 |     0 |
     x235sles9nonpae |   73 |   20 |     1 |     0 |
          x305rh4pae |   72 |   20 |     1 |     0 |
     x305sles9nonpae |   72 |   20 |     1 |     0 |
          x335fc4pae |   85 |    8 |     1 |     0 |
    x335sles9_pae4gb |   73 |   20 |     1 |     0 |
 x460.fc3-x86_64-8gb |   67 |   26 |     0 |     1 |


-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-11-18 19:38 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-11-18 19:38 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2542 bytes --]

November 18, 2005 using test changeset:

changeset:   7870:f6fdb6e0d3c9
tag:         tip
user:        smh22@firebug.cl.cam.ac.uk
date:        Thu Nov 17 07:56:50 2005 +0100
summary:     Fix race in blkfront resume path (watch thread could fire
watch during the
 
x86_32 (no PAE support)

       * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs

       ISSUES:  
     
x86_32 (PAE)

       * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
       ThinkCentre
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and guest domains

       ISSUES:  
        * Bugzilla Bug 399    xm-test reboots machine
	* Bugzilla Bug 418    (NEW) Failed to bring cpu 3 back up(-22)
  
x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs

       ISSUES:  
        *Bugzilla Bug 358 x86_64 - (XEN) Domain 131 (vcpu#1) crashed on
        cpu#0: (REOPENED) - Resurfaced on all the x86_64 machines.

       
------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

SUMMARY*:
              Platform | PASS | FAIL | XPASS | XFAIL |
  ---------------------+------+------+-------+-------+
                FC3pae |   84 |    8 |     1 |     0 |
hs20.1.rhel4-x86_32pae**   84 |    7 |     1 |     0 |
   hs20.1.sles9-x86_64 |   72 |   24 |     1 |     0 |
   hs20.2.sles9-x86_64 |   72 |   24 |     1 |     0 |
       hs20.fc4_x86_64 |   82 |   10 |     1 |     0 |
       x235sles9nonpae |   84 |    8 |     1 |     0 |
            x305rh4pae |   83 |    8 |     1 |     0 |
       x305sles9nonpae |   83 |    8 |     1 |     0 |
            x335fc4pae |   84 |    8 |     1 |     0 |
   x460.fc3-x86_64-8gb |   82 |   10 |     1 |     0 |


* Again, two machines did not complete xm-test due to Bug #399. 
** Ran with migrate xm-tests disabled.


-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides


[-- Attachment #2: FC3pae.report --]
[-- Type: text/plain, Size: 837 bytes --]

Xm-test execution summary:
  PASS:  84
  FAIL:  8
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond after 30 secs)

 FAIL: 04_restore_withdevices_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #3: hs20.1.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 764 bytes --]

Xm-test execution summary:
  PASS:  84
  FAIL:  7
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond after 30 secs)

 FAIL: 04_restore_withdevices_pos 
	 Console didn't respond after 30 secs


[-- Attachment #4: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 2863 bytes --]

Xm-test execution summary:
  PASS:  72
  FAIL:  24
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 01_block-list_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 02_block-list_attachbd_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 03_block-list_anotherbd_pos 
	 Fail to list block device

 FAIL: 04_block-list_nodb_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 06_help_allcmds 
	 Got a traceback on ['mem-max 1 2 ', 'mem-max 1 2 3 ', 'mem-max 1 2 3 4 ', 'mem-max 1 2 3 4 5 ', 'mem-set 1 2 ', 'mem-set 1 2 3 ', 'mem-set 1 2 3 4 ', 'mem-set 1 2 3 4 5 ', 'pause 1 ', 'pause 1 2 ', 'pause 1 2 3 ', 'pause 1 2 3 4 ', 'pause 1 2 3 4 5 ', 'save 1 2 ', 'save 1 2 3 ', 'save 1 2 3 4 ', 'save 1 2 3 4 5 ', 'unpause 1 ', 'unpause 1 2 ', 'unpause 1 2 3 ', 'unpause 1 2 3 4 ', 'unpause 1 2 3 4 5 ', 'set-vcpus 1 2 ', 'set-vcpus 1 2 3 ', 'set-vcpus 1 2 3 4 ', 'set-vcpus 1 2 3 4 5 ', 'vcpu-pin 1 2 3 ', 'vcpu-pin 1 2 3 4 ', 'vcpu-pin 1 2 3 4 5 ', 'sched-bvt-ctxallow 1 ', 'sched-bvt-ctxallow 1 2 ', 'sched-bvt-ctxallow 1 2 3 ', 'sched-bvt-ctxallow 1 2 3 4 ', 'sched-bvt-ctxallow 1 2 3 4 5 ', 'block-list 1 ', 'block-list 1 2 ', 'block-list 1 2 3 ', 'block-list 1 2 3 4 ', 'block-list 1 2 3 4 5 ', 'network-attach 1 2 ', 'network-attach 1 2 3 4 5 ', 'network-list 1 ', 'network-list 1 2 ', 'network-list 1 2 3 ', 'network-list 1 2 3 4 ', 'network-list 1 2 3 4 5 ', 'vnet-delete 1 ', 'vnet-delete 1 2 ', 'vnet-delete 1 2 3 ', 'vnet-delete 1 2 3 4 ', 'vnet-delete 1 2 3 4 5 ']

 FAIL: 01_memset_basic_pos 
	 cmd xm mem-set 01_memset_basic_pos-1132323211 63 returned invalid 256 != 0

 FAIL: 03_memset_random_pos 
	 mem-set from 64 to 54 failed

 FAIL: 04_memset_smallmem_pos 
	 xm mem-set 04_memset_smallmem_pos-1132323231 16 returned invalid 256 != 0

 FAIL: 01_pause_basic_pos 
	Unknown reason

 FAIL: 01_unpause_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-disable_basic_pos 
	 "xm set-vcpus 01_vcpu-disable_basic_pos-1132323376 1" returned invalid 256 != 0

 FAIL: 01_vcpu-pin_basic_pos 
	 xm vcpu-pin returned invalid 256 != 0

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 04_restore_withdevices_pos 
	 xm save exited with 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #5: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 2863 bytes --]

Xm-test execution summary:
  PASS:  72
  FAIL:  24
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 01_block-list_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 02_block-list_attachbd_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 03_block-list_anotherbd_pos 
	 Fail to list block device

 FAIL: 04_block-list_nodb_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 06_help_allcmds 
	 Got a traceback on ['mem-max 1 2 ', 'mem-max 1 2 3 ', 'mem-max 1 2 3 4 ', 'mem-max 1 2 3 4 5 ', 'mem-set 1 2 ', 'mem-set 1 2 3 ', 'mem-set 1 2 3 4 ', 'mem-set 1 2 3 4 5 ', 'pause 1 ', 'pause 1 2 ', 'pause 1 2 3 ', 'pause 1 2 3 4 ', 'pause 1 2 3 4 5 ', 'save 1 2 ', 'save 1 2 3 ', 'save 1 2 3 4 ', 'save 1 2 3 4 5 ', 'unpause 1 ', 'unpause 1 2 ', 'unpause 1 2 3 ', 'unpause 1 2 3 4 ', 'unpause 1 2 3 4 5 ', 'set-vcpus 1 2 ', 'set-vcpus 1 2 3 ', 'set-vcpus 1 2 3 4 ', 'set-vcpus 1 2 3 4 5 ', 'vcpu-pin 1 2 3 ', 'vcpu-pin 1 2 3 4 ', 'vcpu-pin 1 2 3 4 5 ', 'sched-bvt-ctxallow 1 ', 'sched-bvt-ctxallow 1 2 ', 'sched-bvt-ctxallow 1 2 3 ', 'sched-bvt-ctxallow 1 2 3 4 ', 'sched-bvt-ctxallow 1 2 3 4 5 ', 'block-list 1 ', 'block-list 1 2 ', 'block-list 1 2 3 ', 'block-list 1 2 3 4 ', 'block-list 1 2 3 4 5 ', 'network-attach 1 2 ', 'network-attach 1 2 3 4 5 ', 'network-list 1 ', 'network-list 1 2 ', 'network-list 1 2 3 ', 'network-list 1 2 3 4 ', 'network-list 1 2 3 4 5 ', 'vnet-delete 1 ', 'vnet-delete 1 2 ', 'vnet-delete 1 2 3 ', 'vnet-delete 1 2 3 4 ', 'vnet-delete 1 2 3 4 5 ']

 FAIL: 01_memset_basic_pos 
	 cmd xm mem-set 01_memset_basic_pos-1132323246 63 returned invalid 256 != 0

 FAIL: 03_memset_random_pos 
	 mem-set from 64 to 62 failed

 FAIL: 04_memset_smallmem_pos 
	 xm mem-set 04_memset_smallmem_pos-1132323267 16 returned invalid 256 != 0

 FAIL: 01_pause_basic_pos 
	Unknown reason

 FAIL: 01_unpause_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-disable_basic_pos 
	 "xm set-vcpus 01_vcpu-disable_basic_pos-1132323412 1" returned invalid 256 != 0

 FAIL: 01_vcpu-pin_basic_pos 
	 xm vcpu-pin returned invalid 256 != 0

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 04_restore_withdevices_pos 
	 xm save exited with 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #6: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 918 bytes --]

Xm-test execution summary:
  PASS:  82
  FAIL:  10
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 04_restore_withdevices_pos 
	 xm save exited with 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #7: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 837 bytes --]

Xm-test execution summary:
  PASS:  84
  FAIL:  8
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond after 30 secs)

 FAIL: 04_restore_withdevices_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #8: x305rh4pae.report --]
[-- Type: text/plain, Size: 837 bytes --]

Xm-test execution summary:
  PASS:  83
  FAIL:  8
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond after 30 secs)

 FAIL: 04_restore_withdevices_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #9: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 837 bytes --]

Xm-test execution summary:
  PASS:  83
  FAIL:  8
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond after 30 secs)

 FAIL: 04_restore_withdevices_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #10: x335fc4pae.report --]
[-- Type: text/plain, Size: 705 bytes --]

Xm-test execution summary:
  PASS:  84
  FAIL:  8
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	Unknown reason

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	Unknown reason

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	Unknown reason

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond after 30 secs)

 FAIL: 04_restore_withdevices_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #11: x460.fc3-x86_64-8gb.report --]
[-- Type: text/plain, Size: 918 bytes --]

Xm-test execution summary:
  PASS:  82
  FAIL:  10
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 15_create_smallmem_pos 
	 Starting a console with 16 MB failed domain dies immediately!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 04_restore_withdevices_pos 
	 xm save exited with 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #12: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-11-17 19:40 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-11-17 19:40 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2457 bytes --]

November 17, 2005 using test changeset:

changeset:   7855:0adacfa2e33f
tag:         tip
user:        smh22@firebug.cl.cam.ac.uk
date:        Thu Nov 17 03:10:52 2005 +0100
summary:     Fix pinning logic on restore.
 
x86_32 (no PAE support)

       * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs

       ISSUES:  
          
     
x86_32 (PAE)

       * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
       ThinkCentre
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and guest domains

       ISSUES:  
        * Bugzilla Bug 244    Unable to save domain 
        * Bugzilla Bug 273    Could not get page ref for pfn 24a7 
        * Bugzilla Bug 399    xm-test reboots machine
        * Bugzilla Bug 414    Networking on guest domain not functional
    


x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs

       ISSUES:  
        * Bugzilla Bug 411 - xend died - Haven't tested yet due to #399

       
------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

SUMMARY*:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
              FC3pae |   83 |    9 |     1 |     0 |
 hs20.1.sles9-x86_64 |   72 |   24 |     1 |     0 |
 hs20.2.sles9-x86_64 |   72 |   24 |     1 |     0 |
     hs20.fc4_x86_64 |   83 |    8 |     0 |     1 |
     x235sles9nonpae |   83 |    9 |     1 |     0 |
          x305rh4pae |   82 |    9 |     1 |     0 |
     x305sles9nonpae |   82 |    9 |     1 |     0 |
          x335fc4pae |   83 |    9 |     1 |     0 |
 x460.fc3-x86_64-8gb |   81 |   11 |     1 |     0 |

* Again, two machines did not complete xm-test due to Bug #399. 


-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides



[-- Attachment #2: FC3pae.report --]
[-- Type: text/plain, Size: 856 bytes --]

Xm-test execution summary:
  PASS:  83
  FAIL:  9
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 15_create_smallmem_pos 
	Unknown reason

 FAIL: 01_pause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond after 30 secs)

 FAIL: 04_restore_withdevices_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #3: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 2815 bytes --]

Xm-test execution summary:
  PASS:  72
  FAIL:  24
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 01_block-list_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 02_block-list_attachbd_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 03_block-list_anotherbd_pos 
	 Fail to list block device

 FAIL: 04_block-list_nodb_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 15_create_smallmem_pos 
	Unknown reason

 FAIL: 06_help_allcmds 
	 Got a traceback on ['mem-max 1 2 ', 'mem-max 1 2 3 ', 'mem-max 1 2 3 4 ', 'mem-max 1 2 3 4 5 ', 'mem-set 1 2 ', 'mem-set 1 2 3 ', 'mem-set 1 2 3 4 ', 'mem-set 1 2 3 4 5 ', 'pause 1 ', 'pause 1 2 ', 'pause 1 2 3 ', 'pause 1 2 3 4 ', 'pause 1 2 3 4 5 ', 'save 1 2 ', 'save 1 2 3 ', 'save 1 2 3 4 ', 'save 1 2 3 4 5 ', 'unpause 1 ', 'unpause 1 2 ', 'unpause 1 2 3 ', 'unpause 1 2 3 4 ', 'unpause 1 2 3 4 5 ', 'set-vcpus 1 2 ', 'set-vcpus 1 2 3 ', 'set-vcpus 1 2 3 4 ', 'set-vcpus 1 2 3 4 5 ', 'vcpu-pin 1 2 3 ', 'vcpu-pin 1 2 3 4 ', 'vcpu-pin 1 2 3 4 5 ', 'sched-bvt-ctxallow 1 ', 'sched-bvt-ctxallow 1 2 ', 'sched-bvt-ctxallow 1 2 3 ', 'sched-bvt-ctxallow 1 2 3 4 ', 'sched-bvt-ctxallow 1 2 3 4 5 ', 'block-list 1 ', 'block-list 1 2 ', 'block-list 1 2 3 ', 'block-list 1 2 3 4 ', 'block-list 1 2 3 4 5 ', 'network-attach 1 2 ', 'network-attach 1 2 3 4 5 ', 'network-list 1 ', 'network-list 1 2 ', 'network-list 1 2 3 ', 'network-list 1 2 3 4 ', 'network-list 1 2 3 4 5 ', 'vnet-delete 1 ', 'vnet-delete 1 2 ', 'vnet-delete 1 2 3 ', 'vnet-delete 1 2 3 4 ', 'vnet-delete 1 2 3 4 5 ']

 FAIL: 01_memset_basic_pos 
	 cmd xm mem-set 01_memset_basic_pos-1132236815 63 returned invalid 256 != 0

 FAIL: 03_memset_random_pos 
	 mem-set from 64 to 58 failed

 FAIL: 04_memset_smallmem_pos 
	 xm mem-set 04_memset_smallmem_pos-1132236836 16 returned invalid 256 != 0

 FAIL: 01_pause_basic_pos 
	Unknown reason

 FAIL: 01_unpause_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-disable_basic_pos 
	 "xm set-vcpus 01_vcpu-disable_basic_pos-1132236981 1" returned invalid 256 != 0

 FAIL: 01_vcpu-pin_basic_pos 
	 xm vcpu-pin returned invalid 256 != 0

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 04_restore_withdevices_pos 
	 xm save exited with 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #4: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 2815 bytes --]

Xm-test execution summary:
  PASS:  72
  FAIL:  24
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 01_block-list_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 02_block-list_attachbd_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 03_block-list_anotherbd_pos 
	 Fail to list block device

 FAIL: 04_block-list_nodb_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 15_create_smallmem_pos 
	Unknown reason

 FAIL: 06_help_allcmds 
	 Got a traceback on ['mem-max 1 2 ', 'mem-max 1 2 3 ', 'mem-max 1 2 3 4 ', 'mem-max 1 2 3 4 5 ', 'mem-set 1 2 ', 'mem-set 1 2 3 ', 'mem-set 1 2 3 4 ', 'mem-set 1 2 3 4 5 ', 'pause 1 ', 'pause 1 2 ', 'pause 1 2 3 ', 'pause 1 2 3 4 ', 'pause 1 2 3 4 5 ', 'save 1 2 ', 'save 1 2 3 ', 'save 1 2 3 4 ', 'save 1 2 3 4 5 ', 'unpause 1 ', 'unpause 1 2 ', 'unpause 1 2 3 ', 'unpause 1 2 3 4 ', 'unpause 1 2 3 4 5 ', 'set-vcpus 1 2 ', 'set-vcpus 1 2 3 ', 'set-vcpus 1 2 3 4 ', 'set-vcpus 1 2 3 4 5 ', 'vcpu-pin 1 2 3 ', 'vcpu-pin 1 2 3 4 ', 'vcpu-pin 1 2 3 4 5 ', 'sched-bvt-ctxallow 1 ', 'sched-bvt-ctxallow 1 2 ', 'sched-bvt-ctxallow 1 2 3 ', 'sched-bvt-ctxallow 1 2 3 4 ', 'sched-bvt-ctxallow 1 2 3 4 5 ', 'block-list 1 ', 'block-list 1 2 ', 'block-list 1 2 3 ', 'block-list 1 2 3 4 ', 'block-list 1 2 3 4 5 ', 'network-attach 1 2 ', 'network-attach 1 2 3 4 5 ', 'network-list 1 ', 'network-list 1 2 ', 'network-list 1 2 3 ', 'network-list 1 2 3 4 ', 'network-list 1 2 3 4 5 ', 'vnet-delete 1 ', 'vnet-delete 1 2 ', 'vnet-delete 1 2 3 ', 'vnet-delete 1 2 3 4 ', 'vnet-delete 1 2 3 4 5 ']

 FAIL: 01_memset_basic_pos 
	 cmd xm mem-set 01_memset_basic_pos-1132236854 63 returned invalid 256 != 0

 FAIL: 03_memset_random_pos 
	 mem-set from 64 to 54 failed

 FAIL: 04_memset_smallmem_pos 
	 xm mem-set 04_memset_smallmem_pos-1132236875 16 returned invalid 256 != 0

 FAIL: 01_pause_basic_pos 
	Unknown reason

 FAIL: 01_unpause_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-disable_basic_pos 
	 "xm set-vcpus 01_vcpu-disable_basic_pos-1132237020 1" returned invalid 256 != 0

 FAIL: 01_vcpu-pin_basic_pos 
	 xm vcpu-pin returned invalid 256 != 0

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 04_restore_withdevices_pos 
	 xm save exited with 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #5: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 626 bytes --]

Xm-test execution summary:
  PASS:  83
  FAIL:  8
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0

XFAIL: 13_create_multinic_pos 
	 (3 nics) Failed to create domain

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 04_restore_withdevices_pos 
	 xm save exited with 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #6: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 856 bytes --]

Xm-test execution summary:
  PASS:  83
  FAIL:  9
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 15_create_smallmem_pos 
	Unknown reason

 FAIL: 01_pause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond after 30 secs)

 FAIL: 04_restore_withdevices_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #7: x305rh4pae.report --]
[-- Type: text/plain, Size: 856 bytes --]

Xm-test execution summary:
  PASS:  82
  FAIL:  9
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 15_create_smallmem_pos 
	Unknown reason

 FAIL: 01_pause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond after 30 secs)

 FAIL: 04_restore_withdevices_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #8: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 856 bytes --]

Xm-test execution summary:
  PASS:  82
  FAIL:  9
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 15_create_smallmem_pos 
	Unknown reason

 FAIL: 01_pause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond after 30 secs)

 FAIL: 04_restore_withdevices_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #9: x335fc4pae.report --]
[-- Type: text/plain, Size: 724 bytes --]

Xm-test execution summary:
  PASS:  83
  FAIL:  9
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	Unknown reason

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	Unknown reason

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	Unknown reason

 FAIL: 15_create_smallmem_pos 
	Unknown reason

 FAIL: 01_pause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond after 30 secs)

 FAIL: 04_restore_withdevices_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #10: x460.fc3-x86_64-8gb.report --]
[-- Type: text/plain, Size: 937 bytes --]

Xm-test execution summary:
  PASS:  81
  FAIL:  11
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 15_create_smallmem_pos 
	Unknown reason

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

 FAIL: 01_pause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 04_restore_withdevices_pos 
	 xm save exited with 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #11: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-11-16 18:47 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-11-16 18:47 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2487 bytes --]

November 16, 2005 using test changeset:

changeset:   7826:9bf6f907b3ff
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Wed Nov 16 04:29:52 2005 +0100
summary:     Trivial coding style fix.
 
x86_32 (no PAE support)

       * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs

       ISSUES:  
        * Bugzilla Bug 398    Unable to restore saved domain -
        Error: /usr/lib/xen/bin/xc_restore 15 19 2 58368 1 2 failed     
     
x86_32 (PAE)

       * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
       ThinkCentre
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and guest domains

       ISSUES:  
        * Bugzilla Bug 244    Unable to save domain 
        * Bugzilla Bug 273    Could not get page ref for pfn 24a7     


x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs

       ISSUES:  
       * Bugzilla Bug 411 - xend died      

       
------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

SUMMARY:
              Platform | PASS | FAIL | XPASS | XFAIL |
  ---------------------+------+------+-------+-------+
                FC3pae |   83 |    8 |     1 |     0 |
hs20.1.rhel4-x86_32pae |   82 |    9 |     1 |     0 |
   hs20.1.sles9-x86_64 |   80 |   11 |     1 |     0 |
   hs20.2.sles9-x86_64 |   80 |   11 |     1 |     0 |
       hs20.fc4_x86_64 |   83 |    8 |     0 |     1 |
       x235sles9nonpae |   83 |    8 |     1 |     0 |
            x305rh4pae |   82 |    8 |     1 |     0 |
       x305sles9nonpae |   82 |    8 |     1 |     0 |
            x335fc4pae |   83 |    8 |     1 |     0 |
      x335sles9_pae4gb |   82 |    9 |     1 |     0 |
   x460.fc3-x86_64-8gb |   81 |   10 |     1 |     0 |



-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: FC3pae.report --]
[-- Type: text/plain, Size: 806 bytes --]

Xm-test execution summary:
  PASS:  83
  FAIL:  8
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 01_pause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond after 30 secs)

 FAIL: 04_restore_withdevices_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_migrate_localhost_pos 
	 Failed to read from console (fd=3)


[-- Attachment #3: hs20.1.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 824 bytes --]

Xm-test execution summary:
  PASS:  82
  FAIL:  9
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 01_pause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 04_restore_withdevices_pos 
	 xm save exited with 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #4: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 998 bytes --]

Xm-test execution summary:
  PASS:  80
  FAIL:  11
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 06_help_allcmds 
	 Got a traceback on ['vcpu-list 1 2 3 4 5 6 7 8 ', 'vcpu-list 1 2 3 4 5 6 7 8 9 ']

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

 FAIL: 01_pause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 04_restore_withdevices_pos 
	 xm save exited with 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #5: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 998 bytes --]

Xm-test execution summary:
  PASS:  80
  FAIL:  11
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 06_help_allcmds 
	 Got a traceback on ['vcpu-list 1 2 3 4 5 6 7 8 ', 'vcpu-list 1 2 3 4 5 6 7 8 9 ']

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

 FAIL: 01_pause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 04_restore_withdevices_pos 
	 xm save exited with 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #6: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 626 bytes --]

Xm-test execution summary:
  PASS:  83
  FAIL:  8
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0

XFAIL: 13_create_multinic_pos 
	 (3 nics) Failed to create domain

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 04_restore_withdevices_pos 
	 xm save exited with 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #7: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 806 bytes --]

Xm-test execution summary:
  PASS:  83
  FAIL:  8
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 01_pause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond after 30 secs)

 FAIL: 04_restore_withdevices_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_migrate_localhost_pos 
	 Failed to read from console (fd=3)


[-- Attachment #8: x305rh4pae.report --]
[-- Type: text/plain, Size: 806 bytes --]

Xm-test execution summary:
  PASS:  82
  FAIL:  8
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 01_pause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond after 30 secs)

 FAIL: 04_restore_withdevices_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_migrate_localhost_pos 
	 Failed to read from console (fd=3)


[-- Attachment #9: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 806 bytes --]

Xm-test execution summary:
  PASS:  82
  FAIL:  8
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 01_pause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond after 30 secs)

 FAIL: 04_restore_withdevices_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_migrate_localhost_pos 
	 Failed to read from console (fd=3)


[-- Attachment #10: x335fc4pae.report --]
[-- Type: text/plain, Size: 674 bytes --]

Xm-test execution summary:
  PASS:  83
  FAIL:  8
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	Unknown reason

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	Unknown reason

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	Unknown reason

 FAIL: 01_pause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond after 30 secs)

 FAIL: 04_restore_withdevices_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_migrate_localhost_pos 
	 Failed to read from console (fd=3)


[-- Attachment #11: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 824 bytes --]

Xm-test execution summary:
  PASS:  82
  FAIL:  9
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 01_pause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 04_restore_withdevices_pos 
	 xm save exited with 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #12: x460.fc3-x86_64-8gb.report --]
[-- Type: text/plain, Size: 889 bytes --]

Xm-test execution summary:
  PASS:  81
  FAIL:  10
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

 FAIL: 01_pause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond after 30 secs

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 04_restore_withdevices_pos 
	 xm save exited with 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #13: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-11-15 21:04 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-11-15 21:04 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2541 bytes --]

November 15, 2005 using test changeset:

changeset:   7793:090e44133d40
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Mon Nov 14 11:13:38 2005 +0100
summary:     Use make_lowmem_page_readonly/writable() in preference to
the

x86_32 (no PAE support)

       * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs

       ISSUES:  
        * Bugzilla Bug 398    Unable to restore saved domain -
        Error: /usr/lib/xen/bin/xc_restore 15 19 2 58368 1 2 failed     
     
x86_32 (PAE)

       * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
       ThinkCentre
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and guest domains

       ISSUES:  
        * Bugzilla Bug 244    Unable to save domain 
	* Bugzilla Bug 273    Could not get page ref for pfn 24a7     
        * Bugzilla Bug 399    xm-test reboots machine (BLOCKER)


x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs

       ISSUES:        

       
------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

SUMMARY*:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
              FC3pae |   88 |    3 |     1 |     0 |
hs20.1.rhel4-x86_32pae |   84 |    7 |     1 |     0 |
 hs20.1.sles9-x86_64 |   81 |   10 |     1 |     0 |
 hs20.2.sles9-x86_64 |   81 |   10 |     1 |     0 |
     hs20.fc4_x86_64 |   83 |    8 |     0 |     1 |
     x235sles9nonpae |   88 |    3 |     1 |     0 |
          x305rh4pae |   87 |    3 |     1 |     0 |
     x305sles9nonpae |   87 |    3 |     1 |     0 |
    x335sles9_pae4gb |   84 |    7 |     1 |     0 |
 x460.fc3-x86_64-8gb |   82 |    9 |     1 |     0 |

* FC4 x86 PAE enabled machine reboots (Bug #399) before completing xm-
test.

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: FC3pae.report --]
[-- Type: text/plain, Size: 429 bytes --]

Xm-test execution summary:
  PASS:  88
  FAIL:  3
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!


[-- Attachment #3: hs20.1.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 688 bytes --]

Xm-test execution summary:
  PASS:  84
  FAIL:  7
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 04_restore_withdevices_pos 
	 xm save exited with 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #4: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 923 bytes --]

Xm-test execution summary:
  PASS:  81
  FAIL:  10
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 06_help_allcmds 
	 Got a traceback on ['vcpu-list 1 2 3 4 5 6 7 8 ', 'vcpu-list 1 2 3 4 5 6 7 8 9 ']

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 04_restore_withdevices_pos 
	 xm save exited with 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #5: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 923 bytes --]

Xm-test execution summary:
  PASS:  81
  FAIL:  10
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 06_help_allcmds 
	 Got a traceback on ['vcpu-list 1 2 3 4 5 6 7 8 ', 'vcpu-list 1 2 3 4 5 6 7 8 9 ']

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 04_restore_withdevices_pos 
	 xm save exited with 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #6: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 621 bytes --]

Xm-test execution summary:
  PASS:  83
  FAIL:  8
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0

XFAIL: 13_create_multinic_pos 
	 (3 nics) Failed to create domain

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 04_restore_withdevices_pos 
	 Failed to create domain

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #7: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 429 bytes --]

Xm-test execution summary:
  PASS:  88
  FAIL:  3
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!


[-- Attachment #8: x305rh4pae.report --]
[-- Type: text/plain, Size: 429 bytes --]

Xm-test execution summary:
  PASS:  87
  FAIL:  3
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!


[-- Attachment #9: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 429 bytes --]

Xm-test execution summary:
  PASS:  87
  FAIL:  3
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!


[-- Attachment #10: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 688 bytes --]

Xm-test execution summary:
  PASS:  84
  FAIL:  7
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 04_restore_withdevices_pos 
	 xm save exited with 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #11: x460.fc3-x86_64-8gb.report --]
[-- Type: text/plain, Size: 813 bytes --]

Xm-test execution summary:
  PASS:  82
  FAIL:  9
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Device is not actually attached to domU

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to attach block device /proc/partitions does not show that!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 04_restore_withdevices_pos 
	 xm save exited with 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #12: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-11-14 21:17 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-11-14 21:17 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2508 bytes --]

November 14, 2005 using test changeset:

changeset:   7772:995e94c4802e
tag:         tip
user:        smh22@firebug.cl.cam.ac.uk
date:        Fri Nov 11 12:11:13 2005 +0100
summary:     Attached patch allows PAE xenlinux to run in the shadow
mode using

x86_32 (no PAE support)

       * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs

       ISSUES:  
        * Bugzilla Bug 398    Unable to restore saved domain -
        Error: /usr/lib/xen/bin/xc_restore 15 19 2 58368 1 2 failed     
     
x86_32 (PAE)

       * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
       ThinkCentre
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and guest domains

       ISSUES:  
        * Bugzilla Bug 244    Unable to save domain      
        * Bugzilla Bug 399    xm-test reboots machine (BLOCKER)


x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs

       ISSUES:        

       
------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

SUMMARY*:
               Platform | PASS | FAIL | XPASS | XFAIL |
   ---------------------+------+------+-------+-------+
                 FC3pae |   89 |    2 |     0 |     1 |
 hs20.1.rhel4-x86_32pae |   86 |    5 |     1 |     0 |
    hs20.1.sles9-x86_64 |   83 |    8 |     1 |     0 |
    hs20.2.sles9-x86_64 |   83 |    8 |     1 |     0 |
        hs20.fc4_x86_64 |   83 |    8 |     0 |     1 |
        x235sles9nonpae |   89 |    2 |     1 |     0 |
             x305rh4pae |   88 |    2 |     0 |     1 |
        x305sles9nonpae |   88 |    2 |     1 |     0 |
       x335sles9_pae4gb |   86 |    5 |     1 |     0 |
    x460.fc3-x86_64-8gb |   83 |    8 |     0 |     1 |

* FC4 x86 machine reboots (Bug #399) before completing xm-test.

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: x460.fc3-x86_64-8gb.report --]
[-- Type: text/plain, Size: 626 bytes --]

Xm-test execution summary:
  PASS:  83
  FAIL:  8
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0

XFAIL: 13_create_multinic_pos 
	 (3 nics) Failed to create domain

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 04_restore_withdevices_pos 
	 xm save exited with 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #3: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 434 bytes --]

Xm-test execution summary:
  PASS:  86
  FAIL:  5
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 04_restore_withdevices_pos 
	 xm save exited with 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #4: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 240 bytes --]

Xm-test execution summary:
  PASS:  88
  FAIL:  2
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 14_create_blockroot_pos 
	 Timed out waiting for console


[-- Attachment #5: x305rh4pae.report --]
[-- Type: text/plain, Size: 242 bytes --]

Xm-test execution summary:
  PASS:  88
  FAIL:  2
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0

XFAIL: 13_create_multinic_pos 
	 (7 nics) Failed to create domain


[-- Attachment #6: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 240 bytes --]

Xm-test execution summary:
  PASS:  89
  FAIL:  2
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 14_create_blockroot_pos 
	 Timed out waiting for console


[-- Attachment #7: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 621 bytes --]

Xm-test execution summary:
  PASS:  83
  FAIL:  8
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0

XFAIL: 13_create_multinic_pos 
	 (2 nics) Failed to create domain

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 04_restore_withdevices_pos 
	 Failed to create domain

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #8: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 668 bytes --]

Xm-test execution summary:
  PASS:  83
  FAIL:  8
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 06_help_allcmds 
	 Got a traceback on ['vcpu-list 1 2 3 4 5 6 7 8 ', 'vcpu-list 1 2 3 4 5 6 7 8 9 ']

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 04_restore_withdevices_pos 
	 xm save exited with 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #9: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 668 bytes --]

Xm-test execution summary:
  PASS:  83
  FAIL:  8
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 06_help_allcmds 
	 Got a traceback on ['vcpu-list 1 2 3 4 5 6 7 8 ', 'vcpu-list 1 2 3 4 5 6 7 8 9 ']

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 04_restore_withdevices_pos 
	 xm save exited with 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #10: hs20.1.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 429 bytes --]

Xm-test execution summary:
  PASS:  86
  FAIL:  5
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 04_restore_withdevices_pos 
	 Failed to create domain

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #11: FC3pae.report --]
[-- Type: text/plain, Size: 242 bytes --]

Xm-test execution summary:
  PASS:  89
  FAIL:  2
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0

XFAIL: 13_create_multinic_pos 
	 (2 nics) Failed to create domain


[-- Attachment #12: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-11-11 22:42 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-11-11 22:42 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2437 bytes --]

November 11, 2005 using test changeset:

changeset:   7768:e002282b79c8
tag:         tip
parent:      7767:c927e3761a96
parent:      7766:cc5450d52e49
user:        emellor@leeni.uk.xensource.com
date:        Fri Nov 11 08:36:16 2005 +0100
summary:     Merged.

x86_32 (no PAE support)

       * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs

       ISSUES:  
        * Bugzilla Bug 398    Unable to restore saved domain -
        Error: /usr/lib/xen/bin/xc_restore 15 19 2 58368 1 2 failed     
     
x86_32 (PAE)

       * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
       ThinkCentre
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and guest domains

       ISSUES:  
	* Bugzilla Bug 244    Unable to save domain      
        * Bugzilla Bug 267 - (XEN) Domain 2 (vcpu#0) crashed on cpu#3:
	* Bugzilla Bug 399    xm-test 01_migrate reboots machine


x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs

       ISSUES:        

       
------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

SUMMARY*:
                Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
 hs20.1.sles9-x86_64 |   83 |    8 |     1 |     0 |
 hs20.2.sles9-x86_64 |   83 |    8 |     1 |     0 |
     hs20.fc4_x86_64 |   84 |    7 |     1 |     0 |
     x235sles9nonpae |   89 |    2 |     1 |     0 |
     x305sles9nonpae |   89 |    1 |     1 |     0 |
    x335sles9_pae4gb |   58 |   37 |     0 |     1 |

* I am experiencing problems running xm-test on some boxes, specifically
RH/FC variants (Bugzilla #399), plus I am short one FC3 box due to a
move, hence the shorter list.

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 668 bytes --]

Xm-test execution summary:
  PASS:  83
  FAIL:  8
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 06_help_allcmds 
	 Got a traceback on ['vcpu-list 1 2 3 4 5 6 7 8 ', 'vcpu-list 1 2 3 4 5 6 7 8 9 ']

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 04_restore_withdevices_pos 
	 xm save exited with 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #3: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 668 bytes --]

Xm-test execution summary:
  PASS:  83
  FAIL:  8
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 06_help_allcmds 
	 Got a traceback on ['vcpu-list 1 2 3 4 5 6 7 8 ', 'vcpu-list 1 2 3 4 5 6 7 8 9 ']

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 04_restore_withdevices_pos 
	 xm save exited with 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #4: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 559 bytes --]

Xm-test execution summary:
  PASS:  84
  FAIL:  7
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 04_restore_withdevices_pos 
	 xm save exited with 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #5: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 248 bytes --]

Xm-test execution summary:
  PASS:  89
  FAIL:  2
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #6: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 175 bytes --]

Xm-test execution summary:
  PASS:  89
  FAIL:  1
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0


[-- Attachment #7: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 2437 bytes --]

Xm-test execution summary:
  PASS:  58
  FAIL:  37
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to read from console (fd=3)

 FAIL: 07_block_attach_baddevice_neg 
	 Failed to read from console (fd=3)

 FAIL: 08_block_attach_bad_filedevice_neg 
	 Failed to read from console (fd=3)

 FAIL: 01_block-list_pos 
	 Timed out waiting for console

 FAIL: 02_block-list_attachbd_pos 
	 Fail to attach block device

 FAIL: 03_block-list_anotherbd_pos 
	 Fail to list block device

 FAIL: 01_block-destroy_btblock_pos 
	 Failed to read from console (fd=3)

 FAIL: 05_block-destroy_byname_pos 
	 Failed to read from console (fd=3)

 FAIL: 01_create_basic_pos 
	 Failed to read from console (fd=3)

 FAIL: 04_create_conflictname_neg 
	 xm create let me create a duplicate-named domain!

 FAIL: 07_create_mem64_pos 
	Unknown reason

 FAIL: 09_create_mem256_pos 
	Unknown reason

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

 FAIL: 12_create_concurrent_stress_pos 
	 Failed to read from console (fd=4)

XFAIL: 13_create_multinic_pos 
	 (2 nics) Console didn't respond probably crashed!

 FAIL: 07_destroy_stale_pos 
	 Failed to read from console (fd=4)

 FAIL: 04_list_goodparm_pos 
	 `xm list 04_list_goodparm_pos-1131732921' failed with invalid status 256 != 0

 FAIL: 01_memset_basic_pos 
	 Failed to read from console (fd=3)

 FAIL: 03_memset_random_pos 
	 Failed to read from console (fd=3)

 FAIL: 04_memset_smallmem_pos 
	 Failed to read from console (fd=3)

 FAIL: 01_pause_basic_pos 
	 Failed to read from console (fd=3)

 FAIL: 01_reboot_basic_pos 
	 xm reboot returned 256 != 0

 FAIL: 01_sedf_multi_pos 
	 [0] xm sedf returned invalid 256 != 0

 FAIL: 01_shutdown_basic_pos 
	 Failed to read from console (fd=3)

 FAIL: 02_sysrq_sync_pos 
	Unknown reason

 FAIL: 03_sysrq_withreboot_pos 
	 reboot 03_sysrq_withreboot_pos-1131733174 failed with 256 != 0

 FAIL: 01_unpause_basic_pos 
	 Failed to read from console (fd=3)

 FAIL: 01_vcpu-pin_basic_pos 
	 xm vcpu-pin returned invalid 256 != 0

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 04_restore_withdevices_pos 
	 Failed to read from console (fd=3)

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #8: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-11-10 21:39 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-11-10 21:39 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2285 bytes --]

November 10, 2005 using test changeset:

changeset:   7713:136b2d20dc81
tag:         tip
user:        emellor@leeni.uk.xensource.com
date:        Wed Nov  9 09:08:37 2005 +0100
summary:     Cope with the ValueError exception that we get if you use
Xend with

x86_32 (no PAE support)

       * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs

       ISSUES:       
     

x86_32 (PAE)

       * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
       ThinkCentre
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and guest domains

       ISSUES:        
        * Bugzilla Bug 267 - (XEN) Domain 2 (vcpu#0) crashed on cpu#3:
        * Bugzilla Bug 390 - Unable to handle kernel paging request at 
	  virtual address c2b02000 (BLOCKER)

x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs

       ISSUES:        

       
------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
hs20.1.rhel4-x86_32pae |   85 |    6 |     1 |     0 |
 hs20.1.sles9-x86_64 |   83 |    8 |     1 |     0 |
 hs20.2.sles9-x86_64 |   83 |    8 |     1 |     0 |
     hs20.fc4_x86_64 |   84 |    7 |     1 |     0 |
     x235sles9nonpae |   89 |    2 |     1 |     0 |
     x305sles9nonpae |   88 |    2 |     1 |     0 |
    x335sles9_pae4gb |   63 |   30 |     0 |     1 |

* I had some problems running xm-test on some boxes due to setup
changes, thus the shorter list.
-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: hs20.1.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 512 bytes --]

Xm-test execution summary:
  PASS:  85
  FAIL:  6
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 12_create_concurrent_stress_pos 
	 Failed to read from console (fd=7)

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 04_restore_withdevices_pos 
	 xm save exited with 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #3: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 668 bytes --]

Xm-test execution summary:
  PASS:  83
  FAIL:  8
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 06_help_allcmds 
	 Got a traceback on ['vcpu-list 1 2 3 4 5 6 7 8 ', 'vcpu-list 1 2 3 4 5 6 7 8 9 ']

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 04_restore_withdevices_pos 
	 xm save exited with 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #4: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 668 bytes --]

Xm-test execution summary:
  PASS:  83
  FAIL:  8
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 06_help_allcmds 
	 Got a traceback on ['vcpu-list 1 2 3 4 5 6 7 8 ', 'vcpu-list 1 2 3 4 5 6 7 8 9 ']

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 04_restore_withdevices_pos 
	 xm save exited with 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #5: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 559 bytes --]

Xm-test execution summary:
  PASS:  84
  FAIL:  7
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 04_restore_withdevices_pos 
	 xm save exited with 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #6: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 248 bytes --]

Xm-test execution summary:
  PASS:  89
  FAIL:  2
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #7: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 248 bytes --]

Xm-test execution summary:
  PASS:  88
  FAIL:  2
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #8: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 2228 bytes --]

Xm-test execution summary:
  PASS:  63
  FAIL:  30
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 02_block_attach_file_device_pos 
	 Failed to read from console (fd=3)

 FAIL: 04_block_attach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 07_block_attach_baddevice_neg 
	 Failed to read from console (fd=3)

 FAIL: 08_block_attach_bad_filedevice_neg 
	 Failed to read from console (fd=3)

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to read from console (fd=3)

 FAIL: 01_block-list_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 02_block-list_attachbd_pos 
	 Fail to attach block device

 FAIL: 03_block-list_anotherbd_pos 
	 Fail to list block device

 FAIL: 04_block-list_nodb_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 01_block-destroy_btblock_pos 
	 Failed to read from console (fd=3)

 FAIL: 04_create_conflictname_neg 
	 xm create let me create a duplicate-named domain!

 FAIL: 09_create_mem256_pos 
	 Failed to verify that a 256MB domain started

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

 FAIL: 12_create_concurrent_stress_pos 
	 Failed to read from console (fd=3)

XFAIL: 13_create_multinic_pos 
	 (0 nics) Console didn't respond probably crashed!

 FAIL: 05_destroy_byid_pos 
	 xm destroy returned invalid 256 != 0

 FAIL: 07_destroy_stale_pos 
	 Failed to read from console (fd=3)

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

 FAIL: 01_pause_basic_pos 
	 Failed to read from console (fd=3)

 FAIL: 02_sysrq_sync_pos 
	Unknown reason

 FAIL: 03_sysrq_withreboot_pos 
	 reboot 03_sysrq_withreboot_pos-1131632026 failed with 256 != 0

 FAIL: 01_unpause_basic_pos 
	 Failed to read from console (fd=3)

 FAIL: 01_vcpu-disable_basic_pos 
	 "xm set-vcpus 01_vcpu-disable_basic_pos-1131632069 1" returned invalid 256 != 0

 FAIL: 01_vcpu-pin_basic_pos 
	 xm vcpu-pin returned invalid 256 != 0

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 04_restore_withdevices_pos 
	 Failed to read from console (fd=3)

 FAIL: 01_migrate_localhost_pos 
	 Failed to read from console (fd=3)


[-- Attachment #9: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-11-09 19:00 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-11-09 19:00 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2786 bytes --]

November 9, 2005 using test changeset:

changeset:   7701:abbe3df33774
tag:         tip
user:        smh22@firebug.cl.cam.ac.uk
date:        Tue Nov  8 11:39:58 2005 +0100
summary:     Use '-' instead of '_' in xen version strings.

x86_32 (no PAE support)

       * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs

       ISSUES:       
        * Bugzilla Bug 381 -new network scripts does not work for two 
bridges topology

x86_32 (PAE)

       * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
       ThinkCentre
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and guest domains

       ISSUES:        
        * Bugzilla Bug 244 - Unable to save domain
        * Bugzilla Bug 267 - (XEN) Domain 2 (vcpu#0) crashed on cpu#3:
        *Bugzilla Bug 390 - Unable to handle kernel paging request at 
virtual address c2b02000 (BLOCKER)
        *Bugzilla Bug 395  - kernel BUG at 
arch/xen/i386/mm/hypervisor.c:354 (xen_create _contiguous_region)! 
**(FIX currently in test)**

x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs

       ISSUES:        * Bugzilla Bug 258 x86_64 - general protection 
fault: 0000
       [1]

       
------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

SUMMARY:
                 Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
                        FC3pae |   85 |    4 |     1 |     0 |
hs20.1.rhel4-x86_32pae |   85 |    4 |     1 |     0 |
     hs20.1.sles9-x86_64 |   83 |    6 |     1 |     0 |
     hs20.2.sles9-x86_64 |   83 |    6 |     1 |     0 |
          hs20.fc4_x86_64 |   84 |    5 |     1 |     0 |
           x235sles9nonpae |   88 |    1 |     1 |     0 |
                   x305rh4pae |   84 |    4 |     1 |     0 |
           x305sles9nonpae |   87 |    1 |     1 |     0 |
                    x335fc4pae |   85 |    4 |     1 |     0 |
         x335sles9_pae4gb |   65 |   26 |     0 |     1 |
    x460.fc3-x86_64-8gb |   84 |    5 |     1 |     0 |
            
-- Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM
"The wisest men follow their own direction. "
                                                    Euripides

[-- Attachment #2: FC3pae.report --]
[-- Type: text/plain, Size: 367 bytes --]

Xm-test execution summary:
  PASS:  85
  FAIL:  4
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #3: hs20.1.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 367 bytes --]

Xm-test execution summary:
  PASS:  85
  FAIL:  4
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #4: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 522 bytes --]

Xm-test execution summary:
  PASS:  83
  FAIL:  6
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL:  
	 Got a traceback on ['vcpu-list 1 2 3 4 5 6 7 8 ', 'vcpu-list 1 2 3 4 5 6 7 8 9 ']

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #5: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 522 bytes --]

Xm-test execution summary:
  PASS:  83
  FAIL:  6
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL:  
	 Got a traceback on ['vcpu-list 1 2 3 4 5 6 7 8 ', 'vcpu-list 1 2 3 4 5 6 7 8 9 ']

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #6: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 428 bytes --]

Xm-test execution summary:
  PASS:  84
  FAIL:  5
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #7: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 175 bytes --]

Xm-test execution summary:
  PASS:  88
  FAIL:  1
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0


[-- Attachment #8: x305rh4pae.report --]
[-- Type: text/plain, Size: 367 bytes --]

Xm-test execution summary:
  PASS:  84
  FAIL:  4
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #9: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 175 bytes --]

Xm-test execution summary:
  PASS:  87
  FAIL:  1
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0


[-- Attachment #10: x335fc4pae.report --]
[-- Type: text/plain, Size: 367 bytes --]

Xm-test execution summary:
  PASS:  85
  FAIL:  4
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #11: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 1912 bytes --]

Xm-test execution summary:
  PASS:  65
  FAIL:  26
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 02_block_attach_file_device_pos 
	 Failed to read from console (fd=3)

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Failed to read from console (fd=3)

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to read from console (fd=3)

 FAIL: 07_block_attach_baddevice_neg 
	 Failed to read from console (fd=3)

 FAIL: 08_block_attach_bad_filedevice_neg 
	 Failed to read from console (fd=3)

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to read from console (fd=3)

 FAIL: 01_block-list_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 02_block-destroy_rtblock_pos 
	 Failed to read from console (fd=3)

 FAIL: 05_block-destroy_byname_pos 
	 Failed to read from console (fd=3)

 FAIL: 01_create_basic_pos 
	 Failed to read from console (fd=3)

 FAIL: 04_create_conflictname_neg 
	 xm create let me create a duplicate-named domain!

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

 FAIL: 12_create_concurrent_stress_pos 
	 Failed to read from console (fd=3)

XFAIL: 13_create_multinic_pos 
	 (0 nics) Console didn't respond probably crashed!

 FAIL: 05_destroy_byid_pos 
	 xm destroy returned invalid 256 != 0

 FAIL: 07_destroy_stale_pos 
	 Failed to read from console (fd=3)

 FAIL: 04_list_goodparm_pos 
	 `xm list 04_list_goodparm_pos-1131544722' failed with invalid status 256 != 0

 FAIL: 01_memset_basic_pos 
	 Failed to read from console (fd=3)

 FAIL: 03_memset_random_pos 
	 Failed to read from console (fd=3)

 FAIL: 01_shutdown_basic_pos 
	 Failed to read from console (fd=3)

 FAIL: 02_sysrq_sync_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #12: x460.fc3-x86_64-8gb.report --]
[-- Type: text/plain, Size: 428 bytes --]

Xm-test execution summary:
  PASS:  84
  FAIL:  5
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #13: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-11-08 20:15 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-11-08 20:15 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2573 bytes --]

November 8, 2005 using test changeset:

changeset:   7695:6e2225934d84
tag:         tip
parent:      7683:a5195bf5671d
parent:      7694:f544934dd0b6
user:        Michael.Fetterman@cl.cam.ac.uk
date:        Tue Nov  8 07:41:25 2005 +0100
summary:     merge

x86_32 (no PAE support)

        * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Ran xm-test on all boxes
        * Successfully ran LTP and LMBench on Dom0s and DomUs

        ISSUES: 
        * Bugzilla Bug 381 -new network scripts does not work for two
        bridges topology
       
x86_32 (PAE)

        * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
        ThinkCentre
        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Ran xm-test on all boxes
        * Successfully ran LTP and LMBench on Dom0s and guest domains
 
        ISSUES:  
        * Bugzilla Bug 244 - Unable to save domain
        * Bugzilla Bug 267 - (XEN) Domain 2 (vcpu#0) crashed on cpu#3:
	* Bugzilla Bug 390 - Unable to handle kernel paging request at virtual address c2b02000

x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Ran xm-test on all boxes
        * Successfully ran LTP and LMBench on Dom0s and DomUs

        ISSUES: 
        * Bugzilla Bug 258 x86_64 - general protection fault: 0000
        [1]

        
------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

SUMMARY:
              Platform | PASS | FAIL | XPASS | XFAIL |
  ---------------------+------+------+-------+-------+
                FC3pae |   85 |    4 |     1 |     0 |
hs20.1.rhel4-x86_32pae |   84 |    5 |     1 |     0 |
   hs20.1.sles9-x86_64 |   83 |    6 |     1 |     0 |
   hs20.2.sles9-x86_64 |   83 |    6 |     1 |     0 |
       hs20.fc4_x86_64 |   84 |    5 |     1 |     0 |
       x235sles9nonpae |   88 |    1 |     1 |     0 |
            x305rh4pae |   84 |    4 |     1 |     0 |
       x305sles9nonpae |   87 |    1 |     1 |     0 |
            x335fc4pae |   85 |    4 |     1 |     0 |
      x335sles9_pae4gb |   62 |   29 |     0 |     1 |
   x460.fc3-x86_64-8gb |   85 |    4 |     1 |     0 |

-- Regards, David F Barrera Linux Technology Center Systems and 
Technology Group, IBM "The wisest men follow their own direction. " 
Euripides


[-- Attachment #2: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 2113 bytes --]

Xm-test execution summary:
  PASS:  62
  FAIL:  29
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 02_block_attach_file_device_pos 
	 Failed to read from console (fd=3)

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Failed to read from console (fd=3)

 FAIL: 08_block_attach_bad_filedevice_neg 
	 Failed to read from console (fd=3)

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to read from console (fd=3)

 FAIL: 01_block-list_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 02_block-list_attachbd_pos 
	 Fail to attach block device

 FAIL: 03_block-list_anotherbd_pos 
	 Fail to list block device

 FAIL: 04_block-list_nodb_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 05_block-destroy_byname_pos 
	 Failed to read from console (fd=3)

 FAIL: 01_create_basic_pos 
	 Failed to read from console (fd=3)

 FAIL: 04_create_conflictname_neg 
	 xm create let me create a duplicate-named domain!

 FAIL: 11_create_concurrent_pos 
	 [13] Failed to attach console to 11_create_13

XFAIL: 13_create_multinic_pos 
	 (0 nics) Console didn't respond probably crashed!

 FAIL: 01_destroy_basic_pos 
	 Failed to read from console (fd=3)

 FAIL: 05_destroy_byid_pos 
	 xm destroy returned invalid 256 != 0

 FAIL: 07_destroy_stale_pos 
	 Failed to read from console (fd=3)

 FAIL: 03_memset_random_pos 
	 Timed out waiting for console

 FAIL: 01_reboot_basic_pos 
	 Failed to read from console (fd=3)

 FAIL: 01_shutdown_basic_pos 
	 Failed to read from console (fd=3)

 FAIL: 02_sysrq_sync_pos 
	Unknown reason

 FAIL: 03_sysrq_withreboot_pos 
	 reboot 03_sysrq_withreboot_pos-1131469744 failed with 256 != 0

 FAIL: 01_unpause_basic_pos 
	 Failed to read from console (fd=3)

 FAIL: 01_vcpu-disable_basic_pos 
	 "xm set-vcpus 01_vcpu-disable_basic_pos-1131469785 1" returned invalid 256 != 0

 FAIL: 01_vcpu-pin_basic_pos 
	 xm vcpu-pin returned invalid 256 != 0

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 Timed out waiting for console


[-- Attachment #3: x460.fc3-x86_64-8gb.report --]
[-- Type: text/plain, Size: 337 bytes --]

Xm-test execution summary:
  PASS:  85
  FAIL:  4
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #4: hs20.1.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 447 bytes --]

Xm-test execution summary:
  PASS:  84
  FAIL:  5
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 11_create_concurrent_pos 
	 [3] Failed to attach console to 11_create_3

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #5: x305rh4pae.report --]
[-- Type: text/plain, Size: 367 bytes --]

Xm-test execution summary:
  PASS:  84
  FAIL:  4
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #6: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 175 bytes --]

Xm-test execution summary:
  PASS:  88
  FAIL:  1
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0


[-- Attachment #7: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 522 bytes --]

Xm-test execution summary:
  PASS:  83
  FAIL:  6
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL:  
	 Got a traceback on ['vcpu-list 1 2 3 4 5 6 7 8 ', 'vcpu-list 1 2 3 4 5 6 7 8 9 ']

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #8: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 522 bytes --]

Xm-test execution summary:
  PASS:  83
  FAIL:  6
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL:  
	 Got a traceback on ['vcpu-list 1 2 3 4 5 6 7 8 ', 'vcpu-list 1 2 3 4 5 6 7 8 9 ']

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #9: x335fc4pae.report --]
[-- Type: text/plain, Size: 367 bytes --]

Xm-test execution summary:
  PASS:  85
  FAIL:  4
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #10: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 428 bytes --]

Xm-test execution summary:
  PASS:  84
  FAIL:  5
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #11: FC3pae.report --]
[-- Type: text/plain, Size: 367 bytes --]

Xm-test execution summary:
  PASS:  85
  FAIL:  4
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #12: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 175 bytes --]

Xm-test execution summary:
  PASS:  87
  FAIL:  1
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0


[-- Attachment #13: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-11-07 19:50 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-11-07 19:50 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2451 bytes --]

November 7, 2005 using test changeset:

changeset:   7640:d1b5ad8e8b03
tag:         tip
user:        jbulpin@wicket.uk.xensource.com
date:        Mon Nov  7 06:04:27 2005 +0100
summary:     Fixed syntax error in iopif patch.

x86_32 (no PAE support)

        * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Ran xm-test on all boxes
        * Successfully ran LTP and LMBenchDom0s and DomUs

        ISSUES: 
        * Bugzilla Bug 381 -new network scripts does not work for two
        bridges topology
       
x86_32 (PAE)

        * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
        ThinkCentre
        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Ran xm-test on all boxes
        * Successfully ran LTP and LMBench on Dom0s and guest domains
 
        ISSUES:  
        * Bugzilla Bug 244 - Unable to save domain
        * Bugzilla Bug 267 - (XEN) Domain 2 (vcpu#0) crashed on cpu#3:

x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Ran xm-test on both boxes
        * Successfully ran LTP and LMBench on Dom0s and DomUs

        ISSUES: 
        * Bugzilla Bug 258 x86_64 - general protection fault: 0000
        [1]

        
------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

SUMMARY:
              Platform | PASS | FAIL | XPASS | XFAIL |
  ---------------------+------+------+-------+-------+
                FC3pae |   86 |    3 |     1 |     0 |
hs20.1.rhel4-x86_32pae |   85 |    4 |     1 |     0 |
   hs20.1.sles9-x86_64 |   84 |    5 |     1 |     0 |
   hs20.2.sles9-x86_64 |   84 |    5 |     1 |     0 |
       hs20.fc4_x86_64 |   85 |    4 |     1 |     0 |
       x235sles9nonpae |   89 |    0 |     1 |     0 |
            x305rh4pae |   85 |    3 |     1 |     0 |
            x335fc4pae |   86 |    3 |     1 |     0 |
      x335sles9_pae4gb |   64 |   25 |     0 |     1 |
   x460.fc3-x86_64-8gb |   85 |    4 |     1 |     0 |


-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: FC3pae.report --]
[-- Type: text/plain, Size: 276 bytes --]

Xm-test execution summary:
  PASS:  86
  FAIL:  3
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #3: hs20.1.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 354 bytes --]

Xm-test execution summary:
  PASS:  85
  FAIL:  4
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 12_create_concurrent_stress_pos 
	 Failed to read from console (fd=5)

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #4: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 475 bytes --]

Xm-test execution summary:
  PASS:  84
  FAIL:  5
  XPASS: 1
  XFAIL: 0


Details:

 FAIL:  
	 Got a traceback on ['vcpu-list 1 2 3 4 ', 'vcpu-list 1 2 3 4 5 ', 'network-attach 1 2 3 4 ', 'network-attach 1 2 3 4 5 6 7 ']

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #5: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 475 bytes --]

Xm-test execution summary:
  PASS:  84
  FAIL:  5
  XPASS: 1
  XFAIL: 0


Details:

 FAIL:  
	 Got a traceback on ['vcpu-list 1 2 3 4 ', 'vcpu-list 1 2 3 4 5 ', 'network-attach 1 2 3 4 ', 'network-attach 1 2 3 4 5 6 7 ']

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #6: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 337 bytes --]

Xm-test execution summary:
  PASS:  85
  FAIL:  4
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #7: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 84 bytes --]

Xm-test execution summary:
  PASS:  89
  FAIL:  0
  XPASS: 1
  XFAIL: 0


Details:


[-- Attachment #8: x305rh4pae.report --]
[-- Type: text/plain, Size: 276 bytes --]

Xm-test execution summary:
  PASS:  85
  FAIL:  3
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #9: x335fc4pae.report --]
[-- Type: text/plain, Size: 276 bytes --]

Xm-test execution summary:
  PASS:  86
  FAIL:  3
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #10: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 2232 bytes --]

Xm-test execution summary:
  PASS:  61
  FAIL:  30
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Failed to read from console (fd=3)

 FAIL: 07_block_attach_baddevice_neg 
	 Failed to read from console (fd=3)

 FAIL: 08_block_attach_bad_filedevice_neg 
	 Failed to read from console (fd=3)

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to read from console (fd=3)

 FAIL: 01_block-list_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 03_block-list_anotherbd_pos 
	 Fail to list block device

 FAIL: 04_block-list_nodb_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 01_block-destroy_btblock_pos 
	 Timed out waiting for console

 FAIL: 02_block-destroy_rtblock_pos 
	 Failed to read from console (fd=3)

 FAIL: 05_block-destroy_byname_pos 
	 Timed out waiting for console

 FAIL: 04_create_conflictname_neg 
	 xm create let me create a duplicate-named domain!

 FAIL: 11_create_concurrent_pos 
	 [1] Failed to attach console to 11_create_1

 FAIL: 12_create_concurrent_stress_pos 
	 Failed to read from console (fd=3)

XFAIL: 13_create_multinic_pos 
	 (0 nics) Console didn't respond probably crashed!

 FAIL: 01_destroy_basic_pos 
	 Failed to read from console (fd=3)

 FAIL: 05_destroy_byid_pos 
	 xm destroy returned invalid 256 != 0

 FAIL: 07_destroy_stale_pos 
	 Failed to read from console (fd=5)

 FAIL: 04_list_goodparm_pos 
	 `xm list 04_list_goodparm_pos-1131387826' failed with invalid status 256 != 0

 FAIL: 03_memset_random_pos 
	 Timed out waiting for console

 FAIL: 01_reboot_basic_pos 
	 xm reboot returned 256 != 0

 FAIL: 01_sedf_multi_pos 
	 [0] xm sedf returned invalid 256 != 0

 FAIL: 01_shutdown_basic_pos 
	 Failed to read from console (fd=3)

 FAIL: 02_sysrq_sync_pos 
	Unknown reason

 FAIL: 03_sysrq_withreboot_pos 
	 reboot 03_sysrq_withreboot_pos-1131388200 failed with 256 != 0

 FAIL: 01_vcpu-disable_basic_pos 
	 "xm set-vcpus 01_vcpu-disable_basic_pos-1131388278 1" returned invalid 256 != 0

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 Failed to read from console (fd=3)


[-- Attachment #11: x460.fc3-x86_64-8gb.report --]
[-- Type: text/plain, Size: 337 bytes --]

Xm-test execution summary:
  PASS:  85
  FAIL:  4
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #12: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-11-04 17:12 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-11-04 17:12 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2600 bytes --]

November 4, 2005 using test changeset:

changeset:   7616:6a2d93c2b32d
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Fri Nov  4 04:46:10 2005 +0100
summary:     Specifying 'mem=' as Linux boot parameter disables the
default

x86_32 (no PAE support)

        * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Ran xm-test on all boxes
        * Successfully ran LTP and LMBenchDom0s and DomUs

        ISSUES: 
        * Bugzilla Bug 381 -new network scripts does not work for two
        bridges topology
       
x86_32 (PAE)

        * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
        ThinkCentre
        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Ran xm-test on all boxes
        * Successfully ran LTP and LMBench on Dom0s and guest domains
 
        ISSUES:  
        * Bugzilla Bug 244 - Unable to save domain
        * Bugzilla Bug 267 - (XEN) Domain 2 (vcpu#0) crashed on cpu#3:

x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Ran xm-test on both boxes
        * Successfully ran LTP and LMBench on Dom0s and DomUs

        ISSUES: 
        * Bugzilla Bug 258 x86_64 - general protection fault: 0000
        [1]
        * Bugzilla Bug 358 - x86_64 - (XEN) Domain 131 (vcpu#1) crashed 
        
------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

SUMMARY:
              Platform | PASS | FAIL | XPASS | XFAIL |
  ---------------------+------+------+-------+-------+
                FC3pae |   82 |    7 |     3 |     0 |
hs20.1.rhel4-x86_32pae |   83 |    6 |     3 |     0 |
   hs20.1.sles9-x86_64 |   81 |    8 |     3 |     0 |
   hs20.2.sles9-x86_64 |   81 |    8 |     3 |     0 |
       hs20.fc4_x86_64 |   81 |    8 |     3 |     0 |
       x235sles9nonpae |   86 |    3 |     3 |     0 |
            x305rh4pae |   85 |    3 |     1 |     0 |
       x305sles9nonpae |   85 |    3 |     3 |     0 |
            x335fc4pae |   83 |    6 |     3 |     0 |
      x335sles9_pae4gb |   68 |   21 |     1 |     2 |
   x460.fc3-x86_64-8gb |   52 |   41 |     0 |     1 |

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: FC3pae.report --]
[-- Type: text/plain, Size: 656 bytes --]

Xm-test execution summary:
  PASS:  82
  FAIL:  7
  XPASS: 3
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Name                              ID Mem(MiB) VCPUs State  Time(s)

 FAIL: 01_unpause_basic_pos 
	 console attached to supposedly paused domain

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #3: hs20.1.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 565 bytes --]

Xm-test execution summary:
  PASS:  83
  FAIL:  6
  XPASS: 3
  XFAIL: 0


Details:

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Name                              ID Mem(MiB) VCPUs State  Time(s)

 FAIL: 01_unpause_basic_pos 
	 console attached to supposedly paused domain

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #4: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 690 bytes --]

Xm-test execution summary:
  PASS:  81
  FAIL:  8
  XPASS: 3
  XFAIL: 0


Details:

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Name                              ID Mem(MiB) VCPUs State  Time(s)

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

 FAIL: 01_unpause_basic_pos 
	 console attached to supposedly paused domain

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #5: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 690 bytes --]

Xm-test execution summary:
  PASS:  81
  FAIL:  8
  XPASS: 3
  XFAIL: 0


Details:

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Name                              ID Mem(MiB) VCPUs State  Time(s)

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

 FAIL: 01_unpause_basic_pos 
	 console attached to supposedly paused domain

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #6: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 690 bytes --]

Xm-test execution summary:
  PASS:  81
  FAIL:  8
  XPASS: 3
  XFAIL: 0


Details:

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Name                              ID Mem(MiB) VCPUs State  Time(s)

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

 FAIL: 01_unpause_basic_pos 
	 console attached to supposedly paused domain

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #7: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 373 bytes --]

Xm-test execution summary:
  PASS:  86
  FAIL:  3
  XPASS: 3
  XFAIL: 0


Details:

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Name                              ID Mem(MiB) VCPUs State  Time(s)

 FAIL: 01_unpause_basic_pos 
	 console attached to supposedly paused domain


[-- Attachment #8: x305rh4pae.report --]
[-- Type: text/plain, Size: 276 bytes --]

Xm-test execution summary:
  PASS:  85
  FAIL:  3
  XPASS: 1
  XFAIL: 0


Details:

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #9: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 373 bytes --]

Xm-test execution summary:
  PASS:  85
  FAIL:  3
  XPASS: 3
  XFAIL: 0


Details:

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Name                              ID Mem(MiB) VCPUs State  Time(s)

 FAIL: 01_unpause_basic_pos 
	 console attached to supposedly paused domain


[-- Attachment #10: x335fc4pae.report --]
[-- Type: text/plain, Size: 565 bytes --]

Xm-test execution summary:
  PASS:  83
  FAIL:  6
  XPASS: 3
  XFAIL: 0


Details:

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Name                              ID Mem(MiB) VCPUs State  Time(s)

 FAIL: 01_unpause_basic_pos 
	 console attached to supposedly paused domain

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #11: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 1704 bytes --]

Xm-test execution summary:
  PASS:  68
  FAIL:  21
  XPASS: 1
  XFAIL: 2


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 Failed to read from console (fd=3)

 FAIL: 01_block-list_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 03_block-list_anotherbd_pos 
	 Fail to list block device

 FAIL: 05_block-destroy_byname_pos 
	 Timed out waiting for console

 FAIL: 09_create_mem256_pos 
	 Failed to verify that a 256MB domain started

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 13_create_multinic_pos 
	 (1 nics) Console didn't respond probably crashed!

 FAIL: 01_destroy_basic_pos 
	 Failed to read from console (fd=3)

 FAIL: 07_destroy_stale_pos 
	 Failed to read from console (fd=3)

 FAIL: 04_list_goodparm_pos 
	 `xm list 04_list_goodparm_pos-1131114247' failed with invalid status 256 != 0

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Name                              ID Mem(MiB) VCPUs State  Time(s)

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

 FAIL: 03_memset_random_pos 
	 Timed out waiting for console

 FAIL: 01_reboot_basic_pos 
	 xm reboot returned 256 != 0

 FAIL: 03_sysrq_withreboot_pos 
	 Failed to read from console (fd=3)

 FAIL: 01_unpause_basic_pos 
	 Failed to read from console (fd=3)

 FAIL: 01_vcpu-disable_basic_pos 
	 "xm set-vcpus 01_vcpu-disable_basic_pos-1131114778 1" returned invalid 256 != 0

 FAIL: 01_vcpu-pin_basic_pos 
	 xm vcpu-pin returned invalid 256 != 0

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #12: x460.fc3-x86_64-8gb.report --]
[-- Type: text/plain, Size: 2944 bytes --]

Xm-test execution summary:
  PASS:  52
  FAIL:  41
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 01_block_attach_device_pos 
	 Failed to read from console (fd=3)

 FAIL: 02_block_attach_file_device_pos 
	 Failed to read from console (fd=3)

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Failed to read from console (fd=3)

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to read from console (fd=3)

 FAIL: 07_block_attach_baddevice_neg 
	 Failed to read from console (fd=3)

 FAIL: 08_block_attach_bad_filedevice_neg 
	 Failed to read from console (fd=3)

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to read from console (fd=3)

 FAIL: 01_block-list_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 02_block-list_attachbd_pos 
	 Fail to attach block device

 FAIL: 03_block-list_anotherbd_pos 
	 Fail to list block device

 FAIL: 04_block-list_nodb_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 01_block-destroy_btblock_pos 
	 Failed to read from console (fd=3)

 FAIL: 02_block-destroy_rtblock_pos 
	 Failed to read from console (fd=3)

 FAIL: 05_block-destroy_byname_pos 
	 Failed to read from console (fd=3)

 FAIL: 01_create_basic_pos 
	 Failed to read from console (fd=3)

 FAIL: 04_create_conflictname_neg 
	 xm create let me create a duplicate-named domain!

 FAIL: 07_create_mem64_pos 
	 Failed to verify that a 64MB domain started

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

 FAIL: 12_create_concurrent_stress_pos 
	 Failed to read from console (fd=3)

XFAIL: 13_create_multinic_pos 
	 (0 nics) Console didn't respond probably crashed!

 FAIL: 14_create_blockroot_pos 
	 Failed to read from console (fd=3)

 FAIL: 01_destroy_basic_pos 
	 Failed to read from console (fd=3)

 FAIL: 07_destroy_stale_pos 
	 Failed to read from console (fd=3)

 FAIL: 04_list_goodparm_pos 
	 `xm list 04_list_goodparm_pos-1131946887' failed with invalid status 256 != 0

 FAIL: 01_memset_basic_pos 
	 Failed to read from console (fd=3)

 FAIL: 03_memset_random_pos 
	 Failed to read from console (fd=3)

 FAIL: 01_pause_basic_pos 
	 Failed to read from console (fd=3)

 FAIL: 01_reboot_basic_pos 
	 xm reboot returned 256 != 0

 FAIL: 01_sedf_multi_pos 
	 [0] xm sedf returned invalid 256 != 0

 FAIL: 01_shutdown_basic_pos 
	 Failed to read from console (fd=3)

 FAIL: 02_sysrq_sync_pos 
	Unknown reason

 FAIL: 03_sysrq_withreboot_pos 
	 Failed to read from console (fd=3)

 FAIL: 01_unpause_basic_pos 
	 Failed to read from console (fd=3)

 FAIL: 01_vcpu-disable_basic_pos 
	 "xm set-vcpus 01_vcpu-disable_basic_pos-1131947181 1" returned invalid 256 != 0

 FAIL: 01_vcpu-pin_basic_pos 
	 xm vcpu-pin returned invalid 256 != 0

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 Failed to read from console (fd=3)


[-- Attachment #13: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Re: Daily Xen Builds
  2005-11-03 19:55 David F Barrera
@ 2005-11-03 20:06 ` Sean Dague
  0 siblings, 0 replies; 381+ messages in thread
From: Sean Dague @ 2005-11-03 20:06 UTC (permalink / raw)
  To: David F Barrera; +Cc: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 1417 bytes --]

On Thu, Nov 03, 2005 at 01:55:49PM -0600, David F Barrera wrote:
<snip>
> ------------------------XM-TEST Results---------------------------------
> 
> SUMMARY:
>               Platform | PASS | FAIL | XPASS | XFAIL |
>   ---------------------+------+------+-------+-------+
>                 FC3pae |   83 |    6 |     3 |     0 |
> hs20.1.rhel4-x86_32pae |   83 |    6 |     3 |     0 |
>    hs20.1.sles9-x86_64 |   81 |    8 |     3 |     0 |
>    hs20.2.sles9-x86_64 |   81 |    8 |     3 |     0 |
>        hs20.fc4_x86_64 |   81 |    8 |     3 |     0 |
>        x235sles9nonpae |   86 |    3 |     3 |     0 |
>             x305rh4pae |   82 |    6 |     3 |     0 |
>        x305sles9nonpae |   85 |    3 |     3 |     0 |
>             x335fc4pae |   83 |    6 |     3 |     0 |
>       x335sles9_pae4gb |   60 |   29 |     1 |     2 |

Well, minus pae4gb, that's starting to look not 1/2 bad.

	-Sean

-- 
__________________________________________________________________

Sean Dague                                       Mid-Hudson Valley
sean at dague dot net                            Linux Users Group
http://dague.net                                 http://mhvlug.org

There is no silver bullet.  Plus, werewolves make better neighbors
than zombies, and they tend to keep the vampire population down.
__________________________________________________________________

[-- Attachment #1.2: Type: application/pgp-signature, Size: 189 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-11-03 19:55 David F Barrera
  2005-11-03 20:06 ` Sean Dague
  0 siblings, 1 reply; 381+ messages in thread
From: David F Barrera @ 2005-11-03 19:55 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2559 bytes --]


November 3, 2005 using test changeset:

changeset:   7611:289b73a5ace7
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Thu Nov  3 02:58:45 2005 +0100
summary:     Simplified vmx_platform.c by removing obsolete code and
redundant vmread's.

x86_32 (no PAE support)

        * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Ran xm-test on all boxes
        * Successfully ran LTP and LMBenchDom0s and DomUs

        ISSUES: 
        * Bugzilla Bug 381 -new network scripts does not work for two
        bridges topology
       
x86_32 (PAE)

        * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
        ThinkCentre
        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Ran xm-test on all boxes
        * Successfully ran LTP and LMBench on Dom0s and guest domains
 
        ISSUES:  
        * Bugzilla Bug 244 - Unable to save domain
        * Bugzilla Bug 267 - (XEN) Domain 2 (vcpu#0) crashed on cpu#3:

x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Ran xm-test on both boxes
        * Successfully ran LTP and LMBench on Dom0s and DomUs

        ISSUES: 
        * Bugzilla Bug 258 x86_64 - general protection fault: 0000
        [1]
        * Bugzilla Bug 358 - x86_64 - (XEN) Domain 131 (vcpu#1) crashed 
        
------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

SUMMARY:
              Platform | PASS | FAIL | XPASS | XFAIL |
  ---------------------+------+------+-------+-------+
                FC3pae |   83 |    6 |     3 |     0 |
hs20.1.rhel4-x86_32pae |   83 |    6 |     3 |     0 |
   hs20.1.sles9-x86_64 |   81 |    8 |     3 |     0 |
   hs20.2.sles9-x86_64 |   81 |    8 |     3 |     0 |
       hs20.fc4_x86_64 |   81 |    8 |     3 |     0 |
       x235sles9nonpae |   86 |    3 |     3 |     0 |
            x305rh4pae |   82 |    6 |     3 |     0 |
       x305sles9nonpae |   85 |    3 |     3 |     0 |
            x335fc4pae |   83 |    6 |     3 |     0 |
      x335sles9_pae4gb |   60 |   29 |     1 |     2 |

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: FC3pae.report --]
[-- Type: text/plain, Size: 565 bytes --]

Xm-test execution summary:
  PASS:  83
  FAIL:  6
  XPASS: 3
  XFAIL: 0


Details:

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Name                              ID Mem(MiB) VCPUs State  Time(s)

 FAIL: 01_unpause_basic_pos 
	 console attached to supposedly paused domain

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #3: hs20.1.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 565 bytes --]

Xm-test execution summary:
  PASS:  83
  FAIL:  6
  XPASS: 3
  XFAIL: 0


Details:

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Name                              ID Mem(MiB) VCPUs State  Time(s)

 FAIL: 01_unpause_basic_pos 
	 console attached to supposedly paused domain

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #4: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 690 bytes --]

Xm-test execution summary:
  PASS:  81
  FAIL:  8
  XPASS: 3
  XFAIL: 0


Details:

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Name                              ID Mem(MiB) VCPUs State  Time(s)

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

 FAIL: 01_unpause_basic_pos 
	 console attached to supposedly paused domain

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #5: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 690 bytes --]

Xm-test execution summary:
  PASS:  81
  FAIL:  8
  XPASS: 3
  XFAIL: 0


Details:

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Name                              ID Mem(MiB) VCPUs State  Time(s)

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

 FAIL: 01_unpause_basic_pos 
	 console attached to supposedly paused domain

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #6: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 690 bytes --]

Xm-test execution summary:
  PASS:  81
  FAIL:  8
  XPASS: 3
  XFAIL: 0


Details:

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Name                              ID Mem(MiB) VCPUs State  Time(s)

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

 FAIL: 01_unpause_basic_pos 
	 console attached to supposedly paused domain

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #7: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 373 bytes --]

Xm-test execution summary:
  PASS:  86
  FAIL:  3
  XPASS: 3
  XFAIL: 0


Details:

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Name                              ID Mem(MiB) VCPUs State  Time(s)

 FAIL: 01_unpause_basic_pos 
	 console attached to supposedly paused domain


[-- Attachment #8: x305rh4pae.report --]
[-- Type: text/plain, Size: 565 bytes --]

Xm-test execution summary:
  PASS:  82
  FAIL:  6
  XPASS: 3
  XFAIL: 0


Details:

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Name                              ID Mem(MiB) VCPUs State  Time(s)

 FAIL: 01_unpause_basic_pos 
	 console attached to supposedly paused domain

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #9: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 373 bytes --]

Xm-test execution summary:
  PASS:  85
  FAIL:  3
  XPASS: 3
  XFAIL: 0


Details:

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Name                              ID Mem(MiB) VCPUs State  Time(s)

 FAIL: 01_unpause_basic_pos 
	 console attached to supposedly paused domain


[-- Attachment #10: x335fc4pae.report --]
[-- Type: text/plain, Size: 565 bytes --]

Xm-test execution summary:
  PASS:  83
  FAIL:  6
  XPASS: 3
  XFAIL: 0


Details:

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Name                              ID Mem(MiB) VCPUs State  Time(s)

 FAIL: 01_unpause_basic_pos 
	 console attached to supposedly paused domain

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #11: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 2320 bytes --]

Xm-test execution summary:
  PASS:  60
  FAIL:  29
  XPASS: 1
  XFAIL: 2


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 Failed to read from console (fd=3)

 FAIL: 01_block-list_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 02_block-list_attachbd_pos 
	 Fail to attach block device

 FAIL: 03_block-list_anotherbd_pos 
	 Fail to list block device

 FAIL: 04_block-list_nodb_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 01_block-destroy_btblock_pos 
	 Timed out waiting for console

 FAIL: 02_block-destroy_rtblock_pos 
	 Failed to read from console (fd=3)

 FAIL: 05_block-destroy_byname_pos 
	 Timed out waiting for console

 FAIL: 04_create_conflictname_neg 
	 xm create let me create a duplicate-named domain!

 FAIL: 08_create_mem128_pos 
	 Failed to verify that a 128MB domain started

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

 FAIL: 12_create_concurrent_stress_pos 
	 Failed to read from console (fd=3)

XFAIL: 13_create_multinic_pos 
	 (0 nics) Console didn't respond probably crashed!

 FAIL: 14_create_blockroot_pos 
	 Timed out waiting for console

 FAIL: 01_destroy_basic_pos 
	 Failed to read from console (fd=3)

 FAIL: 07_destroy_stale_pos 
	 Failed to read from console (fd=5)

 FAIL: 04_list_goodparm_pos 
	 `xm list 04_list_goodparm_pos-1131046077' failed with invalid status 256 != 0

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Name                              ID Mem(MiB) VCPUs State  Time(s)

 FAIL: 01_memset_basic_pos 
	 Failed to read from console (fd=3)

 FAIL: 01_pause_basic_pos 
	 Failed to read from console (fd=3)

 FAIL: 01_reboot_basic_pos 
	 Failed to read from console (fd=3)

 FAIL: 01_sedf_multi_pos 
	 [0] xm sedf returned invalid 256 != 0

 FAIL: 03_sysrq_withreboot_pos 
	 Failed to read from console (fd=3)

 FAIL: 01_unpause_basic_pos 
	 Failed to read from console (fd=3)

 FAIL: 01_vcpu-disable_basic_pos 
	 "xm set-vcpus 01_vcpu-disable_basic_pos-1131046701 1" returned invalid 256 != 0

 FAIL: 01_vcpu-pin_basic_pos 
	 xm vcpu-pin returned invalid 256 != 0

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #12: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-11-02 20:05 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-11-02 20:05 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2643 bytes --]

November 2, 2005 using test changeset:

changeset:   7603:e519f3239a97
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Wed Nov  2 04:25:21 2005 +0100
summary:     Make the -V option of xenconsoled actually do something.

x86_32 (no PAE support)

        * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Ran xm-test on all boxes
        * Successfully ran LTP and LMBenchDom0s and DomUs

        ISSUES: 
        * Bugzilla Bug 381 -new network scripts does not work for two
        bridges topology
       
x86_32 (PAE)

        * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
        ThinkCentre
        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Ran xm-test on all boxes
        * Successfully ran LTP and LMBench on Dom0s and guest domains
 
        ISSUES:  
        * Bugzilla Bug 244 - Unable to save domain
        * Bugzilla Bug 267 - (XEN) Domain 2 (vcpu#0) crashed on cpu#3:

x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Ran xm-test on both boxes
        * Successfully ran LTP and LMBench on Dom0s and DomUs

        ISSUES: 
        * Bugzilla Bug 258 x86_64 - general protection fault: 0000
        [1]
        * Bugzilla Bug 358 - x86_64 - (XEN) Domain 131 (vcpu#1) crashed 
        * Bugzilla Bug 363    Network on domU does not work on blades
        (dom0 uses physical nic eth1)
        
------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
                FC3pae |   83 |    6 |     3 |     0 |
hs20.1.rhel4-x86_32pae |   81 |    8 |     1 |     2 |
   hs20.1.sles9-x86_64 |   81 |    8 |     3 |     0 |
   hs20.2.sles9-x86_64 |   81 |    8 |     3 |     0 |
       hs20.fc4_x86_64 |   81 |    8 |     3 |     0 |
       x235sles9nonpae |   86 |    3 |     3 |     0 |
            x305rh4pae |   81 |    7 |     3 |     0 |
       x305sles9nonpae |   85 |    3 |     3 |     0 |
            x335fc4pae |   83 |    6 |     3 |     0 |
      x335sles9_pae4gb |   60 |   29 |     1 |     2 |

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: FC3pae.report --]
[-- Type: text/plain, Size: 565 bytes --]

Xm-test execution summary:
  PASS:  83
  FAIL:  6
  XPASS: 3
  XFAIL: 0


Details:

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Name                              ID Mem(MiB) VCPUs State  Time(s)

 FAIL: 01_unpause_basic_pos 
	 console attached to supposedly paused domain

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #3: hs20.1.rhel4-x86_32pae.report --]
[-- Type: text/plain, Size: 782 bytes --]

Xm-test execution summary:
  PASS:  81
  FAIL:  8
  XPASS: 1
  XFAIL: 2


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Name                              ID Mem(MiB) VCPUs State  Time(s)

 FAIL: 01_unpause_basic_pos 
	 console attached to supposedly paused domain

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #4: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 690 bytes --]

Xm-test execution summary:
  PASS:  81
  FAIL:  8
  XPASS: 3
  XFAIL: 0


Details:

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Name                              ID Mem(MiB) VCPUs State  Time(s)

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

 FAIL: 01_unpause_basic_pos 
	 console attached to supposedly paused domain

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #5: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 690 bytes --]

Xm-test execution summary:
  PASS:  81
  FAIL:  8
  XPASS: 3
  XFAIL: 0


Details:

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Name                              ID Mem(MiB) VCPUs State  Time(s)

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

 FAIL: 01_unpause_basic_pos 
	 console attached to supposedly paused domain

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #6: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 690 bytes --]

Xm-test execution summary:
  PASS:  81
  FAIL:  8
  XPASS: 3
  XFAIL: 0


Details:

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Name                              ID Mem(MiB) VCPUs State  Time(s)

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

 FAIL: 01_unpause_basic_pos 
	 console attached to supposedly paused domain

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #7: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 373 bytes --]

Xm-test execution summary:
  PASS:  86
  FAIL:  3
  XPASS: 3
  XFAIL: 0


Details:

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Name                              ID Mem(MiB) VCPUs State  Time(s)

 FAIL: 01_unpause_basic_pos 
	 console attached to supposedly paused domain


[-- Attachment #8: x305rh4pae.report --]
[-- Type: text/plain, Size: 656 bytes --]

Xm-test execution summary:
  PASS:  81
  FAIL:  7
  XPASS: 3
  XFAIL: 0


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Name                              ID Mem(MiB) VCPUs State  Time(s)

 FAIL: 01_unpause_basic_pos 
	 console attached to supposedly paused domain

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #9: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 373 bytes --]

Xm-test execution summary:
  PASS:  85
  FAIL:  3
  XPASS: 3
  XFAIL: 0


Details:

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Name                              ID Mem(MiB) VCPUs State  Time(s)

 FAIL: 01_unpause_basic_pos 
	 console attached to supposedly paused domain


[-- Attachment #10: x335fc4pae.report --]
[-- Type: text/plain, Size: 565 bytes --]

Xm-test execution summary:
  PASS:  83
  FAIL:  6
  XPASS: 3
  XFAIL: 0


Details:

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Name                              ID Mem(MiB) VCPUs State  Time(s)

 FAIL: 01_unpause_basic_pos 
	 console attached to supposedly paused domain

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 xm migrate returned invalid 256 != 0


[-- Attachment #11: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 2350 bytes --]

Xm-test execution summary:
  PASS:  60
  FAIL:  29
  XPASS: 1
  XFAIL: 2


Details:

 FAIL: 02_block_attach_file_device_pos 
	 Failed to read from console (fd=3)

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to read from console (fd=3)

XFAIL: 07_block_attach_baddevice_neg 
	 Failed to read from console (fd=3)

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to read from console (fd=3)

 FAIL: 01_block-list_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 01_block-destroy_btblock_pos 
	 Timed out waiting for console

 FAIL: 02_block-destroy_rtblock_pos 
	 Timed out waiting for console

 FAIL: 05_block-destroy_byname_pos 
	 Timed out waiting for console

 FAIL: 01_create_basic_pos 
	 Timed out waiting for console

 FAIL: 08_create_mem128_pos 
	 Failed to verify that a 128MB domain started

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

 FAIL: 12_create_concurrent_stress_pos 
	 Failed to read from console (fd=3)

XFAIL: 13_create_multinic_pos 
	 (0 nics) Console didn't respond probably crashed!

 FAIL: 14_create_blockroot_pos 
	 Timed out waiting for console

 FAIL: 05_destroy_byid_pos 
	 xm destroy returned invalid 256 != 0

 FAIL: 07_destroy_stale_pos 
	 Failed to read from console (fd=3)

 FAIL: 04_list_goodparm_pos 
	 `xm list 04_list_goodparm_pos-1130940574' failed with invalid status 256 != 0

 FAIL: 06_list_nonroot 
	 xm help didn't see the root hint, saw Name                              ID Mem(MiB) VCPUs State  Time(s)

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

 FAIL: 01_pause_basic_pos 
	 Failed to read from console (fd=3)

 FAIL: 01_reboot_basic_pos 
	 xm reboot returned 256 != 0

 FAIL: 01_sedf_multi_pos 
	 [0] xm sedf returned invalid 256 != 0

 FAIL: 03_sysrq_withreboot_pos 
	 reboot 03_sysrq_withreboot_pos-1130941088 failed with 256 != 0

 FAIL: 01_unpause_basic_pos 
	 Failed to read from console (fd=3)

 FAIL: 01_vcpu-disable_basic_pos 
	 "xm set-vcpus 01_vcpu-disable_basic_pos-1130941130 1" returned invalid 256 != 0

 FAIL: 01_vcpu-pin_basic_pos 
	 xm vcpu-pin returned invalid 256 != 0

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 Failed to read from console (fd=3)


[-- Attachment #12: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-11-01 19:14 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-11-01 19:14 UTC (permalink / raw)
  To: xen-devel

November 1, 2005 using test changeset:

changeset:   7572:ea6d9f29dff5
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Mon Oct 31 10:07:14 2005 +0100
summary:     Watch events may get lost, the xenstored response races
against the new

x86_32 (no PAE support)

        * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Ran xm-test on all boxes
        * Successfully ran LTP and LMBenchDom0s and DomUs

        ISSUES: 
       
x86_32 (PAE)

        * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
        ThinkCentre
        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Ran xm-test on all boxes
        * Successfully ran LTP and LMBench on Dom0s and guest domains
 
        ISSUES:  
        * Bugzilla Bug 244 - Unable to save domain
        * Bugzilla Bug 267 - (XEN) Domain 2 (vcpu#0) crashed on cpu#3:

x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Ran xm-test on both boxes
        * Successfully ran LTP and LMBench on Dom0s and DomUs

        ISSUES: 
        * Bugzilla Bug 258 x86_64 - general protection fault: 0000
        [1]
 	* Bugzilla Bug 358 - x86_64 - (XEN) Domain 131 (vcpu#1) crashed 
        
------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
              FC3pae |   79 |   11 |     1 |     5 |
hs20.1.rhel4pae      |   81 |    8 |     1 |     2 |
 hs20.1.sles9-x86_64 |   78 |   12 |     1 |     5 |
 hs20.2.sles9-x86_64 |   78 |   12 |     1 |     5 |
     hs20.fc4_x86_64 |   78 |   12 |     1 |     5 |
     x235sles9nonpae |   80 |    8 |     1 |     5 |
          x305rh4pae |   78 |   11 |     1 |     5 |
     x305sles9nonpae |   79 |    8 |     1 |     5 |
          x335fc4pae |   79 |   11 |     1 |     5 |
    x335sles9_pae4gb |   58 |   32 |     0 |     6 |


-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Re: Daily Xen Builds
  2005-10-31 20:27 David F Barrera
@ 2005-10-31 20:34 ` David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-10-31 20:34 UTC (permalink / raw)
  To: David F Barrera; +Cc: xen-devel

"November 1, 2005 using hg source as of: ". What was I thinking? Today 
is October 31 (Halloween).

The date should read October 31, 2005.

David F Barrera wrote:

> November 1, 2005 using hg source as of:
>
> Test changeset:
>
> changeset:   7571:8cc7ce549d00
> tag:         tip
> user:        kaf24@firebug.cl.cam.ac.uk
> date:        Mon Oct 31 03:45:31 2005 +0100
> summary:     Sanitise the trace-buffer hypervisor<->user interface.
>
> Last known good changeset:   7571:8cc7ce549d00
>
> x86_32 (no PAE support)
>
>      * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
>      * Builds and boots without problems
>      * Able to create fully functional guest domains
>      * Ran xm-test on all boxes
>      * Successfully ran LTP and LMBenchDom0s and DomUs
>
>       ISSUES:
>
> x86_32 (PAE)
>
>      * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
>      ThinkCentre
>      * Builds and boots without problems
>      * Able to create fully functional guest domains
>      * Ran xm-test on all boxes
>      * Successfully ran LTP and LMBenchon Dom0s and guest domains
>
>
>       ISSUES:    
>    * Bugzilla Bug 244 - Unable to save domain
>    * Bugzilla Bug 267 - (XEN) Domain 2 (vcpu#0) crashed on cpu#3:
>    (REOPENED)
>
>
> x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)
>
>       * Builds and boots without problems
>       * Able to create fully functional guest domains
>       * Ran xm-test on both boxes
>       * Successfully ran LTP and LMBench on Dom0s and DomUs
>
>       ISSUES:      
>    * Bugzilla Bug 258 x86_64 - general protection fault: 0000 [1]    * 
> Bugzilla Bug 358 x86_64 - (XEN) Domain 131 (vcpu#1) crashed on
>    cpu#0: (REOPENED)
>
>
> ------------------------------------------------------------------------
>
> ------------------------XM-TEST Results---------------------------------
>
> xm-test: This suite provides a framework for testing the Xen userspace
> tools.
>
> SUMMARY:
>            Platform | PASS | FAIL | XPASS | XFAIL |
> ---------------------+------+------+-------+-------+
>              FC3pae |   79 |   11 |     1 |     5 |
> hs20.1.sles9-x86_64 |   78 |   12 |     1 |     5 |
> hs20.2.sles9-x86_64 |   78 |   12 |     1 |     5 |
>     hs20.fc4_x86_64 |   78 |   12 |     1 |     5 |
>     x235sles9nonpae |   80 |    8 |     1 |     5 |
>          x305rh4pae |   78 |   11 |     1 |     5 |
>     x305sles9nonpae |   79 |    8 |     1 |     5 |
>          x335fc4pae |   79 |   11 |     1 |     5 |
>    x335sles9_pae4gb |   60 |   32 |     0 |     6 |
>
>
> -- Regards,
> David F Barrera
> Linux Technology Center
> Systems and Technology Group, IBM
>
> "The wisest men follow their own direction. "                
>                                Euripides
>
>
>
>
>
>
>------------------------------------------------------------------------
>
>Xm-test execution summary:
>  PASS:  79
>  FAIL:  11
>  XPASS: 1
>  XFAIL: 5
>
>
>Details:
>
>XFAIL: 07_block_attach_baddevice_neg 
>	 xm block-attach returned bad status, expected non 0, status is 0
>
>XFAIL: 08_block_attach_bad_filedevice_neg 
>	 xm block-attach returned bad status, expected non 0, status is 0
>
> FAIL: 11_create_concurrent_pos 
>	 [0] Failed to attach console to 11_create_0
>
>XFAIL: 01_vcpu-disable_basic_pos 
>	Unknown reason
>
> FAIL: 01_vcpu-pin_basic_pos 
>	 failed to switch VCPU 0 to CPU 0
>
> FAIL: 01_enforce_dom0_cpus_basic_pos 
>	Unknown reason
>
> FAIL: 01_save_basic_pos 
>	 save command exited 256 != 0
>
>XFAIL: 01_restore_basic_pos 
>	 save command exited 256 != 0
>
>XFAIL: 01_migrate_localhost_pos 
>	Unknown reason
>
>  
>
>------------------------------------------------------------------------
>
>Xm-test execution summary:
>  PASS:  78
>  FAIL:  12
>  XPASS: 1
>  XFAIL: 5
>
>
>Details:
>
>XFAIL: 07_block_attach_baddevice_neg 
>	 xm block-attach returned bad status, expected non 0, status is 0
>
>XFAIL: 08_block_attach_bad_filedevice_neg 
>	 xm block-attach returned bad status, expected non 0, status is 0
>
> FAIL: 11_create_concurrent_pos 
>	 [0] Failed to attach console to 11_create_0
>
> FAIL: 04_memset_smallmem_pos 
>	 Timed out waiting for console
>
>XFAIL: 01_vcpu-disable_basic_pos 
>	Unknown reason
>
> FAIL: 01_vcpu-pin_basic_pos 
>	 failed to switch VCPU 0 to CPU 0
>
> FAIL: 01_enforce_dom0_cpus_basic_pos 
>	Unknown reason
>
> FAIL: 01_save_basic_pos 
>	 save command exited 256 != 0
>
>XFAIL: 01_restore_basic_pos 
>	 save command exited 256 != 0
>
>XFAIL: 01_migrate_localhost_pos 
>	Unknown reason
>
>  
>
>------------------------------------------------------------------------
>
>Xm-test execution summary:
>  PASS:  78
>  FAIL:  12
>  XPASS: 1
>  XFAIL: 5
>
>
>Details:
>
>XFAIL: 07_block_attach_baddevice_neg 
>	 xm block-attach returned bad status, expected non 0, status is 0
>
>XFAIL: 08_block_attach_bad_filedevice_neg 
>	 xm block-attach returned bad status, expected non 0, status is 0
>
> FAIL: 11_create_concurrent_pos 
>	 [0] Failed to attach console to 11_create_0
>
> FAIL: 04_memset_smallmem_pos 
>	 Timed out waiting for console
>
>XFAIL: 01_vcpu-disable_basic_pos 
>	Unknown reason
>
> FAIL: 01_vcpu-pin_basic_pos 
>	 failed to switch VCPU 0 to CPU 0
>
> FAIL: 01_enforce_dom0_cpus_basic_pos 
>	Unknown reason
>
> FAIL: 01_save_basic_pos 
>	 save command exited 256 != 0
>
>XFAIL: 01_restore_basic_pos 
>	 save command exited 256 != 0
>
>XFAIL: 01_migrate_localhost_pos 
>	Unknown reason
>
>  
>
>------------------------------------------------------------------------
>
>Xm-test execution summary:
>  PASS:  78
>  FAIL:  12
>  XPASS: 1
>  XFAIL: 5
>
>
>Details:
>
>XFAIL: 07_block_attach_baddevice_neg 
>	 xm block-attach returned bad status, expected non 0, status is 0
>
>XFAIL: 08_block_attach_bad_filedevice_neg 
>	 xm block-attach returned bad status, expected non 0, status is 0
>
> FAIL: 11_create_concurrent_pos 
>	 [0] Failed to attach console to 11_create_0
>
> FAIL: 04_memset_smallmem_pos 
>	 Timed out waiting for console
>
>XFAIL: 01_vcpu-disable_basic_pos 
>	Unknown reason
>
> FAIL: 01_vcpu-pin_basic_pos 
>	 failed to switch VCPU 0 to CPU 0
>
> FAIL: 01_enforce_dom0_cpus_basic_pos 
>	Unknown reason
>
> FAIL: 01_save_basic_pos 
>	 save command exited 256 != 0
>
>XFAIL: 01_restore_basic_pos 
>	 save command exited 256 != 0
>
>XFAIL: 01_migrate_localhost_pos 
>	Unknown reason
>
>  
>
>------------------------------------------------------------------------
>
>Xm-test execution summary:
>  PASS:  80
>  FAIL:  8
>  XPASS: 1
>  XFAIL: 5
>
>
>Details:
>
>XFAIL: 07_block_attach_baddevice_neg 
>	 xm block-attach returned bad status, expected non 0, status is 0
>
>XFAIL: 08_block_attach_bad_filedevice_neg 
>	 xm block-attach returned bad status, expected non 0, status is 0
>
> FAIL: 11_create_concurrent_pos 
>	 [0] Failed to attach console to 11_create_0
>
>XFAIL: 01_vcpu-disable_basic_pos 
>	Unknown reason
>
> FAIL: 01_vcpu-pin_basic_pos 
>	 failed to switch VCPU 0 to CPU 0
>
> FAIL: 01_enforce_dom0_cpus_basic_pos 
>	Unknown reason
>
>XFAIL: 01_restore_basic_pos 
>	 Restored domain is dead (Console didn't respond)
>
>XFAIL: 01_migrate_localhost_pos 
>	 Failed to read from console (fd=3)
>
>  
>
>------------------------------------------------------------------------
>
>Xm-test execution summary:
>  PASS:  78
>  FAIL:  11
>  XPASS: 1
>  XFAIL: 5
>
>
>Details:
>
>XFAIL: 07_block_attach_baddevice_neg 
>	 xm block-attach returned bad status, expected non 0, status is 0
>
>XFAIL: 08_block_attach_bad_filedevice_neg 
>	 xm block-attach returned bad status, expected non 0, status is 0
>
> FAIL: 11_create_concurrent_pos 
>	 [0] Failed to attach console to 11_create_0
>
>XFAIL: 01_vcpu-disable_basic_pos 
>	Unknown reason
>
> FAIL: 01_vcpu-pin_basic_pos 
>	 failed to switch VCPU 0 to CPU 0
>
> FAIL: 01_enforce_dom0_cpus_basic_pos 
>	Unknown reason
>
> FAIL: 01_save_basic_pos 
>	 save command exited 256 != 0
>
>XFAIL: 01_restore_basic_pos 
>	 save command exited 256 != 0
>
>XFAIL: 01_migrate_localhost_pos 
>	Unknown reason
>
>  
>
>------------------------------------------------------------------------
>
>Xm-test execution summary:
>  PASS:  79
>  FAIL:  8
>  XPASS: 1
>  XFAIL: 5
>
>
>Details:
>
>XFAIL: 07_block_attach_baddevice_neg 
>	 xm block-attach returned bad status, expected non 0, status is 0
>
>XFAIL: 08_block_attach_bad_filedevice_neg 
>	 xm block-attach returned bad status, expected non 0, status is 0
>
> FAIL: 11_create_concurrent_pos 
>	 [0] Failed to attach console to 11_create_0
>
>XFAIL: 01_vcpu-disable_basic_pos 
>	Unknown reason
>
> FAIL: 01_vcpu-pin_basic_pos 
>	 failed to switch VCPU 0 to CPU 0
>
> FAIL: 01_enforce_dom0_cpus_basic_pos 
>	Unknown reason
>
>XFAIL: 01_restore_basic_pos 
>	 Restored domain is dead (Console didn't respond)
>
>XFAIL: 01_migrate_localhost_pos 
>	 Failed to read from console (fd=3)
>
>  
>
>------------------------------------------------------------------------
>
>Xm-test execution summary:
>  PASS:  79
>  FAIL:  11
>  XPASS: 1
>  XFAIL: 5
>
>
>Details:
>
>XFAIL: 07_block_attach_baddevice_neg 
>	 xm block-attach returned bad status, expected non 0, status is 0
>
>XFAIL: 08_block_attach_bad_filedevice_neg 
>	 xm block-attach returned bad status, expected non 0, status is 0
>
> FAIL: 11_create_concurrent_pos 
>	 [0] Failed to attach console to 11_create_0
>
>XFAIL: 01_vcpu-disable_basic_pos 
>	Unknown reason
>
> FAIL: 01_vcpu-pin_basic_pos 
>	 failed to switch VCPU 0 to CPU 0
>
> FAIL: 01_enforce_dom0_cpus_basic_pos 
>	Unknown reason
>
> FAIL: 01_save_basic_pos 
>	 save command exited 256 != 0
>
>XFAIL: 01_restore_basic_pos 
>	 save command exited 256 != 0
>
>XFAIL: 01_migrate_localhost_pos 
>	Unknown reason
>
>  
>
>------------------------------------------------------------------------
>
>Xm-test execution summary:
>  PASS:  60
>  FAIL:  32
>  XPASS: 0
>  XFAIL: 6
>
>
>Details:
>
> FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
>	 Failed to read from console (fd=3)
>
>XFAIL: 07_block_attach_baddevice_neg 
>	 Failed to read from console (fd=3)
>
>XFAIL: 08_block_attach_bad_filedevice_neg 
>	 xm block-attach returned bad status, expected non 0, status is 0
>
> FAIL: 01_block-list_pos 
>	 xm block-list returned bad status, expected 0, status is 256
>
> FAIL: 02_block-list_attachbd_pos 
>	 Fail to attach block device
>
> FAIL: 02_block-destroy_rtblock_pos 
>	 Failed to read from console (fd=3)
>
> FAIL: 04_create_conflictname_neg 
>	 xm create let me create a duplicate-named domain!
>
> FAIL: 07_create_mem64_pos 
>	 Failed to verify that a 64MB domain started
>
> FAIL: 09_create_mem256_pos 
>	 Failed to verify that a 256MB domain started
>
> FAIL: 11_create_concurrent_pos 
>	 [0] Failed to attach console to 11_create_0
>
>XFAIL: 13_create_multinic_pos 
>	 (0 nics) Console didn't respond probably crashed!
>
> FAIL: 14_create_blockroot_pos 
>	 Failed to read from console (fd=3)
>
> FAIL: 07_destroy_stale_pos 
>	 Failed to read from console (fd=6)
>
> FAIL: 04_list_goodparm_pos 
>	 `xm list 04_list_goodparm_pos-1130780397' failed with invalid status 256 != 0
>
> FAIL: 01_memset_basic_pos 
>	 Failed to read from console (fd=3)
>
> FAIL: 04_memset_smallmem_pos 
>	 Failed to read from console (fd=3)
>
> FAIL: 03_memset_random_pos 
>	 Failed to read from console (fd=3)
>
> FAIL: 01_pause_basic_pos 
>	 Failed to read from console (fd=3)
>
> FAIL: 01_reboot_basic_pos 
>	 xm reboot returned 256 != 0
>
> FAIL: 01_sedf_multi_pos 
>	 [0] xm sedf returned invalid 256 != 0
>
> FAIL: 02_sysrq_sync_pos 
>	Unknown reason
>
> FAIL: 03_sysrq_withreboot_pos 
>	 reboot 03_sysrq_withreboot_pos-1130780670 failed with 256 != 0
>
>XFAIL: 01_vcpu-disable_basic_pos 
>	Unknown reason
>
> FAIL: 01_vcpu-pin_basic_pos 
>	 xm vcpu-pin returned invalid 256 != 0
>
> FAIL: 01_enforce_dom0_cpus_basic_pos 
>	Unknown reason
>
> FAIL: 01_save_basic_pos 
>	 save command exited 256 != 0
>
>XFAIL: 01_restore_basic_pos 
>	 save command exited 256 != 0
>
>XFAIL: 01_migrate_localhost_pos 
>	Unknown reason
>
>  
>
>------------------------------------------------------------------------
>
>_______________________________________________
>Xen-devel mailing list
>Xen-devel@lists.xensource.com
>http://lists.xensource.com/xen-devel
>  
>

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-10-31 20:27 David F Barrera
  2005-10-31 20:34 ` David F Barrera
  0 siblings, 1 reply; 381+ messages in thread
From: David F Barrera @ 2005-10-31 20:27 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2488 bytes --]

November 1, 2005 using hg source as of:

Test changeset:

changeset:   7571:8cc7ce549d00
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Mon Oct 31 03:45:31 2005 +0100
summary:     Sanitise the trace-buffer hypervisor<->user interface.

Last known good changeset:   7571:8cc7ce549d00

x86_32 (no PAE support)

      * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes
      * Successfully ran LTP and LMBenchDom0s and DomUs

       ISSUES:

x86_32 (PAE)

      * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
      ThinkCentre
      * Builds and boots without problems
      * Able to create fully functional guest domains
      * Ran xm-test on all boxes
      * Successfully ran LTP and LMBenchon Dom0s and guest domains


       ISSUES:     

    * Bugzilla Bug 244 - Unable to save domain
    * Bugzilla Bug 267 - (XEN) Domain 2 (vcpu#0) crashed on cpu#3:
    (REOPENED)


x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on both boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs

       ISSUES:       

    * Bugzilla Bug 258 x86_64 - general protection fault: 0000 [1] 
    * Bugzilla Bug 358 x86_64 - (XEN) Domain 131 (vcpu#1) crashed on
    cpu#0: (REOPENED)


------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

xm-test: This suite provides a framework for testing the Xen userspace
tools.

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
              FC3pae |   79 |   11 |     1 |     5 |
 hs20.1.sles9-x86_64 |   78 |   12 |     1 |     5 |
 hs20.2.sles9-x86_64 |   78 |   12 |     1 |     5 |
     hs20.fc4_x86_64 |   78 |   12 |     1 |     5 |
     x235sles9nonpae |   80 |    8 |     1 |     5 |
          x305rh4pae |   78 |   11 |     1 |     5 |
     x305sles9nonpae |   79 |    8 |     1 |     5 |
          x335fc4pae |   79 |   11 |     1 |     5 |
    x335sles9_pae4gb |   60 |   32 |     0 |     6 |


-- Regards,
David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "                
                                Euripides







[-- Attachment #2: FC3pae.report --]
[-- Type: text/plain, Size: 724 bytes --]

Xm-test execution summary:
  PASS:  79
  FAIL:  11
  XPASS: 1
  XFAIL: 5


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #3: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 788 bytes --]

Xm-test execution summary:
  PASS:  78
  FAIL:  12
  XPASS: 1
  XFAIL: 5


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #4: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 788 bytes --]

Xm-test execution summary:
  PASS:  78
  FAIL:  12
  XPASS: 1
  XFAIL: 5


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #5: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 788 bytes --]

Xm-test execution summary:
  PASS:  78
  FAIL:  12
  XPASS: 1
  XFAIL: 5


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #6: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 706 bytes --]

Xm-test execution summary:
  PASS:  80
  FAIL:  8
  XPASS: 1
  XFAIL: 5


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

XFAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond)

XFAIL: 01_migrate_localhost_pos 
	 Failed to read from console (fd=3)


[-- Attachment #7: x305rh4pae.report --]
[-- Type: text/plain, Size: 724 bytes --]

Xm-test execution summary:
  PASS:  78
  FAIL:  11
  XPASS: 1
  XFAIL: 5


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #8: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 706 bytes --]

Xm-test execution summary:
  PASS:  79
  FAIL:  8
  XPASS: 1
  XFAIL: 5


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

XFAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond)

XFAIL: 01_migrate_localhost_pos 
	 Failed to read from console (fd=3)


[-- Attachment #9: x335fc4pae.report --]
[-- Type: text/plain, Size: 724 bytes --]

Xm-test execution summary:
  PASS:  79
  FAIL:  11
  XPASS: 1
  XFAIL: 5


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #10: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 2131 bytes --]

Xm-test execution summary:
  PASS:  60
  FAIL:  32
  XPASS: 0
  XFAIL: 6


Details:

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to read from console (fd=3)

XFAIL: 07_block_attach_baddevice_neg 
	 Failed to read from console (fd=3)

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 01_block-list_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 02_block-list_attachbd_pos 
	 Fail to attach block device

 FAIL: 02_block-destroy_rtblock_pos 
	 Failed to read from console (fd=3)

 FAIL: 04_create_conflictname_neg 
	 xm create let me create a duplicate-named domain!

 FAIL: 07_create_mem64_pos 
	 Failed to verify that a 64MB domain started

 FAIL: 09_create_mem256_pos 
	 Failed to verify that a 256MB domain started

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 13_create_multinic_pos 
	 (0 nics) Console didn't respond probably crashed!

 FAIL: 14_create_blockroot_pos 
	 Failed to read from console (fd=3)

 FAIL: 07_destroy_stale_pos 
	 Failed to read from console (fd=6)

 FAIL: 04_list_goodparm_pos 
	 `xm list 04_list_goodparm_pos-1130780397' failed with invalid status 256 != 0

 FAIL: 01_memset_basic_pos 
	 Failed to read from console (fd=3)

 FAIL: 04_memset_smallmem_pos 
	 Failed to read from console (fd=3)

 FAIL: 03_memset_random_pos 
	 Failed to read from console (fd=3)

 FAIL: 01_pause_basic_pos 
	 Failed to read from console (fd=3)

 FAIL: 01_reboot_basic_pos 
	 xm reboot returned 256 != 0

 FAIL: 01_sedf_multi_pos 
	 [0] xm sedf returned invalid 256 != 0

 FAIL: 02_sysrq_sync_pos 
	Unknown reason

 FAIL: 03_sysrq_withreboot_pos 
	 reboot 03_sysrq_withreboot_pos-1130780670 failed with 256 != 0

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 xm vcpu-pin returned invalid 256 != 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #11: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-10-28 19:27 Li Ge
  0 siblings, 0 replies; 381+ messages in thread
From: Li Ge @ 2005-10-28 19:27 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 2363 bytes --]






October 28, 2005 using test changeset:

changeset:   7502:e70ea9465b31
tag:         tip
user:        emellor@leeni.uk.xensource.com
date:        Thu Oct 27 04:53:02 2005 +0100
summary:     Fix Jerone Young's xenstat / xenstore patch:


x86_32 (no PAE support)

* SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes
* Successfully ran LTP and LMBench on Dom0s and DomUs


x86_32 (PAE)

* SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
ThinkCentre
* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes
* Successfully ran LTP and LMBench on Dom0s and guest domains

ISSUES:
* Bugzilla Bug 244 - Unable to save domain


x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on both boxes
* Successfully ran LTP and LMBench on Dom0s

ISSUES:
* Bugzilla Bug 258 x86_64 - general protection fault: 0000[1]
* Bugzilla Bug 363 x86_64 - network on domU does not work on blades (dom0
uses physical nic eth1)
----- With the wrok around that Paul Larson suggested on the bug report, I
am able to get the network working on domU.

XM-TEST Results:

            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
              FC3pae |   77 |   11 |     0 |     6 |
 hs20.1.sles9-x86_64 |   59 |   35 |     0 |     6 |
 hs20.2.sles9-x86_64 |   60 |   34 |     0 |     6 |
     hs20.fc4_x86_64 |   77 |   13 |     0 |     6 |
     x235sles9nonpae |   79 |    9 |     0 |     6 |
          x305rh4pae |   77 |   12 |     0 |     6 |
     x305sles9nonpae |   78 |    9 |     0 |     6 |
          x335fc4pae |   78 |   12 |     0 |     6 |
    x335sles9_pae4gb |   57 |   35 |     0 |     6 |


Regards,
Li

(See attached file: FC3pae.report)(See attached file:
hs20.1.sles9-x86_64.report)(See attached file: hs20.2.sles9-x86_64.report)
(See attached file: hs20.fc4_x86_64.report)(See attached file:
x235sles9nonpae.report)(See attached file: x305rh4pae.report)(See attached
file: x305sles9nonpae.report)
(See attached file: x335fc4pae.report)(See attached file:
x335sles9_pae4gb.report)

[-- Attachment #1.2: Type: text/html, Size: 2692 bytes --]

[-- Attachment #2: FC3pae.report --]
[-- Type: application/octet-stream, Size: 865 bytes --]

Xm-test execution summary:
  PASS:  77
  FAIL:  11
  XPASS: 0
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	 Failed to create domain

 FAIL: 03_save_bogusfile_neg 
	 Failed to create domain

XFAIL: 01_restore_basic_pos 
	 Failed to create domain

XFAIL: 01_migrate_localhost_pos 
	 Failed to create domain


[-- Attachment #3: hs20.1.sles9-x86_64.report --]
[-- Type: application/octet-stream, Size: 2498 bytes --]

Xm-test execution summary:
  PASS:  59
  FAIL:  35
  XPASS: 0
  XFAIL: 6


Details:

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 xm block-detach returned invalid 256 != 0

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 xm block-detach returned invalid 256 != 0

 FAIL: 01_block-list_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 02_block-list_attachbd_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 03_block-list_anotherbd_pos 
	 Fail to list block device

 FAIL: 04_block-list_nodb_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 05_block-destroy_byname_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

 FAIL: 14_create_blockroot_pos 
	 Timed out waiting for console

 FAIL: 01_memset_basic_pos 
	 cmd xm mem-set 01_memset_basic_pos-1130501760 63 returned invalid 256 != 0

 FAIL: 02_memset_badparm_neg 
	 xm mem-set failed to report error for invalid domid

 FAIL: 04_memset_smallmem_pos 
	 xm mem-set 04_memset_smallmem_pos-1130501793 16 returned invalid 256 != 0

 FAIL: 03_memset_random_pos 
	 mem-set from 64 to 58 failed

 FAIL: 01_pause_basic_pos 
	Unknown reason

 FAIL: 02_pause_badopt_neg 
	 xm pause returned bad output, expected Error, output is Unexpected error exceptions.UnicodeError

 FAIL: 03_pause_badname_neg 
	 xm pause returned bad output, expected Error, output is Unexpected error exceptions.UnicodeError

 FAIL: 04_pause_badid_neg 
	 xm pause returned bad output, expected Error, output is Unexpected error exceptions.UnicodeError

 FAIL: 01_unpause_basic_pos 
	Unknown reason

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #4: hs20.2.sles9-x86_64.report --]
[-- Type: application/octet-stream, Size: 2433 bytes --]

Xm-test execution summary:
  PASS:  60
  FAIL:  34
  XPASS: 0
  XFAIL: 6


Details:

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 xm block-detach returned invalid 256 != 0

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 xm block-detach returned invalid 256 != 0

 FAIL: 01_block-list_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 02_block-list_attachbd_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 03_block-list_anotherbd_pos 
	 Fail to list block device

 FAIL: 04_block-list_nodb_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 05_block-destroy_byname_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

 FAIL: 01_memset_basic_pos 
	 cmd xm mem-set 01_memset_basic_pos-1130501788 63 returned invalid 256 != 0

 FAIL: 02_memset_badparm_neg 
	 xm mem-set failed to report error for invalid domid

 FAIL: 04_memset_smallmem_pos 
	 xm mem-set 04_memset_smallmem_pos-1130501821 16 returned invalid 256 != 0

 FAIL: 03_memset_random_pos 
	 mem-set from 64 to 61 failed

 FAIL: 01_pause_basic_pos 
	Unknown reason

 FAIL: 02_pause_badopt_neg 
	 xm pause returned bad output, expected Error, output is Unexpected error exceptions.UnicodeError

 FAIL: 03_pause_badname_neg 
	 xm pause returned bad output, expected Error, output is Unexpected error exceptions.UnicodeError

 FAIL: 04_pause_badid_neg 
	 xm pause returned bad output, expected Error, output is Unexpected error exceptions.UnicodeError

 FAIL: 01_unpause_basic_pos 
	Unknown reason

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #5: hs20.fc4_x86_64.report --]
[-- Type: application/octet-stream, Size: 872 bytes --]

Xm-test execution summary:
  PASS:  77
  FAIL:  13
  XPASS: 0
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #6: x235sles9nonpae.report --]
[-- Type: application/octet-stream, Size: 790 bytes --]

Xm-test execution summary:
  PASS:  79
  FAIL:  9
  XPASS: 0
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

XFAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond)

XFAIL: 01_migrate_localhost_pos 
	 Failed to read from console (fd=3)


[-- Attachment #7: x305rh4pae.report --]
[-- Type: application/octet-stream, Size: 808 bytes --]

Xm-test execution summary:
  PASS:  77
  FAIL:  12
  XPASS: 0
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #8: x305sles9nonpae.report --]
[-- Type: application/octet-stream, Size: 790 bytes --]

Xm-test execution summary:
  PASS:  78
  FAIL:  9
  XPASS: 0
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

XFAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond)

XFAIL: 01_migrate_localhost_pos 
	 Failed to read from console (fd=3)


[-- Attachment #9: x335fc4pae.report --]
[-- Type: application/octet-stream, Size: 808 bytes --]

Xm-test execution summary:
  PASS:  78
  FAIL:  12
  XPASS: 0
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #10: x335sles9_pae4gb.report --]
[-- Type: application/octet-stream, Size: 2319 bytes --]

Xm-test execution summary:
  PASS:  57
  FAIL:  35
  XPASS: 0
  XFAIL: 6


Details:

 FAIL: 02_block_attach_file_device_pos 
	 Failed to read from console (fd=3)

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 Failed to read from console (fd=3)

 FAIL: 02_block-list_attachbd_pos 
	 Fail to attach block device

 FAIL: 03_block-list_anotherbd_pos 
	 Fail to list block device

 FAIL: 04_block-list_nodb_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 01_block-destroy_btblock_pos 
	 Failed to read from console (fd=3)

 FAIL: 02_block-destroy_rtblock_pos 
	 Failed to read from console (fd=3)

 FAIL: 05_block-destroy_byname_pos 
	 Failed to read from console (fd=3)

 FAIL: 01_create_basic_pos 
	 Failed to read from console (fd=3)

 FAIL: 04_create_conflictname_neg 
	 xm create let me create a duplicate-named domain!

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 13_create_multinic_pos 
	 (0 nics) Console didn't respond probably crashed!

 FAIL: 01_destroy_basic_pos 
	 Failed to read from console (fd=3)

 FAIL: 05_destroy_byid_pos 
	 xm destroy returned invalid 256 != 0

 FAIL: 07_destroy_stale_pos 
	 Failed to read from console (fd=3)

 FAIL: 04_list_goodparm_pos 
	 `xm list 04_list_goodparm_pos-1130501369' failed with invalid status 256 != 0

 FAIL: 01_memset_basic_pos 
	 Failed to read from console (fd=3)

 FAIL: 04_memset_smallmem_pos 
	 Failed to read from console (fd=3)

 FAIL: 03_memset_random_pos 
	 Failed to read from console (fd=3)

 FAIL: 01_pause_basic_pos 
	 Failed to read from console (fd=3)

 FAIL: 01_sedf_multi_pos 
	 [0] xm sedf returned invalid 256 != 0

 FAIL: 02_sysrq_sync_pos 
	Unknown reason

 FAIL: 03_sysrq_withreboot_pos 
	 reboot 03_sysrq_withreboot_pos-1130501668 failed with 256 != 0

 FAIL: 01_unpause_basic_pos 
	 Failed to read from console (fd=3)

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 xm vcpu-pin returned invalid 256 != 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #11: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-10-27 19:42 Li Ge
  0 siblings, 0 replies; 381+ messages in thread
From: Li Ge @ 2005-10-27 19:42 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 2387 bytes --]






October 27, 2005 using test changeset:

changeset:   7500:20d1a79ebe31
tag:         tip
user:        emellor@leeni.uk.xensource.com
date:        Wed Oct 26 10:59:13 2005 +0100
summary:     Fix the check for non-existence of the save/restore
directories, by using &&


x86_32 (no PAE support)

* SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes
* Successfully ran LTP and LMBench on Dom0s and DomUs


x86_32 (PAE)

* SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
ThinkCentre
* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes
* Successfully ran LTP and LMBench on Dom0s and guest domains

ISSUES:
* Bugzilla Bug 244 - Unable to save domain


x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on both boxes
* Successfully ran LTP and LMBench on Dom0s

ISSUES:
* Bugzilla Bug 258 x86_64 - general protection fault: 0000[1]
* Bugzilla Bug 363 x86_64 - network on domU does not work on blades (dom0
uses physical nic eth1)
----- With the wrok around that Paul Larson suggested on the bug, I am able
to get the network working on domU.


XM-TEST Results:

            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
              FC3pae |   77 |   11 |     0 |     6 |
 hs20.1.sles9-x86_64 |   59 |   35 |     0 |     6 |
 hs20.2.sles9-x86_64 |   60 |   34 |     0 |     6 |
     hs20.fc4_x86_64 |   76 |   14 |     0 |     6 |
     x235sles9nonpae |   79 |    9 |     0 |     6 |
          x305rh4pae |   77 |   12 |     0 |     6 |
     x305sles9nonpae |   78 |    9 |     0 |     6 |
          x335fc4pae |   78 |   12 |     0 |     6 |
    x335sles9_pae4gb |   56 |   32 |     0 |     6 |

Regards,
Li
(See attached file: FC3pae.report)(See attached file:
hs20.1.sles9-x86_64.report)(See attached file: hs20.2.sles9-x86_64.report)
(See attached file: hs20.fc4_x86_64.report)(See attached file:
x235sles9nonpae.report)(See attached file: x305rh4pae.report)(See attached
file: x305sles9nonpae.report)
(See attached file: x335fc4pae.report)(See attached file:
x335sles9_pae4gb.report)

[-- Attachment #1.2: Type: text/html, Size: 3127 bytes --]

[-- Attachment #2: FC3pae.report --]
[-- Type: application/octet-stream, Size: 865 bytes --]

Xm-test execution summary:
  PASS:  77
  FAIL:  11
  XPASS: 0
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	 Failed to create domain

 FAIL: 03_save_bogusfile_neg 
	 Failed to create domain

XFAIL: 01_restore_basic_pos 
	 Failed to create domain

XFAIL: 01_migrate_localhost_pos 
	 Failed to create domain


[-- Attachment #3: hs20.1.sles9-x86_64.report --]
[-- Type: application/octet-stream, Size: 2498 bytes --]

Xm-test execution summary:
  PASS:  59
  FAIL:  35
  XPASS: 0
  XFAIL: 6


Details:

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 xm block-detach returned invalid 256 != 0

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 xm block-detach returned invalid 256 != 0

 FAIL: 01_block-list_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 02_block-list_attachbd_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 03_block-list_anotherbd_pos 
	 Fail to list block device

 FAIL: 04_block-list_nodb_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 05_block-destroy_byname_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

 FAIL: 14_create_blockroot_pos 
	 Timed out waiting for console

 FAIL: 01_memset_basic_pos 
	 cmd xm mem-set 01_memset_basic_pos-1130427367 63 returned invalid 256 != 0

 FAIL: 02_memset_badparm_neg 
	 xm mem-set failed to report error for invalid domid

 FAIL: 04_memset_smallmem_pos 
	 xm mem-set 04_memset_smallmem_pos-1130427401 16 returned invalid 256 != 0

 FAIL: 03_memset_random_pos 
	 mem-set from 64 to 57 failed

 FAIL: 01_pause_basic_pos 
	Unknown reason

 FAIL: 02_pause_badopt_neg 
	 xm pause returned bad output, expected Error, output is Unexpected error exceptions.UnicodeError

 FAIL: 03_pause_badname_neg 
	 xm pause returned bad output, expected Error, output is Unexpected error exceptions.UnicodeError

 FAIL: 04_pause_badid_neg 
	 xm pause returned bad output, expected Error, output is Unexpected error exceptions.UnicodeError

 FAIL: 01_unpause_basic_pos 
	Unknown reason

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #4: hs20.2.sles9-x86_64.report --]
[-- Type: application/octet-stream, Size: 2433 bytes --]

Xm-test execution summary:
  PASS:  60
  FAIL:  34
  XPASS: 0
  XFAIL: 6


Details:

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 xm block-detach returned invalid 256 != 0

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 xm block-detach returned invalid 256 != 0

 FAIL: 01_block-list_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 02_block-list_attachbd_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 03_block-list_anotherbd_pos 
	 Fail to list block device

 FAIL: 04_block-list_nodb_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 05_block-destroy_byname_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

 FAIL: 01_memset_basic_pos 
	 cmd xm mem-set 01_memset_basic_pos-1130427418 63 returned invalid 256 != 0

 FAIL: 02_memset_badparm_neg 
	 xm mem-set failed to report error for invalid domid

 FAIL: 04_memset_smallmem_pos 
	 xm mem-set 04_memset_smallmem_pos-1130427452 16 returned invalid 256 != 0

 FAIL: 03_memset_random_pos 
	 mem-set from 64 to 58 failed

 FAIL: 01_pause_basic_pos 
	Unknown reason

 FAIL: 02_pause_badopt_neg 
	 xm pause returned bad output, expected Error, output is Unexpected error exceptions.UnicodeError

 FAIL: 03_pause_badname_neg 
	 xm pause returned bad output, expected Error, output is Unexpected error exceptions.UnicodeError

 FAIL: 04_pause_badid_neg 
	 xm pause returned bad output, expected Error, output is Unexpected error exceptions.UnicodeError

 FAIL: 01_unpause_basic_pos 
	Unknown reason

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #5: hs20.fc4_x86_64.report --]
[-- Type: application/octet-stream, Size: 940 bytes --]

Xm-test execution summary:
  PASS:  76
  FAIL:  14
  XPASS: 0
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

 FAIL: 03_memset_random_pos 
	 Expected 64 MB, domU reported 63 MB

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #6: x235sles9nonpae.report --]
[-- Type: application/octet-stream, Size: 790 bytes --]

Xm-test execution summary:
  PASS:  79
  FAIL:  9
  XPASS: 0
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

XFAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond)

XFAIL: 01_migrate_localhost_pos 
	 Failed to read from console (fd=3)


[-- Attachment #7: x305rh4pae.report --]
[-- Type: application/octet-stream, Size: 808 bytes --]

Xm-test execution summary:
  PASS:  77
  FAIL:  12
  XPASS: 0
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #8: x305sles9nonpae.report --]
[-- Type: application/octet-stream, Size: 790 bytes --]

Xm-test execution summary:
  PASS:  78
  FAIL:  9
  XPASS: 0
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

XFAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond)

XFAIL: 01_migrate_localhost_pos 
	 Failed to read from console (fd=3)


[-- Attachment #9: x335fc4pae.report --]
[-- Type: application/octet-stream, Size: 808 bytes --]

Xm-test execution summary:
  PASS:  78
  FAIL:  12
  XPASS: 0
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #10: x335sles9_pae4gb.report --]
[-- Type: application/octet-stream, Size: 2461 bytes --]

Xm-test execution summary:
  PASS:  56
  FAIL:  32
  XPASS: 0
  XFAIL: 6


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Timed out waiting for console

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Timed out waiting for console

XFAIL: 07_block_attach_baddevice_neg 
	 Timed out waiting for console

XFAIL: 08_block_attach_bad_filedevice_neg 
	 Timed out waiting for console

 FAIL: 01_block-list_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 02_block-list_attachbd_pos 
	 Fail to attach block device

 FAIL: 03_block-list_anotherbd_pos 
	 Fail to list block device

 FAIL: 04_block-list_nodb_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 01_block-destroy_btblock_pos 
	 Failed to read from console (fd=3)

 FAIL: 02_block-destroy_rtblock_pos 
	 Failed to read from console (fd=3)

 FAIL: 05_block-destroy_byname_pos 
	 Failed to read from console (fd=3)

 FAIL: 01_create_basic_pos 
	 Failed to read from console (fd=3)

 FAIL: 04_create_conflictname_neg 
	 xm create let me create a duplicate-named domain!

 FAIL: 07_create_mem64_pos 
	 Failed to verify that a 64MB domain started

 FAIL: 08_create_mem128_pos 
	 Failed to verify that a 128MB domain started

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

 FAIL: 12_create_concurrent_stress_pos 
	 Failed to read from console (fd=4)

XFAIL: 13_create_multinic_pos 
	 (0 nics) Console didn't respond probably crashed!

 FAIL: 14_create_blockroot_pos 
	 Failed to read from console (fd=3)

 FAIL: 07_destroy_stale_pos 
	 Failed to read from console (fd=5)

 FAIL: 04_list_goodparm_pos 
	 `xm list 04_list_goodparm_pos-1130427179' failed with invalid status 256 != 0

 FAIL: 01_reboot_basic_pos 
	 Failed to read from console (fd=3)

 FAIL: 01_sedf_multi_pos 
	 [0] xm sedf returned invalid 256 != 0

 FAIL: 01_shutdown_basic_pos 
	 Failed to read from console (fd=3)

 FAIL: 03_sysrq_withreboot_pos 
	 reboot 03_sysrq_withreboot_pos-1130427689 failed with 256 != 0

 FAIL: 01_unpause_basic_pos 
	 Timed out waiting for console

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	 Failed to read from console (fd=3)


[-- Attachment #11: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-10-26 19:46 Li Ge
  0 siblings, 0 replies; 381+ messages in thread
From: Li Ge @ 2005-10-26 19:46 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 2523 bytes --]






October 26, 2005 using test changeset:

changeset:   7496:895d66f6de44
tag:         tip
user:        emellor@leeni.uk.xensource.com
date:        Wed Oct 26 08:55:32 2005 +0100
summary:     New xendomains init script, courtesy of Kurt Garloff:


x86_32 (no PAE support)

* SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes
* Successfully ran LTP and LMBench on Dom0s and DomUs


x86_32 (PAE)

* SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
ThinkCentre
* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on all boxes
* Successfully ran LTP and LMBench on Dom0s and guest domains

ISSUES:
* Bugzilla Bug 244 - Unable to save domain


x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

* Builds and boots without problems
* Able to create fully functional guest domains
* Ran xm-test on both boxes
* Successfully ran LTP and LMBench on Dom0s

ISSUES:
* Bugzilla Bug 258 x86_64 - general protection fault: 0000[1]
* Bugzilla Bug 363 x86_64 - network on domU does not work on blades (dom0
uses physical nic eth1)
  ----- With the wrok around that Paul Larson suggested on the bug, I am
able to get the network working on domU.


XM-TEST Results

   Platform      | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
  FC3pae                     |   77   |   11     |     0      |     6     |
 hs20.1.sles9-x86_64 |   59   |   35     |     0      |     6     |
 hs20.2.sles9-x86_64 |   60   |   34     |     0      |     6     |
     hs20.fc4_x86_64   |   77  |   13     |     0      |     6     |
     x235sles9nonpae   |   79   |    9     |     0       |     6    |
          x305rh4pae        |   77  |   12   |     0       |     6     |
     x305sles9nonpae    |   78  |    9     |     0       |     6     |
          x335fc4pae        |   78  |   12   |     0       |     6     |
    x335sles9_pae4gb   |   59  |   32   |     0       |     6     |


Regards,
Li

(See attached file: FC3pae.report)(See attached file:
hs20.1.sles9-x86_64.report)(See attached file: hs20.2.sles9-x86_64.report)
(See attached file: hs20.fc4_x86_64.report)(See attached file:
x235sles9nonpae.report)(See attached file: x305rh4pae.report)(See attached
file: x305sles9nonpae.report)
(See attached file: x335fc4pae.report)(See attached file:
x335sles9_pae4gb.report)

[-- Attachment #1.2: Type: text/html, Size: 3409 bytes --]

[-- Attachment #2: FC3pae.report --]
[-- Type: application/octet-stream, Size: 865 bytes --]

Xm-test execution summary:
  PASS:  77
  FAIL:  11
  XPASS: 0
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	 Failed to create domain

 FAIL: 03_save_bogusfile_neg 
	 Failed to create domain

XFAIL: 01_restore_basic_pos 
	 Failed to create domain

XFAIL: 01_migrate_localhost_pos 
	 Failed to create domain


[-- Attachment #3: hs20.1.sles9-x86_64.report --]
[-- Type: application/octet-stream, Size: 2498 bytes --]

Xm-test execution summary:
  PASS:  59
  FAIL:  35
  XPASS: 0
  XFAIL: 6


Details:

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 xm block-detach returned invalid 256 != 0

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 xm block-detach returned invalid 256 != 0

 FAIL: 01_block-list_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 02_block-list_attachbd_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 03_block-list_anotherbd_pos 
	 Fail to list block device

 FAIL: 04_block-list_nodb_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 05_block-destroy_byname_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

 FAIL: 14_create_blockroot_pos 
	 Timed out waiting for console

 FAIL: 01_memset_basic_pos 
	 cmd xm mem-set 01_memset_basic_pos-1130343636 63 returned invalid 256 != 0

 FAIL: 02_memset_badparm_neg 
	 xm mem-set failed to report error for invalid domid

 FAIL: 04_memset_smallmem_pos 
	 xm mem-set 04_memset_smallmem_pos-1130343669 16 returned invalid 256 != 0

 FAIL: 03_memset_random_pos 
	 mem-set from 64 to 58 failed

 FAIL: 01_pause_basic_pos 
	Unknown reason

 FAIL: 02_pause_badopt_neg 
	 xm pause returned bad output, expected Error, output is Unexpected error exceptions.UnicodeError

 FAIL: 03_pause_badname_neg 
	 xm pause returned bad output, expected Error, output is Unexpected error exceptions.UnicodeError

 FAIL: 04_pause_badid_neg 
	 xm pause returned bad output, expected Error, output is Unexpected error exceptions.UnicodeError

 FAIL: 01_unpause_basic_pos 
	Unknown reason

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #4: hs20.2.sles9-x86_64.report --]
[-- Type: application/octet-stream, Size: 2433 bytes --]

Xm-test execution summary:
  PASS:  60
  FAIL:  34
  XPASS: 0
  XFAIL: 6


Details:

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 xm block-detach returned invalid 256 != 0

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 xm block-detach returned invalid 256 != 0

 FAIL: 01_block-list_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 02_block-list_attachbd_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 03_block-list_anotherbd_pos 
	 Fail to list block device

 FAIL: 04_block-list_nodb_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 05_block-destroy_byname_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

 FAIL: 01_memset_basic_pos 
	 cmd xm mem-set 01_memset_basic_pos-1130345536 63 returned invalid 256 != 0

 FAIL: 02_memset_badparm_neg 
	 xm mem-set failed to report error for invalid domid

 FAIL: 04_memset_smallmem_pos 
	 xm mem-set 04_memset_smallmem_pos-1130345570 16 returned invalid 256 != 0

 FAIL: 03_memset_random_pos 
	 mem-set from 64 to 60 failed

 FAIL: 01_pause_basic_pos 
	Unknown reason

 FAIL: 02_pause_badopt_neg 
	 xm pause returned bad output, expected Error, output is Unexpected error exceptions.UnicodeError

 FAIL: 03_pause_badname_neg 
	 xm pause returned bad output, expected Error, output is Unexpected error exceptions.UnicodeError

 FAIL: 04_pause_badid_neg 
	 xm pause returned bad output, expected Error, output is Unexpected error exceptions.UnicodeError

 FAIL: 01_unpause_basic_pos 
	Unknown reason

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #5: hs20.fc4_x86_64.report --]
[-- Type: application/octet-stream, Size: 872 bytes --]

Xm-test execution summary:
  PASS:  77
  FAIL:  13
  XPASS: 0
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #6: x235sles9nonpae.report --]
[-- Type: application/octet-stream, Size: 790 bytes --]

Xm-test execution summary:
  PASS:  79
  FAIL:  9
  XPASS: 0
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

XFAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond)

XFAIL: 01_migrate_localhost_pos 
	 Failed to read from console (fd=3)


[-- Attachment #7: x305rh4pae.report --]
[-- Type: application/octet-stream, Size: 808 bytes --]

Xm-test execution summary:
  PASS:  77
  FAIL:  12
  XPASS: 0
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #8: x305sles9nonpae.report --]
[-- Type: application/octet-stream, Size: 790 bytes --]

Xm-test execution summary:
  PASS:  78
  FAIL:  9
  XPASS: 0
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

XFAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond)

XFAIL: 01_migrate_localhost_pos 
	 Failed to read from console (fd=3)


[-- Attachment #9: x335fc4pae.report --]
[-- Type: application/octet-stream, Size: 808 bytes --]

Xm-test execution summary:
  PASS:  78
  FAIL:  12
  XPASS: 0
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #10: x335sles9_pae4gb.report --]
[-- Type: application/octet-stream, Size: 2213 bytes --]

Xm-test execution summary:
  PASS:  59
  FAIL:  32
  XPASS: 0
  XFAIL: 6


Details:

 FAIL: 02_block_attach_file_device_pos 
	 Failed to read from console (fd=3)

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 02_block-list_attachbd_pos 
	 Fail to attach block device

 FAIL: 03_block-list_anotherbd_pos 
	 Fail to list block device

 FAIL: 04_block-list_nodb_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 01_block-destroy_btblock_pos 
	 Failed to read from console (fd=3)

 FAIL: 02_block-destroy_rtblock_pos 
	 Failed to read from console (fd=3)

 FAIL: 05_block-destroy_byname_pos 
	 Failed to read from console (fd=3)

 FAIL: 04_create_conflictname_neg 
	 xm create let me create a duplicate-named domain!

 FAIL: 09_create_mem256_pos 
	Unknown reason

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

 FAIL: 12_create_concurrent_stress_pos 
	 Failed to read from console (fd=3)

XFAIL: 13_create_multinic_pos 
	 (0 nics) Console didn't respond probably crashed!

 FAIL: 14_create_blockroot_pos 
	 Failed to read from console (fd=3)

 FAIL: 05_destroy_byid_pos 
	 xm destroy returned invalid 256 != 0

 FAIL: 07_destroy_stale_pos 
	 Failed to read from console (fd=3)

 FAIL: 04_list_goodparm_pos 
	 `xm list 04_list_goodparm_pos-1130343770' failed with invalid status 256 != 0

 FAIL: 01_memset_basic_pos 
	 Failed to read from console (fd=3)

 FAIL: 03_memset_random_pos 
	 Timed out waiting for console

 FAIL: 01_pause_basic_pos 
	 Timed out waiting for console

 FAIL: 02_sysrq_sync_pos 
	Unknown reason

 FAIL: 03_sysrq_withreboot_pos 
	 reboot 03_sysrq_withreboot_pos-1130344161 failed with 256 != 0

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	 Failed to read from console (fd=3)


[-- Attachment #11: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-10-25 20:04 Li Ge
  0 siblings, 0 replies; 381+ messages in thread
From: Li Ge @ 2005-10-25 20:04 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 2548 bytes --]






October 25, 2005 using test changeset:

changeset:   7484:e47f04c55eb1
tag:         tip
user:        vhanquez@kneesa.uk.xensource.com
date:        Mon Oct 24 06:57:37 2005 +0100
summary:     compute the correct totalram_pages when the balloon increase
or decrease the


x86_32 (no PAE support)

        * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Ran xm-test on all boxes
        * Successfully ran LTP and LMBench on Dom0s and DomUs


x86_32 (PAE)

        * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
        ThinkCentre
        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Ran xm-test on all boxes
        * Successfully ran LTP and LMBench on Dom0s and guest domains

        ISSUES:
        * Bugzilla Bug 244 - Unable to save domain


x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Ran xm-test on both boxes
        * Successfully ran LTP and LMBench on Dom0s

        ISSUES:
        * Bugzilla Bug 258 x86_64 - general protection fault: 0000[1]
        * Bugzilla Bug 363 x86_64 - network on domU does not work on blades
(dom0 uses physical nic eth1)



--

--XM-TEST Results--

SUMMARY:
                     Platform | PASS | FAIL | XPASS | XFAIL |
        ---------------------+------+------+-------+-------+
                      FC3pae |    77 |    11 |       0 |      6 |
 hs20.1.sles9-x86_64 |    59 |     35 |       0 |     6 |
 hs20.2.sles9-x86_64 |    60 |    34 |       0 |      6 |
       hs20.fc4_x86_64 |    56 |    34 |       0 |      6 |
      x235sles9nonpae |    79 |     9 |        0 |      6 |
               x305rh4pae |    77 |    12 |       0 |      6 |
      x305sles9nonpae |    78 |     9 |        0 |      6 |
               x335fc4pae |    78 |    12 |       0 |      6 |
    x335sles9_pae4gb |    51 |    39 |       0 |      6 |


Regards,
Li


(See attached file: FC3pae.report)(See attached file:
hs20.1.sles9-x86_64.report)(See attached file: hs20.2.sles9-x86_64.report)
(See attached file: hs20.fc4_x86_64.report)(See attached file:
x235sles9nonpae.report)(See attached file: x305rh4pae.report)(See attached
file: x305sles9nonpae.report)
(See attached file: x335fc4pae.report)(See attached file:
x335sles9_pae4gb.report)

[-- Attachment #1.2: Type: text/html, Size: 2941 bytes --]

[-- Attachment #2: FC3pae.report --]
[-- Type: application/octet-stream, Size: 865 bytes --]

Xm-test execution summary:
  PASS:  77
  FAIL:  11
  XPASS: 0
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	 Failed to create domain

 FAIL: 03_save_bogusfile_neg 
	 Failed to create domain

XFAIL: 01_restore_basic_pos 
	 Failed to create domain

XFAIL: 01_migrate_localhost_pos 
	 Failed to create domain


[-- Attachment #3: hs20.1.sles9-x86_64.report --]
[-- Type: application/octet-stream, Size: 2498 bytes --]

Xm-test execution summary:
  PASS:  59
  FAIL:  35
  XPASS: 0
  XFAIL: 6


Details:

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 xm block-detach returned invalid 256 != 0

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 xm block-detach returned invalid 256 != 0

 FAIL: 01_block-list_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 02_block-list_attachbd_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 03_block-list_anotherbd_pos 
	 Fail to list block device

 FAIL: 04_block-list_nodb_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 05_block-destroy_byname_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

 FAIL: 14_create_blockroot_pos 
	 Timed out waiting for console

 FAIL: 01_memset_basic_pos 
	 cmd xm mem-set 01_memset_basic_pos-1130242557 63 returned invalid 256 != 0

 FAIL: 02_memset_badparm_neg 
	 xm mem-set failed to report error for invalid domid

 FAIL: 04_memset_smallmem_pos 
	 xm mem-set 04_memset_smallmem_pos-1130242590 16 returned invalid 256 != 0

 FAIL: 03_memset_random_pos 
	 mem-set from 64 to 63 failed

 FAIL: 01_pause_basic_pos 
	Unknown reason

 FAIL: 02_pause_badopt_neg 
	 xm pause returned bad output, expected Error, output is Unexpected error exceptions.UnicodeError

 FAIL: 03_pause_badname_neg 
	 xm pause returned bad output, expected Error, output is Unexpected error exceptions.UnicodeError

 FAIL: 04_pause_badid_neg 
	 xm pause returned bad output, expected Error, output is Unexpected error exceptions.UnicodeError

 FAIL: 01_unpause_basic_pos 
	Unknown reason

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #4: hs20.2.sles9-x86_64.report --]
[-- Type: application/octet-stream, Size: 2433 bytes --]

Xm-test execution summary:
  PASS:  60
  FAIL:  34
  XPASS: 0
  XFAIL: 6


Details:

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 xm block-detach returned invalid 256 != 0

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 xm block-detach returned invalid 256 != 0

 FAIL: 01_block-list_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 02_block-list_attachbd_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 03_block-list_anotherbd_pos 
	 Fail to list block device

 FAIL: 04_block-list_nodb_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 05_block-destroy_byname_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

 FAIL: 01_memset_basic_pos 
	 cmd xm mem-set 01_memset_basic_pos-1130242597 63 returned invalid 256 != 0

 FAIL: 02_memset_badparm_neg 
	 xm mem-set failed to report error for invalid domid

 FAIL: 04_memset_smallmem_pos 
	 xm mem-set 04_memset_smallmem_pos-1130242630 16 returned invalid 256 != 0

 FAIL: 03_memset_random_pos 
	 mem-set from 64 to 54 failed

 FAIL: 01_pause_basic_pos 
	Unknown reason

 FAIL: 02_pause_badopt_neg 
	 xm pause returned bad output, expected Error, output is Unexpected error exceptions.UnicodeError

 FAIL: 03_pause_badname_neg 
	 xm pause returned bad output, expected Error, output is Unexpected error exceptions.UnicodeError

 FAIL: 04_pause_badid_neg 
	 xm pause returned bad output, expected Error, output is Unexpected error exceptions.UnicodeError

 FAIL: 01_unpause_basic_pos 
	Unknown reason

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #5: hs20.fc4_x86_64.report --]
[-- Type: application/octet-stream, Size: 2083 bytes --]

Xm-test execution summary:
  PASS:  56
  FAIL:  34
  XPASS: 0
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Console didn't respond

 FAIL: 01_block-list_pos 
	 Console didn't respond

 FAIL: 02_block-list_attachbd_pos 
	 Console didn't respond

 FAIL: 03_block-list_anotherbd_pos 
	 Console didn't respond

 FAIL: 01_block-destroy_btblock_pos 
	 Console didn't respond

 FAIL: 02_block-destroy_rtblock_pos 
	 Console didn't respond

 FAIL: 05_block-destroy_byname_pos 
	 Console didn't respond

 FAIL: 01_create_basic_pos 
	 Console didn't respond

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

 FAIL: 12_create_concurrent_stress_pos 
	 Console didn't respond

XFAIL: 13_create_multinic_pos 
	 (0 nics) Console didn't respond probably crashed!

 FAIL: 14_create_blockroot_pos 
	Unknown reason

 FAIL: 01_destroy_basic_pos 
	 Console didn't respond

 FAIL: 07_destroy_stale_pos 
	 Console didn't respond

 FAIL: 04_list_goodparm_pos 
	 Console didn't respond

 FAIL: 01_memset_basic_pos 
	 Console didn't respond

 FAIL: 04_memset_smallmem_pos 
	 Console didn't respond

 FAIL: 03_memset_random_pos 
	 Console didn't respond

 FAIL: 01_pause_basic_pos 
	 Console didn't respond

 FAIL: 01_reboot_basic_pos 
	 Console didn't respond

 FAIL: 01_shutdown_basic_pos 
	 Console didn't respond

 FAIL: 02_sysrq_sync_pos 
	 Console didn't respond

 FAIL: 03_sysrq_withreboot_pos 
	 Console didn't respond

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #6: x235sles9nonpae.report --]
[-- Type: application/octet-stream, Size: 752 bytes --]

Xm-test execution summary:
  PASS:  79
  FAIL:  9
  XPASS: 0
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

XFAIL: 01_restore_basic_pos 
	 Console didn't respond

XFAIL: 01_migrate_localhost_pos 
	 Console didn't respond


[-- Attachment #7: x305rh4pae.report --]
[-- Type: application/octet-stream, Size: 808 bytes --]

Xm-test execution summary:
  PASS:  77
  FAIL:  12
  XPASS: 0
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #8: x305sles9nonpae.report --]
[-- Type: application/octet-stream, Size: 790 bytes --]

Xm-test execution summary:
  PASS:  78
  FAIL:  9
  XPASS: 0
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

XFAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond)

XFAIL: 01_migrate_localhost_pos 
	 Failed to read from console (fd=3)


[-- Attachment #9: x335fc4pae.report --]
[-- Type: application/octet-stream, Size: 808 bytes --]

Xm-test execution summary:
  PASS:  78
  FAIL:  12
  XPASS: 0
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #10: x335sles9_pae4gb.report --]
[-- Type: application/octet-stream, Size: 2769 bytes --]

Xm-test execution summary:
  PASS:  51
  FAIL:  39
  XPASS: 0
  XFAIL: 6


Details:

 FAIL: 02_block_attach_file_device_pos 
	 Failed to read from console (fd=3)

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Failed to read from console (fd=3)

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Failed to read from console (fd=3)

XFAIL: 07_block_attach_baddevice_neg 
	 Failed to read from console (fd=3)

XFAIL: 08_block_attach_bad_filedevice_neg 
	 Failed to read from console (fd=3)

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to read from console (fd=3)

 FAIL: 02_block-list_attachbd_pos 
	 Fail to attach block device

 FAIL: 04_block-list_nodb_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 01_block-destroy_btblock_pos 
	 Failed to read from console (fd=3)

 FAIL: 02_block-destroy_rtblock_pos 
	 Failed to read from console (fd=3)

 FAIL: 01_create_basic_pos 
	 Failed to read from console (fd=3)

 FAIL: 04_create_conflictname_neg 
	 xm create let me create a duplicate-named domain!

 FAIL: 07_create_mem64_pos 
	 Failed to verify that a 64MB domain started

 FAIL: 09_create_mem256_pos 
	 Failed to verify that a 256MB domain started

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

 FAIL: 12_create_concurrent_stress_pos 
	 Failed to read from console (fd=3)

XFAIL: 13_create_multinic_pos 
	 (0 nics) Console didn't respond probably crashed!

 FAIL: 14_create_blockroot_pos 
	 Failed to read from console (fd=3)

 FAIL: 01_destroy_basic_pos 
	 Failed to read from console (fd=3)

 FAIL: 05_destroy_byid_pos 
	 xm destroy returned invalid 256 != 0

 FAIL: 07_destroy_stale_pos 
	 Failed to read from console (fd=3)

 FAIL: 04_list_goodparm_pos 
	 `xm list 04_list_goodparm_pos-1130241431' failed with invalid status 256 != 0

 FAIL: 01_memset_basic_pos 
	 Failed to read from console (fd=3)

 FAIL: 04_memset_smallmem_pos 
	 Failed to read from console (fd=3)

 FAIL: 03_memset_random_pos 
	 Failed to read from console (fd=3)

 FAIL: 01_pause_basic_pos 
	 Failed to read from console (fd=3)

 FAIL: 01_reboot_basic_pos 
	 xm reboot returned 256 != 0

 FAIL: 01_sedf_multi_pos 
	 [0] xm sedf returned invalid 256 != 0

 FAIL: 01_shutdown_basic_pos 
	 Timed out waiting for console

 FAIL: 02_sysrq_sync_pos 
	Unknown reason

 FAIL: 03_sysrq_withreboot_pos 
	 Failed to read from console (fd=3)

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	 Failed to read from console (fd=3)


[-- Attachment #11: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-10-24 20:05 Li Ge
  0 siblings, 0 replies; 381+ messages in thread
From: Li Ge @ 2005-10-24 20:05 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 2745 bytes --]






October 24, 2005 using test changeset:

changeset:   7481:1c62a4149b11
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Mon Oct 24 02:04:38 2005 +0100
summary:     Attached patch avoids "Bad L1 flags 80" for VMX domains.
Thanks Ian for


x86_32 (no PAE support)

        * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Ran xm-test on all boxes
        * Successfully ran LTP and LMBench on Dom0s and DomUs


x86_32 (PAE)

        * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
        ThinkCentre
        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Ran xm-test on all boxes
        * Successfully ran LTP and LMBench on Dom0s and guest domains

        ISSUES:
        * Bugzilla Bug 244 - Unable to save domain
        * Bugzilla Bug 267 - (XEN) Domain 2 (vcpu#0) crashed on cpu#3:



x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

        * Builds and boots without problems
        * Able to create guest domains
        * Ran xm-test on both boxes
        * Successfully ran LTP and LMBench on Dom0s and DomUs

        ISSUES:
        * Bugzilla Bug 258 x86_64 - general protection fault: 0000[1]
        * Bugzilla Bug 267 - (XEN) Domain 2 (vcpu#0) crashed on cpu#3:
        * Bugzilla Bug 358 - x86_64 - (XEN) Domain 131 (vcpu#1) crashed on
cpu#0:
            (Ian Pratt suggested this might be a different problem from Bug
#267 and to treat as a different issue)

Note: I have seen the network problem on domUs on several machines when
their Ips are on the different subnet than dom0s. Still investigating. Will
file a bug soon when gets more information.



--XM-TEST Results--

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
--+--+--+--+--+
              FC3pae |   77 |   11 |     0 |     6 |
 hs20.1.sles9-x86_64 |   60 |   34 |     0 |     6 |
 hs20.2.sles9-x86_64 |   60 |   34 |     0 |     6 |
     hs20.fc4_x86_64 |   76 |   14 |     0 |     6 |
     x235sles9nonpae |   79 |    9 |     0 |     6 |
     x305sles9nonpae |   78 |    9 |     0 |     6 |
          x335fc4pae |   78 |   12 |     0 |     6 |
    x335sles9_pae4gb |   60 |   30 |     0 |     6 |

Regards

Li Ge

(See attached file: FC3pae.report)(See attached file:
hs20.1.sles9-x86_64.report)(See attached file: hs20.2.sles9-x86_64.report)
(See attached file: hs20.fc4_x86_64.report)(See attached file:
x235sles9nonpae.report)(See attached file: x305sles9nonpae.report)
(See attached file: x335fc4pae.report)(See attached file:
x335sles9_pae4gb.report)

[-- Attachment #1.2: Type: text/html, Size: 3143 bytes --]

[-- Attachment #2: FC3pae.report --]
[-- Type: application/octet-stream, Size: 865 bytes --]

Xm-test execution summary:
  PASS:  77
  FAIL:  11
  XPASS: 0
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	 Failed to create domain

 FAIL: 03_save_bogusfile_neg 
	 Failed to create domain

XFAIL: 01_restore_basic_pos 
	 Failed to create domain

XFAIL: 01_migrate_localhost_pos 
	 Failed to create domain


[-- Attachment #3: hs20.1.sles9-x86_64.report --]
[-- Type: application/octet-stream, Size: 2433 bytes --]

Xm-test execution summary:
  PASS:  60
  FAIL:  34
  XPASS: 0
  XFAIL: 6


Details:

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 xm block-detach returned invalid 256 != 0

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 xm block-detach returned invalid 256 != 0

 FAIL: 01_block-list_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 02_block-list_attachbd_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 03_block-list_anotherbd_pos 
	 Fail to list block device

 FAIL: 04_block-list_nodb_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 05_block-destroy_byname_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

 FAIL: 01_memset_basic_pos 
	 cmd xm mem-set 01_memset_basic_pos-1130156127 63 returned invalid 256 != 0

 FAIL: 02_memset_badparm_neg 
	 xm mem-set failed to report error for invalid domid

 FAIL: 04_memset_smallmem_pos 
	 xm mem-set 04_memset_smallmem_pos-1130156160 16 returned invalid 256 != 0

 FAIL: 03_memset_random_pos 
	 mem-set from 64 to 60 failed

 FAIL: 01_pause_basic_pos 
	Unknown reason

 FAIL: 02_pause_badopt_neg 
	 xm pause returned bad output, expected Error, output is Unexpected error exceptions.UnicodeError

 FAIL: 03_pause_badname_neg 
	 xm pause returned bad output, expected Error, output is Unexpected error exceptions.UnicodeError

 FAIL: 04_pause_badid_neg 
	 xm pause returned bad output, expected Error, output is Unexpected error exceptions.UnicodeError

 FAIL: 01_unpause_basic_pos 
	Unknown reason

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #4: hs20.2.sles9-x86_64.report --]
[-- Type: application/octet-stream, Size: 2433 bytes --]

Xm-test execution summary:
  PASS:  60
  FAIL:  34
  XPASS: 0
  XFAIL: 6


Details:

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 xm block-detach returned invalid 256 != 0

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 xm block-detach returned invalid 256 != 0

 FAIL: 01_block-list_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 02_block-list_attachbd_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 03_block-list_anotherbd_pos 
	 Fail to list block device

 FAIL: 04_block-list_nodb_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 05_block-destroy_byname_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

 FAIL: 01_memset_basic_pos 
	 cmd xm mem-set 01_memset_basic_pos-1130156173 63 returned invalid 256 != 0

 FAIL: 02_memset_badparm_neg 
	 xm mem-set failed to report error for invalid domid

 FAIL: 04_memset_smallmem_pos 
	 xm mem-set 04_memset_smallmem_pos-1130156206 16 returned invalid 256 != 0

 FAIL: 03_memset_random_pos 
	 mem-set from 64 to 61 failed

 FAIL: 01_pause_basic_pos 
	Unknown reason

 FAIL: 02_pause_badopt_neg 
	 xm pause returned bad output, expected Error, output is Unexpected error exceptions.UnicodeError

 FAIL: 03_pause_badname_neg 
	 xm pause returned bad output, expected Error, output is Unexpected error exceptions.UnicodeError

 FAIL: 04_pause_badid_neg 
	 xm pause returned bad output, expected Error, output is Unexpected error exceptions.UnicodeError

 FAIL: 01_unpause_basic_pos 
	Unknown reason

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #5: hs20.fc4_x86_64.report --]
[-- Type: application/octet-stream, Size: 940 bytes --]

Xm-test execution summary:
  PASS:  76
  FAIL:  14
  XPASS: 0
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

 FAIL: 03_memset_random_pos 
	 Expected 64 MB, domU reported 63 MB

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #6: x235sles9nonpae.report --]
[-- Type: application/octet-stream, Size: 790 bytes --]

Xm-test execution summary:
  PASS:  79
  FAIL:  9
  XPASS: 0
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

XFAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond)

XFAIL: 01_migrate_localhost_pos 
	 Failed to read from console (fd=3)


[-- Attachment #7: x305sles9nonpae.report --]
[-- Type: application/octet-stream, Size: 790 bytes --]

Xm-test execution summary:
  PASS:  78
  FAIL:  9
  XPASS: 0
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

XFAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond)

XFAIL: 01_migrate_localhost_pos 
	 Failed to read from console (fd=3)


[-- Attachment #8: x335fc4pae.report --]
[-- Type: application/octet-stream, Size: 808 bytes --]

Xm-test execution summary:
  PASS:  78
  FAIL:  12
  XPASS: 0
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #9: x335sles9_pae4gb.report --]
[-- Type: application/octet-stream, Size: 2147 bytes --]

Xm-test execution summary:
  PASS:  60
  FAIL:  30
  XPASS: 0
  XFAIL: 6


Details:

 FAIL: 04_block_attach_device_repeatedly_pos 
	 Failed to read from console (fd=3)

XFAIL: 07_block_attach_baddevice_neg 
	 Failed to read from console (fd=3)

XFAIL: 08_block_attach_bad_filedevice_neg 
	 Failed to read from console (fd=3)

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 Failed to read from console (fd=3)

 FAIL: 01_block-list_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 02_block-list_attachbd_pos 
	 Fail to attach block device

 FAIL: 03_block-list_anotherbd_pos 
	 Fail to list block device

 FAIL: 04_block-list_nodb_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 01_block-destroy_btblock_pos 
	 Failed to read from console (fd=3)

 FAIL: 01_create_basic_pos 
	 Failed to read from console (fd=3)

 FAIL: 04_create_conflictname_neg 
	 xm create let me create a duplicate-named domain!

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 13_create_multinic_pos 
	 (0 nics) Console didn't respond probably crashed!

 FAIL: 07_destroy_stale_pos 
	 Failed to read from console (fd=3)

 FAIL: 04_list_goodparm_pos 
	 `xm list 04_list_goodparm_pos-1130155306' failed with invalid status 256 != 0

 FAIL: 01_memset_basic_pos 
	 Failed to read from console (fd=3)

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

 FAIL: 03_memset_random_pos 
	 Failed to read from console (fd=3)

 FAIL: 01_sedf_multi_pos 
	 [0] xm sedf returned invalid 256 != 0

 FAIL: 01_shutdown_basic_pos 
	 Failed to read from console (fd=3)

 FAIL: 03_sysrq_withreboot_pos 
	 reboot 03_sysrq_withreboot_pos-1130155656 failed with 256 != 0

 FAIL: 01_unpause_basic_pos 
	 Failed to read from console (fd=3)

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #10: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-10-21 15:58 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-10-21 15:58 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2544 bytes --]

October 21, 2005 using test changeset:

changeset:   7425:7c951e3eb5ab*
tag:         tip
user:        emellor@leeni.uk.xensource.com
date:        Wed Oct 19 05:53:00 2005 +0100
summary:     Remove unused parameter from addControllerClass.  This
became unused when the

*Same changeset as yesterday, at 6.30AM CST today.

x86_32 (no PAE support)

        * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Ran xm-test on all boxes
        * Successfully ran LTP and LMBenchDom0s and DomUs

        ISSUES: Bug 339 - peth0: received packet with own address as
        source address
       
x86_32 (PAE)

        * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
        ThinkCentre
        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Ran xm-test on all boxes
        * Successfully ran LTP and LMBench on Dom0s and guest domains
 
        ISSUES:  
        * Bugzilla Bug 244 - Unable to save domain
        * Bugzilla Bug 267 - (XEN) Domain 2 (vcpu#0) crashed on cpu#3:
        * Bug 339 - peth0: received packet with own address as source
        address 

                
x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Ran xm-test on both boxes
        * Successfully ran LTP and LMBench on Dom0s and DomUs

        ISSUES: 
        * Bugzilla Bug 258 x86_64 - general protection fault: 0000
        [1]
        * Bugzilla Bug 267 - (XEN) Domain 2 (vcpu#0) crashed on cpu#3:
        * Bugzilla Bug 339 - peth0: received packet with own address...
	* Bugzilla Bug 358 - x86_64 - (XEN) Domain 131 (vcpu#1) crashed on cpu#0: 
	  (Ian Pratt suggested this might be a different problem from Bug #267 and to treat as a different issue)
		
        
--

--XM-TEST Results--

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
--+--+--+--+--+
              FC3pae |   78 |   12 |     0 |     6 |
 hs20.1.sles9-x86_64 |   65 |   25 |     0 |     6 |
 hs20.2.sles9-x86_64 |   69 |   19 |     0 |     6 |
     hs20.fc4_x86_64 |   68 |   22 |     0 |     6 |
     x235sles9nonpae |   80 |    8 |     0 |     6 |
          x305rh4pae |   78 |    9 |     0 |     6 |
     x305sles9nonpae |   79 |    8 |     0 |     6 |
          x335fc4pae |   65 |   25 |     0 |     6 |
    x335sles9_pae4gb |   73 |   17 |     0 |     6 |

Regards

David F Barrera

[-- Attachment #2: FC3pae.report --]
[-- Type: text/plain, Size: 777 bytes --]

Xm-test execution summary:
  PASS:  78
  FAIL:  12
  XPASS: 0
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

 FAIL: 14_create_blockroot_pos 
	Unknown reason

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #3: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 1516 bytes --]

Xm-test execution summary:
  PASS:  65
  FAIL:  25
  XPASS: 0
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

 FAIL: 14_create_blockroot_pos 
	Unknown reason

 FAIL: 01_destroy_basic_pos 
	 Console didn't respond

 FAIL: 07_destroy_stale_pos 
	 Console didn't respond

 FAIL: 04_list_goodparm_pos 
	 Console didn't respond

 FAIL: 01_memset_basic_pos 
	 Console didn't respond

 FAIL: 04_memset_smallmem_pos 
	 Console didn't respond

 FAIL: 03_memset_random_pos 
	 Console didn't respond

 FAIL: 01_pause_basic_pos 
	 Console didn't respond

 FAIL: 01_reboot_basic_pos 
	 Console didn't respond

 FAIL: 01_shutdown_basic_pos 
	 Console didn't respond

 FAIL: 02_sysrq_sync_pos 
	 Console didn't respond

 FAIL: 03_sysrq_withreboot_pos 
	 Console didn't respond

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #4: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 1317 bytes --]

Xm-test execution summary:
  PASS:  69
  FAIL:  19
  XPASS: 0
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

 FAIL: 04_memset_smallmem_pos 
	 Console run-away (exceeded 8192 bytes)

 FAIL: 03_memset_random_pos 
	 Console didn't respond

 FAIL: 01_pause_basic_pos 
	 Console didn't respond

 FAIL: 01_reboot_basic_pos 
	 Console didn't respond

 FAIL: 01_shutdown_basic_pos 
	 Console didn't respond

 FAIL: 02_sysrq_sync_pos 
	 Console didn't respond

 FAIL: 03_sysrq_withreboot_pos 
	 Console didn't respond

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	 Console didn't respond

 FAIL: 03_save_bogusfile_neg 
	 Console didn't respond

XFAIL: 01_restore_basic_pos 
	 Console didn't respond

XFAIL: 01_migrate_localhost_pos 
	 Console didn't respond


[-- Attachment #5: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 1357 bytes --]

Xm-test execution summary:
  PASS:  68
  FAIL:  22
  XPASS: 0
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

 FAIL: 04_list_goodparm_pos 
	 Console didn't respond

 FAIL: 01_memset_basic_pos 
	 Console didn't respond

 FAIL: 04_memset_smallmem_pos 
	 Console didn't respond

 FAIL: 03_memset_random_pos 
	 Console didn't respond

 FAIL: 01_pause_basic_pos 
	 Console didn't respond

 FAIL: 01_reboot_basic_pos 
	 Console didn't respond

 FAIL: 01_shutdown_basic_pos 
	 Console didn't respond

 FAIL: 02_sysrq_sync_pos 
	 Console didn't respond

 FAIL: 03_sysrq_withreboot_pos 
	 Console didn't respond

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #6: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 710 bytes --]

Xm-test execution summary:
  PASS:  80
  FAIL:  8
  XPASS: 0
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

XFAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond)

XFAIL: 01_migrate_localhost_pos 
	 Failed to read from console (fd=4)


[-- Attachment #7: x305rh4pae.report --]
[-- Type: text/plain, Size: 719 bytes --]

Xm-test execution summary:
  PASS:  78
  FAIL:  9
  XPASS: 0
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 13_create_multinic_pos 
	 (3 nics) Failed to create domain

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	 Console didn't respond


[-- Attachment #8: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 693 bytes --]

Xm-test execution summary:
  PASS:  79
  FAIL:  8
  XPASS: 0
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 13_create_multinic_pos 
	 (3 nics) Failed to create domain

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

XFAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond)

XFAIL: 01_migrate_localhost_pos 
	 Failed to read from console (fd=3)


[-- Attachment #9: x335fc4pae.report --]
[-- Type: text/plain, Size: 1502 bytes --]

Xm-test execution summary:
  PASS:  65
  FAIL:  25
  XPASS: 0
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 12_create_concurrent_stress_pos 
	 Console didn't respond

XFAIL: 13_create_multinic_pos 
	 (0 nics) Console didn't respond probably crashed!

 FAIL: 14_create_blockroot_pos 
	Unknown reason

 FAIL: 01_destroy_basic_pos 
	 Console didn't respond

 FAIL: 07_destroy_stale_pos 
	 Console didn't respond

 FAIL: 04_list_goodparm_pos 
	 Console didn't respond

 FAIL: 01_memset_basic_pos 
	 Console didn't respond

 FAIL: 04_memset_smallmem_pos 
	 Console didn't respond

 FAIL: 03_memset_random_pos 
	 Console didn't respond

 FAIL: 01_pause_basic_pos 
	 Console didn't respond

 FAIL: 01_reboot_basic_pos 
	 Console didn't respond

 FAIL: 01_shutdown_basic_pos 
	 Console didn't respond

 FAIL: 02_sysrq_sync_pos 
	 Console didn't respond

 FAIL: 03_sysrq_withreboot_pos 
	 Console didn't respond

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #10: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 1127 bytes --]

Xm-test execution summary:
  PASS:  73
  FAIL:  17
  XPASS: 0
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 05_block-destroy_byname_pos 
	 Timed out waiting for console

 FAIL: 01_create_basic_pos 
	 Timed out waiting for console

 FAIL: 11_create_concurrent_pos 
	 [104] Failed to attach console to 11_create_104

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

 FAIL: 07_destroy_stale_pos 
	 Timed out waiting for console

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

 FAIL: 02_sysrq_sync_pos 
	 Timed out waiting for console

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #11: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-10-20 18:23 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-10-20 18:23 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2642 bytes --]

October 20, 2005 using test changeset:

changeset:   7425:7c951e3eb5ab
tag:         tip
user:        emellor@leeni.uk.xensource.com
date:        Wed Oct 19 05:53:00 2005 +0100
summary:     Remove unused parameter from addControllerClass.  This
became unused when the

x86_32 (no PAE support)

        * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Ran xm-test on all boxes
        * Successfully ran LTP and LMBenchDom0s and DomUs

        ISSUES: Bug 339 - peth0: received packet with own address as
        source address
       
x86_32 (PAE)

        * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
        ThinkCentre
        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Ran xm-test on all boxes
        * Successfully ran LTP and LMBench on Dom0s and guest domains
 
        ISSUES:  
        * Bugzilla Bug 244 - Unable to save domain
        * Bugzilla Bug 267 - (XEN) Domain 2 (vcpu#0) crashed on cpu#3:
        * Bug 339 - peth0: received packet with own address as source
        address 

                
x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Ran xm-test on both boxes
        * Successfully ran LTP and LMBench on Dom0s and DomUs

        ISSUES: 
        * Bugzilla Bug 258 x86_64 - general protection fault: 0000
        [1]
        * Bugzilla Bug 267 - (XEN) Domain 2 (vcpu#0) crashed on cpu#3:
        * Bugzilla Bug 339 - peth0: received packet with own address...
        
------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
              FC3pae |   53 |   35 |     2 |     6 |
 hs20.1.sles9-x86_64 |   69 |   19 |     2 |     6 |
 hs20.2.sles9-x86_64 |   69 |   19 |     2 |     6 |
     hs20.fc4_x86_64 |   77 |   13 |     2 |     6 |
     x235sles9nonpae |   66 |   22 |     2 |     6 |
          x305rh4pae |   78 |    9 |     2 |     6 |
     x305sles9nonpae |   79 |    8 |     2 |     6 |
          x335fc4pae |   65 |   25 |     2 |     6 |
    x335sles9_pae4gb |   74 |   16 |     2 |     6 |


-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: FC3pae.report --]
[-- Type: text/plain, Size: 2283 bytes --]

Xm-test execution summary:
  PASS:  53
  FAIL:  35
  XPASS: 2
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

 FAIL: 14_create_blockroot_pos 
	Unknown reason

 FAIL: 01_destroy_basic_pos 
	 Failed to create domain

 FAIL: 05_destroy_byid_pos 
	 Failed to create domain

 FAIL: 07_destroy_stale_pos 
	 Failed to create domain

 FAIL: 01_dmesg_basic_pos 
	 xm dmesg returned invalid 35072 != 0

 FAIL: 01_domid_basic_pos 
	 domid(Domain-0) returned invalid 256 != 0

 FAIL: 01_domname_basic_pos 
	 domname(0) returned invalid 256 != 0

 FAIL: 01_info_basic_pos 
	 xm info returned 256 != 0

 FAIL: 02_info_compiledata_pos 
	 Found invalid line [Error Error connecting to xend Connection refused. Is xend running?]

 FAIL: 01_list_basic_pos 
	 xm list returned invalid 256 != 0

 FAIL: 04_list_goodparm_pos 
	 Failed to create domain

 FAIL: 05_list_long_pos 
	 xm list --long returned invalid 256 != 0

 FAIL: 01_memset_basic_pos 
	 Failed to create domain

 FAIL: 04_memset_smallmem_pos 
	 Failed to create domain

 FAIL: 03_memset_random_pos 
	 Failed to create domain

 FAIL: 01_pause_basic_pos 
	 Failed to create domain

 FAIL: 02_pause_badopt_neg 
	 Failed to create domain

 FAIL: 01_reboot_basic_pos 
	 Failed to create domain

 FAIL: 02_reboot_badopt_neg 
	 Failed to create domain

 FAIL: 01_sedf_multi_pos 
	 Failed to create domain

 FAIL: 01_shutdown_basic_pos 
	 Failed to create domain

 FAIL: 02_shutdown_badparm_neg 
	 Failed to create domain

 FAIL: 02_sysrq_sync_pos 
	 Failed to create domain

 FAIL: 03_sysrq_withreboot_pos 
	 Failed to create domain

 FAIL: 01_unpause_basic_pos 
	 Failed to create domain

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	Unknown reason

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	 Failed to create domain

 FAIL: 03_save_bogusfile_neg 
	 Failed to create domain

XFAIL: 01_restore_basic_pos 
	 Failed to create domain

XFAIL: 01_migrate_localhost_pos 
	 Failed to create domain


[-- Attachment #3: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 1317 bytes --]

Xm-test execution summary:
  PASS:  69
  FAIL:  19
  XPASS: 2
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

 FAIL: 04_memset_smallmem_pos 
	 Console run-away (exceeded 8192 bytes)

 FAIL: 03_memset_random_pos 
	 Console didn't respond

 FAIL: 01_pause_basic_pos 
	 Console didn't respond

 FAIL: 01_reboot_basic_pos 
	 Console didn't respond

 FAIL: 01_shutdown_basic_pos 
	 Console didn't respond

 FAIL: 02_sysrq_sync_pos 
	 Console didn't respond

 FAIL: 03_sysrq_withreboot_pos 
	 Console didn't respond

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	 Console didn't respond

 FAIL: 03_save_bogusfile_neg 
	 Console didn't respond

XFAIL: 01_restore_basic_pos 
	 Console didn't respond

XFAIL: 01_migrate_localhost_pos 
	 Console didn't respond


[-- Attachment #4: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 1317 bytes --]

Xm-test execution summary:
  PASS:  69
  FAIL:  19
  XPASS: 2
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

 FAIL: 04_memset_smallmem_pos 
	 Console run-away (exceeded 8192 bytes)

 FAIL: 03_memset_random_pos 
	 Console didn't respond

 FAIL: 01_pause_basic_pos 
	 Console didn't respond

 FAIL: 01_reboot_basic_pos 
	 Console didn't respond

 FAIL: 01_shutdown_basic_pos 
	 Console didn't respond

 FAIL: 02_sysrq_sync_pos 
	 Console didn't respond

 FAIL: 03_sysrq_withreboot_pos 
	 Console didn't respond

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	 Console didn't respond

 FAIL: 03_save_bogusfile_neg 
	 Console didn't respond

XFAIL: 01_restore_basic_pos 
	 Console didn't respond

XFAIL: 01_migrate_localhost_pos 
	 Console didn't respond


[-- Attachment #5: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 872 bytes --]

Xm-test execution summary:
  PASS:  77
  FAIL:  13
  XPASS: 2
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #6: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 1485 bytes --]

Xm-test execution summary:
  PASS:  66
  FAIL:  22
  XPASS: 2
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 12_create_concurrent_stress_pos 
	 Console didn't respond

XFAIL: 13_create_multinic_pos 
	 (0 nics) Console didn't respond probably crashed!

 FAIL: 14_create_blockroot_pos 
	Unknown reason

 FAIL: 01_destroy_basic_pos 
	 Console didn't respond

 FAIL: 07_destroy_stale_pos 
	 Console didn't respond

 FAIL: 04_list_goodparm_pos 
	 Console didn't respond

 FAIL: 01_memset_basic_pos 
	 Console didn't respond

 FAIL: 04_memset_smallmem_pos 
	 Console didn't respond

 FAIL: 03_memset_random_pos 
	 Console didn't respond

 FAIL: 01_pause_basic_pos 
	 Console didn't respond

 FAIL: 01_reboot_basic_pos 
	 Console didn't respond

 FAIL: 01_shutdown_basic_pos 
	 Console didn't respond

 FAIL: 02_sysrq_sync_pos 
	 Console didn't respond

 FAIL: 03_sysrq_withreboot_pos 
	 Console didn't respond

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

XFAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond)

XFAIL: 01_migrate_localhost_pos 
	 Failed to read from console (fd=4)


[-- Attachment #7: x305rh4pae.report --]
[-- Type: text/plain, Size: 719 bytes --]

Xm-test execution summary:
  PASS:  78
  FAIL:  9
  XPASS: 2
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 13_create_multinic_pos 
	 (3 nics) Failed to create domain

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	 Console didn't respond


[-- Attachment #8: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 693 bytes --]

Xm-test execution summary:
  PASS:  79
  FAIL:  8
  XPASS: 2
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 13_create_multinic_pos 
	 (3 nics) Failed to create domain

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

XFAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond)

XFAIL: 01_migrate_localhost_pos 
	 Failed to read from console (fd=3)


[-- Attachment #9: x335fc4pae.report --]
[-- Type: text/plain, Size: 1502 bytes --]

Xm-test execution summary:
  PASS:  65
  FAIL:  25
  XPASS: 2
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 12_create_concurrent_stress_pos 
	 Console didn't respond

XFAIL: 13_create_multinic_pos 
	 (0 nics) Console didn't respond probably crashed!

 FAIL: 14_create_blockroot_pos 
	Unknown reason

 FAIL: 01_destroy_basic_pos 
	 Console didn't respond

 FAIL: 07_destroy_stale_pos 
	 Console didn't respond

 FAIL: 04_list_goodparm_pos 
	 Console didn't respond

 FAIL: 01_memset_basic_pos 
	 Console didn't respond

 FAIL: 04_memset_smallmem_pos 
	 Console didn't respond

 FAIL: 03_memset_random_pos 
	 Console didn't respond

 FAIL: 01_pause_basic_pos 
	 Console didn't respond

 FAIL: 01_reboot_basic_pos 
	 Console didn't respond

 FAIL: 01_shutdown_basic_pos 
	 Console didn't respond

 FAIL: 02_sysrq_sync_pos 
	 Console didn't respond

 FAIL: 03_sysrq_withreboot_pos 
	 Console didn't respond

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #10: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 1087 bytes --]

Xm-test execution summary:
  PASS:  74
  FAIL:  16
  XPASS: 2
  XFAIL: 6


Details:

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Timed out waiting for console

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 11_create_concurrent_pos 
	 [40] Failed to attach console to 11_create_40

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

 FAIL: 03_memset_random_pos 
	 Timed out waiting for console

 FAIL: 01_pause_basic_pos 
	 Timed out waiting for console

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #11: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-10-19 17:16 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-10-19 17:16 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2855 bytes --]

October 19, 2005 using test changeset:

changeset:   7422:4dd58ef39639
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Wed Oct 19 01:43:03 2005 +0100
summary:     Rename 2.6.12.5 patch so it actually gets applied. Fail

Last known good changeset for all platforms: 7422:4dd58ef39639

x86_32 (no PAE support)

        * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Ran xm-test on all boxes
        * Successfully ran LTP and LMBenchDom0s and DomUs

        ISSUES: Bug 339 - peth0: received packet with own address as
        source address
       
x86_32 (PAE)

        * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
        ThinkCentre
        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Ran xm-test on all boxes
        * Successfully ran LTP and LMBenchon Dom0s and guest domains
 
        ISSUES:  
        * Bugzilla Bug 244 - Unable to save domain
        * Bugzilla Bug 267 - (XEN) Domain 2 (vcpu#0) crashed on cpu#3:
        * Bug 339 - peth0: received packet with own address as source
        address 
        * Bugzilla Bug 317 - Guest domains [occasionally] dying (Seen
        last late yesterday, after report had gone out)
                
x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Ran xm-test on both boxes
        * Successfully ran LTP and LMBench on Dom0s and DomUs

        ISSUES: 
        * Bugzilla Bug 258 x86_64 - general protection fault: 0000
        [1]
        * Bugzilla Bug 345 - xenconsoled[3321]: segfault at
        0000000000000008 rip 00000000004029ff rsp
       
      
------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

xm-test: This suite provides a framework for testing the Xen userspace
tools.

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
              FC3pae |   66 |   22 |     2 |     6 |
 hs20.1.sles9-x86_64 |   69 |   19 |     2 |     6 |
 hs20.2.sles9-x86_64 |   69 |   19 |     2 |     6 |
     hs20.fc4_x86_64 |   67 |   23 |     2 |     6 |
     x235sles9nonpae |   80 |    8 |     2 |     6 |
          x305rh4pae |   78 |    9 |     2 |     6 |
     x305sles9nonpae |   79 |    8 |     2 |     6 |
          x335fc4pae |   65 |   25 |     2 |     6 |
    x335sles9_pae4gb |   71 |   17 |     2 |     6 |

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: FC3pae.report --]
[-- Type: text/plain, Size: 1445 bytes --]

Xm-test execution summary:
  PASS:  66
  FAIL:  22
  XPASS: 2
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

 FAIL: 14_create_blockroot_pos 
	Unknown reason

 FAIL: 01_destroy_basic_pos 
	 Console didn't respond

 FAIL: 07_destroy_stale_pos 
	 Console didn't respond

 FAIL: 04_list_goodparm_pos 
	 Console didn't respond

 FAIL: 01_memset_basic_pos 
	 Console didn't respond

 FAIL: 04_memset_smallmem_pos 
	 Console didn't respond

 FAIL: 03_memset_random_pos 
	 Console didn't respond

 FAIL: 01_pause_basic_pos 
	 Console didn't respond

 FAIL: 01_reboot_basic_pos 
	 Console didn't respond

 FAIL: 01_shutdown_basic_pos 
	 Console didn't respond

 FAIL: 02_sysrq_sync_pos 
	 Console didn't respond

 FAIL: 03_sysrq_withreboot_pos 
	 Console didn't respond

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	 Console didn't respond


[-- Attachment #3: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 1317 bytes --]

Xm-test execution summary:
  PASS:  69
  FAIL:  19
  XPASS: 2
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

 FAIL: 04_memset_smallmem_pos 
	 Console run-away (exceeded 8192 bytes)

 FAIL: 03_memset_random_pos 
	 Console didn't respond

 FAIL: 01_pause_basic_pos 
	 Console didn't respond

 FAIL: 01_reboot_basic_pos 
	 Console didn't respond

 FAIL: 01_shutdown_basic_pos 
	 Console didn't respond

 FAIL: 02_sysrq_sync_pos 
	 Console didn't respond

 FAIL: 03_sysrq_withreboot_pos 
	 Console didn't respond

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	 Console didn't respond

 FAIL: 03_save_bogusfile_neg 
	 Console didn't respond

XFAIL: 01_restore_basic_pos 
	 Console didn't respond

XFAIL: 01_migrate_localhost_pos 
	 Console didn't respond


[-- Attachment #4: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 1317 bytes --]

Xm-test execution summary:
  PASS:  69
  FAIL:  19
  XPASS: 2
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

 FAIL: 04_memset_smallmem_pos 
	 Console run-away (exceeded 8192 bytes)

 FAIL: 03_memset_random_pos 
	 Console didn't respond

 FAIL: 01_pause_basic_pos 
	 Console didn't respond

 FAIL: 01_reboot_basic_pos 
	 Console didn't respond

 FAIL: 01_shutdown_basic_pos 
	 Console didn't respond

 FAIL: 02_sysrq_sync_pos 
	 Console didn't respond

 FAIL: 03_sysrq_withreboot_pos 
	 Console didn't respond

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	 Console didn't respond

 FAIL: 03_save_bogusfile_neg 
	 Console didn't respond

XFAIL: 01_restore_basic_pos 
	 Console didn't respond

XFAIL: 01_migrate_localhost_pos 
	 Console didn't respond


[-- Attachment #5: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 1404 bytes --]

Xm-test execution summary:
  PASS:  67
  FAIL:  23
  XPASS: 2
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 13_create_multinic_pos 
	 (0 nics) Console didn't respond probably crashed!

 FAIL: 14_create_blockroot_pos 
	Unknown reason

 FAIL: 01_destroy_basic_pos 
	 Console didn't respond

 FAIL: 07_destroy_stale_pos 
	 Console didn't respond

 FAIL: 04_list_goodparm_pos 
	 Console didn't respond

 FAIL: 01_memset_basic_pos 
	 Console didn't respond

 FAIL: 04_memset_smallmem_pos 
	 Console didn't respond

 FAIL: 03_memset_random_pos 
	 Console didn't respond

 FAIL: 01_pause_basic_pos 
	 Console didn't respond

 FAIL: 01_reboot_basic_pos 
	 Console didn't respond

 FAIL: 01_shutdown_basic_pos 
	 Console didn't respond

 FAIL: 02_sysrq_sync_pos 
	 Console didn't respond

 FAIL: 03_sysrq_withreboot_pos 
	 Console didn't respond

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond

XFAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #6: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 710 bytes --]

Xm-test execution summary:
  PASS:  80
  FAIL:  8
  XPASS: 2
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

XFAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond)

XFAIL: 01_migrate_localhost_pos 
	 Failed to read from console (fd=4)


[-- Attachment #7: x305rh4pae.report --]
[-- Type: text/plain, Size: 719 bytes --]

Xm-test execution summary:
  PASS:  78
  FAIL:  9
  XPASS: 2
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 13_create_multinic_pos 
	 (3 nics) Failed to create domain

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	 Console didn't respond


[-- Attachment #8: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 693 bytes --]

Xm-test execution summary:
  PASS:  79
  FAIL:  8
  XPASS: 2
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 13_create_multinic_pos 
	 (3 nics) Failed to create domain

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

XFAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond)

XFAIL: 01_migrate_localhost_pos 
	 Failed to read from console (fd=3)


[-- Attachment #9: x335fc4pae.report --]
[-- Type: text/plain, Size: 1502 bytes --]

Xm-test execution summary:
  PASS:  65
  FAIL:  25
  XPASS: 2
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 12_create_concurrent_stress_pos 
	 Console didn't respond

XFAIL: 13_create_multinic_pos 
	 (0 nics) Console didn't respond probably crashed!

 FAIL: 14_create_blockroot_pos 
	Unknown reason

 FAIL: 01_destroy_basic_pos 
	 Console didn't respond

 FAIL: 07_destroy_stale_pos 
	 Console didn't respond

 FAIL: 04_list_goodparm_pos 
	 Console didn't respond

 FAIL: 01_memset_basic_pos 
	 Console didn't respond

 FAIL: 04_memset_smallmem_pos 
	 Console didn't respond

 FAIL: 03_memset_random_pos 
	 Console didn't respond

 FAIL: 01_pause_basic_pos 
	 Console didn't respond

 FAIL: 01_reboot_basic_pos 
	 Console didn't respond

 FAIL: 01_shutdown_basic_pos 
	 Console didn't respond

 FAIL: 02_sysrq_sync_pos 
	 Console didn't respond

 FAIL: 03_sysrq_withreboot_pos 
	 Console didn't respond

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #10: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 1216 bytes --]

Xm-test execution summary:
  PASS:  71
  FAIL:  17
  XPASS: 2
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 11_create_concurrent_pos 
	 [63] Failed to attach console to 11_create_63

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

 FAIL: 07_destroy_stale_pos 
	 Timed out waiting for console

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

 FAIL: 03_memset_random_pos 
	 Timed out waiting for console

 FAIL: 02_sysrq_sync_pos 
	 Console didn't respond

 FAIL: 03_sysrq_withreboot_pos 
	 Console didn't respond

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 0

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	 Console didn't respond

 FAIL: 03_save_bogusfile_neg 
	 Console didn't respond

XFAIL: 01_restore_basic_pos 
	 Console didn't respond

XFAIL: 01_migrate_localhost_pos 
	 Console didn't respond


[-- Attachment #11: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-10-18 19:50 David F Barrera
  2005-10-18 18:56 ` David F Barrera
  0 siblings, 1 reply; 381+ messages in thread
From: David F Barrera @ 2005-10-18 19:50 UTC (permalink / raw)
  To: xen-devel


October 18, 2005 using test changeset:

changeset:   7398:446aa56ca4fe
tag:         tip
user:        emellor@leeni.uk.xensource.com
date:        Mon Oct 17 07:50:28 2005 +0100
summary:     Added a TRACE log level, for those versions of Python that
do not have it, and

Last known good changeset for all platforms: 7396:9b51e7637676

x86_32 (no PAE support)

        * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Ran xm-test on all boxes
        * Successfully ran LTP and LMBenchDom0s and DomUs

        ISSUES: Bug 339 - peth0: received packet with own address as
        source address
       
x86_32 (PAE)

        * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
        ThinkCentre
        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Ran xm-test on all boxes
        * Successfully ran LTP and LMBenchon Dom0s and guest domains
 
        ISSUES:  
        * Bugzilla Bug 244 - Unable to save domain
        * Bugzilla Bug 267 - (XEN) Domain 2 (vcpu#0) crashed on cpu#3:
        * Bug 339 - peth0: received packet with own address as source
        address 
        
        
x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Ran xm-test on both boxes
        * Successfully ran LTP and LMBench on Dom0s and DomUs

        ISSUES: 
        * Bugzilla Bug 258 x86_64 - general protection fault: 0000
        [1]
	* Bugzilla Bug 166    UnicodeError: label too long (REOPENED)
      
------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

xm-test: This suite provides a framework for testing the Xen userspace
tools.

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
              FC3pae |   65 |   23 |     2 |     6 |
 hs20.1.sles9-x86_64 |    0 |   88 |     0 |     8 | Bug #166
 hs20.2.sles9-x86_64 |    0 |   88 |     0 |     8 | Bug #166
     hs20.fc4_x86_64 |   79 |   11 |     2 |     6 |
     x235sles9nonpae |   67 |   21 |     2 |     6 |
          x305rh4pae |   77 |   10 |     2 |     6 |
     x305sles9nonpae |   79 |    8 |     2 |     6 |
          x335fc4pae |   65 |   25 |     2 |     6 |
    x335sles9_pae4gb |   76 |   14 |     2 |     6 |


-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Re: Daily Xen Builds
  2005-10-18 19:50 David F Barrera
@ 2005-10-18 18:56 ` David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-10-18 18:56 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2738 bytes --]

xm-test results attached.

On Tue, 2005-10-18 at 14:50, David F Barrera wrote:
> October 18, 2005 using test changeset:
> 
> changeset:   7398:446aa56ca4fe
> tag:         tip
> user:        emellor@leeni.uk.xensource.com
> date:        Mon Oct 17 07:50:28 2005 +0100
> summary:     Added a TRACE log level, for those versions of Python that
> do not have it, and
> 
> Last known good changeset for all platforms: 7396:9b51e7637676
> 
> x86_32 (no PAE support)
> 
>         * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
>         * Builds and boots without problems
>         * Able to create fully functional guest domains
>         * Ran xm-test on all boxes
>         * Successfully ran LTP and LMBenchDom0s and DomUs
> 
>         ISSUES: Bug 339 - peth0: received packet with own address as
>         source address
>        
> x86_32 (PAE)
> 
>         * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
>         ThinkCentre
>         * Builds and boots without problems
>         * Able to create fully functional guest domains
>         * Ran xm-test on all boxes
>         * Successfully ran LTP and LMBenchon Dom0s and guest domains
>  
>         ISSUES:  
>         * Bugzilla Bug 244 - Unable to save domain
>         * Bugzilla Bug 267 - (XEN) Domain 2 (vcpu#0) crashed on cpu#3:
>         * Bug 339 - peth0: received packet with own address as source
>         address 
>         
>         
> x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)
> 
>         * Builds and boots without problems
>         * Able to create fully functional guest domains
>         * Ran xm-test on both boxes
>         * Successfully ran LTP and LMBench on Dom0s and DomUs
> 
>         ISSUES: 
>         * Bugzilla Bug 258 x86_64 - general protection fault: 0000
>         [1]
> 	* Bugzilla Bug 166    UnicodeError: label too long (REOPENED)
>       
> ------------------------------------------------------------------------
> 
> ------------------------XM-TEST Results---------------------------------
> 
> xm-test: This suite provides a framework for testing the Xen userspace
> tools.
> 
> SUMMARY:
>             Platform | PASS | FAIL | XPASS | XFAIL |
> ---------------------+------+------+-------+-------+
>               FC3pae |   65 |   23 |     2 |     6 |
>  hs20.1.sles9-x86_64 |    0 |   88 |     0 |     8 | Bug #166
>  hs20.2.sles9-x86_64 |    0 |   88 |     0 |     8 | Bug #166
>      hs20.fc4_x86_64 |   79 |   11 |     2 |     6 |
>      x235sles9nonpae |   67 |   21 |     2 |     6 |
>           x305rh4pae |   77 |   10 |     2 |     6 |
>      x305sles9nonpae |   79 |    8 |     2 |     6 |
>           x335fc4pae |   65 |   25 |     2 |     6 |
>     x335sles9_pae4gb |   76 |   14 |     2 |     6 |
> 

[-- Attachment #2: FC3pae.report --]
[-- Type: text/plain, Size: 1544 bytes --]

Xm-test execution summary:
  PASS:  65
  FAIL:  23
  XPASS: 2
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 12_create_concurrent_stress_pos 
	 Console didn't respond

XFAIL: 13_create_multinic_pos 
	 (0 nics) Console didn't respond probably crashed!

 FAIL: 14_create_blockroot_pos 
	Unknown reason

 FAIL: 01_destroy_basic_pos 
	 Console didn't respond

 FAIL: 07_destroy_stale_pos 
	 Console didn't respond

 FAIL: 04_list_goodparm_pos 
	 Console didn't respond

 FAIL: 01_memset_basic_pos 
	 Console didn't respond

 FAIL: 04_memset_smallmem_pos 
	 Console didn't respond

 FAIL: 03_memset_random_pos 
	 Console didn't respond

 FAIL: 01_pause_basic_pos 
	 Console didn't respond

 FAIL: 01_reboot_basic_pos 
	 Console didn't respond

 FAIL: 01_shutdown_basic_pos 
	 Console didn't respond

 FAIL: 02_sysrq_sync_pos 
	 Console didn't respond

 FAIL: 03_sysrq_withreboot_pos 
	 Console didn't respond

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 1

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 xm says xend didn't enforce dom0_cpus (0 != 1)

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	 Console didn't respond


[-- Attachment #3: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 5841 bytes --]

Xm-test execution summary:
  PASS:  0
  FAIL:  88
  XPASS: 0
  XFAIL: 8


Details:

 FAIL: 01_block_attach_device_pos 
	 XM-TEST xm list not responding

 FAIL: 02_block_attach_file_device_pos 
	 XM-TEST xm list not responding

 FAIL: 04_block_attach_device_repeatedly_pos 
	 XM-TEST xm list not responding

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 XM-TEST xm list not responding

 FAIL: 06_block_attach_baddomain_neg 
	 XM-TEST xm list not responding

XFAIL: 07_block_attach_baddevice_neg 
	 XM-TEST xm list not responding

XFAIL: 08_block_attach_bad_filedevice_neg 
	 XM-TEST xm list not responding

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 XM-TEST xm list not responding

 FAIL: 01_block-list_pos 
	 XM-TEST xm list not responding

 FAIL: 02_block-list_attachbd_pos 
	 XM-TEST xm list not responding

 FAIL: 03_block-list_anotherbd_pos 
	 XM-TEST xm list not responding

 FAIL: 04_block-list_nodb_pos 
	 XM-TEST xm list not responding

 FAIL: 05_block-list_nonexist_neg 
	 XM-TEST xm list not responding

 FAIL: 01_block-destroy_btblock_pos 
	 XM-TEST xm list not responding

 FAIL: 02_block-destroy_rtblock_pos 
	 XM-TEST xm list not responding

 FAIL: 03_block-destroy_nonexist_neg 
	 XM-TEST xm list not responding

XFAIL: 04_block-destroy_nonattached_neg 
	 XM-TEST xm list not responding

XFAIL: 05_block-destroy_byname_pos 
	 XM-TEST xm list not responding

 FAIL: 01_console_badopt_neg 
	 XM-TEST xm list not responding

 FAIL: 02_console_baddom_neg 
	 XM-TEST xm list not responding

 FAIL: 01_create_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_create_noparm_neg 
	 XM-TEST xm list not responding

 FAIL: 03_create_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 04_create_conflictname_neg 
	 XM-TEST xm list not responding

 FAIL: 06_create_mem_neg 
	 XM-TEST xm list not responding

 FAIL: 07_create_mem64_pos 
	 XM-TEST xm list not responding

 FAIL: 08_create_mem128_pos 
	 XM-TEST xm list not responding

 FAIL: 09_create_mem256_pos 
	 XM-TEST xm list not responding

 FAIL: 10_create_fastdestroy 
	 XM-TEST xm list not responding

 FAIL: 11_create_concurrent_pos 
	 XM-TEST xm list not responding

 FAIL: 12_create_concurrent_stress_pos 
	 XM-TEST xm list not responding

XFAIL: 13_create_multinic_pos 
	 XM-TEST xm list not responding

 FAIL: 14_create_blockroot_pos 
	 XM-TEST xm list not responding

 FAIL: 01_destroy_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_destroy_noparm_neg 
	 XM-TEST xm list not responding

 FAIL: 03_destroy_nonexist_neg 
	 XM-TEST xm list not responding

 FAIL: 04_destroy_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 05_destroy_byid_pos 
	 XM-TEST xm list not responding

 FAIL: 06_destroy_dom0_neg 
	 XM-TEST xm list not responding

 FAIL: 07_destroy_stale_pos 
	 XM-TEST xm list not responding

 FAIL: 01_dmesg_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_dmesg_basic_neg 
	 XM-TEST xm list not responding

 FAIL: 01_domid_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_domid_basic_neg 
	 XM-TEST xm list not responding

 FAIL: 01_domname_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_domname_basic_neg 
	 XM-TEST xm list not responding

 FAIL: 01_help_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_help_basic_neg 
	 XM-TEST xm list not responding

 FAIL: 03_help_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 04_help_long_pos 
	 XM-TEST xm list not responding

 FAIL: 05_help_nonroot_pos 
	 XM-TEST xm list not responding

 FAIL: 01_info_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_info_compiledata_pos 
	 XM-TEST xm list not responding

 FAIL: 01_list_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_list_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 03_list_nonexist_neg 
	 XM-TEST xm list not responding

 FAIL: 04_list_goodparm_pos 
	 XM-TEST xm list not responding

 FAIL: 05_list_long_pos 
	 XM-TEST xm list not responding

 FAIL: 01_memmax_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 01_memset_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_memset_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 04_memset_smallmem_pos 
	 XM-TEST xm list not responding

 FAIL: 03_memset_random_pos 
	 XM-TEST xm list not responding

 FAIL: 01_pause_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_pause_badopt_neg 
	 XM-TEST xm list not responding

 FAIL: 03_pause_badname_neg 
	 XM-TEST xm list not responding

 FAIL: 04_pause_badid_neg 
	 XM-TEST xm list not responding

 FAIL: 01_reboot_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_reboot_badopt_neg 
	 XM-TEST xm list not responding

 FAIL: 03_reboot_badname_neg 
	 XM-TEST xm list not responding

 FAIL: 01_sedf_multi_pos 
	 XM-TEST xm list not responding

 FAIL: 01_shutdown_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_shutdown_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 03_shutdown_nonexist_neg 
	 XM-TEST xm list not responding

 FAIL: 01_sysrq_basic_neg 
	 XM-TEST xm list not responding

 FAIL: 02_sysrq_sync_pos 
	 XM-TEST xm list not responding

 FAIL: 03_sysrq_withreboot_pos 
	 XM-TEST xm list not responding

 FAIL: 01_unpause_basic_pos 
	 XM-TEST xm list not responding

XFAIL: 01_vcpu-disable_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 01_vcpu-pin_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 01_save_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_save_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 03_save_bogusfile_neg 
	 XM-TEST xm list not responding

XFAIL: 01_restore_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_restore_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 03_restore_badfilename_neg 
	 XM-TEST xm list not responding

XFAIL: 01_migrate_localhost_pos 
	 XM-TEST xm list not responding


[-- Attachment #4: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 5841 bytes --]

Xm-test execution summary:
  PASS:  0
  FAIL:  88
  XPASS: 0
  XFAIL: 8


Details:

 FAIL: 01_block_attach_device_pos 
	 XM-TEST xm list not responding

 FAIL: 02_block_attach_file_device_pos 
	 XM-TEST xm list not responding

 FAIL: 04_block_attach_device_repeatedly_pos 
	 XM-TEST xm list not responding

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 XM-TEST xm list not responding

 FAIL: 06_block_attach_baddomain_neg 
	 XM-TEST xm list not responding

XFAIL: 07_block_attach_baddevice_neg 
	 XM-TEST xm list not responding

XFAIL: 08_block_attach_bad_filedevice_neg 
	 XM-TEST xm list not responding

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 XM-TEST xm list not responding

 FAIL: 01_block-list_pos 
	 XM-TEST xm list not responding

 FAIL: 02_block-list_attachbd_pos 
	 XM-TEST xm list not responding

 FAIL: 03_block-list_anotherbd_pos 
	 XM-TEST xm list not responding

 FAIL: 04_block-list_nodb_pos 
	 XM-TEST xm list not responding

 FAIL: 05_block-list_nonexist_neg 
	 XM-TEST xm list not responding

 FAIL: 01_block-destroy_btblock_pos 
	 XM-TEST xm list not responding

 FAIL: 02_block-destroy_rtblock_pos 
	 XM-TEST xm list not responding

 FAIL: 03_block-destroy_nonexist_neg 
	 XM-TEST xm list not responding

XFAIL: 04_block-destroy_nonattached_neg 
	 XM-TEST xm list not responding

XFAIL: 05_block-destroy_byname_pos 
	 XM-TEST xm list not responding

 FAIL: 01_console_badopt_neg 
	 XM-TEST xm list not responding

 FAIL: 02_console_baddom_neg 
	 XM-TEST xm list not responding

 FAIL: 01_create_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_create_noparm_neg 
	 XM-TEST xm list not responding

 FAIL: 03_create_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 04_create_conflictname_neg 
	 XM-TEST xm list not responding

 FAIL: 06_create_mem_neg 
	 XM-TEST xm list not responding

 FAIL: 07_create_mem64_pos 
	 XM-TEST xm list not responding

 FAIL: 08_create_mem128_pos 
	 XM-TEST xm list not responding

 FAIL: 09_create_mem256_pos 
	 XM-TEST xm list not responding

 FAIL: 10_create_fastdestroy 
	 XM-TEST xm list not responding

 FAIL: 11_create_concurrent_pos 
	 XM-TEST xm list not responding

 FAIL: 12_create_concurrent_stress_pos 
	 XM-TEST xm list not responding

XFAIL: 13_create_multinic_pos 
	 XM-TEST xm list not responding

 FAIL: 14_create_blockroot_pos 
	 XM-TEST xm list not responding

 FAIL: 01_destroy_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_destroy_noparm_neg 
	 XM-TEST xm list not responding

 FAIL: 03_destroy_nonexist_neg 
	 XM-TEST xm list not responding

 FAIL: 04_destroy_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 05_destroy_byid_pos 
	 XM-TEST xm list not responding

 FAIL: 06_destroy_dom0_neg 
	 XM-TEST xm list not responding

 FAIL: 07_destroy_stale_pos 
	 XM-TEST xm list not responding

 FAIL: 01_dmesg_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_dmesg_basic_neg 
	 XM-TEST xm list not responding

 FAIL: 01_domid_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_domid_basic_neg 
	 XM-TEST xm list not responding

 FAIL: 01_domname_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_domname_basic_neg 
	 XM-TEST xm list not responding

 FAIL: 01_help_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_help_basic_neg 
	 XM-TEST xm list not responding

 FAIL: 03_help_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 04_help_long_pos 
	 XM-TEST xm list not responding

 FAIL: 05_help_nonroot_pos 
	 XM-TEST xm list not responding

 FAIL: 01_info_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_info_compiledata_pos 
	 XM-TEST xm list not responding

 FAIL: 01_list_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_list_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 03_list_nonexist_neg 
	 XM-TEST xm list not responding

 FAIL: 04_list_goodparm_pos 
	 XM-TEST xm list not responding

 FAIL: 05_list_long_pos 
	 XM-TEST xm list not responding

 FAIL: 01_memmax_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 01_memset_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_memset_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 04_memset_smallmem_pos 
	 XM-TEST xm list not responding

 FAIL: 03_memset_random_pos 
	 XM-TEST xm list not responding

 FAIL: 01_pause_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_pause_badopt_neg 
	 XM-TEST xm list not responding

 FAIL: 03_pause_badname_neg 
	 XM-TEST xm list not responding

 FAIL: 04_pause_badid_neg 
	 XM-TEST xm list not responding

 FAIL: 01_reboot_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_reboot_badopt_neg 
	 XM-TEST xm list not responding

 FAIL: 03_reboot_badname_neg 
	 XM-TEST xm list not responding

 FAIL: 01_sedf_multi_pos 
	 XM-TEST xm list not responding

 FAIL: 01_shutdown_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_shutdown_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 03_shutdown_nonexist_neg 
	 XM-TEST xm list not responding

 FAIL: 01_sysrq_basic_neg 
	 XM-TEST xm list not responding

 FAIL: 02_sysrq_sync_pos 
	 XM-TEST xm list not responding

 FAIL: 03_sysrq_withreboot_pos 
	 XM-TEST xm list not responding

 FAIL: 01_unpause_basic_pos 
	 XM-TEST xm list not responding

XFAIL: 01_vcpu-disable_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 01_vcpu-pin_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 01_save_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_save_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 03_save_bogusfile_neg 
	 XM-TEST xm list not responding

XFAIL: 01_restore_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_restore_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 03_restore_badfilename_neg 
	 XM-TEST xm list not responding

XFAIL: 01_migrate_localhost_pos 
	 XM-TEST xm list not responding


[-- Attachment #5: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 760 bytes --]

Xm-test execution summary:
  PASS:  79
  FAIL:  11
  XPASS: 2
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #6: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 1452 bytes --]

Xm-test execution summary:
  PASS:  67
  FAIL:  21
  XPASS: 2
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

 FAIL: 14_create_blockroot_pos 
	Unknown reason

 FAIL: 01_destroy_basic_pos 
	 Console didn't respond

 FAIL: 07_destroy_stale_pos 
	 Console didn't respond

 FAIL: 04_list_goodparm_pos 
	 Console didn't respond

 FAIL: 01_memset_basic_pos 
	 Console didn't respond

 FAIL: 04_memset_smallmem_pos 
	 Console didn't respond

 FAIL: 03_memset_random_pos 
	 Console didn't respond

 FAIL: 01_pause_basic_pos 
	 Console didn't respond

 FAIL: 01_reboot_basic_pos 
	 Console didn't respond

 FAIL: 01_shutdown_basic_pos 
	 Console didn't respond

 FAIL: 02_sysrq_sync_pos 
	 Console didn't respond

 FAIL: 03_sysrq_withreboot_pos 
	 Console didn't respond

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 1

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 xm says xend didn't enforce dom0_cpus (0 != 1)

XFAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond)

XFAIL: 01_migrate_localhost_pos 
	 Failed to read from console (fd=3)


[-- Attachment #7: x305rh4pae.report --]
[-- Type: text/plain, Size: 846 bytes --]

Xm-test execution summary:
  PASS:  77
  FAIL:  10
  XPASS: 2
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

XFAIL: 13_create_multinic_pos 
	 (3 nics) Failed to create domain

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 1

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 xm says xend didn't enforce dom0_cpus (0 != 1)

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	 Console didn't respond


[-- Attachment #8: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 726 bytes --]

Xm-test execution summary:
  PASS:  79
  FAIL:  8
  XPASS: 2
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 13_create_multinic_pos 
	 (3 nics) Failed to create domain

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 1

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 xm says xend didn't enforce dom0_cpus (0 != 1)

XFAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond)

XFAIL: 01_migrate_localhost_pos 
	 Failed to read from console (fd=3)


[-- Attachment #9: x335fc4pae.report --]
[-- Type: text/plain, Size: 1535 bytes --]

Xm-test execution summary:
  PASS:  65
  FAIL:  25
  XPASS: 2
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 12_create_concurrent_stress_pos 
	 Console didn't respond

XFAIL: 13_create_multinic_pos 
	 (0 nics) Console didn't respond probably crashed!

 FAIL: 14_create_blockroot_pos 
	Unknown reason

 FAIL: 01_destroy_basic_pos 
	 Console didn't respond

 FAIL: 07_destroy_stale_pos 
	 Console didn't respond

 FAIL: 04_list_goodparm_pos 
	 Console didn't respond

 FAIL: 01_memset_basic_pos 
	 Console didn't respond

 FAIL: 04_memset_smallmem_pos 
	 Console didn't respond

 FAIL: 03_memset_random_pos 
	 Console didn't respond

 FAIL: 01_pause_basic_pos 
	 Console didn't respond

 FAIL: 01_reboot_basic_pos 
	 Console didn't respond

 FAIL: 01_shutdown_basic_pos 
	 Console didn't respond

 FAIL: 02_sysrq_sync_pos 
	 Console didn't respond

 FAIL: 03_sysrq_withreboot_pos 
	 Console didn't respond

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 1

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 xm says xend didn't enforce dom0_cpus (0 != 1)

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #10: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 973 bytes --]

Xm-test execution summary:
  PASS:  76
  FAIL:  14
  XPASS: 2
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 11_create_concurrent_pos 
	 [5] Failed to attach console to 11_create_5

XFAIL: 13_create_multinic_pos 
	 (0 nics) Console didn't respond probably crashed!

 FAIL: 07_destroy_stale_pos 
	 Failed to read from console (fd=10)

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 1

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 xm says xend didn't enforce dom0_cpus (0 != 1)

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #11: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-10-17 16:22 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-10-17 16:22 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2471 bytes --]

October 17, 2005 using test changeset:

changeset:   7396:9b51e7637676
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Sun Oct 16 11:25:15 2005 +0100
summary:     Clean up debug tracing in mm and mm audit code.

Last known good changeset for all platforms: 7396:9b51e7637676

x86_32 (no PAE support)

        * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Ran xm-test on all boxes
        * Successfully ran LTP and LMBenchDom0s and DomUs

        ISSUES: None observed        
       
x86_32 (PAE)

        * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
        ThinkCentre
        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Ran xm-test on all boxes
        * Successfully ran LTP and LMBenchon Dom0s and guest domains
 
        ISSUES:  
        * Bugzilla Bug 244 - Unable to save domain
        * Bugzilla Bug 267 - (XEN) Domain 2 (vcpu#0) crashed on cpu#3:
        
        
x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Ran xm-test on both boxes
        * Successfully ran LTP and LMBench on Dom0s and DomUs

        ISSUES: 
        * Bugzilla Bug 258 x86_64 - general protection fault: 0000
        [1]      
      
------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

xm-test: This suite provides a framework for testing the Xen userspace
tools.

SUMMARY*:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
              FC3pae |   66 |   24 |     2 |     6 |
 hs20.1.sles9-x86_64 |   56 |   34 |     2 |     6 |
 hs20.2.sles9-x86_64 |   59 |   29 |     1 |     7 |
     hs20.fc4_x86_64 |   78 |   12 |     2 |     6 |
     x235sles9nonpae |   80 |    8 |     2 |     6 |
          x305rh4pae |   78 |    9 |     2 |     6 |
     x305sles9nonpae |   79 |    8 |     2 |     6 |
          x335fc4pae |   65 |   25 |     2 |     6 |
    x335sles9_pae4gb |   65 |   25 |     2 |     6 |


-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: FC3pae.report --]
[-- Type: text/plain, Size: 1469 bytes --]

Xm-test execution summary:
  PASS:  66
  FAIL:  24
  XPASS: 2
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

 FAIL: 14_create_blockroot_pos 
	Unknown reason

 FAIL: 01_destroy_basic_pos 
	 Console didn't respond

 FAIL: 07_destroy_stale_pos 
	 Console didn't respond

 FAIL: 04_list_goodparm_pos 
	 Console didn't respond

 FAIL: 01_memset_basic_pos 
	 Console didn't respond

 FAIL: 04_memset_smallmem_pos 
	 Console didn't respond

 FAIL: 03_memset_random_pos 
	 Console didn't respond

 FAIL: 01_pause_basic_pos 
	 Console didn't respond

 FAIL: 01_reboot_basic_pos 
	 Console didn't respond

 FAIL: 01_shutdown_basic_pos 
	 Console didn't respond

 FAIL: 02_sysrq_sync_pos 
	 Console didn't respond

 FAIL: 03_sysrq_withreboot_pos 
	 Console didn't respond

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 1

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 xm says xend didn't enforce dom0_cpus (0 != 1)

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #3: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 2451 bytes --]

Xm-test execution summary:
  PASS:  56
  FAIL:  34
  XPASS: 2
  XFAIL: 6


Details:

 FAIL: 01_block_attach_device_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 02_block_attach_file_device_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 04_block_attach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 06_block_attach_baddomain_neg 
	 xm block-attach returned bad output, expected Error, output is Unexpected error exceptions.UnicodeError

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad output, expected Error, output is Unexpected error exceptions.UnicodeError

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad output, expected Error, output is Unexpected error exceptions.UnicodeError

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 02_block-list_attachbd_pos 
	 Fail to attach block device

 FAIL: 03_block-list_anotherbd_pos 
	 Fail to attach block device

 FAIL: 02_block-destroy_rtblock_pos 
	 Failed to verify that block dev is attached

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

 FAIL: 14_create_blockroot_pos 
	Unknown reason

 FAIL: 01_destroy_basic_pos 
	 Console didn't respond

 FAIL: 07_destroy_stale_pos 
	 Console didn't respond

 FAIL: 04_list_goodparm_pos 
	 Console didn't respond

 FAIL: 01_memset_basic_pos 
	 Console didn't respond

 FAIL: 04_memset_smallmem_pos 
	 Console didn't respond

 FAIL: 03_memset_random_pos 
	 Console didn't respond

 FAIL: 01_pause_basic_pos 
	 Console didn't respond

 FAIL: 01_reboot_basic_pos 
	 Console didn't respond

 FAIL: 01_shutdown_basic_pos 
	 Console didn't respond

 FAIL: 02_sysrq_sync_pos 
	 Console didn't respond

 FAIL: 03_sysrq_withreboot_pos 
	 Console didn't respond

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 1

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 xm says xend didn't enforce dom0_cpus (0 != 1)

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #4: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 2334 bytes --]

Xm-test execution summary:
  PASS:  59
  FAIL:  29
  XPASS: 1
  XFAIL: 7


Details:

 FAIL: 01_block_attach_device_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 02_block_attach_file_device_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 04_block_attach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 06_block_attach_baddomain_neg 
	 xm block-attach returned bad output, expected Error, output is Unexpected error exceptions.UnicodeError

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad output, expected Error, output is Unexpected error exceptions.UnicodeError

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad output, expected Error, output is Unexpected error exceptions.UnicodeError

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 02_block-list_attachbd_pos 
	 Fail to attach block device

 FAIL: 03_block-list_anotherbd_pos 
	 Fail to attach block device

 FAIL: 02_block-destroy_rtblock_pos 
	 Failed to verify that block dev is attached

XFAIL: 05_block-destroy_byname_pos 
	 block device isn't attached; can't detach!

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

 FAIL: 04_memset_smallmem_pos 
	 Console run-away (exceeded 8192 bytes)

 FAIL: 03_memset_random_pos 
	 Console didn't respond

 FAIL: 01_pause_basic_pos 
	 Console didn't respond

 FAIL: 01_reboot_basic_pos 
	 Console didn't respond

 FAIL: 01_shutdown_basic_pos 
	 Console didn't respond

 FAIL: 02_sysrq_sync_pos 
	 Console didn't respond

 FAIL: 03_sysrq_withreboot_pos 
	 Console didn't respond

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 1

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 xm says xend didn't enforce dom0_cpus (0 != 1)

 FAIL: 01_save_basic_pos 
	 Console didn't respond

 FAIL: 03_save_bogusfile_neg 
	 Console didn't respond

XFAIL: 01_restore_basic_pos 
	 Console didn't respond

XFAIL: 01_migrate_localhost_pos 
	 Console didn't respond


[-- Attachment #5: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 825 bytes --]

Xm-test execution summary:
  PASS:  78
  FAIL:  12
  XPASS: 2
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

 FAIL: 14_create_blockroot_pos 
	 Timed out waiting for console

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #6: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 743 bytes --]

Xm-test execution summary:
  PASS:  80
  FAIL:  8
  XPASS: 2
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 1

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 xm says xend didn't enforce dom0_cpus (0 != 1)

XFAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond)

XFAIL: 01_migrate_localhost_pos 
	 Failed to read from console (fd=4)


[-- Attachment #7: x305rh4pae.report --]
[-- Type: text/plain, Size: 752 bytes --]

Xm-test execution summary:
  PASS:  78
  FAIL:  9
  XPASS: 2
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 13_create_multinic_pos 
	 (3 nics) Failed to create domain

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 1

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 xm says xend didn't enforce dom0_cpus (0 != 1)

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	 Console didn't respond


[-- Attachment #8: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 726 bytes --]

Xm-test execution summary:
  PASS:  79
  FAIL:  8
  XPASS: 2
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 13_create_multinic_pos 
	 (3 nics) Failed to create domain

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 1

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 xm says xend didn't enforce dom0_cpus (0 != 1)

XFAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond)

XFAIL: 01_migrate_localhost_pos 
	 Failed to read from console (fd=3)


[-- Attachment #9: x335fc4pae.report --]
[-- Type: text/plain, Size: 1535 bytes --]

Xm-test execution summary:
  PASS:  65
  FAIL:  25
  XPASS: 2
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 12_create_concurrent_stress_pos 
	 Console didn't respond

XFAIL: 13_create_multinic_pos 
	 (0 nics) Console didn't respond probably crashed!

 FAIL: 14_create_blockroot_pos 
	Unknown reason

 FAIL: 01_destroy_basic_pos 
	 Console didn't respond

 FAIL: 07_destroy_stale_pos 
	 Console didn't respond

 FAIL: 04_list_goodparm_pos 
	 Console didn't respond

 FAIL: 01_memset_basic_pos 
	 Console didn't respond

 FAIL: 04_memset_smallmem_pos 
	 Console didn't respond

 FAIL: 03_memset_random_pos 
	 Console didn't respond

 FAIL: 01_pause_basic_pos 
	 Console didn't respond

 FAIL: 01_reboot_basic_pos 
	 Console didn't respond

 FAIL: 01_shutdown_basic_pos 
	 Console didn't respond

 FAIL: 02_sysrq_sync_pos 
	 Console didn't respond

 FAIL: 03_sysrq_withreboot_pos 
	 Console didn't respond

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 1

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 xm says xend didn't enforce dom0_cpus (0 != 1)

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #10: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 1551 bytes --]

Xm-test execution summary:
  PASS:  65
  FAIL:  25
  XPASS: 2
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 11_create_concurrent_pos 
	 [48] Failed to attach console to 11_create_48

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

 FAIL: 14_create_blockroot_pos 
	Unknown reason

 FAIL: 01_destroy_basic_pos 
	 Console didn't respond

 FAIL: 07_destroy_stale_pos 
	 Console didn't respond

 FAIL: 04_list_goodparm_pos 
	 Console didn't respond

 FAIL: 01_memset_basic_pos 
	 Console didn't respond

 FAIL: 04_memset_smallmem_pos 
	 Console didn't respond

 FAIL: 03_memset_random_pos 
	 Console didn't respond

 FAIL: 01_pause_basic_pos 
	 Console didn't respond

 FAIL: 01_reboot_basic_pos 
	 Console didn't respond

 FAIL: 01_shutdown_basic_pos 
	 Console didn't respond

 FAIL: 02_sysrq_sync_pos 
	 Console didn't respond

 FAIL: 03_sysrq_withreboot_pos 
	 Console didn't respond

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond

XFAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 failed to switch VCPU 0 to CPU 1

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 xm says xend didn't enforce dom0_cpus (0 != 1)

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #11: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-10-14 18:37 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-10-14 18:37 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2684 bytes --]

October 14, 2005 using test changeset:

changeset:   7377:70aa62954e91
tag:         tip
user:        iap10@firebug.cl.cam.ac.uk
date:        Thu Oct 13 19:42:34 2005 +0100
summary:     Remove unused x86_64 functions.

Last known good changeset for all platforms: 7069:a172340ae3f3

x86_32 (no PAE support)

        * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Ran xm-test on all boxes
        * Successfully ran LTP and LMBenchDom0s and DomUs

        ISSUES: 
        
       
x86_32 (PAE)

        * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
        ThinkCentre
        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Ran xm-test on all boxes
        * Successfully ran LTP and LMBenchon Dom0s and guest domains
 
        ISSUES:  
        * Bugzilla Bug 244 - Unable to save domain
        * Bugzilla Bug 265 - Time stood still
                ** Ian Pratt reported today that the cause of this
                problem is understood and that a patch is in testing.
                Yay!                
	* Bugzilla Bug 267 - (XEN) Domain 2 (vcpu#0) crashed on cpu#3:
        
        
x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Ran xm-test on both boxes
        * Successfully ran LTP and LMBench on Dom0s and DomUs

        ISSUES: 
        * Bugzilla Bug 258 x86_64 - general protection fault: 0000
        [1]      
      
------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

xm-test: This suite provides a framework for testing the Xen userspace
tools.

SUMMARY*:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
              FC3pae |   68 |   22 |     2 |     6 |
 hs20.1.sles9-x86_64 |   61 |   27 |     2 |     6 |
 hs20.2.sles9-x86_64 |   60 |   28 |     1 |     7 |
     hs20.fc4_x86_64 |   78 |   12 |     2 |     6 |
     x235sles9nonpae |   68 |   20 |     2 |     6 |
          x305rh4pae |   81 |    8 |     3 |     5 |
     x305sles9nonpae |   80 |    7 |     1 |     7 |

*The xSeries 335s were unable to complete xm-test due to Bugzilla Bug
265 - Time stood still. Both machines had to be manually reset.

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 709 bytes --]

Xm-test execution summary:
  PASS:  80
  FAIL:  7
  XPASS: 1
  XFAIL: 7


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 04_block-destroy_nonattached_neg 
	 xm block-detach returned a stack dump, expected nice error message

XFAIL: 05_block-destroy_byname_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 13_create_multinic_pos 
	 (3 nics) Failed to create domain

XFAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond)

XFAIL: 01_migrate_localhost_pos 
	 Failed to read from console (fd=3)


[-- Attachment #3: x305rh4pae.report --]
[-- Type: text/plain, Size: 537 bytes --]

Xm-test execution summary:
  PASS:  81
  FAIL:  8
  XPASS: 3
  XFAIL: 5


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 13_create_multinic_pos 
	 (3 nics) Failed to create domain

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #4: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 1373 bytes --]

Xm-test execution summary:
  PASS:  68
  FAIL:  20
  XPASS: 2
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 12_create_concurrent_stress_pos 
	 Console didn't respond

XFAIL: 13_create_multinic_pos 
	 (0 nics) Console didn't respond probably crashed!

 FAIL: 14_create_blockroot_pos 
	Unknown reason

 FAIL: 01_destroy_basic_pos 
	 Console didn't respond

 FAIL: 07_destroy_stale_pos 
	 Console didn't respond

 FAIL: 04_list_goodparm_pos 
	 Console didn't respond

 FAIL: 01_memset_basic_pos 
	 Console didn't respond

 FAIL: 04_memset_smallmem_pos 
	 Console didn't respond

 FAIL: 03_memset_random_pos 
	 Console didn't respond

 FAIL: 01_pause_basic_pos 
	 Console didn't respond

 FAIL: 01_reboot_basic_pos 
	 Console didn't respond

 FAIL: 01_shutdown_basic_pos 
	 Console didn't respond

 FAIL: 02_sysrq_sync_pos 
	 Console didn't respond

 FAIL: 03_sysrq_withreboot_pos 
	 Console didn't respond

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond

XFAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

XFAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond)

XFAIL: 01_migrate_localhost_pos 
	 Failed to read from console (fd=3)


[-- Attachment #5: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 825 bytes --]

Xm-test execution summary:
  PASS:  78
  FAIL:  12
  XPASS: 2
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

 FAIL: 14_create_blockroot_pos 
	 Timed out waiting for console

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #6: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 2254 bytes --]

Xm-test execution summary:
  PASS:  60
  FAIL:  28
  XPASS: 1
  XFAIL: 7


Details:

 FAIL: 01_block_attach_device_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 02_block_attach_file_device_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 04_block_attach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 06_block_attach_baddomain_neg 
	 xm block-attach returned bad output, expected Error, output is Unexpected error exceptions.UnicodeError

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad output, expected Error, output is Unexpected error exceptions.UnicodeError

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad output, expected Error, output is Unexpected error exceptions.UnicodeError

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 02_block-list_attachbd_pos 
	 Fail to attach block device

 FAIL: 03_block-list_anotherbd_pos 
	 Fail to attach block device

 FAIL: 02_block-destroy_rtblock_pos 
	 Failed to verify that block dev is attached

XFAIL: 05_block-destroy_byname_pos 
	 block device isn't attached; can't detach!

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

 FAIL: 14_create_blockroot_pos 
	 Timed out waiting for console

 FAIL: 04_memset_smallmem_pos 
	 Console run-away (exceeded 8192 bytes)

 FAIL: 03_memset_random_pos 
	 Console didn't respond

 FAIL: 01_pause_basic_pos 
	 Console didn't respond

 FAIL: 01_reboot_basic_pos 
	 Console didn't respond

 FAIL: 01_shutdown_basic_pos 
	 Console didn't respond

 FAIL: 02_sysrq_sync_pos 
	 Console didn't respond

 FAIL: 03_sysrq_withreboot_pos 
	 Console didn't respond

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond

XFAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 Console didn't respond

 FAIL: 03_save_bogusfile_neg 
	 Console didn't respond

XFAIL: 01_restore_basic_pos 
	 Console didn't respond

XFAIL: 01_migrate_localhost_pos 
	 Console didn't respond


[-- Attachment #7: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 2172 bytes --]

Xm-test execution summary:
  PASS:  61
  FAIL:  27
  XPASS: 2
  XFAIL: 6


Details:

 FAIL: 01_block_attach_device_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 02_block_attach_file_device_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 04_block_attach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 06_block_attach_baddomain_neg 
	 xm block-attach returned bad output, expected Error, output is Unexpected error exceptions.UnicodeError

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad output, expected Error, output is Unexpected error exceptions.UnicodeError

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad output, expected Error, output is Unexpected error exceptions.UnicodeError

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 02_block-list_attachbd_pos 
	 Fail to attach block device

 FAIL: 03_block-list_anotherbd_pos 
	 Fail to attach block device

 FAIL: 02_block-destroy_rtblock_pos 
	 Failed to verify that block dev is attached

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

 FAIL: 14_create_blockroot_pos 
	 Timed out waiting for console

 FAIL: 04_memset_smallmem_pos 
	 Console run-away (exceeded 8192 bytes)

 FAIL: 03_memset_random_pos 
	 Console didn't respond

 FAIL: 01_pause_basic_pos 
	 Console didn't respond

 FAIL: 01_reboot_basic_pos 
	 Console didn't respond

 FAIL: 01_shutdown_basic_pos 
	 Console didn't respond

 FAIL: 02_sysrq_sync_pos 
	 Console didn't respond

 FAIL: 03_sysrq_withreboot_pos 
	 Console didn't respond

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond

XFAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 Console didn't respond

 FAIL: 03_save_bogusfile_neg 
	 Console didn't respond

XFAIL: 01_restore_basic_pos 
	 Console didn't respond

XFAIL: 01_migrate_localhost_pos 
	 Console didn't respond


[-- Attachment #8: FC3pae.report --]
[-- Type: text/plain, Size: 1324 bytes --]

Xm-test execution summary:
  PASS:  68
  FAIL:  22
  XPASS: 2
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

 FAIL: 14_create_blockroot_pos 
	Unknown reason

 FAIL: 01_destroy_basic_pos 
	 Console didn't respond

 FAIL: 07_destroy_stale_pos 
	 Console didn't respond

 FAIL: 04_list_goodparm_pos 
	 Console didn't respond

 FAIL: 01_memset_basic_pos 
	 Console didn't respond

 FAIL: 04_memset_smallmem_pos 
	 Console didn't respond

 FAIL: 03_memset_random_pos 
	 Console didn't respond

 FAIL: 01_pause_basic_pos 
	 Console didn't respond

 FAIL: 01_reboot_basic_pos 
	 Console didn't respond

 FAIL: 01_shutdown_basic_pos 
	 Console didn't respond

 FAIL: 02_sysrq_sync_pos 
	 Console didn't respond

 FAIL: 03_sysrq_withreboot_pos 
	 Console didn't respond

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond

XFAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #9: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Re: Daily Xen Builds
  2005-10-13 19:36     ` Dan Smith
@ 2005-10-13 22:41       ` Ewan Mellor
  0 siblings, 0 replies; 381+ messages in thread
From: Ewan Mellor @ 2005-10-13 22:41 UTC (permalink / raw)
  To: xen-devel

On Thu, Oct 13, 2005 at 12:36:25PM -0700, Dan Smith wrote:

> 
> DB> Are we seeing fewer failure? It appears to be similar, or slightly
> DB> more.
> 
> Mostly what I meant was that there are fewer FAILs and more XFAILs,
> which there are.  Also, on my machines, I'm seeing almost no
> unexpected failures.  See my machine's latest report:
> 
>   http://xmtest.dague.org/cgi-bin/display?view=single&testid=99

Looking at this test result, I think that 07_attach_baddevice_neg and
08_attach_bad_filedevice_neg are going to stay XFAIL for some time, but the
patch that I gave you today should sort out the other failures, which will
mean that we pass every other test in your suite.  Which is nice.

This applies to 32-bit, non-PAE, non-SMP Xen -- other architectures will have
different results, at the moment.

Ewan.

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Re: Daily Xen Builds
  2005-10-13 19:27   ` David F Barrera
@ 2005-10-13 19:36     ` Dan Smith
  2005-10-13 22:41       ` Ewan Mellor
  0 siblings, 1 reply; 381+ messages in thread
From: Dan Smith @ 2005-10-13 19:36 UTC (permalink / raw)
  To: David F Barrera; +Cc: Xen Developers


DB> Are we seeing fewer failure? It appears to be similar, or slightly
DB> more.

Mostly what I meant was that there are fewer FAILs and more XFAILs,
which there are.  Also, on my machines, I'm seeing almost no
unexpected failures.  See my machine's latest report:

  http://xmtest.dague.org/cgi-bin/display?view=single&testid=99

-- 
Dan Smith
IBM Linux Technology Center
Open Hypervisor Team
email: danms@us.ibm.com

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Re: Daily Xen Builds
  2005-10-12 19:36 ` Dan Smith
@ 2005-10-13 19:27   ` David F Barrera
  2005-10-13 19:36     ` Dan Smith
  0 siblings, 1 reply; 381+ messages in thread
From: David F Barrera @ 2005-10-13 19:27 UTC (permalink / raw)
  To: Daniel; +Cc: xen-devel

On Wed, 2005-10-12 at 12:36 -0700, Dan Smith wrote:
> Just a comment about these results:
> 
> >             Platform | PASS | FAIL | XPASS | XFAIL |
> > ---------------------+------+------+-------+-------+
> >               FC3pae |   78 |   10 |     0 |     1 |
> >  hs20.1.sles9-x86_64 |   55 |   33 |     0 |     1 |
> >  hs20.2.sles9-x86_64 |   66 |   20 |     0 |     1 |
> >      hs20.fc4_x86_64 |   56 |   32 |     0 |     1 |
> >      x235sles9nonpae |   77 |    9 |     0 |     1 |
> >           x305rh4pae |   76 |   11 |     0 |     1 |
> >      x305sles9nonpae |   53 |   32 |     0 |     1 |
> >           x335fc4pae |   64 |   24 |     0 |     1 |
> 
> The above list of PASS/FAIL results was generated with an old version
> of xm-test because I forgot to update the link that David pulls from
> last night.  In tomorrow's report, we should see fewer failures, and
> most marked as expected.
Dan,

Are we seeing fewer failure? It appears to be similar, or slightly more.

SUMMARY*:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
              FC3pae |   77 |   12 |     2 |     6 |
 hs20.1.sles9-x86_64 |   60 |   27 |     2 |     6 |
 hs20.2.sles9-x86_64 |   59 |   28 |     1 |     7 |
     hs20.fc4_x86_64 |   78 |   11 |     2 |     6 |
     x235sles9nonpae |   77 |    9 |     0 |     1 |
          x305rh4pae |   79 |    9 |     3 |     5 |
     x305sles9nonpae |   53 |   32 |     0 |     1 |
> 
-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-10-13 18:09 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-10-13 18:09 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2799 bytes --]

October 13, 2005 using test changeset:

changeset:   7353:29db5bded574
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Wed Oct 12 10:15:02 2005 +0100
summary:     Fix 64-bit compile warnings in firmware.

Last known good changeset for all platforms: 7069:a172340ae3f3

x86_32 (no PAE support)

        * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Ran xm-test on all boxes
        * Successfully ran LTP and LMBenchDom0s and DomUs

        ISSUES: 
        * Bugzilla Bug 302 - Destination host of migration crashes
       
x86_32 (PAE)

        * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
        ThinkCentre
        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Ran xm-test on all boxes
        * Successfully ran LTP and LMBenchon Dom0s and guest domains
 
        ISSUES:  
        * Bugzilla Bug 244 - Unable to save domain
        * Bugzilla Bug 265 - Time stood still
                * Machines end up in 'semi comatose state'
        * Bugzilla Bug 267 - (XEN) Domain 2 (vcpu#0) crashed on cpu#3:
        
        
x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Ran xm-test on both boxes
        * Successfully ran LTP and LMBench on Dom0s and DomUs

        ISSUES: 
        * None observed today; however, 	* Bugzilla Bug 258 x86_64 -
        general protection fault: 0000 [1] may still be unresolved. In
        the past, it has shown up one day an not the next, so I am
        keeping it open.

       
      
------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

xm-test: This suite provides a framework for testing the Xen userspace
tools.

SUMMARY*:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
              FC3pae |   77 |   12 |     2 |     6 |
 hs20.1.sles9-x86_64 |   60 |   27 |     2 |     6 |
 hs20.2.sles9-x86_64 |   59 |   28 |     1 |     7 |
     hs20.fc4_x86_64 |   78 |   11 |     2 |     6 |
     x235sles9nonpae |   77 |    9 |     0 |     1 |
          x305rh4pae |   79 |    9 |     3 |     5 |
     x305sles9nonpae |   53 |   32 |     0 |     1 |

*The xSeries 335s were unable to complete xm-test due to Bugzilla Bug
265 - Time stood still. Both machines had to be manually reset.

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: FC3pae.report --]
[-- Type: text/plain, Size: 781 bytes --]

Xm-test execution summary:
  PASS:  77
  FAIL:  12
  XPASS: 2
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

 FAIL: 02_sysrq_sync_pos 
	 Console didn't respond

 FAIL: 03_sysrq_withreboot_pos 
	 Console didn't respond

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond

XFAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #3: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 2172 bytes --]

Xm-test execution summary:
  PASS:  60
  FAIL:  27
  XPASS: 2
  XFAIL: 6


Details:

 FAIL: 01_block_attach_device_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 02_block_attach_file_device_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 04_block_attach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 06_block_attach_baddomain_neg 
	 xm block-attach returned bad output, expected Error, output is Unexpected error exceptions.UnicodeError

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad output, expected Error, output is Unexpected error exceptions.UnicodeError

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad output, expected Error, output is Unexpected error exceptions.UnicodeError

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 02_block-list_attachbd_pos 
	 Fail to attach block device

 FAIL: 03_block-list_anotherbd_pos 
	 Fail to attach block device

 FAIL: 02_block-destroy_rtblock_pos 
	 Failed to verify that block dev is attached

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

 FAIL: 05_help_nonroot_pos 
	 'xm help' failed as user 'nobody'

 FAIL: 04_memset_smallmem_pos 
	 Console run-away (exceeded 8192 bytes)

 FAIL: 03_memset_random_pos 
	 Console didn't respond

 FAIL: 01_pause_basic_pos 
	 Console didn't respond

 FAIL: 01_reboot_basic_pos 
	 Console didn't respond

 FAIL: 01_shutdown_basic_pos 
	 Console didn't respond

 FAIL: 02_sysrq_sync_pos 
	 Console didn't respond

 FAIL: 03_sysrq_withreboot_pos 
	 Console didn't respond

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond

XFAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 Console didn't respond

 FAIL: 03_save_bogusfile_neg 
	 Console didn't respond

XFAIL: 01_restore_basic_pos 
	 Console didn't respond

XFAIL: 01_migrate_localhost_pos 
	 Console didn't respond


[-- Attachment #4: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 2254 bytes --]

Xm-test execution summary:
  PASS:  59
  FAIL:  28
  XPASS: 1
  XFAIL: 7


Details:

 FAIL: 01_block_attach_device_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 02_block_attach_file_device_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 04_block_attach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 06_block_attach_baddomain_neg 
	 xm block-attach returned bad output, expected Error, output is Unexpected error exceptions.UnicodeError

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad output, expected Error, output is Unexpected error exceptions.UnicodeError

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad output, expected Error, output is Unexpected error exceptions.UnicodeError

 FAIL: 09_block_attach_and_dettach_device_check_data_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 02_block-list_attachbd_pos 
	 Fail to attach block device

 FAIL: 03_block-list_anotherbd_pos 
	 Fail to attach block device

 FAIL: 02_block-destroy_rtblock_pos 
	 Failed to verify that block dev is attached

XFAIL: 05_block-destroy_byname_pos 
	 block device isn't attached; can't detach!

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

 FAIL: 05_help_nonroot_pos 
	 'xm help' failed as user 'nobody'

 FAIL: 04_memset_smallmem_pos 
	 Console run-away (exceeded 8192 bytes)

 FAIL: 03_memset_random_pos 
	 Console didn't respond

 FAIL: 01_pause_basic_pos 
	 Console didn't respond

 FAIL: 01_reboot_basic_pos 
	 Console didn't respond

 FAIL: 01_shutdown_basic_pos 
	 Console didn't respond

 FAIL: 02_sysrq_sync_pos 
	 Console didn't respond

 FAIL: 03_sysrq_withreboot_pos 
	 Console didn't respond

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond

XFAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 Console didn't respond

 FAIL: 03_save_bogusfile_neg 
	 Console didn't respond

XFAIL: 01_restore_basic_pos 
	 Console didn't respond

XFAIL: 01_migrate_localhost_pos 
	 Console didn't respond


[-- Attachment #5: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 760 bytes --]

Xm-test execution summary:
  PASS:  78
  FAIL:  11
  XPASS: 2
  XFAIL: 6


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

XFAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

XFAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #6: x305rh4pae.report --]
[-- Type: text/plain, Size: 631 bytes --]

Xm-test execution summary:
  PASS:  79
  FAIL:  9
  XPASS: 3
  XFAIL: 5


Details:

XFAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

XFAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 03_block-list_anotherbd_pos 
	 Failed to verify that block dev is attached on DomainU

XFAIL: 13_create_multinic_pos 
	 (3 nics) Failed to create domain

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #7: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 2087 bytes --]

Xm-test execution summary:
  PASS:  53
  FAIL:  32
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Console didn't respond

 FAIL: 07_block_attach_baddevice_neg 
	 Console didn't respond

 FAIL: 08_block_attach_bad_filedevice_neg 
	 Console didn't respond

 FAIL: 01_block-list_pos 
	 Console didn't respond

 FAIL: 02_block-list_attachbd_pos 
	 Console didn't respond

 FAIL: 03_block-list_anotherbd_pos 
	 Console didn't respond

 FAIL: 01_block-destroy_btblock_pos 
	 Console didn't respond

 FAIL: 02_block-destroy_rtblock_pos 
	 Console didn't respond

 FAIL: 04_block-destroy_nonattached_neg 
	 xm block-detach returned a stack dump, expected nice error message

 FAIL: 05_block-destroy_byname_pos 
	 Console didn't respond

 FAIL: 01_create_basic_pos 
	 Console didn't respond

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

 FAIL: 12_create_concurrent_stress_pos 
	 Console didn't respond

 FAIL: 13_create_multinic_pos 
	 (0 nics) Console didn't respond probably crashed!

 FAIL: 01_destroy_basic_pos 
	 Console didn't respond

 FAIL: 07_destroy_stale_pos 
	 Console didn't respond

 FAIL: 05_help_nonroot_pos 
	 'xm help' failed as user 'nobody'

 FAIL: 04_list_goodparm_pos 
	 Console didn't respond

 FAIL: 01_memset_basic_pos 
	 Console didn't respond

 FAIL: 04_memset_smallmem_pos 
	 Console didn't respond

 FAIL: 03_memset_random_pos 
	 Console didn't respond

 FAIL: 01_pause_basic_pos 
	 Console didn't respond

 FAIL: 01_reboot_basic_pos 
	 Console didn't respond

 FAIL: 01_shutdown_basic_pos 
	 Console didn't respond

 FAIL: 02_sysrq_sync_pos 
	 Console didn't respond

 FAIL: 03_sysrq_withreboot_pos 
	 Console didn't respond

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 Command execution time exceeded 30 seconds

 FAIL: 03_save_bogusfile_neg 
	 Console didn't respond

 FAIL: 01_restore_basic_pos 
	 Console didn't respond

XFAIL: 01_migrate_localhost_pos 
	 Console didn't respond


[-- Attachment #8: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Re: Daily Xen Builds
  2005-10-12 18:47 David F Barrera
  2005-10-12 18:53 ` David F Barrera
@ 2005-10-12 19:36 ` Dan Smith
  2005-10-13 19:27   ` David F Barrera
  1 sibling, 1 reply; 381+ messages in thread
From: Dan Smith @ 2005-10-12 19:36 UTC (permalink / raw)
  To: David F Barrera; +Cc: Xen Developers


Just a comment about these results:

>             Platform | PASS | FAIL | XPASS | XFAIL |
> ---------------------+------+------+-------+-------+
>               FC3pae |   78 |   10 |     0 |     1 |
>  hs20.1.sles9-x86_64 |   55 |   33 |     0 |     1 |
>  hs20.2.sles9-x86_64 |   66 |   20 |     0 |     1 |
>      hs20.fc4_x86_64 |   56 |   32 |     0 |     1 |
>      x235sles9nonpae |   77 |    9 |     0 |     1 |
>           x305rh4pae |   76 |   11 |     0 |     1 |
>      x305sles9nonpae |   53 |   32 |     0 |     1 |
>           x335fc4pae |   64 |   24 |     0 |     1 |

The above list of PASS/FAIL results was generated with an old version
of xm-test because I forgot to update the link that David pulls from
last night.  In tomorrow's report, we should see fewer failures, and
most marked as expected.

-- 
Dan Smith
IBM Linux Technology Center
Open Hypervisor Team
email: danms@us.ibm.com

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Re: Daily Xen Builds
  2005-10-12 18:47 David F Barrera
@ 2005-10-12 18:53 ` David F Barrera
  2005-10-12 19:36 ` Dan Smith
  1 sibling, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-10-12 18:53 UTC (permalink / raw)
  To: xen-devel

I need to correct the report. The build break on x86_64 has been
corrected. 

The x86_64 section shoul read like this:

x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Ran xm-test on both boxes
        * Successfully ran LTP and LMBench on Dom0s and DomUs

        ISSUES: 
        * Bugzilla Bug 258 x86_64 - general protection fault: 0000 [1]  

On Wed, 2005-10-12 at 13:47 -0500, David F Barrera wrote:
> October 12, 2005 using test changeset:
> 
> changeset:   7344:ffbee4415bf7
> tag:         tip
> user:        emellor@ewan
> date:        Wed Oct 12 06:04:45 2005 +0100
> summary:     Explicitly state which architectures are going to
> use /usr/lib64, to allow for
> 
> Last known good changeset* for all platforms: 7069:a172340ae3f3
> 
> x86_32 (no PAE support)
> 
>         * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
>         * Builds and boots without problems
>         * Able to create fully functional guest domains
>         * Ran xm-test on all boxes
>         * Ran LTP and LMBenchDom0s and DomUs
> 
>         ISSUES: 
>         * Bugzilla Bug 302 - Destination host (dom0) of migration
>         crashes
>         * Bugzilla Bug 317 - Guest domains dying
>        
> 
> x86_32 (PAE)
> 
>         * SLES 9 SP2, FC3, and RHEL 4 IBM xSeries 305, 335s and IBM
>         ThinkCentre
>         * Builds and boots without problems
>         * Able to create fully functional guest domains
>         * Ran xm-test on all FC4 boxes boxes
> 		* FC4 PAE enabled box: Bug #265 - Time stood still
>         * Successfully ran LTP and LMBenchon Dom0s and guest domains
> * BUILD BREAK on FC4
>  
>         ISSUES:  
>         * Bugzilla Bug 244 - Unable to save domain
>         * Bugzilla Bug 265 - Time stood still
> 	* Bugzilla Bug 267 - (XEN) Domain 2 (vcpu#0) crashed on cpu#3:
>         
>         
> x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)
> 
>         * BUILD BREAK
> 
>         ISSUES: 
>         * Bugzilla Bug 258 x86_64 - general protection fault: 0000 [1] -
> 
>       
> ------------------------------------------------------------------------
> 
> ------------------------XM-TEST Results---------------------------------
> 
> xm-test: This suite provides a framework for testing the Xen userspace
> tools.
> 
> SUMMARY:
>             Platform | PASS | FAIL | XPASS | XFAIL |
> ---------------------+------+------+-------+-------+
>               FC3pae |   78 |   10 |     0 |     1 |
>  hs20.1.sles9-x86_64 |   55 |   33 |     0 |     1 |
>  hs20.2.sles9-x86_64 |   66 |   20 |     0 |     1 |
>      hs20.fc4_x86_64 |   56 |   32 |     0 |     1 |
>      x235sles9nonpae |   77 |    9 |     0 |     1 |
>           x305rh4pae |   76 |   11 |     0 |     1 |
>      x305sles9nonpae |   53 |   32 |     0 |     1 |
>           x335fc4pae |   64 |   24 |     0 |     1 |
> 
> 
> 
> * With some minor issues with tools, such as 'xm save'.
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-10-12 18:47 David F Barrera
  2005-10-12 18:53 ` David F Barrera
  2005-10-12 19:36 ` Dan Smith
  0 siblings, 2 replies; 381+ messages in thread
From: David F Barrera @ 2005-10-12 18:47 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2522 bytes --]

October 12, 2005 using test changeset:

changeset:   7344:ffbee4415bf7
tag:         tip
user:        emellor@ewan
date:        Wed Oct 12 06:04:45 2005 +0100
summary:     Explicitly state which architectures are going to
use /usr/lib64, to allow for

Last known good changeset* for all platforms: 7069:a172340ae3f3

x86_32 (no PAE support)

        * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Ran xm-test on all boxes
        * Ran LTP and LMBenchDom0s and DomUs

        ISSUES: 
        * Bugzilla Bug 302 - Destination host (dom0) of migration
        crashes
        * Bugzilla Bug 317 - Guest domains dying
       

x86_32 (PAE)

        * SLES 9 SP2, FC3, and RHEL 4 IBM xSeries 305, 335s and IBM
        ThinkCentre
        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Ran xm-test on all FC4 boxes boxes
		* FC4 PAE enabled box: Bug #265 - Time stood still
        * Successfully ran LTP and LMBenchon Dom0s and guest domains
* BUILD BREAK on FC4
 
        ISSUES:  
        * Bugzilla Bug 244 - Unable to save domain
        * Bugzilla Bug 265 - Time stood still
	* Bugzilla Bug 267 - (XEN) Domain 2 (vcpu#0) crashed on cpu#3:
        
        
x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

        * BUILD BREAK

        ISSUES: 
        * Bugzilla Bug 258 x86_64 - general protection fault: 0000 [1] -

      
------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

xm-test: This suite provides a framework for testing the Xen userspace
tools.

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
              FC3pae |   78 |   10 |     0 |     1 |
 hs20.1.sles9-x86_64 |   55 |   33 |     0 |     1 |
 hs20.2.sles9-x86_64 |   66 |   20 |     0 |     1 |
     hs20.fc4_x86_64 |   56 |   32 |     0 |     1 |
     x235sles9nonpae |   77 |    9 |     0 |     1 |
          x305rh4pae |   76 |   11 |     0 |     1 |
     x305sles9nonpae |   53 |   32 |     0 |     1 |
          x335fc4pae |   64 |   24 |     0 |     1 |



* With some minor issues with tools, such as 'xm save'.

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: FC3pae.report --]
[-- Type: text/plain, Size: 744 bytes --]

Xm-test execution summary:
  PASS:  78
  FAIL:  10
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 04_block-destroy_nonattached_neg 
	 xm block-detach returned a stack dump, expected nice error message

 FAIL: 05_block-destroy_byname_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #3: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 2014 bytes --]

Xm-test execution summary:
  PASS:  55
  FAIL:  33
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Console didn't respond

 FAIL: 07_block_attach_baddevice_neg 
	 Console didn't respond

 FAIL: 08_block_attach_bad_filedevice_neg 
	 Console didn't respond

 FAIL: 01_block-list_pos 
	 Console didn't respond

 FAIL: 02_block-list_attachbd_pos 
	 Console didn't respond

 FAIL: 03_block-list_anotherbd_pos 
	 Console didn't respond

 FAIL: 01_block-destroy_btblock_pos 
	 Console didn't respond

 FAIL: 02_block-destroy_rtblock_pos 
	 Console didn't respond

 FAIL: 04_block-destroy_nonattached_neg 
	 xm block-detach returned a stack dump, expected nice error message

 FAIL: 05_block-destroy_byname_pos 
	 Console didn't respond

 FAIL: 01_create_basic_pos 
	 Console didn't respond

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

 FAIL: 12_create_concurrent_stress_pos 
	 Console didn't respond

 FAIL: 13_create_multinic_pos 
	 (0 nics) Console didn't respond probably crashed!

 FAIL: 01_destroy_basic_pos 
	 Console didn't respond

 FAIL: 07_destroy_stale_pos 
	 Console didn't respond

 FAIL: 05_help_nonroot_pos 
	 'xm help' failed as user 'nobody'

 FAIL: 04_list_goodparm_pos 
	 Console didn't respond

 FAIL: 01_memset_basic_pos 
	 Console didn't respond

 FAIL: 04_memset_smallmem_pos 
	 Console didn't respond

 FAIL: 03_memset_random_pos 
	 Console didn't respond

 FAIL: 01_pause_basic_pos 
	 Console didn't respond

 FAIL: 01_reboot_basic_pos 
	 Console didn't respond

 FAIL: 01_shutdown_basic_pos 
	 Console didn't respond

 FAIL: 02_sysrq_sync_pos 
	 Console didn't respond

 FAIL: 03_sysrq_withreboot_pos 
	 Console didn't respond

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #4: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 1463 bytes --]

Xm-test execution summary:
  PASS:  66
  FAIL:  20
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 04_block-destroy_nonattached_neg 
	 xm block-detach returned a stack dump, expected nice error message

 FAIL: 05_block-destroy_byname_pos 
	 block device isn't attached; can't detach!

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

 FAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

 FAIL: 05_help_nonroot_pos 
	 'xm help' failed as user 'nobody'

 FAIL: 04_memset_smallmem_pos 
	 Console run-away (exceeded 8192 bytes)

 FAIL: 03_memset_random_pos 
	 Console didn't respond

 FAIL: 01_pause_basic_pos 
	 Console didn't respond

 FAIL: 01_reboot_basic_pos 
	 Console didn't respond

 FAIL: 01_shutdown_basic_pos 
	 Console didn't respond

 FAIL: 02_sysrq_sync_pos 
	 Console didn't respond

 FAIL: 03_sysrq_withreboot_pos 
	 Console didn't respond

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 Console didn't respond

 FAIL: 03_save_bogusfile_neg 
	 Console didn't respond

 FAIL: 01_restore_basic_pos 
	 Console didn't respond

XFAIL: 01_migrate_localhost_pos 
	 Console didn't respond


[-- Attachment #5: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 1949 bytes --]

Xm-test execution summary:
  PASS:  56
  FAIL:  32
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Console didn't respond

 FAIL: 07_block_attach_baddevice_neg 
	 Console didn't respond

 FAIL: 08_block_attach_bad_filedevice_neg 
	 Console didn't respond

 FAIL: 01_block-list_pos 
	 Console didn't respond

 FAIL: 02_block-list_attachbd_pos 
	 Console didn't respond

 FAIL: 03_block-list_anotherbd_pos 
	 Console didn't respond

 FAIL: 01_block-destroy_btblock_pos 
	 Console didn't respond

 FAIL: 02_block-destroy_rtblock_pos 
	 Console didn't respond

 FAIL: 04_block-destroy_nonattached_neg 
	 xm block-detach returned a stack dump, expected nice error message

 FAIL: 05_block-destroy_byname_pos 
	 Console didn't respond

 FAIL: 01_create_basic_pos 
	 Console didn't respond

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

 FAIL: 12_create_concurrent_stress_pos 
	 Console didn't respond

 FAIL: 13_create_multinic_pos 
	 (0 nics) Console didn't respond probably crashed!

 FAIL: 01_destroy_basic_pos 
	 Console didn't respond

 FAIL: 07_destroy_stale_pos 
	 Console didn't respond

 FAIL: 04_list_goodparm_pos 
	 Console didn't respond

 FAIL: 01_memset_basic_pos 
	 Console didn't respond

 FAIL: 04_memset_smallmem_pos 
	 Console didn't respond

 FAIL: 03_memset_random_pos 
	 Console didn't respond

 FAIL: 01_pause_basic_pos 
	 Console didn't respond

 FAIL: 01_reboot_basic_pos 
	 Console didn't respond

 FAIL: 01_shutdown_basic_pos 
	 Console didn't respond

 FAIL: 02_sysrq_sync_pos 
	 Console didn't respond

 FAIL: 03_sysrq_withreboot_pos 
	 Console didn't respond

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #6: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 865 bytes --]

Xm-test execution summary:
  PASS:  77
  FAIL:  9
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 04_block-destroy_nonattached_neg 
	 xm block-detach returned a stack dump, expected nice error message

 FAIL: 05_block-destroy_byname_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

 FAIL: 05_help_nonroot_pos 
	 'xm help' failed as user 'nobody'

 FAIL: 01_save_basic_pos 
	 Command execution time exceeded 30 seconds

 FAIL: 01_restore_basic_pos 
	 Command execution time exceeded 30 seconds

XFAIL: 01_migrate_localhost_pos 
	 Command execution time exceeded 90 seconds


[-- Attachment #7: x305rh4pae.report --]
[-- Type: text/plain, Size: 820 bytes --]

Xm-test execution summary:
  PASS:  76
  FAIL:  11
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 04_block-destroy_nonattached_neg 
	 xm block-detach returned a stack dump, expected nice error message

 FAIL: 05_block-destroy_byname_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 13_create_multinic_pos 
	 (3 nics) Failed to create domain

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #8: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 2087 bytes --]

Xm-test execution summary:
  PASS:  53
  FAIL:  32
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 Console didn't respond

 FAIL: 07_block_attach_baddevice_neg 
	 Console didn't respond

 FAIL: 08_block_attach_bad_filedevice_neg 
	 Console didn't respond

 FAIL: 01_block-list_pos 
	 Console didn't respond

 FAIL: 02_block-list_attachbd_pos 
	 Console didn't respond

 FAIL: 03_block-list_anotherbd_pos 
	 Console didn't respond

 FAIL: 01_block-destroy_btblock_pos 
	 Console didn't respond

 FAIL: 02_block-destroy_rtblock_pos 
	 Console didn't respond

 FAIL: 04_block-destroy_nonattached_neg 
	 xm block-detach returned a stack dump, expected nice error message

 FAIL: 05_block-destroy_byname_pos 
	 Console didn't respond

 FAIL: 01_create_basic_pos 
	 Console didn't respond

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

 FAIL: 12_create_concurrent_stress_pos 
	 Console didn't respond

 FAIL: 13_create_multinic_pos 
	 (0 nics) Console didn't respond probably crashed!

 FAIL: 01_destroy_basic_pos 
	 Console didn't respond

 FAIL: 07_destroy_stale_pos 
	 Console didn't respond

 FAIL: 05_help_nonroot_pos 
	 'xm help' failed as user 'nobody'

 FAIL: 04_list_goodparm_pos 
	 Console didn't respond

 FAIL: 01_memset_basic_pos 
	 Console didn't respond

 FAIL: 04_memset_smallmem_pos 
	 Console didn't respond

 FAIL: 03_memset_random_pos 
	 Console didn't respond

 FAIL: 01_pause_basic_pos 
	 Console didn't respond

 FAIL: 01_reboot_basic_pos 
	 Console didn't respond

 FAIL: 01_shutdown_basic_pos 
	 Console didn't respond

 FAIL: 02_sysrq_sync_pos 
	 Console didn't respond

 FAIL: 03_sysrq_withreboot_pos 
	 Console didn't respond

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 Command execution time exceeded 30 seconds

 FAIL: 03_save_bogusfile_neg 
	 Console didn't respond

 FAIL: 01_restore_basic_pos 
	 Console didn't respond

XFAIL: 01_migrate_localhost_pos 
	 Console didn't respond


[-- Attachment #9: x335fc4pae.report --]
[-- Type: text/plain, Size: 1530 bytes --]

Xm-test execution summary:
  PASS:  64
  FAIL:  24
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 04_block-destroy_nonattached_neg 
	 xm block-detach returned a stack dump, expected nice error message

 FAIL: 05_block-destroy_byname_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 12_create_concurrent_stress_pos 
	 Console didn't respond

 FAIL: 13_create_multinic_pos 
	 (0 nics) Console didn't respond probably crashed!

 FAIL: 01_destroy_basic_pos 
	 Console didn't respond

 FAIL: 07_destroy_stale_pos 
	 Console didn't respond

 FAIL: 04_list_goodparm_pos 
	 Console didn't respond

 FAIL: 01_memset_basic_pos 
	 Console didn't respond

 FAIL: 04_memset_smallmem_pos 
	 Console didn't respond

 FAIL: 03_memset_random_pos 
	 Console didn't respond

 FAIL: 01_pause_basic_pos 
	 Console didn't respond

 FAIL: 01_reboot_basic_pos 
	 Console didn't respond

 FAIL: 01_shutdown_basic_pos 
	 Console didn't respond

 FAIL: 02_sysrq_sync_pos 
	 Console didn't respond

 FAIL: 03_sysrq_withreboot_pos 
	 Console didn't respond

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #10: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Re: Daily Xen Builds
  2005-10-11 22:07     ` Anthony Liguori
@ 2005-10-11 22:31       ` Nicholas Lee
  0 siblings, 0 replies; 381+ messages in thread
From: Nicholas Lee @ 2005-10-11 22:31 UTC (permalink / raw)
  To: Anthony Liguori; +Cc: xen-devel

On 10/12/05, Anthony Liguori <aliguori@us.ibm.com> wrote:

> This is Open Source.  Soon is when-it's-ready.  6 months is probably a
> safe bet.  I would hold your breath to see a release in the next 1-2
> months though.

Right, I figured that. Its good to know though that we are on the
spiral to stable.

I don't mind running unstable, since we all know that unstable in
Linux land often is the same as SP1 in Windows land. Furthermore, with
OSS we can find out who to hassle. ;)

Problem I'm seeing is I'm not keen to pull a machine in 6 months to
upgrade to 3.0.  From the looks of things it not going to be easy to
both upgrade to 64bit userland and Xen 3.0 remotely for dom0. (*) 
Even though the Xen 2.0  kernel config has an option of x68_64 I
haven't seen anywhere that this works, so 32bit Xen 2.0 seems the only
option.

Finding a good changeset to test and run with should be ok, the main
issue with running Xen I find is the tight coupling between the Xen
userland, kernel and Xen micro kernel.  With a natural kernel you can
install a new kernel config, break it and revert easily via a serial
console.  With Xen its hard to tell if one set of userland/python xm
tools will work with another kernel.


(*) Problem seems to be: Need 64bit python to talk to 64bit Xen. Need
to install 64bit kernel to get 64bit python.

--
Nicholas Lee
http://stateless.geek.nz
gpg 8072 4F86 EDCD 4FC1 18EF  5BDD 07B0 9597 6D58 D70C

^ permalink raw reply	[flat|nested] 381+ messages in thread

* RE: Daily Xen Builds
@ 2005-10-11 22:16 Ian Pratt
  0 siblings, 0 replies; 381+ messages in thread
From: Ian Pratt @ 2005-10-11 22:16 UTC (permalink / raw)
  To: Dan Smith; +Cc: xen-devel, David F Barrera

  
> IP> Well, one thing we will need to watchout for is checkins 
> to xm-test 
> IP> that add tests that currently fail.
> 
> Do you mean tests that exercise things that we know don't 
> work at the moment?  Would it be sufficient to make sure that 
> those tests are marked as XFAIL?

Yes, should work nicely.

Ian

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Re: Daily Xen Builds
  2005-10-11 20:42   ` Nicholas Lee
@ 2005-10-11 22:07     ` Anthony Liguori
  2005-10-11 22:31       ` Nicholas Lee
  0 siblings, 1 reply; 381+ messages in thread
From: Anthony Liguori @ 2005-10-11 22:07 UTC (permalink / raw)
  To: Nicholas Lee; +Cc: Ian Pratt, David F Barrera, xen-devel, Dan Smith

Nicholas Lee wrote:

>On 10/11/05, Anthony Liguori <aliguori@us.ibm.com> wrote:
>  
>
>>Is it perhaps wise, nearing 3.0, that we adopt a policy of running the
>>various test suites on code before it gets pushed to the public tree?
>>    
>>
>  
>
Ian's obviously the best person to answer this but I'll give it a go.

>Can we expect there to be a some sort of freeze on 3.0 soon?
>  
>
We are sort of already in a testing freeze.  There's a lot of activity 
in the tree because some broken things are being reworked.  2.0 => 3.0 
was a pretty significant change in many parts of Xen.

A lot changes being made now have associated bugzilla reports.  This 
will likely become the more common case as we move forward.

>As a user its hard to tell at the moment if new features are still
>being developed and added to 3.0 or we are chasing bugs.
>  
>
Yeah, there's a lot of churn in the tree.  Most of it is chasing bugs.

>The idea that a freeze and focus for release is occurring soon, would
>make the time I'm spending testing Xen 3.0 on a machine I want to put
>into production at some point is worth while.
>
>I'm working under the assumption that 3.0 has been projected to be
>release soon so its on a spiral to being stable. Otherwise, maybe I'll
>just go back 2.0 and wait 6 months.
>  
>
This is Open Source.  Soon is when-it's-ready.  6 months is probably a 
safe bet.  I would hold your breath to see a release in the next 1-2 
months though.

Regards,

Anthony Liguori

>--
>Nicholas Lee
>http://stateless.geek.nz
>gpg 8072 4F86 EDCD 4FC1 18EF  5BDD 07B0 9597 6D58 D70C
>
>  
>

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Re: Daily Xen Builds
  2005-10-10 21:21 ` Anthony Liguori
                     ` (2 preceding siblings ...)
  2005-10-10 21:32   ` Nivedita Singhvi
@ 2005-10-11 20:42   ` Nicholas Lee
  2005-10-11 22:07     ` Anthony Liguori
  3 siblings, 1 reply; 381+ messages in thread
From: Nicholas Lee @ 2005-10-11 20:42 UTC (permalink / raw)
  To: Anthony Liguori; +Cc: Ian Pratt, David F Barrera, xen-devel, Dan Smith

On 10/11/05, Anthony Liguori <aliguori@us.ibm.com> wrote:
> Is it perhaps wise, nearing 3.0, that we adopt a policy of running the
> various test suites on code before it gets pushed to the public tree?

Can we expect there to be a some sort of freeze on 3.0 soon?

As a user its hard to tell at the moment if new features are still
being developed and added to 3.0 or we are chasing bugs.

The idea that a freeze and focus for release is occurring soon, would
make the time I'm spending testing Xen 3.0 on a machine I want to put
into production at some point is worth while.

I'm working under the assumption that 3.0 has been projected to be
release soon so its on a spiral to being stable. Otherwise, maybe I'll
just go back 2.0 and wait 6 months.


--
Nicholas Lee
http://stateless.geek.nz
gpg 8072 4F86 EDCD 4FC1 18EF  5BDD 07B0 9597 6D58 D70C

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Re: Daily Xen Builds
  2005-10-11 16:58 ` Dan Smith
@ 2005-10-11 20:15   ` Ted Kaczmarek
  0 siblings, 0 replies; 381+ messages in thread
From: Ted Kaczmarek @ 2005-10-11 20:15 UTC (permalink / raw)
  To: Dan Smith; +Cc: xen-devel

On Tue, 2005-10-11 at 09:58 -0700, Dan Smith wrote:
> IP> Well, one thing we will need to watchout for is checkins to
> IP> xm-test that add tests that currently fail.
> 
> Do you mean tests that exercise things that we know don't work at the
> moment?  Would it be sufficient to make sure that those tests are
> marked as XFAIL?
> 
> I'm very glad to hear about the automated testing-before-pushing
> plans.  It sounds great!

I second that :-)

Regards,
Ted

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-10-11 17:07 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-10-11 17:07 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2698 bytes --]

Heads up: build breaks on x86_64 and FC4 x86.

October 11, 2005 using test changeset:

changeset:   7308:959d33fbd660
tag:         tip
user:        jrb44@freefall.cl.cam.ac.uk
date:        Tue Oct 11 08:26:23 2005 +0100
summary:     Added xsls to xenstore Makefile install dependencies to fix
"make dist".

Last known good changeset* for all platforms: 7069:a172340ae3f3

x86_32 (no PAE support)

        * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Ran xm-test on all boxes
        * Successfully ran LTP and LMBenchDom0s and DomUs

        ISSUES: 
        * Bugzilla Bug 302 - Destination host of migration crashes
        * Bugzilla Bug 284 - Could not allocate order=0 extent: id=11
flags=0

x86_32 (PAE)

        * SLES 9 SP2, FC3, and RHEL 4 IBM xSeries 305, 335s and IBM
        ThinkCentre
        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Ran xm-test on non FC4 boxes boxes
        * Successfully ran LTP and LMBenchon Dom0s and guest domains
* BUILD BREAK on FC4
 
        ISSUES:  
        * Bugzilla Bug 244 - Unable to save domain
        * Bugzilla Bug 265 - Time stood still
        * Bugzilla Bug 284 - Could not allocate order=0 extent: id=11
        flags=0
        * Bugzilla Bug 314 - *Build Break* - x86 FC4 - xsls.c:28:
        warning: field precision is not type int (arg 2)
        
x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

        * BUILD BREAK

        ISSUES: 
        * Bugzilla Bug 313    Build Break - x86_64 SLES 9 - xsls.c:28:
        warning: field precision is not type int (arg 2)
        * Bugzilla Bug 258 x86_64 - general protection fault: 0000 [1] -
        Unable to verify today due to build break. Likely unresolved.  
      
------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

xm-test: This suite provides a framework for testing the Xen userspace
tools.

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
     x235sles9nonpae |   77 |    9 |     0 |     1 |
          x305rh4pae |   76 |   11 |     0 |     1 |
     x305sles9nonpae |   76 |    9 |     0 |     1 |

Unable to run xm-test on other machines due to build breaks, Bugzilla
#313 and #314.

* With some minor issues with tools, such as 'xm save'.

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 846 bytes --]

Xm-test execution summary:
  PASS:  77
  FAIL:  9
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 04_block-destroy_nonattached_neg 
	 xm block-detach returned a stack dump, expected nice error message

 FAIL: 05_block-destroy_byname_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

 FAIL: 05_help_nonroot_pos 
	 'xm help' failed as user 'nobody'

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_restore_basic_pos 
	 Command execution time exceeded 30 seconds

XFAIL: 01_migrate_localhost_pos 
	 Failed to read from console (fd=3)


[-- Attachment #3: x305rh4pae.report --]
[-- Type: text/plain, Size: 788 bytes --]

Xm-test execution summary:
  PASS:  76
  FAIL:  11
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 04_block-destroy_nonattached_neg 
	 xm block-detach returned a stack dump, expected nice error message

 FAIL: 05_block-destroy_byname_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 13_create_multinic_pos 
	 (3 nics) Failed to create domain

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #4: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 835 bytes --]

Xm-test execution summary:
  PASS:  76
  FAIL:  9
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad status, expected non 0, status is 0

 FAIL: 04_block-destroy_nonattached_neg 
	 xm block-detach returned a stack dump, expected nice error message

 FAIL: 05_block-destroy_byname_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 13_create_multinic_pos 
	 (3 nics) Failed to create domain

 FAIL: 05_help_nonroot_pos 
	 'xm help' failed as user 'nobody'

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond)

XFAIL: 01_migrate_localhost_pos 
	 Failed to read from console (fd=3)


[-- Attachment #5: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Re: Daily Xen Builds
  2005-10-11 15:45 Ian Pratt
@ 2005-10-11 16:58 ` Dan Smith
  2005-10-11 20:15   ` Ted Kaczmarek
  0 siblings, 1 reply; 381+ messages in thread
From: Dan Smith @ 2005-10-11 16:58 UTC (permalink / raw)
  To: Ian Pratt; +Cc: xen-devel, David F Barrera


IP> Well, one thing we will need to watchout for is checkins to
IP> xm-test that add tests that currently fail.

Do you mean tests that exercise things that we know don't work at the
moment?  Would it be sufficient to make sure that those tests are
marked as XFAIL?

I'm very glad to hear about the automated testing-before-pushing
plans.  It sounds great!

-- 
Dan Smith
IBM Linux Technology Center
Open Hypervisor Team
email: danms@us.ibm.com

^ permalink raw reply	[flat|nested] 381+ messages in thread

* RE: Daily Xen Builds
@ 2005-10-11 15:45 Ian Pratt
  2005-10-11 16:58 ` Dan Smith
  0 siblings, 1 reply; 381+ messages in thread
From: Ian Pratt @ 2005-10-11 15:45 UTC (permalink / raw)
  To: Anthony Liguori; +Cc: David F Barrera, xen-devel, Dan Smith

> >Every check-in will automatically trigger a run of the XenRT 'fast' 
> >test suite. This will result in it being built, booted, and 
> undergoing 
> >various tests (including xm-test). Only changesets that pass 
> on all of 
> >x86_32, x86_32p and x86_64 will be pushed out from the 
> staging area to 
> >the public xenbits.xensource.com repository. The fast test 
> suite takes 
> >about one hour to run.

> Excellent!  Thanks Ian.

James Bulpin takes all the credit for this.
 
> Let us know if there's anything we can do to help speed this along.

Well, one thing we will need to watchout for is checkins to xm-test that
add tests that currently fail. When this happens (and I don't want to
discourage this), please give us a heads-up so that we can make sure we
use an older snapshot of xm-test for the verification process.
(Otherwise the changelog mailing list is likely to go strangely quiet
:-)

Thanks,
Ian  

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Re: Daily Xen Builds
  2005-10-11 15:10 Ian Pratt
@ 2005-10-11 15:22 ` Anthony Liguori
  0 siblings, 0 replies; 381+ messages in thread
From: Anthony Liguori @ 2005-10-11 15:22 UTC (permalink / raw)
  To: Ian Pratt; +Cc: David F Barrera, xen-devel, Dan Smith

Ian Pratt wrote:

> 
>  
>
>>Is it perhaps wise, nearing 3.0, that we adopt a policy of 
>>running the various test suites on code before it gets pushed 
>>to the public tree?  
>>This seems like requiring passing on xm-test a sane thing to 
>>do for the tools related changes.  Is there anything that 
>>needs to be done to the test suites to make this less painful 
>>for the committers?
>>    
>>
>
>We've been working towards getting XenRT integrated in our changeset
>release system, and are hoping to go live in the next couple of days.
>It's a shame we didn't have it for yesterday's hickup, but too bad.
>
>Every check-in will automatically trigger a run of the XenRT 'fast' test
>suite. This will result in it being built, booted, and undergoing
>various tests (including xm-test). Only changesets that pass on all of
>x86_32, x86_32p and x86_64 will be pushed out from the staging area to
>the public xenbits.xensource.com repository. The fast test suite takes
>about one hour to run.
>  
>
Excellent!  Thanks Ian.

Let us know if there's anything we can do to help speed this along.

Regards,

Anthony Liguori

>This should put an end to changesets that have obvious faults escaping
>into the wild. 
>
>The longer XenRT test suites will still be run on every nightly snapshot
>(and reported to xenbits.xensource.com/xenrt)
>
>Best,
>Ian
>
>
>
>
>  
>

^ permalink raw reply	[flat|nested] 381+ messages in thread

* RE: Daily Xen Builds
@ 2005-10-11 15:10 Ian Pratt
  2005-10-11 15:22 ` Anthony Liguori
  0 siblings, 1 reply; 381+ messages in thread
From: Ian Pratt @ 2005-10-11 15:10 UTC (permalink / raw)
  To: Anthony Liguori, David F Barrera; +Cc: Dan Smith, xen-devel

 
> Is it perhaps wise, nearing 3.0, that we adopt a policy of 
> running the various test suites on code before it gets pushed 
> to the public tree?  
> This seems like requiring passing on xm-test a sane thing to 
> do for the tools related changes.  Is there anything that 
> needs to be done to the test suites to make this less painful 
> for the committers?

We've been working towards getting XenRT integrated in our changeset
release system, and are hoping to go live in the next couple of days.
It's a shame we didn't have it for yesterday's hickup, but too bad.

Every check-in will automatically trigger a run of the XenRT 'fast' test
suite. This will result in it being built, booted, and undergoing
various tests (including xm-test). Only changesets that pass on all of
x86_32, x86_32p and x86_64 will be pushed out from the staging area to
the public xenbits.xensource.com repository. The fast test suite takes
about one hour to run.

This should put an end to changesets that have obvious faults escaping
into the wild. 

The longer XenRT test suites will still be run on every nightly snapshot
(and reported to xenbits.xensource.com/xenrt)

Best,
Ian

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Re: Daily Xen Builds
  2005-10-10 21:21 ` Anthony Liguori
  2005-10-10 21:28   ` Ryan Harper
  2005-10-10 21:32   ` Dan Smith
@ 2005-10-10 21:32   ` Nivedita Singhvi
  2005-10-11 20:42   ` Nicholas Lee
  3 siblings, 0 replies; 381+ messages in thread
From: Nivedita Singhvi @ 2005-10-10 21:32 UTC (permalink / raw)
  To: Anthony Liguori; +Cc: Ian Pratt, David F Barrera, xen-devel, Dan Smith

Anthony Liguori wrote:

> Is it perhaps wise, nearing 3.0, that we adopt a policy of running the 
> various test suites on code before it gets pushed to the public tree?  
> This seems like requiring passing on xm-test a sane thing to do for the 
> tools related changes.  Is there anything that needs to be done to the 
> test suites to make this less painful for the committers?
> 
> Just to clarify, I'm suggesting that all changes should be checked 
> (external patches or Cambridge pushes) against the testsuites before 
> committing.  Just seems like it would be a good way to ensure that we 
> avoid regressing as we near 3.0 release.

Yep, agree. That will be an additional incentive to get tests up to
speed asap before continuing further work.

thanks,
Nivedita

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Re: Daily Xen Builds
  2005-10-10 21:21 ` Anthony Liguori
  2005-10-10 21:28   ` Ryan Harper
@ 2005-10-10 21:32   ` Dan Smith
  2005-10-10 21:32   ` Nivedita Singhvi
  2005-10-11 20:42   ` Nicholas Lee
  3 siblings, 0 replies; 381+ messages in thread
From: Dan Smith @ 2005-10-10 21:32 UTC (permalink / raw)
  To: Anthony Liguori; +Cc: Xen Developers


AL> Thoughts?

I think such a policy would definitely be beneficial to the stability
of tree.  The error in the changeset I just emailed about would have
been caught by a quick run of xm-test before commit :)

-- 
Dan Smith
IBM Linux Technology Center
Open Hypervisor Team
email: danms@us.ibm.com

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Re: Daily Xen Builds
  2005-10-10 21:21 ` Anthony Liguori
@ 2005-10-10 21:28   ` Ryan Harper
  2005-10-10 21:32   ` Dan Smith
                     ` (2 subsequent siblings)
  3 siblings, 0 replies; 381+ messages in thread
From: Ryan Harper @ 2005-10-10 21:28 UTC (permalink / raw)
  To: Anthony Liguori; +Cc: Ian Pratt, David F Barrera, xen-devel, Dan Smith

* Anthony Liguori <aliguori@us.ibm.com> [2005-10-10 16:22]:
> David F Barrera wrote:
> 
> >Test changeset:
> >
> >changeset:   7293:0f33cbec4e36
> >tag:         tip
> >user:        emellor@ewan
> >date:        Mon Oct 10 13:06:14 2005 +0100
> >summary:     This patch fixes an error in the xm create path when the
> >
> >Last known good changeset for all platforms: 7069:a172340ae3f3
> > 
> >
> <snip>
> 
> >xm-test: This suite provides a framework for testing the Xen userspace
> >tools.
> >
> >SUMMARY:
> >           Platform | PASS | FAIL | XPASS | XFAIL |
> >---------------------+------+------+-------+-------+
> >             FC3pae |   64 |   30 |     0 |     1 |
> >hs20.1.sles9-x86_64 |   62 |   32 |     0 |     1 |
> >hs20.2.sles9-x86_64 |   62 |   32 |     0 |     1 |
> >    hs20.fc4_x86_64 |   63 |   31 |     0 |     1 |
> >    x235sles9nonpae |   64 |   28 |     0 |     1 |
> >         x305rh4pae |   63 |   30 |     0 |     1 |
> >         x335fc4pae |   53 |   39 |     0 |     1 |
> >
> > 
> >
> This is a lot of failures.
> 
> Is it perhaps wise, nearing 3.0, that we adopt a policy of running the 
> various test suites on code before it gets pushed to the public tree?  
> This seems like requiring passing on xm-test a sane thing to do for the 
> tools related changes.  Is there anything that needs to be done to the 
> test suites to make this less painful for the committers?
> 
> Just to clarify, I'm suggesting that all changes should be checked 
> (external patches or Cambridge pushes) against the testsuites before 
> committing.  Just seems like it would be a good way to ensure that we 
> avoid regressing as we near 3.0 release.
> 
> I don't think anyone is particularly at fault for the recent 
> regressions, I just think it's time we adopt a more rigorious commit policy.

I think this is a fantastic idea.  Certainly worth running a before and
after patch applied and compare results.

-- 
Ryan Harper
Software Engineer; Linux Technology Center
IBM Corp., Austin, Tx
(512) 838-9253   T/L: 678-9253
ryanh@us.ibm.com

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Re: Daily Xen Builds
  2005-10-10 21:09 David F Barrera
@ 2005-10-10 21:21 ` Anthony Liguori
  2005-10-10 21:28   ` Ryan Harper
                     ` (3 more replies)
  0 siblings, 4 replies; 381+ messages in thread
From: Anthony Liguori @ 2005-10-10 21:21 UTC (permalink / raw)
  To: David F Barrera; +Cc: Ian Pratt, Dan Smith, xen-devel

David F Barrera wrote:

>Test changeset:
>
>changeset:   7293:0f33cbec4e36
>tag:         tip
>user:        emellor@ewan
>date:        Mon Oct 10 13:06:14 2005 +0100
>summary:     This patch fixes an error in the xm create path when the
>
>Last known good changeset for all platforms: 7069:a172340ae3f3
>  
>
<snip>

>xm-test: This suite provides a framework for testing the Xen userspace
>tools.
>
>SUMMARY:
>            Platform | PASS | FAIL | XPASS | XFAIL |
>---------------------+------+------+-------+-------+
>              FC3pae |   64 |   30 |     0 |     1 |
> hs20.1.sles9-x86_64 |   62 |   32 |     0 |     1 |
> hs20.2.sles9-x86_64 |   62 |   32 |     0 |     1 |
>     hs20.fc4_x86_64 |   63 |   31 |     0 |     1 |
>     x235sles9nonpae |   64 |   28 |     0 |     1 |
>          x305rh4pae |   63 |   30 |     0 |     1 |
>          x335fc4pae |   53 |   39 |     0 |     1 |
>
>  
>
This is a lot of failures.

Is it perhaps wise, nearing 3.0, that we adopt a policy of running the 
various test suites on code before it gets pushed to the public tree?  
This seems like requiring passing on xm-test a sane thing to do for the 
tools related changes.  Is there anything that needs to be done to the 
test suites to make this less painful for the committers?

Just to clarify, I'm suggesting that all changes should be checked 
(external patches or Cambridge pushes) against the testsuites before 
committing.  Just seems like it would be a good way to ensure that we 
avoid regressing as we near 3.0 release.

I don't think anyone is particularly at fault for the recent 
regressions, I just think it's time we adopt a more rigorious commit policy.

Thoughts?

Regards,

Anthony Liguori

>-- Regards, 
>
>David F Barrera 
>Linux Technology Center 
>Systems and Technology Group, IBM 
>
>"The wisest men follow their own direction. " 
>				Euripides
>
>  
>

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-10-10 21:09 David F Barrera
  2005-10-10 21:21 ` Anthony Liguori
  0 siblings, 1 reply; 381+ messages in thread
From: David F Barrera @ 2005-10-10 21:09 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2445 bytes --]

Test changeset:

changeset:   7293:0f33cbec4e36
tag:         tip
user:        emellor@ewan
date:        Mon Oct 10 13:06:14 2005 +0100
summary:     This patch fixes an error in the xm create path when the

Last known good changeset for all platforms: 7069:a172340ae3f3

x86_32 (no PAE support)

        * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Ran xm-test on all boxes
        * Successfully ran LTP and LMBenchDom0s and DomUs

        ISSUES: 
	* Bugzilla Bug 302 - Destination host of migration crashes
	* Bugzilla Bug 284 - Could not allocate order=0 extent: id=11 flags=0

x86_32 (PAE)

        * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
        ThinkCentre
        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Ran xm-test on all boxes
        * Successfully ran LTP and LMBenchon Dom0s and guest domains
 
        ISSUES:  
	* Bugzilla Bug 244 - Unable to save domain
	* Bugzilla Bug 265 - Time stood still
		* Machine in 'semi comatose state'
	* Bugzilla Bug 284 - Could not allocate order=0 extent: id=11 flags=0
        
x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Ran xm-test on both boxes
        * Successfully ran LTP and LMBench on Dom0s and DomUs

        ISSUES: 
        * Bugzilla Bug 258 x86_64 - general protection fault: 0000 [1]      
      
------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

xm-test: This suite provides a framework for testing the Xen userspace
tools.

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
              FC3pae |   64 |   30 |     0 |     1 |
 hs20.1.sles9-x86_64 |   62 |   32 |     0 |     1 |
 hs20.2.sles9-x86_64 |   62 |   32 |     0 |     1 |
     hs20.fc4_x86_64 |   63 |   31 |     0 |     1 |
     x235sles9nonpae |   64 |   28 |     0 |     1 |
          x305rh4pae |   63 |   30 |     0 |     1 |
          x335fc4pae |   53 |   39 |     0 |     1 |


-- Regards, 

David F Barrera 
Linux Technology Center 
Systems and Technology Group, IBM 

"The wisest men follow their own direction. " 
				Euripides



[-- Attachment #2: FC3pae.report --]
[-- Type: text/plain, Size: 1898 bytes --]

Xm-test execution summary:
  PASS:  64
  FAIL:  30
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 01_block_attach_device_pos 
	Unknown reason

 FAIL: 02_block_attach_file_device_pos 
	Unknown reason

 FAIL: 04_block_attach_device_repeatedly_pos 
	Unknown reason

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad output, expected Error, output is Traceback (most recent call last)

 FAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad output, expected Error, output is Traceback (most recent call last)

 FAIL: 01_block-list_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 02_block-list_attachbd_pos 
	 Fail to attach block device

 FAIL: 03_block-list_anotherbd_pos 
	 Fail to list block device

 FAIL: 04_block-list_nodb_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 02_block-destroy_rtblock_pos 
	 Failed to verify that block dev is attached

 FAIL: 04_block-destroy_nonattached_neg 
	 xm block-detach returned a stack dump, expected nice error message

 FAIL: 05_block-destroy_byname_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

 FAIL: 01_memset_basic_pos 
	 cmd xm mem-set 01_memset_basic_pos-1128972936 63 returned invalid 256 != 0

 FAIL: 04_memset_smallmem_pos 
	 xm mem-set 04_memset_smallmem_pos-1128972970 16 returned invalid 256 != 0

 FAIL: 03_memset_random_pos 
	 mem-set from 64 to 60 failed

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #3: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 2043 bytes --]

Xm-test execution summary:
  PASS:  62
  FAIL:  32
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 01_block_attach_device_pos 
	Unknown reason

 FAIL: 02_block_attach_file_device_pos 
	Unknown reason

 FAIL: 04_block_attach_device_repeatedly_pos 
	Unknown reason

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad output, expected Error, output is Traceback (most recent call last)

 FAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad output, expected Error, output is Traceback (most recent call last)

 FAIL: 01_block-list_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 02_block-list_attachbd_pos 
	 Fail to attach block device

 FAIL: 03_block-list_anotherbd_pos 
	 Fail to list block device

 FAIL: 04_block-list_nodb_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 02_block-destroy_rtblock_pos 
	 Failed to verify that block dev is attached

 FAIL: 04_block-destroy_nonattached_neg 
	 xm block-detach returned a stack dump, expected nice error message

 FAIL: 05_block-destroy_byname_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

 FAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

 FAIL: 05_help_nonroot_pos 
	 'xm help' failed as user 'nobody'

 FAIL: 01_memset_basic_pos 
	 cmd xm mem-set 01_memset_basic_pos-1128971951 63 returned invalid 256 != 0

 FAIL: 04_memset_smallmem_pos 
	 xm mem-set 04_memset_smallmem_pos-1128971984 16 returned invalid 256 != 0

 FAIL: 03_memset_random_pos 
	 mem-set from 64 to 54 failed

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #4: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 2043 bytes --]

Xm-test execution summary:
  PASS:  62
  FAIL:  32
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 01_block_attach_device_pos 
	Unknown reason

 FAIL: 02_block_attach_file_device_pos 
	Unknown reason

 FAIL: 04_block_attach_device_repeatedly_pos 
	Unknown reason

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad output, expected Error, output is Traceback (most recent call last)

 FAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad output, expected Error, output is Traceback (most recent call last)

 FAIL: 01_block-list_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 02_block-list_attachbd_pos 
	 Fail to attach block device

 FAIL: 03_block-list_anotherbd_pos 
	 Fail to list block device

 FAIL: 04_block-list_nodb_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 02_block-destroy_rtblock_pos 
	 Failed to verify that block dev is attached

 FAIL: 04_block-destroy_nonattached_neg 
	 xm block-detach returned a stack dump, expected nice error message

 FAIL: 05_block-destroy_byname_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

 FAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

 FAIL: 05_help_nonroot_pos 
	 'xm help' failed as user 'nobody'

 FAIL: 01_memset_basic_pos 
	 cmd xm mem-set 01_memset_basic_pos-1128971921 63 returned invalid 256 != 0

 FAIL: 04_memset_smallmem_pos 
	 xm mem-set 04_memset_smallmem_pos-1128971954 16 returned invalid 256 != 0

 FAIL: 03_memset_random_pos 
	 mem-set from 64 to 58 failed

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #5: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 1978 bytes --]

Xm-test execution summary:
  PASS:  63
  FAIL:  31
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 01_block_attach_device_pos 
	Unknown reason

 FAIL: 02_block_attach_file_device_pos 
	Unknown reason

 FAIL: 04_block_attach_device_repeatedly_pos 
	Unknown reason

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad output, expected Error, output is Traceback (most recent call last)

 FAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad output, expected Error, output is Traceback (most recent call last)

 FAIL: 01_block-list_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 02_block-list_attachbd_pos 
	 Fail to attach block device

 FAIL: 03_block-list_anotherbd_pos 
	 Fail to list block device

 FAIL: 04_block-list_nodb_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 02_block-destroy_rtblock_pos 
	 Failed to verify that block dev is attached

 FAIL: 04_block-destroy_nonattached_neg 
	 xm block-detach returned a stack dump, expected nice error message

 FAIL: 05_block-destroy_byname_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 11_create_concurrent_pos 
	 [0] Failed to attach console to 11_create_0

 FAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

 FAIL: 01_memset_basic_pos 
	 cmd xm mem-set 01_memset_basic_pos-1128971939 63 returned invalid 256 != 0

 FAIL: 04_memset_smallmem_pos 
	 xm mem-set 04_memset_smallmem_pos-1128971972 16 returned invalid 256 != 0

 FAIL: 03_memset_random_pos 
	 mem-set from 64 to 64 failed

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #6: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 1946 bytes --]

Xm-test execution summary:
  PASS:  64
  FAIL:  28
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 01_block_attach_device_pos 
	Unknown reason

 FAIL: 02_block_attach_file_device_pos 
	Unknown reason

 FAIL: 04_block_attach_device_repeatedly_pos 
	Unknown reason

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad output, expected Error, output is Traceback (most recent call last)

 FAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad output, expected Error, output is Traceback (most recent call last)

 FAIL: 01_block-list_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 02_block-list_attachbd_pos 
	 Fail to attach block device

 FAIL: 03_block-list_anotherbd_pos 
	 Fail to list block device

 FAIL: 04_block-list_nodb_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 02_block-destroy_rtblock_pos 
	 Failed to verify that block dev is attached

 FAIL: 04_block-destroy_nonattached_neg 
	 xm block-detach returned a stack dump, expected nice error message

 FAIL: 05_block-destroy_byname_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 13_create_multinic_pos 
	 (4 nics) Console didn't respond probably crashed!

 FAIL: 05_help_nonroot_pos 
	 'xm help' failed as user 'nobody'

 FAIL: 01_memset_basic_pos 
	 cmd xm mem-set 01_memset_basic_pos-1128973452 63 returned invalid 256 != 0

 FAIL: 04_memset_smallmem_pos 
	 xm mem-set 04_memset_smallmem_pos-1128973485 16 returned invalid 256 != 0

 FAIL: 03_memset_random_pos 
	 mem-set from 64 to 64 failed

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond)

XFAIL: 01_migrate_localhost_pos 
	 Failed to read from console (fd=3)


[-- Attachment #7: x305rh4pae.report --]
[-- Type: text/plain, Size: 1881 bytes --]

Xm-test execution summary:
  PASS:  63
  FAIL:  30
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 01_block_attach_device_pos 
	Unknown reason

 FAIL: 02_block_attach_file_device_pos 
	Unknown reason

 FAIL: 04_block_attach_device_repeatedly_pos 
	Unknown reason

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad output, expected Error, output is Traceback (most recent call last)

 FAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad output, expected Error, output is Traceback (most recent call last)

 FAIL: 01_block-list_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 02_block-list_attachbd_pos 
	 Fail to attach block device

 FAIL: 03_block-list_anotherbd_pos 
	 Fail to list block device

 FAIL: 04_block-list_nodb_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 02_block-destroy_rtblock_pos 
	 Failed to verify that block dev is attached

 FAIL: 04_block-destroy_nonattached_neg 
	 xm block-detach returned a stack dump, expected nice error message

 FAIL: 05_block-destroy_byname_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 13_create_multinic_pos 
	 (3 nics) Failed to create domain

 FAIL: 01_memset_basic_pos 
	 cmd xm mem-set 01_memset_basic_pos-1128971192 63 returned invalid 256 != 0

 FAIL: 04_memset_smallmem_pos 
	 xm mem-set 04_memset_smallmem_pos-1128971226 16 returned invalid 256 != 0

 FAIL: 03_memset_random_pos 
	 mem-set from 64 to 62 failed

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #8: x335fc4pae.report --]
[-- Type: text/plain, Size: 2407 bytes --]

Xm-test execution summary:
  PASS:  53
  FAIL:  39
  XPASS: 0
  XFAIL: 1


Details:

 FAIL: 01_block_attach_device_pos 
	Unknown reason

 FAIL: 02_block_attach_file_device_pos 
	Unknown reason

 FAIL: 04_block_attach_device_repeatedly_pos 
	Unknown reason

 FAIL: 05_block_attach_and_dettach_device_repeatedly_pos 
	 xm block-attach returned invalid 256 != 0

 FAIL: 07_block_attach_baddevice_neg 
	 xm block-attach returned bad output, expected Error, output is Traceback (most recent call last)

 FAIL: 08_block_attach_bad_filedevice_neg 
	 xm block-attach returned bad output, expected Error, output is Traceback (most recent call last)

 FAIL: 01_block-list_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 02_block-list_attachbd_pos 
	 Fail to attach block device

 FAIL: 03_block-list_anotherbd_pos 
	 Fail to list block device

 FAIL: 04_block-list_nodb_pos 
	 xm block-list returned bad status, expected 0, status is 256

 FAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 02_block-destroy_rtblock_pos 
	 Failed to verify that block dev is attached

 FAIL: 04_block-destroy_nonattached_neg 
	 xm block-detach returned a stack dump, expected nice error message

 FAIL: 05_block-destroy_byname_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 12_create_concurrent_stress_pos 
	 Console didn't respond

 FAIL: 13_create_multinic_pos 
	 (0 nics) Console didn't respond probably crashed!

 FAIL: 01_destroy_basic_pos 
	 Console didn't respond

 FAIL: 07_destroy_stale_pos 
	 Console didn't respond

 FAIL: 04_list_goodparm_pos 
	 Console didn't respond

 FAIL: 01_memset_basic_pos 
	 Console didn't respond

 FAIL: 04_memset_smallmem_pos 
	 Console didn't respond

 FAIL: 03_memset_random_pos 
	 Console didn't respond

 FAIL: 01_pause_basic_pos 
	 Console didn't respond

 FAIL: 01_reboot_basic_pos 
	 Console didn't respond

 FAIL: 01_shutdown_basic_pos 
	 Console didn't respond

 FAIL: 02_sysrq_sync_pos 
	 Console didn't respond

 FAIL: 03_sysrq_withreboot_pos 
	 Console didn't respond

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 03_save_bogusfile_neg 
	 Console didn't respond

 FAIL: 01_restore_basic_pos 
	 Console didn't respond

XFAIL: 01_migrate_localhost_pos 
	 Console didn't respond


[-- Attachment #9: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-10-07 17:09 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-10-07 17:09 UTC (permalink / raw)
  To: xen-devel

October 7, 2005 using hg source as of:

Test changeset:

changeset:   7249:5eda9308b0ca
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Fri Oct  7 05:54:38 2005 +0100
summary:     Remove bind_evtchn_to_irq/unbind_evtchn_from_irq from the

x86_32 (no PAE support)

       * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBenchDom0s and DomUs

        ISSUES: 
       * Bugzilla Bug 186 - xm console hangs after migrate
	

x86_32 (PAE)

       * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
       ThinkCentre
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBenchon Dom0s and guest domains

 
        ISSUES:  
	* Bugzilla Bug 244 - Unable to save domain
	* Bugzilla Bug 265 - Time stood still
		* Machine in 'semi comatose state'
        
x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Ran xm-test on both boxes
        * Successfully ran LTP and LMBench on Dom0s and DomUs

        ISSUES: 
        * Bugzilla Bug 258 x86_64 - general protection fault: 0000 [1]      
      
------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

xm-test: This suite provides a framework for testing the Xen userspace
tools.

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
              FC3pae |   76 |   10 |     0 |     1 |
 hs20.1.sles9-x86_64 |   66 |   20 |     0 |     1 |
 hs20.2.sles9-x86_64 |   66 |   20 |     0 |     1 |
     hs20.fc4_x86_64 |   73 |   13 |     0 |     1 |
     x235sles9nonpae |   74 |   12 |     0 |     1 |
          x305rh4pae |   75 |   10 |     0 |     1 |
     x305sles9nonpae |   75 |   10 |     0 |     1 |
          x335fc4pae |   76 |   10 |     0 |     1 |


-- Regards, 

David F Barrera 
Linux Technology Center 
Systems and Technology Group, IBM 

"The wisest men follow their own direction. " 
				Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-10-06 17:54 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-10-06 17:54 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2283 bytes --]

October 6, 2005 using hg source as of:

Test changeset:

changeset:   7234:bd37123974b2
tag:         tip
parent:      7233:4ab4f023a6ce
parent:      7228:ba0bbf9d29ff
user:        emellor@ewan
date:        Thu Oct  6 05:12:55 2005 +0100
summary:     Merged.


x86_32 (no PAE support)

       * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBenchDom0s and DomUs

        ISSUES: None observed.

x86_32 (PAE)

       * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
       ThinkCentre
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBenchon Dom0s and guest domains

 
        ISSUES:  
	* Bugzilla Bug 244 - Unable to save domain
	* Bugzilla Bug 265 - Time stood still
		* Machine in 'semi comatose state'
        
x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Ran xm-test on both boxes
        * Successfully ran LTP and LMBench on Dom0s and DomUs

        ISSUES: 
        * Bugzilla Bug 258 x86_64 - general protection fault: 0000 [1]      
      
------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

xm-test: This suite provides a framework for testing the Xen userspace
tools.

SUMMARY:

            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
              FC3pae |   67 |    5 |     0 |     3 |
 hs20.1.sles9-x86_64 |   57 |   15 |     0 |     3 |
 hs20.2.sles9-x86_64 |   57 |   15 |     0 |     3 |
     hs20.fc4_x86_64 |   65 |    7 |     0 |     3 |
     x235sles9nonpae |   68 |    4 |     0 |     3 |
          x305rh4pae |   65 |    5 |     0 |     3 |
     x305sles9nonpae |   66 |    4 |     0 |     3 |
          x335fc4pae |   67 |    5 |     0 |     3 |


-- Regards, David F Barrera Linux Technology Center Systems and 
Technology Group, IBM "The wisest men follow their own direction. " 
Euripides




[-- Attachment #2: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 593 bytes --]

Xm-test execution summary:
  PASS:  65
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 Command execution time exceeded 30 seconds

 FAIL: 01_restore_basic_pos 
	 Command execution time exceeded 30 seconds

XFAIL: 01_migrate_localhost_pos 
	 Command execution time exceeded 90 seconds


[-- Attachment #3: x305rh4pae.report --]
[-- Type: text/plain, Size: 473 bytes --]

Xm-test execution summary:
  PASS:  65
  FAIL:  5
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 Failed to verify that block dev is attached

 FAIL: 01_save_basic_pos 
	 Command execution time exceeded 30 seconds

 FAIL: 01_restore_basic_pos 
	 Command execution time exceeded 30 seconds

XFAIL: 01_migrate_localhost_pos 
	 Command execution time exceeded 90 seconds


[-- Attachment #4: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 396 bytes --]

Xm-test execution summary:
  PASS:  66
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 01_restore_basic_pos 
	 Command execution time exceeded 30 seconds

XFAIL: 01_migrate_localhost_pos 
	 Command execution time exceeded 90 seconds


[-- Attachment #5: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 982 bytes --]

Xm-test execution summary:
  PASS:  57
  FAIL:  15
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 04_memset_smallmem_pos 
	 Console run-away (exceeded 8192 bytes)

 FAIL: 03_memset_random_pos 
	 Console didn't respond

 FAIL: 01_pause_basic_pos 
	 Console didn't respond

 FAIL: 01_reboot_basic_pos 
	 Console didn't respond

 FAIL: 01_shutdown_basic_pos 
	 Console didn't respond

 FAIL: 02_sysrq_sync_pos 
	 Console didn't respond

 FAIL: 03_sysrq_withreboot_pos 
	 Console didn't respond

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 Console didn't respond

 FAIL: 03_save_bogusfile_neg 
	 Console didn't respond

 FAIL: 01_restore_basic_pos 
	 Console didn't respond

XFAIL: 01_migrate_localhost_pos 
	 Console didn't respond


[-- Attachment #6: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 982 bytes --]

Xm-test execution summary:
  PASS:  57
  FAIL:  15
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 04_memset_smallmem_pos 
	 Console run-away (exceeded 8192 bytes)

 FAIL: 03_memset_random_pos 
	 Console didn't respond

 FAIL: 01_pause_basic_pos 
	 Console didn't respond

 FAIL: 01_reboot_basic_pos 
	 Console didn't respond

 FAIL: 01_shutdown_basic_pos 
	 Console didn't respond

 FAIL: 02_sysrq_sync_pos 
	 Console didn't respond

 FAIL: 03_sysrq_withreboot_pos 
	 Console didn't respond

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 Console didn't respond

 FAIL: 03_save_bogusfile_neg 
	 Console didn't respond

 FAIL: 01_restore_basic_pos 
	 Console didn't respond

XFAIL: 01_migrate_localhost_pos 
	 Console didn't respond


[-- Attachment #7: FC3pae.report --]
[-- Type: text/plain, Size: 473 bytes --]

Xm-test execution summary:
  PASS:  67
  FAIL:  5
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 Failed to verify that block dev is attached

 FAIL: 01_save_basic_pos 
	 Command execution time exceeded 30 seconds

 FAIL: 01_restore_basic_pos 
	 Command execution time exceeded 30 seconds

XFAIL: 01_migrate_localhost_pos 
	 Command execution time exceeded 90 seconds


[-- Attachment #8: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 388 bytes --]

Xm-test execution summary:
  PASS:  68
  FAIL:  4
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 01_restore_basic_pos 
	 Command execution time exceeded 30 seconds

XFAIL: 01_migrate_localhost_pos 
	 Failed to read from console (fd=3)


[-- Attachment #9: x335fc4pae.report --]
[-- Type: text/plain, Size: 468 bytes --]

Xm-test execution summary:
  PASS:  67
  FAIL:  5
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 01_save_basic_pos 
	 Command execution time exceeded 30 seconds

 FAIL: 01_restore_basic_pos 
	 Command execution time exceeded 30 seconds

XFAIL: 01_migrate_localhost_pos 
	 Command execution time exceeded 90 seconds


[-- Attachment #10: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-10-05 18:22 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-10-05 18:22 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2378 bytes --]

October 5, 2005 using hg source as of:

Test changeset:

changeset:   7206:c60036fe7418
tag:         tip
user:        emellor@ewan
date:        Wed Oct  5 05:43:23 2005 +0100
summary:     Removed the EventServer, replacing the events fired with simple logging

x86_32 (no PAE support)

       * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBenchDom0s and DomUs

        ISSUES: None observed.

x86_32 (PAE)

       * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
       ThinkCentre
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBenchon Dom0s and guest domains

 
        ISSUES:  
	* Bugzilla Bug 244 - Unable to save domain
        * Bugzilla Bug 267 - (XEN) Domain 2 (vcpu#0) crashed on cpu#3:


x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Ran xm-test on both boxes
        * Successfully ran LTP and LMBench on Dom0s and DomUs

        ISSUES: 
        * Bugzilla Bug 258 x86_64 - general protection fault: 0000 [1]      
      
------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

xm-test: This suite provides a framework for testing the Xen userspace
tools.

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
              FC3pae |   64 |    8 |     0 |     3 |
 hs20.1.sles9-x86_64 |   17 |   55 |     0 |     3 |
 hs20.2.sles9-x86_64 |   57 |   15 |     0 |     3 |
     hs20.fc4_x86_64 |   65 |    7 |     0 |     3 |
     x235sles9nonpae |   67 |    5 |     0 |     3 |
          x305rh4pae |   64 |    6 |     0 |     3 |
     x305sles9nonpae |   65 |    5 |     0 |     3 |
          x335fc4pae |   17 |   55 |     0 |     3 |
    x335sles9_pae4gb |    3 |   69 |     0 |     3 |


-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: FC3pae.report --]
[-- Type: text/plain, Size: 684 bytes --]

Xm-test execution summary:
  PASS:  64
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 03_memset_random_pos 
	 Timed out waiting for console

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 Command execution time exceeded 30 seconds

 FAIL: 01_restore_basic_pos 
	 Command execution time exceeded 30 seconds

XFAIL: 01_migrate_localhost_pos 
	 Command execution time exceeded 90 seconds


[-- Attachment #3: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 3611 bytes --]

Xm-test execution summary:
  PASS:  17
  FAIL:  55
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 10_create_fastdestroy 
	 xm create returned invalid status 256

 FAIL: 11_create_concurrent_pos 
	 XM-TEST xm list not responding

 FAIL: 12_create_concurrent_stress_pos 
	 XM-TEST xm list not responding

 FAIL: 01_destroy_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_destroy_noparm_neg 
	 XM-TEST xm list not responding

 FAIL: 03_destroy_nonexist_neg 
	 XM-TEST xm list not responding

 FAIL: 04_destroy_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 05_destroy_byid_pos 
	 XM-TEST xm list not responding

 FAIL: 06_destroy_dom0_neg 
	 XM-TEST xm list not responding

 FAIL: 01_dmesg_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_dmesg_basic_neg 
	 XM-TEST xm list not responding

 FAIL: 01_domid_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_domid_basic_neg 
	 XM-TEST xm list not responding

 FAIL: 01_domname_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_domname_basic_neg 
	 XM-TEST xm list not responding

 FAIL: 01_help_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_help_basic_neg 
	 XM-TEST xm list not responding

 FAIL: 03_help_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 04_help_long_pos 
	 XM-TEST xm list not responding

 FAIL: 01_info_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_info_compiledata_pos 
	 XM-TEST xm list not responding

 FAIL: 01_list_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_list_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 03_list_nonexist_neg 
	 XM-TEST xm list not responding

 FAIL: 04_list_goodparm_pos 
	 XM-TEST xm list not responding

 FAIL: 05_list_long_pos 
	 XM-TEST xm list not responding

 FAIL: 01_memmax_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 01_memset_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_memset_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 04_memset_smallmem_pos 
	 XM-TEST xm list not responding

 FAIL: 03_memset_random_pos 
	 XM-TEST xm list not responding

 FAIL: 01_pause_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 01_reboot_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_reboot_badopt_neg 
	 XM-TEST xm list not responding

 FAIL: 03_reboot_badname_neg 
	 XM-TEST xm list not responding

 FAIL: 01_sedf_multi_pos 
	 XM-TEST xm list not responding

 FAIL: 01_shutdown_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_shutdown_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 03_shutdown_nonexist_neg 
	 XM-TEST xm list not responding

 FAIL: 01_sysrq_basic_neg 
	 XM-TEST xm list not responding

 FAIL: 02_sysrq_sync_pos 
	 XM-TEST xm list not responding

 FAIL: 03_sysrq_withreboot_pos 
	 XM-TEST xm list not responding

 FAIL: 01_unpause_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 01_vcpu-disable_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 01_vcpu-pin_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 01_save_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_save_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 03_save_bogusfile_neg 
	 XM-TEST xm list not responding

 FAIL: 01_restore_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_restore_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 03_restore_badfilename_neg 
	 XM-TEST xm list not responding

XFAIL: 01_migrate_localhost_pos 
	 XM-TEST xm list not responding


[-- Attachment #4: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 982 bytes --]

Xm-test execution summary:
  PASS:  57
  FAIL:  15
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 04_memset_smallmem_pos 
	 Console run-away (exceeded 8192 bytes)

 FAIL: 03_memset_random_pos 
	 Console didn't respond

 FAIL: 01_pause_basic_pos 
	 Console didn't respond

 FAIL: 01_reboot_basic_pos 
	 Console didn't respond

 FAIL: 01_shutdown_basic_pos 
	 Console didn't respond

 FAIL: 02_sysrq_sync_pos 
	 Console didn't respond

 FAIL: 03_sysrq_withreboot_pos 
	 Console didn't respond

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 Console didn't respond

 FAIL: 03_save_bogusfile_neg 
	 Console didn't respond

 FAIL: 01_restore_basic_pos 
	 Console didn't respond

XFAIL: 01_migrate_localhost_pos 
	 Console didn't respond


[-- Attachment #5: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 593 bytes --]

Xm-test execution summary:
  PASS:  65
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 Command execution time exceeded 30 seconds

 FAIL: 01_restore_basic_pos 
	 Command execution time exceeded 30 seconds

XFAIL: 01_migrate_localhost_pos 
	 Command execution time exceeded 90 seconds


[-- Attachment #6: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 457 bytes --]

Xm-test execution summary:
  PASS:  67
  FAIL:  5
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_restore_basic_pos 
	 Command execution time exceeded 30 seconds

XFAIL: 01_migrate_localhost_pos 
	 Command execution time exceeded 90 seconds


[-- Attachment #7: x305rh4pae.report --]
[-- Type: text/plain, Size: 534 bytes --]

Xm-test execution summary:
  PASS:  64
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 Failed to verify that block dev is attached

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 Command execution time exceeded 30 seconds

 FAIL: 01_restore_basic_pos 
	 Command execution time exceeded 30 seconds

XFAIL: 01_migrate_localhost_pos 
	 Command execution time exceeded 90 seconds


[-- Attachment #8: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 455 bytes --]

Xm-test execution summary:
  PASS:  65
  FAIL:  5
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond)

XFAIL: 01_migrate_localhost_pos 
	 Failed to read from console (fd=3)


[-- Attachment #9: x335fc4pae.report --]
[-- Type: text/plain, Size: 3611 bytes --]

Xm-test execution summary:
  PASS:  17
  FAIL:  55
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 10_create_fastdestroy 
	 xm create returned invalid status 256

 FAIL: 11_create_concurrent_pos 
	 XM-TEST xm list not responding

 FAIL: 12_create_concurrent_stress_pos 
	 XM-TEST xm list not responding

 FAIL: 01_destroy_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_destroy_noparm_neg 
	 XM-TEST xm list not responding

 FAIL: 03_destroy_nonexist_neg 
	 XM-TEST xm list not responding

 FAIL: 04_destroy_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 05_destroy_byid_pos 
	 XM-TEST xm list not responding

 FAIL: 06_destroy_dom0_neg 
	 XM-TEST xm list not responding

 FAIL: 01_dmesg_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_dmesg_basic_neg 
	 XM-TEST xm list not responding

 FAIL: 01_domid_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_domid_basic_neg 
	 XM-TEST xm list not responding

 FAIL: 01_domname_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_domname_basic_neg 
	 XM-TEST xm list not responding

 FAIL: 01_help_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_help_basic_neg 
	 XM-TEST xm list not responding

 FAIL: 03_help_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 04_help_long_pos 
	 XM-TEST xm list not responding

 FAIL: 01_info_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_info_compiledata_pos 
	 XM-TEST xm list not responding

 FAIL: 01_list_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_list_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 03_list_nonexist_neg 
	 XM-TEST xm list not responding

 FAIL: 04_list_goodparm_pos 
	 XM-TEST xm list not responding

 FAIL: 05_list_long_pos 
	 XM-TEST xm list not responding

 FAIL: 01_memmax_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 01_memset_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_memset_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 04_memset_smallmem_pos 
	 XM-TEST xm list not responding

 FAIL: 03_memset_random_pos 
	 XM-TEST xm list not responding

 FAIL: 01_pause_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 01_reboot_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_reboot_badopt_neg 
	 XM-TEST xm list not responding

 FAIL: 03_reboot_badname_neg 
	 XM-TEST xm list not responding

 FAIL: 01_sedf_multi_pos 
	 XM-TEST xm list not responding

 FAIL: 01_shutdown_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_shutdown_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 03_shutdown_nonexist_neg 
	 XM-TEST xm list not responding

 FAIL: 01_sysrq_basic_neg 
	 XM-TEST xm list not responding

 FAIL: 02_sysrq_sync_pos 
	 XM-TEST xm list not responding

 FAIL: 03_sysrq_withreboot_pos 
	 XM-TEST xm list not responding

 FAIL: 01_unpause_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 01_vcpu-disable_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 01_vcpu-pin_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 01_save_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_save_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 03_save_bogusfile_neg 
	 XM-TEST xm list not responding

 FAIL: 01_restore_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_restore_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 03_restore_badfilename_neg 
	 XM-TEST xm list not responding

XFAIL: 01_migrate_localhost_pos 
	 XM-TEST xm list not responding


[-- Attachment #10: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 4541 bytes --]

Xm-test execution summary:
  PASS:  3
  FAIL:  69
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_block-list_attachbd_pos 
	 Fail to attach block device

 FAIL: 04_block-list_nodb_pos 
	 xm block-list returned bad status, expected 0, status is 256

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 Failed to read from console (fd=3)

 FAIL: 03_block-destroy_nonexist_neg 
	 XM-TEST xm list not responding

 FAIL: 04_block-destroy_nonattached_neg 
	 XM-TEST xm list not responding

 FAIL: 01_console_badopt_neg 
	 XM-TEST xm list not responding

 FAIL: 02_console_baddom_neg 
	 XM-TEST xm list not responding

 FAIL: 01_create_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_create_noparm_neg 
	 XM-TEST xm list not responding

 FAIL: 03_create_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 04_create_conflictname_neg 
	 XM-TEST xm list not responding

 FAIL: 06_create_mem_neg 
	 XM-TEST xm list not responding

 FAIL: 07_create_mem64_pos 
	 XM-TEST xm list not responding

 FAIL: 08_create_mem128_pos 
	 XM-TEST xm list not responding

 FAIL: 09_create_mem256_pos 
	 XM-TEST xm list not responding

 FAIL: 10_create_fastdestroy 
	 XM-TEST xm list not responding

 FAIL: 11_create_concurrent_pos 
	 XM-TEST xm list not responding

 FAIL: 12_create_concurrent_stress_pos 
	 XM-TEST xm list not responding

 FAIL: 01_destroy_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_destroy_noparm_neg 
	 XM-TEST xm list not responding

 FAIL: 03_destroy_nonexist_neg 
	 XM-TEST xm list not responding

 FAIL: 04_destroy_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 05_destroy_byid_pos 
	 XM-TEST xm list not responding

 FAIL: 06_destroy_dom0_neg 
	 XM-TEST xm list not responding

 FAIL: 01_dmesg_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_dmesg_basic_neg 
	 XM-TEST xm list not responding

 FAIL: 01_domid_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_domid_basic_neg 
	 XM-TEST xm list not responding

 FAIL: 01_domname_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_domname_basic_neg 
	 XM-TEST xm list not responding

 FAIL: 01_help_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_help_basic_neg 
	 XM-TEST xm list not responding

 FAIL: 03_help_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 04_help_long_pos 
	 XM-TEST xm list not responding

 FAIL: 01_info_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_info_compiledata_pos 
	 XM-TEST xm list not responding

 FAIL: 01_list_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_list_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 03_list_nonexist_neg 
	 XM-TEST xm list not responding

 FAIL: 04_list_goodparm_pos 
	 XM-TEST xm list not responding

 FAIL: 05_list_long_pos 
	 XM-TEST xm list not responding

 FAIL: 01_memmax_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 01_memset_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_memset_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 04_memset_smallmem_pos 
	 XM-TEST xm list not responding

 FAIL: 03_memset_random_pos 
	 XM-TEST xm list not responding

 FAIL: 01_pause_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 01_reboot_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_reboot_badopt_neg 
	 XM-TEST xm list not responding

 FAIL: 03_reboot_badname_neg 
	 XM-TEST xm list not responding

 FAIL: 01_sedf_multi_pos 
	 XM-TEST xm list not responding

 FAIL: 01_shutdown_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_shutdown_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 03_shutdown_nonexist_neg 
	 XM-TEST xm list not responding

 FAIL: 01_sysrq_basic_neg 
	 XM-TEST xm list not responding

 FAIL: 02_sysrq_sync_pos 
	 XM-TEST xm list not responding

 FAIL: 03_sysrq_withreboot_pos 
	 XM-TEST xm list not responding

 FAIL: 01_unpause_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 01_vcpu-disable_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 01_vcpu-pin_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 01_save_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_save_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 03_save_bogusfile_neg 
	 XM-TEST xm list not responding

 FAIL: 01_restore_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_restore_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 03_restore_badfilename_neg 
	 XM-TEST xm list not responding

XFAIL: 01_migrate_localhost_pos 
	 XM-TEST xm list not responding


[-- Attachment #11: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-10-04 17:52 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-10-04 17:52 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2491 bytes --]


October 4, 2005 using hg source as of:

Test changeset:

changeset:   7195:ec84b119e4ed
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Tue Oct  4 09:02:51 2005 +0100
summary:     Allow EVTCHNOP_bind_{ipi,virq} to specify the vcpu to

x86_32 (no PAE support)

       * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBenchDom0s and DomUs

        ISSUES: 

x86_32 (PAE)

       * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
       ThinkCentre
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBenchon Dom0s and guest domains

 
        ISSUES:  
	* Bugzilla Bug 244 - Unable to save domain
        * Bugzilla Bug 267 - (XEN) Domain 2 (vcpu#0) crashed on cpu#3:
        * Bugzilla Bug 268 - ERROR: do_evtchn_op:
        HYPERVISOR_event_channel_op failed: -1
	* Bugzilla Bug 273    Could not get page ref for pfn 24a7


x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Ran xm-test on both boxes
        * Successfully ran LTP and LMBench on Dom0s and DomUs

        ISSUES: 
        * Bugzilla Bug 258 x86_64 - general protection fault: 0000 [1] 
	* Reopened 258       
       

      
------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

xm-test: This suite provides a framework for testing the Xen userspace
tools.

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
              FC3pae |   65 |    9 |     0 |     3 |
hs20.1.sles9-x86_64  |   56 |   16 |     0 |     3 |
hs20.2.sles9-x86_64  |   56 |   16 |     0 |     3 |
     hs20.fc4_x86_64 |   64 |   10 |     0 |     3 |
          x305rh4pae |   14 |   57 |     0 |     3 |
     x305sles9nonpae |   61 |    9 |     0 |     3 |
          x335fc4pae |   16 |   56 |     0 |     3 |
    x335sles9_pae4gb |    5 |   67 |     0 |     3 |


-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: FC3pae.report --]
[-- Type: text/plain, Size: 583 bytes --]

Xm-test execution summary:
  PASS:  65
  FAIL:  9
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 04_block-destroy_nonattached_neg 
	 xm block-detach returned a stack dump, expected nice error message

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #3: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 1093 bytes --]

Xm-test execution summary:
  PASS:  56
  FAIL:  16
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 04_block-destroy_nonattached_neg 
	 xm block-detach returned a stack dump, expected nice error message

 FAIL: 04_memset_smallmem_pos 
	 Console run-away (exceeded 8192 bytes)

 FAIL: 03_memset_random_pos 
	 Console didn't respond

 FAIL: 01_pause_basic_pos 
	 Console didn't respond

 FAIL: 01_reboot_basic_pos 
	 Console didn't respond

 FAIL: 01_shutdown_basic_pos 
	 Console didn't respond

 FAIL: 02_sysrq_sync_pos 
	 Console didn't respond

 FAIL: 03_sysrq_withreboot_pos 
	 Console didn't respond

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 Console didn't respond

 FAIL: 03_save_bogusfile_neg 
	 Console didn't respond

 FAIL: 01_restore_basic_pos 
	 Console didn't respond

XFAIL: 01_migrate_localhost_pos 
	 Console didn't respond


[-- Attachment #4: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 1093 bytes --]

Xm-test execution summary:
  PASS:  56
  FAIL:  16
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 04_block-destroy_nonattached_neg 
	 xm block-detach returned a stack dump, expected nice error message

 FAIL: 04_memset_smallmem_pos 
	 Console run-away (exceeded 8192 bytes)

 FAIL: 03_memset_random_pos 
	 Console didn't respond

 FAIL: 01_pause_basic_pos 
	 Console didn't respond

 FAIL: 01_reboot_basic_pos 
	 Console didn't respond

 FAIL: 01_shutdown_basic_pos 
	 Console didn't respond

 FAIL: 02_sysrq_sync_pos 
	 Console didn't respond

 FAIL: 03_sysrq_withreboot_pos 
	 Console didn't respond

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 Console didn't respond

 FAIL: 03_save_bogusfile_neg 
	 Console didn't respond

 FAIL: 01_restore_basic_pos 
	 Console didn't respond

XFAIL: 01_migrate_localhost_pos 
	 Console didn't respond


[-- Attachment #5: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 648 bytes --]

Xm-test execution summary:
  PASS:  64
  FAIL:  10
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 04_block-destroy_nonattached_neg 
	 xm block-detach returned a stack dump, expected nice error message

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	Unknown reason


[-- Attachment #6: x305rh4pae.report --]
[-- Type: text/plain, Size: 3820 bytes --]

Xm-test execution summary:
  PASS:  14
  FAIL:  57
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 Failed to verify that block dev is attached

 FAIL: 04_block-destroy_nonattached_neg 
	 xm block-detach returned a stack dump, expected nice error message

 FAIL: 10_create_fastdestroy 
	 xm create returned invalid status 256

 FAIL: 11_create_concurrent_pos 
	 XM-TEST xm list not responding

 FAIL: 12_create_concurrent_stress_pos 
	 XM-TEST xm list not responding

 FAIL: 01_destroy_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_destroy_noparm_neg 
	 XM-TEST xm list not responding

 FAIL: 03_destroy_nonexist_neg 
	 XM-TEST xm list not responding

 FAIL: 04_destroy_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 05_destroy_byid_pos 
	 XM-TEST xm list not responding

 FAIL: 06_destroy_dom0_neg 
	 XM-TEST xm list not responding

 FAIL: 01_dmesg_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_dmesg_basic_neg 
	 XM-TEST xm list not responding

 FAIL: 01_domid_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_domid_basic_neg 
	 XM-TEST xm list not responding

 FAIL: 01_domname_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_domname_basic_neg 
	 XM-TEST xm list not responding

 FAIL: 01_help_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_help_basic_neg 
	 XM-TEST xm list not responding

 FAIL: 03_help_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 04_help_long_pos 
	 XM-TEST xm list not responding

 FAIL: 01_info_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_info_compiledata_pos 
	 XM-TEST xm list not responding

 FAIL: 01_list_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_list_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 03_list_nonexist_neg 
	 XM-TEST xm list not responding

 FAIL: 04_list_goodparm_pos 
	 XM-TEST xm list not responding

 FAIL: 05_list_long_pos 
	 XM-TEST xm list not responding

 FAIL: 01_memmax_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 01_memset_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_memset_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 04_memset_smallmem_pos 
	 XM-TEST xm list not responding

 FAIL: 03_memset_random_pos 
	 XM-TEST xm list not responding

 FAIL: 01_pause_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 01_reboot_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_reboot_badopt_neg 
	 XM-TEST xm list not responding

 FAIL: 03_reboot_badname_neg 
	 XM-TEST xm list not responding

 FAIL: 01_sedf_multi_pos 
	 XM-TEST xm list not responding

 FAIL: 01_shutdown_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_shutdown_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 03_shutdown_nonexist_neg 
	 XM-TEST xm list not responding

 FAIL: 01_sysrq_basic_neg 
	 XM-TEST xm list not responding

 FAIL: 02_sysrq_sync_pos 
	 XM-TEST xm list not responding

 FAIL: 03_sysrq_withreboot_pos 
	 XM-TEST xm list not responding

 FAIL: 01_unpause_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 01_vcpu-disable_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 01_vcpu-pin_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 01_save_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_save_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 03_save_bogusfile_neg 
	 XM-TEST xm list not responding

 FAIL: 01_restore_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_restore_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 03_restore_badfilename_neg 
	 XM-TEST xm list not responding

XFAIL: 01_migrate_localhost_pos 
	 XM-TEST xm list not responding


[-- Attachment #7: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 807 bytes --]

Xm-test execution summary:
  PASS:  61
  FAIL:  9
  XPASS: 0
  XFAIL: 3


Details:

 FAIL: 01_block-list_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 02_block-list_attachbd_pos 
	 Failed to verify that block dev is attached on DomainU

 FAIL: 03_block-list_anotherbd_pos 
	 Failed to verify that block dev is attached on DomainU

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 Failed to verify that block dev is attached

 FAIL: 04_block-destroy_nonattached_neg 
	 xm block-detach returned a stack dump, expected nice error message

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_restore_basic_pos 
	Unknown reason

XFAIL: 01_migrate_localhost_pos 
	 Failed to read from console (fd=3)


[-- Attachment #8: x335fc4pae.report --]
[-- Type: text/plain, Size: 3722 bytes --]

Xm-test execution summary:
  PASS:  16
  FAIL:  56
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 04_block-destroy_nonattached_neg 
	 xm block-detach returned a stack dump, expected nice error message

 FAIL: 10_create_fastdestroy 
	 xm create returned invalid status 256

 FAIL: 11_create_concurrent_pos 
	 XM-TEST xm list not responding

 FAIL: 12_create_concurrent_stress_pos 
	 XM-TEST xm list not responding

 FAIL: 01_destroy_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_destroy_noparm_neg 
	 XM-TEST xm list not responding

 FAIL: 03_destroy_nonexist_neg 
	 XM-TEST xm list not responding

 FAIL: 04_destroy_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 05_destroy_byid_pos 
	 XM-TEST xm list not responding

 FAIL: 06_destroy_dom0_neg 
	 XM-TEST xm list not responding

 FAIL: 01_dmesg_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_dmesg_basic_neg 
	 XM-TEST xm list not responding

 FAIL: 01_domid_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_domid_basic_neg 
	 XM-TEST xm list not responding

 FAIL: 01_domname_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_domname_basic_neg 
	 XM-TEST xm list not responding

 FAIL: 01_help_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_help_basic_neg 
	 XM-TEST xm list not responding

 FAIL: 03_help_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 04_help_long_pos 
	 XM-TEST xm list not responding

 FAIL: 01_info_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_info_compiledata_pos 
	 XM-TEST xm list not responding

 FAIL: 01_list_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_list_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 03_list_nonexist_neg 
	 XM-TEST xm list not responding

 FAIL: 04_list_goodparm_pos 
	 XM-TEST xm list not responding

 FAIL: 05_list_long_pos 
	 XM-TEST xm list not responding

 FAIL: 01_memmax_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 01_memset_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_memset_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 04_memset_smallmem_pos 
	 XM-TEST xm list not responding

 FAIL: 03_memset_random_pos 
	 XM-TEST xm list not responding

 FAIL: 01_pause_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 01_reboot_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_reboot_badopt_neg 
	 XM-TEST xm list not responding

 FAIL: 03_reboot_badname_neg 
	 XM-TEST xm list not responding

 FAIL: 01_sedf_multi_pos 
	 XM-TEST xm list not responding

 FAIL: 01_shutdown_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_shutdown_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 03_shutdown_nonexist_neg 
	 XM-TEST xm list not responding

 FAIL: 01_sysrq_basic_neg 
	 XM-TEST xm list not responding

 FAIL: 02_sysrq_sync_pos 
	 XM-TEST xm list not responding

 FAIL: 03_sysrq_withreboot_pos 
	 XM-TEST xm list not responding

 FAIL: 01_unpause_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 01_vcpu-disable_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 01_vcpu-pin_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 01_save_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_save_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 03_save_bogusfile_neg 
	 XM-TEST xm list not responding

 FAIL: 01_restore_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_restore_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 03_restore_badfilename_neg 
	 XM-TEST xm list not responding

XFAIL: 01_migrate_localhost_pos 
	 XM-TEST xm list not responding


[-- Attachment #9: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 3722 bytes --]

Xm-test execution summary:
  PASS:  16
  FAIL:  56
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 04_block-destroy_nonattached_neg 
	 xm block-detach returned a stack dump, expected nice error message

 FAIL: 10_create_fastdestroy 
	 xm create returned invalid status 256

 FAIL: 11_create_concurrent_pos 
	 XM-TEST xm list not responding

 FAIL: 12_create_concurrent_stress_pos 
	 XM-TEST xm list not responding

 FAIL: 01_destroy_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_destroy_noparm_neg 
	 XM-TEST xm list not responding

 FAIL: 03_destroy_nonexist_neg 
	 XM-TEST xm list not responding

 FAIL: 04_destroy_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 05_destroy_byid_pos 
	 XM-TEST xm list not responding

 FAIL: 06_destroy_dom0_neg 
	 XM-TEST xm list not responding

 FAIL: 01_dmesg_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_dmesg_basic_neg 
	 XM-TEST xm list not responding

 FAIL: 01_domid_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_domid_basic_neg 
	 XM-TEST xm list not responding

 FAIL: 01_domname_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_domname_basic_neg 
	 XM-TEST xm list not responding

 FAIL: 01_help_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_help_basic_neg 
	 XM-TEST xm list not responding

 FAIL: 03_help_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 04_help_long_pos 
	 XM-TEST xm list not responding

 FAIL: 01_info_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_info_compiledata_pos 
	 XM-TEST xm list not responding

 FAIL: 01_list_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_list_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 03_list_nonexist_neg 
	 XM-TEST xm list not responding

 FAIL: 04_list_goodparm_pos 
	 XM-TEST xm list not responding

 FAIL: 05_list_long_pos 
	 XM-TEST xm list not responding

 FAIL: 01_memmax_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 01_memset_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_memset_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 04_memset_smallmem_pos 
	 XM-TEST xm list not responding

 FAIL: 03_memset_random_pos 
	 XM-TEST xm list not responding

 FAIL: 01_pause_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 01_reboot_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_reboot_badopt_neg 
	 XM-TEST xm list not responding

 FAIL: 03_reboot_badname_neg 
	 XM-TEST xm list not responding

 FAIL: 01_sedf_multi_pos 
	 XM-TEST xm list not responding

 FAIL: 01_shutdown_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_shutdown_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 03_shutdown_nonexist_neg 
	 XM-TEST xm list not responding

 FAIL: 01_sysrq_basic_neg 
	 XM-TEST xm list not responding

 FAIL: 02_sysrq_sync_pos 
	 XM-TEST xm list not responding

 FAIL: 03_sysrq_withreboot_pos 
	 XM-TEST xm list not responding

 FAIL: 01_unpause_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 01_vcpu-disable_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 01_vcpu-pin_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 01_enforce_dom0_cpus_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 01_save_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_save_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 03_save_bogusfile_neg 
	 XM-TEST xm list not responding

 FAIL: 01_restore_basic_pos 
	 XM-TEST xm list not responding

 FAIL: 02_restore_badparm_neg 
	 XM-TEST xm list not responding

 FAIL: 03_restore_badfilename_neg 
	 XM-TEST xm list not responding

XFAIL: 01_migrate_localhost_pos 
	 XM-TEST xm list not responding


[-- Attachment #10: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-10-03 18:19 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-10-03 18:19 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2354 bytes --]


October 3, 2005 using hg source as of:

Test changeset:

changeset:   7160:dd87869f877c
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Mon Oct  3 09:05:37 2005 +0100
summary:     Allow adjustment of the size of TPM transfer buffers

x86_32 (no PAE support)

       * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBenchDom0s and DomUs

        ISSUES: None observed

x86_32 (PAE)

       * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
       ThinkCentre
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBenchon Dom0s and guest domains

 
        ISSUES:  
        * Bugzilla Bug 257 -(XEN) Ouch! We are seriously BEHIND
        schedule! -456776755
        * Bugzilla Bug 267 - (XEN) Domain 2 (vcpu#0) crashed on cpu#3:
        * Bugzilla Bug 268 - ERROR: do_evtchn_op:
        HYPERVISOR_event_channel_op failed: -1


x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on both boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs

        ISSUES: None observed
       

      
------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

xm-test: This suite provides a framework for testing the Xen userspace
tools.

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
              FC3pae |   57 |    8 |     0 |     3 |
 hs20.1.sles9-x86_64 |   49 |   16 |     0 |     3 |
 hs20.2.sles9-x86_64 |   49 |   16 |     0 |     3 |
     hs20.fc4_x86_64 |   50 |   15 |     0 |     3 |
     x235sles9nonpae |   58 |    7 |     0 |     3 |
          x305rh4pae |   56 |    7 |     0 |     3 |
     x305sles9nonpae |   55 |    8 |     0 |     3 |


-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: FC3pae.report --]
[-- Type: text/plain, Size: 647 bytes --]

Xm-test execution summary:
  PASS:  57
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 Failed to verify that block dev is attached

 FAIL: 03_memset_random_pos 
	 Timed out waiting for console

 FAIL: 01_shutdown_basic_pos 
	 I had to run an xm list to update xend state!

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	 Command execution time exceeded 90 seconds


[-- Attachment #3: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 1049 bytes --]

Xm-test execution summary:
  PASS:  49
  FAIL:  16
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 04_memset_smallmem_pos 
	 Console run-away (exceeded 8192 bytes)

 FAIL: 03_memset_random_pos 
	 Console didn't respond

 FAIL: 01_pause_basic_pos 
	 Console didn't respond

 FAIL: 01_reboot_basic_pos 
	 Console didn't respond

 FAIL: 01_sedf_multi_pos 
	 [0] xm sedf returned invalid 256 != 0

 FAIL: 01_shutdown_basic_pos 
	 Console didn't respond

 FAIL: 02_sysrq_sync_pos 
	 Console didn't respond

 FAIL: 03_sysrq_withreboot_pos 
	 Console didn't respond

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 Console didn't respond

 FAIL: 03_save_bogusfile_neg 
	 Console didn't respond

 FAIL: 01_restore_basic_pos 
	 Console didn't respond

XFAIL: 01_migrate_localhost_pos 
	 Console didn't respond


[-- Attachment #4: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 1049 bytes --]

Xm-test execution summary:
  PASS:  49
  FAIL:  16
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 04_memset_smallmem_pos 
	 Console run-away (exceeded 8192 bytes)

 FAIL: 03_memset_random_pos 
	 Console didn't respond

 FAIL: 01_pause_basic_pos 
	 Console didn't respond

 FAIL: 01_reboot_basic_pos 
	 Console didn't respond

 FAIL: 01_sedf_multi_pos 
	 [0] xm sedf returned invalid 256 != 0

 FAIL: 01_shutdown_basic_pos 
	 Console didn't respond

 FAIL: 02_sysrq_sync_pos 
	 Console didn't respond

 FAIL: 03_sysrq_withreboot_pos 
	 Console didn't respond

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 Console didn't respond

 FAIL: 03_save_bogusfile_neg 
	 Console didn't respond

 FAIL: 01_restore_basic_pos 
	 Console didn't respond

XFAIL: 01_migrate_localhost_pos 
	 Console didn't respond


[-- Attachment #5: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 982 bytes --]

Xm-test execution summary:
  PASS:  50
  FAIL:  15
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 04_memset_smallmem_pos 
	 Console run-away (exceeded 8192 bytes)

 FAIL: 03_memset_random_pos 
	 Console didn't respond

 FAIL: 01_pause_basic_pos 
	 Console didn't respond

 FAIL: 01_reboot_basic_pos 
	 Console didn't respond

 FAIL: 01_shutdown_basic_pos 
	 Console didn't respond

 FAIL: 02_sysrq_sync_pos 
	 Console didn't respond

 FAIL: 03_sysrq_withreboot_pos 
	 Console didn't respond

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 Console didn't respond

 FAIL: 03_save_bogusfile_neg 
	 Console didn't respond

 FAIL: 01_restore_basic_pos 
	 Console didn't respond

XFAIL: 01_migrate_localhost_pos 
	 Console didn't respond


[-- Attachment #6: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 598 bytes --]

Xm-test execution summary:
  PASS:  58
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 01_shutdown_basic_pos 
	 I had to run an xm list to update xend state!

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 Domain still running after save!

 FAIL: 01_restore_basic_pos 
	 Command execution time exceeded 30 seconds

XFAIL: 01_migrate_localhost_pos 
	 Command execution time exceeded 90 seconds


[-- Attachment #7: x305rh4pae.report --]
[-- Type: text/plain, Size: 580 bytes --]

Xm-test execution summary:
  PASS:  56
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 01_shutdown_basic_pos 
	 I had to run an xm list to update xend state!

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	 Command execution time exceeded 90 seconds


[-- Attachment #8: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 666 bytes --]

Xm-test execution summary:
  PASS:  55
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 03_memset_random_pos 
	 Timed out waiting for console

 FAIL: 01_shutdown_basic_pos 
	 I had to run an xm list to update xend state!

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 Domain still running after save!

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond)

XFAIL: 01_migrate_localhost_pos 
	 Command execution time exceeded 90 seconds


[-- Attachment #9: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-09-30 18:56 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-09-30 18:56 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2573 bytes --]


September 30, 2005 using hg source as of:

Test changeset and last known good* changeset for ALL platforms:

changeset:   7141:a39510ad5c59
tag:         tip
user:        emellor@ewan
date:        Fri Sep 30 05:55:49 2005 +0100
summary:     Added cache-control headers to pages returned by HTTP
server so that pages

* with some issues

x86_32 (no PAE support)

       * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBenchDom0s and DomUs

	ISSUES: None observed

x86_32 (PAE)

       * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
       ThinkCentre
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBenchon Dom0s and guest domains

 
	ISSUES:  
        * Bugzilla Bug 257 -(XEN) Ouch! We are seriously BEHIND
        schedule! -456776755
        * Bugzilla Bug 267 - (XEN) Domain 2 (vcpu#0) crashed on cpu#3:
        * Bugzilla Bug 268 - ERROR: do_evtchn_op:
        HYPERVISOR_event_channel_op failed: -1


x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on both boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs

	ISSUE(S):    
       * Bugzilla Bug 258 x86_64 - general protection fault: 0000 [1]

      
------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

xm-test: This suite provides a framework for testing the Xen userspace
tools.

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
              FC3pae |   55 |    9 |     0 |     3 |
 hs20.1.sles9-x86_64 |   48 |   16 |     0 |     3 |
 hs20.2.sles9-x86_64 |   48 |   16 |     0 |     3 |
     hs20.fc4_x86_64 |   56 |    8 |     0 |     3 |
     x235sles9nonpae |   57 |    7 |     0 |     3 |
          x305rh4pae |   54 |    8 |     0 |     3 |
     x305sles9nonpae |   54 |    8 |     0 |     3 |
          x335fc4pae |   57 |    7 |     0 |     3 |
    x335sles9_pae4gb |   45 |   21 |     0 |     3 |


-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: FC3pae.report --]
[-- Type: text/plain, Size: 570 bytes --]

Xm-test execution summary:
  PASS:  57
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 10_create_fastdestroy 
	 Bugzilla bug #234

 FAIL: 01_shutdown_basic_pos 
	 I had to run an xm list to update xend state!

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	 Command execution time exceeded 90 seconds


[-- Attachment #3: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 1049 bytes --]

Xm-test execution summary:
  PASS:  48
  FAIL:  16
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 04_memset_smallmem_pos 
	 Console run-away (exceeded 8192 bytes)

 FAIL: 03_memset_random_pos 
	 Console didn't respond

 FAIL: 01_pause_basic_pos 
	 Console didn't respond

 FAIL: 01_reboot_basic_pos 
	 Console didn't respond

 FAIL: 01_sedf_multi_pos 
	 [0] xm sedf returned invalid 256 != 0

 FAIL: 01_shutdown_basic_pos 
	 Console didn't respond

 FAIL: 02_sysrq_sync_pos 
	 Console didn't respond

 FAIL: 03_sysrq_withreboot_pos 
	 Console didn't respond

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 Console didn't respond

 FAIL: 03_save_bogusfile_neg 
	 Console didn't respond

 FAIL: 01_restore_basic_pos 
	 Console didn't respond

XFAIL: 01_migrate_localhost_pos 
	 Console didn't respond


[-- Attachment #4: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 1049 bytes --]

Xm-test execution summary:
  PASS:  48
  FAIL:  16
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 04_memset_smallmem_pos 
	 Console run-away (exceeded 8192 bytes)

 FAIL: 03_memset_random_pos 
	 Console didn't respond

 FAIL: 01_pause_basic_pos 
	 Console didn't respond

 FAIL: 01_reboot_basic_pos 
	 Console didn't respond

 FAIL: 01_sedf_multi_pos 
	 [0] xm sedf returned invalid 256 != 0

 FAIL: 01_shutdown_basic_pos 
	 Console didn't respond

 FAIL: 02_sysrq_sync_pos 
	 Console didn't respond

 FAIL: 03_sysrq_withreboot_pos 
	 Console didn't respond

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 Console didn't respond

 FAIL: 03_save_bogusfile_neg 
	 Console didn't respond

 FAIL: 01_restore_basic_pos 
	 Console didn't respond

XFAIL: 01_migrate_localhost_pos 
	 Console didn't respond


[-- Attachment #5: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 644 bytes --]

Xm-test execution summary:
  PASS:  56
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

 FAIL: 01_shutdown_basic_pos 
	 I had to run an xm list to update xend state!

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	 Command execution time exceeded 90 seconds


[-- Attachment #6: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 588 bytes --]

Xm-test execution summary:
  PASS:  57
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 10_create_fastdestroy 
	 Bugzilla bug #234

 FAIL: 01_shutdown_basic_pos 
	 I had to run an xm list to update xend state!

 FAIL: 01_save_basic_pos 
	 Domain still running after save!

 FAIL: 01_restore_basic_pos 
	 Command execution time exceeded 30 seconds

XFAIL: 01_migrate_localhost_pos 
	 Command execution time exceeded 90 seconds


[-- Attachment #7: x305rh4pae.report --]
[-- Type: text/plain, Size: 636 bytes --]

Xm-test execution summary:
  PASS:  54
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 Failed to verify that block dev is attached

 FAIL: 10_create_fastdestroy 
	 Bugzilla bug #234

 FAIL: 01_shutdown_basic_pos 
	 I had to run an xm list to update xend state!

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	 Command execution time exceeded 90 seconds


[-- Attachment #8: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 660 bytes --]

Xm-test execution summary:
  PASS:  54
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 Failed to verify that block dev is attached

 FAIL: 10_create_fastdestroy 
	 Bugzilla bug #234

 FAIL: 01_shutdown_basic_pos 
	 I had to run an xm list to update xend state!

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 Domain still running after save!

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond)

XFAIL: 01_migrate_localhost_pos 
	 Command execution time exceeded 90 seconds


[-- Attachment #9: x335fc4pae.report --]
[-- Type: text/plain, Size: 570 bytes --]

Xm-test execution summary:
  PASS:  57
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 10_create_fastdestroy 
	 Bugzilla bug #234

 FAIL: 01_shutdown_basic_pos 
	 I had to run an xm list to update xend state!

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	 Command execution time exceeded 90 seconds


[-- Attachment #10: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 1304 bytes --]

Xm-test execution summary:
  PASS:  45
  FAIL:  21
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 Console didn't respond

 FAIL: 01_create_basic_pos 
	 Console didn't respond

 FAIL: 07_create_mem64_pos 
	 Failed to verify that a 64MB domain started

 FAIL: 10_create_fastdestroy 
	 Bugzilla bug #234

 FAIL: 11_create_concurrent_pos 
	 [3] Failed to attach console to 11_create_3

 FAIL: 04_list_goodparm_pos 
	 `xm list 04_list_goodparm_pos-1128088407' failed with invalid status 256 != 0

 FAIL: 01_memset_basic_pos 
	 Console didn't respond

 FAIL: 04_memset_smallmem_pos 
	 Console didn't respond

 FAIL: 03_memset_random_pos 
	 Timed out waiting for console

 FAIL: 01_reboot_basic_pos 
	 xm reboot returned 256 != 0

 FAIL: 01_shutdown_basic_pos 
	 Console didn't respond

 FAIL: 02_sysrq_sync_pos 
	Unknown reason

 FAIL: 03_sysrq_withreboot_pos 
	 reboot 03_sysrq_withreboot_pos-1128088672 failed with 256 != 0

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond

 FAIL: 01_vcpu-disable_basic_pos 
	Unknown reason

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 Console didn't respond

XFAIL: 01_migrate_localhost_pos 
	 Console didn't respond


[-- Attachment #11: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-09-29 16:09 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-09-29 16:09 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2377 bytes --]


September 29, 2005 using hg source as of:

Test changeset and last known good* changeset for ALL platforms:

changeset:   7123:c317e0aca9f1
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Thu Sep 29 05:10:27 2005 +0100
summary:     Reindent more xenlinux files. Remove defunct header file.

* with some issues

x86_32 (no PAE support)

       * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBenchDom0s and DomUs

ISSUES: None observed


x86_32 (PAE)

       * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
       ThinkCentre
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBenchon Dom0s and guest domains

 
ISSUES:  
	* Bugzilla Bug 267 - (XEN) Domain 2 (vcpu#0) crashed on cpu#3:


x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on both boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs

     ISSUE(S):    
       * Bugzilla Bug 258 x86_64 - general protection fault: 0000 [1]

      
------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

xm-test: This suite provides a framework for testing the Xen userspace
tools.

SUMMARY:
             Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
              FC3pae |   55 |    7 |     0 |     3 |
 hs20.1.sles9-x86_64 |   46 |   16 |     0 |     3 |
 hs20.2.sles9-x86_64 |   45 |   17 |     0 |     3 |
     hs20.fc4_x86_64 |   54 |    8 |     0 |     3 |
     x235sles9nonpae |   55 |    7 |     0 |     3 |
          x305rh4pae |   54 |    7 |     0 |     3 |
     x305sles9nonpae |   53 |    8 |     0 |     3 |
          x335fc4pae |   56 |    6 |     0 |     3 |
    x335sles9_pae4gb |   46 |   18 |     0 |     3 |


-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: FC3pae.report --]
[-- Type: text/plain, Size: 570 bytes --]

Xm-test execution summary:
  PASS:  55
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 10_create_fastdestroy 
	 Bugzilla bug #234

 FAIL: 01_shutdown_basic_pos 
	 I had to run an xm list to update xend state!

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	 Command execution time exceeded 90 seconds


[-- Attachment #3: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 1049 bytes --]

Xm-test execution summary:
  PASS:  46
  FAIL:  16
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 04_memset_smallmem_pos 
	 Console run-away (exceeded 8192 bytes)

 FAIL: 03_memset_random_pos 
	 Console didn't respond

 FAIL: 01_pause_basic_pos 
	 Console didn't respond

 FAIL: 01_reboot_basic_pos 
	 Console didn't respond

 FAIL: 01_sedf_multi_pos 
	 [0] xm sedf returned invalid 256 != 0

 FAIL: 01_shutdown_basic_pos 
	 Console didn't respond

 FAIL: 02_sysrq_sync_pos 
	 Console didn't respond

 FAIL: 03_sysrq_withreboot_pos 
	 Console didn't respond

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 Console didn't respond

 FAIL: 03_save_bogusfile_neg 
	 Console didn't respond

 FAIL: 01_restore_basic_pos 
	 Console didn't respond

XFAIL: 01_migrate_localhost_pos 
	 Console didn't respond


[-- Attachment #4: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 1100 bytes --]

Xm-test execution summary:
  PASS:  45
  FAIL:  17
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 10_create_fastdestroy 
	 Bugzilla bug #234

 FAIL: 04_memset_smallmem_pos 
	 Console run-away (exceeded 8192 bytes)

 FAIL: 03_memset_random_pos 
	 Console didn't respond

 FAIL: 01_pause_basic_pos 
	 Console didn't respond

 FAIL: 01_reboot_basic_pos 
	 Console didn't respond

 FAIL: 01_sedf_multi_pos 
	 [0] xm sedf returned invalid 256 != 0

 FAIL: 01_shutdown_basic_pos 
	 Console didn't respond

 FAIL: 02_sysrq_sync_pos 
	 Console didn't respond

 FAIL: 03_sysrq_withreboot_pos 
	 Console didn't respond

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 Console didn't respond

 FAIL: 03_save_bogusfile_neg 
	 Console didn't respond

 FAIL: 01_restore_basic_pos 
	 Console didn't respond

XFAIL: 01_migrate_localhost_pos 
	 Console didn't respond


[-- Attachment #5: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 644 bytes --]

Xm-test execution summary:
  PASS:  54
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

 FAIL: 01_shutdown_basic_pos 
	 I had to run an xm list to update xend state!

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	 Command execution time exceeded 90 seconds


[-- Attachment #6: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 594 bytes --]

Xm-test execution summary:
  PASS:  55
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 10_create_fastdestroy 
	 Bugzilla bug #234

 FAIL: 01_shutdown_basic_pos 
	 I had to run an xm list to update xend state!

 FAIL: 01_save_basic_pos 
	 Domain still running after save!

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond)

XFAIL: 01_migrate_localhost_pos 
	 Command execution time exceeded 90 seconds


[-- Attachment #7: x305rh4pae.report --]
[-- Type: text/plain, Size: 575 bytes --]

Xm-test execution summary:
  PASS:  54
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 Failed to verify that block dev is attached

 FAIL: 10_create_fastdestroy 
	 Bugzilla bug #234

 FAIL: 01_shutdown_basic_pos 
	 I had to run an xm list to update xend state!

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	 Command execution time exceeded 90 seconds


[-- Attachment #8: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 656 bytes --]

Xm-test execution summary:
  PASS:  53
  FAIL:  8
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 10_create_fastdestroy 
	 Bugzilla bug #234

 FAIL: 03_memset_random_pos 
	 Timed out waiting for console

 FAIL: 01_shutdown_basic_pos 
	 I had to run an xm list to update xend state!

 FAIL: 01_save_basic_pos 
	 Domain still running after save!

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond)

XFAIL: 01_migrate_localhost_pos 
	 Command execution time exceeded 90 seconds


[-- Attachment #9: x335fc4pae.report --]
[-- Type: text/plain, Size: 543 bytes --]

Xm-test execution summary:
  PASS:  56
  FAIL:  6
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 01_shutdown_basic_pos 
	 I had to run an xm list to update xend state!

 FAIL: 01_save_basic_pos 
	 Domain still running after save!

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond)

XFAIL: 01_migrate_localhost_pos 
	 Command execution time exceeded 90 seconds


[-- Attachment #10: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 1189 bytes --]

Xm-test execution summary:
  PASS:  46
  FAIL:  18
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 Failed to read from console (fd=3)

 FAIL: 07_create_mem64_pos 
	 Failed to verify that a 64MB domain started

 FAIL: 01_destroy_basic_pos 
	 Failed to read from console (fd=3)

 FAIL: 04_list_goodparm_pos 
	 `xm list 04_list_goodparm_pos-1128000770' failed with invalid status 256 != 0

 FAIL: 01_memset_basic_pos 
	 Failed to read from console (fd=3)

 FAIL: 04_memset_smallmem_pos 
	 Failed to read from console (fd=3)

 FAIL: 03_memset_random_pos 
	 Failed to read from console (fd=3)

 FAIL: 01_pause_basic_pos 
	 Failed to read from console (fd=3)

 FAIL: 01_reboot_basic_pos 
	 xm reboot returned 256 != 0

 FAIL: 01_shutdown_basic_pos 
	 Failed to read from console (fd=3)

 FAIL: 02_sysrq_sync_pos 
	Unknown reason

 FAIL: 01_vcpu-pin_basic_pos 
	 xm vcpu-pin returned invalid 256 != 0

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 01_migrate_localhost_pos 
	 Failed to read from console (fd=3)


[-- Attachment #11: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-09-28 19:39 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-09-28 19:39 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2435 bytes --]


September 28, 2005 using hg source as of:

Test changeset and last known good* changeset for ALL platforms:

changeset:   7076:46046d5fb354
tag:         tip
user:        emellor@ewan
date:        Tue Sep 27 16:09:46 2005 +0100
summary:     Remove unused import, mark unused variables.


* with some issues

x86_32 (no PAE support)

       * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBenchDom0s and DomUs

ISSUES: * Bugzilla Bug 257 (XEN) Ouch! We are seriously BEHIND schedule!


x86_32 (PAE)

       * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
       ThinkCentre
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBenchon Dom0s and guest domains

 
ISSUES:     
        *Bugzilla Bug 257 (XEN) Ouch! We are seriously BEHIND schedule!
        *Machine has become unresponsive to some commands (e.g. top,
        reboot)
	* Seeing this messages on non-PAE box, too


x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on both boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs

     ISSUE(S):    
       * Bugzilla Bug 258 x86_64 - general protection fault: 0000 [1]

      
------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

xm-test: This suite provides a framework for testing the Xen userspace
tools.

SUMMARY: 
           Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
              FC3pae |   55 |    6 |     3 |     2 |
 hs20.1.sles9-x86_64 |   46 |   15 |     2 |     3 |
 hs20.2.sles9-x86_64 |   45 |   16 |     2 |     3 |
     hs20.fc4_x86_64 |   53 |    8 |     3 |     2 |
     x235sles9nonpae |   55 |    7 |     0 |     3 |
          x305rh4pae |   53 |    7 |     3 |     2 |
     x305sles9nonpae |   54 |    6 |     3 |     2 |


-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: FC3pae.report --]
[-- Type: text/plain, Size: 613 bytes --]

Xm-test execution summary:
  PASS:  55
  FAIL:  6
  XPASS: 3
  XFAIL: 2


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 Failed to verify that block dev is attached

 FAIL: 01_shutdown_basic_pos 
	 Guest domain failed to shutdown

 FAIL: 01_save_basic_pos 
	 Domain still running after save!

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond)

 FAIL: 01_migrate_localhost_pos 
	 Command execution time exceeded 90 seconds


[-- Attachment #3: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 982 bytes --]

Xm-test execution summary:
  PASS:  46
  FAIL:  15
  XPASS: 2
  XFAIL: 3


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 04_memset_smallmem_pos 
	 Console run-away (exceeded 8192 bytes)

 FAIL: 03_memset_random_pos 
	 Console didn't respond

 FAIL: 01_pause_basic_pos 
	 Console didn't respond

 FAIL: 01_reboot_basic_pos 
	 Console didn't respond

 FAIL: 01_shutdown_basic_pos 
	 Console didn't respond

 FAIL: 02_sysrq_sync_pos 
	 Console didn't respond

 FAIL: 03_sysrq_withreboot_pos 
	 Console didn't respond

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 Console didn't respond

XFAIL: 03_save_bogusfile_neg 
	 Console didn't respond

 FAIL: 01_restore_basic_pos 
	 Console didn't respond

 FAIL: 01_migrate_localhost_pos 
	 Console didn't respond


[-- Attachment #4: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 1033 bytes --]

Xm-test execution summary:
  PASS:  45
  FAIL:  16
  XPASS: 2
  XFAIL: 3


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 10_create_fastdestroy 
	 Bugzilla bug #234

 FAIL: 04_memset_smallmem_pos 
	 Console run-away (exceeded 8192 bytes)

 FAIL: 03_memset_random_pos 
	 Console didn't respond

 FAIL: 01_pause_basic_pos 
	 Console didn't respond

 FAIL: 01_reboot_basic_pos 
	 Console didn't respond

 FAIL: 01_shutdown_basic_pos 
	 Console didn't respond

 FAIL: 02_sysrq_sync_pos 
	 Console didn't respond

 FAIL: 03_sysrq_withreboot_pos 
	 Console didn't respond

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 Console didn't respond

XFAIL: 03_save_bogusfile_neg 
	 Console didn't respond

 FAIL: 01_restore_basic_pos 
	 Console didn't respond

 FAIL: 01_migrate_localhost_pos 
	 Console didn't respond


[-- Attachment #5: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 630 bytes --]

Xm-test execution summary:
  PASS:  53
  FAIL:  8
  XPASS: 3
  XFAIL: 2


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

 FAIL: 01_shutdown_basic_pos 
	 Guest domain failed to shutdown

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 Command execution time exceeded 90 seconds


[-- Attachment #6: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 574 bytes --]

Xm-test execution summary:
  PASS:  55
  FAIL:  7
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 04_memset_smallmem_pos 
	 Console didn't respond

 FAIL: 01_shutdown_basic_pos 
	 I had to run an xm list to update xend state!

 FAIL: 01_save_basic_pos 
	 Domain still running after save!

 FAIL: 01_restore_basic_pos 
	 Console didn't respond

XFAIL: 01_migrate_localhost_pos 
	 Command execution time exceeded 90 seconds


[-- Attachment #7: x305rh4pae.report --]
[-- Type: text/plain, Size: 591 bytes --]

Xm-test execution summary:
  PASS:  53
  FAIL:  7
  XPASS: 3
  XFAIL: 2


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 03_memset_random_pos 
	 Timed out waiting for console

 FAIL: 01_shutdown_basic_pos 
	 Guest domain failed to shutdown

 FAIL: 01_save_basic_pos 
	 Domain still running after save!

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond)

 FAIL: 01_migrate_localhost_pos 
	 Command execution time exceeded 90 seconds


[-- Attachment #8: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 529 bytes --]

Xm-test execution summary:
  PASS:  54
  FAIL:  6
  XPASS: 3
  XFAIL: 2


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 01_shutdown_basic_pos 
	 Guest domain failed to shutdown

 FAIL: 01_save_basic_pos 
	 Domain still running after save!

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond)

 FAIL: 01_migrate_localhost_pos 
	 Command execution time exceeded 90 seconds


[-- Attachment #9: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Re: Daily Xen Builds
  2005-09-27 18:39 David F Barrera
@ 2005-09-28 16:16 ` Dan Smith
  0 siblings, 0 replies; 381+ messages in thread
From: Dan Smith @ 2005-09-28 16:16 UTC (permalink / raw)
  To: Xen Developers


There is a point I'd like to make about the results of xm-test on
x86_64.  the following is a snippet of David's hs20.1.sles9-x86_64
report:

> FAIL: 04_memset_smallmem_pos Console run-away (exceeded 8192 bytes)

This is a specific test for ballooning a DomU's memory down to <16MB,
which causes a kernel explosion.  This is Bugzilla bug #145.

All the rest of the tests fail with a message like:

> FAIL: 03_memset_random_pos Console didn't respond

This is because the crashing DomU from the 04_memset_smallmem_pos test
is stuck in an endless console-spew mode, which seems to cause a DoS
effect on the console system for all other domains.

-- 
Dan Smith
IBM Linux Technology Center
Open Hypervisor Team
email: danms@us.ibm.com

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-09-27 18:39 David F Barrera
  2005-09-28 16:16 ` Dan Smith
  0 siblings, 1 reply; 381+ messages in thread
From: David F Barrera @ 2005-09-27 18:39 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2454 bytes --]


September 27, 2005 using hg source as of:

Test changeset and last known good* changeset for ALL platforms:

changeset:   7069:a172340ae3f3
tag:         tip
parent:      7068:a4ad6692193a
parent:      7067:fa4cc3f53c64
user:        kaf24@firebug.cl.cam.ac.uk
date:        Tue Sep 27 09:11:59 2005 +0100
summary:     merge?

* with some issues

x86_32 (no PAE support)

       * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBenchDom0s and DomUs

ISSUES: None


x86_32 (PAE)

       * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
       ThinkCentre
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBenchon Dom0s and guest domains

 
ISSUES:     
        *Bugzilla Bug 257 (XEN) Ouch! We are seriously BEHIND schedule!
        -456776755
        *Machines have become unresponsive to some commands (e.g. top,
        reboot)


x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on both boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs

     ISSUE(S):    
       * Bugzilla Bug 258 x86_64 - general protection fault: 0000 [1]

      
------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

xm-test: This suite provides a framework for testing the Xen userspace
tools.

SUMMARY:           
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
              FC3pae |   54 |    7 |     3 |     2 |
 hs20.1.sles9-x86_64 |   44 |   17 |     2 |     3 |
 hs20.2.sles9-x86_64 |   44 |   17 |     2 |     3 |
     hs20.fc4_x86_64 |   53 |    8 |     3 |     2 |
     x235sles9nonpae |   48 |   13 |     3 |     2 |
          x305rh4pae |   54 |    6 |     3 |     2 |
     x305sles9nonpae |   54 |    6 |     3 |     2 |
          x335fc4pae |   50 |   11 |     0 |     5 |



-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: FC3pae.report --]
[-- Type: text/plain, Size: 664 bytes --]

Xm-test execution summary:
  PASS:  54
  FAIL:  7
  XPASS: 3
  XFAIL: 2


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 Failed to verify that block dev is attached

 FAIL: 10_create_fastdestroy 
	 Bugzilla bug #234

 FAIL: 01_shutdown_basic_pos 
	 Guest domain failed to shutdown

 FAIL: 01_save_basic_pos 
	 Domain still running after save!

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond)

 FAIL: 01_migrate_localhost_pos 
	 Command execution time exceeded 90 seconds


[-- Attachment #3: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 1100 bytes --]

Xm-test execution summary:
  PASS:  44
  FAIL:  17
  XPASS: 2
  XFAIL: 3


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 10_create_fastdestroy 
	 Bugzilla bug #234

 FAIL: 04_memset_smallmem_pos 
	 Console run-away (exceeded 8192 bytes)

 FAIL: 03_memset_random_pos 
	 Console didn't respond

 FAIL: 01_pause_basic_pos 
	 Console didn't respond

 FAIL: 01_reboot_basic_pos 
	 Console didn't respond

 FAIL: 01_sedf_multi_pos 
	 [0] xm sedf returned invalid 256 != 0

 FAIL: 01_shutdown_basic_pos 
	 Console didn't respond

 FAIL: 02_sysrq_sync_pos 
	 Console didn't respond

 FAIL: 03_sysrq_withreboot_pos 
	 Console didn't respond

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 Console didn't respond

XFAIL: 03_save_bogusfile_neg 
	 Console didn't respond

 FAIL: 01_restore_basic_pos 
	 Console didn't respond

 FAIL: 01_migrate_localhost_pos 
	 Console didn't respond


[-- Attachment #4: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 1100 bytes --]

Xm-test execution summary:
  PASS:  44
  FAIL:  17
  XPASS: 2
  XFAIL: 3


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 10_create_fastdestroy 
	 Bugzilla bug #234

 FAIL: 04_memset_smallmem_pos 
	 Console run-away (exceeded 8192 bytes)

 FAIL: 03_memset_random_pos 
	 Console didn't respond

 FAIL: 01_pause_basic_pos 
	 Console didn't respond

 FAIL: 01_reboot_basic_pos 
	 Console didn't respond

 FAIL: 01_sedf_multi_pos 
	 [0] xm sedf returned invalid 256 != 0

 FAIL: 01_shutdown_basic_pos 
	 Console didn't respond

 FAIL: 02_sysrq_sync_pos 
	 Console didn't respond

 FAIL: 03_sysrq_withreboot_pos 
	 Console didn't respond

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 Console didn't respond

XFAIL: 03_save_bogusfile_neg 
	 Console didn't respond

 FAIL: 01_restore_basic_pos 
	 Console didn't respond

 FAIL: 01_migrate_localhost_pos 
	 Console didn't respond


[-- Attachment #5: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 630 bytes --]

Xm-test execution summary:
  PASS:  53
  FAIL:  8
  XPASS: 3
  XFAIL: 2


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

 FAIL: 01_shutdown_basic_pos 
	 Guest domain failed to shutdown

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

 FAIL: 01_migrate_localhost_pos 
	 Command execution time exceeded 90 seconds


[-- Attachment #6: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 950 bytes --]

Xm-test execution summary:
  PASS:  48
  FAIL:  13
  XPASS: 3
  XFAIL: 2


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 10_create_fastdestroy 
	 Bugzilla bug #234

 FAIL: 03_memset_random_pos 
	 Timed out waiting for console

 FAIL: 01_reboot_basic_pos 
	 Failed to read from console (fd=3)

 FAIL: 01_shutdown_basic_pos 
	 Timed out waiting for console

 FAIL: 02_sysrq_sync_pos 
	 Timed out waiting for console

 FAIL: 03_sysrq_withreboot_pos 
	 Failed to read from console (fd=3)

 FAIL: 01_unpause_basic_pos 
	 Timed out waiting for console

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 Command execution time exceeded 30 seconds

 FAIL: 01_restore_basic_pos 
	 Command execution time exceeded 30 seconds

 FAIL: 01_migrate_localhost_pos 
	 Timed out waiting for console


[-- Attachment #7: x305rh4pae.report --]
[-- Type: text/plain, Size: 534 bytes --]

Xm-test execution summary:
  PASS:  54
  FAIL:  6
  XPASS: 3
  XFAIL: 2


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 Failed to verify that block dev is attached

 FAIL: 03_memset_random_pos 
	 Timed out waiting for console

 FAIL: 01_shutdown_basic_pos 
	 Guest domain failed to shutdown

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond)

 FAIL: 01_migrate_localhost_pos 
	 Command execution time exceeded 90 seconds


[-- Attachment #8: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 529 bytes --]

Xm-test execution summary:
  PASS:  54
  FAIL:  6
  XPASS: 3
  XFAIL: 2


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 01_shutdown_basic_pos 
	 Guest domain failed to shutdown

 FAIL: 01_save_basic_pos 
	 Domain still running after save!

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond)

 FAIL: 01_migrate_localhost_pos 
	 Command execution time exceeded 90 seconds


[-- Attachment #9: x335fc4pae.report --]
[-- Type: text/plain, Size: 931 bytes --]

Xm-test execution summary:
  PASS:  50
  FAIL:  11
  XPASS: 0
  XFAIL: 5


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 10_create_fastdestroy 
	 Bugzilla bug #234

 FAIL: 03_memset_random_pos 
	 Timed out waiting for console

 FAIL: 01_shutdown_basic_pos 
	 Guest domain failed to shutdown

 FAIL: 01_save_basic_pos 
	 Domain still running after save!

XFAIL: 03_save_bogusfile_neg 
	 xm save returned a stack dump, expected nice error message

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond)

XFAIL: 02_restore_badparm_neg 
	 xm restore returned a stack dump, expected nice error message

XFAIL: 03_restore_badfilename_neg 
	 xm restore returned a stack dump, expected nice error message

 FAIL: 01_migrate_localhost_pos 
	 Command execution time exceeded 90 seconds


[-- Attachment #10: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-09-26 19:48 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-09-26 19:48 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2435 bytes --]

	
September 26, 2005 using hg source as of:

Test changeset and last known good* changeset for ALL platforms:

changeset:   7055:5ea81e640509
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Sun Sep 25 05:47:22 2005 +0100
summary:     Fix so that 'make uninstall' won't fail if /etc/xen

* with some issues

x86_32 (no PAE support)

       * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBenchDom0s and DomUs

ISSUES:
       * Bugzilla Bug 259 - Unable to access restored domain
       * Seeing this on PAE enabled box, too.

x86_32 (PAE)

       * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
       ThinkCentre
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBenchon Dom0s and guest domains

 
ISSUES:      
       * Bugzilla Bug 257 (XEN) Ouch! We are seriously BEHIND schedule! 
-456776755


x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on both boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs

     ISSUE(S):    
       * Bugzilla Bug 258 x86_64 - general protection fault: 0000 [1]

      
------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

xm-test: This suite provides a framework for testing the Xen userspace
tools.

SUMMARY:
            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
              FC3pae |   52 |    9 |     0 |     5 |
 hs20.1.sles9-x86_64 |   42 |   19 |     0 |     5 |
 hs20.2.sles9-x86_64 |   42 |   19 |     0 |     5 |
     hs20.fc4_x86_64 |   49 |   12 |     0 |     5 |
     x235sles9nonpae |   52 |    9 |     0 |     5 |
          x305rh4pae |   52 |    8 |     0 |     5 |
     x305sles9nonpae |   49 |   11 |     0 |     5 |
    x335sles9_pae4gb |   51 |   10 |     0 |     5 |



-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: hs20.1.sles9-x86_64.report --]
[-- Type: text/plain, Size: 1296 bytes --]

Xm-test execution summary:
  PASS:  42
  FAIL:  19
  XPASS: 0
  XFAIL: 5


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 10_create_fastdestroy 
	 Bugzilla bug #234

 FAIL: 04_memset_smallmem_pos 
	 Console run-away (exceeded 8192 bytes)

 FAIL: 03_memset_random_pos 
	 Console didn't respond

 FAIL: 01_pause_basic_pos 
	 Console didn't respond

 FAIL: 01_reboot_basic_pos 
	 Console didn't respond

 FAIL: 01_sedf_multi_pos 
	 [0] xm sedf returned invalid 256 != 0

 FAIL: 01_shutdown_basic_pos 
	 Console didn't respond

 FAIL: 02_sysrq_sync_pos 
	 Console didn't respond

 FAIL: 03_sysrq_withreboot_pos 
	 Console didn't respond

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 Console didn't respond

XFAIL: 03_save_bogusfile_neg 
	 Console didn't respond

 FAIL: 01_restore_basic_pos 
	 Console didn't respond

XFAIL: 02_restore_badparm_neg 
	 xm restore returned a stack dump, expected nice error message

XFAIL: 03_restore_badfilename_neg 
	 xm restore returned a stack dump, expected nice error message

 FAIL: 01_migrate_localhost_pos 
	 Console didn't respond


[-- Attachment #3: hs20.2.sles9-x86_64.report --]
[-- Type: text/plain, Size: 1296 bytes --]

Xm-test execution summary:
  PASS:  42
  FAIL:  19
  XPASS: 0
  XFAIL: 5


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 10_create_fastdestroy 
	 Bugzilla bug #234

 FAIL: 04_memset_smallmem_pos 
	 Console run-away (exceeded 8192 bytes)

 FAIL: 03_memset_random_pos 
	 Console didn't respond

 FAIL: 01_pause_basic_pos 
	 Console didn't respond

 FAIL: 01_reboot_basic_pos 
	 Console didn't respond

 FAIL: 01_sedf_multi_pos 
	 [0] xm sedf returned invalid 256 != 0

 FAIL: 01_shutdown_basic_pos 
	 Console didn't respond

 FAIL: 02_sysrq_sync_pos 
	 Console didn't respond

 FAIL: 03_sysrq_withreboot_pos 
	 Console didn't respond

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 Console didn't respond

XFAIL: 03_save_bogusfile_neg 
	 Console didn't respond

 FAIL: 01_restore_basic_pos 
	 Console didn't respond

XFAIL: 02_restore_badparm_neg 
	 xm restore returned a stack dump, expected nice error message

XFAIL: 03_restore_badfilename_neg 
	 xm restore returned a stack dump, expected nice error message

 FAIL: 01_migrate_localhost_pos 
	 Console didn't respond


[-- Attachment #4: hs20.fc4_x86_64.report --]
[-- Type: text/plain, Size: 970 bytes --]

Xm-test execution summary:
  PASS:  49
  FAIL:  12
  XPASS: 0
  XFAIL: 5


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 10_create_fastdestroy 
	 Bugzilla bug #234

 FAIL: 04_memset_smallmem_pos 
	 Timed out waiting for console

 FAIL: 01_shutdown_basic_pos 
	 Guest domain failed to shutdown

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 03_save_bogusfile_neg 
	 xm save returned a stack dump, expected nice error message

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 02_restore_badparm_neg 
	 xm restore returned a stack dump, expected nice error message

XFAIL: 03_restore_badfilename_neg 
	 xm restore returned a stack dump, expected nice error message

 FAIL: 01_migrate_localhost_pos 
	 Command execution time exceeded 90 seconds


[-- Attachment #5: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 817 bytes --]

Xm-test execution summary:
  PASS:  52
  FAIL:  9
  XPASS: 0
  XFAIL: 5


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 01_shutdown_basic_pos 
	 Guest domain failed to shutdown

 FAIL: 01_save_basic_pos 
	 Domain still running after save!

XFAIL: 03_save_bogusfile_neg 
	 xm save returned a stack dump, expected nice error message

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond)

XFAIL: 02_restore_badparm_neg 
	 xm restore returned a stack dump, expected nice error message

XFAIL: 03_restore_badfilename_neg 
	 xm restore returned a stack dump, expected nice error message

 FAIL: 01_migrate_localhost_pos 
	 Command execution time exceeded 90 seconds


[-- Attachment #6: x305rh4pae.report --]
[-- Type: text/plain, Size: 752 bytes --]

Xm-test execution summary:
  PASS:  52
  FAIL:  8
  XPASS: 0
  XFAIL: 5


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 01_save_basic_pos 
	 Domain still running after save!

XFAIL: 03_save_bogusfile_neg 
	 xm save returned a stack dump, expected nice error message

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond)

XFAIL: 02_restore_badparm_neg 
	 xm restore returned a stack dump, expected nice error message

XFAIL: 03_restore_badfilename_neg 
	 xm restore returned a stack dump, expected nice error message

 FAIL: 01_migrate_localhost_pos 
	 Command execution time exceeded 90 seconds


[-- Attachment #7: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 931 bytes --]

Xm-test execution summary:
  PASS:  49
  FAIL:  11
  XPASS: 0
  XFAIL: 5


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 10_create_fastdestroy 
	 Bugzilla bug #234

 FAIL: 03_memset_random_pos 
	 Timed out waiting for console

 FAIL: 01_shutdown_basic_pos 
	 Guest domain failed to shutdown

 FAIL: 01_save_basic_pos 
	 Domain still running after save!

XFAIL: 03_save_bogusfile_neg 
	 xm save returned a stack dump, expected nice error message

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond)

XFAIL: 02_restore_badparm_neg 
	 xm restore returned a stack dump, expected nice error message

XFAIL: 03_restore_badfilename_neg 
	 xm restore returned a stack dump, expected nice error message

 FAIL: 01_migrate_localhost_pos 
	 Command execution time exceeded 90 seconds


[-- Attachment #8: x335sles9_pae4gb.report --]
[-- Type: text/plain, Size: 869 bytes --]

Xm-test execution summary:
  PASS:  51
  FAIL:  10
  XPASS: 0
  XFAIL: 5


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 10_create_fastdestroy 
	 Bugzilla bug #234

 FAIL: 01_shutdown_basic_pos 
	 Guest domain failed to shutdown

 FAIL: 01_save_basic_pos 
	 Domain still running after save!

XFAIL: 03_save_bogusfile_neg 
	 xm save returned a stack dump, expected nice error message

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond)

XFAIL: 02_restore_badparm_neg 
	 xm restore returned a stack dump, expected nice error message

XFAIL: 03_restore_badfilename_neg 
	 xm restore returned a stack dump, expected nice error message

 FAIL: 01_migrate_localhost_pos 
	 Command execution time exceeded 90 seconds


[-- Attachment #9: FC3pae.report --]
[-- Type: text/plain, Size: 1270 bytes --]

Xm-test execution summary:
  PASS:  52
  FAIL:  9
  XPASS: 0
  XFAIL: 5


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 Failed to verify that block dev is attached

 FAIL: 01_shutdown_basic_pos 
	 Guest domain failed to shutdown

 FAIL: 01_save_basic_pos 
	 Domain still running after save!

XFAIL: 03_save_bogusfile_neg 
	 xm save returned a stack dump, expected nice error message

XFAIL: 03_save_bogusfile_neg 
	 xm save returned a stack dump, expected nice error message

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond)

 FAIL: 01_restore_basic_pos 
	 Restored domain is dead (Console didn't respond)

XFAIL: 02_restore_badparm_neg 
	 xm restore returned a stack dump, expected nice error message

XFAIL: 02_restore_badparm_neg 
	 xm restore returned a stack dump, expected nice error message

XFAIL: 03_restore_badfilename_neg 
	 xm restore returned a stack dump, expected nice error message

XFAIL: 03_restore_badfilename_neg 
	 xm restore returned a stack dump, expected nice error message

 FAIL: 01_migrate_localhost_pos 
	 Command execution time exceeded 90 seconds


[-- Attachment #10: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-09-23 19:40 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-09-23 19:40 UTC (permalink / raw)
  To: xen-devel


September 23, 2005 using hg source as of:

Test changeset and last known good* changeset for ALL platforms:

changeset:   7029:43edce5b75d6
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Thu Sep 22 14:59:31 2005 +0100
summary:     Remove file from sparse tree.

* with some issues

x86_32 (no PAE support)

       * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBenchDom0s and DomUs

ISSUES:
       * Bugzilla Bug 259 - Unable to access restored domain
       * Seeing this on PAE enabled box, too.

x86_32 (PAE)

       * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
       ThinkCentre
       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on all boxes
       * Successfully ran LTP and LMBenchon Dom0s and guest domains

 
ISSUES:      
       * Bugzilla Bug 257 (XEN) Ouch! We are seriously BEHIND schedule! 
-456776755


x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

       * Builds and boots without problems
       * Able to create fully functional guest domains
       * Ran xm-test on both boxes
       * Successfully ran LTP and LMBench on Dom0s and DomUs

     ISSUE(S):    
       * Bugzilla Bug 258 x86_64 - general protection fault: 0000 [1]

      
------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

xm-test: This suite provides a framework for testing the Xen userspace
tools.

SUMMARY:
           Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
              FC3pae |   52 |    9 |     0 |     5 |
 hs20.1.sles9-x86_64 |   43 |   18 |     0 |     5 |
 hs20.2.sles9-x86_64 |   43 |   18 |     0 |     5 |
     hs20.fc4_x86_64 |   49 |   12 |     0 |     5 |
     x235sles9nonpae |   52 |    9 |     0 |     5 |
          x305rh4pae |   50 |   10 |     0 |     5 |
     x305sles9nonpae |   50 |   10 |     0 |     5 |
          x335fc4pae |   50 |   11 |     0 |     5 |





-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                             Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-09-22 18:29 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-09-22 18:29 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2563 bytes --]


September 22, 2005 using hg source as of:

Test changeset and last known good* changeset for ALL platforms:

changeset:   6997:932aa2b425e8
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Thu Sep 22 08:36:20 2005 +0100
summary:     Netfront/back always use grant tables now. This cleans up a


* With some tool issues. Changeset 6999 has a fix for [Bug 249] Invalid state record -- pfn count out of range: 268435456, but it hasn't been tested yet.

x86_32 (no PAE support)

        * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
        * Builds and boots without problems
        * Able to create fully functional guest domains
	* Ran xm-test on SLES 9 box
        * Successfully ran LTP and LMBenchDom0s and DomUs

ISSUES: None

x86_32 (PAE)

        * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
        ThinkCentre
        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Ran xm-test on SLES 9 and FC3 boxes
        * Successfully ran LTP and LMBenchDom0s and DomUs

  

ISSUES: 
        * Unable to save guest domain, Bugzilla #249**
	** Reportedly fixed but not tested yet

             
x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

        * Builds and boots without problems
        * Able to create fully functional guest domains
	* Ran xm-test on SLES 9 boxes
        * Successfully ran LTP and LMBench on Dom0s and DomUs

      
ISSUE(S): 	

        * Unable to save guest domain, Bugzilla #249**
        ** Reportedly fixed but not tested yet

------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

xm-test: This suite provides a framework for testing the Xen userspace
tools. 

SUMMARY:

            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
              FC3pae |   50 |    3 |     1 |     2 |
       hs20S9-x86_64 |   40 |   13 |     1 |     2 |
     x235sles9nonpae |   50 |   11 |     0 |     5 |
          x305rh4pae |   50 |   10 |     0 |     5 |
        x305S9nonpae |   47 |    5 |     1 |     2 |
     x305sles9nonpae |   51 |    9 |     0 |     5 |
          x335fc4pae |   51 |   10 |     0 |     5 |
          x335pae4gb |   28 |   24 |     0 |     3 |


Attached xm-test results files (*.report)

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                              Euripides



[-- Attachment #2: x335pae4gb.report --]
[-- Type: text/plain, Size: 2272 bytes --]

Xm-test execution summary:
  PASS:  28
  FAIL:  24
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 Unable to create domain

XFAIL: 01_block-destroy_btblock_pos 
	 Unable to create domain

XFAIL: 02_block-destroy_rtblock_pos 
	 Unable to create domain

 FAIL: 01_create_basic_pos 
	 Failed to create domain

 FAIL: 04_create_conflictname_neg 
	 Failed to create domain

 FAIL: 07_create_mem64_pos 
	 Failed to create domain

 FAIL: 07_create_mem64_pos 
	 Failed to create domain

 FAIL: 08_create_mem128_pos 
	 Failed to create domain

 FAIL: 08_create_mem128_pos 
	 Failed to create domain

 FAIL: 09_create_mem256_pos 
	 Failed to create domain

 FAIL: 09_create_mem256_pos 
	 Failed to create domain

 FAIL: 10_create_fastdestroy 
	 xm create returned invalid status 256

 FAIL: 10_create_fastdestroy 
	 xm create returned invalid status 256

 FAIL: 01_destroy_basic_pos 
	 Failed to create domain

 FAIL: 05_destroy_byid_pos 
	 Failed to create domain

 FAIL: 04_list_goodparm_pos 
	 Failed to create domain

 FAIL: 01_memset_basic_pos 
	 Failed to create domain

 FAIL: 03_memset_random_pos 
	 Failed to create domain

 FAIL: 03_memset_random_pos 
	 Failed to create domain

 FAIL: 01_pause_basic_pos 
	 Failed to create domain

 FAIL: 01_pause_basic_pos 
	 Failed to create domain

 FAIL: 01_reboot_basic_pos 
	 Failed to create domain

 FAIL: 01_reboot_basic_pos 
	 Failed to create domain

 FAIL: 02_reboot_badopt_neg 
	 Failed to create domain

 FAIL: 01_sedf_multi_pos 
	 Failed to create domain

 FAIL: 01_sedf_multi_pos 
	 Failed to create domain

 FAIL: 01_shutdown_basic_pos 
	 Failed to create domain

 FAIL: 01_shutdown_basic_pos 
	 Failed to create domain

 FAIL: 02_shutdown_badparm_neg 
	 Failed to create domain

 FAIL: 02_sysrq_sync_pos 
	 Failed to create domain

 FAIL: 02_sysrq_sync_pos 
	 Failed to create domain

 FAIL: 03_sysrq_withreboot_pos 
	 Failed to create domain

 FAIL: 03_sysrq_withreboot_pos 
	 Failed to create domain

 FAIL: 01_unpause_basic_pos 
	 Failed to create domain

 FAIL: 01_unpause_basic_pos 
	 Failed to create domain

 FAIL: 01_vcpu-disable_basic_pos 
	 Failed to create domain

 FAIL: 01_vcpu-disable_basic_pos 
	 Failed to create domain

XFAIL: 01_vcpu-pin_basic_pos 
	 Failed to create domain


[-- Attachment #3: FC3pae.report --]
[-- Type: text/plain, Size: 372 bytes --]

Xm-test execution summary:
  PASS:  50
  FAIL:  3
  XPASS: 1
  XFAIL: 2


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 10_create_fastdestroy 
	 Bugzilla bug #234


[-- Attachment #4: hs20S9-x86_64.report --]
[-- Type: text/plain, Size: 1270 bytes --]

Xm-test execution summary:
  PASS:  40
  FAIL:  13
  XPASS: 1
  XFAIL: 2


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 Failed to verify that block dev is attached

 FAIL: 10_create_fastdestroy 
	 Bugzilla bug #234

 FAIL: 01_memset_basic_pos 
	 DomU reported incorrect memory amount MemTotal        57092 kB

 FAIL: 04_memset_smallmem_pos 
	 Console run-away (exceeded 8192 bytes)

 FAIL: 04_memset_smallmem_pos 
	 Console run-away (exceeded 8192 bytes)

 FAIL: 03_memset_random_pos 
	 Console didn't respond

 FAIL: 03_memset_random_pos 
	 Console didn't respond

 FAIL: 01_pause_basic_pos 
	 Console didn't respond

 FAIL: 01_pause_basic_pos 
	 Console didn't respond

 FAIL: 01_reboot_basic_pos 
	 Console didn't respond

 FAIL: 01_shutdown_basic_pos 
	 Console didn't respond

 FAIL: 02_sysrq_sync_pos 
	 Console didn't respond

 FAIL: 02_sysrq_sync_pos 
	 Console didn't respond

 FAIL: 03_sysrq_withreboot_pos 
	 Console didn't respond

 FAIL: 03_sysrq_withreboot_pos 
	 Console didn't respond

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond

 FAIL: 01_vcpu-disable_basic_pos 
	Unknown reason


[-- Attachment #5: x235sles9nonpae.report --]
[-- Type: text/plain, Size: 906 bytes --]

Xm-test execution summary:
  PASS:  50
  FAIL:  11
  XPASS: 0
  XFAIL: 5


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 10_create_fastdestroy 
	 Bugzilla bug #234

 FAIL: 01_shutdown_basic_pos 
	 Guest domain failed to shutdown

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 03_save_bogusfile_neg 
	 xm save returned a stack dump, expected nice error message

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 02_restore_badparm_neg 
	 xm restore returned a stack dump, expected nice error message

XFAIL: 03_restore_badfilename_neg 
	 xm restore returned a stack dump, expected nice error message

 FAIL: 01_migrate_localhost_pos 
	 Command execution time exceeded 90 seconds


[-- Attachment #6: x305rh4pae.report --]
[-- Type: text/plain, Size: 841 bytes --]

Xm-test execution summary:
  PASS:  50
  FAIL:  10
  XPASS: 0
  XFAIL: 5


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 10_create_fastdestroy 
	 Bugzilla bug #234

 FAIL: 01_vcpu-disable_basic_pos 
	 failed to disable VCPU1

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 03_save_bogusfile_neg 
	 xm save returned a stack dump, expected nice error message

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 02_restore_badparm_neg 
	 xm restore returned a stack dump, expected nice error message

XFAIL: 03_restore_badfilename_neg 
	 xm restore returned a stack dump, expected nice error message

 FAIL: 01_migrate_localhost_pos 
	 Command execution time exceeded 90 seconds


[-- Attachment #7: x305S9nonpae.report --]
[-- Type: text/plain, Size: 499 bytes --]

Xm-test execution summary:
  PASS:  47
  FAIL:  5
  XPASS: 1
  XFAIL: 2


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 10_create_fastdestroy 
	 Bugzilla bug #234

 FAIL: 03_memset_random_pos 
	 Timed out waiting for console

 FAIL: 01_shutdown_basic_pos 
	 Guest domain failed to shutdown


[-- Attachment #8: x305sles9nonpae.report --]
[-- Type: text/plain, Size: 779 bytes --]

Xm-test execution summary:
  PASS:  51
  FAIL:  9
  XPASS: 0
  XFAIL: 5


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 10_create_fastdestroy 
	 Bugzilla bug #234

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 03_save_bogusfile_neg 
	 xm save returned a stack dump, expected nice error message

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 02_restore_badparm_neg 
	 xm restore returned a stack dump, expected nice error message

XFAIL: 03_restore_badfilename_neg 
	 xm restore returned a stack dump, expected nice error message

 FAIL: 01_migrate_localhost_pos 
	 Command execution time exceeded 90 seconds


[-- Attachment #9: x335fc4pae.report --]
[-- Type: text/plain, Size: 845 bytes --]

Xm-test execution summary:
  PASS:  51
  FAIL:  10
  XPASS: 0
  XFAIL: 5


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 10_create_fastdestroy 
	 Bugzilla bug #234

 FAIL: 01_shutdown_basic_pos 
	 Guest domain failed to shutdown

 FAIL: 01_save_basic_pos 
	 save command exited 256 != 0

XFAIL: 03_save_bogusfile_neg 
	 xm save returned a stack dump, expected nice error message

 FAIL: 01_restore_basic_pos 
	 save command exited 256 != 0

XFAIL: 02_restore_badparm_neg 
	 xm restore returned a stack dump, expected nice error message

XFAIL: 03_restore_badfilename_neg 
	 xm restore returned a stack dump, expected nice error message

 FAIL: 01_migrate_localhost_pos 
	 Command execution time exceeded 90 seconds


[-- Attachment #10: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-09-21 18:43 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-09-21 18:43 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 2100 bytes --]


September 21, 2005 using hg source as of:

Test changeset and last known good* changeset for ALL platforms:

changeset:   6967:7a45b8ccef01
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Wed Sep 21 05:13:11 2005 +0000
summary:     Some cleanup in tpm-related files.

* With some tool issues

x86_32 (no PAE support)

        * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
        * Builds and boots without problems
        * Able to create fully functional guest domains
	* Ran xm-test on SLES 9 box
        * Successfully ran LTP and LMBenchDom0s and DomUs

ISSUES: None

x86_32 (PAE)

        * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
        ThinkCentre
        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Ran xm-test on SLES 9 and FC3 boxes
        * Successfully ran LTP and LMBenchDom0s and DomUs

  

ISSUES: 
        * Unable to save guest domain, Bugzilla #244

             
x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

        * Builds and boots without problems
        * Able to create fully functional guest domains
	* Ran xm-test on SLES 9 boxes
        * Successfully ran LTP and LMBench on Dom0s and DomUs

      
ISSUE(S): * UnicodeError: label too long, Bugzilla #245

------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

xm-test: This suite provides a framework for testing the Xen userspace
tools. 

SUMMARY:

            Platform | PASS | FAIL | XPASS | XFAIL |
---------------------+------+------+-------+-------+
              FC3pae |   50 |    3 |     1 |     2 |
       hs20S9-x86_64 |   40 |   13 |     1 |     2 |
        x305S9nonpae |   47 |    5 |     1 |     2 |
          x335pae4gb |   42 |   10 |     1 |     2 |

Attached xm-test results files (*.report)
-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

[-- Attachment #2: FC3pae.report --]
[-- Type: text/plain, Size: 372 bytes --]

Xm-test execution summary:
  PASS:  50
  FAIL:  3
  XPASS: 1
  XFAIL: 2


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 10_create_fastdestroy 
	 Bugzilla bug #234


[-- Attachment #3: hs20S9-x86_64.report --]
[-- Type: text/plain, Size: 1270 bytes --]

Xm-test execution summary:
  PASS:  40
  FAIL:  13
  XPASS: 1
  XFAIL: 2


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 Failed to verify that block dev is attached

 FAIL: 10_create_fastdestroy 
	 Bugzilla bug #234

 FAIL: 01_memset_basic_pos 
	 DomU reported incorrect memory amount MemTotal        57092 kB

 FAIL: 04_memset_smallmem_pos 
	 Console run-away (exceeded 8192 bytes)

 FAIL: 04_memset_smallmem_pos 
	 Console run-away (exceeded 8192 bytes)

 FAIL: 03_memset_random_pos 
	 Console didn't respond

 FAIL: 03_memset_random_pos 
	 Console didn't respond

 FAIL: 01_pause_basic_pos 
	 Console didn't respond

 FAIL: 01_pause_basic_pos 
	 Console didn't respond

 FAIL: 01_reboot_basic_pos 
	 Console didn't respond

 FAIL: 01_shutdown_basic_pos 
	 Console didn't respond

 FAIL: 02_sysrq_sync_pos 
	 Console didn't respond

 FAIL: 02_sysrq_sync_pos 
	 Console didn't respond

 FAIL: 03_sysrq_withreboot_pos 
	 Console didn't respond

 FAIL: 03_sysrq_withreboot_pos 
	 Console didn't respond

 FAIL: 01_unpause_basic_pos 
	 Console didn't respond

 FAIL: 01_vcpu-disable_basic_pos 
	Unknown reason


[-- Attachment #4: x305S9nonpae.report --]
[-- Type: text/plain, Size: 499 bytes --]

Xm-test execution summary:
  PASS:  47
  FAIL:  5
  XPASS: 1
  XFAIL: 2


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 10_create_fastdestroy 
	 Bugzilla bug #234

 FAIL: 03_memset_random_pos 
	 Timed out waiting for console

 FAIL: 01_shutdown_basic_pos 
	 Guest domain failed to shutdown


[-- Attachment #5: x335pae4gb.report --]
[-- Type: text/plain, Size: 921 bytes --]

Xm-test execution summary:
  PASS:  42
  FAIL:  10
  XPASS: 1
  XFAIL: 2


Details:

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 01_block-destroy_btblock_pos 
	 block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos 
	 block-detach returned invalid 256 != 0

 FAIL: 04_create_conflictname_neg 
	 xm create let me create a duplicate-named domain!

 FAIL: 10_create_fastdestroy 
	 Bugzilla bug #234

 FAIL: 04_list_goodparm_pos 
	 `xm list 04_list_goodparm_pos-1127306611' failed with invalid status 256 != 0

 FAIL: 01_memset_basic_pos 
	 Failed to read from console (fd=3)

 FAIL: 03_memset_random_pos 
	 Timed out waiting for console

 FAIL: 01_reboot_basic_pos 
	 xm reboot returned 256 != 0

 FAIL: 01_shutdown_basic_pos 
	 Guest domain failed to shutdown

 FAIL: 03_sysrq_withreboot_pos 
	 reboot 03_sysrq_withreboot_pos-1127306832 failed with 256 != 0


[-- Attachment #6: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-09-20 18:07 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-09-20 18:07 UTC (permalink / raw)
  To: xen-devel

September 19, 2005 using hg source as of:

Test changeset and last known good changeset for ALL platforms:

changeset:   6963:1bea937e53cc
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Tue Sep 20 11:13:01 2005 +0000


x86_32 (no PAE support)

        * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Successfully ran LTP and LMBenchDom0s and DomUs

ISSUES: None

x86_32 (PAE)

        * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
        ThinkCentre
        * Builds and boots without problems
        * Able to create fully functional guest domains
	* Ran xm-test on SLES 9 and FC3 boxes
        * Successfully ran LTP and LMBenchDom0s and DomUs

        ** The problem with creating a guest domain on 4GB or greater
        machines has been fixed

ISSUES: None

             
x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Successfully ran LTP and LMBench on Dom0s and DomUs

      
ISSUE(S): None

------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

xm-test: This suite provides a framework for testing the Xen userspace
tools. 

Results from IBM xSeries 335, PAE enabled, 4GB RAM, SLES 9 SP2 box:

Xm-test execution summary:
  PASS:  39
  FAIL:  13
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 01_block-destroy_btblock_pos
         block-detach returned invalid 256 != 0

XFAIL: 01_block-destroy_btblock_pos
         block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos
         block-detach returned invalid 256 != 0

 FAIL: 01_create_basic_pos
         Timed out waiting for console

 FAIL: 10_create_fastdestroy
         Bugzilla bug #234

 FAIL: 05_destroy_byid_pos
         xm destroy returned invalid 256 != 0

 FAIL: 03_memset_random_pos
         Failed to read from console (fd=3)

 FAIL: 03_memset_random_pos
         Failed to read from console (fd=3)

 FAIL: 01_pause_basic_pos
         Failed to read from console (fd=3)

 FAIL: 01_pause_basic_pos
         Failed to read from console (fd=3)

 FAIL: 01_reboot_basic_pos
         xm reboot returned 256 != 0

 FAIL: 01_shutdown_basic_pos
         Guest domain failed to shutdown

 FAIL: 02_sysrq_sync_pos
         Failed to read from console (fd=3)

 FAIL: 01_unpause_basic_pos
         Failed to read from console (fd=3)

 FAIL: 01_vcpu-disable_basic_pos
        Unknown reason

 FAIL: 01_vcpu-disable_basic_pos
        Unknown reason

XFAIL: 01_vcpu-pin_basic_pos
         xm vcpu-pin returned invalid 256 != 0



-------------------------------------------------------------------------
Results from FC3, PAE enabled machine:

Xm-test execution summary:
  PASS:  49
  FAIL:  3
  XPASS: 1
  XFAIL: 2


Details:

XFAIL: 01_block-destroy_btblock_pos
         block-detach returned invalid 256 != 0

XFAIL: 01_block-destroy_btblock_pos
         block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos
         block-detach returned invalid 256 != 0

 FAIL: 10_create_fastdestroy
         Bugzilla bug #234




-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-09-19 17:52 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-09-19 17:52 UTC (permalink / raw)
  To: xen-devel

September 19, 2005 using hg source as of:

Test changeset and last known good changeset for non-PAE enabled large
memory systems (>=4GB), x86_32 and x86_64:

changeset:   6906:619e3d6f01b39042f287880572f0f0d92ac7996a
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Mon Sep 19 06:06:05 2005
summary:     Re-indent libxc to avoid hard tabs. Also, fix the PAE

x86_32 (no PAE support)

        * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Successfully ran LTP and LMBenchDom0s and DomUs

ISSUES: None

x86_32 (PAE)

        * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
        ThinkCentre
        * Builds and boots without problems
        * Able to create fully functional guest domains on machines with
        memory < 4GB
        * UNABLE TO CREATE guest domain on machine with memory = 4GB
		* Keir Frasier working with us to debug
        * Successfully ran LTP and LMBench on Dom0s and guest domains,
        except machine with mem > 4Gb.
        * Ran xm-test on 2 PAE enabled boxes (results below summary)

        Last good changeset* for x86_32 (PAE):
        
        changeset:   6699:cdfa7dd00c44eaa68b56656d236df5a60df17cf7
        tag:         tip
        parent:      6698:2704a88c329598a92bc349869df461363e509b8f
        parent:      6696:df1348e72390866e232f867be396962058d2f5b6
        user:        cl349@firebug.cl.cam.ac.uk
        date:        Fri Sep  9 05:20:25 2005
        summary:     merge?
        * for machines with mem >= 4GB. All others, current changeset OK

ISSUES: 

        * UNABLE TO CREATE guest domain on machine with memory = 4GB
        * Bugzilla #209 -Problems creating DomUs with large memory
        system/PAEenabled
        * (reported by raj.subrahmanian@unisys.com)
	* Working with Keir Fraser to debug
       
x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Successfully ran LTP and LMBench on Dom0s and DomUs

      
ISSUE(S): None

------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

xm-test: This suite provides a framework for testing the Xen userspace
tools. 

Results from IBM xSeries 335, PAE enabled, 4GB RAM, SLES 9 SP2 box:

Note: the failures reflect the inability to create a guest domain on
this machine, as mentioned report, Bugzilla #209. 

Xm-test execution summary:
  PASS:  37
  FAIL:  15
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 01_block-destroy_btblock_pos
         block-detach returned invalid 256 != 0

XFAIL: 01_block-destroy_btblock_pos
         block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos
         Failed to read from console (fd=3)

 FAIL: 01_create_basic_pos
         Failed to read from console (fd=3)

 FAIL: 04_create_conflictname_neg
         xm create let me create a duplicate-named domain!

 FAIL: 09_create_mem256_pos
         Failed to verify that a 256MB domain started

 FAIL: 09_create_mem256_pos
         Failed to verify that a 256MB domain started

 FAIL: 10_create_fastdestroy
         Bugzilla bug #234

 FAIL: 05_destroy_byid_pos
         xm destroy returned invalid 256 != 0

 FAIL: 01_memset_basic_pos
         Failed to read from console (fd=3)

 FAIL: 01_pause_basic_pos
         Failed to read from console (fd=3)

 FAIL: 01_pause_basic_pos
         Failed to read from console (fd=3)

 FAIL: 01_reboot_basic_pos
         Failed to read from console (fd=3)

 FAIL: 01_sedf_multi_pos
         [0] xm sedf returned invalid 256 != 0

 FAIL: 01_sedf_multi_pos
         [0] xm sedf returned invalid 256 != 0

 FAIL: 01_shutdown_basic_pos
         Failed to read from console (fd=3)

 FAIL: 02_sysrq_sync_pos
         Failed to read from console (fd=3)

 FAIL: 01_vcpu-disable_basic_pos
        Unknown reason

 FAIL: 01_vcpu-disable_basic_pos
        Unknown reason

XFAIL: 01_vcpu-pin_basic_pos
         xm vcpu-pin returned invalid 256 != 0


-------------------------------------------------------------------------
Results from FC3, PAE enabled machine:

Xm-test execution summary:
  PASS:  48
  FAIL:  4
  XPASS: 1
  XFAIL: 2


Details:

XFAIL: 01_block-destroy_btblock_pos
         block-detach returned invalid 256 != 0

XFAIL: 01_block-destroy_btblock_pos
         block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos
         block-detach returned invalid 256 != 0

 FAIL: 10_create_fastdestroy
         Bugzilla bug #234

 FAIL: 03_memset_random_pos
         Timed out waiting for console


-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-09-16 17:41 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-09-16 17:41 UTC (permalink / raw)
  To: xen-devel


ISSUES: 

* Unable to create guest domains on PAE enabled machines with mem >= 4GB
        * Using config file "/tmp/xen/vm1.cfg".
        * Error: Error creating domain: 'NoneType' object has no
        attribute 'port1'
* Test machine is IBM xSeries 335, SLES 9 SP2 based platform
* SCSI drives, 4GB physical memory
* Same machine, non-PAE enabled works fine.
* Bugzilla #209

September 16, 2005 using hg source as of:

Test changeset and last known good changeset for non-PAE enabled large
memory systems (>=4GB), x86_32 and x86_64:

changeset:   6885:e1cc553059e168baa594c8a855b05570a901198c
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Fri Sep 16 05:57:31 2005
summary:     direct_remap_pfn_range() takes a vm_area_struct rather than


x86_32 (no PAE support)

        * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Successfully ran LTP Dom0s and DomUs

ISSUES: None

x86_32 (PAE)

        * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
        ThinkCentre
        * Builds and boots without problems
        * Able to create fully functional guest domains on machines with
        memory < 4GB
        * UNABLE TO CREATE guest domain on machine with memory = 4GB
        * Successfully ran LTP and LMBench on Dom0s and guest domains,
        except machine with mem > 4Gb.
	* Ran xm-test on 2 PAE enabled boxes (results below summary)

        Last good changeset* for x86_32 (PAE):
        
        changeset:   6699:cdfa7dd00c44eaa68b56656d236df5a60df17cf7
        tag:         tip
        parent:      6698:2704a88c329598a92bc349869df461363e509b8f
        parent:      6696:df1348e72390866e232f867be396962058d2f5b6
        user:        cl349@firebug.cl.cam.ac.uk
        date:        Fri Sep  9 05:20:25 2005
        summary:     merge?
        * for machines with mem >= 4GB. All others, current changeset OK

ISSUES: 

        * UNABLE TO CREATE guest domain on machine with memory = 4GB
        * Bugzilla #209 -Problems creating DomUs with large memory
        system/PAEenabled
        * (reported by raj.subrahmanian@unisys.com)
       
x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Successfully ran LTP and LMBench on Dom0s and DomUs

      
ISSUE(S): None

------------------------------------------------------------------------

------------------------XM-TEST Results---------------------------------

xm-test: This suite provides a framework for testing the Xen userspace
tools. 

Results from IBM xSeries 335, PAE enabled, 4GB RAM, SLES 9 SP2 box:

Note: the failures reflect the inability to create a guest domain on
this machine, as mentioned report, Bugzilla #209. 

Xm-test execution summary:
  PASS:  28
  FAIL:  24
  XPASS: 0
  XFAIL: 3


Details:

XFAIL: 01_block-destroy_btblock_pos
         Unable to create domain

XFAIL: 01_block-destroy_btblock_pos
         Unable to create domain

XFAIL: 02_block-destroy_rtblock_pos
         Unable to create domain

 FAIL: 01_create_basic_pos
         Failed to create domain

 FAIL: 04_create_conflictname_neg
         Failed to create domain

 FAIL: 07_create_mem64_pos
         Failed to create domain

 FAIL: 07_create_mem64_pos
         Failed to create domain

 FAIL: 08_create_mem128_pos
         Failed to create domain

 FAIL: 08_create_mem128_pos
         Failed to create domain

 FAIL: 09_create_mem256_pos
         Failed to create domain

 FAIL: 09_create_mem256_pos
         Failed to create domain

 FAIL: 10_create_fastdestroy
         xm create returned invalid status 256

 FAIL: 10_create_fastdestroy
         xm create returned invalid status 256

 FAIL: 01_destroy_basic_pos
         Failed to create domain

 FAIL: 05_destroy_byid_pos
         Failed to create domain

 FAIL: 04_list_goodparm_pos
         Failed to create domain

 FAIL: 01_memset_basic_pos
         Failed to create domain

 FAIL: 03_memset_random_pos
         Failed to create domain

 FAIL: 03_memset_random_pos
         Failed to create domain

 FAIL: 01_pause_basic_pos
         Failed to create domain

 FAIL: 01_pause_basic_pos
         Failed to create domain

 FAIL: 01_reboot_basic_pos
         Failed to create domain

 FAIL: 01_reboot_basic_pos
         Failed to create domain

 FAIL: 02_reboot_badopt_neg
         Failed to create domain

 FAIL: 01_sedf_multi_pos
         Failed to create domain

 FAIL: 01_sedf_multi_pos
         Failed to create domain

 FAIL: 01_shutdown_basic_pos
         Failed to create domain

 FAIL: 01_shutdown_basic_pos
         Failed to create domain

 FAIL: 02_shutdown_badparm_neg
         Failed to create domain

 FAIL: 02_sysrq_sync_pos
         Failed to create domain

 FAIL: 02_sysrq_sync_pos
         Failed to create domain

 FAIL: 03_sysrq_withreboot_pos
         Failed to create domain

 FAIL: 03_sysrq_withreboot_pos
         Failed to create domain

 FAIL: 01_unpause_basic_pos
         Failed to create domain

 FAIL: 01_unpause_basic_pos
         Failed to create domain

 FAIL: 01_vcpu-disable_basic_pos
         Failed to create domain

 FAIL: 01_vcpu-disable_basic_pos
         Failed to create domain

XFAIL: 01_vcpu-pin_basic_pos
         Failed to create domain

----------------------------------------------------

Results from IBM ThinkCentre, 1GB RAM, FC3 box:

Xm-test execution summary:
  PASS:  45
  FAIL:  8
  XPASS: 1
  XFAIL: 2


Details:

XFAIL: 01_block-destroy_btblock_pos
         block-detach returned invalid 256 != 0

XFAIL: 01_block-destroy_btblock_pos
         block-detach returned invalid 256 != 0

XFAIL: 02_block-destroy_rtblock_pos
         block-detach returned invalid 256 != 0

 FAIL: 10_create_fastdestroy
         Bugzilla bug #234

 FAIL: 02_help_basic_neg
         Bugzilla bug #234

 FAIL: 01_reboot_basic_pos
         Failed to read from console (fd=3)

 FAIL: 01_shutdown_basic_pos
         Guest domain failed to shutdown

 FAIL: 03_sysrq_withreboot_pos
         Failed to read from console (fd=3)


-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-09-15 19:27 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-09-15 19:27 UTC (permalink / raw)
  To: xen-devel


ISSUES: 

* Unable to create guest domains on PAE enabled machines with mem >= 4GB
* Same machine, non-PAE enabled works fine.
* Bugzilla #209

September 15, 2005 using hg source as of:

changeset:   6874:c27431cf81f96a6d98c4e25bd08e6762918019e4
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Thu Sep 15 08:17:24 2005
summary:     Fix the libxc Makefile.

x86_32 (no PAE support)

        * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Successfully ran LTP Dom0s and DomUs
        
        changeset:   6874:c27431cf81f96a6d98c4e25bd08e6762918019e4
        tag:         tip
        user:        kaf24@firebug.cl.cam.ac.uk
        date:        Thu Sep 15 08:17:24 2005
        summary:     Fix the libxc Makefile.
                
ISSUES: None

x86_32 (PAE)

        * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
        ThinkCentre
        * Builds and boots without problems
        * Able to create fully functional guest domains on machines with
        memory < 4GB
        * UNABLE TO CREATE guest domain on machine with memory = 4GB
        * Successfully ran LTP and LMBench on Dom0s and guest domains,
        except machine with mem > 4Gb.

        Last good changeset* for x86_32 (PAE):
        
        changeset:   6699:cdfa7dd00c44eaa68b56656d236df5a60df17cf7
        tag:         tip
        parent:      6698:2704a88c329598a92bc349869df461363e509b8f
        parent:      6696:df1348e72390866e232f867be396962058d2f5b6
        user:        cl349@firebug.cl.cam.ac.uk
        date:        Fri Sep  9 05:20:25 2005
        summary:     merge?
	* for machines with mem >= 4GB. All others, current changeset OK

ISSUES: 

        * UNABLE TO CREATE guest domain on machine with memory = 4GB
        * Bugzilla #209 -Problems creating DomUs with large memory
        system/PAEenabled
        * (reported by raj.subrahmanian@unisys.com)


        
x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Successfully ran LTP and LMBench on Dom0s and DomUs


        Last good changeset for x86_64 platforms:
        
        changeset:   6874:c27431cf81f96a6d98c4e25bd08e6762918019e4
        tag:         tip
        user:        kaf24@firebug.cl.cam.ac.uk
        date:        Thu Sep 15 08:17:24 2005
        summary:     Fix the libxc Makefile.
      
ISSUE(S): None

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-09-13 16:57 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-09-13 16:57 UTC (permalink / raw)
  To: xen-devel

ISSUES: 

* Unable to create guest domains on PAE enabled machines with mem >= 4GB
* Bugzilla #209
* (reported by raj.subrahmanian@unisys.com)


September 13, 2005 using hg source as of:

changeset:   6761:89ed236b6b66a66e2f0b0fb977e48cd943ce9dc1
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Tue Sep 13 05:42:15 2005
summary:     Update ignores list for new xenstore binaries.

x86_32 (no PAE support)

        * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Successfully ran LTP Dom0s and DomUs
        
        Last good changeset for x86_32 (PAE not enabled):
        changeset:   6761:89ed236b6b66a66e2f0b0fb977e48cd943ce9dc1
        tag:         tip
        user:        kaf24@firebug.cl.cam.ac.uk
        date:        Tue Sep 13 05:42:15 2005
        summary:     Update ignores list for new xenstore binaries.
                
ISSUES: None

x86_32 (PAE)

        * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
        ThinkCentre
        * Builds and boots without problems
        * Able to create fully functional guest domains on machines with
        memory < 4GB
        * UNABLE TO CREATE guest domain on machine with memory = 4GB
        * Successfully ran LTP and LMBench on Dom0s and guest domains,
        except machine with mem > 4Gb.

        Last good changeset for x86_32 (PAE not enabled):
        
        changeset:   6699:cdfa7dd00c44eaa68b56656d236df5a60df17cf7
        tag:         tip
        parent:      6698:2704a88c329598a92bc349869df461363e509b8f
        parent:      6696:df1348e72390866e232f867be396962058d2f5b6
        user:        cl349@firebug.cl.cam.ac.uk
        date:        Fri Sep  9 05:20:25 2005
        summary:     merge?

ISSUES: 

        * UNABLE TO CREATE guest domain on machine with memory = 4GB
        * Bugzilla #209 -Problems creating DomUs with large memory
        system/PAEenabled
        * (reported by raj.subrahmanian@unisys.com)


        
x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Successfully ran LTP and LMBench on Dom0s and DomUs


        Last good changeset for x86_64 platforms:
        
        changeset:   6761:89ed236b6b66a66e2f0b0fb977e48cd943ce9dc1
        tag:         tip
        user:        kaf24@firebug.cl.cam.ac.uk
        date:        Tue Sep 13 05:42:15 2005
        summary:     Update ignores list for new xenstore binaries.
        
ISSUE(S): None



-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-09-12 17:53 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-09-12 17:53 UTC (permalink / raw)
  To: xen-devel

September 12, 2005 using hg source as of:

Last good changeset for x86_32 platforms:

changeset:   6737:413c911e5780b83b622d1db84a873fe6303ed150
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Mon Sep 12 07:48:33 2005
summary:     Re-indent xc_linux_restore, and add code to force PAE


x86_32 (no PAE support)

        * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Successfully ran LTP Dom0s and DomUs
        
ISSUES: None

x86_32 (PAE)

        * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
        ThinkCentre
        * Builds and boots without problems
        * Able to create fully functional guest domains on machines with
        memory < 4GB
	* UNABLE TO CREATE guest domain on machine with memory = 4GB
        * Successfully ran LTP and LMBench on Dom0s and guest domains,
        except machine with mem > 4Gb.

ISSUES: 

	* UNABLE TO CREATE guest domain on machine with memory = 4GB
        * Bugzilla #209 -Problems creating DomUs with large memory
        system/PAEenabled
        * (reported by raj.subrahmanian@unisys.com)


        
x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Successfully ran LTP and LMBench on Dom0s and DomUs


	Tested using changeset:  
	Last good changeset for x86_64 platforms:
        
	6731:2c2c0b843f05083bf229286680d4adbb38d622a0
        tag:         tip
        user:        vh249@arcadians.cl.cam.ac.uk
        date:        Mon Sep 12 05:54:30 2005
        summary:     removing XEN_LOCALVERSION for a smaller alternative
        
ISSUE(S): None

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Re: Daily Xen Builds
  2005-09-12 13:49 ` David F Barrera
@ 2005-09-12 14:38   ` Daniel Hulme
  0 siblings, 0 replies; 381+ messages in thread
From: Daniel Hulme @ 2005-09-12 14:38 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 836 bytes --]

> I am getting this error on today's build, too, on a PAE enabled box
> with 4GB of physical memory, SLES 9 SP2, with the following changeset:

Same error here on fatmansam running Saturday's unstable w/o PAE on
Debian Sid. It seems to be working now, though. Some combination of
fiddling with config files and restarting xend sorted it out.

> x335b:/tmp/xen # xm list
> Unexpected error: xen.xend.XendProtocol.XendError
This one is intermittent: doing xm list a few more times will shift it
'til the next failed create.

-- 
Though  I'm deep  inside a storm  it won't  defeat  me,  Floating  free.
Look out  here comes trouble,  Maybe I'm  just pushing through  a dream,
But strange how things feel quite real to me.  http://surreal.istic.org/
That which will guide the lost child back to her mother's arms... EXILE.

[-- Attachment #1.2: Type: application/pgp-signature, Size: 189 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* RE: Daily Xen Builds
  2005-09-10  3:13 Subrahmanian, Raj
@ 2005-09-12 13:49 ` David F Barrera
  2005-09-12 14:38   ` Daniel Hulme
  0 siblings, 1 reply; 381+ messages in thread
From: David F Barrera @ 2005-09-12 13:49 UTC (permalink / raw)
  To: Subrahmanian, Raj
  Cc: Koren, Bradley J, Ian Pratt, xen-devel, Vessey, Bruce A,
	Puthiyaparambil, Aravindh

On Fri, 2005-09-09 at 23:13 -0400, Subrahmanian, Raj wrote:
> I tried again with 6714.
> xend start went through, no problem.
> However, I got errors when I tried to do xm create vm1.
> On the serial port, I got the error.
> (XEN) DOM0: (file=mm.c, line=1497) Error while validating pfn e0d8d for
> type 26000000. caf=80000002 taf=26000001
> (XEN) DOM0: (file=mm.c, line=1497) Error while validating pfn e10c0 for
> type 40030000. caf=80000002 taf=40030001
> (XEN) DOM0: (file=mm.c, line=370) Bad page type for pfn e10c0 (00000000)
> (XEN) DOM0: (file=mm.c, line=1497) Error while validating pfn e09f8 for
> type 67ff0000. caf=80000002 taf=67ff0001
> (XEN) DOM0: (file=mm.c, line=370) Bad page type for pfn e09f8 (00000000)
> (XEN) DOM0: (file=mm.c, line=1723) Error while pinning mfn e09f8
> On the console, I see.
> 'Error Creating Domain :(2, No such file or Directory).
I am getting this error on today's build, too, on a PAE enabled box with
4GB of physical memory, SLES 9 SP2, with the following changeset:

changeset:   6737:413c911e5780b83b622d1db84a873fe6303ed150
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Mon Sep 12 07:48:33 2005
summary:     Re-indent xc_linux_restore, and add code to force PAE

x335b:/tmp/xen # xm create -c vm1.cfg
Using config file "vm1.cfg".
Error: Error creating domain: (2, 'No such file or directory')

x335b:/tmp/xen # xm list
Unexpected error: xen.xend.XendProtocol.XendError

Please report to xen-devel@lists.xensource.com
Traceback (most recent call last):
  File "/usr/sbin/xm", line 10, in ?
    main.main(sys.argv)
  File "/tmp/xen-
unstable.hg/dist/install/usr/lib/python/xen/xm/main.py", line 710, in
main
    rc = cmd(args)
  File "/tmp/xen-
unstable.hg/dist/install/usr/lib/python/xen/xm/main.py", line 226, in
xm_list
    doms = server.xend_domains()
  File "/tmp/xen-
unstable.hg/dist/install/usr/lib/python/xen/xend/XendClient.py", line
199, in xend_domains
    return self.xendGet(self.domainurl())
  File "/tmp/xen-
unstable.hg/dist/install/usr/lib/python/xen/xend/XendClient.py", line
152, in xendGet
    return self.client.xendGet(url, args)
  File "/tmp/xen-
unstable.hg/dist/install/usr/lib/python/xen/xend/XendProtocol.py", line
86, in xendGet
    return self.xendRequest(url, "GET", args)
  File "/tmp/xen-
unstable.hg/dist/install/usr/lib/python/xen/xend/XendProtocol.py", line
170, in xendRequest
    val = self.handleStatus(resp.version, resp.status, resp.reason)
  File "/tmp/xen-
unstable.hg/dist/install/usr/lib/python/xen/xend/XendProtocol.py", line
106, in handleStatus
    return self.handleException(XendError(message))
  File "/tmp/xen-
unstable.hg/dist/install/usr/lib/python/xen/xend/XendProtocol.py", line
132, in handleException
    raise err
xen.xend.XendProtocol.XendError: Internal server error
x335b:/tmp/xen #



> 
> Thanks
> Raj
> 
> -----Original Message-----
> From: Ian Pratt [mailto:m+Ian.Pratt@cl.cam.ac.uk] 
> Sent: Friday, September 09, 2005 2:41 PM
> To: Subrahmanian, Raj; David F Barrera; Puthiyaparambil, Aravindh
> Cc: Koren, Bradley J; xen-devel; Vessey, Bruce A;
> ian.pratt@cl.cam.ac.uk; ian.pratt@cl.cam.ac.uk
> Subject: RE: [Xen-devel] Daily Xen Builds
> 
>  
> > I saw this happen as recently as changeset 6654.
> > Does doing hg pull -u and doing make world take care of installing new
> 
> > tools and kernel/xen?
> 
> 6654 is ancient history!  There have been over 60 checkins including
> several from me  marked "PAE bug fix". 
> 
> You'll need to do a ./install.sh to install new tools.
> 
> Best,
> Ian
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
> 
-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* RE: Daily Xen Builds
@ 2005-09-10  3:13 Subrahmanian, Raj
  2005-09-12 13:49 ` David F Barrera
  0 siblings, 1 reply; 381+ messages in thread
From: Subrahmanian, Raj @ 2005-09-10  3:13 UTC (permalink / raw)
  To: Ian Pratt, David F Barrera, Puthiyaparambil, Aravindh
  Cc: Koren, Bradley J, xen-devel, Vessey, Bruce A

I tried again with 6714.
xend start went through, no problem.
However, I got errors when I tried to do xm create vm1.
On the serial port, I got the error.
(XEN) DOM0: (file=mm.c, line=1497) Error while validating pfn e0d8d for
type 26000000. caf=80000002 taf=26000001
(XEN) DOM0: (file=mm.c, line=1497) Error while validating pfn e10c0 for
type 40030000. caf=80000002 taf=40030001
(XEN) DOM0: (file=mm.c, line=370) Bad page type for pfn e10c0 (00000000)
(XEN) DOM0: (file=mm.c, line=1497) Error while validating pfn e09f8 for
type 67ff0000. caf=80000002 taf=67ff0001
(XEN) DOM0: (file=mm.c, line=370) Bad page type for pfn e09f8 (00000000)
(XEN) DOM0: (file=mm.c, line=1723) Error while pinning mfn e09f8
On the console, I see.
'Error Creating Domain :(2, No such file or Directory).

Thanks
Raj

-----Original Message-----
From: Ian Pratt [mailto:m+Ian.Pratt@cl.cam.ac.uk] 
Sent: Friday, September 09, 2005 2:41 PM
To: Subrahmanian, Raj; David F Barrera; Puthiyaparambil, Aravindh
Cc: Koren, Bradley J; xen-devel; Vessey, Bruce A;
ian.pratt@cl.cam.ac.uk; ian.pratt@cl.cam.ac.uk
Subject: RE: [Xen-devel] Daily Xen Builds

 
> I saw this happen as recently as changeset 6654.
> Does doing hg pull -u and doing make world take care of installing new

> tools and kernel/xen?

6654 is ancient history!  There have been over 60 checkins including
several from me  marked "PAE bug fix". 

You'll need to do a ./install.sh to install new tools.

Best,
Ian

^ permalink raw reply	[flat|nested] 381+ messages in thread

* RE: Daily Xen Builds
@ 2005-09-09 22:52 Ian Pratt
  0 siblings, 0 replies; 381+ messages in thread
From: Ian Pratt @ 2005-09-09 22:52 UTC (permalink / raw)
  To: Nakajima, Jun, David F Barrera, Subrahmanian, Raj
  Cc: Koren, Bradley J, xen-devel, Vessey, Bruce A, Puthiyaparambil, Aravindh

 > > That's a new one on me. Please can you boot with forced 
> wrpt emulation 
> > so we can get a better error.
> No, it did not help. 

But you should have got a better crash message with a more useful guest
eip.

> > 
> > Also, does it boot ok if mem=4095M ?
> With mem=2g it booted fine.
> 
> (XEN) Truncating memory map to 2097152kB
> (XEN) Physical RAM map:
> (XEN)  0000000000000000 - 000000000009fc00 (usable)
> (XEN)  000000000009fc00 - 00000000000a0000 (reserved)
> (XEN)  00000000000f0000 - 0000000000100000 (reserved)
> (XEN)  0000000000100000 - 0000000080000000 (usable)
> (XEN) System RAM: 2047MB (2096764kB)
> (XEN) Xen heap: 10MB (10604kB)
> (XEN) PAE enabled, limit: 16 GB
> (XEN) found SMP MP-table at 000fdc90
> 
> I feel we have some bug in parsing the E820 map with the 
> 32-bit side, and in fact this machine has a challenging one 
> (but both x86_64 xenlinux and x86 PAE Linux can handle). Look 
> at the contiguous part starting at 0x10000. As far as that 
> range is used, it works fine. 

Can you try adding a hack that just junks everything between 9e841000
and 100000000 ?

Are we tripping up on pages in the zone 9fc00000 - ffe00000 ?


Ian


> 
> (XEN) Physical RAM map:
> (XEN)  0000000000000000 - 000000000009fc00 (usable)
> (XEN)  000000000009fc00 - 00000000000a0000 (reserved)
> (XEN)  00000000000f0000 - 0000000000100000 (reserved)
> (XEN)  0000000000100000 - 000000009e841000 (usable)
> (XEN)  000000009e841000 - 000000009e847000 (reserved)
> (XEN)  000000009e847000 - 000000009e848000 (usable)
> (XEN)  000000009e848000 - 000000009e84b000 (reserved)
> (XEN)  000000009e84b000 - 000000009e84c000 (usable)
> (XEN)  000000009e84c000 - 000000009e852000 (reserved)
> (XEN)  000000009e852000 - 000000009ea54000 (usable)
> (XEN)  000000009ea54000 - 000000009ea5d000 (reserved)
> (XEN)  000000009ea5d000 - 000000009ea86000 (usable)
> (XEN)  000000009ea86000 - 000000009eb0c000 (ACPI data)
> (XEN)  000000009eb0c000 - 000000009eb0f000 (reserved)
> (XEN)  000000009eb0f000 - 000000009eb18000 (ACPI data)
> (XEN)  000000009eb18000 - 000000009eb19000 (reserved)
> (XEN)  000000009eb19000 - 000000009ef50000 (ACPI data)
> (XEN)  000000009ef50000 - 000000009ef56000 (reserved)
> (XEN)  000000009ef56000 - 000000009f111000 (ACPI data)
> (XEN)  000000009f111000 - 000000009f114000 (ACPI NVS)
> (XEN)  000000009f114000 - 000000009f122000 (ACPI data)
> (XEN)  000000009f122000 - 000000009f12b000 (ACPI NVS)
> (XEN)  000000009f12b000 - 000000009f146000 (ACPI data)
> (XEN)  000000009f146000 - 000000009f18f000 (ACPI NVS)
> (XEN)  000000009f18f000 - 000000009f190000 (ACPI data)
> (XEN)  000000009f190000 - 000000009f191000 (ACPI NVS)
> (XEN)  000000009f191000 - 000000009f192000 (ACPI data)
> (XEN)  000000009f192000 - 000000009f193000 (ACPI NVS)
> (XEN)  000000009f193000 - 000000009f194000 (ACPI data)
> (XEN)  000000009f194000 - 000000009f195000 (ACPI NVS)
> (XEN)  000000009f195000 - 000000009f1b7000 (ACPI data)
> (XEN)  000000009f1b7000 - 000000009f1b8000 (ACPI NVS)
> (XEN)  000000009f1b8000 - 000000009fc00000 (ACPI data)
> (XEN)  00000000ffe00000 - 0000000100000000 (reserved)
> (XEN)  0000000100000000 - 0000000260000000 (usable)
> (XEN) System RAM: 8170MB (8366132kB)
> (XEN) Xen heap: 10MB (10364kB)
> (XEN) PAE enabled, limit: 16 GB
> (XEN) found SMP MP-table at 000fdc90
> 
> 
> > 
> > Thanks,
> > Ian
> > 
> >> changeset:   6714:41a74438bcba
> >> tag:         tip
> >> user:        shand@ubuntu.eng.hq.xensource.com
> >> date:        Fri Sep  9 11:36:48 2005 -0800
> >> summary:     Fix 'xm info' (sizeof(param) doesn't do that one might
> >> hope). 
> >> 
> >> 
> >> (XEN)  0000000100000000 - 0000000260000000 (usable)
> >> (XEN) System RAM: 8170MB (8366132kB)
> >> (XEN) Xen heap: 10MB (10364kB)
> >> (XEN) PAE enabled, limit: 16 GB
> >> (XEN) found SMP MP-table at 000fdc90
> >> (XEN) DMI 2.3 present.
> >> (XEN) Using APIC driver default
> >> ...
> >> (XEN) Brought up 8 CPUs
> >> (XEN) mtrr: v2.0 (20020519)
> >> (XEN) *** LOADING DOMAIN 0 ***
> >> (XEN) Xen-ELF header found:
> >> 'GUEST_OS=linux,GUEST_VER=2.6,XEN_VER=3.0,VIRT_BASE=
> >> 0xC0000000,PAE=yes,LOADER=generic'
> >> (XEN) PHYSICAL MEMORY ARRANGEMENT:
> >> (XEN)  Dom0 alloc.:   0000000005000000->0000000006000000 (2034542
> >> pages to be al
> >> located)
> >> (XEN) VIRTUAL MEMORY ARRANGEMENT:
> >> (XEN)  Loaded kernel: c0100000->c0618f24
> >> (XEN)  Init. ramdisk: c0619000->c0619000
> >> (XEN)  Phys-Mach map: c0619000->c0ddfdb8
> >> (XEN)  Start info:    c0de0000->c0de1000
> >> (XEN)  Page tables:   c0de1000->c0dee000
> >> (XEN)  Boot stack:    c0dee000->c0def000
> >> (XEN)  TOTAL:         c0000000->c1000000
> >> (XEN)  ENTRY ADDRESS: c0100000
> >> (XEN) Scrubbing Free RAM:
> >> ......................................................
> >> ............................................done.
> >> (XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times 
> to switch 
> >> input to Xen ).
> >> (XEN) (file=/home/jnakajim/xen-unstable.hg/xen/include/asm/mm.h,
> >>  line=202) Error pfn 9ea85: rd=ffbeca00, od=00000000, 
> caf=00000000, 
> >> taf=00000000 (XEN) DOM0: (file=mm.c, line=2935) ptwr: Could not 
> >> re-validate l1 page (XEN) Domain 0 (vcpu#0) crashed on cpu#0:
> >> (XEN) CPU:    0
> >> (XEN) EIP:    e019:[<c01194a8>]
> >> (XEN) EFLAGS: 00000246   CONTEXT: guest
> >> (XEN) eax: 0000001a   ebx: c0577ea0   ecx: 00000001   edx: 00000000
> >> (XEN) esi: 00007ff0   edi: 80000000   ebp: f56cb000   esp: c0577e90
> >> (XEN) cr0: 8005003b   cr3: 05de1000
> >> (XEN) ds: e021   es: e021   fs: 0000   gs: 0000   ss: e021 
>   cs: e019
> >> (XEN) Guest stack trace from esp=c0577e90:
> >> (XEN)    9ea85063 00000000 00000063 80000000 00000007
> >> f56cb000 00000000
> >> 00000063
> >> 
> >> (XEN)    00000000 00000063 c011688c f56cb000 0009ea85 00000063
> >> 80000000 00000001
> >> 
> >> (XEN)    9ea86000 00000132 00000000 c0586e93 00000133 9ea85000
> >> 00000000 00000063
> >> 
> >> (XEN)    80000000 f57d8fc0 9ea85000 00000537 00000000
> >> c0584f5d 9ea85000
> >> 00000537
> >> 
> >> (XEN)    f57d8fc0 9ea85000 00000537 c0577f3c c058513a 9ea85000
> >> 00000537 0000001d
> >> 
> >> (XEN)    c05853a0 f57db000 0000001d 494d445f 0537565f 9ea85000
> >> 0023001d 000003c7
> >> 
> >> (XEN)    001f1c00 00000001 c048e0d8 c05854cf c05853a0
> >> c058063b c05d48e0
> >> c048e0d8
> >> 
> >> (XEN)    00000000 00000000 0000008e 00000000 00000000 00000000
> >> 00000000 00000000
> >> 
> >> (XEN)    00000000 00000000 00000000 00000000 00000000 00000000
> >> 00000000 00000000
> >> 
> >> (XEN)    00000000 00000000 00000000 00000000 ffffe000
> >> c0de0000 00000000
> >> ffffe000
> >> 
> >> (XEN)    c0de0000 00000000 00000000 c0578717 c0577ff4 00000000
> >> 00000000 00000000
> >> 
> >> (XEN)    00000000 c05d48e0 00040800 c0100066
> >> (XEN) Domain 0 shutdown: rebooting machine.
> >> 
> >> 
> >>> 
> >>>> It gives me errors similar to this when I do xend start.
> >>>> 
> >> http://lists.xensource.com/archives/html/xen-devel/2005-08/msg
> >> 01290.html
> >>>> http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=209
> >>>> 
> >>>> Raj
> >>>> -----Original Message-----
> >>>> From: David F Barrera [mailto:dfbp@us.ibm.com]
> >>>> Sent: Friday, September 09, 2005 1:26 PM
> >>>> To: Puthiyaparambil, Aravindh
> >>>> Cc: xen-devel; Vessey, Bruce A; Subrahmanian, Raj; 
> Koren, Bradley J
> >>>> Subject: RE: [Xen-devel] Daily Xen Builds
> >>>> 
> >>>> On Fri, 2005-09-09 at 13:18 -0400, Puthiyaparambil, 
> Aravindh wrote:
> >>>>> David,
> >>>>> 
> >>>>> Are you trying SMP DomUs?
> >>>> 
> >>>> No, but you can help us with them:-)
> >>>> 
> >>>>> 
> >>>>> Aravindh
> >>>>> 
> >>>>>> -----Original Message-----
> >>>>>> From: xen-devel-bounces@lists.xensource.com [mailto:xen-devel- 
> >>>>>> bounces@lists.xensource.com] On Behalf Of David F Barrera
> >>>>>> Sent: Friday, September 09, 2005 12:55 PM
> >>>>>> To: xen-devel
> >>>>>> Subject: [Xen-devel] Daily Xen Builds
> >>>>>> 
> >>>>>> 
> >>>>>> September 9, 2005 using hg source as of:
> >>>>>> 
> >>>>>> Last good changeset for ALL platforms:
> >>>>>> 
> >>>>>> changeset:   6699:cdfa7dd00c44eaa68b56656d236df5a60df17cf7
> >>>>>> tag:         tip
> >>>>>> parent:      6698:2704a88c329598a92bc349869df461363e509b8f
> >>>>>> parent:      6696:df1348e72390866e232f867be396962058d2f5b6
> >>>>>> user:        cl349@firebug.cl.cam.ac.uk
> >>>>>> date:        Fri Sep  9 05:20:25 2005
> >>>>>> summary:     merge?
> >>>>>> 
> >>>>>> x86_32 (no PAE support)
> >>>>>> 
> >>>>>>         * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
> >>>>>>         * Builds and boots without problems
> >>>>>>         * Able to create fully functional guest domains
> >>>>>>         * Successfully ran LTP Dom0s and DomUs
> >>>>>> 
> >>>>>> ISSUES: None
> >>>>>> 
> >>>>>> x86_32 (PAE)
> >>>>>> 
> >>>>>>         * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 
> 305, 335s
> >>>>>> and IBM         ThinkCentre 
> >>>>>>         * Builds and boots without problems
> >>>>>>         * Able to create fully functional guest domains
> >>>>>>         * Successfully ran LTP on Dom0s and DomUs
> >>>>>> 
> >>>>>> 
> >>>>>> ISSUES: None
> >>>>>> 
> >>>>>> x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)
> >>>>>> 
> >>>>>>         * Builds and boots without problems
> >>>>>>         * Able to create fully functional guest domains
> >>>>>>         * Successfully ran LTP Dom0s and DomUs
> >>>>>> 
> >>>>>> ISSUE(S): None
> >>>>>> 
> >>>>>> 
> >>>>>> 
> >>>>>> --
> >>>>>> Regards,
> >>>>>> 
> >>>>>> David F Barrera
> >>>>>> Linux Technology Center
> >>>>>> Systems and Technology Group, IBM
> >>>>>> 
> >>>>>> "The wisest men follow their own direction. "
> >>>>>>                                                        
>  Euripides
> >>>>>> 
> >>>>>> 
> >>>>>> _______________________________________________
> >>>>>> Xen-devel mailing list
> >>>>>> Xen-devel@lists.xensource.com
> >>>>>> http://lists.xensource.com/xen-devel
> >>>>> 
> >>>> --
> >>>> Regards,
> >>>> 
> >>>> David F Barrera
> >>>> Linux Technology Center
> >>>> Systems and Technology Group, IBM
> >>>> 
> >>>> "The wisest men follow their own direction. "
> >>>>                                                         Euripides
> >>>> 
> >>>> 
> >>>> _______________________________________________
> >>>> Xen-devel mailing list
> >>>> Xen-devel@lists.xensource.com
> >>>> http://lists.xensource.com/xen-devel
> >> 
> >> 
> >> 
> >> Jun
> >> ---
> >> Intel Open Source Technology Center
> >> 
> >> _______________________________________________
> >> Xen-devel mailing list
> >> Xen-devel@lists.xensource.com
> >> http://lists.xensource.com/xen-devel
> >> 
> > 
> > _______________________________________________
> > Xen-devel mailing list
> > Xen-devel@lists.xensource.com
> > http://lists.xensource.com/xen-devel
> 
> 
> 
> Jun
> ---
> Intel Open Source Technology Center
> 

^ permalink raw reply	[flat|nested] 381+ messages in thread

* RE: Daily Xen Builds
@ 2005-09-09 22:36 Nakajima, Jun
  0 siblings, 0 replies; 381+ messages in thread
From: Nakajima, Jun @ 2005-09-09 22:36 UTC (permalink / raw)
  To: Ian Pratt, David F Barrera, Subrahmanian, Raj
  Cc: Koren, Bradley J, xen-devel, Vessey, Bruce A, Puthiyaparambil, Aravindh

Ian Pratt wrote:
>> Well, I've got the follwing. This machine is an 8-way machine
>> with 8GB memory. X86_64 xenlinux boots fine there.
> 
> That's a new one on me. Please can you boot with forced wrpt emulation
> so we can get a better error.
No, it did not help. maxcpus=1 did not help either.

> 
> Also, does it boot ok if mem=4095M ?
With mem=2g it booted fine.

(XEN) Truncating memory map to 2097152kB
(XEN) Physical RAM map:
(XEN)  0000000000000000 - 000000000009fc00 (usable)
(XEN)  000000000009fc00 - 00000000000a0000 (reserved)
(XEN)  00000000000f0000 - 0000000000100000 (reserved)
(XEN)  0000000000100000 - 0000000080000000 (usable)
(XEN) System RAM: 2047MB (2096764kB)
(XEN) Xen heap: 10MB (10604kB)
(XEN) PAE enabled, limit: 16 GB
(XEN) found SMP MP-table at 000fdc90

I feel we have some bug in parsing the E820 map with the 32-bit side,
and in fact this machine has a challenging one (but both x86_64 xenlinux
and x86 PAE Linux can handle). Look at the contiguous part starting at
0x10000. As far as that range is used, it works fine. 

(XEN) Physical RAM map:
(XEN)  0000000000000000 - 000000000009fc00 (usable)
(XEN)  000000000009fc00 - 00000000000a0000 (reserved)
(XEN)  00000000000f0000 - 0000000000100000 (reserved)
(XEN)  0000000000100000 - 000000009e841000 (usable)
(XEN)  000000009e841000 - 000000009e847000 (reserved)
(XEN)  000000009e847000 - 000000009e848000 (usable)
(XEN)  000000009e848000 - 000000009e84b000 (reserved)
(XEN)  000000009e84b000 - 000000009e84c000 (usable)
(XEN)  000000009e84c000 - 000000009e852000 (reserved)
(XEN)  000000009e852000 - 000000009ea54000 (usable)
(XEN)  000000009ea54000 - 000000009ea5d000 (reserved)
(XEN)  000000009ea5d000 - 000000009ea86000 (usable)
(XEN)  000000009ea86000 - 000000009eb0c000 (ACPI data)
(XEN)  000000009eb0c000 - 000000009eb0f000 (reserved)
(XEN)  000000009eb0f000 - 000000009eb18000 (ACPI data)
(XEN)  000000009eb18000 - 000000009eb19000 (reserved)
(XEN)  000000009eb19000 - 000000009ef50000 (ACPI data)
(XEN)  000000009ef50000 - 000000009ef56000 (reserved)
(XEN)  000000009ef56000 - 000000009f111000 (ACPI data)
(XEN)  000000009f111000 - 000000009f114000 (ACPI NVS)
(XEN)  000000009f114000 - 000000009f122000 (ACPI data)
(XEN)  000000009f122000 - 000000009f12b000 (ACPI NVS)
(XEN)  000000009f12b000 - 000000009f146000 (ACPI data)
(XEN)  000000009f146000 - 000000009f18f000 (ACPI NVS)
(XEN)  000000009f18f000 - 000000009f190000 (ACPI data)
(XEN)  000000009f190000 - 000000009f191000 (ACPI NVS)
(XEN)  000000009f191000 - 000000009f192000 (ACPI data)
(XEN)  000000009f192000 - 000000009f193000 (ACPI NVS)
(XEN)  000000009f193000 - 000000009f194000 (ACPI data)
(XEN)  000000009f194000 - 000000009f195000 (ACPI NVS)
(XEN)  000000009f195000 - 000000009f1b7000 (ACPI data)
(XEN)  000000009f1b7000 - 000000009f1b8000 (ACPI NVS)
(XEN)  000000009f1b8000 - 000000009fc00000 (ACPI data)
(XEN)  00000000ffe00000 - 0000000100000000 (reserved)
(XEN)  0000000100000000 - 0000000260000000 (usable)
(XEN) System RAM: 8170MB (8366132kB)
(XEN) Xen heap: 10MB (10364kB)
(XEN) PAE enabled, limit: 16 GB
(XEN) found SMP MP-table at 000fdc90


> 
> Thanks,
> Ian
> 
>> changeset:   6714:41a74438bcba
>> tag:         tip
>> user:        shand@ubuntu.eng.hq.xensource.com
>> date:        Fri Sep  9 11:36:48 2005 -0800
>> summary:     Fix 'xm info' (sizeof(param) doesn't do that one might
>> hope). 
>> 
>> 
>> (XEN)  0000000100000000 - 0000000260000000 (usable)
>> (XEN) System RAM: 8170MB (8366132kB)
>> (XEN) Xen heap: 10MB (10364kB)
>> (XEN) PAE enabled, limit: 16 GB
>> (XEN) found SMP MP-table at 000fdc90
>> (XEN) DMI 2.3 present.
>> (XEN) Using APIC driver default
>> ...
>> (XEN) Brought up 8 CPUs
>> (XEN) mtrr: v2.0 (20020519)
>> (XEN) *** LOADING DOMAIN 0 ***
>> (XEN) Xen-ELF header found:
>> 'GUEST_OS=linux,GUEST_VER=2.6,XEN_VER=3.0,VIRT_BASE=
>> 0xC0000000,PAE=yes,LOADER=generic'
>> (XEN) PHYSICAL MEMORY ARRANGEMENT:
>> (XEN)  Dom0 alloc.:   0000000005000000->0000000006000000 (2034542
>> pages to be al
>> located)
>> (XEN) VIRTUAL MEMORY ARRANGEMENT:
>> (XEN)  Loaded kernel: c0100000->c0618f24
>> (XEN)  Init. ramdisk: c0619000->c0619000
>> (XEN)  Phys-Mach map: c0619000->c0ddfdb8
>> (XEN)  Start info:    c0de0000->c0de1000
>> (XEN)  Page tables:   c0de1000->c0dee000
>> (XEN)  Boot stack:    c0dee000->c0def000
>> (XEN)  TOTAL:         c0000000->c1000000
>> (XEN)  ENTRY ADDRESS: c0100000
>> (XEN) Scrubbing Free RAM:
>> ......................................................
>> ............................................done.
>> (XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to
>> switch input to Xen ).
>> (XEN) (file=/home/jnakajim/xen-unstable.hg/xen/include/asm/mm.h,
>>  line=202) Error pfn 9ea85: rd=ffbeca00, od=00000000, caf=00000000,
>> taf=00000000 (XEN) DOM0: (file=mm.c, line=2935) ptwr: Could not
>> re-validate l1 page (XEN) Domain 0 (vcpu#0) crashed on cpu#0:
>> (XEN) CPU:    0
>> (XEN) EIP:    e019:[<c01194a8>]
>> (XEN) EFLAGS: 00000246   CONTEXT: guest
>> (XEN) eax: 0000001a   ebx: c0577ea0   ecx: 00000001   edx: 00000000
>> (XEN) esi: 00007ff0   edi: 80000000   ebp: f56cb000   esp: c0577e90
>> (XEN) cr0: 8005003b   cr3: 05de1000
>> (XEN) ds: e021   es: e021   fs: 0000   gs: 0000   ss: e021   cs: e019
>> (XEN) Guest stack trace from esp=c0577e90:
>> (XEN)    9ea85063 00000000 00000063 80000000 00000007
>> f56cb000 00000000
>> 00000063
>> 
>> (XEN)    00000000 00000063 c011688c f56cb000 0009ea85 00000063
>> 80000000 00000001
>> 
>> (XEN)    9ea86000 00000132 00000000 c0586e93 00000133 9ea85000
>> 00000000 00000063
>> 
>> (XEN)    80000000 f57d8fc0 9ea85000 00000537 00000000
>> c0584f5d 9ea85000
>> 00000537
>> 
>> (XEN)    f57d8fc0 9ea85000 00000537 c0577f3c c058513a 9ea85000
>> 00000537 0000001d
>> 
>> (XEN)    c05853a0 f57db000 0000001d 494d445f 0537565f 9ea85000
>> 0023001d 000003c7
>> 
>> (XEN)    001f1c00 00000001 c048e0d8 c05854cf c05853a0
>> c058063b c05d48e0
>> c048e0d8
>> 
>> (XEN)    00000000 00000000 0000008e 00000000 00000000 00000000
>> 00000000 00000000
>> 
>> (XEN)    00000000 00000000 00000000 00000000 00000000 00000000
>> 00000000 00000000
>> 
>> (XEN)    00000000 00000000 00000000 00000000 ffffe000
>> c0de0000 00000000
>> ffffe000
>> 
>> (XEN)    c0de0000 00000000 00000000 c0578717 c0577ff4 00000000
>> 00000000 00000000
>> 
>> (XEN)    00000000 c05d48e0 00040800 c0100066
>> (XEN) Domain 0 shutdown: rebooting machine.
>> 
>> 
>>> 
>>>> It gives me errors similar to this when I do xend start.
>>>> 
>> http://lists.xensource.com/archives/html/xen-devel/2005-08/msg
>> 01290.html
>>>> http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=209
>>>> 
>>>> Raj
>>>> -----Original Message-----
>>>> From: David F Barrera [mailto:dfbp@us.ibm.com]
>>>> Sent: Friday, September 09, 2005 1:26 PM
>>>> To: Puthiyaparambil, Aravindh
>>>> Cc: xen-devel; Vessey, Bruce A; Subrahmanian, Raj; Koren, Bradley J
>>>> Subject: RE: [Xen-devel] Daily Xen Builds
>>>> 
>>>> On Fri, 2005-09-09 at 13:18 -0400, Puthiyaparambil, Aravindh wrote:
>>>>> David,
>>>>> 
>>>>> Are you trying SMP DomUs?
>>>> 
>>>> No, but you can help us with them:-)
>>>> 
>>>>> 
>>>>> Aravindh
>>>>> 
>>>>>> -----Original Message-----
>>>>>> From: xen-devel-bounces@lists.xensource.com [mailto:xen-devel-
>>>>>> bounces@lists.xensource.com] On Behalf Of David F Barrera
>>>>>> Sent: Friday, September 09, 2005 12:55 PM
>>>>>> To: xen-devel
>>>>>> Subject: [Xen-devel] Daily Xen Builds
>>>>>> 
>>>>>> 
>>>>>> September 9, 2005 using hg source as of:
>>>>>> 
>>>>>> Last good changeset for ALL platforms:
>>>>>> 
>>>>>> changeset:   6699:cdfa7dd00c44eaa68b56656d236df5a60df17cf7
>>>>>> tag:         tip
>>>>>> parent:      6698:2704a88c329598a92bc349869df461363e509b8f
>>>>>> parent:      6696:df1348e72390866e232f867be396962058d2f5b6
>>>>>> user:        cl349@firebug.cl.cam.ac.uk
>>>>>> date:        Fri Sep  9 05:20:25 2005
>>>>>> summary:     merge?
>>>>>> 
>>>>>> x86_32 (no PAE support)
>>>>>> 
>>>>>>         * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
>>>>>>         * Builds and boots without problems
>>>>>>         * Able to create fully functional guest domains
>>>>>>         * Successfully ran LTP Dom0s and DomUs
>>>>>> 
>>>>>> ISSUES: None
>>>>>> 
>>>>>> x86_32 (PAE)
>>>>>> 
>>>>>>         * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s
>>>>>> and IBM         ThinkCentre 
>>>>>>         * Builds and boots without problems
>>>>>>         * Able to create fully functional guest domains
>>>>>>         * Successfully ran LTP on Dom0s and DomUs
>>>>>> 
>>>>>> 
>>>>>> ISSUES: None
>>>>>> 
>>>>>> x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)
>>>>>> 
>>>>>>         * Builds and boots without problems
>>>>>>         * Able to create fully functional guest domains
>>>>>>         * Successfully ran LTP Dom0s and DomUs
>>>>>> 
>>>>>> ISSUE(S): None
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> --
>>>>>> Regards,
>>>>>> 
>>>>>> David F Barrera
>>>>>> Linux Technology Center
>>>>>> Systems and Technology Group, IBM
>>>>>> 
>>>>>> "The wisest men follow their own direction. "
>>>>>>                                                         Euripides
>>>>>> 
>>>>>> 
>>>>>> _______________________________________________
>>>>>> Xen-devel mailing list
>>>>>> Xen-devel@lists.xensource.com
>>>>>> http://lists.xensource.com/xen-devel
>>>>> 
>>>> --
>>>> Regards,
>>>> 
>>>> David F Barrera
>>>> Linux Technology Center
>>>> Systems and Technology Group, IBM
>>>> 
>>>> "The wisest men follow their own direction. "
>>>>                                                         Euripides
>>>> 
>>>> 
>>>> _______________________________________________
>>>> Xen-devel mailing list
>>>> Xen-devel@lists.xensource.com
>>>> http://lists.xensource.com/xen-devel
>> 
>> 
>> 
>> Jun
>> ---
>> Intel Open Source Technology Center
>> 
>> _______________________________________________
>> Xen-devel mailing list
>> Xen-devel@lists.xensource.com
>> http://lists.xensource.com/xen-devel
>> 
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel



Jun
---
Intel Open Source Technology Center

^ permalink raw reply	[flat|nested] 381+ messages in thread

* RE: Daily Xen Builds
@ 2005-09-09 22:09 Ian Pratt
  0 siblings, 0 replies; 381+ messages in thread
From: Ian Pratt @ 2005-09-09 22:09 UTC (permalink / raw)
  To: Nakajima, Jun, David F Barrera, Subrahmanian, Raj
  Cc: Koren, Bradley J, xen-devel, Vessey, Bruce A, Puthiyaparambil, Aravindh

 
> Well, I've got the follwing. This machine is an 8-way machine 
> with 8GB memory. X86_64 xenlinux boots fine there.

That's a new one on me. Please can you boot with forced wrpt emulation
so we can get a better error.

Also, does it boot ok if mem=4095M ?

Thanks,
Ian 
 
> changeset:   6714:41a74438bcba
> tag:         tip
> user:        shand@ubuntu.eng.hq.xensource.com
> date:        Fri Sep  9 11:36:48 2005 -0800
> summary:     Fix 'xm info' (sizeof(param) doesn't do that one might
> hope). 
> 
> 
> (XEN)  0000000100000000 - 0000000260000000 (usable)
> (XEN) System RAM: 8170MB (8366132kB)
> (XEN) Xen heap: 10MB (10364kB)
> (XEN) PAE enabled, limit: 16 GB
> (XEN) found SMP MP-table at 000fdc90
> (XEN) DMI 2.3 present.
> (XEN) Using APIC driver default
> ...
> (XEN) Brought up 8 CPUs
> (XEN) mtrr: v2.0 (20020519)
> (XEN) *** LOADING DOMAIN 0 ***
> (XEN) Xen-ELF header found:
> 'GUEST_OS=linux,GUEST_VER=2.6,XEN_VER=3.0,VIRT_BASE=
> 0xC0000000,PAE=yes,LOADER=generic'
> (XEN) PHYSICAL MEMORY ARRANGEMENT:
> (XEN)  Dom0 alloc.:   0000000005000000->0000000006000000 
> (2034542 pages
> to be al
> located)
> (XEN) VIRTUAL MEMORY ARRANGEMENT:
> (XEN)  Loaded kernel: c0100000->c0618f24
> (XEN)  Init. ramdisk: c0619000->c0619000
> (XEN)  Phys-Mach map: c0619000->c0ddfdb8
> (XEN)  Start info:    c0de0000->c0de1000
> (XEN)  Page tables:   c0de1000->c0dee000
> (XEN)  Boot stack:    c0dee000->c0def000
> (XEN)  TOTAL:         c0000000->c1000000
> (XEN)  ENTRY ADDRESS: c0100000
> (XEN) Scrubbing Free RAM:
> ......................................................
> ............................................done.
> (XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to 
> switch input to Xen ).
> (XEN) (file=/home/jnakajim/xen-unstable.hg/xen/include/asm/mm.h,
> line=202) Error
>  pfn 9ea85: rd=ffbeca00, od=00000000, caf=00000000, taf=00000000
> (XEN) DOM0: (file=mm.c, line=2935) ptwr: Could not re-validate l1 page
> (XEN) Domain 0 (vcpu#0) crashed on cpu#0:
> (XEN) CPU:    0
> (XEN) EIP:    e019:[<c01194a8>]
> (XEN) EFLAGS: 00000246   CONTEXT: guest
> (XEN) eax: 0000001a   ebx: c0577ea0   ecx: 00000001   edx: 00000000
> (XEN) esi: 00007ff0   edi: 80000000   ebp: f56cb000   esp: c0577e90
> (XEN) cr0: 8005003b   cr3: 05de1000
> (XEN) ds: e021   es: e021   fs: 0000   gs: 0000   ss: e021   cs: e019
> (XEN) Guest stack trace from esp=c0577e90:
> (XEN)    9ea85063 00000000 00000063 80000000 00000007 
> f56cb000 00000000
> 00000063
> 
> (XEN)    00000000 00000063 c011688c f56cb000 0009ea85 
> 00000063 80000000
> 00000001
> 
> (XEN)    9ea86000 00000132 00000000 c0586e93 00000133 
> 9ea85000 00000000
> 00000063
> 
> (XEN)    80000000 f57d8fc0 9ea85000 00000537 00000000 
> c0584f5d 9ea85000
> 00000537
> 
> (XEN)    f57d8fc0 9ea85000 00000537 c0577f3c c058513a 
> 9ea85000 00000537
> 0000001d
> 
> (XEN)    c05853a0 f57db000 0000001d 494d445f 0537565f 
> 9ea85000 0023001d
> 000003c7
> 
> (XEN)    001f1c00 00000001 c048e0d8 c05854cf c05853a0 
> c058063b c05d48e0
> c048e0d8
> 
> (XEN)    00000000 00000000 0000008e 00000000 00000000 
> 00000000 00000000
> 00000000
> 
> (XEN)    00000000 00000000 00000000 00000000 00000000 
> 00000000 00000000
> 00000000
> 
> (XEN)    00000000 00000000 00000000 00000000 ffffe000 
> c0de0000 00000000
> ffffe000
> 
> (XEN)    c0de0000 00000000 00000000 c0578717 c0577ff4 
> 00000000 00000000
> 00000000
> 
> (XEN)    00000000 c05d48e0 00040800 c0100066
> (XEN) Domain 0 shutdown: rebooting machine.
> 
> 
> > 
> >> It gives me errors similar to this when I do xend start.
> >>
> http://lists.xensource.com/archives/html/xen-devel/2005-08/msg
> 01290.html
> >> http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=209
> >> 
> >> Raj
> >> -----Original Message-----
> >> From: David F Barrera [mailto:dfbp@us.ibm.com]
> >> Sent: Friday, September 09, 2005 1:26 PM
> >> To: Puthiyaparambil, Aravindh
> >> Cc: xen-devel; Vessey, Bruce A; Subrahmanian, Raj; Koren, Bradley J
> >> Subject: RE: [Xen-devel] Daily Xen Builds
> >> 
> >> On Fri, 2005-09-09 at 13:18 -0400, Puthiyaparambil, Aravindh wrote:
> >>> David,
> >>> 
> >>> Are you trying SMP DomUs?
> >> 
> >> No, but you can help us with them:-)
> >> 
> >>> 
> >>> Aravindh
> >>> 
> >>>> -----Original Message-----
> >>>> From: xen-devel-bounces@lists.xensource.com [mailto:xen-devel- 
> >>>> bounces@lists.xensource.com] On Behalf Of David F Barrera
> >>>> Sent: Friday, September 09, 2005 12:55 PM
> >>>> To: xen-devel
> >>>> Subject: [Xen-devel] Daily Xen Builds
> >>>> 
> >>>> 
> >>>> September 9, 2005 using hg source as of:
> >>>> 
> >>>> Last good changeset for ALL platforms:
> >>>> 
> >>>> changeset:   6699:cdfa7dd00c44eaa68b56656d236df5a60df17cf7
> >>>> tag:         tip
> >>>> parent:      6698:2704a88c329598a92bc349869df461363e509b8f
> >>>> parent:      6696:df1348e72390866e232f867be396962058d2f5b6
> >>>> user:        cl349@firebug.cl.cam.ac.uk
> >>>> date:        Fri Sep  9 05:20:25 2005
> >>>> summary:     merge?
> >>>> 
> >>>> x86_32 (no PAE support)
> >>>> 
> >>>>         * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
> >>>>         * Builds and boots without problems
> >>>>         * Able to create fully functional guest domains
> >>>>         * Successfully ran LTP Dom0s and DomUs
> >>>> 
> >>>> ISSUES: None
> >>>> 
> >>>> x86_32 (PAE)
> >>>> 
> >>>>         * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s
> >>>> and IBM         ThinkCentre 
> >>>>         * Builds and boots without problems
> >>>>         * Able to create fully functional guest domains
> >>>>         * Successfully ran LTP on Dom0s and DomUs
> >>>> 
> >>>> 
> >>>> ISSUES: None
> >>>> 
> >>>> x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)
> >>>> 
> >>>>         * Builds and boots without problems
> >>>>         * Able to create fully functional guest domains
> >>>>         * Successfully ran LTP Dom0s and DomUs
> >>>> 
> >>>> ISSUE(S): None
> >>>> 
> >>>> 
> >>>> 
> >>>> --
> >>>> Regards,
> >>>> 
> >>>> David F Barrera
> >>>> Linux Technology Center
> >>>> Systems and Technology Group, IBM
> >>>> 
> >>>> "The wisest men follow their own direction. "
> >>>>                                                         Euripides
> >>>> 
> >>>> 
> >>>> _______________________________________________
> >>>> Xen-devel mailing list
> >>>> Xen-devel@lists.xensource.com
> >>>> http://lists.xensource.com/xen-devel
> >>> 
> >> --
> >> Regards,
> >> 
> >> David F Barrera
> >> Linux Technology Center
> >> Systems and Technology Group, IBM
> >> 
> >> "The wisest men follow their own direction. "
> >>                                                         Euripides
> >> 
> >> 
> >> _______________________________________________
> >> Xen-devel mailing list
> >> Xen-devel@lists.xensource.com
> >> http://lists.xensource.com/xen-devel
> 
> 
> 
> Jun
> ---
> Intel Open Source Technology Center
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
> 

^ permalink raw reply	[flat|nested] 381+ messages in thread

* RE: Daily Xen Builds
@ 2005-09-09 20:57 Nakajima, Jun
  0 siblings, 0 replies; 381+ messages in thread
From: Nakajima, Jun @ 2005-09-09 20:57 UTC (permalink / raw)
  To: David F Barrera, Subrahmanian, Raj
  Cc: Koren, Bradley J, xen-devel, Vessey, Bruce A, Puthiyaparambil, Aravindh

David F Barrera wrote:
> On Fri, 2005-09-09 at 13:39 -0400, Subrahmanian, Raj wrote:
>> David,
>> 
>> What hardware configuration are you using for your x86_32 PAE
>> machines(number of procs, memory etc)?
>> I am unable to bring up xend on x86_32 PAE Xen (4 procs, 4 GB RAM
>> machine).
> 
> OK. I added memory to one of my machines, to 4GB, PAE enabled, and I'm
> able to create fully functional DomUs. Also, I tried SMP DomUs, and
> everything seems fine.
Well, I've got the follwing. This machine is an 8-way machine with 8GB
memory. X86_64 xenlinux boots fine there.

changeset:   6714:41a74438bcba
tag:         tip
user:        shand@ubuntu.eng.hq.xensource.com
date:        Fri Sep  9 11:36:48 2005 -0800
summary:     Fix 'xm info' (sizeof(param) doesn't do that one might
hope). 


(XEN)  0000000100000000 - 0000000260000000 (usable)
(XEN) System RAM: 8170MB (8366132kB)
(XEN) Xen heap: 10MB (10364kB)
(XEN) PAE enabled, limit: 16 GB
(XEN) found SMP MP-table at 000fdc90
(XEN) DMI 2.3 present.
(XEN) Using APIC driver default
...
(XEN) Brought up 8 CPUs
(XEN) mtrr: v2.0 (20020519)
(XEN) *** LOADING DOMAIN 0 ***
(XEN) Xen-ELF header found:
'GUEST_OS=linux,GUEST_VER=2.6,XEN_VER=3.0,VIRT_BASE=
0xC0000000,PAE=yes,LOADER=generic'
(XEN) PHYSICAL MEMORY ARRANGEMENT:
(XEN)  Dom0 alloc.:   0000000005000000->0000000006000000 (2034542 pages
to be al
located)
(XEN) VIRTUAL MEMORY ARRANGEMENT:
(XEN)  Loaded kernel: c0100000->c0618f24
(XEN)  Init. ramdisk: c0619000->c0619000
(XEN)  Phys-Mach map: c0619000->c0ddfdb8
(XEN)  Start info:    c0de0000->c0de1000
(XEN)  Page tables:   c0de1000->c0dee000
(XEN)  Boot stack:    c0dee000->c0def000
(XEN)  TOTAL:         c0000000->c1000000
(XEN)  ENTRY ADDRESS: c0100000
(XEN) Scrubbing Free RAM:
......................................................
............................................done.
(XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch
input to Xen
).
(XEN) (file=/home/jnakajim/xen-unstable.hg/xen/include/asm/mm.h,
line=202) Error
 pfn 9ea85: rd=ffbeca00, od=00000000, caf=00000000, taf=00000000
(XEN) DOM0: (file=mm.c, line=2935) ptwr: Could not re-validate l1 page
(XEN) Domain 0 (vcpu#0) crashed on cpu#0:
(XEN) CPU:    0
(XEN) EIP:    e019:[<c01194a8>]
(XEN) EFLAGS: 00000246   CONTEXT: guest
(XEN) eax: 0000001a   ebx: c0577ea0   ecx: 00000001   edx: 00000000
(XEN) esi: 00007ff0   edi: 80000000   ebp: f56cb000   esp: c0577e90
(XEN) cr0: 8005003b   cr3: 05de1000
(XEN) ds: e021   es: e021   fs: 0000   gs: 0000   ss: e021   cs: e019
(XEN) Guest stack trace from esp=c0577e90:
(XEN)    9ea85063 00000000 00000063 80000000 00000007 f56cb000 00000000
00000063

(XEN)    00000000 00000063 c011688c f56cb000 0009ea85 00000063 80000000
00000001

(XEN)    9ea86000 00000132 00000000 c0586e93 00000133 9ea85000 00000000
00000063

(XEN)    80000000 f57d8fc0 9ea85000 00000537 00000000 c0584f5d 9ea85000
00000537

(XEN)    f57d8fc0 9ea85000 00000537 c0577f3c c058513a 9ea85000 00000537
0000001d

(XEN)    c05853a0 f57db000 0000001d 494d445f 0537565f 9ea85000 0023001d
000003c7

(XEN)    001f1c00 00000001 c048e0d8 c05854cf c05853a0 c058063b c05d48e0
c048e0d8

(XEN)    00000000 00000000 0000008e 00000000 00000000 00000000 00000000
00000000

(XEN)    00000000 00000000 00000000 00000000 00000000 00000000 00000000
00000000

(XEN)    00000000 00000000 00000000 00000000 ffffe000 c0de0000 00000000
ffffe000

(XEN)    c0de0000 00000000 00000000 c0578717 c0577ff4 00000000 00000000
00000000

(XEN)    00000000 c05d48e0 00040800 c0100066
(XEN) Domain 0 shutdown: rebooting machine.


> 
>> It gives me errors similar to this when I do xend start.
>>
http://lists.xensource.com/archives/html/xen-devel/2005-08/msg01290.html
>> http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=209
>> 
>> Raj
>> -----Original Message-----
>> From: David F Barrera [mailto:dfbp@us.ibm.com]
>> Sent: Friday, September 09, 2005 1:26 PM
>> To: Puthiyaparambil, Aravindh
>> Cc: xen-devel; Vessey, Bruce A; Subrahmanian, Raj; Koren, Bradley J
>> Subject: RE: [Xen-devel] Daily Xen Builds
>> 
>> On Fri, 2005-09-09 at 13:18 -0400, Puthiyaparambil, Aravindh wrote:
>>> David,
>>> 
>>> Are you trying SMP DomUs?
>> 
>> No, but you can help us with them:-)
>> 
>>> 
>>> Aravindh
>>> 
>>>> -----Original Message-----
>>>> From: xen-devel-bounces@lists.xensource.com [mailto:xen-devel-
>>>> bounces@lists.xensource.com] On Behalf Of David F Barrera
>>>> Sent: Friday, September 09, 2005 12:55 PM
>>>> To: xen-devel
>>>> Subject: [Xen-devel] Daily Xen Builds
>>>> 
>>>> 
>>>> September 9, 2005 using hg source as of:
>>>> 
>>>> Last good changeset for ALL platforms:
>>>> 
>>>> changeset:   6699:cdfa7dd00c44eaa68b56656d236df5a60df17cf7
>>>> tag:         tip
>>>> parent:      6698:2704a88c329598a92bc349869df461363e509b8f
>>>> parent:      6696:df1348e72390866e232f867be396962058d2f5b6
>>>> user:        cl349@firebug.cl.cam.ac.uk
>>>> date:        Fri Sep  9 05:20:25 2005
>>>> summary:     merge?
>>>> 
>>>> x86_32 (no PAE support)
>>>> 
>>>>         * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
>>>>         * Builds and boots without problems
>>>>         * Able to create fully functional guest domains
>>>>         * Successfully ran LTP Dom0s and DomUs
>>>> 
>>>> ISSUES: None
>>>> 
>>>> x86_32 (PAE)
>>>> 
>>>>         * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s
>>>> and IBM         ThinkCentre 
>>>>         * Builds and boots without problems
>>>>         * Able to create fully functional guest domains
>>>>         * Successfully ran LTP on Dom0s and DomUs
>>>> 
>>>> 
>>>> ISSUES: None
>>>> 
>>>> x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)
>>>> 
>>>>         * Builds and boots without problems
>>>>         * Able to create fully functional guest domains
>>>>         * Successfully ran LTP Dom0s and DomUs
>>>> 
>>>> ISSUE(S): None
>>>> 
>>>> 
>>>> 
>>>> --
>>>> Regards,
>>>> 
>>>> David F Barrera
>>>> Linux Technology Center
>>>> Systems and Technology Group, IBM
>>>> 
>>>> "The wisest men follow their own direction. "
>>>>                                                         Euripides
>>>> 
>>>> 
>>>> _______________________________________________
>>>> Xen-devel mailing list
>>>> Xen-devel@lists.xensource.com
>>>> http://lists.xensource.com/xen-devel
>>> 
>> --
>> Regards,
>> 
>> David F Barrera
>> Linux Technology Center
>> Systems and Technology Group, IBM
>> 
>> "The wisest men follow their own direction. "
>>                                                         Euripides
>> 
>> 
>> _______________________________________________
>> Xen-devel mailing list
>> Xen-devel@lists.xensource.com
>> http://lists.xensource.com/xen-devel



Jun
---
Intel Open Source Technology Center

^ permalink raw reply	[flat|nested] 381+ messages in thread

* RE: Daily Xen Builds
  2005-09-09 17:39 Subrahmanian, Raj
  2005-09-09 17:55 ` David F Barrera
@ 2005-09-09 19:47 ` David F Barrera
  1 sibling, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-09-09 19:47 UTC (permalink / raw)
  To: Subrahmanian, Raj
  Cc: Koren, Bradley J, xen-devel, Vessey, Bruce A, Puthiyaparambil, Aravindh

On Fri, 2005-09-09 at 13:39 -0400, Subrahmanian, Raj wrote:
> David,
> 
> What hardware configuration are you using for your x86_32 PAE
> machines(number of procs, memory etc)?
> I am unable to bring up xend on x86_32 PAE Xen (4 procs, 4 GB RAM
> machine). 

OK. I added memory to one of my machines, to 4GB, PAE enabled, and I'm
able to create fully functional DomUs. Also, I tried SMP DomUs, and
everything seems fine.

> It gives me errors similar to this when I do xend start.
> http://lists.xensource.com/archives/html/xen-devel/2005-08/msg01290.html
> http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=209
> 
> Raj
> -----Original Message-----
> From: David F Barrera [mailto:dfbp@us.ibm.com] 
> Sent: Friday, September 09, 2005 1:26 PM
> To: Puthiyaparambil, Aravindh
> Cc: xen-devel; Vessey, Bruce A; Subrahmanian, Raj; Koren, Bradley J
> Subject: RE: [Xen-devel] Daily Xen Builds
> 
> On Fri, 2005-09-09 at 13:18 -0400, Puthiyaparambil, Aravindh wrote:
> > David,
> > 
> > Are you trying SMP DomUs?
> 
> No, but you can help us with them:-)
> 
> > 
> > Aravindh
> > 
> > > -----Original Message-----
> > > From: xen-devel-bounces@lists.xensource.com [mailto:xen-devel- 
> > > bounces@lists.xensource.com] On Behalf Of David F Barrera
> > > Sent: Friday, September 09, 2005 12:55 PM
> > > To: xen-devel
> > > Subject: [Xen-devel] Daily Xen Builds
> > > 
> > > 
> > > September 9, 2005 using hg source as of:
> > > 
> > > Last good changeset for ALL platforms:
> > > 
> > > changeset:   6699:cdfa7dd00c44eaa68b56656d236df5a60df17cf7
> > > tag:         tip
> > > parent:      6698:2704a88c329598a92bc349869df461363e509b8f
> > > parent:      6696:df1348e72390866e232f867be396962058d2f5b6
> > > user:        cl349@firebug.cl.cam.ac.uk
> > > date:        Fri Sep  9 05:20:25 2005
> > > summary:     merge?
> > > 
> > > x86_32 (no PAE support)
> > > 
> > >         * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
> > >         * Builds and boots without problems
> > >         * Able to create fully functional guest domains
> > >         * Successfully ran LTP Dom0s and DomUs
> > > 
> > > ISSUES: None
> > > 
> > > x86_32 (PAE)
> > > 
> > >         * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and
> > IBM
> > >         ThinkCentre
> > >         * Builds and boots without problems
> > >         * Able to create fully functional guest domains
> > >         * Successfully ran LTP on Dom0s and DomUs
> > > 
> > > 
> > > ISSUES: None
> > > 
> > > x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)
> > > 
> > >         * Builds and boots without problems
> > >         * Able to create fully functional guest domains
> > >         * Successfully ran LTP Dom0s and DomUs
> > > 
> > > ISSUE(S): None
> > > 
> > > 
> > > 
> > > --
> > > Regards,
> > > 
> > > David F Barrera
> > > Linux Technology Center
> > > Systems and Technology Group, IBM
> > > 
> > > "The wisest men follow their own direction. "
> > >                                                         Euripides
> > > 
> > > 
> > > _______________________________________________
> > > Xen-devel mailing list
> > > Xen-devel@lists.xensource.com
> > > http://lists.xensource.com/xen-devel
> > 
> --
> Regards,
> 
> David F Barrera
> Linux Technology Center
> Systems and Technology Group, IBM
> 
> "The wisest men follow their own direction. "
>                                                         Euripides
> 
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
> 
-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* RE: Daily Xen Builds
@ 2005-09-09 18:47 Subrahmanian, Raj
  0 siblings, 0 replies; 381+ messages in thread
From: Subrahmanian, Raj @ 2005-09-09 18:47 UTC (permalink / raw)
  To: Ian Pratt, David F Barrera, Puthiyaparambil, Aravindh
  Cc: Koren, Bradley J, xen-devel, Vessey, Bruce A

  
> > I saw this happen as recently as changeset 6654.
> > Does doing hg pull -u and doing make world take care of installing
new 
> > tools and kernel/xen?
> 6654 is ancient history!  There have been over 60 checkins including
several from me  marked "PAE bug fix". 
> You'll need to do a ./install.sh to install new tools.

Excellent. I shall try the current version. 
The last time I tried it was Wednesday when 6654 for the tip :-)

Raj

^ permalink raw reply	[flat|nested] 381+ messages in thread

* RE: Daily Xen Builds
@ 2005-09-09 18:41 Ian Pratt
  0 siblings, 0 replies; 381+ messages in thread
From: Ian Pratt @ 2005-09-09 18:41 UTC (permalink / raw)
  To: Subrahmanian, Raj, David F Barrera, Puthiyaparambil, Aravindh
  Cc: Koren, Bradley J, xen-devel, Vessey, Bruce A

 
> I saw this happen as recently as changeset 6654.
> Does doing hg pull -u and doing make world take care of 
> installing new tools and kernel/xen?

6654 is ancient history!  There have been over 60 checkins including
several from me  marked "PAE bug fix". 

You'll need to do a ./install.sh to install new tools.

Best,
Ian

^ permalink raw reply	[flat|nested] 381+ messages in thread

* RE: Daily Xen Builds
@ 2005-09-09 18:34 Subrahmanian, Raj
  0 siblings, 0 replies; 381+ messages in thread
From: Subrahmanian, Raj @ 2005-09-09 18:34 UTC (permalink / raw)
  To: Ian Pratt, David F Barrera, Puthiyaparambil, Aravindh
  Cc: Koren, Bradley J, xen-devel, Vessey, Bruce A

Ian,

I saw this happen as recently as changeset 6654.
Does doing hg pull -u and doing make world take care of installing new
tools and kernel/xen?

Raj

-----Original Message-----
From: Ian Pratt [mailto:m+Ian.Pratt@cl.cam.ac.uk] 
Sent: Friday, September 09, 2005 2:02 PM
To: Subrahmanian, Raj; David F Barrera; Puthiyaparambil, Aravindh
Cc: Koren, Bradley J; xen-devel; Vessey, Bruce A; ian.pratt@cl.cam.ac.uk
Subject: RE: [Xen-devel] Daily Xen Builds

> What hardware configuration are you using for your x86_32 PAE 
> machines(number of procs, memory etc)?
> I am unable to bring up xend on x86_32 PAE Xen (4 procs, 4 GB RAM 
> machine).
> It gives me errors similar to this when I do xend start.
> http://lists.xensource.com/archives/html/xen-devel/2005-08/msg
> 01290.html
> http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=209

Have you tried recently? I've fixed up lots of issues for PAE with >4GB
recently.

I'm running on a 2-way 8GB box just fine.

Best,
Ian

PS: make sure you install new tools as well as the kernel/xen.

^ permalink raw reply	[flat|nested] 381+ messages in thread

* RE: Daily Xen Builds
@ 2005-09-09 18:02 Ian Pratt
  0 siblings, 0 replies; 381+ messages in thread
From: Ian Pratt @ 2005-09-09 18:02 UTC (permalink / raw)
  To: Subrahmanian, Raj, David F Barrera, Puthiyaparambil, Aravindh
  Cc: Koren, Bradley J, xen-devel, Vessey, Bruce A

> What hardware configuration are you using for your x86_32 PAE 
> machines(number of procs, memory etc)?
> I am unable to bring up xend on x86_32 PAE Xen (4 procs, 4 GB 
> RAM machine). 
> It gives me errors similar to this when I do xend start.
> http://lists.xensource.com/archives/html/xen-devel/2005-08/msg
> 01290.html
> http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=209

Have you tried recently? I've fixed up lots of issues for PAE with >4GB
recently.

I'm running on a 2-way 8GB box just fine.

Best,
Ian

PS: make sure you install new tools as well as the kernel/xen.

^ permalink raw reply	[flat|nested] 381+ messages in thread

* RE: Daily Xen Builds
  2005-09-09 17:39 Subrahmanian, Raj
@ 2005-09-09 17:55 ` David F Barrera
  2005-09-09 19:47 ` David F Barrera
  1 sibling, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-09-09 17:55 UTC (permalink / raw)
  To: Subrahmanian, Raj
  Cc: Koren, Bradley J, xen-devel, Vessey, Bruce A, Puthiyaparambil, Aravindh

On Fri, 2005-09-09 at 13:39 -0400, Subrahmanian, Raj wrote:
> David,
> 
> What hardware configuration are you using for your x86_32 PAE
> machines(number of procs, memory etc)?
One of them has 2GB RAM, 2 procs, SCSI drives. Unfortunately, none of my
machines has more than 2GB of RAM (there are others testing on machines
with greater memory).
> I am unable to bring up xend on x86_32 PAE Xen (4 procs, 4 GB RAM
> machine). 
> It gives me errors similar to this when I do xend start.
> http://lists.xensource.com/archives/html/xen-devel/2005-08/msg01290.html
> http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=209
> 
> Raj
> -----Original Message-----
> From: David F Barrera [mailto:dfbp@us.ibm.com] 
> Sent: Friday, September 09, 2005 1:26 PM
> To: Puthiyaparambil, Aravindh
> Cc: xen-devel; Vessey, Bruce A; Subrahmanian, Raj; Koren, Bradley J
> Subject: RE: [Xen-devel] Daily Xen Builds
> 
> On Fri, 2005-09-09 at 13:18 -0400, Puthiyaparambil, Aravindh wrote:
> > David,
> > 
> > Are you trying SMP DomUs?
> 
> No, but you can help us with them:-)
> 
> > 
> > Aravindh
> > 
> > > -----Original Message-----
> > > From: xen-devel-bounces@lists.xensource.com [mailto:xen-devel- 
> > > bounces@lists.xensource.com] On Behalf Of David F Barrera
> > > Sent: Friday, September 09, 2005 12:55 PM
> > > To: xen-devel
> > > Subject: [Xen-devel] Daily Xen Builds
> > > 
> > > 
> > > September 9, 2005 using hg source as of:
> > > 
> > > Last good changeset for ALL platforms:
> > > 
> > > changeset:   6699:cdfa7dd00c44eaa68b56656d236df5a60df17cf7
> > > tag:         tip
> > > parent:      6698:2704a88c329598a92bc349869df461363e509b8f
> > > parent:      6696:df1348e72390866e232f867be396962058d2f5b6
> > > user:        cl349@firebug.cl.cam.ac.uk
> > > date:        Fri Sep  9 05:20:25 2005
> > > summary:     merge?
> > > 
> > > x86_32 (no PAE support)
> > > 
> > >         * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
> > >         * Builds and boots without problems
> > >         * Able to create fully functional guest domains
> > >         * Successfully ran LTP Dom0s and DomUs
> > > 
> > > ISSUES: None
> > > 
> > > x86_32 (PAE)
> > > 
> > >         * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and
> > IBM
> > >         ThinkCentre
> > >         * Builds and boots without problems
> > >         * Able to create fully functional guest domains
> > >         * Successfully ran LTP on Dom0s and DomUs
> > > 
> > > 
> > > ISSUES: None
> > > 
> > > x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)
> > > 
> > >         * Builds and boots without problems
> > >         * Able to create fully functional guest domains
> > >         * Successfully ran LTP Dom0s and DomUs
> > > 
> > > ISSUE(S): None
> > > 
> > > 
> > > 
> > > --
> > > Regards,
> > > 
> > > David F Barrera
> > > Linux Technology Center
> > > Systems and Technology Group, IBM
> > > 
> > > "The wisest men follow their own direction. "
> > >                                                         Euripides
> > > 
> > > 
> > > _______________________________________________
> > > Xen-devel mailing list
> > > Xen-devel@lists.xensource.com
> > > http://lists.xensource.com/xen-devel
> > 
> --
> Regards,
> 
> David F Barrera
> Linux Technology Center
> Systems and Technology Group, IBM
> 
> "The wisest men follow their own direction. "
>                                                         Euripides
> 
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
> 
-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* RE: Daily Xen Builds
@ 2005-09-09 17:39 Subrahmanian, Raj
  2005-09-09 17:55 ` David F Barrera
  2005-09-09 19:47 ` David F Barrera
  0 siblings, 2 replies; 381+ messages in thread
From: Subrahmanian, Raj @ 2005-09-09 17:39 UTC (permalink / raw)
  To: David F Barrera, Puthiyaparambil, Aravindh
  Cc: Koren, Bradley J, xen-devel, Vessey, Bruce A

David,

What hardware configuration are you using for your x86_32 PAE
machines(number of procs, memory etc)?
I am unable to bring up xend on x86_32 PAE Xen (4 procs, 4 GB RAM
machine). 
It gives me errors similar to this when I do xend start.
http://lists.xensource.com/archives/html/xen-devel/2005-08/msg01290.html
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=209

Raj
-----Original Message-----
From: David F Barrera [mailto:dfbp@us.ibm.com] 
Sent: Friday, September 09, 2005 1:26 PM
To: Puthiyaparambil, Aravindh
Cc: xen-devel; Vessey, Bruce A; Subrahmanian, Raj; Koren, Bradley J
Subject: RE: [Xen-devel] Daily Xen Builds

On Fri, 2005-09-09 at 13:18 -0400, Puthiyaparambil, Aravindh wrote:
> David,
> 
> Are you trying SMP DomUs?

No, but you can help us with them:-)

> 
> Aravindh
> 
> > -----Original Message-----
> > From: xen-devel-bounces@lists.xensource.com [mailto:xen-devel- 
> > bounces@lists.xensource.com] On Behalf Of David F Barrera
> > Sent: Friday, September 09, 2005 12:55 PM
> > To: xen-devel
> > Subject: [Xen-devel] Daily Xen Builds
> > 
> > 
> > September 9, 2005 using hg source as of:
> > 
> > Last good changeset for ALL platforms:
> > 
> > changeset:   6699:cdfa7dd00c44eaa68b56656d236df5a60df17cf7
> > tag:         tip
> > parent:      6698:2704a88c329598a92bc349869df461363e509b8f
> > parent:      6696:df1348e72390866e232f867be396962058d2f5b6
> > user:        cl349@firebug.cl.cam.ac.uk
> > date:        Fri Sep  9 05:20:25 2005
> > summary:     merge?
> > 
> > x86_32 (no PAE support)
> > 
> >         * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
> >         * Builds and boots without problems
> >         * Able to create fully functional guest domains
> >         * Successfully ran LTP Dom0s and DomUs
> > 
> > ISSUES: None
> > 
> > x86_32 (PAE)
> > 
> >         * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and
> IBM
> >         ThinkCentre
> >         * Builds and boots without problems
> >         * Able to create fully functional guest domains
> >         * Successfully ran LTP on Dom0s and DomUs
> > 
> > 
> > ISSUES: None
> > 
> > x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)
> > 
> >         * Builds and boots without problems
> >         * Able to create fully functional guest domains
> >         * Successfully ran LTP Dom0s and DomUs
> > 
> > ISSUE(S): None
> > 
> > 
> > 
> > --
> > Regards,
> > 
> > David F Barrera
> > Linux Technology Center
> > Systems and Technology Group, IBM
> > 
> > "The wisest men follow their own direction. "
> >                                                         Euripides
> > 
> > 
> > _______________________________________________
> > Xen-devel mailing list
> > Xen-devel@lists.xensource.com
> > http://lists.xensource.com/xen-devel
> 
--
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* RE: Daily Xen Builds
@ 2005-09-09 17:36 Nakajima, Jun
  0 siblings, 0 replies; 381+ messages in thread
From: Nakajima, Jun @ 2005-09-09 17:36 UTC (permalink / raw)
  To: David F Barrera, Puthiyaparambil, Aravindh
  Cc: Koren, Bradley J, xen-devel, Vessey, Bruce A, Subrahmanian, Raj

David F Barrera wrote:
> On Fri, 2005-09-09 at 13:18 -0400, Puthiyaparambil, Aravindh wrote:
>> David,
>> 
>> Are you trying SMP DomUs?
> 
> No, but you can help us with them:-)
DomU is configured as SMP by default. So you can simply change the vcpu=
line in the xmconfig file to test SMP domUs.


Jun
---
Intel Open Source Technology Center

^ permalink raw reply	[flat|nested] 381+ messages in thread

* RE: Daily Xen Builds
  2005-09-09 17:18 Puthiyaparambil, Aravindh
@ 2005-09-09 17:25 ` David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-09-09 17:25 UTC (permalink / raw)
  To: Puthiyaparambil, Aravindh
  Cc: Koren, Bradley J, xen-devel, Vessey, Bruce A, Subrahmanian, Raj

On Fri, 2005-09-09 at 13:18 -0400, Puthiyaparambil, Aravindh wrote:
> David,
> 
> Are you trying SMP DomUs?

No, but you can help us with them:-)

> 
> Aravindh
> 
> > -----Original Message-----
> > From: xen-devel-bounces@lists.xensource.com [mailto:xen-devel-
> > bounces@lists.xensource.com] On Behalf Of David F Barrera
> > Sent: Friday, September 09, 2005 12:55 PM
> > To: xen-devel
> > Subject: [Xen-devel] Daily Xen Builds
> > 
> > 
> > September 9, 2005 using hg source as of:
> > 
> > Last good changeset for ALL platforms:
> > 
> > changeset:   6699:cdfa7dd00c44eaa68b56656d236df5a60df17cf7
> > tag:         tip
> > parent:      6698:2704a88c329598a92bc349869df461363e509b8f
> > parent:      6696:df1348e72390866e232f867be396962058d2f5b6
> > user:        cl349@firebug.cl.cam.ac.uk
> > date:        Fri Sep  9 05:20:25 2005
> > summary:     merge?
> > 
> > x86_32 (no PAE support)
> > 
> >         * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
> >         * Builds and boots without problems
> >         * Able to create fully functional guest domains
> >         * Successfully ran LTP Dom0s and DomUs
> > 
> > ISSUES: None
> > 
> > x86_32 (PAE)
> > 
> >         * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and
> IBM
> >         ThinkCentre
> >         * Builds and boots without problems
> >         * Able to create fully functional guest domains
> >         * Successfully ran LTP on Dom0s and DomUs
> > 
> > 
> > ISSUES: None
> > 
> > x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)
> > 
> >         * Builds and boots without problems
> >         * Able to create fully functional guest domains
> >         * Successfully ran LTP Dom0s and DomUs
> > 
> > ISSUE(S): None
> > 
> > 
> > 
> > --
> > Regards,
> > 
> > David F Barrera
> > Linux Technology Center
> > Systems and Technology Group, IBM
> > 
> > "The wisest men follow their own direction. "
> >                                                         Euripides
> > 
> > 
> > _______________________________________________
> > Xen-devel mailing list
> > Xen-devel@lists.xensource.com
> > http://lists.xensource.com/xen-devel
> 
-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* RE: Daily Xen Builds
@ 2005-09-09 17:18 Puthiyaparambil, Aravindh
  2005-09-09 17:25 ` David F Barrera
  0 siblings, 1 reply; 381+ messages in thread
From: Puthiyaparambil, Aravindh @ 2005-09-09 17:18 UTC (permalink / raw)
  To: David F Barrera, xen-devel
  Cc: Koren, Bradley J, Subrahmanian, Raj, Vessey, Bruce A

David,

Are you trying SMP DomUs?

Aravindh

> -----Original Message-----
> From: xen-devel-bounces@lists.xensource.com [mailto:xen-devel-
> bounces@lists.xensource.com] On Behalf Of David F Barrera
> Sent: Friday, September 09, 2005 12:55 PM
> To: xen-devel
> Subject: [Xen-devel] Daily Xen Builds
> 
> 
> September 9, 2005 using hg source as of:
> 
> Last good changeset for ALL platforms:
> 
> changeset:   6699:cdfa7dd00c44eaa68b56656d236df5a60df17cf7
> tag:         tip
> parent:      6698:2704a88c329598a92bc349869df461363e509b8f
> parent:      6696:df1348e72390866e232f867be396962058d2f5b6
> user:        cl349@firebug.cl.cam.ac.uk
> date:        Fri Sep  9 05:20:25 2005
> summary:     merge?
> 
> x86_32 (no PAE support)
> 
>         * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
>         * Builds and boots without problems
>         * Able to create fully functional guest domains
>         * Successfully ran LTP Dom0s and DomUs
> 
> ISSUES: None
> 
> x86_32 (PAE)
> 
>         * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and
IBM
>         ThinkCentre
>         * Builds and boots without problems
>         * Able to create fully functional guest domains
>         * Successfully ran LTP on Dom0s and DomUs
> 
> 
> ISSUES: None
> 
> x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)
> 
>         * Builds and boots without problems
>         * Able to create fully functional guest domains
>         * Successfully ran LTP Dom0s and DomUs
> 
> ISSUE(S): None
> 
> 
> 
> --
> Regards,
> 
> David F Barrera
> Linux Technology Center
> Systems and Technology Group, IBM
> 
> "The wisest men follow their own direction. "
>                                                         Euripides
> 
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-09-09 16:54 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-09-09 16:54 UTC (permalink / raw)
  To: xen-devel


September 9, 2005 using hg source as of:

Last good changeset for ALL platforms:

changeset:   6699:cdfa7dd00c44eaa68b56656d236df5a60df17cf7
tag:         tip
parent:      6698:2704a88c329598a92bc349869df461363e509b8f
parent:      6696:df1348e72390866e232f867be396962058d2f5b6
user:        cl349@firebug.cl.cam.ac.uk
date:        Fri Sep  9 05:20:25 2005
summary:     merge?

x86_32 (no PAE support)

        * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Successfully ran LTP Dom0s and DomUs
        
ISSUES: None

x86_32 (PAE)

        * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
        ThinkCentre
        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Successfully ran LTP on Dom0s and DomUs
     

ISSUES: None
        
x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Successfully ran LTP Dom0s and DomUs
       
ISSUE(S): None    
       


-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-09-08 15:51 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-09-08 15:51 UTC (permalink / raw)
  To: xen-devel


September 8, 2005 using hg source as of:

Last good changeset for x86 platforms:

changeset:   6682:12ff9c954aceb9c84c9e730886d3cd538a6ec56a
tag:         tip
user:        iap10@freefall.cl.cam.ac.uk
date:        Wed Sep  7 20:07:15 2005
summary:     Give each domain some memory below 4GB. This solves the
"PGD's must be below 4GB" for the initial page tables. I'm not sure
we'll stick with this approach, but this is good enough for the time
being.

x86_32 (no PAE support)

        * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Successfully ran LTP and LMBench on Dom0s and DomUs
        
ISSUES: None

x86_32 (PAE)

        * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
        ThinkCentre
        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Successfully ran LTP and LMBench on Dom0s and DomUs
     

ISSUES: None
        
x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

        * Builds and boots without problems
        * Problems creating guest domains on SLES 9 SP2 boxes
        * Successfully ran LTP on host and guest domains on *FC4 box*

        Last good changeset for x86_64:
        
        changeset:   6654:c9fd91d7540d5bc89cb89cb4b18309054fb9d40a
        tag:         tip
        user:        kaf24@firebug.cl.cam.ac.uk
        date:        Wed Sep  7 05:04:54 2005
        summary:     Be more sensitive to losing sync with platform
        timer.
        
ISSUE(S): 
        
        * x86_64 - Error creating domain: (12, 'Cannot allocate memory')
        * SLES 9 SP2 boxes only--not affecting the FC4 machine
        * Bugzilla #221



-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-09-07 18:15 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-09-07 18:15 UTC (permalink / raw)
  To: xen-devel

September 7, 2005 using hg source as of:

Last good changeset for ALL platforms:

changeset:   6654:c9fd91d7540d5bc89cb89cb4b18309054fb9d40a
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Wed Sep  7 05:04:54 2005
summary:     Be more sensitive to losing sync with platform timer.

x86_32 (no PAE support)

        * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Successfully ran LTP and LMBench on Dom0s and DomUs
        
ISSUES: None

x86_32 (PAE)

        * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
        ThinkCentre
        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Successfully ran LTP and LMBench on Dom0s and DomUs
     

ISSUES: None
        
x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Successfully ran LTP and LMBench on Dom0s and DomUs
        
ISSUES: None

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-09-06 17:16 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-09-06 17:16 UTC (permalink / raw)
  To: xen-devel

September 6, 2005 using hg source as of:

Last good changeset for ALL platforms:

changeset:   6633:60bf463f79a85d92f55bbe42c45856fc791dd7d7
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Tue Sep  6 04:44:58 2005
summary:     Fix vmalloc fault path in arch/xen/i386 to correctly deal

x86_32 (no PAE support)

        * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Successfully ran LTP and LMBench on Dom0s and DomUs
        
ISSUES: None

x86_32 (PAE)

        * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
        ThinkCentre
        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Successfully ran LTP and LMBench on Dom0s and DomUs
     

ISSUES: None
        
x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Successfully ran LTP and LMBench on Dom0s and DomUs
        
ISSUES: None

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-09-02 16:56 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-09-02 16:56 UTC (permalink / raw)
  To: xen-devel

No issues observed on this build!

September 2, 2005 using hg source as of:

changeset:   6584:fc12b08bf4fe858b29317427cc0db82d29764c5f
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Fri Sep  2 05:04:42 2005
summary:     Mini-os fixes from Simon Kagstrom.

x86_32 (no PAE support)

        * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Successfully ran LTP and LMBench on Dom0s and DomUs
        
ISSUES: 
        * None

Last good changeset for x86_32, non-PAE:

        changeset:   6584:fc12b08bf4fe858b29317427cc0db82d29764c5f
        tag:         tip
        user:        kaf24@firebug.cl.cam.ac.uk
        date:        Fri Sep  2 05:04:42 2005
        summary:     Mini-os fixes from Simon Kagstrom.


x86_32 (PAE)

        * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
        ThinkCentre
        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Successfully ran LTP and LMBench on Dom0s and DomUs
     

ISSUES:

        * None
        
       
        Last good changeset for x86_32 (PAE):
        
        changeset:   6584:fc12b08bf4fe858b29317427cc0db82d29764c5f
        tag:         tip
        user:        kaf24@firebug.cl.cam.ac.uk
        date:        Fri Sep  2 05:04:42 2005
        summary:     Mini-os fixes from Simon Kagstrom.
        

x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Successfully ran LTP and LMBench on Dom0s and DomUs
        
ISSUES:
       
        * None
        
        Last good changeset for x86_64:
                
        changeset:   6584:fc12b08bf4fe858b29317427cc0db82d29764c5f
        tag:         tip
        user:        kaf24@firebug.cl.cam.ac.uk
        date:        Fri Sep  2 05:04:42 2005
        summary:     Mini-os fixes from Simon Kagstrom.

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-09-01 18:59 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-09-01 18:59 UTC (permalink / raw)
  To: xen-devel


September 1, 2005 using hg source as of:

changeset:   6572:af78c9d526e0b3502629fb0ef09064920157c0c5
user:        cl349@firebug.cl.cam.ac.uk
date:        Thu Sep  1 05:45:50 2005

x86_32 (no PAE support)

        * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
        * Builds and boots without problems
        * Able to create fully functional guest domains
        * Successfully ran LTP on Dom0s and DomUs
        
ISSUES:	
	* None

Last good changeset for x86_32, non-PAE:

        changeset:   6572:af78c9d526e0b3502629fb0ef09064920157c0c5
        user:        cl349@firebug.cl.cam.ac.uk
        date:        Thu Sep  1 05:45:50 2005

x86_32 (PAE)

        * SLES 9 SP2, FC3, FC4, and RHEL 4 IBM xSeries 305, 335s and IBM
        ThinkCentre
        * Builds and boots without problems
        * DomUs crashing under stress (below)      


ISSUES:

        ** #211 – DomU dying: Kernel panic - not syncing: Unable to
        reduce memory reservation
        * Problem manifests while running LTP on both dom0 and domU
        * Problem occurred on x86_64 as well.
        * Observed on both SLES 9 and FC4 machines
        
       
        Last good changeset for x86_32 (PAE):
        
        changeset:   6548:6d4c0bfc3c1c15d1871d17698bfd78a9ea05aff5
        tag:         tip
        user:        cl349@firebug.cl.cam.ac.uk
        date:        Wed Aug 31 05:24:43 2005
        summary:     Wait a little bit for tty to appear.
        

x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

        * Builds and boots without problems
        * Able to create fully functional domains
        * DomU crashes under stress
        
ISSUES:
       
        ** #211 – DomU dying: Kernel panic - not syncing: Unable to
        reduce memory reservation
        
        Last good changeset for x86_64:
                
        changeset:   6548:6d4c0bfc3c1c15d1871d17698bfd78a9ea05aff5
        tag:         tip
        user:        cl349@firebug.cl.cam.ac.uk
        date:        Wed Aug 31 05:24:43 2005
        summary:     Wait a little bit for tty to appear.

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-08-31 16:05 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-08-31 16:05 UTC (permalink / raw)
  To: xen-devel


August 31, 2005 using hg source as of:

changeset:   6548:6d4c0bfc3c1c15d1871d17698bfd78a9ea05aff5
tag:         tip
user:        cl349@firebug.cl.cam.ac.uk
date:        Wed Aug 31 05:24:43 2005
summary:     Wait a little bit for tty to appear.


x86_32 (no PAE support)

        * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
        * Builds and boots without problems
        * Able to create domU**
        * Successfully ran LTP on Dom0s and DomUs
        
ISSUES:

        ** #192 – Networking broken on guest domain in SLES 9 SP2 boxes
                * Affecting all of my SLES 9 platforms
                

Last good changeset for x86_32, non-PAE:

        changeset:   6548:6d4c0bfc3c1c15d1871d17698bfd78a9ea05aff5
        tag:         tip
        user:        cl349@firebug.cl.cam.ac.uk
        date:        Wed Aug 31 05:24:43 2005
        summary:     Wait a little bit for tty to appear.
 

x86_32 (PAE)

        * SLES 9 SP2, FC4, and RHEL 4 IBM xSeries 305, 335 and IBM
        ThinkCentre
        * Builds and boots without problems
        * Able to create domUs** 
        * Successfully ran LTP on both dom0s and domUs


ISSUES:

        ** #192 – Networking broken on guest domain in SLES 9 SP2 boxes
       

        Last good changeset for x86_32 (PAE):
        
        changeset:   6548:6d4c0bfc3c1c15d1871d17698bfd78a9ea05aff5
        tag:         tip
        user:        cl349@firebug.cl.cam.ac.uk
        date:        Wed Aug 31 05:24:43 2005
        summary:     Wait a little bit for tty to appear.
        

x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

        * Builds and boots without problems
        * Able to create domUs** 
        * Successfully ran LTP on both dom0s and domUs
        
ISSUES:

        ** #192 – Networking broken on guest domain in SLES 9 SP2 boxes

        Last good changeset** for x86_64:
                
        changeset:   6548:6d4c0bfc3c1c15d1871d17698bfd78a9ea05aff5
        tag:         tip
        user:        cl349@firebug.cl.cam.ac.uk
        date:        Wed Aug 31 05:24:43 2005
        summary:     Wait a little bit for tty to appear.
        
        
-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* RE: Daily Xen Builds
  2005-08-30 19:54 Nakajima, Jun
@ 2005-08-30 20:38 ` David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-08-30 20:38 UTC (permalink / raw)
  To: Nakajima, Jun; +Cc: xen-devel

On Tue, 2005-08-30 at 12:54 -0700, Nakajima, Jun wrote:
> Anthony Liguori wrote:
> > David F Barrera wrote:
> > 
> >> x86_32 (PAE)
> >> 
> >>        * SLES 9 SP2, FC4, and RHEL 4 IBM xSeries 305, 335 and IBM   
> >> ThinkCentre 
> >>        * Builds and boots without problems
> >>        * Able to create domUs**
> >>        * Successfully ran LTP on both dom0s and domUs
> >> 
> >> 
> >> ISSUES:
> >> 
> >> 	* xenconsole: Could not read tty from store: No such file or
> >> directory 
> >> 
> >> 
> > Is this reproducible outside of PAE?
> 
> I see this problem on x86_64. Please look at my emails.

I saw it on x86_64, too. Bugzilla #202.

> 
> Jun
> ---
> Intel Open Source Technology Center
> 
-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Re: Daily Xen Builds
  2005-08-30 19:22 David F Barrera
  2005-08-30 19:41 ` Anthony Liguori
@ 2005-08-30 19:55 ` Jerone Young
  1 sibling, 0 replies; 381+ messages in thread
From: Jerone Young @ 2005-08-30 19:55 UTC (permalink / raw)
  To: David F Barrera; +Cc: xen-devel

On Tue, 2005-08-30 at 14:22 -0500, David F Barrera wrote:
> August 30, 2005 using hg source as of:
> 
> changeset:   6473:7296ed60874f2fb1af6d961512ab3d76d34c9ebf
> tag:         tip
> user:        kaf24@firebug.cl.cam.ac.uk
> date:        Tue Aug 30 09:14:31 2005
> summary:     Fix user-space four- and five-argument hypercalls on
> 
> x86_32 (no PAE support)
> 
>         * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
>         * Builds and boots without problems
>         * Able to create domU**
>         * Successfully ran LTP on Dom0 and DomU
>         
> ISSUES:
> 
>         ** #192 – Networking broken on guest domain in SLES 9 SP2 boxes
> 		* Affecting all SLES 9 platforms
> 		
> 
> Last good changeset for x86_32, non-PAE:
> 
>         changeset: 6395:8d31f9a9c4232b8f9d0200d0a3d312170c197f63
>         tag: tip
>         user: kaf24@firebug.cl.cam.ac.uk
>         date: Thu Aug 25 08:27:10 2005
>         summary: Fix SMP booting: x86/64 startup initialisation fixes
>         and so on.
>    
> 
> 
> x86_32 (PAE)
> 
>         * SLES 9 SP2, FC4, and RHEL 4 IBM xSeries 305, 335 and IBM
>         ThinkCentre
>         * Builds and boots without problems
>         * Able to create domUs** 
>         * Successfully ran LTP on both dom0s and domUs
> 
> 
> ISSUES:
> 
>         ** #192 – Networking broken on guest domain in SLES 9 SP2 boxes
> 	* xenconsole: Could not read tty from store: No such file or directoy

I'm using changeset 6477 and I am not seeing this with my PAE Xen box.

>  
> 
> 
>         Last good changeset for x86_32 (PAE):
>         
>         changeset: 6395:8d31f9a9c4232b8f9d0200d0a3d312170c197f63
>         tag: tip
>         user: kaf24@firebug.cl.cam.ac.uk
>         date: Thu Aug 25 08:27:10 2005
>         summary: Fix SMP booting: x86/64 startup initialisation fixes
>         and so
> 
> 
> x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)
> 
>         * Builds and boots without problems
>         * Able to create domUs** 
>         * Successfully ran LTP on both dom0s and domUs
>         
> ISSUES:
> 
>         ** #192 – Networking broken on guest domain in SLES 9 SP2 boxes
> 
>         Last good changeset for x86_64:
>                 
>         changeset: 6401:98a6eb458c783cbbb8f19e5713a4ad8a1ea830c6
>         tag: tip
>         user: kaf24@firebug.cl.cam.ac.uk
>         date: Thu Aug 25 11:25:26 2005
>         summary: Memory management fixes. Page tables are created, buddy
>         allocator now
>         
> 
-- 
Jerone Young
IBM Linux Technology Center
jyoung5@us.ibm.com
512-838-1157 (T/L: 678-1157)

^ permalink raw reply	[flat|nested] 381+ messages in thread

* RE: Daily Xen Builds
@ 2005-08-30 19:54 Nakajima, Jun
  2005-08-30 20:38 ` David F Barrera
  0 siblings, 1 reply; 381+ messages in thread
From: Nakajima, Jun @ 2005-08-30 19:54 UTC (permalink / raw)
  To: Anthony Liguori, David F Barrera; +Cc: xen-devel

Anthony Liguori wrote:
> David F Barrera wrote:
> 
>> x86_32 (PAE)
>> 
>>        * SLES 9 SP2, FC4, and RHEL 4 IBM xSeries 305, 335 and IBM   
>> ThinkCentre 
>>        * Builds and boots without problems
>>        * Able to create domUs**
>>        * Successfully ran LTP on both dom0s and domUs
>> 
>> 
>> ISSUES:
>> 
>> 	* xenconsole: Could not read tty from store: No such file or
>> directory 
>> 
>> 
> Is this reproducible outside of PAE?

I see this problem on x86_64. Please look at my emails.

Jun
---
Intel Open Source Technology Center

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Re: Daily Xen Builds
  2005-08-30 19:22 David F Barrera
@ 2005-08-30 19:41 ` Anthony Liguori
  2005-08-30 19:55 ` Jerone Young
  1 sibling, 0 replies; 381+ messages in thread
From: Anthony Liguori @ 2005-08-30 19:41 UTC (permalink / raw)
  To: David F Barrera; +Cc: xen-devel

David F Barrera wrote:

>x86_32 (PAE)
>
>        * SLES 9 SP2, FC4, and RHEL 4 IBM xSeries 305, 335 and IBM
>        ThinkCentre
>        * Builds and boots without problems
>        * Able to create domUs** 
>        * Successfully ran LTP on both dom0s and domUs
>
>
>ISSUES:
>
>	* xenconsole: Could not read tty from store: No such file or directory 
>  
>
Is this reproducible outside of PAE?

>        Last good changeset for x86_32 (PAE):
>        
>        changeset: 6395:8d31f9a9c4232b8f9d0200d0a3d312170c197f63
>        tag: tip
>        user: kaf24@firebug.cl.cam.ac.uk
>        date: Thu Aug 25 08:27:10 2005
>        summary: Fix SMP booting: x86/64 startup initialisation fixes
>        and so
>
>
>x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)
>
>        * Builds and boots without problems
>        * Able to create domUs** 
>        * Successfully ran LTP on both dom0s and domUs
>        
>ISSUES:
>
>        ** #192 – Networking broken on guest domain in SLES 9 SP2 boxes
>
>        Last good changeset for x86_64:
>                
>        changeset: 6401:98a6eb458c783cbbb8f19e5713a4ad8a1ea830c6
>        tag: tip
>        user: kaf24@firebug.cl.cam.ac.uk
>        date: Thu Aug 25 11:25:26 2005
>        summary: Memory management fixes. Page tables are created, buddy
>        allocator now
>        
>
>  
>

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-08-30 19:22 David F Barrera
  2005-08-30 19:41 ` Anthony Liguori
  2005-08-30 19:55 ` Jerone Young
  0 siblings, 2 replies; 381+ messages in thread
From: David F Barrera @ 2005-08-30 19:22 UTC (permalink / raw)
  To: xen-devel

August 30, 2005 using hg source as of:

changeset:   6473:7296ed60874f2fb1af6d961512ab3d76d34c9ebf
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Tue Aug 30 09:14:31 2005
summary:     Fix user-space four- and five-argument hypercalls on

x86_32 (no PAE support)

        * SLES 9 SP2 on IBM xSeries 235 and 305 (1GB RAM)
        * Builds and boots without problems
        * Able to create domU**
        * Successfully ran LTP on Dom0 and DomU
        
ISSUES:

        ** #192 – Networking broken on guest domain in SLES 9 SP2 boxes
		* Affecting all SLES 9 platforms
		

Last good changeset for x86_32, non-PAE:

        changeset: 6395:8d31f9a9c4232b8f9d0200d0a3d312170c197f63
        tag: tip
        user: kaf24@firebug.cl.cam.ac.uk
        date: Thu Aug 25 08:27:10 2005
        summary: Fix SMP booting: x86/64 startup initialisation fixes
        and so on.
   


x86_32 (PAE)

        * SLES 9 SP2, FC4, and RHEL 4 IBM xSeries 305, 335 and IBM
        ThinkCentre
        * Builds and boots without problems
        * Able to create domUs** 
        * Successfully ran LTP on both dom0s and domUs


ISSUES:

        ** #192 – Networking broken on guest domain in SLES 9 SP2 boxes
	* xenconsole: Could not read tty from store: No such file or directory 


        Last good changeset for x86_32 (PAE):
        
        changeset: 6395:8d31f9a9c4232b8f9d0200d0a3d312170c197f63
        tag: tip
        user: kaf24@firebug.cl.cam.ac.uk
        date: Thu Aug 25 08:27:10 2005
        summary: Fix SMP booting: x86/64 startup initialisation fixes
        and so


x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

        * Builds and boots without problems
        * Able to create domUs** 
        * Successfully ran LTP on both dom0s and domUs
        
ISSUES:

        ** #192 – Networking broken on guest domain in SLES 9 SP2 boxes

        Last good changeset for x86_64:
                
        changeset: 6401:98a6eb458c783cbbb8f19e5713a4ad8a1ea830c6
        tag: tip
        user: kaf24@firebug.cl.cam.ac.uk
        date: Thu Aug 25 11:25:26 2005
        summary: Memory management fixes. Page tables are created, buddy
        allocator now
        

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-08-29 19:25 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-08-29 19:25 UTC (permalink / raw)
  To: xen-devel

August 27, 2005 using hg source as of:

changeset:   6461:936be0ae823fd3a94ea06d92fdacad65b85d6014
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Mon Aug 29 09:53:38 2005
summary:     Fix page_is_ram() start-of-day checks, and the watch
routine


x86_32 (no PAE support)

        * SLES 9 SP2 on IBM xSeries 235 (512 RAM)
        * Builds and boots without problems
        * Able to create domU
        * Successfully ran LTP on Dom0 and DomU
        
ISSUES:

        * None

Last good changeset for x86_32, non-PAE:

        changeset:   6461:936be0ae823fd3a94ea06d92fdacad65b85d6014
        tag:         tip
        user:        kaf24@firebug.cl.cam.ac.uk
        date:        Mon Aug 29 09:53:38 2005
        summary:     Fix page_is_ram() start-of-day checks, and the
        watch routine
   


x86_32 (PAE)

        * SLES 9 SP2, FC4, and RHEL 4 IBM xSeries 305, 335 and IBM
        ThinkCentre
        * Builds and boots without problems
        * Able to create domUs**
        * Successfully ran LTP on both dom0s and domUs


ISSUES:

        ** #192 – Networking broken on guest domain in SLES 9 SP2 boxes


        Last good changeset for x86_32 (PAE):
        
        changeset: 6395:8d31f9a9c4232b8f9d0200d0a3d312170c197f63
        tag: tip
        user: kaf24@firebug.cl.cam.ac.uk
        date: Thu Aug 25 08:27:10 2005
        summary: Fix SMP booting: x86/64 startup initialisation fixes
        and so


x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

        * Built and booted properly
        * Guests OSs cannot be created
        
ISSUES:

        * Bugzilla #196 x86_64 - Unable to create guest domains

        Last good changeset for x86_64:
        
        changeset: 6401:98a6eb458c783cbbb8f19e5713a4ad8a1ea830c6
        tag: tip
        user: kaf24@firebug.cl.cam.ac.uk
        date: Thu Aug 25 11:25:26 2005
        summary: Memory management fixes. Page tables are created, buddy
        allocator now
        

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Re: Daily Xen Builds
  2005-08-26 19:36 Nakajima, Jun
@ 2005-08-26 20:28 ` David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-08-26 20:28 UTC (permalink / raw)
  To: Nakajima, Jun; +Cc: xen-devel



Nakajima, Jun wrote:

>David, Hi
>
>Recently our team is seeing booting problems with x86_32 (not x86_64)
>_SMP_ dom0 on some machines. Did you try that on your machines? Do you
>think it's sensible to test SMP dom0 on your x86_32 PAE configurations?
>  
>
I'll see if I can fit it into my schedule. I am extremely busy.

-- Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

^ permalink raw reply	[flat|nested] 381+ messages in thread

* RE: Daily Xen Builds
@ 2005-08-26 19:36 Nakajima, Jun
  2005-08-26 20:28 ` David F Barrera
  0 siblings, 1 reply; 381+ messages in thread
From: Nakajima, Jun @ 2005-08-26 19:36 UTC (permalink / raw)
  To: David F Barrera, xen-devel

David F Barrera wrote:
> August 26, 2005 using hg source as of:
> 
> changeset: 6451:2b95125015a59eeb086b3748f9415ac440133b4d
> tag: tip
> user: kaf24@firebug.cl.cam.ac.uk
> date: Fri Aug 26 08:06:49 2005
> summary: Remove the unused ia64 patch directory.
> 

David, Hi

Recently our team is seeing booting problems with x86_32 (not x86_64)
_SMP_ dom0 on some machines. Did you try that on your machines? Do you
think it's sensible to test SMP dom0 on your x86_32 PAE configurations?

> 
> x86_32 (no PAE support)
> 
>     * SLES 9 SP2 on IBM xSeries 235 (512 RAM)
>     * Builds and boots without problems
>     * Able to create domU
>     * Unable to complete LTP run on DomU
> 
> 
> ISSUES:
> 
>     * DomU crashes when running LTP
>     * Observed on SLES 9 SP2 and FC3 machine
>     * Able to reliably recreate the crash
>     * Bugzilla #190 - Kernel BUG at
>           "drivers/xen/blkfront/blkfront.c":95 o Seeing this bug on
>     x86_64, too * Bugzilla #192 - Networking broken on guest domain
>           in SLES 9 SP2 boxes o Not happening on FC4 box
> 
> Last good changeset for x86_32, non-PAE:
> 
>     changeset: 6329:3889ca17ff5867d5efa19eaf25463d59dd6c8c7d
>     tag: tip
>     user: kaf24@firebug.cl.cam.ac.uk
>     <mailto:kaf24@firebug.cl.cam.ac.uk> date: Tue Aug 23 07:30:35 2005
>     summary: phys_to_machine_mapping array is not an array of longs.
> 
> 
> x86_32 (PAE)
> 
>     * SLES 9 SP2, FC4, and RHEL 4 IBM xSeries 305, 335 and IBM
> ThinkCentre 
>     * Builds and boots without problems
>     * Able to create domUs
>     * Ran LTP on both dom0 and domU successfully on xSeries 335 RHEL
> 4 box 
> 
> 
> ISSUES:
> 
>     * Same issues described on the x86_32 (no PAE support) section
>           o Bugzilla #190 - Kernel BUG at
>             "drivers/xen/blkfront/blkfront.c":95
>           o Bugzilla #192 - Networking broken on guest domain in SLES
>             9 SP2 boxes
> 
> 
>     Last good changeset for x86_32 (PAE):
> 
>     changeset: 6395:8d31f9a9c4232b8f9d0200d0a3d312170c197f63
>     tag: tip
>     user: kaf24@firebug.cl.cam.ac.uk
>     date: Thu Aug 25 08:27:10 2005
>     summary: Fix SMP booting: x86/64 startup initialisation fixes and
>     so on.
> 
> 
> 
> x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)
> 
>     * Built and booted properly
>     * Guests OSs can be created, but I am seeing them crash (below)
>     * Networking on DomU on SLES 9 SP2 boxes is broken
> 
> 
> ISSUES:
> 
>     * Bugzilla #190 - Kernel BUG at
>           "drivers/xen/blkfront/blkfront.c":95 o DomU will crash
>           after some activity o I can recreate reliably the crash on
>     the FC4 box * Bugzilla #192 - Networking broken on guest domain
>           in SLES 9 SP2 boxes o Not happening on FC4 box
>           o 2 SLES 9 SP2 boxes affected
>           o Kernels built with and without NETGRANT TX/RX option, same
>             results
> 
> Last good changeset for x86_64:
> 
>     changeset: 6401:98a6eb458c783cbbb8f19e5713a4ad8a1ea830c6
>     tag: tip
>     user: kaf24@firebug.cl.cam.ac.uk
>     date: Thu Aug 25 11:25:26 2005
>     summary: Memory management fixes. Page tables are created, buddy
>     allocator now
> 
> 
> 
> -- Regards,
> 
> David F Barrera
> Linux Technology Center
> Systems and Technology Group, IBM
> 
> "The wisest men follow their own direction. " Euripides
>  

Jun
---
Intel Open Source Technology Center

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-08-26 19:24 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-08-26 19:24 UTC (permalink / raw)
  To: xen-devel

August 26, 2005 using hg source as of:

changeset: 6451:2b95125015a59eeb086b3748f9415ac440133b4d
tag: tip
user: kaf24@firebug.cl.cam.ac.uk
date: Fri Aug 26 08:06:49 2005
summary: Remove the unused ia64 patch directory.


x86_32 (no PAE support)

    * SLES 9 SP2 on IBM xSeries 235 (512 RAM)
    * Builds and boots without problems
    * Able to create domU
    * Unable to complete LTP run on DomU


ISSUES:

    * DomU crashes when running LTP
    * Observed on SLES 9 SP2 and FC3 machine
    * Able to reliably recreate the crash
    * Bugzilla #190 - Kernel BUG at "drivers/xen/blkfront/blkfront.c":95
          o Seeing this bug on x86_64, too
    * Bugzilla #192 – Networking broken on guest domain in SLES 9 SP2 boxes
          o Not happening on FC4 box

Last good changeset for x86_32, non-PAE:

    changeset: 6329:3889ca17ff5867d5efa19eaf25463d59dd6c8c7d
    tag: tip
    user: kaf24@firebug.cl.cam.ac.uk <mailto:kaf24@firebug.cl.cam.ac.uk>
    date: Tue Aug 23 07:30:35 2005
    summary: phys_to_machine_mapping array is not an array of longs.


x86_32 (PAE)

    * SLES 9 SP2, FC4, and RHEL 4 IBM xSeries 305, 335 and IBM ThinkCentre
    * Builds and boots without problems
    * Able to create domUs
    * Ran LTP on both dom0 and domU successfully on xSeries 335 RHEL 4 box


ISSUES:

    * Same issues described on the x86_32 (no PAE support) section
          o Bugzilla #190 - Kernel BUG at
            "drivers/xen/blkfront/blkfront.c":95
          o Bugzilla #192 – Networking broken on guest domain in SLES 9
            SP2 boxes


    Last good changeset for x86_32 (PAE):

    changeset: 6395:8d31f9a9c4232b8f9d0200d0a3d312170c197f63
    tag: tip
    user: kaf24@firebug.cl.cam.ac.uk
    date: Thu Aug 25 08:27:10 2005
    summary: Fix SMP booting: x86/64 startup initialisation fixes and so
    on.



x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

    * Built and booted properly
    * Guests OSs can be created, but I am seeing them crash (below)
    * Networking on DomU on SLES 9 SP2 boxes is broken


ISSUES:

    * Bugzilla #190 - Kernel BUG at "drivers/xen/blkfront/blkfront.c":95
          o DomU will crash after some activity
          o I can recreate reliably the crash on the FC4 box
    * Bugzilla #192 – Networking broken on guest domain in SLES 9 SP2 boxes
          o Not happening on FC4 box
          o 2 SLES 9 SP2 boxes affected
          o Kernels built with and without NETGRANT TX/RX option, same
            results

Last good changeset for x86_64:

    changeset: 6401:98a6eb458c783cbbb8f19e5713a4ad8a1ea830c6
    tag: tip
    user: kaf24@firebug.cl.cam.ac.uk
    date: Thu Aug 25 11:25:26 2005
    summary: Memory management fixes. Page tables are created, buddy
    allocator now



-- Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. " Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-08-25 19:17 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-08-25 19:17 UTC (permalink / raw)
  To: xen-devel

August 25, 2005 using hg source as of:


changeset: 6401:98a6eb458c783cbbb8f19e5713a4ad8a1ea830c6
tag: tip
user: kaf24@firebug.cl.cam.ac.uk
date: Thu Aug 25 11:25:26 2005
summary: Memory management fixes. Page tables are created, buddy 
allocator now

x86_32 (no PAE support)

    * SLES 9 SP2 on IBM xSeries 235 (512 RAM)
    * Builds and boots without problems
    * Able to create domU
    * Ran LTP on both dom0 and domU

ISSUES:

    * Investigating a ‘Kernel panic – not syncing: BUG!’ displayed on
      two test machines
    * RHEL 4 and SLES 9
    * No defect written on it, yet

Last good changeset for x86_32, non-PAE:

changeset: 6395:8d31f9a9c4232b8f9d0200d0a3d312170c197f63
tag: tip
user: kaf24@firebug.cl.cam.ac.uk
date: Thu Aug 25 08:27:10 2005
summary: Fix SMP booting: x86/64 startup initialisation fixes and so on.

x86_32 (PAE)

    * SLES 9 SP2, FC4, and RHEL 4 IBM xSeries 305, 335 and IBM ThinkCentre
    * Builds and boots without problems
    * Able to create domU
    * Ran LTP on both dom0 and domU

ISSUES:

    * Same issue described on the x86_32 (no PAE support) section

Last good changeset for x86_32 (PAE):

changeset: 6395:8d31f9a9c4232b8f9d0200d0a3d312170c197f63
tag: tip
user: kaf24@firebug.cl.cam.ac.uk
date: Thu Aug 25 08:27:10 2005
summary: Fix SMP booting: x86/64 startup initialisation fixes and so on.

x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

    * Changeset 6400 fixed a lot of previously reported problems
    * Dom0 builds and boots without problems now
    * Guests OSs can be created, but I am seeing them crash (below)

ISSUES:

    * DomU will crash after some activity
    * I can recreate reliably the crash
    * Bugzilla #190 - Kernel BUG at "drivers/xen/blkfront/blkfront.c":95


Last good changesets for x86_64:

changeset: 6401:98a6eb458c783cbbb8f19e5713a4ad8a1ea830c6
tag: tip
user: kaf24@firebug.cl.cam.ac.uk
date: Thu Aug 25 11:25:26 2005
summary: Memory management fixes. Page tables are created, buddy 
allocator now

changeset: 6400:b88c5350de57a1fc18943cbb33fa72c348004fc8
user: kaf24@firebug.cl.cam.ac.uk
date: Thu Aug 25 11:21:19 2005
summary: This patch fixes Bugzilla #169. (It should fix #187 too -- Keir).


-- Regards,

David F Barrera

Linux Technology Center

Systems and Technology Group, IBM

"The wisest men follow their own direction. " Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-08-23 19:20 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-08-23 19:20 UTC (permalink / raw)
  To: xen-devel

August 23, 2005, using HG source as of:

changeset:   6329:3889ca17ff5867d5efa19eaf25463d59dd6c8c7d
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Tue Aug 23 07:30:35 2005
summary:     phys_to_machine_mapping array is not an array of longs.

x86_32 (no PAE support)   

        SLES 9 SP2 on IBM xSeries 235 (512M RAM) and FC3 on IBM
        ThinkCentre
        Builds with workaround* and boots without problems
        Able to create domU
        Ran LTP on both dom0 and domU
        No problems observed
        ISSUE: 
              * Build break on SLES 9 , Bugzilla #179
              * Missing -lcurses
              * *Workaround is to change LD_LIBS in
                tools/xenstat/xentop/Makefile to include -lncurses
                instead of -lcurses 
        
        Last good changeset for x86_32, non-PAE: *with workaround
        
        changeset:   6329:3889ca17ff5867d5efa19eaf25463d59dd6c8c7d
        tag:         tip
        user:        kaf24@firebug.cl.cam.ac.uk
        date:        Tue Aug 23 07:30:35 2005
        summary:     phys_to_machine_mapping array is not an array of
        longs.
        
        

x86_32 (PAE)

        SLES 9 SP2, FC3, and RHEL 4 IBM xSeries 305, and IBM ThinkCentre
        Dom0 boots without problems; however,
        We are able to create DomUs ONLY when using *swiotlb=force* as a
        kernel parameter for dom0
        Ran LTP on both Dom0 and DomU
        
        ISSUES:
        DomU boot crashes Dom0, Bugzilla #168 
              * Workaround: use swiotlb=force as a kernel parameter when
                booting dom0
              * DomU boots up normally if using swiotlb=forceX server
                will not come up on Dom0 on a FC3 box when Xen built
                with PAE 'on', Bugzilla #137
        Networking issue on FC3 when Xen built with PAE, Bugzilla #173
              * DomU unable to get dhcp address
              * tcpdump shows lots of networking activity being 'heard'
              * ping from external box shows corrupt packets
              * DomU has no trouble getting IP address when Xen built
                non-PAE
        X server does not come up on FC3 box with PAE support, Bugzilla
        #137
              * X server comes up normally when xen built without PAE
                support
                
        Last good changeset for x86_32,  PAE:
        
        changeset:   6329:3889ca17ff5867d5efa19eaf25463d59dd6c8c7d
        tag:         tip
        user:        kaf24@firebug.cl.cam.ac.uk
        date:        Tue Aug 23 07:30:35 2005
        summary:     phys_to_machine_mapping array is not an array of
        longs.
        


x86_64 (SLES 9 SP2 and FC4 on IBM HS20 Blades)

Problems when booting up DomU on x86_64 platforms (SLES 9 and FC4)

        ISSUES:
         
        Bugzilla #176  - x86_64 - *UNABLE TO BOOT DOMU*
              * VFS: Cannot open root device "sdb2" or unknown-block
                (0,0)
              * Please append a correct "root=" boot option
              * Kernel panic - not syncing: VFS: Unable to mount root fs
                on unknown-block(0,0)
              * 
        Bugzilla #169 - x86_64 - Unable to handle kernel paging request
        at ffff8000003e0000 RIP: <ffffffff8015d16c>{unmap_vmas+1084}
        
        Last good changeset for x86_64:
        
        changeset: 6228:1a94949348ff52863b9fbef4eaf102c7e46a345d
        tag: tip
        user: kaf24@firebug.cl.cam.ac.uk
        date: Thu Aug 18 05:41:55 2005
        Summary: Fix range_straddles_boundary() check to exclude regions
        that



-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-08-22 18:32 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-08-22 18:32 UTC (permalink / raw)
  To: xen-devel

August 19, 2005 using hg source as of:

changeset:   6315:531ad4bde8f249c318588f41bdbb72d0b0e0ea9c
tag:         tip
parent:      6314:473af43ac65b1a872b058469d01acc6cfa21505d
parent:      6313:d8fd24b4308078f6d20aa8a306e540c5833ca5a2
user:        cl349@firebug.cl.cam.ac.uk
date:        Mon Aug 22 05:21:18 2005
summary:     merge?

x86_32 (no PAE support)   

    * SLES 9 SP2 on IBM xSeries 235 (512M RAM)
    * Builds and boots without problems
    * Able to create domU
    * Ran LTP on both dom0 and domU
    * No problems observed

    Last good changeset for x86_32, non-PAE:

    changeset:   6315:531ad4bde8f249c318588f41bdbb72d0b0e0ea9c
    tag:         tip
    parent:      6314:473af43ac65b1a872b058469d01acc6cfa21505d
    parent:      6313:d8fd24b4308078f6d20aa8a306e540c5833ca5a2
    user:        cl349@firebug.cl.cam.ac.uk
    date:        Mon Aug 22 05:21:18 2005
    summary:     merge?

x86_32 (PAE)

    * SLES 9 SP2, FC3, and RHEL 4 IBM xSeries 305, and IBM ThinkCentre
    * Dom0 boots without problems; however,
    * We are able to create DomUs ONLY when using *swiotlb=force* as a
      kernel parameter for dom0
    * Ran LTP on both Dom0 and DomU


    ISSUES:

        * DomU boot crashes Dom0, Bugzilla #168
              o Workaround: use swiotlb=force as a kernel parameter when
                booting dom0
              o DomU boots up normally if using swiotlb=forceX server
                will not come up on Dom0 on a FC3 box when Xen built
                with PAE 'on', Bugzilla #137
        * Networking issue on FC3 when Xen built with PAE, Bugzilla #173
              o DomU unable to get dhcp address
              o tcpdump shows lots of networking activity being 'heard'
              o ping from external box shows corrupt packets
              o DomU has no trouble getting IP address when Xen built
                non-PAE, however


    Last good changeset for x86_32,  PAE:

    changeset:   6315:531ad4bde8f249c318588f41bdbb72d0b0e0ea9c
    tag:         tip
    parent:      6314:473af43ac65b1a872b058469d01acc6cfa21505d
    parent:      6313:d8fd24b4308078f6d20aa8a306e540c5833ca5a2
    user:        cl349@firebug.cl.cam.ac.uk
    date:        Mon Aug 22 05:21:18 2005
    summary:     merge?

x86_64

    SLES 9 SP2 and FC4 on IBM HS20 Blades
    ISSUES:

        * Bugzilla #169 - x86_64 - Unable to handle kernel paging
          request at ffff8000003e0000 RIP:
          <ffffffff8015d16c>{unmap_vmas+1084} 
        * Bugzilla #176  - x86_64 - *UNABLE TO BOOT DOMU*
              o VFS: Cannot open root device "sdb2" or unknown-block(0,0)
              o Please append a correct "root=" boot option
              o Kernel panic - not syncing: VFS: Unable to mount root fs
                on unknown-block(0,0)

    Last good changeset for x86_64:

    changeset: 6228:1a94949348ff52863b9fbef4eaf102c7e46a345d
    tag: tip
    user: kaf24@firebug.cl.cam.ac.uk
    date: Thu Aug 18 05:41:55 2005
    summary: Fix range_straddles_boundary() check to exclude regions that


-- Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. " Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-08-19 18:46 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-08-19 18:46 UTC (permalink / raw)
  To: xen-devel




August 19, 2005 using hg source as of:

changeset:   6276:87dec3b9c54609eb913b9776020bf040ecec476c
tag:         tip
parent:      6275:6c8c3df37bfe5f8d1fa29409e454172e1bc29f21
parent:      6274:3c1cd2486b7fecd5d97378a7d52e5bfb8eb7c718
user:        cl349@firebug.cl.cam.ac.uk
date:        Fri Aug 19 10:22:05 2005
summary:     merge?

x86_32 (no PAE support)    

    1. SLES 9 SP2 on IBM xSeries 235 (512M RAM)and FC3 on IBM ThinkCentre
    2. Builds and boots without problems
    3. Able to create domU
    4. Ran LTP on both dom0 and domU
    5. No problems observed


    Last good changeset for x86_32, non-PAE:

    changeset:   6276:87dec3b9c54609eb913b9776020bf040ecec476c
    tag:         tip
    parent:      6275:6c8c3df37bfe5f8d1fa29409e454172e1bc29f21
    parent:      6274:3c1cd2486b7fecd5d97378a7d52e5bfb8eb7c718
    user:        cl349@firebug.cl.cam.ac.uk
    date:        Fri Aug 19 10:22:05 2005
    summary:     merge?


x86_32 (PAE)
    1. SLES 9 SP2, FC3, and RHEL 4 IBM xSeries 305, and
       ThinkCentre
         * Machines boot up now
         * Ran LTP on dom0 without swiotlb=force and machine stayed up
    2. Boots on RHEL 4, SLES 9 SP2 and FC3.

        * Booted Dom0 using swiotlb=force
        * Ran LTP on both Dom0 and DomU

    3. ISSUES:
            1. DomU boot crashes Dom0, Bugzilla #168
                    1. Workaround: use swiotlb=force as a kernel
                       parameter when booting Dom0
                    2. DomU boots up normally if using swiotlb=force
            2. X server will not come up on Dom0 on a FC3 box when Xen
               built with PAE 'on', Bugzilla #137
            3. Networking issue on FC3 when Xen built with PAE, Bugzilla 
#173         
               * DomU unable to get dhcp address
               * tcpdump shows lots of networking activity being 'heard'
               * ping from external box shows corrupt packets
               * DomU has no trouble getting IP address when Xen built 
non-PAE, however

     Last good changeset for x86_32, PAE:

    changeset:   6124:38bee85ddeb83378eb9ba9b692cc39499d6a05d4
    tag:         tip
    parent:      6120:f6d6d17eaeb5f04efea7f9d8f753a91ffff0479d
    parent:      6123:1fb1877ed6d1b2ae5b130e4d3e29fc06ef58db3c
    user:        kaf24@firebug.cl.cam.ac.uk
    date:        Fri Aug 12 08:29:57 2005
    summary:     merge


x86_64
    1. SLES 9 SP2 and FC4 on IBM HS20 Blades
    2. Xen build break on both distros
    3. ISSUES:

        * Bugzilla #169 - x86_64 - Unable to handle kernel paging
          request at ffff8000003e0000 RIP:
          <ffffffff8015d16c>{unmap_vmas+1084}    
        * Bugzilla #175 - x86_64 Build break - undefined reference to
          `HYPERVISOR_vcpu_pickle'
              o Some work going on to fix
              o jun.nakajima@intel.com and ryanh@us.ibm.com working to
                fix it

           

     Last good changeset for x86_64:

     changeset: 6228:1a94949348ff52863b9fbef4eaf102c7e46a345d
     tag: tip
     user: kaf24@firebug.cl.cam.ac.uk
     date: Thu Aug 18 05:41:55 2005
     summary: Fix range_straddles_boundary() check to exclude regions that

-- Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. " Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Re: Daily Xen Builds
  2005-08-18 22:06 Ian Pratt
@ 2005-08-18 22:12 ` David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-08-18 22:12 UTC (permalink / raw)
  To: Ian Pratt; +Cc: Li Ge, xen-devel, xen-devel-bounces



Ian Pratt wrote:

> 
>
>  
>
>>>I can't see why creating a domU would be helped by a swiotlb. 
>>>
>>>      
>>>
>>Without it, dom0 crashes. I reported on Bugzilla #168 a 
>>couple of days ago the following crash when creating a domU 
>>on machines built with PAE:
>>
>>Fatal DMA error! Please use 'swiotlb=force'
>>kernel BUG at arch/xen/i386/kernel/pci-dma.c:30 (iommu_bug)!
>> [<c010ea0b>] iommu_bug+0x3b/0x50
>> [<c010eb6a>] dma_map_sg+0x14a/0x170
>> [<c02f5023>] ide_map_sg+0xa3/0xb0
>> [<c02fe86c>] ide_build_sglist+0x7c/0xd0  [<c02fe8ff>] 
>>ide_build_dmatable+0x3f/0x190  [<c02fedda>] 
>>ide_dma_setup+0x3a/0xe0  [<c0301120>] 
>>__ide_do_rw_disk+0x3d0/0x5a0  [<c02f6f00>] 
>>ide_wait_stat+0+30/0x230  [<c02837fc>] 
>>as_move_to_dispatch+0xec/0x220  [<c02f5550>] 
>>start_request+0x270/0x290  [<c02f581c>] 
>>ide_do_request+0x27c/0x470  [<c027940c>] 
>>elv_next_request+0x3c/0x1b0  [<c02f5a34>] 
>>do_ide_request+0x24/0x30  [<c027c62a>] 
>>generic_unplug_device+0x2a/0x70  [<c027c600>] 
>>generic_unplug_device+0x0/0x70  [<c02e74b6>] 
>>blkio_schedule+0x186/0x190  [<c011e070>] 
>>default_wake_function+0x0/0x20  [<c010a662>] 
>>ret_from_fork+0x6/0x14  [<c011e070>] 
>>default_wake_function+0x0/0x20  [<c02e7330>] 
>>blkio_schedule+0x0/0x190  [<c0108615>] 
>>kernel_thread_helper+0x5/0x10 Kernel panic - not syncing: BUG!
>>
>>    
>>
>>>Precisely which adaptec card is it, what driver?
>>> 
>>>      
>>>
>>SCSI storage controller: Adaptec AIC-7901 U320 (rev 10)
>>    
>>
>
>This backtrace looks like its doing ide transfers. Have you got active
>ide devices in this system?
>  
>
Actually, the trace was obtained from a machine that has an IDE drive. 
It was one of two that exhibited this behavior (the other has the SCSI 
drive), and the only one where I could capture the console log.

>Also, please can you rerun this test as the debugging output has been
>improved.
>
>  
>
I'll do that as soon as I can get the machine back; it is being used to 
look into another issue at the moment.

>Thanks,
>Ian
>
>  
>

^ permalink raw reply	[flat|nested] 381+ messages in thread

* RE: Daily Xen Builds
@ 2005-08-18 22:06 Ian Pratt
  2005-08-18 22:12 ` David F Barrera
  0 siblings, 1 reply; 381+ messages in thread
From: Ian Pratt @ 2005-08-18 22:06 UTC (permalink / raw)
  To: David F Barrera; +Cc: Li Ge, xen-devel, xen-devel-bounces

 

> >I can't see why creating a domU would be helped by a swiotlb. 
> >
> Without it, dom0 crashes. I reported on Bugzilla #168 a 
> couple of days ago the following crash when creating a domU 
> on machines built with PAE:
> 
> Fatal DMA error! Please use 'swiotlb=force'
> kernel BUG at arch/xen/i386/kernel/pci-dma.c:30 (iommu_bug)!
>  [<c010ea0b>] iommu_bug+0x3b/0x50
>  [<c010eb6a>] dma_map_sg+0x14a/0x170
>  [<c02f5023>] ide_map_sg+0xa3/0xb0
>  [<c02fe86c>] ide_build_sglist+0x7c/0xd0  [<c02fe8ff>] 
> ide_build_dmatable+0x3f/0x190  [<c02fedda>] 
> ide_dma_setup+0x3a/0xe0  [<c0301120>] 
> __ide_do_rw_disk+0x3d0/0x5a0  [<c02f6f00>] 
> ide_wait_stat+0+30/0x230  [<c02837fc>] 
> as_move_to_dispatch+0xec/0x220  [<c02f5550>] 
> start_request+0x270/0x290  [<c02f581c>] 
> ide_do_request+0x27c/0x470  [<c027940c>] 
> elv_next_request+0x3c/0x1b0  [<c02f5a34>] 
> do_ide_request+0x24/0x30  [<c027c62a>] 
> generic_unplug_device+0x2a/0x70  [<c027c600>] 
> generic_unplug_device+0x0/0x70  [<c02e74b6>] 
> blkio_schedule+0x186/0x190  [<c011e070>] 
> default_wake_function+0x0/0x20  [<c010a662>] 
> ret_from_fork+0x6/0x14  [<c011e070>] 
> default_wake_function+0x0/0x20  [<c02e7330>] 
> blkio_schedule+0x0/0x190  [<c0108615>] 
> kernel_thread_helper+0x5/0x10 Kernel panic - not syncing: BUG!
> 
> >Precisely which adaptec card is it, what driver?
> >  
> SCSI storage controller: Adaptec AIC-7901 U320 (rev 10)

This backtrace looks like its doing ide transfers. Have you got active
ide devices in this system?

Also, please can you rerun this test as the debugging output has been
improved.


Thanks,
Ian

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Re: Daily Xen Builds
  2005-08-18 21:35 Ian Pratt
@ 2005-08-18 21:58 ` David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-08-18 21:58 UTC (permalink / raw)
  To: Ian Pratt; +Cc: Li Ge, xen-devel, xen-devel-bounces



Ian Pratt wrote:

>What happens if you don't have swiotlb=force and hammer the IO devices
>in domain 0?
>  
>
I am running LTP on dom0 and copied a couple of  500MB files over nfs to 
the host machine as well as some other files.  Dom0 still up.

>I can't see why creating a domU would be helped by a swiotlb.
>  
>
Without it, dom0 crashes. I reported on Bugzilla #168 a couple of days 
ago the following crash when creating a domU on machines built with PAE:

Fatal DMA error! Please use 'swiotlb=force'
kernel BUG at arch/xen/i386/kernel/pci-dma.c:30 (iommu_bug)!
 [<c010ea0b>] iommu_bug+0x3b/0x50
 [<c010eb6a>] dma_map_sg+0x14a/0x170
 [<c02f5023>] ide_map_sg+0xa3/0xb0
 [<c02fe86c>] ide_build_sglist+0x7c/0xd0
 [<c02fe8ff>] ide_build_dmatable+0x3f/0x190
 [<c02fedda>] ide_dma_setup+0x3a/0xe0
 [<c0301120>] __ide_do_rw_disk+0x3d0/0x5a0
 [<c02f6f00>] ide_wait_stat+0+30/0x230
 [<c02837fc>] as_move_to_dispatch+0xec/0x220
 [<c02f5550>] start_request+0x270/0x290
 [<c02f581c>] ide_do_request+0x27c/0x470
 [<c027940c>] elv_next_request+0x3c/0x1b0
 [<c02f5a34>] do_ide_request+0x24/0x30
 [<c027c62a>] generic_unplug_device+0x2a/0x70
 [<c027c600>] generic_unplug_device+0x0/0x70
 [<c02e74b6>] blkio_schedule+0x186/0x190
 [<c011e070>] default_wake_function+0x0/0x20
 [<c010a662>] ret_from_fork+0x6/0x14
 [<c011e070>] default_wake_function+0x0/0x20
 [<c02e7330>] blkio_schedule+0x0/0x190
 [<c0108615>] kernel_thread_helper+0x5/0x10
Kernel panic - not syncing: BUG!

>Precisely which adaptec card is it, what driver?
>  
>
SCSI storage controller: Adaptec AIC-7901 U320 (rev 10)

>Thanks,
>Ian
>
>
>_______________________________________________
>Xen-devel mailing list
>Xen-devel@lists.xensource.com
>http://lists.xensource.com/xen-devel
>
>  
>

^ permalink raw reply	[flat|nested] 381+ messages in thread

* RE: Daily Xen Builds
@ 2005-08-18 21:35 Ian Pratt
  2005-08-18 21:58 ` David F Barrera
  0 siblings, 1 reply; 381+ messages in thread
From: Ian Pratt @ 2005-08-18 21:35 UTC (permalink / raw)
  To: David F Barrera; +Cc: Li Ge, xen-devel, xen-devel-bounces

 > >On machines with <4GB (and no memory mapped above 4GB) PAE 
> is believed 
> >stable (after some checkins today).
> >  
> >
> I have verified on one machine, SLES 9 SP2  based, that 
> previously crashed on boot, and it has booted just fine.
> Creating a domU crashes dom0, however, unless dom0 is booted 
> with swiotlb=force as a kernel parameter.
> This machine has 1GB of memory, SCSI (Adaptec), and Intel 
> Gigabit Ethernet card 82547GI.

What happens if you don't have swiotlb=force and hammer the IO devices
in domain 0?
I can't see why creating a domU would be helped by a swiotlb.

Precisely which adaptec card is it, what driver?

Thanks,
Ian

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Re: Daily Xen Builds
  2005-08-18 19:55 Ian Pratt
@ 2005-08-18 21:28 ` David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-08-18 21:28 UTC (permalink / raw)
  To: Ian Pratt; +Cc: Li Ge, xen-devel, xen-devel-bounces



Ian Pratt wrote:

> 
>  
>
>>David,
>>The latest good changeset for x86_32 (PAE) should be 6124 
>>according to the build report of August 12.
>>    
>>
>
>On machines with <4GB (and no memory mapped above 4GB) PAE is believed
>stable (after some checkins today).
>  
>
I have verified on one machine, SLES 9 SP2  based, that previously 
crashed on boot, and it has booted just fine.
Creating a domU crashes dom0, however, unless dom0 is booted with 
swiotlb=force as a kernel parameter.
This machine has 1GB of memory, SCSI (Adaptec), and Intel Gigabit 
Ethernet card 82547GI.

>The funs starts when >4GB is used. We're still not quite there yet, but
>getting close.
>
>It would be goos if the daily reports said how much memory each machine
>has, and what hardware e.g. 4GB DMA capable or not [SATA/IDE controllers
>are probably the biggest offenders here.]
>
>Thanks,
>Ian
>
>  
>

^ permalink raw reply	[flat|nested] 381+ messages in thread

* RE: Daily Xen Builds
@ 2005-08-18 19:55 Ian Pratt
  2005-08-18 21:28 ` David F Barrera
  0 siblings, 1 reply; 381+ messages in thread
From: Ian Pratt @ 2005-08-18 19:55 UTC (permalink / raw)
  To: Li Ge, dfbp; +Cc: xen-devel, xen-devel-bounces

 
> David,
> The latest good changeset for x86_32 (PAE) should be 6124 
> according to the build report of August 12.

On machines with <4GB (and no memory mapped above 4GB) PAE is believed
stable (after some checkins today).

The funs starts when >4GB is used. We're still not quite there yet, but
getting close.

It would be goos if the daily reports said how much memory each machine
has, and what hardware e.g. 4GB DMA capable or not [SATA/IDE controllers
are probably the biggest offenders here.]

Thanks,
Ian

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Re: Daily Xen Builds
  2005-08-18 18:39 David F Barrera
@ 2005-08-18 19:46 ` Li Ge
  0 siblings, 0 replies; 381+ messages in thread
From: Li Ge @ 2005-08-18 19:46 UTC (permalink / raw)
  To: dfbp; +Cc: xen-devel, xen-devel-bounces


[-- Attachment #1.1.1: Type: text/plain, Size: 4257 bytes --]






David,
      The latest good changeset for x86_32 (PAE) should be 6124 according
to the build report of August 12.

Thanks,
Li


                                                                       
             dfbp@us.ltcfwd.li                                         
             nux.ibm.com                                               
             Sent by:                                                   To
             xen-devel-bounces         xen-devel@lists.xensource.com   
             @lists.xensource.                                          cc
             com                                                       
                                                                   Subject
                                       [Xen-devel] Daily Xen Builds    
             08/18/2005 01:39                                          
             PM                                                        
                                                                       
                                                                       
                                                                       
                                                                       




August 18, 2005 using hg source as of:
changeset:   6228:1a94949348ff52863b9fbef4eaf102c7e46a345d
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Thu Aug 18 05:41:55 2005
summary:     Fix range_straddles_boundary() check to exclude regions that

x86_32 (no PAE support)
     1. SLES 9 SP2 on IBM xSeries 305 (512M RAM)and FC3 on IBM ThinkCentre
     2. Builds and boots without problems
     3. Able to create domU
     4. Ran LTP on both dom0 and domU
     5. No problems observed


    Last good changeset for x86_32, non-PAE:

    changeset: 6228:1a94949348ff52863b9fbef4eaf102c7e46a345d
    tag: tip
    user: kaf24@firebug.cl.cam.ac.uk
    date: Thu Aug 18 05:41:55 2005
    summary: Fix range_straddles_boundary() check to exclude regions that


x86_32 (PAE)
     1. SLES 9 SP2, FC3, and RHEL 4 IBM xSeries 305, 235, and
        ThinkCentre
     2. Boots on RHEL 4 and FC3 boxes only.
             * Booted DomU using swiotlb=force
             * Ran LTP on both Dom0 and DomU
     3. ISSUES:
             1. Does NOT boot on SLES 9 SP2 boxes, Bugzilla #122
             2. DomU boot crashes Dom0, Bugzilla #168
                     1. Workaround: use swiotlb=force as a kernel
                        parameter when booting Dom0
                     2. DomU boots up normally if using swiotlb=force
             3. X server will not come up on Dom0 on a FC3 box when Xen
                built with PAE 'on', Bugzilla #137
                  4. Possible networking issue on FC3 when Xen built with
PAE
                         * DomU unable to get dhcp address
                         * tcpdump shows lots of networking activity being
'heard'
                         * DomU has no trouble getting IP address when Xen
built non-PAE, however
                         * **Further investigating at the moment

    Last good changeset for x86_32, PAE: Unknown

x86_64
     1. SLES 9 SP2 and FC4 on IBM HS20 Blades
     2. Xen builds and boots without problems
     3. Able to create domUs, with network connectivity
     4. Ran LTP on Dom0s and DomUs
     5. ISSUES:
             1. Bugzilla #169 - x86_64 - Unable to handle kernel paging
                request at ffff8000003e0000 RIP:
                <ffffffff8015d16c>{unmap_vmas+1084}
                  2. Seeing this Oops on a SLES 9 SP2 box
                  3. Machine seems unaffected, however

    Last good changeset for x86_64:

    changeset: 6228:1a94949348ff52863b9fbef4eaf102c7e46a345d
    tag: tip
    user: kaf24@firebug.cl.cam.ac.uk
    date: Thu Aug 18 05:41:55 2005
    summary: Fix range_straddles_boundary() check to exclude regions that

-- Regards, David F Barrera Linux Technology Center Systems and
Technology Group, IBM "The wisest men follow their own direction. "
Euripides



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

[-- Attachment #1.1.2: Type: text/html, Size: 6509 bytes --]

[-- Attachment #1.2: graycol.gif --]
[-- Type: image/gif, Size: 105 bytes --]

[-- Attachment #1.3: pic02616.gif --]
[-- Type: image/gif, Size: 1255 bytes --]

[-- Attachment #1.4: ecblank.gif --]
[-- Type: image/gif, Size: 45 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-08-18 18:39 David F Barrera
  2005-08-18 19:46 ` Li Ge
  0 siblings, 1 reply; 381+ messages in thread
From: David F Barrera @ 2005-08-18 18:39 UTC (permalink / raw)
  To: xen-devel

August 18, 2005 using hg source as of:
changeset:   6228:1a94949348ff52863b9fbef4eaf102c7e46a345d
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Thu Aug 18 05:41:55 2005
summary:     Fix range_straddles_boundary() check to exclude regions that

x86_32 (no PAE support) 
     1. SLES 9 SP2 on IBM xSeries 305 (512M RAM)and FC3 on IBM ThinkCentre
     2. Builds and boots without problems
     3. Able to create domU
     4. Ran LTP on both dom0 and domU
     5. No problems observed


    Last good changeset for x86_32, non-PAE:

    changeset: 6228:1a94949348ff52863b9fbef4eaf102c7e46a345d
    tag: tip
    user: kaf24@firebug.cl.cam.ac.uk
    date: Thu Aug 18 05:41:55 2005
    summary: Fix range_straddles_boundary() check to exclude regions that


x86_32 (PAE)
     1. SLES 9 SP2, FC3, and RHEL 4 IBM xSeries 305, 235, and
        ThinkCentre
     2. Boots on RHEL 4 and FC3 boxes only.
	* Booted DomU using swiotlb=force
	* Ran LTP on both Dom0 and DomU
     3. ISSUES:
             1. Does NOT boot on SLES 9 SP2 boxes, Bugzilla #122
             2. DomU boot crashes Dom0, Bugzilla #168
                     1. Workaround: use swiotlb=force as a kernel
                        parameter when booting Dom0
                     2. DomU boots up normally if using swiotlb=force
             3. X server will not come up on Dom0 on a FC3 box when Xen
                built with PAE 'on', Bugzilla #137
	     4. Possible networking issue on FC3 when Xen built with PAE
		* DomU unable to get dhcp address
		* tcpdump shows lots of networking activity being 'heard'
		* DomU has no trouble getting IP address when Xen built non-PAE, however
		* **Further investigating at the moment

    Last good changeset for x86_32, PAE: Unknown

x86_64
     1. SLES 9 SP2 and FC4 on IBM HS20 Blades
     2. Xen builds and boots without problems
     3. Able to create domUs, with network connectivity
     4. Ran LTP on Dom0s and DomUs
     5. ISSUES:
             1. Bugzilla #169 - x86_64 - Unable to handle kernel paging
                request at ffff8000003e0000 RIP:
                <ffffffff8015d16c>{unmap_vmas+1084} 
	     2. Seeing this Oops on a SLES 9 SP2 box
	     3. Machine seems unaffected, however

    Last good changeset for x86_64:

    changeset: 6228:1a94949348ff52863b9fbef4eaf102c7e46a345d
    tag: tip
    user: kaf24@firebug.cl.cam.ac.uk
    date: Thu Aug 18 05:41:55 2005
    summary: Fix range_straddles_boundary() check to exclude regions that

-- Regards, David F Barrera Linux Technology Center Systems and 
Technology Group, IBM "The wisest men follow their own direction. " 
Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-08-17 18:25 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-08-17 18:25 UTC (permalink / raw)
  To: xen-devel

August 17, 2005 using hg source as of:
changeset:   6216:69f00d6ab5dcdfb440482315715522ee85e86f84
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Wed Aug 17 08:34:42 2005
summary:     Fix module build by removing duplicate EXPORT_SYMBOL 

x86_32 (no PAE support) 
     1. SLES 9 SP2 on IBM xSeries 305 (512M RAM)
     2. Builds and boots without problems
     3. Able to create domU
     4. Ran LTP on both dom0 and domU
     5. No problems observed

x86_32 (PAE)
     1. SLES 9 SP2, FC3, and RHEL 4 IBM xSeries 305, 235, and
        ThinkCentre
     2. Boots on RHEL 4 and FC3 boxes only.
     3. ISSUES:
             1. Does NOT boot on SLES 9 SP2 boxes, Bugzilla #122
             2. DomU boot crashes Dom0, Bugzilla #168
                     1. Workaround: use swiotlb=force as a kernel
                        parameter when booting Dom0
                     2. DomU boots up normally if using swiotlb=force
             3. X server will not come up on Dom0 on a FC3 box when Xen
                built with PAE 'on', Bugzilla #137

x86_64
     1. SLES 9 SP2 and FC4 on IBM HS20 Blades
     2. Xen builds and boots without problems
     3. Able to create domUs, with network connectivity
             1. 'xend start' does not break the networking on the SLES 9
                boxes now. Yay!
             2. Ran LTP on domU. Need to investigate why LTP seems not
                to have completed.
     4. ISSUES:
             1. Bugzilla #169 - x86_64 - Unable to handle kernel paging
                request at ffff8000003e0000 RIP:
                <ffffffff8015d16c>{unmap_vmas+1084} 

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-08-16 19:47 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-08-16 19:47 UTC (permalink / raw)
  To: xen-devel



August 16, 2005 using latest HG source pull:
 changeset:   6192:3d187585c1415fbb14cb285cc71e0ff0faf81e67
 tag:         tip
 user:        kaf24@firebug.cl.cam.ac.uk
 date:        Tue Aug 16 06:20:47 2005
 summary:     Use a SWIOTLB to use pre-reserved bounce buffers for high 
  
1) x86_32 (no PAE support)
 
  -- SLES 9 SP2 on IBM xSeries 305s (512M RAM)
  * Builds and boots without problems on SLES9 SP2
  * Able to create a functional domU
  * Running LTP on both dom0 and domu
  * * ISSUE(S):
     * x86 - Oops - Unable to handle kernel NULL pointer dereference at
virtual address 0000001c 
    * Bugzilla #167 -  **Ian Pratt believes it may already have been
fixed, but I haven't verified yet.

2) x86_32p (PAE)
 -- SLES 9 SP2 and RHEL 4 on IBM xSeries 305s (512M RAM) and 235 (1G
RAM)
 * The SLES 9 SP2 boxes FAILED TO BOOT Dom0 when built with PAE
         * Two (2) machines exhibiting this problem
         * Last message on console is the 'xen memory scrubbing' line
         * Bugzilla #125 -REOPENED
 * The FC3 and RHEL 4 boxex build and boot without problems with PAE 
         * However,  Dom0 crashes as soon as a DomU is attempted to
create
         * Bugzilla #168 kernel BUG at arch/xen/i386/kernel/pci-dma.c:30
(iommu_bug)!
 * ISSUE(S):  
         * Reopening Bugzilla #122 -Dom0 fails to boot on SLES 9
machines compiled with x86 PAE mode ON
         * Bugzilla #62 - Losing network when starting xend.
         	* New network-bridge script
         	* Appears to have fixed the SLES 9 problems, but
         	* FC3 box loses network connectivity now.
         	* Working the issue

 3) x86_64
 -- SLES9 SP2 and FC4 on IBM HS20 EMT64 blades (1G RAM) 
 * Builds and boots on SLES 9 SP2
 * Able to create functional domains
 * New network-bridge scripts seems to work on the SLE 9 SP2 boxes
  * ISSUE(S):   
     * Two DomUs on separate boxes lack networking
     * setups worked previously; investigating 
     * Bugzilla #166 - UnicodeError: label too long
          *  Error appears when typing 'xm list' on x86_64 SLES 9 SP2
          *  This error does not seem to affect functionality

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* RE: Daily Xen Builds
@ 2005-08-16  4:41 You, Yongkang
  0 siblings, 0 replies; 381+ messages in thread
From: You, Yongkang @ 2005-08-16  4:41 UTC (permalink / raw)
  To: David F Barrera, Ian Pratt; +Cc: xen-devel

>> What happens if you do:
>>
>>   ifconfig xen-br0
>>   ifconfig xen-br0 upbl2-1:~ # ifconfig xen-br0
>
>xen-br0   Link encap:Ethernet  HWaddr FE:FF:FF:FF:FF:FF
>          BROADCAST MULTICAST  MTU:1500  Metric:1
>          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
>          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
>          collisions:0 txqueuelen:0
>          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
>
>bl2-1:~ # ifconfig xen-br0 up
>
>At this point, networking is up. But we knew that--we put that on the
>bug--when we manually bring up xen-br0, networking resumes. I guess the
>question is why xen-br0 is not coming up.
>

I meet this problem both on X86 and X86_64 platform. I also tried
"ifconfig xen-br0 up", but network still couldn't work.

I noticed that after xend start, both eth0 and peth0 have the same IP
address. 
"route" command won't display default gateway. 
"route -n" could see peth0 has the 0.0.0.0 destination. 

^ permalink raw reply	[flat|nested] 381+ messages in thread

* RE: Daily Xen Builds
@ 2005-08-15 21:48 Ian Pratt
  0 siblings, 0 replies; 381+ messages in thread
From: Ian Pratt @ 2005-08-15 21:48 UTC (permalink / raw)
  To: David F Barrera; +Cc: xen-devel

> bl2-1:~ # ifconfig xen-br0 up
> 
> At this point, networking is up. But we knew that--we put 
> that on the bug--when we manually bring up xen-br0, 
> networking resumes. I guess the question is why xen-br0 is 
> not coming up.

I've tweaked the script. It's possibly a difference in brctl version
between suse and rhel.

Hopefully this work for you.

Best,
Ian 

^ permalink raw reply	[flat|nested] 381+ messages in thread

* RE: Daily Xen Builds
  2005-08-15 20:46 Ian Pratt
@ 2005-08-15 21:39 ` David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-08-15 21:39 UTC (permalink / raw)
  To: Ian Pratt; +Cc: xen-devel

On Mon, 2005-08-15 at 21:46 +0100, Ian Pratt wrote:
> > The machine uses eth1, so I changed this line in the network-bridge
> > script:
> > netdev=${netdev:-eth1}
> > 
> > Q. Do I also need to change this line (line #191) in the 
> > current script in unstable (I tried both eth0 and eth1--both 
> > times networking stopped):
> > ip link set veth0 name eth1
> 
> Hmm, good point -- that's a bug in the script. It should be:
>   ip link set veth0 name ${netdev}
> 
> 
> The only thing wrong with the 'after' set up is that xen-br0 is missing
> from ifconfig, though brctl shows the bridge as existing. No idea why.
> 
> What happens if you do:
> 
>   ifconfig xen-br0
>   ifconfig xen-br0 upbl2-1:~ # ifconfig xen-br0

xen-br0   Link encap:Ethernet  HWaddr FE:FF:FF:FF:FF:FF
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

bl2-1:~ # ifconfig xen-br0 up

At this point, networking is up. But we knew that--we put that on the
bug--when we manually bring up xen-br0, networking resumes. I guess the
question is why xen-br0 is not coming up.

> 
> Best,
> Ian
> 
> > ifconfig (after)
> > bl2-1:~ # ifconfig
> > eth1      Link encap:Ethernet  HWaddr 00:11:25:9D:69:87
> >           inet addr:9.3.192.194  Bcast:9.3.192.255  Mask:255.255.255.0
> >           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
> >           RX packets:0 errors:0 dropped:0 overruns:0 frame:0
> >           TX packets:21 errors:0 dropped:0 overruns:0 carrier:0
> >           collisions:0 txqueuelen:0
> >           RX bytes:0 (0.0 b)  TX bytes:882 (882.0 b)
> > 
> > lo        Link encap:Local Loopback
> >           inet addr:127.0.0.1  Mask:255.0.0.0
> >           UP LOOPBACK RUNNING  MTU:16436  Metric:1
> >           RX packets:26 errors:0 dropped:0 overruns:0 frame:0
> >           TX packets:26 errors:0 dropped:0 overruns:0 carrier:0
> >           collisions:0 txqueuelen:0
> >           RX bytes:2664 (2.6 Kb)  TX bytes:2664 (2.6 Kb)
> > 
> > peth1     Link encap:Ethernet  HWaddr FE:FF:FF:FF:FF:FF
> >           UP BROADCAST RUNNING NOARP MULTICAST  MTU:1500  Metric:1
> >           RX packets:1141 errors:0 dropped:0 overruns:0 frame:0
> >           TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
> >           collisions:0 txqueuelen:1000
> >           RX bytes:251046 (245.1 Kb)  TX bytes:0 (0.0 b)
> >           Interrupt:78
> > 
> > vif0.0    Link encap:Ethernet  HWaddr FE:FF:FF:FF:FF:FF
> >           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
> >           RX packets:18 errors:0 dropped:0 overruns:0 frame:0
> >           TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
> >           collisions:0 txqueuelen:0
> >           RX bytes:756 (756.0 b)  TX bytes:0 (0.0 b)
> > 
> > 
> > brctl (after)
> > bl2-1:~ # brctl show
> > bridge name     bridge id               STP enabled     interfaces
> > xen-br0         8000.feffffffffff       no              vif0.0
> >                                                         peth1
> > 
> > 
> > > 
> > > Thanks,
> > > Ian
> > > 
> > --
> > Regards,
> > 
> > David F Barrera
> > Linux Technology Center
> > Systems and Technology Group, IBM
> > 
> > "The wisest men follow their own direction. "
> >                                                         Euripides
> > 
> > 
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
> 
-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* RE: Daily Xen Builds
@ 2005-08-15 20:46 Ian Pratt
  2005-08-15 21:39 ` David F Barrera
  0 siblings, 1 reply; 381+ messages in thread
From: Ian Pratt @ 2005-08-15 20:46 UTC (permalink / raw)
  To: David F Barrera; +Cc: xen-devel

> The machine uses eth1, so I changed this line in the network-bridge
> script:
> netdev=${netdev:-eth1}
> 
> Q. Do I also need to change this line (line #191) in the 
> current script in unstable (I tried both eth0 and eth1--both 
> times networking stopped):
> ip link set veth0 name eth1

Hmm, good point -- that's a bug in the script. It should be:
  ip link set veth0 name ${netdev}


The only thing wrong with the 'after' set up is that xen-br0 is missing
from ifconfig, though brctl shows the bridge as existing. No idea why.

What happens if you do:

  ifconfig xen-br0
  ifconfig xen-br0 up

Best,
Ian

> ifconfig (after)
> bl2-1:~ # ifconfig
> eth1      Link encap:Ethernet  HWaddr 00:11:25:9D:69:87
>           inet addr:9.3.192.194  Bcast:9.3.192.255  Mask:255.255.255.0
>           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>           RX packets:0 errors:0 dropped:0 overruns:0 frame:0
>           TX packets:21 errors:0 dropped:0 overruns:0 carrier:0
>           collisions:0 txqueuelen:0
>           RX bytes:0 (0.0 b)  TX bytes:882 (882.0 b)
> 
> lo        Link encap:Local Loopback
>           inet addr:127.0.0.1  Mask:255.0.0.0
>           UP LOOPBACK RUNNING  MTU:16436  Metric:1
>           RX packets:26 errors:0 dropped:0 overruns:0 frame:0
>           TX packets:26 errors:0 dropped:0 overruns:0 carrier:0
>           collisions:0 txqueuelen:0
>           RX bytes:2664 (2.6 Kb)  TX bytes:2664 (2.6 Kb)
> 
> peth1     Link encap:Ethernet  HWaddr FE:FF:FF:FF:FF:FF
>           UP BROADCAST RUNNING NOARP MULTICAST  MTU:1500  Metric:1
>           RX packets:1141 errors:0 dropped:0 overruns:0 frame:0
>           TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
>           collisions:0 txqueuelen:1000
>           RX bytes:251046 (245.1 Kb)  TX bytes:0 (0.0 b)
>           Interrupt:78
> 
> vif0.0    Link encap:Ethernet  HWaddr FE:FF:FF:FF:FF:FF
>           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>           RX packets:18 errors:0 dropped:0 overruns:0 frame:0
>           TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
>           collisions:0 txqueuelen:0
>           RX bytes:756 (756.0 b)  TX bytes:0 (0.0 b)
> 
> 
> brctl (after)
> bl2-1:~ # brctl show
> bridge name     bridge id               STP enabled     interfaces
> xen-br0         8000.feffffffffff       no              vif0.0
>                                                         peth1
> 
> 
> > 
> > Thanks,
> > Ian
> > 
> --
> Regards,
> 
> David F Barrera
> Linux Technology Center
> Systems and Technology Group, IBM
> 
> "The wisest men follow their own direction. "
>                                                         Euripides
> 
> 

^ permalink raw reply	[flat|nested] 381+ messages in thread

* RE: Daily Xen Builds
  2005-08-15 19:42 Ian Pratt
@ 2005-08-15 20:20 ` David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-08-15 20:20 UTC (permalink / raw)
  To: Ian Pratt; +Cc: xen-devel

On Mon, 2005-08-15 at 20:42 +0100, Ian Pratt wrote:
> > 2) x86_32p (PAE)
> > 
> > -- SLES 9 SP2 and RHEL 4 on IBM xSeries 305s (512M RAM) and 
> > 235 (1G RAM)
> > * The SLES 9 SP2 boxes FAILED TO BOOT Dom0 when built with PAE
> > 	* Two (2) machines exhibiting this problem
> > 	* Last message on console is the 'xen memory scrubbing' line
> 
> Please can you investigate by building and test booting versions between
> when it last worked for you and today -- it would really help us narrow
> this down quickly. Doing binary chop you should be able to narrow it
> down to a handul changesets without too many boots.
As I understand, it worked for Li Ge last week while I was at LWE, so I
should start with Friday's build.
> 
> > 3) x86_64
> > 
> > -- SLES9 SP2 and FC4 on IBM HS20 EMT64 blades (1G RAM)
> > * Builds and boots on SLES 9 SP2
> > * Problems starting xend (below)
> > 
> > * ISSUE(S): 
> > 
> > * Bugzilla #62 - Losing network when starting xend.
> >   * Still experiencing this problem on the SLES9 SP2 x86-64 boxes. 
> >   * Both SLES 9 SP2 boxes lose networking when 'xend start' 
> > is entered.
> 
> Please can you post xend.log, plus also the result of 'ifconfig' and
> 'brctl' before and after running 'xend start'.

The machine uses eth1, so I changed this line in the network-bridge
script:
netdev=${netdev:-eth1}

Q. Do I also need to change this line (line #191) in the current script
in unstable (I tried both eth0 and eth1--both times networking stopped):
ip link set veth0 name eth1


ifconfig (before):
bl2-1:~ # ifconfig
eth1      Link encap:Ethernet  HWaddr 00:11:25:9D:69:87
          inet addr:9.3.192.194  Bcast:9.3.192.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:610 errors:0 dropped:0 overruns:0 frame:0
          TX packets:68 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:87998 (85.9 Kb)  TX bytes:7413 (7.2 Kb)
          Interrupt:78

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:18 errors:0 dropped:0 overruns:0 frame:0
          TX packets:18 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:1512 (1.4 Kb)  TX bytes:1512 (1.4 Kb)

brctl (before):
bl2-1:~ # brctl show
bridge name     bridge id               STP enabled     interfaces
bl2-1:~ #

xend start

ifconfig (after)
bl2-1:~ # ifconfig
eth1      Link encap:Ethernet  HWaddr 00:11:25:9D:69:87
          inet addr:9.3.192.194  Bcast:9.3.192.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:21 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 b)  TX bytes:882 (882.0 b)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:26 errors:0 dropped:0 overruns:0 frame:0
          TX packets:26 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:2664 (2.6 Kb)  TX bytes:2664 (2.6 Kb)

peth1     Link encap:Ethernet  HWaddr FE:FF:FF:FF:FF:FF
          UP BROADCAST RUNNING NOARP MULTICAST  MTU:1500  Metric:1
          RX packets:1141 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:251046 (245.1 Kb)  TX bytes:0 (0.0 b)
          Interrupt:78

vif0.0    Link encap:Ethernet  HWaddr FE:FF:FF:FF:FF:FF
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:18 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:756 (756.0 b)  TX bytes:0 (0.0 b)


brctl (after)
bl2-1:~ # brctl show
bridge name     bridge id               STP enabled     interfaces
xen-br0         8000.feffffffffff       no              vif0.0
                                                        peth1


> 
> Thanks,
> Ian
> 
-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* RE: Daily Xen Builds
@ 2005-08-15 19:42 Ian Pratt
  2005-08-15 20:20 ` David F Barrera
  0 siblings, 1 reply; 381+ messages in thread
From: Ian Pratt @ 2005-08-15 19:42 UTC (permalink / raw)
  To: David F Barrera, xen-devel


> 2) x86_32p (PAE)
> 
> -- SLES 9 SP2 and RHEL 4 on IBM xSeries 305s (512M RAM) and 
> 235 (1G RAM)
> * The SLES 9 SP2 boxes FAILED TO BOOT Dom0 when built with PAE
> 	* Two (2) machines exhibiting this problem
> 	* Last message on console is the 'xen memory scrubbing' line

Please can you investigate by building and test booting versions between
when it last worked for you and today -- it would really help us narrow
this down quickly. Doing binary chop you should be able to narrow it
down to a handul changesets without too many boots.

> 3) x86_64
> 
> -- SLES9 SP2 and FC4 on IBM HS20 EMT64 blades (1G RAM)
> * Builds and boots on SLES 9 SP2
> * Problems starting xend (below)
> 
> * ISSUE(S): 
> 
> * Bugzilla #62 - Losing network when starting xend.
>   * Still experiencing this problem on the SLES9 SP2 x86-64 boxes. 
>   * Both SLES 9 SP2 boxes lose networking when 'xend start' 
> is entered.

Please can you post xend.log, plus also the result of 'ifconfig' and
'brctl' before and after running 'xend start'.

Thanks,
Ian

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-08-15 19:23 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-08-15 19:23 UTC (permalink / raw)
  To: xen-devel


August 15, 2005 using latest HG source pull:
changeset:   6171:5311d81c1e8e35eee40b76e117ab4c596ed7d409
tag:         tip
user:        iap10@firebug.cl.cam.ac.uk
date:        Mon Aug 15 03:55:11 2005
summary:     Add a few options to the Linux x86_64 domU config.
          
1) x86_32 (no PAE support)

-- SLES 9 SP2 and RHEL 4 on IBM xSeries 305s (512M RAM) and 235 (1G RAM)
* Builds and boots without problems on SLES9 SP2
* Able to build functional DomUs, networking and all
* Running LTP runalltests.sh on both dom0 and domU
* ISSUE(S):


2) x86_32p (PAE)

-- SLES 9 SP2 and RHEL 4 on IBM xSeries 305s (512M RAM) and 235 (1G RAM)
* The SLES 9 SP2 boxes FAILED TO BOOT Dom0 when built with PAE
	* Two (2) machines exhibiting this problem
	* Last message on console is the 'xen memory scrubbing' line
* The RHEL 4 box builds and boots without problems with PAE 
	* Able to build functional DomUs, networking and all
	* Running LTP runalltests.sh on both dom0 and domU
* ISSUE(S):  
        * Reopening Bugzilla #122 -Dom0 fails to boot on SLES 9 machines
        compiled with x86 PAE mode ON

3) x86_64

-- SLES9 SP2 and FC4 on IBM HS20 EMT64 blades (1G RAM) 
* Builds and boots on SLES 9 SP2
* Problems starting xend (below)

* ISSUE(S): 

* Bugzilla #62 - Losing network when starting xend.
  * Still experiencing this problem on the SLES9 SP2 x86-64 boxes. 
  * Both SLES 9 SP2 boxes lose networking when 'xend start' is entered.
  * Problem appears worse now. The network-bridge script has been
changed recently.
* Bugzilla #161 - x86_64 - Dom0 will not boot on FC4 box
  * New issue
  * We have previously built and booted Dom0 (and DomUs) on this box


-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-08-12 17:17 Li Ge
  0 siblings, 0 replies; 381+ messages in thread
From: Li Ge @ 2005-08-12 17:17 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 1267 bytes --]





August 12, 2005 using latest HG source pull:
* changeset:   6124:38bee85ddeb83378eb9ba9b692cc39499d6a05d4
tag:         tip
parent:      6120:f6d6d17eaeb5f04efea7f9d8f753a91ffff0479d
parent:      6123:1fb1877ed6d1b2ae5b130e4d3e29fc06ef58db3c
user:        kaf24@firebug.cl.cam.ac.uk
date:        Fri Aug 12 08:29:57 2005
summary:     merge

1) x86_32

-- SLES 9 SP2 and RHEL 4 on IBM xSeries 305s (512M RAM) and 235 (1G RAM)
* Builds and boots without problems on SLES9 SP2
* Able to build functional DomUs, networking and all
* Able to complete LTP runalltests.sh on both dom0 and domU
* ISSUE(S):


2) x86_32p (PAE)

-- SLES 9 SP2 and RHEL 4 on IBM xSeries 305s (512M RAM) and 235 (1G RAM)
* Builds and boots without problems on RHEL4 and SLES9 SP2
* Able to build functional DomUs, networking and all
* Able to complete LTP runalltests.sh on both dom0 and domU
* ISSUE(S):


3) x86_64

-- SLES9 SP2 and FC4 on IBM HS20 EMT64 blades (1G RAM)
* Builds and boots without problems on SLES 9 SP2 and FC4
* Able to build functional DomUs, networking and all
* Able to complete LTP runalltests.sh on both dom0 and domU

* ISSUE(S):

 * Bugzilla #62 - Losing network when xend started
   * Not seeing this problem happening today on SLES9 SP2 x86-64 boxes.


Regards,
Li

[-- Attachment #1.2: Type: text/html, Size: 1700 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-08-11 18:43 Li Ge
  0 siblings, 0 replies; 381+ messages in thread
From: Li Ge @ 2005-08-11 18:43 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 1192 bytes --]





August 11, 2005 using latest HG source pull:
* changeset:   6093:10b395bc465ea7ac73302d4987b05f40ee023b22
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Thu Aug 11 08:07:08 2005
summary:     More time fixes. Now time is set properly in domU's, and

1) x86_32

-- SLES 9 SP2 and RHEL 4 on IBM xSeries 305s (512M RAM) and 235 (1G RAM)
* Builds and boots without problems on SLES9 SP2
* Able to build functional DomUs, networking and all
* Able to complete LTP runalltests.sh on both dom0 and domU
* ISSUE(S):


2) x86_32p (PAE)

-- SLES 9 SP2 and RHEL 4 on IBM xSeries 305s (512M RAM) and 235 (1G RAM)
* Builds and boots without problems on RHEL4 and SLES9 SP2
* Able to build functional DomUs, networking and all
* Able to complete LTP runalltests.sh on both dom0 and domU
* ISSUE(S):


3) x86_64

-- SLES9 SP2 and FC4 on IBM HS20 EMT64 blades (1G RAM)
* Builds and boots without problems on SLES 9 SP2 and FC4
* Able to build functional DomUs, networking and all
* Able to complete LTP runalltests.sh on both dom0 and domU

* ISSUE(S):

  * Bugzilla #62 - Losing network when xend started
    * Seeing this problem happening on a SLES9 SP2 x86-64 box.


Regards,
Li

[-- Attachment #1.2: Type: text/html, Size: 1755 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* RE: Daily Xen Builds
  2005-08-10 17:08 Ian Pratt
@ 2005-08-10 17:33 ` Li Ge
  0 siblings, 0 replies; 381+ messages in thread
From: Li Ge @ 2005-08-10 17:33 UTC (permalink / raw)
  To: Ian Pratt; +Cc: xen-devel


[-- Attachment #1.1.1: Type: text/plain, Size: 3461 bytes --]






Yup. This is the best daily build report I've had so far:-)

I will try to get the system with >4GB installed today or tomorrow and
start to report status of it as well.

I will try out your network scripts this afternoon.

Li


                                                                       
             "Ian Pratt"                                               
             <m+Ian.Pratt@cl.c                                         
             am.ac.uk>                                                  To
                                       Li Ge/Austin/IBM@IBMUS,         
             08/10/2005 12:08          <xen-devel@lists.xensource.com> 
             PM                                                         cc
                                       <ian.pratt@cl.cam.ac.uk>        
                                                                   Subject
                                       RE: [Xen-devel] Daily Xen Builds
                                                                       
                                                                       
                                                                       
                                                                       
                                                                       
                                                                       





> August 10, 2005 using latest HG source pull:
> * changeset:   6079:4fa90e2a32578379e196bc7d856cf09b87a53277
> tag:         tip
> user:        kaf24§firebug.cl.cam.ac.uk
> date:        Wed Aug 10 09:11:40 2005
> summary:     Fix domain0 builder for PAE.

So, I think your report is saying "everything now works for me!".

There's been several niggling bugs fixed today, which is great news.

Have you got any machines with >4GB? It would be good to add PAE and x86_64
tests on such a machine, as this is a high risk area -- we need daily
testing on as many different big memory machines as possible.

Also, please let me know how you get on with the new network script. I'll
check it tomorrow if no one complains...

Thanks,
Ian

> 1) x86_32
>
> -- SLES 9 SP2 and RHEL 4 on IBM xSeries 305s (512M RAM) and
> 235 (1G RAM)
> * Builds and boots without problems on RHEL4 and SLES9 SP2
> * Able to build functional DomUs, networking and all
> * Able to complete LTP runalltests.sh on both dom0 and domU
> * ISSUE(S):
>   * Bugzilla #141 (FIXED)
>     * xc_console: Could not read tty from store
>
>
> 2) x86_32p (PAE)
>
> -- SLES 9 SP2 and RHEL 4 on IBM xSeries 305s (512M RAM) and
> 235 (1G RAM)
> * Builds and boots without problems on RHEL4 and SLES9 SP2
> * Able to build functional DomUs, networking and all
> * Able to complete LTP runalltests.sh on both dom0 and domU
> * ISSUE(S):
>     * Bugzilla #122 (FIXED)
>     * Dom0 WILL NOT BOOT on SLES 9 boxes built with PAE mode 'ON'
>
>
>
> 3) x86_64
>
> -- SLES9 SP2 and FC4 on IBM HS20 EMT64 blades (1G RAM)
> * Builds and boots without problems on SLES 9 SP2 and FC4
> * ISSUE(S):* ISSUE(S):
>
>   * Bugzilla #147 (FIXED)
>     * Dom0 kernel does not boot on x86-64
>
>   * Bugzilla #62 - Losing network when xend started
>     * Not seeing this problem happening today. Need more
> investigation. Will try out Ian's new network script as well.
>
>
> Regards,
> Li_________________________________________
>

[-- Attachment #1.1.2: Type: text/html, Size: 5313 bytes --]

[-- Attachment #1.2: graycol.gif --]
[-- Type: image/gif, Size: 105 bytes --]

[-- Attachment #1.3: pic12599.gif --]
[-- Type: image/gif, Size: 1255 bytes --]

[-- Attachment #1.4: ecblank.gif --]
[-- Type: image/gif, Size: 45 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* RE: Daily Xen Builds
@ 2005-08-10 17:08 Ian Pratt
  2005-08-10 17:33 ` Li Ge
  0 siblings, 1 reply; 381+ messages in thread
From: Ian Pratt @ 2005-08-10 17:08 UTC (permalink / raw)
  To: Li Ge, xen-devel

 
> August 10, 2005 using latest HG source pull:
> * changeset:   6079:4fa90e2a32578379e196bc7d856cf09b87a53277
> tag:         tip
> user:        kaf24§firebug.cl.cam.ac.uk
> date:        Wed Aug 10 09:11:40 2005
> summary:     Fix domain0 builder for PAE.

So, I think your report is saying "everything now works for me!".

There's been several niggling bugs fixed today, which is great news.
    
Have you got any machines with >4GB? It would be good to add PAE and x86_64 tests on such a machine, as this is a high risk area -- we need daily testing on as many different big memory machines as possible.

Also, please let me know how you get on with the new network script. I'll check it tomorrow if no one complains...

Thanks,
Ian 

> 1) x86_32
> 
> -- SLES 9 SP2 and RHEL 4 on IBM xSeries 305s (512M RAM) and 
> 235 (1G RAM)
> * Builds and boots without problems on RHEL4 and SLES9 SP2
> * Able to build functional DomUs, networking and all
> * Able to complete LTP runalltests.sh on both dom0 and domU
> * ISSUE(S):
>   * Bugzilla #141 (FIXED)
>     * xc_console: Could not read tty from store
> 
> 
> 2) x86_32p (PAE)
> 
> -- SLES 9 SP2 and RHEL 4 on IBM xSeries 305s (512M RAM) and 
> 235 (1G RAM)
> * Builds and boots without problems on RHEL4 and SLES9 SP2
> * Able to build functional DomUs, networking and all
> * Able to complete LTP runalltests.sh on both dom0 and domU
> * ISSUE(S):  
>     * Bugzilla #122 (FIXED)
>     * Dom0 WILL NOT BOOT on SLES 9 boxes built with PAE mode 'ON'
>    
>     
> 
> 3) x86_64
> 
> -- SLES9 SP2 and FC4 on IBM HS20 EMT64 blades (1G RAM)
> * Builds and boots without problems on SLES 9 SP2 and FC4
> * ISSUE(S):* ISSUE(S):  
> 
>   * Bugzilla #147 (FIXED)
>     * Dom0 kernel does not boot on x86-64
> 
>   * Bugzilla #62 - Losing network when xend started
>     * Not seeing this problem happening today. Need more 
> investigation. Will try out Ian's new network script as well.
>    
> 
> Regards,
> Li_________________________________________
> 

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-08-10 16:53 Li Ge
  0 siblings, 0 replies; 381+ messages in thread
From: Li Ge @ 2005-08-10 16:53 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 1465 bytes --]






August 10, 2005 using latest HG source pull:
* changeset:   6079:4fa90e2a32578379e196bc7d856cf09b87a53277
tag:         tip
user:        kaf24§firebug.cl.cam.ac.uk
date:        Wed Aug 10 09:11:40 2005
summary:     Fix domain0 builder for PAE.

1) x86_32

-- SLES 9 SP2 and RHEL 4 on IBM xSeries 305s (512M RAM) and 235 (1G RAM)
* Builds and boots without problems on RHEL4 and SLES9 SP2
* Able to build functional DomUs, networking and all
* Able to complete LTP runalltests.sh on both dom0 and domU
* ISSUE(S):
   * Bugzilla #141 (FIXED)
     * xc_console: Could not read tty from store


2) x86_32p (PAE)

-- SLES 9 SP2 and RHEL 4 on IBM xSeries 305s (512M RAM) and 235 (1G RAM)
* Builds and boots without problems on RHEL4 and SLES9 SP2
* Able to build functional DomUs, networking and all
* Able to complete LTP runalltests.sh on both dom0 and domU
* ISSUE(S):
     * Bugzilla #122 (FIXED)
     * Dom0 WILL NOT BOOT on SLES 9 boxes built with PAE mode 'ON'



3) x86_64

-- SLES9 SP2 and FC4 on IBM HS20 EMT64 blades (1G RAM)
* Builds and boots without problems on SLES 9 SP2 and FC4
* ISSUE(S):* ISSUE(S):

   * Bugzilla #147 (FIXED)
     * Dom0 kernel does not boot on x86-64

   * Bugzilla #62 - Losing network when xend started
     * Not seeing this problem happening today. Need more investigation.
Will try out Ian's new network script as well.


Regards,
Li_________________________________________

[-- Attachment #1.2: Type: text/html, Size: 1956 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-08-09 20:33 Li Ge
  0 siblings, 0 replies; 381+ messages in thread
From: Li Ge @ 2005-08-09 20:33 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 1556 bytes --]





August 9, 2005 using latest HG source pull:
* changeset:   6065:38c7c25b3cb9e1adf756497d37c02d462d8f41f6
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Tue Aug  9 08:53:15 2005
summary:     Directly including ../tools breaks building in separate object
tree

1) x86_32

-- SLES 9 SP2 and RHEL 4 on IBM xSeries 305s (512M RAM) and 235 (1G RAM)
* Builds and boots without problems on RHEL4 and SLES9 SP2
* Able to build functional DomUs, networking and all
* Able to complete LTP runalltests.sh on both dom0 and domU
* ISSUE(S):
    * Bugzilla #141
      * xc_console: Could not read tty from store


2) x86_32p (PAE)

-- SLES 9 SP2 and RHEL 4 on IBM xSeries 305s (512M RAM) and 235 (1G RAM)
* Builds and boots without problems on RHEL4
* Able to build functional DomUs, networking and all
* Able to complete LTP runalltests.sh on both dom0 and domU
* ISSUE(S):
      * Bugzilla #122
      * Dom0 WILL NOT BOOT on SLES 9 boxes built with PAE mode 'ON'
      * Dom0 WILL BOOT on SLES9 box using Linux kernel and Xen compiled on
RHEL system with PAE ON


3) x86_64

-- SLES9 SP2 and FC4 on IBM HS20 EMT64 blades (1G RAM)
* Builds without problems on SLES 9 SP2 and FC4
* ISSUE(S):* ISSUE(S):

    * Bugzilla #147
      * Dom0 kernel does not boot on x86-64

    * Bugzilla #62 - Losing network when xend started
      * Seeing this problem on x86_64 box with SLES9 SP2 and x86_32 box
with SLES9.
      * Can not verify whether fixed or not in this build (blocked by bug
#147)


Regards,
Li____________________________________________

[-- Attachment #1.2: Type: text/html, Size: 2135 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-08-08 17:36 Li Ge
  0 siblings, 0 replies; 381+ messages in thread
From: Li Ge @ 2005-08-08 17:36 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 1397 bytes --]





August 8, 2005 using latest HG source pull:
* changeset:   6049:d4e19aca1f7240b07fe3839b673d985e5b4a12d9
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Mon Aug  8 09:13:36 2005
summary:     Fix signedness issue in xenlinux timer interrupt handler.

1) x86_32

-- SLES 9 SP2 and RHEL 4 on IBM xSeries 305s (512M RAM) and 235 (1G RAM)
* Builds and boots without problems on RHEL4 and SLES9 SP2
* Able to build functional DomUs, networking and all
* Able to complete LTP runalltests.sh on both dom0 and domU
* ISSUE(S):
     * Bugzilla #141
       * xc_console: Could not read tty from store


2) x86_32p (PAE)

-- SLES 9 SP2 and RHEL 4 on IBM xSeries 305s (512M RAM) and 235 (1G RAM)
* Builds and boots without problems on RHEL4
* Able to build functional DomUs, networking and all
* Able to complete LTP runalltests.sh on both dom0 and domU
* ISSUE(S):
       * Bugzilla #122
       * Dom0 WILL NOT BOOT on SLES 9 boxes built with PAE mode 'ON'


3) x86_64

-- SLES9 SP2 and FC4 on IBM HS20 EMT64 blades (1G RAM)
* Builds without problems on SLES 9 SP2 and FC4
* ISSUE(S):* ISSUE(S):

     * Bugzilla #147 (NEW)
       * Dom0 kernel does not boot on x86-64

     * Bugzilla #62 - Losing network when xend started
       * Seeing this problem on x86_64 box with SLES9 SP2 and x86_32 box
with SLES9.
       * Can not verify whether fixed or not in this build



Regards,
Li

[-- Attachment #1.2: Type: text/html, Size: 2502 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-08-05 16:50 Li Ge
  0 siblings, 0 replies; 381+ messages in thread
From: Li Ge @ 2005-08-05 16:50 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 1475 bytes --]





August 5, 2005 using latest HG source pull:
* changeset:   6025:5a33233a608e9d790228d03a23f3407988f1577f
tag:         tip
user:        kaf24@firebug.cl.cam.ac.uk
date:        Fri Aug  5 04:53:04 2005
summary:     No need to define errno defined at the top of reboot.c.

1) x86_32

-- SLES 9 SP2 and RHEL 4 on IBM xSeries 305s (512M RAM) and 235 (1G RAM)
* Builds and boots without problems on RHEL4 and SLES9 SP2
* Able to build functional DomUs, networking and all
* Able to complete LTP runalltests.sh on both dom0 and domU
* ISSUE(S):
     * Bugzilla #141
       * xc_console: Could not read tty from store
       * It works for the boxes with FC4 and RHEL4 now
       * Only seeing this problem on the boxes with SLESP9 SP2


2) x86_32p (PAE)

-- SLES 9 SP2 and RHEL 4 on IBM xSeries 305s (512M RAM) and 235 (1G RAM)
* Builds and boots without problems on RHEL4
* Able to build functional DomUs, networking and all
* Able to complete LTP runalltests.sh on dom0
* ISSUE(S):
     * Bugzilla #122
       * Dom0 WILL NOT BOOT on SLES 9 boxes built with PAE mode 'ON'


3) x86_64

-- SLES9 SP2 and FC4 on IBM HS20 EMT64 blades (1G RAM)
* Builds and boots without problems on SLES 9 SP2 and FC4
* Able to build functional DomUs, networking and all
* Able to complete LTP runalltests.sh on both dom0 and domU
* ISSUE(S):
     * Bugzilla #62 - Losing network when xend started
       * Seeing this problem on x86_64 box with SLES9 SP2 and x86_32 box
with SLES9.


Regards,
Li

[-- Attachment #1.2: Type: text/html, Size: 2507 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-08-04 19:27 Li Ge
  0 siblings, 0 replies; 381+ messages in thread
From: Li Ge @ 2005-08-04 19:27 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 1511 bytes --]





I sent this email out this morning but have not seen it showing up in the
mailing-list. So I am resending this... Sorry if it is a duplicate.

August 4, 2005 using latest HG source pull:
* changeset:   6012:f3f48305925034ce4a023bd0913ed4cf1866fccb
tag:         tip
user:        akw27@arcadians.cl.cam.ac.uk
date:        Thu Aug  4 09:32:21 2005
summary:     Fix two syntax errors in frame-and-sect decoding macros.

1) x86_32

-- SLES 9 SP2 and RHEL 4 on IBM xSeries 305s (512M RAM) and 235 (1G RAM)
* Builds and boots without problems on RHEL4
* Able to build functional DomUs, networking and all
* Able to complete LTP runalltests.sh on dom0
    * ISSUE(S):
      * Bugzilla #141 (NEW)
        * xc_console: Could not read tty from store
        * Seeing this problem on all of my test boxes with all the distros;

2) x86_32p (PAE)

-- SLES 9 SP2 and RHEL 4 on IBM xSeries 305s (512M RAM) and 235 (1G RAM)
* Builds and boots without problems on RHEL4
* Able to build functional DomUs, networking and all
* Able to complete LTP runalltests.sh on dom0
    * ISSUE(S):
      * Bugzilla #122
        * Dom0 WILL NOT BOOT on SLES 9 boxes built with PAE mode 'ON'


3) x86_64

-- SLES9 SP2 and FC4 on IBM HS20 EMT64 blades (1G RAM)
* Builds and boots without problems on SLES 9 SP2 and FC4
* Able to build functional DomUs, networking and all
* ISSUE(S):
      * Bugzilla #62 - Losing network when xend started
        * Seeing this problem on x86_64 box with SLES9 SP2 and x86_32 box
with SLES9.


Regards,
Li

[-- Attachment #1.2: Type: text/html, Size: 2214 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-08-04 16:46 Li Ge
  0 siblings, 0 replies; 381+ messages in thread
From: Li Ge @ 2005-08-04 16:46 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 1319 bytes --]





August 4, 2005 using latest HG source pull:
* changeset:   6012:f3f48305925034ce4a023bd0913ed4cf1866fccb
tag:         tip
user:        akw27@arcadians.cl.cam.ac.uk
date:        Thu Aug  4 09:32:21 2005
summary:     Fix two syntax errors in frame-and-sect decoding macros..

1) x86_32

- SLES 9 SP2,  RHEL 4 on IBM xSeries 305s (512M RAM) and 235 (1G RAM)
* Builds and boots without problems on SLES 9 SP2 and RHEL4
* Able to build functional DomUs, networking and all
* Able to complete LTP runalltests.sh on dom0
* ISSUE(S):
     * Bugzilla #141 (NEW)
       * xc_console: Could not read tty from store;
       * This happens on all of my test boxes (x86_32, x86_64) with all the
distros (RHEL4, SLES9 SE2 and FC4)

2)x86_32p (PAE)

- SLES 9 SP2,  RHEL 4 on IBM xSeries 305s (512M RAM) and 235 (1G RAM)
* Builds and boots without problems on RHEL4
* Able to build functional DomUs, networking and all
* ISSUE(S):
     * Bugzilla #122
       * Dom0 WILL NOT BOOT on SLES 9 boxes built with PAE mode 'ON';

3) x86_64

- SLES9 SP2, FC4 on IBM HS20 EMT64 blades (1G RAM)
* Builds and boots without problems on SLES 9 SP2 and FC4
* Able to build functional DomUs, networking and all
* ISSUE(S):
     * Bugzilla #62 - Losing network when xend started on SLES9 SP2
       * Not seeing this problem with FC4.


Regards,
Li

[-- Attachment #1.2: Type: text/html, Size: 2242 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-08-03 19:43 Li Ge
  0 siblings, 0 replies; 381+ messages in thread
From: Li Ge @ 2005-08-03 19:43 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 1062 bytes --]






August 3, 2005 using latest HG source pull:
* changeset:   6005:60c4cd9ebaa16a6fcac05275e5e21056794339ad
tag:         tip
user:        kaf24§firebug.cl.cam.ac.uk
date:        Wed Aug  3 11:11:32 2005
summary:     Move more drivers to bind_evtchn_to_irqhandler() interface.

1) x86

- SLES 9 SP2, FC3 and RHEL 4 on IBM xSeries 305s, 235, and ThinkCentre
    * Builds and boots without problems on SLES 9 SP2 and RHEL4
    * Able to build functional DomUs, networking and all
    * Able to complete LTP runalltests.sh on both dom0 and domU
    * PENDING ISSUE(S):
      * Bugzilla #122
        * Dom0 WILL NOT BOOT on SLES 9 boxes built with PAE mode 'ON';
        * However, Dom0 boots up fine on RHEL 4 machine with PAE mode 'ON'

2) x86_64

- EMT64*
    * Builds and boots without problems on SLES 9 SP2 and FC4
    * Able to build functional DomUs, networking and all
    * Issue:
      * Bugzilla #62 - Losing network when xend started
        * Seeing this problem today on an x86_64 box with SLES9 SP2.


Regards,
Li

[-- Attachment #1.2: Type: text/html, Size: 1649 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-08-02 21:44 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-08-02 21:44 UTC (permalink / raw)
  To: xen-devel


August 2, 2005 using latest HG source pull:
      * changeset:   5943:dcdcec634c2d5624988d9f4907ade378ff575c51
                tag:         tip
                user:        kaf24@firebug.cl.cam.ac.uk
                date:        Tue Aug  2 11:11:31 2005
                summary:     Better XenLinux page fault debug output for
                PAE.
                
      * x86
              * SLES 9 SP2, FC3 and RHEL 4 on IBM xSeries 305s, 235, and
                ThinkCentre
                      * Build break on x86-32 (FIXED NOW)
                              * (XS_PERM_CREATE' undeclared in xs.c)
                              * Bugzilla #133
                      * PENDING ISSUE(S):
                              * Bugzilla #122 
                                      * Dom0 WILL NOT BOOT on SLES 9
                                        boxes built with PAE mode 'ON';
                                      * However, Dom0 boots up fine on
                                        RHEL 4 machine AND on x86_64
                                        boxes with SLES 9 and RHEL 4
                                        distros
                                      * Insufficient log/trace info at
                                        the moment
      * x86_64
              * EMT64* 
                      * Builds and boots without problems on SLES 9 SP2
                        and FC4
                      * Able to build functional DomUs, networking and
                        all
                      * Issue:
                              * Bugzilla #62 - Losing network when xend
                                started
                                      * I am seeing this problem almost
                                        daily on an x86_64 box.
                              * These problems seem to have happened
                                because the CONFIG_XEN_NETDEV_GRANT_TX
                                and CONFIG_XEN_NETDEV_GRANT_RX options
                                were set to 'y'  (when set to 'N', the
                                problems are not observed)
                                      * Bugzilla Bug 127 - Dom0 crashes
                                        when copying files over NFS from
                                        DomU to an NFS share
                                      * Bugzilla Bug 128 - Dom0 crashed
                                        while running LTP on DomU
                                      * Bugzilla Bug 129 - Kernel BUG at
                                        "fs/fs-writeback.c":363

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Re: Daily Xen Builds
  2005-08-01 18:13 David F Barrera
@ 2005-08-02 10:21 ` Steven Hand
  0 siblings, 0 replies; 381+ messages in thread
From: Steven Hand @ 2005-08-02 10:21 UTC (permalink / raw)
  To: David F Barrera; +Cc: xen-devel

> 

> August 1, 2005 using latest HG source pull:
>               * changeset:
>                 5925:0db6a59abb955be772d94ba32fe1a34a26db86da
>                 tag:         tip
>                 parent:
>                 5924:6a83d157a391d246dfb8bae6a936f6f8266a5818
>                 parent:
>                 5923:90f2b122fc43c72d1e4005e9278b26ba18bf1df0
>                 user:        smh22@firebug.cl.cam.ac.uk
>                 date:        Mon Aug  1 05:48:24 2005
>                 summary:     Manual merge.
>               * x86
>                       * SLES 9 SP2, FC3 and RHEL 4 on IBM xSeries 305s,
>                         235, and ThinkCentre
>                               * BUILD BREAK on X86 with PAE 'ON'
>                                       * shadow_public.c:1387: error:
>                                         `spl3e' undeclared (first use in
>                                         this function)
>                                       * Bugzilla #125
>                               * WITHOUT PAE, XEN Builds and boots Dom0
>                                 and DomUs without problems
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Are you sure? 

This seems unlikely if you were using cset 5925 since that enabled
(by mistake) the use of grant tables for netfront/netback which, 
at least for me, causes almost an immediate and quite spectacular 
crash when you start a domU.

Can you confirm that this works/worked for you? It'd be a good 
data point in trying to debug that code. 

cheers,


S.

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-08-01 18:13 David F Barrera
  2005-08-02 10:21 ` Steven Hand
  0 siblings, 1 reply; 381+ messages in thread
From: David F Barrera @ 2005-08-01 18:13 UTC (permalink / raw)
  To: xen-devel


August 1, 2005 using latest HG source pull:
              * changeset:
                5925:0db6a59abb955be772d94ba32fe1a34a26db86da
                tag:         tip
                parent:
                5924:6a83d157a391d246dfb8bae6a936f6f8266a5818
                parent:
                5923:90f2b122fc43c72d1e4005e9278b26ba18bf1df0
                user:        smh22@firebug.cl.cam.ac.uk
                date:        Mon Aug  1 05:48:24 2005
                summary:     Manual merge.
              * x86
                      * SLES 9 SP2, FC3 and RHEL 4 on IBM xSeries 305s,
                        235, and ThinkCentre
                              * BUILD BREAK on X86 with PAE 'ON'
                                      * shadow_public.c:1387: error:
                                        `spl3e' undeclared (first use in
                                        this function)
                                      * Bugzilla #125
                              * WITHOUT PAE, XEN Builds and boots Dom0
                                and DomUs without problems
                                      * Able to create VMs without major
                                        issues.
                                      * Running LTP test suite on Dom0s
                                        and DomUs
                              * PENDING ISSUE(S):
                                      * Unable to verify Bugzilla #122
                                        due to non-build with PAE on
                                        x86.
                                              * Dom0 WILL NOT BOOT on
                                                SLES 9 boxes built with
                                                PAE mode 'ON';
                                              * However, Dom0 boots up
                                                fine on RHEL 4 machine
                                                AND on x86_64 boxes with
                                                SLES 9 and RHEL 4
                                                distros
              * x86_64
                      * EMT64* 
                              * Builds and boots without problems on
                                SLES 9 SP2 and FC4
                              * Able to build functional DomUs,
                                networking and all
                              * Issue:
                                      * Bugzilla #62 - Losing network
                                        when xend started
                                              * I am seeing this problem
                                                almost daily on an
                                                x86_64 box.
                                      * Bugzilla Bug 127 - Dom0 crashes
                                        when copying files over NFS from
                                        DomU to an NFS share
                                      * Bugzilla Bug 128 - Dom0 crashed
                                        while running LTP on DomU
                                      * Bugzilla Bug 129 - Kernel BUG at
                                        "fs/fs-writeback.c":363


-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-07-29 15:34 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-07-29 15:34 UTC (permalink / raw)
  To: xen-devel


July 28, 2005 using latest HG source pull:
              * changeset:
                5919:55a5ad2f028d55758c6193b4fec970ee46a60ec1
                tag:         tip
                user:        kaf24@firebug.cl.cam.ac.uk
                date:        Fri Jul 29 06:21:39 2005
                summary:     dom_mem_ops address_bitsd fix.
              * x86
                      * SLES 9 SP2, FC3 and RHEL 4 on IBM xSeries 305s,
                        235, and ThinkCentre
                              * BUILD BREAK on X86 with PAE 'ON'
                                      * shadow_public.c:1387: error:
                                        `spl3e' undeclared (first use in
                                        this function)
                                      * Bugzilla #125
                              * WITHOUT PAE, XEN Builds and boots Dom0
                                and DomUs without problems
                                      * Able to create VMs without major
                                        issues.
                                      * Running LTP test suite on Dom0s
                                        and DomUs
                              * PENDING ISSUE(S):
                                      * Unable to verify Bugzilla #122
                                        due to non-build with PAE on
                                        x86.
                                      * Dom0 WILL NOT BOOT on SLES 9
                                        boxes built with PAE mode 'ON';
                                              * However, Dom0 boots up
                                                fine on RHEL 4 machine
                                                AND on x86_64 boxes with
                                                SLES 9 and RHEL 4
                                                distros
                                              * Bugzilla #122-
                                                'CRITICAL'
                                      * Bugzilla #96-  'BLOCKER' DomU
                                        crashes - FIXED.
                                      * Bugzilla #62 - Losing network
                                        when xend started
                                              * We are seeing this
                                                problem almost daily on
                                                both x86 and x86_64
                                                without a particular
                                                pattern.
              * x86_64
                      * EMT64* 
                              * Builds and boots without problems on
                                SLES 9 SP2 and FC4
                              * Able to build functional DomUs,
                                networking and all
                              * Issue:
                                      * Bugzilla #62 - Losing network
                                        when xend started
                                      * I am seeing this problem almost
                                        daily on an x86_64 box, though
                                        it has happened on both
                                        architectures previously

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-07-28 17:11 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-07-28 17:11 UTC (permalink / raw)
  To: xen-devel

Built Xen with x86 PAE mode 'on'. Some issues have arisen relating to
that.

July 28, 2005 using latest HG source pull:
      * changeset:   5905:501a70f3ae968e46e27b9003febf05253f4cf949
                tag:         tip
                parent:
                5904:e2d635617acd58e01dc87145f5d30a3a1143ad01
                parent:
                5901:80fed4ff19b2423feb98ceddf5cf98218836699d
                user:        cl349@firebug.cl.cam.ac.uk
                date:        Thu Jul 28 07:34:45 2005
                summary:     merge?
      * x86
              * SLES 9 SP2, FC3 and RHEL 4 on IBM xSeries 305s, 235, and
                ThinkCentre
              * Builds and boots Dom0 without problems
              * ISSUES:
                      * Dom0 WILL NOT BOOT on SLES 9 boxes built with
                        PAE mode 'ON';
                              * However, Dom0 boots up fine on RHEL 4
                                machine AND on x86_64 boxes with SLES 9
                                and RHEL 4 distros
                              * Bugzilla #122-  'CRITICAL'
                      * DomU crashes - can't verify this problem because
                        of the problem described above;
                              * however, the machine where Dom0 is based
                                on RHEL 4 and DomU is based on SLES 9
                                that was previously exhibiting the DomU
                                crash problem seems to be working fine
                                today.  I need to investigate whether
                                compiling without the PAE option would
                                make it revert to the DomU crash.
                                Oops:   0002 [#1]
                                PREEMPT SMP modules linked in:
                                CPU:    0
                                EIP:    0061:[<00244ec0>]       Not tainted VLI
                                Seeing this on test boxes where DomU is
                                a SLES 9 installation
                                On a test box where Dom0 is SLES 9 and
                                DomU is RHEL 4, however, no problems are
                                observed
                                Bugzilla #96-  'BLOCKER'
      * x86_64
              * EMT64* 
                      * Builds and boots without problems on SLES 9 SP2
                        and FC4
                      * Able to build functional DomUs, networking and
                        all
                      * Issue:
                              * Bugzilla #62 - Losing network when xend
                                started
                              * I am seeing this problem almost daily on
                                an x86_64 box, though it has happened on
                                both architectures previously

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-07-27 14:51 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-07-27 14:51 UTC (permalink / raw)
  To: xen-devel

Hot Defect(s):
Bugzilla #96-  'BLOCKER' -DomU crashes (read description below)

July 27, 2005 using latest HG source pull:
              * changeset:
                5884:7599a943b39e5eb2ed612d0738cf27913cb78885
                tag:         tip
                user:        kaf24@firebug.cl.cam.ac.uk
                date:        Wed Jul 27 06:20:47 2005
                summary:     On opt_nosmp, also force num_cores to 1. Do
                this in setup.c
              * x86
                      * SLES 9 SP2, FC3 and RHEL 4 on IBM xSeries 305s,
                        235, and ThinkCentre 
                              * Builds and boots Dom0 without problems
                              * OUTSTANDING ISSUE:  (NO CHANGE FROM LAST
                                REPORT - UNRESOLVED PROBLEM)
                                      * DomU crashes
                                                Oops:   0002 [#1]
                                                PREEMPT SMP modules linked in:
                                                CPU:    0
                                                EIP:    0061:[<00244ec0>]       Not tainted VLI
                                              * No other output
                                      * Seeing this on test boxes where
                                        DomU is a SLES 9 installation
                                      * On a test box where Dom0 is SLES
                                        9 and DomU is RHEL 4, however,
                                        no problems are observed
                                      * Bugzilla #96-  'BLOCKER'
              * x86_64
                      * EMT64* 
                              * Builds and boots without problems on
                                SLES 9 SP2 and FC4
                              * Able to build functional DomUs,
                                networking and all

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-07-26 14:18 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-07-26 14:18 UTC (permalink / raw)
  To: xen-devel


Defect summary:

I have been reporting since July 11 that DomU crashes on a couple of my
machines upon creation, on setups where DomU is based on a SLES 9
installation. I am still experiencing this problem. Defect #96 in the
Xensource bugzilla system has been created to document this problem.

I sent this note out on July 13:
> David F Barrera wrote:
> > We are seeing a problem in xen-unstable where DomU crashes
immediately
> > after booting on some x86 boxes. In my case, it is happening on a
couple
> > of machines that have SCSI drives and where DomU is a SLES 9
> > installation. Here's some data on my setup:
> > 
> >             Dom0            DomU            Dom U Crash?    SCSI
> > 
> > Machine A   SLES 9          SLES 9          Yes             Yes
> > Machine B   SLES 9          RHEL 4          No              Yes
> > Machine C   RHEL 4          SLES 9          Yes             Yes
> > Machine D   FC3       SLES 9 and Debian     No              No
> >                                             
> > The only thing I see in common in the machines that fail is the SCSI
> > drives.  Machines B and C are identical; the others are different
> > models.
> 

      * July 26, 2005 using latest HG source pull:
              * changeset:
                5844:d63b100b327ab8354bc9a71c38dbca436c64c0a5
                tag:         tip
                user:        kaf24@firebug.cl.cam.ac.uk
                date:        Tue Jul 26 05:09:06 2005
                summary:     Fix restart/poweroff properly. From aq.
              * x86
                      * SLES 9 SP2, FC3 and RHEL 4 on IBM xSeries 305,
                        235, and ThinkCentre 
                              * Builds and boots Dom0 without problems
                              * **NEED SOME HELP IN RESOLVING PROBLEM
                                DESCRIBED BELOW**
                              * OUTSTANDING ISSUE:  (NO CHANGE FROM LAST
                                REPORT - UNRESOLVED PROBLEM)
                                      * DomU crashes
                                                Oops:   0002 [#1]
                                                PREEMPT SMP modules linked in:
                                                CPU:    0
                                                EIP:    0061:[<00244ec0>]       Not tainted VLI
                                              * No other output
                                      * Seeing this on test boxes where
                                        DomU is a SLES 9 installation
                                      * On a test box where Dom0 is SLES
                                        9 and DomU is RHEL 4, however,
                                        no problems are observed
                                      * Bugzilla #96-  'BLOCKER'
              * x86_64
                      * EMT64* 
                              * Builds and boots without problems on
                                SLES 9 SP2 and FC4
                              * Able to build functional DomUs,
                                networking and all

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Re: Daily Xen Builds
  2005-07-25 15:24 David F Barrera
@ 2005-07-25 15:37 ` David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-07-25 15:37 UTC (permalink / raw)
  To: xen-devel

On Mon, 2005-07-25 at 10:24 -0500, David F Barrera wrote:
> Defect/issue summary:
> * Buld break on FC3 platform, Bugzilla #111
Please disregard this statement. I dug a little more and found out I
have a problem with the setup on this particular box. 

David


> * DomU crashes on setup where DomU is a SLES 9 install, Bugzilla #96
> (Blocker). 
> 
> July 25, 2005 using latest HG source pull:
>               * changeset:
>                 5824:48aed1403fe35f80aaed8f03c354cbb8c1a0c4ab
>                 tag:         tip
>                 user:        kaf24@firebug.cl.cam.ac.uk
>                 date:        Fri Jul 22 11:44:33 2005
>                 summary:     Port kallsyms to Xen, as 'symbols'.
>               * x86
>                       * BUILD BREAK on FC3 platform:
>                               * make[4]: *** No rule to make target
>                                 `vgabios.c', needed by `vgabios.bin'.
>                                 Stop.
>                               * Bugzilla #111
>                       * SLES 9 SP2, and RHEL 4 on IBM xSeries 305, and
>                         235 
>                               * Builds and boots without problems
>                               * *NEED SOME HELP IN RESOLVING PROBLEM
>                                 DESCRIBED BELOW*
>                               * OUTSTANDING ISSUE:  (NO CHANGE FROM LAST
>                                 WEEK - UNRESOLVED PROBLEM)
>                                       * DomU crashes
>                                                 Oops:   0002 [#1]
>                                                 PREEMPT SMP modules linked in:
>                                                 CPU:    0
>                                                 EIP:    0061:[<00244ec0>]       Not tainted VLI
>                                               * No other output
>                                       * Seeing this on test boxes where
>                                         DomU is a SLES 9 installation
>                                       * On a test box where Dom0 is SLES
>                                         9 and DomU is RHEL 4, however,
>                                         no problems are observed
>                                       * Bugzilla #96-  'BLOCKER'
>               * x86_64
>                       * EMT64* 
>                               * Builds and boots without problems on
>                                 SLES 9 SP2 and FC4
>                               * Able to build functional DomUs,
>                                 networking and all
> 
-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-07-25 15:24 David F Barrera
  2005-07-25 15:37 ` David F Barrera
  0 siblings, 1 reply; 381+ messages in thread
From: David F Barrera @ 2005-07-25 15:24 UTC (permalink / raw)
  To: xen-devel

Defect/issue summary:
* Buld break on FC3 platform, Bugzilla #111
* DomU crashes on setup where DomU is a SLES 9 install, Bugzilla #96
(Blocker). 

July 25, 2005 using latest HG source pull:
              * changeset:
                5824:48aed1403fe35f80aaed8f03c354cbb8c1a0c4ab
                tag:         tip
                user:        kaf24@firebug.cl.cam.ac.uk
                date:        Fri Jul 22 11:44:33 2005
                summary:     Port kallsyms to Xen, as 'symbols'.
              * x86
                      * BUILD BREAK on FC3 platform:
                              * make[4]: *** No rule to make target
                                `vgabios.c', needed by `vgabios.bin'.
                                Stop.
                              * Bugzilla #111
                      * SLES 9 SP2, and RHEL 4 on IBM xSeries 305, and
                        235 
                              * Builds and boots without problems
                              * *NEED SOME HELP IN RESOLVING PROBLEM
                                DESCRIBED BELOW*
                              * OUTSTANDING ISSUE:  (NO CHANGE FROM LAST
                                WEEK - UNRESOLVED PROBLEM)
                                      * DomU crashes
                                                Oops:   0002 [#1]
                                                PREEMPT SMP modules linked in:
                                                CPU:    0
                                                EIP:    0061:[<00244ec0>]       Not tainted VLI
                                              * No other output
                                      * Seeing this on test boxes where
                                        DomU is a SLES 9 installation
                                      * On a test box where Dom0 is SLES
                                        9 and DomU is RHEL 4, however,
                                        no problems are observed
                                      * Bugzilla #96-  'BLOCKER'
              * x86_64
                      * EMT64* 
                              * Builds and boots without problems on
                                SLES 9 SP2 and FC4
                              * Able to build functional DomUs,
                                networking and all

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-07-22 15:35 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-07-22 15:35 UTC (permalink / raw)
  To: xen-devel


July 21, 2005 using latest HG source pull:
              * changeset:
                5822:9038a369268d0552ce659cdea3f38409bbaffffc
                tag:         tip
                user:        kaf24@firebug.cl.cam.ac.uk
                date:        Thu Jul 21 10:50:11 2005
                summary:     Here is a patch to enable Xen to run on a
                Unisys ES7000 x86_64 system.
              * x86
                      * BUILD BREAK on FC3
                              * make[4]: *** No rule to make target
                                `vbe.h', needed by `vgabios.bin'.  Stop.
                              * Bugzilla #111
                      * SLES 9/SP1, and RHEL 4 on IBM xSeries 305, and
                        235 
                              * Builds and boots without problems
                              * OUTSTANDING ISSUE:  (NO CHANGE FROM LAST
                                REPORT - UNRESOLVED PROBLEM)
                                      * DomU crashes
                                                Oops:   0002 [#1]
                                                PREEMPT SMP modules linked in:
                                                CPU:    0
                                                EIP:    0061:[<00244ec0>]       Not tainted VLI
                                              * No other output
                                      * Seeing this on test boxes where
                                        DomU is a SLES 9 installation
                                      * On a test box where Dom0 is SLES
                                        9 and DomU is RHEL 4, however,
                                        no problems are observed
                                      * Bugzilla #96-  'BLOCKER'
              * x86_64
                      * EMT64* 
                              * Builds and boots without problems on
                                SLES 9/SP1 and FC4
                              * Able to build functional DomUs,
                                networking and all
                              * Bugzilla #93 - RESOLVED.
                              * Bugzilla #104 -RESOLVED. 

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-07-21 17:40 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-07-21 17:40 UTC (permalink / raw)
  To: xen-devel


July 21, 2005 using latest HG source pull:
              * changeset:
                5821:6e11af443eb1cc3ff5533d531ab48c9964ad2dee
                tag:         tip
                user:        kaf24@firebug.cl.cam.ac.uk
                date:        Thu Jul 21 09:15:35 2005
                summary:     Fix problem of can not create two or more
                vmx guest.
              * x86
                      * SLES 9/SP1, RHEL 4 and FC3 on IBM xSeries 305,
                        235, HS20(x86) and IBM ThinkCentre 
                              * Builds and boots without problems
                              * OUTSTANDING ISSUE:  (NO CHANGE FROM LAST
                                WEEK - UNRESOLVED PROBLEM)
                                      * DomU crashes
                                                Oops:   0002 [#1]
                                                PREEMPT SMP modules linked in:
                                                CPU:    0
                                                EIP:    0061:[<00244ec0>]       Not tainted VLI
                                              * No other output
                                      * Seeing this on test boxes where
                                        DomU is a SLES 9 installation
                                      * On a test box where Dom0 is SLES
                                        9 and DomU is RHEL 4, however,
                                        no problems are observed
                                      * Bugzilla #96-  'BLOCKER'
              * x86_64 EMT64
                      * OUTSTADING ISSUES: 
                              * Bugzilla #93
                                      * Can't test further until #102 is
                                        resolved, but I believe problem
                                        may still be unresolved.
                                      * Dom0 crashes when a DomU is
                                        created
                                      * Problem is consistently
                                        reproducible
                              * Bugzilla #104
                                        When starting xend on an x86_64 machine (IBM HS20 Blade EMT64) with SLES 9,
                                        networking is completely disabled.
                                        ** Note: This problem is NOT happening on an identical machine that has FC4.


-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-07-20 16:26 Li Ge
  0 siblings, 0 replies; 381+ messages in thread
From: Li Ge @ 2005-07-20 16:26 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 1930 bytes --]






July 20, 2005 using latest HG source pull:
              * changeset:   5814:2ecb91fb6cdbdfa001a48bc2bb2b1db320a19485
                tag:         tip
                user:        kaf24§firebug.cl.cam.ac.uk
                date:        Tue Jul 19 04:26:18 2005
                summary:     Fix wallclock timebase extraction in XenLinux.
              * x86
                      * SLES 9/SP1, RHEL 4 and FC3 on IBM xSeries 305,
                        235, HS20(x86) and IBM ThinkCentre
                              * Builds and boots without problems

                              * *ISSUE 1*:
                                      * DomU crashes
                                                Oops:   0002 [#1]
                                                PREEMPT SMP modules linked
in:
                                                CPU:    0
                                                EIP:    0061:[<00244ec0>]
Not tainted VLI
                                              * No other output
                                      * Bugzilla #96
                  * *ISSUE  2*:
                                      * Experiencing disconnections from
ssh session to dom0
                                      * Only seeing this happening with
Broadcom NetXtreme Gigabit Ethernet card
                                      * Bugzilla #103

              * x86_64
                      * EMT64
                      * Builds and boots without problems (GCC 3 and
                        GCC4)
                      * Able to create function domains (Running LTP on
dom0)

                      * Opteron
                              * No test data. If you are testing
                                Opteron, please send me test status
                                information so that I can include it in
                                this report.

Regards,
Li

[-- Attachment #1.2: Type: text/html, Size: 4570 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-07-19 15:51 Li Ge
  0 siblings, 0 replies; 381+ messages in thread
From: Li Ge @ 2005-07-19 15:51 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 2033 bytes --]





July 19, 2005 using latest HG source pull:
              * changeset:   5814:2ecb91fb6cdbdfa001a48bc2bb2b1db320a19485
          tag:         tip
          user:        kaf24@firebug.cl.cam.ac.uk
          date:        Tue Jul 19 04:26:18 2005
          summary:     Fix wallclock timebase extraction in XenLinux.

              * x86
                      * SLES 9/SP1, RHEL 4 and FC3 on IBM xSeries 305,
                        235, HS20(x86) and IBM ThinkCentre
                              * Builds and boots without problems

                               * *ISSUE 1*:
                                       * Experiencing disconnections from
ssh session to dom0
                                      * Only seeing this happening with
Broadcom NetXtreme Gigabit Ethernet card.
                                      * Bugzilla #103
                              * *ISSUE 2*:
                                      * DomU crashes
                                                Oops:   0002 [#1]
                                                PREEMPT SMP modules linked
in:
                                                CPU:    0
                                                EIP:    0061:[<00244ec0>]
Not tainted VLI
                                              * No other output
                                      * Bugzilla #96
              * x86_64
                      * EMT64
                      * Builds and boots without problems (GCC 3 and
                        GCC4)
                      * *ISSUE*:
                              * Network crashes when starting xend on
x86_64 (SLES 9)
                              * Problem is consistently reproducible
                              * Bugzilla #62 (#107)
                      * Opteron
                              * No test data. If you are testing
                                Opteron, please send me test status
                                information so that I can include it in
                                this report.

Regards,
Li

[-- Attachment #1.2: Type: text/html, Size: 4814 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-07-18 16:39 Li Ge
  0 siblings, 0 replies; 381+ messages in thread
From: Li Ge @ 2005-07-18 16:39 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 1838 bytes --]





July 18, 2005 using latest HG source pull:
              * changeset:5810:722c372fe2017414acd568874a313a8f5e8685f5
                tag:         tip
                user:        kaf24@firebug.cl.cam.ac.uk
                date:        Sat Jul 16 11:45:24 2005
                summary:     Fix 'make uninstall' target.

              * x86
                      * SLES 9/SP1, RHEL 4 and FC3 on IBM xSeries 305,
                        235, HS20(x86) and IBM ThinkCentre
                              * Builds and boots without problems
                              * *ISSUE 1*:
                                      * Experiencing disconnections from
ssh session to dom0
                                      * Bugzilla #103
                  * *ISSUE 2*:
                                      * DomU crashes
                                                Oops:   0002 [#1]
                                                PREEMPT SMP modules linked
in:
                                                CPU:    0
                                                EIP:    0061:[<00244ec0>]
Not tainted VLI
                                      * Bugzilla #96

              * x86_64
                      * EMT64
                      * Builds and boots without problems (GCC 3 and
                        GCC4)
                      * *ISSUE*:
                              * Network crashes when starting xend on
x86_64 (SLES 9)
                              * Problem is consistently reproducible
                              * Bugzilla #107
                      * Opteron
                              * No test data. If you are testing
                                Opteron, please send me test status
                                information so that I can include it in
                                this report.

Regards,
Li

[-- Attachment #1.2: Type: text/html, Size: 4491 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-07-15 16:50 Li Ge
  0 siblings, 0 replies; 381+ messages in thread
From: Li Ge @ 2005-07-15 16:50 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 1447 bytes --]





July 15, 2005 using latest HG source pull:
              * changeset:
                changeset:   5805:a83ac0806d6b900eafac6e6942352f88fe89d449
          tag:         tip
          parent:      5791:35b74976f5986786e00cc51f8c2b7cf2c5d0f768
          parent:      5804:8328317e60ab3655d919e94a8a2ffce82edec73f
          user:        djm@kirby.fc.hp.com
          date:        Fri Jul 15 08:39:50 2005
          summary:     Merge with ia64-unstable.hg
              * x86
                      * SLES 9/SP1, RHEL 4 and FC3 on IBM xSeries 305,
                        235, HS20(x86) and IBM ThinkCentre
                              * Builds and boots without problems
                              * *ISSUE*:
                          * DOMU crashes during starting time
                                      * Bugzilla #96
              * x86_64
                      * EMT64
                      * Builds and boots without problems (GCC 3 and
                        GCC4)
                      * *OUTSTANDING ISSUE*:
                              * domU Kernel panic when starting domU(dom0
is still funcitonal)
                              * Bugzilla #105
                      * Opteron
                              * No test data. If you are testing
                                Opteron, please send me test status
                                information so that I can include it in
                                this report.

[-- Attachment #1.2: Type: text/html, Size: 3066 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-07-14 15:42 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-07-14 15:42 UTC (permalink / raw)
  To: xen-devel


July 14, 2005 using latest HG source pull:
              * changeset:
                5781:98b83cc57eca28c4beff7d76cf0ddf1cc6e2c9da
                tag:         tip
                user:        kaf24@firebug.cl.cam.ac.uk
                date:        Thu Jul 14 09:01:21 2005
                summary:     Missing quirks.c file.
              * x86
                      * SLES 9/SP1, RHEL 4 and FC3 on IBM xSeries 305,
                        235, HS20(x86) and IBM ThinkCentre 
                              * Builds and boots without problems
                              * *ISSUE*: 
                                      * DomU crashes
                                                Oops:   0002 [#1]
                                                PREEMPT SMP modules linked in:
                                                CPU:    0
                                                EIP:    0061:[<00244ec0>]       Not tainted VLI
                                              * No other output
                                      * Seeing this on test boxes where
                                        DomU is a SLES 9 installation
                                      * On a test box where Dom0 is SLES
                                        9 and DomU is RHEL 4, however,
                                        no problems are observed
                                      * Bugzilla #96
              * x86_64
                      * EMT64
                      * Builds and boots without problems (GCC 3 and
                        GCC4)
                      * *OUTSTANDING ISSUE*:
                              * Dom0 crashes when a DomU is created
                              * Problem is consistently reproducible
                              * Bugzilla #93
                      * Opteron
                              * No test data. If you are testing
                                Opteron, please send me test status
                                information so that I can include it in
                                this report.

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-07-13 14:32 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-07-13 14:32 UTC (permalink / raw)
  To: xen-devel

July 12, 2005

Defects highlights:

* On x86, DomU is crashing upon boot on test machines where DomU is a
SLES 9 setup. Bugzilla #96. More detail in report and Xensource Bugzilla
system. 
* on x86_64, Dom0 is crashing when creating a DomU. Problems appears to
be related to networking. Bugzilla #93. More detail in report and
Xensource Bugzilla system.

July 12, 2005 using latest HG source pull:
              * changeset:
                5766:35ccaeaffeb77a68ed157c289fc1014cb394c8be
                tag:         tip
                user:        kaf24@firebug.cl.cam.ac.uk
                date:        Wed Jul 13 07:58:41 2005
                summary:     Enable NX/XD feature for 32-bit PAE Xen.
              * x86
                      * SLES 9/SP1, RHEL 4 and FC3 on IBM xSeries 305,
                        235, HS20(x86) and IBM ThinkCentre 
                              * Builds and boots without problems
                              * **ISSUE**: 
                                      * DomU crashes
                                                Oops:   0002 [#1]
                                                PREEMPT SMP modules linked in:
                                                CPU:    0
                                                EIP:    0061:[<00244ec0>]       Not tainted VLI
                                              * No other output
                                      * Seeing this on test boxes where
                                        DomU is a SLES 9 installation
                                      * On a test box where Dom0 is SLES
                                        9 and DomU is RHEL 4, however,
                                        no problems are observed
                                      * Bugzilla #96
      * x86_64
              * EMT64
                      * GCC 3.3 and GCC4 (SLES 9/SP1 and FC4) - Builds
                        and boots without problems
                      * **ISSUE**:
                              * Dom0 crashes when a DomU is created
                              * Problem is consistently reproducible
                              * Bugzilla #93



-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-07-12 15:13 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-07-12 15:13 UTC (permalink / raw)
  To: xen-devel


July 12, 2005 using latest HG source pull:
              * changeset:
                5753:9f6057761c8f485b1948fdd3308ae10e3ea66ad5
                tag:         tip
                user:        kaf24@firebug.cl.cam.ac.uk
                date:        Tue Jul 12 08:19:10 2005
                summary:     Fix DMA compile for x86_64.
              * x86
                      * SLES 9/SP1, RHEL 4 and FC3 on IBM xSeries 305,
                        235, HS20(x86) and IBM ThinkCentre 
                              * Builds and boots without problems
                              * Running LTP test suite on Dom0s and DomU
                              * ISSUE: 
                                      * DomU crashes
                                                Oops:   0002 [#1]
                                                PREEMPT SMP modules linked in:
                                                CPU:    0
                                                EIP:    0061:[<00244ec0>]       Not tainted VLI
                                              * No other output
                                      * Seeing this on test boxes where
                                        DomU is a SLES 9 installation
                                      * On a test box where Dom0 is SLES
                                        9 and DomU is RHEL 4, however,
                                        no problems are observed
                                      * Bugzilla #96
              * x86_64
                      * EMT64
                              * GCC 3.3 and GCC4 (SLES 9/SP1 and FC4)
                                      * Builds and boots without
                                        problems
                                      * Able create functional VMs
                                        (DomUs)

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Re: Daily Xen Builds
  2005-07-11 22:02   ` Paul Larson
@ 2005-07-12  1:10     ` Vincent Hanquez
  0 siblings, 0 replies; 381+ messages in thread
From: Vincent Hanquez @ 2005-07-12  1:10 UTC (permalink / raw)
  To: Paul Larson; +Cc: David F Barrera, xen-devel, Vincent Hanquez

On Mon, Jul 11, 2005 at 05:02:21PM -0500, Paul Larson wrote:
> > Hm, really interesting. I've got the same report for x86 too with
> > completely different kernels.
> > 
> > so far, the only common factor left is the environment (SLES 9).
> > I guess that why my tries to reproduce this bug didn't work; I'll give
> > the SLES9 userspace a try ASAP.
> I was seeing that on x86 too.  At least on x86 (Haven't tried x86_64) it
> works with the latest hg pull.

you don't have anymore network crash with 2.6.12 under SLES9 ?

-- 
Vincent Hanquez

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Re: Daily Xen Builds
  2005-07-11 22:00 ` Vincent Hanquez
@ 2005-07-11 22:02   ` Paul Larson
  2005-07-12  1:10     ` Vincent Hanquez
  0 siblings, 1 reply; 381+ messages in thread
From: Paul Larson @ 2005-07-11 22:02 UTC (permalink / raw)
  To: Vincent Hanquez; +Cc: David F Barrera, xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 1017 bytes --]

On Tue, 2005-07-12 at 00:00 +0200, Vincent Hanquez wrote:
> On Mon, Jul 11, 2005 at 10:16:48AM -0500, David F Barrera wrote:
> >               * x86_64
> >			...
> >                       * GCC 3.3 (SLES 9/SP1)
> >                               * Builds and boots without problems
> >                               * Able to boot Dom0; however;
> >                               * *Dom0 CRASHES* when DomU networking
> >                                 functionality started
> >                               * Bugzilla #93
> 
> Hm, really interesting. I've got the same report for x86 too with
> completely different kernels.
> 
> so far, the only common factor left is the environment (SLES 9).
> I guess that why my tries to reproduce this bug didn't work; I'll give
> the SLES9 userspace a try ASAP.
I was seeing that on x86 too.  At least on x86 (Haven't tried x86_64) it
works with the latest hg pull.

-- 
Thanks,
Paul Larson
plars@linuxtestproject.org
http://www.linuxtestproject.org

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Re: Daily Xen Builds
  2005-07-11 15:16 David F Barrera
@ 2005-07-11 22:00 ` Vincent Hanquez
  2005-07-11 22:02   ` Paul Larson
  0 siblings, 1 reply; 381+ messages in thread
From: Vincent Hanquez @ 2005-07-11 22:00 UTC (permalink / raw)
  To: David F Barrera; +Cc: xen-devel

On Mon, Jul 11, 2005 at 10:16:48AM -0500, David F Barrera wrote:
>               * x86_64
>			...
>                       * GCC 3.3 (SLES 9/SP1)
>                               * Builds and boots without problems
>                               * Able to boot Dom0; however;
>                               * *Dom0 CRASHES* when DomU networking
>                                 functionality started
>                               * Bugzilla #93

Hm, really interesting. I've got the same report for x86 too with
completely different kernels.

so far, the only common factor left is the environment (SLES 9).
I guess that why my tries to reproduce this bug didn't work; I'll give
the SLES9 userspace a try ASAP.

Thanks for the report,
-- 
Vincent Hanquez

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-07-11 15:16 David F Barrera
  2005-07-11 22:00 ` Vincent Hanquez
  0 siblings, 1 reply; 381+ messages in thread
From: David F Barrera @ 2005-07-11 15:16 UTC (permalink / raw)
  To: xen-devel


July 8, 2005 using latest HG pull
                Latest changeset:
                5726:a29b4174d39c403cffcc99229a77bfc3aa9768e3
                tag:         tip
                user:        kaf24@firebug.cl.cam.ac.uk
                date:        Mon Jul 11 05:23:19 2005
                summary:     Remaining files for shadow 64 mode
                checkin. 
              * x86
                      * SLES 9/SP1, RHEL 4 and FC3 on IBM xSeries 305,
                        235, HS20(x86) and IBM ThinkCentre 
                              * Builds and boots without problems
                              * Running LTP test suite on Dom0s and DomU
                              * ISSUE: 
                                      * DomU crashes on *one* x86 test
                                        box before fully coming up
                                      * Seeing this in only ONE test box
                                      * Need further investigation
                                      * Bugzilla #96
              * x86_64
                      * EMT64
                              * *BUILD BREAK* on GCC 4.0 (FC4)
                              * x86_64 Build break GC4 - shadow.c: In
                                function ‘shadow_fault_64’:
                              * Bugzilla #95
                      * GCC 3.3 (SLES 9/SP1)
                              * Builds and boots without problems
                              * Able to boot Dom0; however;
                              * *Dom0 CRASHES* when DomU networking
                                functionality started
                              * Bugzilla #93

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Re: Daily Xen Builds
  2005-07-08 15:12 David F Barrera
  2005-07-08 16:22 ` Jerone Young
@ 2005-07-08 16:30 ` Jerone Young
  1 sibling, 0 replies; 381+ messages in thread
From: Jerone Young @ 2005-07-08 16:30 UTC (permalink / raw)
  To: David F Barrera; +Cc: xen-devel

On Fri, 2005-07-08 at 10:12 -0500, David F Barrera wrote:
> July 6, 2005 using latest HG pull
>       * Latest changeset:
>         5699:eef23f57f20e931a75481c2e2bce05cf2e9a19c6
>         tag:         tip
>         user:        kaf24@firebug.cl.cam.ac.uk
>         date:        Fri Jul  8 04:06:04 2005
>         summary:     The attached patch adds a new dom0_op,
>         DOM0_GETDOMAININFOLIST. 
>         
>       * x86 
>               * SLES 9/SP1, RHEL 4 and FC3 on IBM xSeries 305, 235, and
>                 IBM ThinkCentre 
>                       * Builds and boots without problems
>                       * Able to create functional domains 
>                       * Running LTP test suite on Dom0s and DomU
>       * x86_64 EMT64 
>                       * BUILD BREAK on GCC 4.0 (FC4)
>                               * Build still broken
>                               * x86 Build break -
>                                 include/linux/i2c.h:58: error: array
>                                 type has incomplete element type
>                               * Bugzilla #92 
Oh also...this problem will be fixed once we move to Linux 2.6.12.

>                       * GCC 3.3 (SLES 9/SP1)
>                               * Builds and boots without problems
>                               * Able to boot Dom0 after disabling the NX
>                                 bit at the BIOS level. 
>                               * Thanks to Jerone Young for looking into
>                                 it.
>                               * Will setup DomUs today on x86_64
>                                 machines.
> 
> 
-- 
Jerone Young
IBM Linux Technology Center
jyoung5@us.ibm.com
512-838-1157 (T/L: 678-1157)

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Re: Daily Xen Builds
  2005-07-08 15:12 David F Barrera
@ 2005-07-08 16:22 ` Jerone Young
  2005-07-08 16:30 ` Jerone Young
  1 sibling, 0 replies; 381+ messages in thread
From: Jerone Young @ 2005-07-08 16:22 UTC (permalink / raw)
  To: David F Barrera; +Cc: xen-devel

On Fri, 2005-07-08 at 10:12 -0500, David F Barrera wrote:
> July 6, 2005 using latest HG pull
>       * Latest changeset:
>         5699:eef23f57f20e931a75481c2e2bce05cf2e9a19c6
>         tag:         tip
>         user:        kaf24@firebug.cl.cam.ac.uk
>         date:        Fri Jul  8 04:06:04 2005
>         summary:     The attached patch adds a new dom0_op,
>         DOM0_GETDOMAININFOLIST. 
>         
>       * x86 
>               * SLES 9/SP1, RHEL 4 and FC3 on IBM xSeries 305, 235, and
>                 IBM ThinkCentre 
>                       * Builds and boots without problems
>                       * Able to create functional domains 
>                       * Running LTP test suite on Dom0s and DomU
>       * x86_64 EMT64 
>                       * BUILD BREAK on GCC 4.0 (FC4)
>                               * Build still broken
>                               * x86 Build break -
>                                 include/linux/i2c.h:58: error: array
>                                 type has incomplete element type
>                               * Bugzilla #92 
>                       * GCC 3.3 (SLES 9/SP1)
>                               * Builds and boots without problems
>                               * Able to boot Dom0 after disabling the NX
>                                 bit at the BIOS level. 

David just so you know actually you are "enabling" the CPU to understand
the NX bit at the bios level. The name of the option is a little
misleading if you don't know exactly what it does. The wording "Execute
Disable Bit" actually means cut CPU support for the NX bit ...which job
is to disable execution on pages that should not be executed. In this
instance when you cut it on you are telling the CPU to understand
it...the Operating system has to then tell CPU to enforce the bit or
not. So really this option should be on by default ... since it does not
cause any harm. 

>                               * Thanks to Jerone Young for looking into
>                                 it.
>                               * Will setup DomUs today on x86_64
>                                 machines.
> 
> 
-- 
Jerone Young
IBM Linux Technology Center
jyoung5@us.ibm.com
512-838-1157 (T/L: 678-1157)

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-07-08 15:12 David F Barrera
  2005-07-08 16:22 ` Jerone Young
  2005-07-08 16:30 ` Jerone Young
  0 siblings, 2 replies; 381+ messages in thread
From: David F Barrera @ 2005-07-08 15:12 UTC (permalink / raw)
  To: xen-devel


July 6, 2005 using latest HG pull
      * Latest changeset:
        5699:eef23f57f20e931a75481c2e2bce05cf2e9a19c6
        tag:         tip
        user:        kaf24@firebug.cl.cam.ac.uk
        date:        Fri Jul  8 04:06:04 2005
        summary:     The attached patch adds a new dom0_op,
        DOM0_GETDOMAININFOLIST. 
        
      * x86 
              * SLES 9/SP1, RHEL 4 and FC3 on IBM xSeries 305, 235, and
                IBM ThinkCentre 
                      * Builds and boots without problems
                      * Able to create functional domains 
                      * Running LTP test suite on Dom0s and DomU
      * x86_64 EMT64 
                      * BUILD BREAK on GCC 4.0 (FC4)
                              * Build still broken
                              * x86 Build break -
                                include/linux/i2c.h:58: error: array
                                type has incomplete element type
                              * Bugzilla #92 
                      * GCC 3.3 (SLES 9/SP1)
                              * Builds and boots without problems
                              * Able to boot Dom0 after disabling the NX
                                bit at the BIOS level. 
                              * Thanks to Jerone Young for looking into
                                it.
                              * Will setup DomUs today on x86_64
                                machines.


-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-07-07 16:51 Li Ge
  0 siblings, 0 replies; 381+ messages in thread
From: Li Ge @ 2005-07-07 16:51 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 2158 bytes --]





July 7, 2005 using latest HG xen source pull

              * Latest changeset on test machines:
               changeset:   5694:1a7383f849896e60f8be631c96fa2b461f502615
               tag:         tip
               user:        kaf24@firebug.cl.cam.ac.uk
               date:        Thu Jul  7 03:08:40 2005
               summary:     Fix cross-compilation, and gcc4.


              * x86 - SLES 9/SP1, RHEL 4 and FC3 on IBM xSeries 305,
                235,  HS20 Blades,  and IBM ThinkCentre
                      - Builds and boots without problems
                      - Was able to create funtion domains
                              * Bugzilla 88 (91 duplicate) fixed


              * x86_64
                      - EMT64
                             * BUILD BREAK on GCC 4.0 (FC4)
                                      * x86 Build break -
                                        include/linux/i2c.h:58: error:
                                        array type has incomplete
                                        element type
                                      * Bugzilla #92
                              * Dom0 DOES NOT BOOT on IBM HS20 Blades**
                                      * *No change from previous status*
                                      * Xen builds on SLES 9 (GCC 3.3.3,
SuSE Linux);
                                        however,
                                      * Dom0 WILL NOT BOOT on HS20 Blade
                                        Type 8843 (EMT64)
                                              * Bugzilla #75
                                              * x86_64 - nable to handle
                                                kernel NULL pointer
                                                dereference at
                                                0000000000000880 RIP:
                                              *
<ffffffff80117058>{do_page_fault+408}
                      - Opteron - no data. If you are testing on Opteron
                        hardware, please send me your status info so
                        that I can include it in my daily reports.

Regards,

Li Ge

[-- Attachment #1.2: Type: text/html, Size: 5348 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Re: Daily Xen Builds
  2005-07-06 16:53     ` Steven Hand
@ 2005-07-06 19:00       ` David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-07-06 19:00 UTC (permalink / raw)
  To: Steven Hand; +Cc: xen-devel

On Wed, 2005-07-06 at 17:53 +0100, Steven Hand wrote:
> > Let me know if you want me to test the patch, too.
> 
> Please - just pushed to the public unstable repo
OK. It works now using mem=256.  Thx!
> 
> 
> cheers,
> 
> S.
> 
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
> 
-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Re: Daily Xen Builds
  2005-07-06 16:09   ` David F Barrera
@ 2005-07-06 16:53     ` Steven Hand
  2005-07-06 19:00       ` David F Barrera
  0 siblings, 1 reply; 381+ messages in thread
From: Steven Hand @ 2005-07-06 16:53 UTC (permalink / raw)
  To: David F Barrera; +Cc: xen-devel


> Let me know if you want me to test the patch, too.

Please - just pushed to the public unstable repo


cheers,

S.

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Re: Daily Xen Builds
  2005-07-06 16:04 ` Steven Hand
@ 2005-07-06 16:09   ` David F Barrera
  2005-07-06 16:53     ` Steven Hand
  0 siblings, 1 reply; 381+ messages in thread
From: David F Barrera @ 2005-07-06 16:09 UTC (permalink / raw)
  To: Steven Hand; +Cc: xen-devel

Let me know if you want me to test the patch, too.


On Wed, 2005-07-06 at 17:04 +0100, Steven Hand wrote:
> >                               * Error messages displayed when creating
> >                                 DomU: XENBUS xXENBUS xs_read_watch: -5
> >                                       * Happens when memory is set to
> >                                         '256' 
> >                                       * Use other memory parameters as
> >                                         workaround (e.g. 128, 512)
> 
> We know what this is -- I'm testing a patch currently. 
> 
> cheers,
> 
> S.
> 
-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Re: Daily Xen Builds
  2005-07-06 16:02 David F Barrera
@ 2005-07-06 16:04 ` Steven Hand
  2005-07-06 16:09   ` David F Barrera
  0 siblings, 1 reply; 381+ messages in thread
From: Steven Hand @ 2005-07-06 16:04 UTC (permalink / raw)
  To: David F Barrera; +Cc: xen-devel


>                               * Error messages displayed when creating
>                                 DomU: XENBUS xXENBUS xs_read_watch: -5
>                                       * Happens when memory is set to
>                                         '256' 
>                                       * Use other memory parameters as
>                                         workaround (e.g. 128, 512)

We know what this is -- I'm testing a patch currently. 

cheers,

S.

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-07-06 16:02 David F Barrera
  2005-07-06 16:04 ` Steven Hand
  0 siblings, 1 reply; 381+ messages in thread
From: David F Barrera @ 2005-07-06 16:02 UTC (permalink / raw)
  To: xen-devel


July 6, 2005 using latest HG xen source pull
              * Latest changeset on test machines:
                5675:189c87adf876df8ed7b84afb5ac69e09465cdaf1
                tag:         tip
                user:        kaf24@firebug.cl.cam.ac.uk
                date:        Wed Jul  6 05:46:29 2005
                summary:     Mini-os updates from Grzegorz Milos.
                
              * x86 - SLES 9/SP1, RHEL 4 and FC3 on IBM xSeries 305,
                235,  HS20 Blades,  and IBM ThinkCentre 
                      * Builds and boots without problems
                      * ISSUE: Problem when creating a DomU:
                              * Bugzilla 88 (91 duplicate)
                              * Error messages displayed when creating
                                DomU: XENBUS xXENBUS xs_read_watch: -5
                                      * Happens when memory is set to
                                        '256' 
                                      * Use other memory parameters as
                                        workaround (e.g. 128, 512)
                
              * x86_64 
                      * EMT64 
                              * BUILD BREAK on GCC 4.0 (FC4)
                                      * x86 Build break -
                                        include/linux/i2c.h:58: error:
                                        array type has incomplete
                                        element type
                                      * Bugzilla #92 
                              * Dom0 DOES NOT BOOT on IBM HS20 Blades**
                                      * *No change from previous status*
                                      * Xen builds on SLES 9 (GCC 3.3.3
                                        SuSE Linux) and FC4 (GCC 4.0);
                                        however,
                                      * Dom0 WILL NOT BOOT on HS20 Blade
                                        Type 8843 (EMT64) 
                                              * Bugzilla #75 
                                              * x86_64 - nable to handle
                                                kernel NULL pointer
                                                dereference at
                                                0000000000000880 RIP:
                                              * <ffffffff80117058>{do_page_fault+408}
                      * Opteron - no data. If you are testing on Opteron
                        hardware, please send me your status info so
                        that I can include it in my daily reports.

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-06-30 15:22 Li Ge
  0 siblings, 0 replies; 381+ messages in thread
From: Li Ge @ 2005-06-30 15:22 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 774 bytes --]





June 30, using latest xen-unstable BK pull

* Last ChangeSet on test systems:

  2005/06/30 09:10:15+01:00 arun.sharma@intel.com
  [PATCH] Use copy_from_user when accessing guest_pt[]


* x86

     - SLES 9/SP1, RHEL 4 and FC3 on IBM xSeries 305, 235 and HS20 Blades

         Builds and boots without problems
         Able to create function domains
         Running LTP test on Dom0s and DomUs


* x86_64

      - EMT64

         Xen builds on SLES 9 (GCC 3.3.3 SuSE Linux); however,
         Dom0 WILL NOT BOOT on HS20 Blade Type 8843 (EMT64)
                 Bugzilla #75
                 x86_64 - Unable to handle kernel NULL pointer dereference
at
                                       0000000000000880 RIP:

<ffffffff80116d42>{do_page_fault+370}

Regards,
Li Ge

[-- Attachment #1.2: Type: text/html, Size: 979 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-06-29 15:24 Li Ge
  0 siblings, 0 replies; 381+ messages in thread
From: Li Ge @ 2005-06-29 15:24 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 1024 bytes --]





June 29, using latest xen-unstable-src.tgz from
http://www.cl.cam.ac.uk/Research/SRG/netos/xen/downloads/


* Last ChangeSet on test systems:

  ChangeSet@1.1768, 2005-06-28 18:47:14+01:00, kaf24@firebug.cl.cam.ac.uk
  Based on the Keir's suggestion yesterday, I fixed the bug in xenlinux.
  Now the LTP test cases pass well in domU; I ran LTP in domU along with
  an infinite loop of "make clean; make -j4" on dom0 for sanity tests.


* x86

     - SLES 9/SP1, RHEL 4 and FC3 on IBM xSeries 305, 235 and HS20 Blades

         Builds and boots without problems
         Able to create function domains
         Running LTP test on Dom0s and DomUs


* x86_64

      - EMT64

         Xen builds on SLES 9 (GCC 3.3.3 SuSE Linux); however,
         Dom0 WILL NOT BOOT on HS20 Blade Type 8843 (EMT64)
                 Bugzilla #75
                 x86_64 - Unable to handle kernel NULL pointer dereference
at
                                       0000000000000880 RIP:

<ffffffff80116d42>{do_page_fault+370}

Regards,
Li Ge

[-- Attachment #1.2: Type: text/html, Size: 1360 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-06-28 15:29 Li Ge
  0 siblings, 0 replies; 381+ messages in thread
From: Li Ge @ 2005-06-28 15:29 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 744 bytes --]





June 28, using latest xen-unstable-src.tgz from
http://www.cl.cam.ac.uk/Research/SRG/netos/xen/downloads/


* Last ChangeSet on test systems:

* x86

     * SLES 9/SP1, RHEL 4 and FC3 on IBM xSeries 305, 235 and HS20 Blades

         * Builds and boots without problems
         * Able to create funcation domains
         * Running LTP test on Dom0s and DomUs

* x86_64

      * EMT64

         * Xen builds on SLES 9 (GCC 3.3.3 SuSE Linux); however,
         * Dom0 WILL NOT BOOT on HS20 Blade Type 8843 (EMT64)
                * Bugzilla #75
                *  x86_64 - Unable to handle kernel NULL pointer
dereference at
                                       0000000000000880 RIP:

<ffffffff80116d42>{do_page_fault+370}

Regards,
Li Ge

[-- Attachment #1.2: Type: text/html, Size: 1039 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Re: Daily Xen Builds
  2005-06-27 15:30 Li Ge
@ 2005-06-27 15:35 ` Li Ge
  0 siblings, 0 replies; 381+ messages in thread
From: Li Ge @ 2005-06-27 15:35 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1.1: Type: text/plain, Size: 3546 bytes --]






Sorry, for format is kind of messed up. Resending it....

June 27, using latest xen-unstable-src.tgz from
http://www.cl.cam.ac.uk/Research/SRG/netos/xen/downloads/
(Counld not connect to BitKeeper server for pulling the latest source)

* Last ChangeSet on test systems:
      ChangeSet@1.1757, 2005-06-26 13:08:53+01:00,
kaf24@firebug.cl.cam.ac.uk
      Attached is the patch that changes the default ssid from 0xffffffff
to 0
      as discussed in previous emails.

* x86
      * SLES 9/SP1, RHEL 4 and FC3 on IBM xSeries 305, 235 and HS20 Blades
            * Builds and boots without problems
            * Able to create functional domains
            * Running LTP test suite on Dom0s and DomU
* x86_64
      * EMT64
            * Dom0 DOES NOT BOOT on **IBM HS20 Blades**
            * Xen builds on SLES 9 (GCC 3.3.3 SuSE
            Linux); however,
            * Dom0 WILL NOT BOOT on HS20 Blade Type
            8843 (EMT64)
            * Bugzilla #75
                  * x86_64 - Unable to handle kernel
                  NULL pointer dereference at
                  0000000000000880 RIP:
                  <ffffffff80116d42>{do_page_fault
                  +370}

Regards,
Li


                                                                       
             Li                                                        
             Ge/Austin/IBM@IBM                                         
             US                                                         To
             Sent by:                  xen-devel                       
             xen-devel-bounces         <xen-devel@lists.xensource.com> 
             @lists.xensource.                                          cc
             com                                                       
                                                                   Subject
                                       [Xen-devel] Daily Xen Builds    
             06/27/2005 10:30                                          
             AM                                                        
                                                                       
                                                                       
                                                                       
                                                                       




June 27, using latest xen-unstable-src.tgz from
http://www.cl.cam.ac.uk/Research/SRG/netos/xen/downloads/
(Counld not connect to BitKeeper server for pulling the latest source)

* Last ChangeSet on test systems:
ChangeSet@1.1757, 2005-06-26 13:08:53+01:00, kaf24@firebug.cl.cam.ac.uk
Attached is the patch that changes the default ssid from 0xffffffff to 0
as discussed in previous emails.

* x86
* SLES 9/SP1, RHEL 4 and FC3 on IBM xSeries 305, 235 and HS20 Blades
* Builds and boots without problems
* Able to create functional domains
* Running LTP test suite on Dom0s and DomU
* x86_64
* EMT64
* Dom0 DOES NOT BOOT on **IBM HS20 Blades**
* Xen builds on SLES 9 (GCC 3.3.3 SuSE
Linux); however,
* Dom0 WILL NOT BOOT on HS20 Blade Type
8843 (EMT64)
* Bugzilla #75
* x86_64 - Unable to handle kernel
NULL pointer dereference at
0000000000000880 RIP:
<ffffffff80116d42>{do_page_fault
+370}

Regards,
Li
_______________________________________________
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

[-- Attachment #1.1.2: Type: text/html, Size: 5240 bytes --]

[-- Attachment #1.2: graycol.gif --]
[-- Type: image/gif, Size: 105 bytes --]

[-- Attachment #1.3: pic09294.gif --]
[-- Type: image/gif, Size: 1255 bytes --]

[-- Attachment #1.4: ecblank.gif --]
[-- Type: image/gif, Size: 45 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-06-27 15:30 Li Ge
  2005-06-27 15:35 ` Li Ge
  0 siblings, 1 reply; 381+ messages in thread
From: Li Ge @ 2005-06-27 15:30 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 1470 bytes --]





June 27, using latest xen-unstable-src.tgz from
http://www.cl.cam.ac.uk/Research/SRG/netos/xen/downloads/
(Counld not connect to BitKeeper server for pulling the latest source)

     * Last ChangeSet on test systems:
             ChangeSet@1.1757, 2005-06-26 13:08:53+01:00,
kaf24@firebug.cl.cam.ac.uk
              Attached is the patch that changes the default ssid from
0xffffffff to 0
              as discussed in previous emails.

     * x86
             * SLES 9/SP1, RHEL 4 and FC3 on IBM xSeries 305, 235 and HS20
Blades
                     * Builds and boots without problems
                     * Able to create functional domains
                     * Running LTP test suite on Dom0s and DomU
     * x86_64
             * EMT64
                     * Dom0 DOES NOT BOOT on **IBM HS20 Blades**
                             * Xen builds on SLES 9 (GCC 3.3.3 SuSE
                               Linux); however,
                             * Dom0 WILL NOT BOOT on HS20 Blade Type
                               8843 (EMT64)
                                     * Bugzilla #75
                                     * x86_64 - Unable to handle kernel
                                       NULL pointer dereference at
                                       0000000000000880 RIP:
                                       <ffffffff80116d42>{do_page_fault
                                       +370}

Regards,
Li
_______________________________________________

[-- Attachment #1.2: Type: text/html, Size: 1949 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-06-24 15:32 Li Ge
  0 siblings, 0 replies; 381+ messages in thread
From: Li Ge @ 2005-06-24 15:32 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 1303 bytes --]





June 24, using latest xen-unstable BK pull
      * Last ChangeSet on test systems:
                2005/06/24 11:54:54+01:00 kaf24@firebug.cl.cam.ac.uk
                Properly remove old plan9 builder from xc header fiel and
from xend.

      * x86
              * SLES 9/SP1, RHEL 4 and FC3 on IBM xSeries 305, 235 and HS20
Blades
                      * Builds and boots without problems
                      * Able to create functional domains
                      * Running LTP test suite on Dom0s and DomU
      * x86_64
              * EMT64
                      * Dom0 DOES NOT BOOT on **IBM HS20 Blades**
                              * BUG #83 is fixed and closed.
                              * Xen builds on SLES 9 (GCC 3.3.3 SuSE
                                Linux); however,
                              * Dom0 WILL NOT BOOT on HS20 Blade Type
                                8843 (EMT64)
                                      * Bugzilla #75
                                      * x86_64 - Unable to handle kernel
                                        NULL pointer dereference at
                                        0000000000000880 RIP:
                                        <ffffffff80116d42>{do_page_fault
                                        +370}

Regards,
Li

[-- Attachment #1.2: Type: text/html, Size: 2935 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-06-23 15:28 Li Ge
  0 siblings, 0 replies; 381+ messages in thread
From: Li Ge @ 2005-06-23 15:28 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 745 bytes --]





June 23, using latest xen-unstable BK pull
      * Last ChangeSet on test systems:
                2005/06/23 13:33:22+01:00 kaf24@firebug.cl.cam.ac.uk
                This patch fixes some wrong comment in STE policy code.
      * x86
              * SLES 9/SP1, RHEL 4 and FC3 on IBM xSeries 305, 235 and
                HS20 Blades
                      * Builds and boots without problems
                      * Able to create functional domains
                      * Running LTP test suite on Dom0s and DomU
      * x86_64
              * EMT64
                      * BUILD BREAK at xc_ptrace.c
                      * SLES 9 (GCC 3.3.3 SuSE Linux)
                        Bugzilla: #83


Regards,

Li Ge
Linux Technology Center IBM

[-- Attachment #1.2: Type: text/html, Size: 1352 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-06-22 12:59 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-06-22 12:59 UTC (permalink / raw)
  To: xen-devel

June 22, using latest xen-unstable BK pull 
      * Last ChangeSet on test systems:
                2005/06/21 08:42:47+01:00 smh22@firebug.cl.cam.ac.uk
                quiet xm ssid-ref output for now - use policy tool or -l
                for details
      * x86
              * SLES 9/SP1, RHEL 4 and FC3 on IBM xSeries 305, 235,
                HS20 Blades,  and IBM ThinkCentre
                      * Builds and boots without problems
                      * Able to create functional domains
                      * Running LTP test suite on Dom0s and DomU
      * x86_64 
              * EMT64
                      * Dom0 DOES NOT BOOT on **IBM HS20 Blades**
                              * *No change from previous status*
                              * Xen builds on SLES 9 (GCC 3.3.3 SuSE
                                Linux) and FC4 (GCC 4.0); however,
                              * Dom0 WILL NOT BOOT on HS20 Blade Type
                                8843 (EMT64)
                                      * Bugzilla #75
                                      * x86_64 - Unable to handle kernel
                                        NULL pointer dereference at
                                        0000000000000880 RIP:
                                        <ffffffff80116d42>{do_page_fault
                                        +370}
                      * Puthiyaparambil, Aravindh
                        (aravindh.puthiyaparambil@unisys.com) reported
                        that "[he is] able to boot x86_64 Xen/Dom0 on
                        [his] 2-by Dell EM64T box running SLES9. [He is]
                        not able to bring up any user domains.  
              * Opteron
                      * I have a report that Xen builds and Dom0 boots
                        successfully on Opteron
                      * DomUs can be created, but unpausing or
                        destroying them causes crashes
-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* RE: Daily Xen Builds
@ 2005-06-21 18:22 Nakajima, Jun
  0 siblings, 0 replies; 381+ messages in thread
From: Nakajima, Jun @ 2005-06-21 18:22 UTC (permalink / raw)
  To: Puthiyaparambil, Aravindh, David F Barrera, xen-devel
  Cc: Subrahmanian, Raj, Davis, Jason, Vessey, Bruce A

Puthiyaparambil, Aravindh wrote:
> I am able to boot x86_64 Xen/Dom0 on my 2-by Dell EM64T box running
> SLES9. I am not able to bring up any user domains. I get the following
> error message
> 

That should be available very soon.

Jun
---
Intel Open Source Technology Center

> xenbox:~/xen/vm # xm create vm1_64 -c
> Using config file "vm1_64".
> Traceback (most recent call last):
>   File "/usr/sbin/xm", line 10, in ?
>     main.main(sys.argv)
>   File "/usr/lib64/python/xen/xm/main.py", line 901, in main
> 
>   File "/usr/lib64/python/xen/xm/main.py", line 133, in main
>     self.main_call(args)
>   File "/usr/lib64/python/xen/xm/main.py", line 151, in main_call
>     p.main(args[1:])
>   File "/usr/lib64/python/xen/xm/main.py", line 286, in main
>     create.main(args)
>   File "/usr/lib64/python/xen/xm/create.py", line 624, in main
>     config = make_config(opts, opts.vals)
>   File "/usr/lib64/python/xen/xm/create.py", line 579, in make_domain
>     try:
>   File "/usr/lib64/python/xen/xend/XendClient.py", line 192, in
> xend_domain_create
>     {'op'      : 'create',
>   File "/usr/lib64/python/xen/xend/XendClient.py", line 141, in
>     xendPost return self.client.xendPost(url, data)
>   File "/usr/lib64/python/xen/xend/XendProtocol.py", line 82, in
> xendPost
>     return self.xendRequest(url, "POST", args)
>   File "/usr/lib64/python/xen/xend/XendProtocol.py", line 153, in
> xendRequest
>     resp = conn.getresponse()
>   File "/usr/lib64/python2.3/httplib.py", line 778, in getresponse
>     response.begin()
>   File "/usr/lib64/python2.3/httplib.py", line 273, in begin
>     version, status, reason = self._read_status()
>   File "/usr/lib64/python2.3/httplib.py", line 237, in _read_status
>     raise BadStatusLine(line)
> httplib.BadStatusLine
> 
> 
> Aravindh
> 
>> -----Original Message-----
>> From: xen-devel-bounces@lists.xensource.com [mailto:xen-devel-
>> bounces@lists.xensource.com] On Behalf Of David F Barrera
>> Sent: Tuesday, June 21, 2005 9:01 AM
>> To: xen-devel
>> Subject: [Xen-devel] Daily Xen Builds
>> 
>> 
>> June 21, using latest xen-unstable BK pull
>>       * Last ChangeSet on test systems:
>>            2005/06/21 08:42:47+01:00 smh22@firebug.cl.cam.ac.uk
>>           quiet xm ssid-ref output for now - use policy tool or -l
>> for         details 
>>       * x86
>>               * SLES 9/SP1, RHEL 4 and FC3 on IBM xSeries 305, 235,
>>                 HS20 Blades, and ThinkCentre
>>                       * Builds and boots without problems
>>                       * Able to create functional domains
>>                       * Running LTP test suite on Dom0s and DomU
>>       * x86_64
>>               * EMT64 **Dom0 DOES NOT BOOT on EMT64**
>>                       * *No change from previous status*
>>                       * Xen builds on SLES 9 (GCC 3.3.3 SuSE Linux)
>>                         and FC4 (GCC 4.0); however,
>>                       * Dom0 WILL NOT BOOT on HS20 Blade Type 8843
>>                         (EMT64)
>>                               * Bugzilla #75
>>                               * x86_64 - Unable to handle kernel NULL
>>                                 pointer dereference at
>>                                 0000000000000880 RIP:
>>                                 <ffffffff80116d42>{do_page_fault+370}
>>               * Opteron
>>                       * Xen builds and Dom0 boots successfully on
>>                         Opteron
>>                       * DomUs can be created, but unpausing or
>>                         destroying them causes crashes --
>> Regards,
>> 
>> David F Barrera
>> Linux Technology Center
>> Systems and Technology Group, IBM
>> 
>> "The wisest men follow their own direction. "
>>                                                         Euripides
>> 
>> 
>> _______________________________________________
>> Xen-devel mailing list
>> Xen-devel@lists.xensource.com
>> http://lists.xensource.com/xen-devel
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 381+ messages in thread

* RE: Daily Xen Builds
@ 2005-06-21 18:17 Puthiyaparambil, Aravindh
  0 siblings, 0 replies; 381+ messages in thread
From: Puthiyaparambil, Aravindh @ 2005-06-21 18:17 UTC (permalink / raw)
  To: David F Barrera, xen-devel
  Cc: Subrahmanian, Raj, Davis, Jason, Vessey, Bruce A

I am able to boot x86_64 Xen/Dom0 on my 2-by Dell EM64T box running
SLES9. I am not able to bring up any user domains. I get the following
error message

xenbox:~/xen/vm # xm create vm1_64 -c
Using config file "vm1_64".
Traceback (most recent call last):
  File "/usr/sbin/xm", line 10, in ?
    main.main(sys.argv)
  File "/usr/lib64/python/xen/xm/main.py", line 901, in main
    
  File "/usr/lib64/python/xen/xm/main.py", line 133, in main
    self.main_call(args)
  File "/usr/lib64/python/xen/xm/main.py", line 151, in main_call
    p.main(args[1:])
  File "/usr/lib64/python/xen/xm/main.py", line 286, in main
    create.main(args)
  File "/usr/lib64/python/xen/xm/create.py", line 624, in main
    config = make_config(opts, opts.vals)
  File "/usr/lib64/python/xen/xm/create.py", line 579, in make_domain
    try:
  File "/usr/lib64/python/xen/xend/XendClient.py", line 192, in
xend_domain_create
    {'op'      : 'create',
  File "/usr/lib64/python/xen/xend/XendClient.py", line 141, in xendPost
    return self.client.xendPost(url, data)
  File "/usr/lib64/python/xen/xend/XendProtocol.py", line 82, in
xendPost
    return self.xendRequest(url, "POST", args)
  File "/usr/lib64/python/xen/xend/XendProtocol.py", line 153, in
xendRequest
    resp = conn.getresponse()
  File "/usr/lib64/python2.3/httplib.py", line 778, in getresponse
    response.begin()
  File "/usr/lib64/python2.3/httplib.py", line 273, in begin
    version, status, reason = self._read_status()
  File "/usr/lib64/python2.3/httplib.py", line 237, in _read_status
    raise BadStatusLine(line)
httplib.BadStatusLine


Aravindh

> -----Original Message-----
> From: xen-devel-bounces@lists.xensource.com [mailto:xen-devel-
> bounces@lists.xensource.com] On Behalf Of David F Barrera
> Sent: Tuesday, June 21, 2005 9:01 AM
> To: xen-devel
> Subject: [Xen-devel] Daily Xen Builds
> 
> 
> June 21, using latest xen-unstable BK pull
>       * Last ChangeSet on test systems:
>            2005/06/21 08:42:47+01:00 smh22@firebug.cl.cam.ac.uk
>           quiet xm ssid-ref output for now - use policy tool or -l for
>         details
>       * x86
>               * SLES 9/SP1, RHEL 4 and FC3 on IBM xSeries 305, 235,
HS20
>                 Blades, and ThinkCentre
>                       * Builds and boots without problems
>                       * Able to create functional domains
>                       * Running LTP test suite on Dom0s and DomU
>       * x86_64
>               * EMT64 **Dom0 DOES NOT BOOT on EMT64**
>                       * *No change from previous status*
>                       * Xen builds on SLES 9 (GCC 3.3.3 SuSE Linux)
and
>                         FC4 (GCC 4.0); however,
>                       * Dom0 WILL NOT BOOT on HS20 Blade Type 8843
>                         (EMT64)
>                               * Bugzilla #75
>                               * x86_64 - Unable to handle kernel NULL
>                                 pointer dereference at
0000000000000880
>                                 RIP:
>                                 <ffffffff80116d42>{do_page_fault+370}
>               * Opteron
>                       * Xen builds and Dom0 boots successfully on
>                         Opteron
>                       * DomUs can be created, but unpausing or
>                         destroying them causes crashes
> --
> Regards,
> 
> David F Barrera
> Linux Technology Center
> Systems and Technology Group, IBM
> 
> "The wisest men follow their own direction. "
>                                                         Euripides
> 
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-06-21 13:01 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-06-21 13:01 UTC (permalink / raw)
  To: xen-devel


June 21, using latest xen-unstable BK pull 
      * Last ChangeSet on test systems:
           2005/06/21 08:42:47+01:00 smh22@firebug.cl.cam.ac.uk
          quiet xm ssid-ref output for now - use policy tool or -l for
        details
      * x86
              * SLES 9/SP1, RHEL 4 and FC3 on IBM xSeries 305, 235, HS20
                Blades, and ThinkCentre
                      * Builds and boots without problems
                      * Able to create functional domains
                      * Running LTP test suite on Dom0s and DomU
      * x86_64 
              * EMT64 **Dom0 DOES NOT BOOT on EMT64**
                      * *No change from previous status*
                      * Xen builds on SLES 9 (GCC 3.3.3 SuSE Linux) and
                        FC4 (GCC 4.0); however,
                      * Dom0 WILL NOT BOOT on HS20 Blade Type 8843
                        (EMT64)
                              * Bugzilla #75
                              * x86_64 - Unable to handle kernel NULL
                                pointer dereference at 0000000000000880
                                RIP:
                                <ffffffff80116d42>{do_page_fault+370}
              * Opteron
                      * Xen builds and Dom0 boots successfully on
                        Opteron
                      * DomUs can be created, but unpausing or
                        destroying them causes crashes
-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-06-20 14:58 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-06-20 14:58 UTC (permalink / raw)
  To: xen-devel


June 20, using latest xen-unstable BK pull 
      * Last ChangeSet on test systems:
          2005/06/19 18:05:55+01:00 kaf24@firebug.cl.cam.ac.uk
          Extend the xen_version hypercall to return extraversion and
        compile
          info.
          Signed-off-by: Nguyen Anh Quynh <aquynh@gmail.com>
          Signed-off-by: Keir Fraser <keir@xensource.com>
      * x86
              * SLES 9/SP1, RHEL 4 and FC3 on IBM xSeries 305, 235,  and
                IBM ThinkCentre
                      * Builds and boots without problems
                      * Able to create functional domains
                      * Running LTP test suite on Dom0s and DomU
      * x86_64 
              * EMT64 
                      * **Dom0 WILL NOT BOOT on EMT64**
                      * *No change from previous status*
                      * Xen builds on SLES 9 (GCC 3.3.3 SuSE Linux) and
                        FC4 (GCC 4.0); however,
                      * Dom0 WILL NOT BOOT on HS20 Blade Type 8843
                        (EMT64)
                              * Bugzilla #75
                              * x86_64 - Unable to handle kernel NULL
                                pointer dereference at 0000000000000880
                                RIP:
                                <ffffffff80116d42>{do_page_fault+370}
              * Opteron
                      * Feedback from Scott Parish and others is that
                        Xen builds and Dom0 boots successfully on
                        Opteron
                      * linux 2.6.11 boots on dom0
                      * DomUs can be created, but unpausing or
                        destroying them causes crashes
                           (Scott Parish's patch from yesterday
                        addressed some of this) 


-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-06-17 14:33 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-06-17 14:33 UTC (permalink / raw)
  To: xen-devel


June 17, using latest xen-unstable BK pull 
      * Last ChangeSet on test systems (*Yes, same change set as
        yesterday)
          2005/06/16 02:47:29+01:00 kaf24@firebug.cl.cam.ac.uk
          serial.c: Fix serial_getc locking.
      * x86
              * SLES 9/SP1, RHEL 4 and FC3 on IBM xSeries 305, 235,  and
                IBM ThinkCentre
                      * Builds and boots without problems
                      * Able to create functional domains
                      * Running LTP test suite on Dom0s and DomU
      * x86_64 
              * EMT64 
                      * **Dom0 WILL NOT BOOT on EMT64**
                      * *No change from previous status*
                      * Xen builds on SLES 9 (GCC 3.3.3 SuSE Linux) and
                        FC4 (GCC 4.0); however,
                      * Dom0 WILL NOT BOOT on HS20 Blade Type 8843
                        (EMT64)
                              * Bugzilla #75
                              * x86_64 - Unable to handle kernel NULL
                                pointer dereference at 0000000000000880
                                RIP:
                                <ffffffff80116d42>{do_page_fault+370}
              * Opteron
                      * I have received information that Xen builds and
                        Dom0 boots successfully on Opteron


-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-06-16 15:12 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-06-16 15:12 UTC (permalink / raw)
  To: xen-devel

June 16, using latest xen-unstable BK pull 
      * Last ChangeSet on test systems
          2005/06/16 02:47:29+01:00 kaf24@firebug.cl.cam.ac.uk
          serial.c: Fix serial_getc locking.
      * x86
              * SLES 9/SP1, RHEL 4 and FC3 on IBM xSeries 305, 235,  and
                IBM ThinkCentre
                      * Builds and boots without problems
                      * Able to create functional domains
                      * Running LTP test suite on Dom0s and DomU
              * Issue:
                      * Lost network when xend started 
                      * Added notes to Bugzilla #62
                      * Seeing this problem every now and then, but not
                        predictably
      * x86_64 
              * EMT64 
                      * **Dom0 WILL NOT BOOT on EMT64**
                      * *No change from previous status*
                      * Xen builds on SLES 9 (GCC 3.3.3 SuSE Linux) and
                        FC4 (GCC 4.0); however,
                      * Dom0 WILL NOT BOOT on HS20 Blade Type 8843
                        (EMT64)
                              * Bugzilla #75
                              * x86_64 - Unable to handle kernel NULL
                                pointer dereference at 0000000000000880
                                RIP:
                                <ffffffff80116d42>{do_page_fault+370}
              * Opteron
                      * I have received information that Xen builds and
                        Dom0 boots successfully on Opteron


-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-06-15 15:29 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-06-15 15:29 UTC (permalink / raw)
  To: xen-devel


June 15, using latest xen-unstable BK pull 
      * Last ChangeSet on test systems
          2005/06/14 20:30:50+01:00 chrisw@osdl.org
          [PATCH] x86_64 entry.S cleanup - take 3
      * x86
              * SLES 9/SP1, RHEL 4 and FC3 on IBM xSeries 305, 235,  and
                IBM ThinkCentre
                      * Builds and boots without problems
                      * Able to create functional domains
                      * Running LTP test suite on Dom0s and DomU
              * Issue:
                      * Lost network again when xend started on a SLES 9
                        system
                      * Added notes to Bugzilla #62
                      * Seeing this problem every now and then, but not
                        predictably
      * x86_64 - **Dom0 WILL NOT BOOT on EMT64**
              * Xen builds on SLES 9 (GCC 3.3.3 SuSE Linux) and FC4 (GCC
                4.0); however,
              * Dom0 WILL NOT BOOT on HS20 Blade Type 8843 (EMT64)
                      * Bugzilla #75
                      * x86_64 - Unable to handle kernel NULL pointer
                        dereference at 0000000000000880 RIP:
                        <ffffffff80116d42>{do_page_fault+370}
              * I have information that Dom0 boots successfully on
                Opteron


-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-06-14 15:52 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-06-14 15:52 UTC (permalink / raw)
  To: xen-devel



June 14, using latest xen-unstable BK pull 
      * Last ChangeSet on x86 test systems
          2005/06/14 14:06:33+01:00 arun.sharma@intel.com
          [PATCH] 64-session-id.patch
          session_id is an opaque pointer, so should be wider on 64 bit
        platforms.
          Signed-off-by: Kevin Tian <kevin.tian@intel.com>
          Signed-off-by: Arun Sharma <arun.sharma@intel.com>
      * x86
              * SLES 9/SP1, RHEL 4 and FC3 on IBM xSeries 305, 235,  and
                IBM ThinkCentre
                      * Builds and boots without problems
                      * Able to create functional domains
                      * Running LTP test suite on Dom0s and DomUs

      * x86_64 - **Dom0 WILL NOT BOOT on HS20 Blade Type 8843 (EMT64)

              * Xen builds on SLES 9 (GCC 3.3.3 SuSE Linux) and FC4 (GCC
                4.0); however,
              * Dom0 WILL NOT BOOT on HS20 Blade Type 8843 (EMT64)
                      * Bugzilla #75
                      * x86_64 - Unable to handle kernel NULL pointer
                        dereference at 0000000000000880 RIP:
                        <ffffffff80116d62>{do_page_fault+370}


-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-06-13 13:56 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-06-13 13:56 UTC (permalink / raw)
  To: xen-devel


June 13, using latest xen-unstable BK source 
      * Last ChangeSet on x86 test systems
          2005/06/10 20:05:06+01:00 arun.sharma@intel.com
          [PATCH] fix-trace-y.patch
          Fix trace=y builds.
          Signed-off-by: Arun Sharma <arun.sharma@intel.com>
      * x86
              * SLES 9/SP1, RHEL 4 and FC3 on IBM xSeries 305, 235, HS20
                Blade and ThinkCentre
                      * Builds and boots without problems
                      * Able to create functional domains
                      * Running LTP test suite on Dom0s and DomUs
      * x86_64
              * Xen builds on SLES 9 (GCC 3.3.3 SuSE Linux) and FC4 (GCC
                4.0); however,
              * Dom0 WILL NOT BOOT on HS20 Blade Type 8843 (EMT64)
                      * Bugzilla #75
                      * x86_64 - Unable to handle kernel NULL pointer
                        dereference at 0000000000000880 RIP:
                        <ffffffff80116d62>{do_page_fault+370}


-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* RE: Daily Xen Builds
  2005-06-10 17:09 Nakajima, Jun
@ 2005-06-10 20:30 ` David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-06-10 20:30 UTC (permalink / raw)
  To: xen-devel

On Fri, 2005-06-10 at 10:09 -0700, Nakajima, Jun wrote:
> I cannot reproduce the dom0 failure with the latest BK. Can you try that
> (instead of the nightly build?)
Actually, I was using the latest BK when I sent out the report. But I
went ahead and pull the latest this afternoon and tried it, getting the
same error.

(ChangeSet
  2005/06/10 17:41:03+01:00 kaf24@firebug.cl.cam.ac.uk
  Fix NULL-handler check when propagating faults to guest kernels.
  Signed-off-by: Keir Fraser <keir@xensource.com>)

Here's a more complete log:

kernel (hd0,0)/boot/xen.gz  dom0_mem=256000 com2=19200,8n1
console=vga,com2[01;77Hnor
eboot
   [Multiboot-elf, <0x100000:0x5e358:0x22ca8>, shtab=0x181078,
entry=0x100000]
module (hd0,0)/boot/vmlinuz-2.6-xen0 root=/dev/sda6 ro console=tty0
   [Multiboot-module @ 0x182000, 0x67e5f0 bytes]
module (hd0,0)/initrd-2.6.11.11-xen0

 __  __            _____  ___         _                _
 \ \/ /___ _ __   |___ / / _ \     __| | _____   _____| |
  \  // _ \ '_ \    |_ \| | | |__ / _` |/ _ \ \ / / _ \ |
  /  \  __/ | | |  ___) | |_| |__| (_| |  __/\ V /  __/ |
 /_/\_\___|_| |_| |____(_)___/    \__,_|\___| \_/ \___|_|

 http://www.cl.cam.ac.uk/netos/xen
 University of Cambridge Computer Laboratory

 Xen version 3.0-devel (root@ltc.austin.ibm.com) (gcc version 3.3.3
(SuSE Linux)) Fri Jun 10 13:35:18 CDT 2005
 Latest ChangeSet: information unavailable

(XEN) Physical RAM map:
(XEN)  0000000000000000 - 000000000009d400 (usable)
(XEN)  000000000009d400 - 00000000000a0000 (reserved)
(XEN)  00000000000e0000 - 0000000000100000 (reserved)
(XEN)  0000000000100000 - 000000003ffbe680 (usable)
(XEN)  000000003ffbe680 - 000000003ffd0000 (ACPI data)
(XEN)  000000003ffd0000 - 0000000040000000 (reserved)
(XEN)  00000000fec00000 - 0000000100000000 (reserved)
(XEN) Syst$%  5MI    1\uffff%   5\uffff\uffff\u1659\uffff\uffff\uffff
\uffff
                                         (XEN) ACPI: MADT (v001 IBM
SERBLADE 0x00001000 IBM  0x45444f43) @ 0x000000003ffcfe00
(XEN) ACPI: MCFG (v001 IBM    SERBLADE 0x00001000 IBM  0x45444f43) @
0x000000003ffcfdc0
(XEN) ACPI: DSDT (v001 IBM    SERBLADE 0x00001000 INTL 0x02002025) @
0x0000000000000000
(XEN) ACPI: Local APIC address 0xfee00000
(XEN) ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
(XEN) Processor #0 15:4 APIC version 20
(XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x06] enabled)
(XY:\u0365}\uffff\uffff\u0355muXEN) IOAPIC[0]: apic_id 14, version 32,
address 0xfec00000, GSI 0-23
(XEN) ACPI: IOAPIC (id[0x0d] address[0xfec10000] gsi_base[24])
(XEN) IOAPIC[1]: apic_id 13, version 32, address 0xfec10000, GSI 24-47
(XEN) ACPI: IOAPIC (id[0x0c] address[0xfec81000] gsi_base[48])
(XEN) IOAPIC[2]: apic_id 12, version 32, address 0xfec81000, GSI 48-71
(XEN) ACPI: IOAPIC (id[0x0b] address[0xfec81400] gsi_base[72])
(XEN) IOAPIC[3]: apic_id 11, version 32, address 0xfec81400, GSI 72-95
(XEN) ACP\u037d\uffffXEN) Using scheduler: Borrowed Virtual Time (bvt)
(XEN) CPU: Trace cache: 12K uops, L1 D cache: 16K
(XEN) CPU: L2 cache: 1024K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU0: Intel(R) Xeon(TM) CPU 3.60GHz stepping 01
(XEN) Booting processor 1/1 eip 90000
(XEN) Initializing CPU#1
(XEN) CPU: Trace cache: 12K uops, L1 D cache: 16K
(XEN) CPU: L2 cache: 1024K
(XEN) CPU: Physical Processor ID: 0
(XEN) CPU1: Intel(R) Xeon(TM) CPU 3.60GHz stepping 01
(XEN) Booting processor 2/6 eip 90000S*$W\uffff\uffff\uffff\uffff\uffff
\uffff\uffff\uffffXEN) checking TSC synchronization across 4 CPUs:
passed.
(XEN) Time init:
(XEN) .... cpu_freq:    00000000:D698273C
(XEN) .... scale:       00000001:1C6BCBD9
(XEN) .... Wall Clock:  1118435223s 160000us
(XEN) Brought up 4 CPUs
(XEN) mtrr: v2.0 (20020519)
(XEN) *** LOADING DOMAIN 0 ***
(XEN) Xen-ELF header found:
'GUEST_OS=linux,GUEST_VER=2.6,XEN_VER=3.0,VIRT_BASE=0xffffffff80100000,LOADER=generic'
(XEN) PHYSICAL MEMORY ARRANGEMENT:
(XEN)  Dom0 alloc.:   0000000008000000->0000000010000000 (31232 pages to
be allocated)
(XEN) VIRTUAL MEMORY ARRANGEMENT:
(XEN)  Loaded kernel: ffffffff80100000->ffffffff80578086
(XEN)  Init. ramdisk: ffffffff80579000->ffffffff80579000
(XEN)  Phys-Mach map: ffffffff80579000->ffffffff805b7800
(XEN)  Page tables:   ffffffff805b8000->ffffffff805bf000
(XEN)  Start info:    ffffffff805bf000->ffffffff805c0000
(XEN)  Boot stack:    ffffffff805c0000->ffffffff805c1000
(XEN)  TOTAL:         ffffffff80000000->ffffffff80800000
(XEN)  ENTRY ADDRESS: ffffffff80100000
(XEN) Scrubbing Free RAM: ...........done.
(XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch
input to Xen).
Linux version 2.6.11.11-xen0 (root@bl2-1) (gcc version 3.3.3 (SuSE
Linux)) #1 Fri Jun 10 13:41:41 CDT 2005
kernel direct mapping tables upto ffff88000fa00000 @ 800000-87f000
Registering memory for bootmem: from  a00000, size = f000000
No mptable found.
arch/xen/x86_64/mm/init.c:336: bad pte ffff88000136eec8
(0000055555555067).
arch/xen/x86_64/mm/init.c:336: bad pte ffff88000136eec8
(0000055555555067).
arch/xen/x86_64/mm/init.c:336: bad pte ffff88000136eec8
(0000055555555067).
arch/xen/x86_64/mm/init.c:336: bad pte ffff88000136eec8
(0000055555555067).
arch/xen/x86_64/mm/init.c:336: bad pte ffff88000136eec8
(0000055555555067).
arch/xen/x86_64/mm/init.c:336: bad pte ffff88000136eec8
(0000055555555067).
arch/xen/x86_64/mm/init.c:336: bad pte ffff88000136eec8
(0000055555555067).
arch/xen/x86_64/mm/init.c:336: bad pte ffff88000136eec8(000
\uffff\uffff\u037d\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffffY
\uffff\uffff\uffff\uffff\uffff\u5345\uffff\uffff\uffff\uffff\uffff\u0361
\u0445\uffff\uffff\uffff\uffff\uffff\uffff\u0265\uffff\u037d\u0251\uffff
\u0249\uffff\u0455\uffff%\uffff\uffff\uffff\uffff\uffff\uffff\uffff
\uffff\uffff\uffff\uffff\u0361\u0445\uffff\uffff\uffff\uffff\uffff\uffff
\u0265\uffff\u037d\u0251\uffff\u0249\uffff\u0455\uffff5\uffff\uffff
\uffff\uffff\u5b6d\uffff\u0645\uffff\uffff\uffff\uffff\uffff\uffff\uffff
\uffff\uffff\u0279\uffff\uffff\uffff\uffff\uffff\uffff\uffff\u0255\u0355
\uffff\u0655\uffff\uffff\uffff\uffff\u0445\uffff\uffff\uffff\uffff
\uffff5\uffff\u0579\u044d\uffff\uffff\uffff\uffff\uffff\uffff\u0361
\u0445\uffff%\uffff\uffff\u0455\uffff\uffff\uffff\uffff\uffff\u0345
\u0255\uffff\uffff\uffff\uffff\uffff\uffff\uffff\uffff\u027d\uffff\u0455
\uffff\uffff\uffff\u047d\uffff\uffff\u0465\uffff\uffff\uffff\uffff\uffff
%\uffff\u0461\uffff\u034d\uffff\uffff\u0355\u0345\uffff\uffff\u0665
\uffff\uffff\u047d\uffff\u047d\uffff\u077d\u026d\uffff\uffff\uffff\uffff
\u0465\uffff\uffff\u027d\uffff\uffff\uffff\uffff\u5255\uffff\uffff\uffff
\u0355\u0461\uffff\uffff\u0265\u0655\u0259\uffff\uffff\uffff\uffff\uffff
\u047d\uffff\uffff\uffff\uffff\uffff\uffff\uffff}\uffff\uffff\uffff
\uffff\uffff\uffff}\uffff\uffff\u0665\uffff\uffff\u0345\u0455\uffff
\uffff\uffff\u0245\uffff\uffff\u077d\u026d\uffff\u027d\u0579\uffff\u0461
\uffff\uffff\uffff\uffff\u027d\uffff\u0455\uffff\uffff\u0145\u025d\u0575
\uffff\uffff\uffff\u0255\uffff\u047d\u0255\uffff\u0461\uffff\uffff\uffff
\uffff\uffff\uffff\uffff\uffff\u0665\uffff\uffff%\uffff\u0461\uffff
\u0345\u025d\u0575\uffff\uffff\u0475\uffff\uffff\uffff\uffff\u0461\uffff
\uffff\uffff\u0665\uffff\uffff\u077d\u026d\uffff\uffff\uffff\uffff\uffff
\uffff\uffff\uffff\uffff\u0355\uffff\uffff\uffff\uffff\uffff\u0461\uffff
\uffff\uffff\uffff\uffff\uffff\u047d\uffff\uffff\uffff\uffff\uffff\uffff
\u047d\uffff\uffff\uffff\u0279\uffff\uffff\uffff\uffff\uffff\uffff\uffff
\uffff\uffff\uffff\uffff\uffff\u037d%\uffff\uffff\uffff\uffff\uffff
\uffff\u0461\uffff\uffff\u0265\u0655\u0461\uffff\u0345\u025d\u0575\uffff
\uffff\u0475\uffff\uffff\uffff\uffff\u0461\uffff\uffff\uffffQI\u0761
\uffff\uffff\uffff\uffff\uffff\uffff\u0465\uffff\uffff\uffff\u9979\uffff
\uffff\uffff\uffff\u034d\uffff\uffff\uffff\u0571\uffff\u0279\uffff\uffff
\uffff\u0255\uffff\uffff\uffff\u0455\u0255\uffff\uffff\uffff\u034d\uffff
\uffff\uffff\u0571\uffff\u0245\uffff\u0465\uffff\uffff\uffff\uffff\u047d
\uffff\uffff\u0255\uffff\uffff\uffff\u0455\u0255\uffff\uffff\uffff\u034d
\uffff\uffff\uffff\u0571\uffff\u0251\uffff\uffff\uffff\uffff\uffff\uffff
\uffff\u0255floppy0: no floppy controllers found
RAMDISK driver initialized: 16 RAM disks of 16384K size 1024 blocksize
loop: loaded (max 8 devices)
HP CISS Driver (v 2.6.4)
Intel(R) PRO/1000 Network Driver - version 5.6.10.1-k2
Copyright (c) 1999-2004 Intel Corporation.
pcnet32.c:v1.30i 06.28.2004 tsbogend@alpha.franken.de
e100: Intel(R) PRO/100 Network Driver, 3.3.6-k2-NAPI
e100: Copyright(c) 1999-2004 Intel Corporation
tg3.c:v3.23 (February 15, 2005)
ACPI: PCI interrupt 0000:05:01.0[A] -> GSI 77 (level, low) -> IRQ 77
Unable to handle kernel NULL pointer dereference at 0000000000000880
RIP:
<ffffffff80116d62>{do_page_fault+370}
Unable to handle kernel NULL pointer dereference at 0000000000000000
RIP:
<ffffffff8011685f>{dump_pagetable+47}
Unable to handle kernel NULL pointer dereference at 0000000000000000
RIP:
<ffffffff8011685f>{dump_pagetable+47}
Unable to handle kernel NULL pointer dereference at 0000000000000000
RIP:
<ffffffff8011685f>{dump_pagetable+47}
Unable to handle kernel NULL pointer dereference at 0000000000000000
RIP:
<ffffffff8011685f>{dump_pagetable+47}

>>>>> At this point, it is just endlessly displaying what appears to be
the same error...

> 
> Jun
> ---
> Intel Open Source Technology Center
> 
> David F Barrera wrote:
> > June 10, using latest xen-unstable BK pull
> >       * Last ChangeSet on x86 test systems
> >           2005/06/10 10:34:30+01:00 kaf24@firebug.cl.cam.ac.uk
> >           user -> kernel syscall path must enable interrupts after
> >         all, since
> >           it calls create_bounce_frame which can potentially fault.
> >         Thus we must
> >           also test_all_events.
> >           Signed-off-by: Keir Fraser <keir@xensource.com>
> >               * Updated for the x86_64 machines to pick up GCC 4.0
> >                 compile fixes
> >                       * ChangeSet
> >                           2005/06/10 14:49:33+01:00
> >                         kaf24@firebug.cl.cam.ac.uk
> >                           Some functions of xenstore library dont have
> >                         xs_ as prefix. This patch
> >                           fixes the problem.
> >                           Signed-off-by: Nguyen Anh Quynh
> >                         <aquynh@gmail.com>
> >       * x86
> >               * SLES 9/SP1, RHEL 4 and FC3 on IBM xSeries 305, 235,
> >                 HS20 Blade and ThinkCentre
> >                       * Builds and boots without problems
> >                       * Able to create functional domains
> >                       * Running LTP test suite on Dom0s and DomUs
> >       * x86_64 - Dom0 WILL NOT BOOT
> >               * Xen builds on SLES 9 (GCC 3.3.3 SuSE Linux) and FC4
> > (GCC 
> >                 4.0); however,
> >               * Dom0 WILL NOT BOOT on HS20 Blade Type 8843 (EMT64)
> >                       * Bugzilla #75
> >                       * x86_64 - Unable to handle kernel NULL pointer
> >                         dereference at 0000000000000880 RIP:
> >                         <ffffffff80116d62>{do_page_fault+370}
> 
> 
> 
> 
-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* RE: Daily Xen Builds
@ 2005-06-10 17:09 Nakajima, Jun
  2005-06-10 20:30 ` David F Barrera
  0 siblings, 1 reply; 381+ messages in thread
From: Nakajima, Jun @ 2005-06-10 17:09 UTC (permalink / raw)
  To: David F Barrera, xen-devel

I cannot reproduce the dom0 failure with the latest BK. Can you try that
(instead of the nightly build?)

Jun
---
Intel Open Source Technology Center

David F Barrera wrote:
> June 10, using latest xen-unstable BK pull
>       * Last ChangeSet on x86 test systems
>           2005/06/10 10:34:30+01:00 kaf24@firebug.cl.cam.ac.uk
>           user -> kernel syscall path must enable interrupts after
>         all, since
>           it calls create_bounce_frame which can potentially fault.
>         Thus we must
>           also test_all_events.
>           Signed-off-by: Keir Fraser <keir@xensource.com>
>               * Updated for the x86_64 machines to pick up GCC 4.0
>                 compile fixes
>                       * ChangeSet
>                           2005/06/10 14:49:33+01:00
>                         kaf24@firebug.cl.cam.ac.uk
>                           Some functions of xenstore library dont have
>                         xs_ as prefix. This patch
>                           fixes the problem.
>                           Signed-off-by: Nguyen Anh Quynh
>                         <aquynh@gmail.com>
>       * x86
>               * SLES 9/SP1, RHEL 4 and FC3 on IBM xSeries 305, 235,
>                 HS20 Blade and ThinkCentre
>                       * Builds and boots without problems
>                       * Able to create functional domains
>                       * Running LTP test suite on Dom0s and DomUs
>       * x86_64 - Dom0 WILL NOT BOOT
>               * Xen builds on SLES 9 (GCC 3.3.3 SuSE Linux) and FC4
> (GCC 
>                 4.0); however,
>               * Dom0 WILL NOT BOOT on HS20 Blade Type 8843 (EMT64)
>                       * Bugzilla #75
>                       * x86_64 - Unable to handle kernel NULL pointer
>                         dereference at 0000000000000880 RIP:
>                         <ffffffff80116d62>{do_page_fault+370}

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-06-10 14:50 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-06-10 14:50 UTC (permalink / raw)
  To: xen-devel

June 10, using latest xen-unstable BK pull 
      * Last ChangeSet on x86 test systems
          2005/06/10 10:34:30+01:00 kaf24@firebug.cl.cam.ac.uk
          user -> kernel syscall path must enable interrupts after all,
        since
          it calls create_bounce_frame which can potentially fault. Thus
        we must
          also test_all_events.
          Signed-off-by: Keir Fraser <keir@xensource.com>
              * Updated for the x86_64 machines to pick up GCC 4.0
                compile fixes
                      * ChangeSet
                          2005/06/10 14:49:33+01:00
                        kaf24@firebug.cl.cam.ac.uk
                          Some functions of xenstore library dont have
                        xs_ as prefix. This patch
                          fixes the problem.
                          Signed-off-by: Nguyen Anh Quynh
                        <aquynh@gmail.com>
      * x86
              * SLES 9/SP1, RHEL 4 and FC3 on IBM xSeries 305, 235, HS20
                Blade and ThinkCentre
                      * Builds and boots without problems
                      * Able to create functional domains
                      * Running LTP test suite on Dom0s and DomUs
      * x86_64 - Dom0 WILL NOT BOOT
              * Xen builds on SLES 9 (GCC 3.3.3 SuSE Linux) and FC4 (GCC
                4.0); however,
              * Dom0 WILL NOT BOOT on HS20 Blade Type 8843 (EMT64)
                      * Bugzilla #75
                      * x86_64 - Unable to handle kernel NULL pointer
                        dereference at 0000000000000880 RIP:
                        <ffffffff80116d62>{do_page_fault+370}



-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-06-09 14:31 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-06-09 14:31 UTC (permalink / raw)
  To: xen-devel


June 9, using latest xen-unstable BK pull 
      * ChangeSet
          2005/06/09 08:50:00+01:00 kaf24@firebug.cl.cam.ac.uk
          Move vmxloader to /usr/lib/xen/boot/.
          Signed-off-by: Keir Fraser <keir@xensource.com>
      * x86
              * SLES 9/SP1, RHEL 4 and FC3 on IBM xSeries 305, 235, HS20
                Blade and ThinkCentre
                      * Builds and boots without problems
                      * Able to create functional domains
                      * Running LTP test suite on Dom0s and DomUs
              * Issue:
                      * Losing network when xend started
                      * Reopened Bugzilla #62
                      * Not able to consistently reproduce
      * x86_64
              * Xen builds on SLES 9 (GCC 3.3.3 SuSE Linux) and FC4 (GCC
                4.0)
              * Dom0 boots WITH Scott Parish's predicate-nx patch only;
                otherwise,
              * Dom0 WILL NOT BOOT on HS20 Blade Type 8843 (EMT64)
                      * **No change**
                      * Kernel BUG at hypervisor:53
                      * Seeing this problem on SLES 9 platform
                      * Bugzilla #66


-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-06-08 14:11 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-06-08 14:11 UTC (permalink / raw)
  To: xen-devel


June 8, using latest xen-unstable BK pull 
      * Last ChangeSet
          2005/06/08 12:39:13+01:00 kaf24@firebug.cl.cam.ac.uk
          Integrate virtual firmware into the tools build system.
          Signed-off-by: Keir Fraser <keir@xensource.com>
      * x86
              * SLES 9/SP1, RHEL 4 and FC3 on IBM xSeries 305, 235, HS20
                Blade and ThinkCentre
                      * Builds and boots without problems
                      * Able to create functional domains
                      * Running LTP test suite on Dom0s and DomUs
      * x86_64
              * GCC 4.0 BUILD BREAK  (FC4 Platform)
                      * GCC 4.0 Build break
                      * Bugzilla #73
              * Dom0 WILL NOT BOOT on SLES 9 -  HS20 Blade Type 8843
                (EMT64)
                      * **No change**
                      * Kernel BUG at hypervisor:53
                      * Seeing this problem on SLES 9 platform
                      * Bugzilla #66

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-06-07 14:24 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-06-07 14:24 UTC (permalink / raw)
  To: xen-devel


June 7, using latest xen-unstable BK pull 
      * ChangeSet
          2005/06/07 12:46:09+01:00 kaf24@firebug.cl.cam.ac.uk
          Clean up the domain_page.h interfaces...
          Signed-off-by: Keir Fraser <keir@xensource.com>
      * x86
              * SLES 9/SP1, RHEL 4 and FC3 on IBM xSeries 305, 235, HS20
                Blade and ThinkCentre
                      * Builds and boots without problems
                      * Able to create functional domains
                      * Running LTP test suite on Dom0 and DomU
      * x86_64
              * BUILD BREAK on FC4 Platform
                      * In function ‘rem_ac_timer’:
                      * Opened Bugzilla #73
              * Dom0 WILL NOT BOOT on SLES 9 -  HS20 Blade Type 8843
                (EMT64)
                      * **No change**
                      * Kernel BUG at hypervisor:53
                      * Seeing this problem on both SLES 9 and FC4
                        platforms
                      * Bugzilla #66

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* RE: Daily Xen Builds
@ 2005-06-06 16:32 Nakajima, Jun
  0 siblings, 0 replies; 381+ messages in thread
From: Nakajima, Jun @ 2005-06-06 16:32 UTC (permalink / raw)
  To: David F Barrera, Ian Pratt; +Cc: xen-devel

David F Barrera wrote:
> On Mon, 2005-06-06 at 15:20 +0100, Ian Pratt wrote:
>>>               * x86_64
>>>                       * Dom0 WILL NOT BOOT -  HS20 Blade Type 8843
>>>                         (EMT64)
>>>                               * **No change from last week**
>>>                               * Kernel BUG at hypervisor:53
>>>                               * Seeing this problem on both SLES 9
>>>                                 and FC4 platforms
>>>                               * Bugzilla #66
>> 
>> Has your blade got >4GB of ram? Can you try booting with mem=3G on
>> the Xen command line (please check syntax)
>> 
> No, this blade has only 1GB of RAM.
> 

As far as I looked at the trace, it's coming from Broadcom Tigon3
driver.
Call Trace:<ffffffff80113de2>{dma_alloc_coherent+1074}
<ffffffff8052aaaf>{tg3_init_one+6783}
       <ffffffff801221fb>{__do_softirq+107}
<ffffffff8012229d>{do_softirq+61}
       <ffffffff8010dcd1>{do_hypervisor_callback+17}
<ffffffff8020a1a1>{pci_device_probe+113}
       <ffffffff80242cdd>{driver_probe_device+77}g: Attempted to kill
init!

I suspect dma_alloc_coherent. I'll work with David on this.

>> Thanks,
>> Ian
>> 

Jun
---
Intel Open Source Technology Center

^ permalink raw reply	[flat|nested] 381+ messages in thread

* RE: Daily Xen Builds
  2005-06-06 14:20 Ian Pratt
@ 2005-06-06 14:38 ` David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-06-06 14:38 UTC (permalink / raw)
  To: Ian Pratt; +Cc: xen-devel

On Mon, 2005-06-06 at 15:20 +0100, Ian Pratt wrote:
> >               * x86_64
> >                       * Dom0 WILL NOT BOOT -  HS20 Blade Type 8843
> >                         (EMT64)
> >                               * **No change from last week**
> >                               * Kernel BUG at hypervisor:53
> >                               * Seeing this problem on both SLES 9 and
> >                                 FC4 platforms
> >                               * Bugzilla #66
> 
> Has your blade got >4GB of ram? Can you try booting with mem=3G on the
> Xen command line (please check syntax)
> 
No, this blade has only 1GB of RAM. 

> Thanks,
> Ian
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
> 
-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* RE: Daily Xen Builds
@ 2005-06-06 14:20 Ian Pratt
  2005-06-06 14:38 ` David F Barrera
  0 siblings, 1 reply; 381+ messages in thread
From: Ian Pratt @ 2005-06-06 14:20 UTC (permalink / raw)
  To: David F Barrera, xen-devel


>               * x86_64
>                       * Dom0 WILL NOT BOOT -  HS20 Blade Type 8843
>                         (EMT64)
>                               * **No change from last week**
>                               * Kernel BUG at hypervisor:53
>                               * Seeing this problem on both SLES 9 and
>                                 FC4 platforms
>                               * Bugzilla #66

Has your blade got >4GB of ram? Can you try booting with mem=3G on the
Xen command line (please check syntax)

Thanks,
Ian

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-06-06 14:13 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-06-06 14:13 UTC (permalink / raw)
  To: xen-devel


June 6, using latest xen-unstable BK pull 
              * ChangeSet
                  2005/06/06 11:52:53+01:00 kaf24@firebug.cl.cam.ac.uk
                  Merge x86/32 and x86/64 usercopy routines.
                  Signed-off-by: Keir Fraser <keir@xensource.com>
              * x86
                      * SLES 9/SP1, RHEL 4 and FC3 on IBM xSeries 305,
                        235, HS20 Blade and ThinkCentre
                              * Builds and boots without problems
                              * Able to create functional domains
                              * Running LTP test suite on Dom0 and DomU
              * x86_64
                      * Dom0 WILL NOT BOOT -  HS20 Blade Type 8843
                        (EMT64)
                              * **No change from last week**
                              * Kernel BUG at hypervisor:53
                              * Seeing this problem on both SLES 9 and
                                FC4 platforms
                              * Bugzilla #66


-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-06-03 15:26 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-06-03 15:26 UTC (permalink / raw)
  To: xen-devel

June 2, using latest xen-unstable BK pull 
              * ChangeSet 2005/06/03 14:59:33+01:00 
              * x86
                      * SLES 9/SP1, RHEL 4 and FC3 on IBM xSeries 305,
                        235, HS20 Blade and ThinkCentre
                              * Builds and boots without problems
                              * Able to create functional domains
              * x86_64
                      * Dom0 WILL NOT BOOT on HS20 Blades Type 8843
                        (EMT64)
                              * Kernel BUG at hypervisor:53
                              * Seeing this problem on both SLES 9 and
                                FC4 platforms
                              * Opened Bugzilla #66

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-06-02 14:45 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-06-02 14:45 UTC (permalink / raw)
  To: xen-devel

June 2, using latest xen-unstable BK pull
              * x86
                      * SLES 9/SP1, RHEL 4 and FC3 on IBM xSeries 305,
                        235, and ThinkCentre
                              * Builds and boots without problems
                              * Able to create functional domains
                      * DomU WILL NOT BOOT on HS20 with FC3
                              * (XEN) BUG at domain.c:170 when creating
                                new domain
                              * Opened Bugzilla #67
              * x86_64
                      * Dom0 WILL NOT BOOT -  HS20 Blade Type 8843
                        (EMT64)
                              * Kernel BUG at hypervisor:53
                              * Seeing this problem on both SLES 9 and
                                FC4 platforms
                              * Opened Bugzilla #66
-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-06-01 14:59 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-06-01 14:59 UTC (permalink / raw)
  To: xen-devel List


June 1, using latest xen-unstable BK pull
              * x86
                      * SLES 9/SP1, RHEL 4 and FC3 on IBM xSeries 305,
                        235, HS20(x86) and ThinkCentre
                              * Builds and boots without problems
                              * Able to create functional domains
              * x86_64
                      * Dom0 WILL NOT BOOT -  HS20 Blade Type 8843
                        (EMT64)
                              * Kernel BUG at hypervisor:53
                              * Opened Bugzilla #66 


-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-05-31 15:57 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-05-31 15:57 UTC (permalink / raw)
  To: xen-devel


May 31, using latest xen-unstable BK pull
              * x86
                      * SLES 9/SP1, RHEL 4 and FC3 on IBM xSeries 305,
                        235, HS20(x86) and ThinkCentre
                              * Builds and boots without problems
                              * Able to create functional domains
                      * IF using latest xen-unstable-src.tgz
                              * Will not boot - (XEN) Unknown interrupt
                              * Problem has been corrected in the latest
                                BK source
              * x86_64
                      * BUILD BREAK on SLES 9
                              * x86_64 build break - ioemu/x86_64.ld:62:
                                syntax error
                              * Bugzilla #64
                      * Xen0 will NOT BOOT on FC4 - HS20 Blade Type 8843
                        (EMT64)
                                Unable to handle kernel NULL pointer dereference at 0000000000000000 RIP:
                                <ffffffff80116cb3>{dump_pagetable+51}
                              * Added information to Bugzilla #26

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-05-27 15:18 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-05-27 15:18 UTC (permalink / raw)
  To: xen-devel


May 26 22:08, 2005 Xen Unstable (xen-unstable-src.tgz)
      * x86
              * SLES 9/SP1, RHEL 4 and FC3 on IBM xSeries 305, 235, HS20
                (x86) and ThinkCentre
                      * Builds and boots without problems
                      * Able to create functional domains
              * ISSUES: 
                      * We seem to be losing the network when xend
                        starts
                              * Observed multiple times, but
                              * Cannot reliably reproduce it
                              * Bugzilla #62
      * x86_64
              * BUILD BREAKS
                      * SLES 9/SP1 HS20 Blades Type 8843 (EMT64)
                              * x86_64 build break in function
                                'prefetchw' 
                              * Bugzilla #34
                      * FC4 - HS20 Blade Type 8843 (EMT64)
                              * cpu/common.c:250: warning: pointer
                                targets in passing argument 3 of ‘cpuid’
                                diff
                                er in signedness
                              * *Happens on latest BK pull as well
                              * Bugzilla #61 
-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* RE: Daily Xen Builds
  2005-05-25 16:14 Nakajima, Jun
  2005-05-25 18:10 ` David F Barrera
@ 2005-05-26 16:29 ` David F Barrera
  1 sibling, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-05-26 16:29 UTC (permalink / raw)
  To: Nakajima, Jun; +Cc: xen-devel

On Wed, 2005-05-25 at 09:14 -0700, Nakajima, Jun wrote:
> David F Barrera wrote:
> > May 24 22:14, 2005 Xen Unstable (xen-unstable-src.tgz)
> >       * x86
> >               * SLES 9/SP1, RHEL 4 and FC3 on IBM xSeries 305, 235,
> >                 HS20 and ThinkCentre
> >                       * Builds and boots without problems
> >                       * Able to create functional domains
> >       * x86_64
> >               * SLES 9/SP1 HS20 Blades Type 8843 (EMT64)
> >                       *  Still broken- x86_64 build break in function
> >                         'prefetchw'
> >                       * Bugzilla #34
> >               * FC4 - HS20 Blade Type 8843 (EMT64)
> >                       * Xen built without error; however,
> >                       * Dom0 fails to boot. Bugzilla #26 ([Bug 26]
> >                         Dom0 fails to boot on x86_64) open for this
> >                       issue. * ------- Additional Comment #5 From
> >                         Arun Sharma 2005-05-21 04:57 -------
> >                         I just posted a patch to xen-devel. It
> >                         doesn't fix all the problems, but brings it
> > one step closer. 
> > 
> >                         We still need:
> > 
> >                         - Jun's patch to arch/xen/x86_64/mm/init.c
> >                         - Fix xen to create the L4, L3 entries
> > correctly for the readonly MPT 
> It will be more useful if you provide Latest ChangeSet info there. The
> above two are already in this week. Our expectation is that dom0 on
> x86-64 does not fail to boot.

It does on my machine, which is an EMT64 based IBM HS20 Blade. Here's
the log:

 \ \/ /___ _ __   |___ / / _ \     __| | _____   _____| |
  \  // _ \ '_ \    |_ \| | | |__ / _` |/ _ \ \ / / _ \ |
  /  \  __/ | | |  ___) | |_| |__| (_| |  __/\ V /  __/ |
 /_/\_\___|_| |_| |____(_)___/    \__,_|\___| \_/ \___|_|

 http://www.cl.cam.ac.uk/netos/xen
 University of Cambridge Computer Laboratory

 Xen version 3.0-devel (root@ltc.austin.ibm.com) (gcc version 4.0.0 20050405
(Red Hat 4.0.0-0.40)) Thu May 26 08:30:02 CDT 2005
 Latest ChangeSet: information unavailable

(XEN) Physical RAM map:
(XEN)  0000000000000000 - 000000000009d400 (usable)
(XEN)  000000000009d400 - 00000000000a0000 (reserved)
(XEN)  00000000000e0000 - 0000000000100000 (reserved)
(XEN)  0000000000100000 - 000000003ffbe680 (usable)
(XEN)  000000003ffbe680 - 000000003ffd0000 (ACPI data)
(XEN)  000000003ffd0000 - 0000000040000000 (reserved)
(XEN)  00000000fec00000 - 0000000100000000 (reserved)
(XEN) System RAM: 1023MB (1047916kB)
(XEN) Xen he\uffff%\uffff\uffff%       5\uffff\uffff\u1659\uffff\uffff\uffff\uffff
                                 (XEN) ACPI: MADT (v001 IBM    SERBLADE
0x00001000 IBM  0x45444f43) @ 0x000000003ffcfe00
(XEN) ACPI: MCFG (v001 IBM    SERBLADE 0x00001000 IBM  0x45444f43) @
0x000000003ffcfdc0
(XEN) ACPI: DSDT (v001 IBM    SERBLADE 0x00001000 INTL 0x02002025) @
0x0000000000000000
(XEN) ACPI: Local APIC address 0xfee00000
(XEN) ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
(XEN) Processor #0 15:4 APIC version 20
(XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x06] enabled)
(XEN) ProcessIC (id[0x0b] address[0xfec81400] gsi_base[72])
(XEN) IOAPIC[3]: apic_id 11, version 32, address 0xfec81400, GSI 72-95
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
(XEN) ACPI: IRQ0 used by override.
(XEN) ACPI: IRQ2 used by override.
(XEN) ACPI: IRQ11 used by override.
(XEN) Enabling APIC mode:  Flat.  Using 4 I/O APICs
(XEN) Using ACPI (MADT) for SMP configuration information
(XEN) Initializing CPU#0
AUXEN) CPU2: Before vendor init, caps: bfebfbff 20000800 00000000, vendor = 0
(XEN) CPU#2: Physical ID: 3, Logical ID: 0
(XEN) CPU caps: bfebfbff 20000800 00000000 00000000
(XEN) CPU2: booted.
(XEN) Booting processor 3/7 eip 90000
(XEN) Initializing CPU#3
(XEN) CPU3: Before vendor init, caps: bfebfbff 20000800 00000000, vendor = 0
(XEN) CPU#3: Physical ID: 3, Logical ID: 1
(XEN) CPU caps: bfebfbff 20000800 00000000 00000000
(XEN) CPU3: booted.
(XEN) Total of 4 processo(XEN) Time init:
(XEN) .... cpu_freq:    00000000:D697CA6C
(XEN) .... scale:       00000001:1C6C46DD
(XEN) .... Wall Clock:  1117105520s 180000us
(XEN) CPU:    1
(XEN) EIP:    e010:[<ffff8300001072c7>]
(XEN) EFLAGS: 0000000000010086
(XEN) rax: 00000000042c3184   rbx: 0000000000000000   rcx: 0000000000001204  
rdx: 0000000000000008
(XEN) rsi: 0000000000000046   rdi: 0000000000000000   rbp: f000b171f000e2c3  
rsp: ffff83000018fea0
(XEN) r8:  000000000000000a   r9:  0000000000000002
                                                    (XEN) r12: 00000000042cf4d4
  r13: ffff83000015a380   r14: 0000000000000080   r15: ffff83000015a300
(XEN) Xen stack trace from rsp=ffff83000018fea0:
(XEN)    000000000000000a ffff830000163480 0000000000000001 ffff830000164400
ffff830000179a60 0000000000000000 0000000000000000 [ffff830000111ac6]
(XEN)    0000000000000080 ffff83000018ff28 ffff830000153580 [ffff830000119272]
0000000000000000 00000000a5a5a5a5 0000000000000000 0000000000000000
(XEN)    0000000000000000 0000000000000000 0000\uffff\uffff00119272>]
(XEN) ************************************
(XEN) CPU1 FATAL TRAP 12 (stack error), ERROR_CODE 0000, IN INTERRUPT CONTEXT.
(XEN) System shutting down -- need manual reset.
(XEN) ************************************




>  The latest one: Latest ChangeSet:
> 2005/05/25 14:43:27 1.1552 429480ffbijN4G0QJScaV1h7mcJ23Q boots fine as
> far as we tested.
> 
> Jun
> 
> 
> 
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
> 
-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* RE: Daily Xen Builds
  2005-05-25 16:58 Ian Pratt
@ 2005-05-25 18:11 ` Paul Larson
  0 siblings, 0 replies; 381+ messages in thread
From: Paul Larson @ 2005-05-25 18:11 UTC (permalink / raw)
  To: Ian Pratt; +Cc: David F Barrera, xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 983 bytes --]

On Wed, 2005-05-25 at 17:58 +0100, Ian Pratt wrote:
> > May 24 22:14, 2005 Xen Unstable (xen-unstable-src.tgz)
> >       * x86
> >               * SLES 9/SP1, RHEL 4 and FC3 on IBM xSeries 
> > 305, 235, HS20
> >                 and ThinkCentre
> >                       * Builds and boots without problems
> >                       * Able to create functional domains
> 
> Hurrah! HS20's have been a pain in the butt...
Not HS20s in general, just the ones that happen to be running on x86-64.
64bit HS20s just happen to have the bad luck of being the systems we use
to test that arch.

> David: thanks for running the daily tests. Is there an updated version
> of the test harness available?
Not yet.  We never saw any complaints so it must be perfect right? :)
Seriously, we have some ideas for a few improvements, but if anyone has
specific requests it would be welcome.

-- 
Thanks,
Paul Larson
plars@linuxtestproject.org
http://www.linuxtestproject.org

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

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

^ permalink raw reply	[flat|nested] 381+ messages in thread

* RE: Daily Xen Builds
  2005-05-25 16:14 Nakajima, Jun
@ 2005-05-25 18:10 ` David F Barrera
  2005-05-26 16:29 ` David F Barrera
  1 sibling, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-05-25 18:10 UTC (permalink / raw)
  To: Nakajima, Jun; +Cc: xen-devel

On Wed, 2005-05-25 at 09:14 -0700, Nakajima, Jun wrote:
> David F Barrera wrote:
> > May 24 22:14, 2005 Xen Unstable (xen-unstable-src.tgz)
> >       * x86
> >               * SLES 9/SP1, RHEL 4 and FC3 on IBM xSeries 305, 235,
> >                 HS20 and ThinkCentre
> >                       * Builds and boots without problems
> >                       * Able to create functional domains
> >       * x86_64
> >               * SLES 9/SP1 HS20 Blades Type 8843 (EMT64)
> >                       *  Still broken- x86_64 build break in function
> >                         'prefetchw'
> >                       * Bugzilla #34
> >               * FC4 - HS20 Blade Type 8843 (EMT64)
> >                       * Xen built without error; however,
> >                       * Dom0 fails to boot. Bugzilla #26 ([Bug 26]
> >                         Dom0 fails to boot on x86_64) open for this
> >                       issue. * ------- Additional Comment #5 From
> >                         Arun Sharma 2005-05-21 04:57 -------
> >                         I just posted a patch to xen-devel. It
> >                         doesn't fix all the problems, but brings it
> > one step closer. 
> > 
> >                         We still need:
> > 
> >                         - Jun's patch to arch/xen/x86_64/mm/init.c
> >                         - Fix xen to create the L4, L3 entries
> > correctly for the readonly MPT 
> It will be more useful if you provide Latest ChangeSet info there. The
> above two are already in this week. Our expectation is that dom0 on
> x86-64 does not fail to boot. The latest one: Latest ChangeSet:
> 2005/05/25 14:43:27 1.1552 429480ffbijN4G0QJScaV1h7mcJ23Q boots fine as
> far as we tested.

Jun,

We are testing using the xen-unstable-src.tgz file, not from BK pulls,
so I don't have the changeset information. Once a decision is made on
the successor to BK, then we will begin planning how to include such
information.
> 
> Jun
> 
> 
> 
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
> 
-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* RE: Daily Xen Builds
@ 2005-05-25 16:58 Ian Pratt
  2005-05-25 18:11 ` Paul Larson
  0 siblings, 1 reply; 381+ messages in thread
From: Ian Pratt @ 2005-05-25 16:58 UTC (permalink / raw)
  To: David F Barrera, xen-devel

> May 24 22:14, 2005 Xen Unstable (xen-unstable-src.tgz)
>       * x86
>               * SLES 9/SP1, RHEL 4 and FC3 on IBM xSeries 
> 305, 235, HS20
>                 and ThinkCentre
>                       * Builds and boots without problems
>                       * Able to create functional domains

Hurrah! HS20's have been a pain in the butt...

David: thanks for running the daily tests. Is there an updated version
of the test harness available?

Thanks,
Ian

^ permalink raw reply	[flat|nested] 381+ messages in thread

* RE: Daily Xen Builds
@ 2005-05-25 16:14 Nakajima, Jun
  2005-05-25 18:10 ` David F Barrera
  2005-05-26 16:29 ` David F Barrera
  0 siblings, 2 replies; 381+ messages in thread
From: Nakajima, Jun @ 2005-05-25 16:14 UTC (permalink / raw)
  To: David F Barrera, xen-devel

David F Barrera wrote:
> May 24 22:14, 2005 Xen Unstable (xen-unstable-src.tgz)
>       * x86
>               * SLES 9/SP1, RHEL 4 and FC3 on IBM xSeries 305, 235,
>                 HS20 and ThinkCentre
>                       * Builds and boots without problems
>                       * Able to create functional domains
>       * x86_64
>               * SLES 9/SP1 HS20 Blades Type 8843 (EMT64)
>                       *  Still broken- x86_64 build break in function
>                         'prefetchw'
>                       * Bugzilla #34
>               * FC4 - HS20 Blade Type 8843 (EMT64)
>                       * Xen built without error; however,
>                       * Dom0 fails to boot. Bugzilla #26 ([Bug 26]
>                         Dom0 fails to boot on x86_64) open for this
>                       issue. * ------- Additional Comment #5 From
>                         Arun Sharma 2005-05-21 04:57 -------
>                         I just posted a patch to xen-devel. It
>                         doesn't fix all the problems, but brings it
> one step closer. 
> 
>                         We still need:
> 
>                         - Jun's patch to arch/xen/x86_64/mm/init.c
>                         - Fix xen to create the L4, L3 entries
> correctly for the readonly MPT 
It will be more useful if you provide Latest ChangeSet info there. The
above two are already in this week. Our expectation is that dom0 on
x86-64 does not fail to boot. The latest one: Latest ChangeSet:
2005/05/25 14:43:27 1.1552 429480ffbijN4G0QJScaV1h7mcJ23Q boots fine as
far as we tested.

Jun

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-05-25 15:40 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-05-25 15:40 UTC (permalink / raw)
  To: xen-devel


May 24 22:14, 2005 Xen Unstable (xen-unstable-src.tgz)
      * x86
              * SLES 9/SP1, RHEL 4 and FC3 on IBM xSeries 305, 235, HS20
                and ThinkCentre
                      * Builds and boots without problems
                      * Able to create functional domains
      * x86_64
              * SLES 9/SP1 HS20 Blades Type 8843 (EMT64)
                      *  Still broken- x86_64 build break in function
                        'prefetchw' 
                      * Bugzilla #34
              * FC4 - HS20 Blade Type 8843 (EMT64)
                      * Xen built without error; however,
                      * Dom0 fails to boot. Bugzilla #26 ([Bug 26] Dom0
                        fails to boot on x86_64) open for this issue.
                      * ------- Additional Comment #5 From Arun Sharma
                        2005-05-21 04:57 -------  
                        I just posted a patch to xen-devel. It doesn't fix all the problems, but 
                        brings it one step closer.
                        
                        We still need:
                        
                        - Jun's patch to arch/xen/x86_64/mm/init.c
                        - Fix xen to create the L4, L3 entries correctly for the readonly MPT

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-05-24 13:46 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-05-24 13:46 UTC (permalink / raw)
  To: xen-devel


May 23 22:10, 2005 Xen Unstable (xen-unstable-src.tgz)
      * x86
              * SLES 9/SP1 and FC3 on IBM xSeries 305, 235, HS20 and
                ThinkCentre
                      * Build break - No rule to make target `-lxc',
                        needed by `xc_restore'.
                      * Bugzilla #57
      * x86_64
              * SLES 9/SP1 HS20 Blades Type 8843 (EMT64)
                      *  Still broken- x86_64 build break in function
                        'prefetchw' 
                      * Bugzilla #34
              * FC4 - HS20 Blade Type 8843 (EMT64) Build error:  
                      * Build break - No rule to make target `-lxc',
                        needed by `xc_restore'.
                      * Bugzilla #57

http://bugzilla.xensource.com/cgi-bin/bugzilla/index.cgi

-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-05-23 15:28 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-05-23 15:28 UTC (permalink / raw)
  To: xen-devel

May 22 20:12, 2005 Xen Unstable (xen-unstable-src.tgz)
      * x86
              * SLES 9/SP1 and RHEL 4 on IBM xSeries 305 and 235 
                      * Builds and boots without errors
                      * Able to create a DomU
              * FC3 on HS20 Blade - Still broken- Domain 0 crashes on
                boot on blade (x86), Bugzilla #50.
      * x86_64
              * SLES 9/SP1 HS20 Blades Type 8843 (EMT64)
                      *  Still broken- x86_64 build break in function
                        'prefetchw' 
                      * Bugzilla #34
              * FC4 - HS20 Blade Type 8843 (EMT64) Build error:  
                      * Build break: x86_64 pointer targets of
                        xc_linux_restore differ in signedness
                      * Bugzilla #54


-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-05-20 15:40 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-05-20 15:40 UTC (permalink / raw)
  To: xen-devel

May 19, 2005 Xen Unstable (xen-unstable-src.tgz)
      * x86
              * SLES 9/SP1 on IBM xSeries 305, 235
                      * Build break. /tmp/xen-
                        unstable/tools/ioemu/target-i386-
                        dm/helper2.c:74: undefined reference to `errno'
                      * Bugzilla #52
              * FC3 on HS20 Blade - Domain 0 crashes on boot on blade
                (x86), Bugzilla #50.
              * RHEL 4 on IBM xSeries 305 
                      * Xen builds and boots without any problems. 
                      * Able to create DomU
      * x86_64
              * SLES 9/SP1 HS20 Blades Type 8843 (EMT64)-Still broken-
                x86_64 build break in function 'prefetchw' -Bugzilla #34
                      * /usr/include/asm-x86_64/processor.h:229: error:
                        `CONFIG_X86_L1_CACHE_SHIFT' undeclared here (not
                        in a function)
                        /usr/include/asm-x86_64/processor.h:229: error:
                        requested alignment is not a constant
                        /usr/include/asm-x86_64/processor.h: In function
                        `prefetchw':
                        /usr/include/asm-x86_64/processor.h:396: error:
                        called object is not a function
                        make[4]: *** [xc_ptrace.opic] Error 1
              * FC4 - HS20 Blade Type 8843 (EMT64) Build error:  
                      * make[4]: Entering directory `/tmp/xen-
                        unstable/tools/ioemu'
                        texi2html -monolithic -number qemu-doc.texi
                        make[4]: texi2html: Command not found
                        make[4]: *** [qemu-doc.html] Error 127
                      * Need to figure out what package is missing.
                        Texinfo is installed on the test box.


-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

* Daily Xen Builds
@ 2005-05-19 16:23 David F Barrera
  0 siblings, 0 replies; 381+ messages in thread
From: David F Barrera @ 2005-05-19 16:23 UTC (permalink / raw)
  To: xen-devel


Using the May 18, 2005 Xen Unstable (xen-unstable-src.tgz)

      * x86
              * FC3 on HS20 Blade - Domain 0 crashes on boot on blade
                (x86), Bugzilla #50.
              * SLES 9/SP1, FC3, and RHEL 4 on xSeries 305, 235, and
                ThinkCentre - Xen builds and boots without any
                problems. 
              * The problem with creating domains and xend has been
                FIXED, Bugzilla #45.
      * x86_64
              * SLES 9/SP1 HS20 Blades Type 8843 (EMT64)- Still broken-
                x86_64 build break in function 'prefetchw' -Bugzilla #34
                      * /usr/include/asm-x86_64/processor.h:229: error:
                        `CONFIG_X86_L1_CACHE_SHIFT' undeclared here (not
                        in a function)
                        /usr/include/asm-x86_64/processor.h:229: error:
                        requested alignment is not a constant
                        /usr/include/asm-x86_64/processor.h: In function
                        `prefetchw':
                        /usr/include/asm-x86_64/processor.h:396: error:
                        called object is not a function
                        make[4]: *** [xc_ptrace.opic] Error 1	
                      * FIXED  Bugzilla #47 - Build break -
                        expressionx86_64/entry.S:320: Error: `136+8(%
                        esp)' is not a valid 64 bit
                        base/index expression.
              * FC4 - HS20 Blade Type 8843 (EMT64)
                      * Xen built without error; however,
                      * Dom0 fails to boot. Bugzilla #26 ([Bug 26] Dom0
                        fails to boot on x86_64) was submitted for this
                        issue.

Note: The Bugzilla system is 
http://bugzilla.xensource.com/cgi-bin/bugzilla/index.cgi


-- 
Regards,

David F Barrera
Linux Technology Center
Systems and Technology Group, IBM

"The wisest men follow their own direction. "
                                                        Euripides

^ permalink raw reply	[flat|nested] 381+ messages in thread

end of thread, other threads:[~2006-09-08 16:01 UTC | newest]

Thread overview: 381+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-08-30 15:58 Daily Xen Builds David F Barrera
2006-08-30 16:31 ` [PATCH] [UNTESTED] Fix sentinel in call to execlp in tools/iommu/vnc.c Harry Butterworth
2006-08-30 18:20   ` David F Barrera
2006-08-31 13:14     ` Harry Butterworth
2006-09-08 16:01   ` Harry Butterworth
  -- strict thread matches above, loose matches on Subject: below --
2006-09-07 18:57 Daily Xen Builds David F Barrera
2006-09-08  9:26 ` Harry Butterworth
2006-09-06 16:05 David F Barrera
2006-09-05 18:44 David F Barrera
2006-09-01 18:04 David F Barrera
2006-08-29 19:58 Ian Pratt
2006-08-29 20:28 ` David F Barrera
2006-08-29 18:13 David F Barrera
2006-08-28 14:24 David F Barrera
2006-08-28 14:57 ` Keir Fraser
2006-08-25 14:20 David F Barrera
2006-08-24 14:51 David F Barrera
2006-08-22 17:45 David F Barrera
2006-08-21 15:09 David F Barrera
2006-08-17 17:57 David F Barrera
2006-08-14 17:45 David F Barrera
2006-08-11 18:26 David F Barrera
2006-08-10 18:38 David F Barrera
2006-08-09 15:58 David F Barrera
2006-08-08 15:31 David F Barrera
2006-08-07 16:04 David F Barrera
2006-08-07 16:59 ` Harry Butterworth
2006-08-07 18:17   ` David F Barrera
2006-08-04 16:42 David F Barrera
2006-08-03 13:37 David F Barrera
2006-08-02 16:32 David F Barrera
2006-08-01 15:16 David F Barrera
2006-07-31 16:38 David F Barrera
2006-07-28 19:14 David F Barrera
2006-07-27 17:26 David F Barrera
2006-07-26 18:29 David F Barrera
2006-07-25 14:43 David F Barrera
2006-07-20 15:06 David F Barrera
2006-07-19 18:18 David F Barrera
2006-07-17 18:10 David F Barrera
2006-07-14 16:58 David F Barrera
2006-07-13 15:02 David F Barrera
2006-07-12 18:02 David F Barrera
2006-06-30 13:31 David F Barrera
2006-06-30 13:42 ` Keir Fraser
2006-06-28 19:16 David F Barrera
2006-06-27 21:02 David F Barrera
2006-06-26 21:04 David F Barrera
2006-06-23 19:52 David F Barrera
2006-06-16 19:05 Nakajima, Jun
2006-06-16 19:19 ` David F Barrera
2006-06-16 18:06 David F Barrera
2006-06-15 18:27 David F Barrera
2006-06-14 15:37 David F Barrera
2006-06-12 18:40 David F Barrera
2006-06-12 19:26 ` Anthony Liguori
2006-06-12 19:49   ` David F Barrera
2006-06-12 20:06   ` David F Barrera
2006-06-09 18:59 David F. Barrera
2006-06-05 18:29 David F Barrera
2006-06-02 15:09 David F Barrera
2006-06-01 19:18 David F Barrera
2006-05-31 20:08 David F Barrera
2006-05-30 21:09 David F Barrera
2006-05-25 17:15 David F Barrera
2006-05-22 21:08 David F Barrera
2006-05-19 18:10 David F. Barrera
2006-05-18 17:59 David F. Barrera
2006-05-17 15:35 David F Barrera
2006-05-16 19:03 David F. Barrera
2006-05-15 20:00 David F. Barrera
2006-05-12 21:39 David F Barrera
2006-05-11 18:14 David F Barrera
2006-05-10 16:15 David F Barrera
2006-05-09 18:08 David F. Barrera
2006-05-08 16:21 David F Barrera
2006-05-05 19:23 David F Barrera
2006-05-04 17:02 David F. Barrera
2006-05-03 18:24 David F. Barrera
2006-05-02 19:52 David F. Barrera
2006-05-01 18:20 David F. Barrera
2006-04-28 18:25 David F. Barrera
2006-04-27 18:33 David F. Barrera
2006-04-26 18:23 David F. Barrera
2006-04-25 18:39 David F. Barrera
2006-04-24 17:53 David F. Barrera
2006-04-20 20:49 David F. Barrera
2006-04-18 16:57 David F. Barrera
2006-04-17 18:36 David F. Barrera
2006-04-13 17:43 David F. Barrera
2006-04-12 19:28 David F. Barrera
2006-04-11 19:02 David F. Barrera
2006-04-10 20:53 David F. Barrera
2006-03-31 22:12 David F. Barrera
2006-03-30 21:23 David F. Barrera
2006-03-29 19:25 David F. Barrera
2006-03-28 18:34 David F Barrera
2006-03-24 16:15 David F Barrera
2006-03-23 19:26 David F Barrera
2006-03-22 18:57 David F Barrera
2006-03-21 19:21 David F Barrera
2006-03-20 20:31 David F Barrera
2006-03-20 20:56 ` Anthony Liguori
2006-03-20 21:07   ` Dan Smith
2006-03-20 22:43     ` David F Barrera
2006-03-21  0:33     ` Ewan Mellor
2006-03-10 18:01 David F Barrera
2006-03-09 17:00 David F Barrera
2006-03-08 17:37 David F Barrera
2006-03-06 21:18 David F Barrera
2006-03-08 23:34 ` Ewan Mellor
2006-03-09  2:44   ` David F Barrera
2006-03-02 19:06 David F Barrera
2006-03-01 19:33 David F Barrera
2006-02-28 22:07 David F Barrera
2006-02-27 20:17 David F Barrera
2006-02-24 20:10 David F Barrera
2006-02-23 18:47 David F Barrera
2006-02-22 19:50 David F Barrera
2006-02-21 19:59 David F Barrera
2006-02-20 22:04 David F Barrera
2006-02-17 20:30 David F Barrera
2006-02-16 21:04 David F Barrera
2006-02-15 21:21 David F Barrera
2006-02-14 20:11 David F Barrera
2006-02-10 18:56 David F Barrera
2006-02-09 19:17 David F Barrera
2006-02-08 23:01 David F Barrera
2006-02-07 20:58 David F Barrera
2006-02-06 21:34 David F Barrera
2006-02-03 19:46 David F Barrera
2006-02-02 20:45 David F Barrera
2006-02-01 21:42 David F Barrera
2006-01-31 20:01 David F Barrera
2006-01-30 19:33 David F Barrera
2006-01-27 17:50 David F Barrera
2006-01-26 20:04 David F Barrera
2006-01-25 19:29 David F Barrera
2006-01-24 18:29 David F Barrera
2006-01-23 18:00 David F Barrera
2006-01-20 21:33 David F Barrera
2006-01-19 17:55 David F Barrera
2006-01-16 16:08 David F Barrera
2006-01-13 18:35 David F Barrera
2006-01-12 16:40 David F Barrera
2006-01-11 19:07 David F Barrera
2006-01-09 17:23 David F Barrera
2006-01-06 18:40 David F Barrera
2006-01-05 17:49 David F Barrera
2005-12-16 17:32 David F Barrera
2005-12-15 16:40 David F Barrera
2005-12-14 19:20 David F Barrera
2005-12-13 20:50 David F Barrera
2005-12-13 23:01 ` Ewan Mellor
2005-12-12 20:01 David F Barrera
2005-12-08 21:03 David F Barrera
2005-12-07 20:14 David F Barrera
2005-12-06 18:01 Nakajima, Jun
2005-12-06 17:42 David F Barrera
2005-12-05 18:38 David F Barrera
2005-12-02 19:28 David F Barrera
2005-12-01 18:09 David F Barrera
2005-11-30 18:08 David F Barrera
2005-11-29 18:16 David F Barrera
2005-11-28 20:10 David F Barrera
2005-11-23 17:05 David F Barrera
2005-11-22 21:30 David F Barrera
2005-11-23  0:28 ` Murillo Bernardes
2005-11-22 16:50 Ian Pratt
2005-11-23 15:12 ` Sean Dague
2005-11-23 15:35   ` Dan Smith
2005-11-21 18:20 David F Barrera
2005-11-21 18:24 ` David F Barrera
2005-11-22  2:31 ` Sean Dague
2005-11-18 19:38 David F Barrera
2005-11-17 19:40 David F Barrera
2005-11-16 18:47 David F Barrera
2005-11-15 21:04 David F Barrera
2005-11-14 21:17 David F Barrera
2005-11-11 22:42 David F Barrera
2005-11-10 21:39 David F Barrera
2005-11-09 19:00 David F Barrera
2005-11-08 20:15 David F Barrera
2005-11-07 19:50 David F Barrera
2005-11-04 17:12 David F Barrera
2005-11-03 19:55 David F Barrera
2005-11-03 20:06 ` Sean Dague
2005-11-02 20:05 David F Barrera
2005-11-01 19:14 David F Barrera
2005-10-31 20:27 David F Barrera
2005-10-31 20:34 ` David F Barrera
2005-10-28 19:27 Li Ge
2005-10-27 19:42 Li Ge
2005-10-26 19:46 Li Ge
2005-10-25 20:04 Li Ge
2005-10-24 20:05 Li Ge
2005-10-21 15:58 David F Barrera
2005-10-20 18:23 David F Barrera
2005-10-19 17:16 David F Barrera
2005-10-18 19:50 David F Barrera
2005-10-18 18:56 ` David F Barrera
2005-10-17 16:22 David F Barrera
2005-10-14 18:37 David F Barrera
2005-10-13 18:09 David F Barrera
2005-10-12 18:47 David F Barrera
2005-10-12 18:53 ` David F Barrera
2005-10-12 19:36 ` Dan Smith
2005-10-13 19:27   ` David F Barrera
2005-10-13 19:36     ` Dan Smith
2005-10-13 22:41       ` Ewan Mellor
2005-10-11 22:16 Ian Pratt
2005-10-11 17:07 David F Barrera
2005-10-11 15:45 Ian Pratt
2005-10-11 16:58 ` Dan Smith
2005-10-11 20:15   ` Ted Kaczmarek
2005-10-11 15:10 Ian Pratt
2005-10-11 15:22 ` Anthony Liguori
2005-10-10 21:09 David F Barrera
2005-10-10 21:21 ` Anthony Liguori
2005-10-10 21:28   ` Ryan Harper
2005-10-10 21:32   ` Dan Smith
2005-10-10 21:32   ` Nivedita Singhvi
2005-10-11 20:42   ` Nicholas Lee
2005-10-11 22:07     ` Anthony Liguori
2005-10-11 22:31       ` Nicholas Lee
2005-10-07 17:09 David F Barrera
2005-10-06 17:54 David F Barrera
2005-10-05 18:22 David F Barrera
2005-10-04 17:52 David F Barrera
2005-10-03 18:19 David F Barrera
2005-09-30 18:56 David F Barrera
2005-09-29 16:09 David F Barrera
2005-09-28 19:39 David F Barrera
2005-09-27 18:39 David F Barrera
2005-09-28 16:16 ` Dan Smith
2005-09-26 19:48 David F Barrera
2005-09-23 19:40 David F Barrera
2005-09-22 18:29 David F Barrera
2005-09-21 18:43 David F Barrera
2005-09-20 18:07 David F Barrera
2005-09-19 17:52 David F Barrera
2005-09-16 17:41 David F Barrera
2005-09-15 19:27 David F Barrera
2005-09-13 16:57 David F Barrera
2005-09-12 17:53 David F Barrera
2005-09-10  3:13 Subrahmanian, Raj
2005-09-12 13:49 ` David F Barrera
2005-09-12 14:38   ` Daniel Hulme
2005-09-09 22:52 Ian Pratt
2005-09-09 22:36 Nakajima, Jun
2005-09-09 22:09 Ian Pratt
2005-09-09 20:57 Nakajima, Jun
2005-09-09 18:47 Subrahmanian, Raj
2005-09-09 18:41 Ian Pratt
2005-09-09 18:34 Subrahmanian, Raj
2005-09-09 18:02 Ian Pratt
2005-09-09 17:39 Subrahmanian, Raj
2005-09-09 17:55 ` David F Barrera
2005-09-09 19:47 ` David F Barrera
2005-09-09 17:36 Nakajima, Jun
2005-09-09 17:18 Puthiyaparambil, Aravindh
2005-09-09 17:25 ` David F Barrera
2005-09-09 16:54 David F Barrera
2005-09-08 15:51 David F Barrera
2005-09-07 18:15 David F Barrera
2005-09-06 17:16 David F Barrera
2005-09-02 16:56 David F Barrera
2005-09-01 18:59 David F Barrera
2005-08-31 16:05 David F Barrera
2005-08-30 19:54 Nakajima, Jun
2005-08-30 20:38 ` David F Barrera
2005-08-30 19:22 David F Barrera
2005-08-30 19:41 ` Anthony Liguori
2005-08-30 19:55 ` Jerone Young
2005-08-29 19:25 David F Barrera
2005-08-26 19:36 Nakajima, Jun
2005-08-26 20:28 ` David F Barrera
2005-08-26 19:24 David F Barrera
2005-08-25 19:17 David F Barrera
2005-08-23 19:20 David F Barrera
2005-08-22 18:32 David F Barrera
2005-08-19 18:46 David F Barrera
2005-08-18 22:06 Ian Pratt
2005-08-18 22:12 ` David F Barrera
2005-08-18 21:35 Ian Pratt
2005-08-18 21:58 ` David F Barrera
2005-08-18 19:55 Ian Pratt
2005-08-18 21:28 ` David F Barrera
2005-08-18 18:39 David F Barrera
2005-08-18 19:46 ` Li Ge
2005-08-17 18:25 David F Barrera
2005-08-16 19:47 David F Barrera
2005-08-16  4:41 You, Yongkang
2005-08-15 21:48 Ian Pratt
2005-08-15 20:46 Ian Pratt
2005-08-15 21:39 ` David F Barrera
2005-08-15 19:42 Ian Pratt
2005-08-15 20:20 ` David F Barrera
2005-08-15 19:23 David F Barrera
2005-08-12 17:17 Li Ge
2005-08-11 18:43 Li Ge
2005-08-10 17:08 Ian Pratt
2005-08-10 17:33 ` Li Ge
2005-08-10 16:53 Li Ge
2005-08-09 20:33 Li Ge
2005-08-08 17:36 Li Ge
2005-08-05 16:50 Li Ge
2005-08-04 19:27 Li Ge
2005-08-04 16:46 Li Ge
2005-08-03 19:43 Li Ge
2005-08-02 21:44 David F Barrera
2005-08-01 18:13 David F Barrera
2005-08-02 10:21 ` Steven Hand
2005-07-29 15:34 David F Barrera
2005-07-28 17:11 David F Barrera
2005-07-27 14:51 David F Barrera
2005-07-26 14:18 David F Barrera
2005-07-25 15:24 David F Barrera
2005-07-25 15:37 ` David F Barrera
2005-07-22 15:35 David F Barrera
2005-07-21 17:40 David F Barrera
2005-07-20 16:26 Li Ge
2005-07-19 15:51 Li Ge
2005-07-18 16:39 Li Ge
2005-07-15 16:50 Li Ge
2005-07-14 15:42 David F Barrera
2005-07-13 14:32 David F Barrera
2005-07-12 15:13 David F Barrera
2005-07-11 15:16 David F Barrera
2005-07-11 22:00 ` Vincent Hanquez
2005-07-11 22:02   ` Paul Larson
2005-07-12  1:10     ` Vincent Hanquez
2005-07-08 15:12 David F Barrera
2005-07-08 16:22 ` Jerone Young
2005-07-08 16:30 ` Jerone Young
2005-07-07 16:51 Li Ge
2005-07-06 16:02 David F Barrera
2005-07-06 16:04 ` Steven Hand
2005-07-06 16:09   ` David F Barrera
2005-07-06 16:53     ` Steven Hand
2005-07-06 19:00       ` David F Barrera
2005-06-30 15:22 Li Ge
2005-06-29 15:24 Li Ge
2005-06-28 15:29 Li Ge
2005-06-27 15:30 Li Ge
2005-06-27 15:35 ` Li Ge
2005-06-24 15:32 Li Ge
2005-06-23 15:28 Li Ge
2005-06-22 12:59 David F Barrera
2005-06-21 18:22 Nakajima, Jun
2005-06-21 18:17 Puthiyaparambil, Aravindh
2005-06-21 13:01 David F Barrera
2005-06-20 14:58 David F Barrera
2005-06-17 14:33 David F Barrera
2005-06-16 15:12 David F Barrera
2005-06-15 15:29 David F Barrera
2005-06-14 15:52 David F Barrera
2005-06-13 13:56 David F Barrera
2005-06-10 17:09 Nakajima, Jun
2005-06-10 20:30 ` David F Barrera
2005-06-10 14:50 David F Barrera
2005-06-09 14:31 David F Barrera
2005-06-08 14:11 David F Barrera
2005-06-07 14:24 David F Barrera
2005-06-06 16:32 Nakajima, Jun
2005-06-06 14:20 Ian Pratt
2005-06-06 14:38 ` David F Barrera
2005-06-06 14:13 David F Barrera
2005-06-03 15:26 David F Barrera
2005-06-02 14:45 David F Barrera
2005-06-01 14:59 David F Barrera
2005-05-31 15:57 David F Barrera
2005-05-27 15:18 David F Barrera
2005-05-25 16:58 Ian Pratt
2005-05-25 18:11 ` Paul Larson
2005-05-25 16:14 Nakajima, Jun
2005-05-25 18:10 ` David F Barrera
2005-05-26 16:29 ` David F Barrera
2005-05-25 15:40 David F Barrera
2005-05-24 13:46 David F Barrera
2005-05-23 15:28 David F Barrera
2005-05-20 15:40 David F Barrera
2005-05-19 16:23 David F Barrera

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.