From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rick Gonzalez Subject: Daily Xen-HVM Builds: cs9325 Date: Mon, 20 Mar 2006 12:36:29 -0600 Message-ID: <441EF62D.6010600@us.ibm.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------070304080803080101080603" Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org This is a multi-part message in MIME format. --------------070304080803080101080603 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit changeset: 9325:1ecb7f1ddc79 tag: tip user: kaf24@firebug.cl.cam.ac.uk date: Sun Mar 19 11:55:46 2006 +0100 summary: Fix VMX guest can not be created on PAE xen with more than 4G RAM. Hardware: x460 ******************** x86_32(no PAE): *************************** * dom0: SLES9 SP2 * dom0 boots fine * xend starts without problem --- Linux HVM domain status: --- Details: ISSUES: * xm-test is not completing again. dom0 is getting a dump from the python process. Eventually the system just reboots. This is bug# 560 but now it dumps on a diffrent process. Attached are some file for details. Needs investigation. SUMMARY: N/A --- Windows HVM domain status: --- * TBD ISSUES: * SUMMERY: N/A ********************** x86_64: ********************************* * dom0: SLES9 SP2 * dom0 boots fine * xend starts without problem * able to boot HVM domains. --- Linux HVM domain status: --- Details: * xm-test run completes. * loopback device problem is not present anymore. :) ISSUES: N/A SUMMERY: Xm-test execution summary: PASS: 74 FAIL: 1 XPASS: 2 XFAIL: 1 Details: XFAIL: 02_network_local_ping_pos ping loopback failed for size 65507. ping eth0 failed for size 65507. --- Windows HVM domain status: --- * TBD ISSUES: N/A SUMMERY: N/A regards, Rick --------------070304080803080101080603 Content-Type: text/plain; name="032006-cs9325--32bit-dmesg.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="032006-cs9325--32bit-dmesg.txt" dmesg: xenbr0: port 2(peth0) entering forwarding state Eeek! page_mapcount(page) went negative! (-1) page->flags = 14 page->count = 0 page->mapping = 00000000 ------------[ cut here ]------------ kernel BUG at mm/rmap.c:560! invalid opcode: 0000 [#1] Modules linked in: thermal processor fan button battery ac sworks_agp agpgart CPU: 0 EIP: 0061:[] Not tainted VLI EFLAGS: 00010286 (2.6.16-rc6-xen0 #1) EIP is at page_remove_rmap+0x97/0xb0 eax: ffffffff ebx: c137c600 ecx: 0000001b edx: fbfa9000 esi: 00000000 edi: 406fa000 ebp: dacd5d60 esp: dacd5d54 ds: 007b es: 007b ss: 0069 Process python (pid: 5081, threadinfo=dacd4000 task=cdd4c030) Stack: <0>c048b8c1 00000000 40724000 dacd5d9c c0145650 c137c600 406fa000 b3041067 dacd4000 b3041067 c137c600 ffffffe9 ffffffff ce146be8 de2d8900 40724000 cf897404 40724000 dacd5ddc c01458a6 c05e1470 deecee8c cf897404 406e3000 Call Trace: [] show_stack_log_lvl+0xf6/0x110 [] show_registers+0x18e/0x200 [] die+0xd9/0x180 [] do_trap+0x89/0xd0 [] do_invalid_op+0xb8/0xd0 [] error_code+0x2b/0x30 [] zap_pte_range+0x1b0/0x320 [] unmap_page_range+0xe6/0x180 [] unmap_vmas+0xe3/0x1a0 [] exit_mmap+0x6e/0x100 [] mmput+0x27/0x80 [] exit_mm+0xc3/0xe0 [] do_exit+0xe9/0x390 [] do_group_exit+0x34/0x90 [] get_signal_to_deliver+0x242/0x2f0 [] do_signal+0x6b/0x170 [] do_notify_resume+0x3a/0x3c [] work_notifysig+0x13/0x18 Code: 53 0c 8b 42 04 c7 04 24 aa b8 48 c0 40 89 44 24 04 e8 9e cc fc ff 8b 43 10 c7 04 24 c1 b8 48 c0 89 44 24 04 e8 8b cc fc ff eb 84 <0f> 0b 30 02 7f b8 48 c0 eb 80 eb 0d 90 90 90 90 90 90 90 90 90 <1>Fixing recursive fault but reboot is needed! /var/log/xend-debug.log: Nothing to flush. Traceback (most recent call last): File "/usr/lib/python/xen/xend/server/SrvDomainDir.py", line 77, in op_create dominfo = self.xd.domain_create(config) File "/usr/lib/python/xen/xend/XendDomain.py", line 226, in domain_create dominfo = XendDomainInfo.create(config) File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 179, in create vm = XendDomainInfo(parseConfig(config)) File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 436, in __init__ self.validateInfo() File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 568, in validateInfo self.check_name(self.info['name']) File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 1148, in check_name raise VmError("VM name '%s' already in use by domain %d" % VmError: VM name 'default' already in use by domain 3 ERROR: Couldn't set hvm info for HVM guest. ERROR: Error constructing guest OS Traceback (most recent call last): File "/usr/lib/python/xen/xend/server/SrvDomainDir.py", line 77, in op_create dominfo = self.xd.domain_create(config) File "/usr/lib/python/xen/xend/XendDomain.py", line 226, in domain_create dominfo = XendDomainInfo.create(config) File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 182, in create vm.initDomain() File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 1224, in initDomain channel_details = self.image.createImage() File "/usr/lib/python/xen/xend/image.py", line 118, in createImage return self.createDomain() File "/usr/lib/python/xen/xend/image.py", line 137, in createDomain result = self.buildDomain() File "/usr/lib/python/xen/xend/image.py", line 242, in buildDomain apic = self.apic) error: (14, 'Bad address') Traceback (most recent call last): File "/usr/lib/python/xen/xend/server/SrvDomainDir.py", line 77, in op_create dominfo = self.xd.domain_create(config) File "/usr/lib/python/xen/xend/XendDomain.py", line 226, in domain_create dominfo = XendDomainInfo.create(config) File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 182, in create vm.initDomain() File "/usr/lib/python/xen/xend/XendDomainInfo.py", line 1218, in initDomain balloon.free(m) File "/usr/lib/python/xen/xend/balloon.py", line 162, in free raise VmError('The privileged domain did not balloon!') VmError: The privileged domain did not balloon! --------------070304080803080101080603 Content-Type: text/plain; name="032006-cs9325-32bit-hvm.output" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="032006-cs9325-32bit-hvm.output" *** case block-create from group default *** Running tests for case block-create make[1]: Entering directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/block-create' make check-TESTS make[2]: Entering directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/block-create' *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 500 1 r----- 1668.7 01_domu_proc-1142869458 1 64 1 -b---- 5.0 [dom0] Running `xm destroy 01_domu_proc-1142869458' *** Finished cleaning domUs *** Test 01_block_attach_device_pos started at Mon Mar 20 09:44:53 2006 CDT REASON: Block-attach not supported for HVM domains SKIP: 01_block_attach_device_pos.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 500 1 r----- 1669.3 Zombie-01_domu_proc-1142869458 1 64 1 -b---d 5.0 [dom0] Running `xm destroy Zombie-01_domu_proc-1142869458' *** Finished cleaning domUs *** Test 02_block_attach_file_device_pos started at Mon Mar 20 09:44:53 2006 CDT REASON: Block-attach not supported for HVM domains SKIP: 02_block_attach_file_device_pos.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 500 1 r----- 1669.7 *** Finished cleaning domUs *** Test 04_block_attach_device_repeatedly_pos started at Mon Mar 20 09:44:53 2006 CDT REASON: Block-attach not supported for HVM domains SKIP: 04_block_attach_device_repeatedly_pos.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 500 1 r----- 1669.9 *** Finished cleaning domUs *** Test 05_block_attach_and_dettach_device_repeatedly_pos started at Mon Mar 20 09:44:54 2006 CDT REASON: Block-attach not supported for HVM domains SKIP: 05_block_attach_and_dettach_device_repeatedly_pos.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 500 1 r----- 1670.1 *** Finished cleaning domUs *** Test 06_block_attach_baddomain_neg started at Mon Mar 20 09:44:54 2006 CDT REASON: Block-attach not supported for HVM domains SKIP: 06_block_attach_baddomain_neg.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 500 1 r----- 1670.3 *** Finished cleaning domUs *** Test 07_block_attach_baddevice_neg started at Mon Mar 20 09:44:54 2006 CDT REASON: Block-attach not supported for HVM domains SKIP: 07_block_attach_baddevice_neg.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 500 1 r----- 1670.4 *** Finished cleaning domUs *** Test 08_block_attach_bad_filedevice_neg started at Mon Mar 20 09:44:54 2006 CDT REASON: Block-attach not supported for HVM domains SKIP: 08_block_attach_bad_filedevice_neg.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 500 1 r----- 1670.6 *** Finished cleaning domUs *** Test 09_block_attach_and_dettach_device_check_data_pos started at Mon Mar 20 09:44:54 2006 CDT REASON: Block-attach not supported for HVM domains SKIP: 09_block_attach_and_dettach_device_check_data_pos.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 500 1 r----- 1670.8 *** Finished cleaning domUs *** Test 11_block_attach_shared_dom0 started at Mon Mar 20 09:44:54 2006 CDT REASON: Block-attach not supported for HVM domains SKIP: 11_block_attach_shared_dom0.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 500 1 r----- 1671.0 *** Finished cleaning domUs *** Test 12_block_attach_shared_domU started at Mon Mar 20 09:44:55 2006 CDT REASON: Block-attach not supported for HVM domains SKIP: 12_block_attach_shared_domU.test ======================= All 0 tests passed (10 tests were not run) ======================= make[2]: Leaving directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/block-create' make[1]: Leaving directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/block-create' *** case block-destroy from group default *** Running tests for case block-destroy make[1]: Entering directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/block-destroy' make check-TESTS make[2]: Entering directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/block-destroy' *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 500 1 r----- 1671.2 *** Finished cleaning domUs *** Test 01_block-destroy_btblock_pos started at Mon Mar 20 09:44:55 2006 CDT REASON: Block-detach not supported for HVM domains SKIP: 01_block-destroy_btblock_pos.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 500 1 r----- 1671.4 *** Finished cleaning domUs *** Test 02_block-destroy_rtblock_pos started at Mon Mar 20 09:44:55 2006 CDT REASON: Block-detach not supported for HVM domains SKIP: 02_block-destroy_rtblock_pos.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 500 1 r----- 1671.6 *** Finished cleaning domUs *** Test 03_block-destroy_nonexist_neg started at Mon Mar 20 09:44:55 2006 CDT [dom0] Running `xm block-detach 9999 769' Error: Domain '9999' not found when running 'xm block-detach' PASS: 03_block-destroy_nonexist_neg.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 500 1 r----- 1671.9 *** Finished cleaning domUs *** Test 04_block-destroy_nonattached_neg started at Mon Mar 20 09:44:56 2006 CDT REASON: Block-detach not supported for HVM domains SKIP: 04_block-destroy_nonattached_neg.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 500 1 r----- 1672.0 *** Finished cleaning domUs *** Test 05_block-destroy_byname_pos started at Mon Mar 20 09:44:56 2006 CDT REASON: Block-detach not supported for HVM domains SKIP: 05_block-destroy_byname_pos.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 500 1 r----- 1672.2 *** Finished cleaning domUs *** Test 06_block-destroy_check_list_pos started at Mon Mar 20 09:44:56 2006 CDT REASON: Block-detach not supported for HVM domains SKIP: 06_block-destroy_check_list_pos.test ====================== All 1 tests passed (5 tests were not run) ====================== make[2]: Leaving directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/block-destroy' make[1]: Leaving directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/block-destroy' *** case block-list from group default *** Running tests for case block-list make[1]: Entering directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/block-list' make check-TESTS make[2]: Entering directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/block-list' *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 500 1 r----- 1672.4 *** Finished cleaning domUs *** Test 01_block-list_pos started at Mon Mar 20 09:44:56 2006 CDT REASON: Block-list not supported for HVM domains SKIP: 01_block-list_pos.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 500 1 r----- 1672.6 *** Finished cleaning domUs *** Test 02_block-list_attachbd_pos started at Mon Mar 20 09:44:56 2006 CDT REASON: Block-list not supported for HVM domains SKIP: 02_block-list_attachbd_pos.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 500 1 r----- 1672.8 *** Finished cleaning domUs *** Test 03_block-list_anotherbd_pos started at Mon Mar 20 09:44:57 2006 CDT REASON: Block-list not supported for HVM domains SKIP: 03_block-list_anotherbd_pos.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 500 1 r----- 1673.0 *** Finished cleaning domUs *** Test 04_block-list_nodb_pos started at Mon Mar 20 09:44:57 2006 CDT REASON: Block-list not supported for HVM domains SKIP: 04_block-list_nodb_pos.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 500 1 r----- 1673.1 *** Finished cleaning domUs *** Test 05_block-list_nonexist_neg started at Mon Mar 20 09:44:57 2006 CDT [dom0] Running `xm block-list 9999' Error: Domain '9999' not found when running 'xm block-list' PASS: 05_block-list_nonexist_neg.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 500 1 r----- 1673.4 *** Finished cleaning domUs *** Test 06_block-list_checkremove_pos started at Mon Mar 20 09:44:57 2006 CDT REASON: Block-list not supported for HVM domains SKIP: 06_block-list_checkremove_pos.test ====================== All 1 tests passed (5 tests were not run) ====================== make[2]: Leaving directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/block-list' make[1]: Leaving directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/block-list' *** case console from group default *** Running tests for case console make[1]: Entering directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/console' make check-TESTS make[2]: Entering directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/console' *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 500 1 r----- 1673.7 *** Finished cleaning domUs *** Test 01_console_badopt_neg started at Mon Mar 20 09:44:58 2006 CDT [dom0] Running `xm console -x' Error: Not found PASS: 01_console_badopt_neg.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 500 1 r----- 1674.2 *** Finished cleaning domUs *** Test 02_console_baddom_neg started at Mon Mar 20 09:44:58 2006 CDT [dom0] Running `xm console 5000' Error: Domain '5000' not found when running 'xm console' [dom0] Running `xm console NON_EXIST' Error: Domain 'NON_EXIST' not found when running 'xm console' PASS: 02_console_baddom_neg.test ================== All 2 tests passed ================== make[2]: Leaving directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/console' make[1]: Leaving directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/console' *** case create from group default *** Running tests for case create make[1]: Entering directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/create' make check-TESTS make[2]: Entering directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/create' *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 500 1 r----- 1674.7 *** Finished cleaning domUs *** Test 01_create_basic_pos started at Mon Mar 20 09:44:59 2006 CDT [dom0] Running `xm info' system : Linux host : vmxdom2 release : 2.6.16-rc6-xen0 version : #1 Mon Mar 20 00:12:33 CST 2006 machine : i686 nr_cpus : 16 nr_nodes : 1 sockets_per_node : 4 cores_per_socket : 2 threads_per_core : 2 cpu_mhz : 3002 hw_caps : bfebfbff:20000000:00000000:00000180:000065bd:00000000:00000001 total_memory : 3712 free_memory : 3174 xen_major : 3 xen_minor : 0 xen_extra : -unstable xen_caps : xen-3.0-x86_32 hvm-3.0-x86_32 platform_params : virt_start=0xfc000000 xen_changeset : Sun Mar 19 11:55:46 2006 +0100 9325:1ecb7f1ddc79 cc_compiler : gcc version 3.3.3 (SuSE Linux) cc_compile_by : root cc_compile_domain : ltc.austin.ibm.com cc_compile_date : Mon Mar 20 00:00:49 CST 2006 [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain 01_create_basic_pos-1142869499 [dom0] Waiting 20 seconds for domU boot... Console executing: ['/usr/sbin/xm', 'xm', 'console', '01_create_basic_pos-1142869499'] [01_create_basic_pos-1142869499] Sending `input' [01_create_basic_pos-1142869499] Sending `ls' [01_create_basic_pos-1142869499] Sending `echo $?' [dom0] Running `xm shutdown 01_create_basic_pos-1142869499' PASS: 01_create_basic_pos.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 500 1 r----- 1680.6 Zombie-01_create_basic_pos-1142869499 2 64 1 -b---d 4.9 [dom0] Running `xm destroy Zombie-01_create_basic_pos-1142869499' *** Finished cleaning domUs *** Test 02_create_noparm_neg started at Mon Mar 20 09:45:32 2006 CDT [dom0] Running `xm create' Error: Cannot open config file "xmdefconfig" PASS: 02_create_noparm_neg.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 500 1 r----- 1681.0 Zombie-01_create_basic_pos-1142869499 2 64 1 -b---d 4.9 [dom0] Running `xm destroy Zombie-01_create_basic_pos-1142869499' *** Finished cleaning domUs *** Test 03_create_badparm_neg started at Mon Mar 20 09:45:33 2006 CDT [dom0] Running `xm create -x' Error: option -x not recognized PASS: 03_create_badparm_neg.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 500 1 r----- 1681.8 *** Finished cleaning domUs *** Test 04_create_conflictname_neg started at Mon Mar 20 09:45:33 2006 CDT [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain default [dom0] Waiting 20 seconds for domU boot... [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Error: Error creating domain: VM name 'default' already in use by domain 3 [dom0] Running `xm shutdown default' PASS: 04_create_conflictname_neg.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 500 1 r----- 1687.3 Zombie-default 3 64 1 -b---d 5.6 [dom0] Running `xm destroy Zombie-default' *** Finished cleaning domUs *** Test 06_create_mem_neg started at Mon Mar 20 09:45:54 2006 CDT [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Error: Error creating domain: (14, 'Bad address') [dom0] Running `xm info' system : Linux host : vmxdom2 release : 2.6.16-rc6-xen0 version : #1 Mon Mar 20 00:12:33 CST 2006 machine : i686 nr_cpus : 16 nr_nodes : 1 sockets_per_node : 4 cores_per_socket : 2 threads_per_core : 2 cpu_mhz : 3002 hw_caps : bfebfbff:20000000:00000000:00000180:000065bd:00000000:00000001 total_memory : 3712 free_memory : 3102 xen_major : 3 xen_minor : 0 xen_extra : -unstable xen_caps : xen-3.0-x86_32 hvm-3.0-x86_32 platform_params : virt_start=0xfc000000 xen_changeset : Sun Mar 19 11:55:46 2006 +0100 9325:1ecb7f1ddc79 cc_compiler : gcc version 3.3.3 (SuSE Linux) cc_compile_by : root cc_compile_domain : ltc.austin.ibm.com cc_compile_date : Mon Mar 20 00:00:49 CST 2006 [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Error: Error creating domain: The privileged domain did not balloon! PASS: 06_create_mem_neg.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 500 1 r----- 1688.5 *** Finished cleaning domUs *** Test 07_create_mem64_pos started at Mon Mar 20 09:46:01 2006 CDT [dom0] Running `xm info' system : Linux host : vmxdom2 release : 2.6.16-rc6-xen0 version : #1 Mon Mar 20 00:12:33 CST 2006 machine : i686 nr_cpus : 16 nr_nodes : 1 sockets_per_node : 4 cores_per_socket : 2 threads_per_core : 2 cpu_mhz : 3002 hw_caps : bfebfbff:20000000:00000000:00000180:000065bd:00000000:00000001 total_memory : 3712 free_memory : 3174 xen_major : 3 xen_minor : 0 xen_extra : -unstable xen_caps : xen-3.0-x86_32 hvm-3.0-x86_32 platform_params : virt_start=0xfc000000 xen_changeset : Sun Mar 19 11:55:46 2006 +0100 9325:1ecb7f1ddc79 cc_compiler : gcc version 3.3.3 (SuSE Linux) cc_compile_by : root cc_compile_domain : ltc.austin.ibm.com cc_compile_date : Mon Mar 20 00:00:49 CST 2006 [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain 07_create_mem64_pos-1142869561 [dom0] Waiting 20 seconds for domU boot... [dom0] Running `xm domid 07_create_mem64_pos-1142869561' 6 [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 500 1 r----- 1693.3 07_create_mem64_pos-1142869561 6 64 1 -b---- 4.5 [dom0] Running `xm shutdown 07_create_mem64_pos-1142869561' PASS: 07_create_mem64_pos.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 500 1 r----- 1693.7 Zombie-07_create_mem64_pos-1142869561 6 64 1 -b---d 4.5 [dom0] Running `xm destroy Zombie-07_create_mem64_pos-1142869561' *** Finished cleaning domUs *** Test 08_create_mem128_pos started at Mon Mar 20 09:46:22 2006 CDT [dom0] Running `xm info' system : Linux host : vmxdom2 release : 2.6.16-rc6-xen0 version : #1 Mon Mar 20 00:12:33 CST 2006 machine : i686 nr_cpus : 16 nr_nodes : 1 sockets_per_node : 4 cores_per_socket : 2 threads_per_core : 2 cpu_mhz : 3002 hw_caps : bfebfbff:20000000:00000000:00000180:000065bd:00000000:00000001 total_memory : 3712 free_memory : 3102 xen_major : 3 xen_minor : 0 xen_extra : -unstable xen_caps : xen-3.0-x86_32 hvm-3.0-x86_32 platform_params : virt_start=0xfc000000 xen_changeset : Sun Mar 19 11:55:46 2006 +0100 9325:1ecb7f1ddc79 cc_compiler : gcc version 3.3.3 (SuSE Linux) cc_compile_by : root cc_compile_domain : ltc.austin.ibm.com cc_compile_date : Mon Mar 20 00:00:49 CST 2006 [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain 08_create_mem128_pos-1142869582 [dom0] Waiting 20 seconds for domU boot... [dom0] Running `xm domid 08_create_mem128_pos-1142869582' 7 [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 500 1 r----- 1699.1 08_create_mem128_pos-1142869582 7 128 1 -b---- 4.4 [dom0] Running `xm shutdown 08_create_mem128_pos-1142869582' PASS: 08_create_mem128_pos.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 500 1 r----- 1699.5 Zombie-08_create_mem128_pos-1142869582 7 128 1 -b---d 4.4 [dom0] Running `xm destroy Zombie-08_create_mem128_pos-1142869582' *** Finished cleaning domUs *** Test 09_create_mem256_pos started at Mon Mar 20 09:46:44 2006 CDT [dom0] Running `xm info' system : Linux host : vmxdom2 release : 2.6.16-rc6-xen0 version : #1 Mon Mar 20 00:12:33 CST 2006 machine : i686 nr_cpus : 16 nr_nodes : 1 sockets_per_node : 4 cores_per_socket : 2 threads_per_core : 2 cpu_mhz : 3002 hw_caps : bfebfbff:20000000:00000000:00000180:000065bd:00000000:00000001 total_memory : 3712 free_memory : 3038 xen_major : 3 xen_minor : 0 xen_extra : -unstable xen_caps : xen-3.0-x86_32 hvm-3.0-x86_32 platform_params : virt_start=0xfc000000 xen_changeset : Sun Mar 19 11:55:46 2006 +0100 9325:1ecb7f1ddc79 cc_compiler : gcc version 3.3.3 (SuSE Linux) cc_compile_by : root cc_compile_domain : ltc.austin.ibm.com cc_compile_date : Mon Mar 20 00:00:49 CST 2006 [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain 09_create_mem256_pos-1142869604 [dom0] Waiting 20 seconds for domU boot... [dom0] Running `xm domid 09_create_mem256_pos-1142869604' 8 [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 500 1 r----- 1704.6 09_create_mem256_pos-1142869604 8 256 1 -b---- 4.4 [dom0] Running `xm shutdown 09_create_mem256_pos-1142869604' PASS: 09_create_mem256_pos.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 500 1 r----- 1705.0 Zombie-09_create_mem256_pos-1142869604 8 256 1 -b---d 4.4 [dom0] Running `xm destroy Zombie-09_create_mem256_pos-1142869604' *** Finished cleaning domUs *** Test 10_create_fastdestroy started at Mon Mar 20 09:47:05 2006 CDT [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' Traceback (most recent call last): File "./10_create_fastdestroy.test", line 42, in ? domain.destroy() File "/usr/xen/xen-unstable.hg/tools/xm-test/lib/XmTestLib/XenDomain.py", line 218, in destroy ret, output = traceCommand(prog + cmd + self.config.getOpt("name")) File "/usr/xen/xen-unstable.hg/tools/xm-test/lib/XmTestLib/Test.py", line 99, in traceCommand status, output = commands.getstatusoutput(command) File "/usr/lib/python2.3/commands.py", line 54, in getstatusoutput text = pipe.read() KeyboardInterrupt make[2]: *** [check-TESTS] Interrupt make[1]: *** [check-am] Interrupt make: *** [check-recursive] Interrupt --------------070304080803080101080603 Content-Type: text/plain; name="032006-cs9325-hvm-64bit.output" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="032006-cs9325-hvm-64bit.output" *** case block-create from group default *** Running tests for case block-create make[1]: Entering directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/block-create' make check-TESTS make[2]: Entering directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/block-create' *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 495 1 r----- 89.0 01_domu_proc-1142874531 1 64 1 -b---- 7.8 [dom0] Running `xm destroy 01_domu_proc-1142874531' *** Finished cleaning domUs *** Test 01_block_attach_device_pos started at Mon Mar 20 11:09:26 2006 CDT REASON: Block-attach not supported for HVM domains SKIP: 01_block_attach_device_pos.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 495 1 r----- 90.0 *** Finished cleaning domUs *** Test 02_block_attach_file_device_pos started at Mon Mar 20 11:09:26 2006 CDT REASON: Block-attach not supported for HVM domains SKIP: 02_block_attach_file_device_pos.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 495 1 r----- 90.2 *** Finished cleaning domUs *** Test 04_block_attach_device_repeatedly_pos started at Mon Mar 20 11:09:26 2006 CDT REASON: Block-attach not supported for HVM domains SKIP: 04_block_attach_device_repeatedly_pos.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 495 1 r----- 90.4 *** Finished cleaning domUs *** Test 05_block_attach_and_dettach_device_repeatedly_pos started at Mon Mar 20 11:09:27 2006 CDT REASON: Block-attach not supported for HVM domains SKIP: 05_block_attach_and_dettach_device_repeatedly_pos.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 495 1 r----- 90.6 *** Finished cleaning domUs *** Test 06_block_attach_baddomain_neg started at Mon Mar 20 11:09:27 2006 CDT REASON: Block-attach not supported for HVM domains SKIP: 06_block_attach_baddomain_neg.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 495 1 r----- 90.8 *** Finished cleaning domUs *** Test 07_block_attach_baddevice_neg started at Mon Mar 20 11:09:27 2006 CDT REASON: Block-attach not supported for HVM domains SKIP: 07_block_attach_baddevice_neg.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 495 1 r----- 91.0 *** Finished cleaning domUs *** Test 08_block_attach_bad_filedevice_neg started at Mon Mar 20 11:09:27 2006 CDT REASON: Block-attach not supported for HVM domains SKIP: 08_block_attach_bad_filedevice_neg.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 495 1 r----- 91.1 *** Finished cleaning domUs *** Test 09_block_attach_and_dettach_device_check_data_pos started at Mon Mar 20 11:09:27 2006 CDT REASON: Block-attach not supported for HVM domains SKIP: 09_block_attach_and_dettach_device_check_data_pos.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 495 1 r----- 91.3 *** Finished cleaning domUs *** Test 11_block_attach_shared_dom0 started at Mon Mar 20 11:09:28 2006 CDT REASON: Block-attach not supported for HVM domains SKIP: 11_block_attach_shared_dom0.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 495 1 r----- 91.5 *** Finished cleaning domUs *** Test 12_block_attach_shared_domU started at Mon Mar 20 11:09:28 2006 CDT REASON: Block-attach not supported for HVM domains SKIP: 12_block_attach_shared_domU.test ======================= All 0 tests passed (10 tests were not run) ======================= make[2]: Leaving directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/block-create' make[1]: Leaving directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/block-create' *** case block-destroy from group default *** Running tests for case block-destroy make[1]: Entering directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/block-destroy' make check-TESTS make[2]: Entering directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/block-destroy' *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 495 1 r----- 91.8 *** Finished cleaning domUs *** Test 01_block-destroy_btblock_pos started at Mon Mar 20 11:09:28 2006 CDT REASON: Block-detach not supported for HVM domains SKIP: 01_block-destroy_btblock_pos.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 495 1 r----- 92.0 *** Finished cleaning domUs *** Test 02_block-destroy_rtblock_pos started at Mon Mar 20 11:09:28 2006 CDT REASON: Block-detach not supported for HVM domains SKIP: 02_block-destroy_rtblock_pos.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 495 1 r----- 92.2 *** Finished cleaning domUs *** Test 03_block-destroy_nonexist_neg started at Mon Mar 20 11:09:28 2006 CDT [dom0] Running `xm block-detach 9999 769' Error: Domain '9999' not found when running 'xm block-detach' PASS: 03_block-destroy_nonexist_neg.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 495 1 r----- 92.5 *** Finished cleaning domUs *** Test 04_block-destroy_nonattached_neg started at Mon Mar 20 11:09:29 2006 CDT REASON: Block-detach not supported for HVM domains SKIP: 04_block-destroy_nonattached_neg.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 495 1 r----- 92.7 *** Finished cleaning domUs *** Test 05_block-destroy_byname_pos started at Mon Mar 20 11:09:29 2006 CDT REASON: Block-detach not supported for HVM domains SKIP: 05_block-destroy_byname_pos.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 495 1 r----- 92.9 *** Finished cleaning domUs *** Test 06_block-destroy_check_list_pos started at Mon Mar 20 11:09:29 2006 CDT REASON: Block-detach not supported for HVM domains SKIP: 06_block-destroy_check_list_pos.test ====================== All 1 tests passed (5 tests were not run) ====================== make[2]: Leaving directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/block-destroy' make[1]: Leaving directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/block-destroy' *** case block-list from group default *** Running tests for case block-list make[1]: Entering directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/block-list' make check-TESTS make[2]: Entering directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/block-list' *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 495 1 r----- 93.1 *** Finished cleaning domUs *** Test 01_block-list_pos started at Mon Mar 20 11:09:29 2006 CDT REASON: Block-list not supported for HVM domains SKIP: 01_block-list_pos.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 495 1 r----- 93.3 *** Finished cleaning domUs *** Test 02_block-list_attachbd_pos started at Mon Mar 20 11:09:30 2006 CDT REASON: Block-list not supported for HVM domains SKIP: 02_block-list_attachbd_pos.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 495 1 r----- 93.5 *** Finished cleaning domUs *** Test 03_block-list_anotherbd_pos started at Mon Mar 20 11:09:30 2006 CDT REASON: Block-list not supported for HVM domains SKIP: 03_block-list_anotherbd_pos.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 495 1 r----- 93.7 *** Finished cleaning domUs *** Test 04_block-list_nodb_pos started at Mon Mar 20 11:09:30 2006 CDT REASON: Block-list not supported for HVM domains SKIP: 04_block-list_nodb_pos.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 495 1 r----- 93.9 *** Finished cleaning domUs *** Test 05_block-list_nonexist_neg started at Mon Mar 20 11:09:30 2006 CDT [dom0] Running `xm block-list 9999' Error: Domain '9999' not found when running 'xm block-list' PASS: 05_block-list_nonexist_neg.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 495 1 r----- 94.2 *** Finished cleaning domUs *** Test 06_block-list_checkremove_pos started at Mon Mar 20 11:09:31 2006 CDT REASON: Block-list not supported for HVM domains SKIP: 06_block-list_checkremove_pos.test ====================== All 1 tests passed (5 tests were not run) ====================== make[2]: Leaving directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/block-list' make[1]: Leaving directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/block-list' *** case console from group default *** Running tests for case console make[1]: Entering directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/console' make check-TESTS make[2]: Entering directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/console' *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 495 1 r----- 94.8 *** Finished cleaning domUs *** Test 01_console_badopt_neg started at Mon Mar 20 11:09:31 2006 CDT [dom0] Running `xm console -x' Error: Not found PASS: 01_console_badopt_neg.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 495 1 r----- 95.1 *** Finished cleaning domUs *** Test 02_console_baddom_neg started at Mon Mar 20 11:09:31 2006 CDT [dom0] Running `xm console 5000' Error: Domain '5000' not found when running 'xm console' [dom0] Running `xm console NON_EXIST' Error: Domain 'NON_EXIST' not found when running 'xm console' PASS: 02_console_baddom_neg.test ================== All 2 tests passed ================== make[2]: Leaving directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/console' make[1]: Leaving directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/console' *** case create from group default *** Running tests for case create make[1]: Entering directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/create' make check-TESTS make[2]: Entering directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/create' *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 495 1 r----- 95.6 *** Finished cleaning domUs *** Test 01_create_basic_pos started at Mon Mar 20 11:09:32 2006 CDT [dom0] Running `xm info' system : Linux host : vmxdom2 release : 2.6.16-rc6-xen0 version : #1 Mon Mar 20 10:32:13 CST 2006 machine : x86_64 nr_cpus : 16 nr_nodes : 1 sockets_per_node : 4 cores_per_socket : 2 threads_per_core : 2 cpu_mhz : 3002 hw_caps : bfebfbff:20000800:00000000:00000180:000065bd:00000000:00000001 total_memory : 8192 free_memory : 7579 xen_major : 3 xen_minor : 0 xen_extra : -unstable xen_caps : xen-3.0-x86_64 hvm-3.0-x86_32 hvm-3.0-x86_64 platform_params : virt_start=0xffff800000000000 xen_changeset : Sun Mar 19 11:55:46 2006 +0100 9325:1ecb7f1ddc79 cc_compiler : gcc version 3.3.3 (SuSE Linux) cc_compile_by : root cc_compile_domain : ltc.austin.ibm.com cc_compile_date : Mon Mar 20 10:21:27 CST 2006 [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain 01_create_basic_pos-1142874572 [dom0] Waiting 20 seconds for domU boot... Console executing: ['/usr/sbin/xm', 'xm', 'console', '01_create_basic_pos-1142874572'] [01_create_basic_pos-1142874572] Sending `input' [01_create_basic_pos-1142874572] Sending `ls' [01_create_basic_pos-1142874572] Sending `echo $?' [dom0] Running `xm shutdown 01_create_basic_pos-1142874572' PASS: 01_create_basic_pos.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 495 1 r----- 103.2 *** Finished cleaning domUs *** Test 02_create_noparm_neg started at Mon Mar 20 11:10:06 2006 CDT [dom0] Running `xm create' Error: Cannot open config file "xmdefconfig" PASS: 02_create_noparm_neg.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 495 1 r----- 103.6 *** Finished cleaning domUs *** Test 03_create_badparm_neg started at Mon Mar 20 11:10:06 2006 CDT [dom0] Running `xm create -x' Error: option -x not recognized PASS: 03_create_badparm_neg.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 495 1 r----- 103.9 *** Finished cleaning domUs *** Test 04_create_conflictname_neg started at Mon Mar 20 11:10:06 2006 CDT [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain default [dom0] Waiting 20 seconds for domU boot... [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Error: Error creating domain: VM name 'default' already in use by domain 3 [dom0] Running `xm shutdown default' PASS: 04_create_conflictname_neg.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 495 1 r----- 110.3 *** Finished cleaning domUs *** Test 06_create_mem_neg started at Mon Mar 20 11:10:28 2006 CDT [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Error: Error creating domain: (14, 'Bad address') [dom0] Running `xm info' system : Linux host : vmxdom2 release : 2.6.16-rc6-xen0 version : #1 Mon Mar 20 10:32:13 CST 2006 machine : x86_64 nr_cpus : 16 nr_nodes : 1 sockets_per_node : 4 cores_per_socket : 2 threads_per_core : 2 cpu_mhz : 3002 hw_caps : bfebfbff:20000800:00000000:00000180:000065bd:00000000:00000001 total_memory : 8192 free_memory : 7579 xen_major : 3 xen_minor : 0 xen_extra : -unstable xen_caps : xen-3.0-x86_64 hvm-3.0-x86_32 hvm-3.0-x86_64 platform_params : virt_start=0xffff800000000000 xen_changeset : Sun Mar 19 11:55:46 2006 +0100 9325:1ecb7f1ddc79 cc_compiler : gcc version 3.3.3 (SuSE Linux) cc_compile_by : root cc_compile_domain : ltc.austin.ibm.com cc_compile_date : Mon Mar 20 10:21:27 CST 2006 [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Error: Error creating domain: The privileged domain did not balloon! PASS: 06_create_mem_neg.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 495 1 r----- 111.4 *** Finished cleaning domUs *** Test 07_create_mem64_pos started at Mon Mar 20 11:10:34 2006 CDT [dom0] Running `xm info' system : Linux host : vmxdom2 release : 2.6.16-rc6-xen0 version : #1 Mon Mar 20 10:32:13 CST 2006 machine : x86_64 nr_cpus : 16 nr_nodes : 1 sockets_per_node : 4 cores_per_socket : 2 threads_per_core : 2 cpu_mhz : 3002 hw_caps : bfebfbff:20000800:00000000:00000180:000065bd:00000000:00000001 total_memory : 8192 free_memory : 7579 xen_major : 3 xen_minor : 0 xen_extra : -unstable xen_caps : xen-3.0-x86_64 hvm-3.0-x86_32 hvm-3.0-x86_64 platform_params : virt_start=0xffff800000000000 xen_changeset : Sun Mar 19 11:55:46 2006 +0100 9325:1ecb7f1ddc79 cc_compiler : gcc version 3.3.3 (SuSE Linux) cc_compile_by : root cc_compile_domain : ltc.austin.ibm.com cc_compile_date : Mon Mar 20 10:21:27 CST 2006 [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain 07_create_mem64_pos-1142874634 [dom0] Waiting 20 seconds for domU boot... [dom0] Running `xm domid 07_create_mem64_pos-1142874634' 6 [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 495 1 r----- 117.9 07_create_mem64_pos-1142874634 6 64 1 -b---- 6.1 [dom0] Running `xm shutdown 07_create_mem64_pos-1142874634' PASS: 07_create_mem64_pos.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 495 1 r----- 118.5 *** Finished cleaning domUs *** Test 08_create_mem128_pos started at Mon Mar 20 11:10:56 2006 CDT [dom0] Running `xm info' system : Linux host : vmxdom2 release : 2.6.16-rc6-xen0 version : #1 Mon Mar 20 10:32:13 CST 2006 machine : x86_64 nr_cpus : 16 nr_nodes : 1 sockets_per_node : 4 cores_per_socket : 2 threads_per_core : 2 cpu_mhz : 3002 hw_caps : bfebfbff:20000800:00000000:00000180:000065bd:00000000:00000001 total_memory : 8192 free_memory : 7579 xen_major : 3 xen_minor : 0 xen_extra : -unstable xen_caps : xen-3.0-x86_64 hvm-3.0-x86_32 hvm-3.0-x86_64 platform_params : virt_start=0xffff800000000000 xen_changeset : Sun Mar 19 11:55:46 2006 +0100 9325:1ecb7f1ddc79 cc_compiler : gcc version 3.3.3 (SuSE Linux) cc_compile_by : root cc_compile_domain : ltc.austin.ibm.com cc_compile_date : Mon Mar 20 10:21:27 CST 2006 [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain 08_create_mem128_pos-1142874656 [dom0] Waiting 20 seconds for domU boot... [dom0] Running `xm domid 08_create_mem128_pos-1142874656' 7 [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 495 1 r----- 124.9 08_create_mem128_pos-1142874656 7 128 1 -b---- 6.2 [dom0] Running `xm shutdown 08_create_mem128_pos-1142874656' PASS: 08_create_mem128_pos.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 495 1 r----- 125.6 *** Finished cleaning domUs *** Test 09_create_mem256_pos started at Mon Mar 20 11:11:17 2006 CDT [dom0] Running `xm info' system : Linux host : vmxdom2 release : 2.6.16-rc6-xen0 version : #1 Mon Mar 20 10:32:13 CST 2006 machine : x86_64 nr_cpus : 16 nr_nodes : 1 sockets_per_node : 4 cores_per_socket : 2 threads_per_core : 2 cpu_mhz : 3002 hw_caps : bfebfbff:20000800:00000000:00000180:000065bd:00000000:00000001 total_memory : 8192 free_memory : 7579 xen_major : 3 xen_minor : 0 xen_extra : -unstable xen_caps : xen-3.0-x86_64 hvm-3.0-x86_32 hvm-3.0-x86_64 platform_params : virt_start=0xffff800000000000 xen_changeset : Sun Mar 19 11:55:46 2006 +0100 9325:1ecb7f1ddc79 cc_compiler : gcc version 3.3.3 (SuSE Linux) cc_compile_by : root cc_compile_domain : ltc.austin.ibm.com cc_compile_date : Mon Mar 20 10:21:27 CST 2006 [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain 09_create_mem256_pos-1142874678 [dom0] Waiting 20 seconds for domU boot... [dom0] Running `xm domid 09_create_mem256_pos-1142874678' 8 [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 495 1 r----- 132.0 09_create_mem256_pos-1142874678 8 256 1 -b---- 6.2 [dom0] Running `xm shutdown 09_create_mem256_pos-1142874678' PASS: 09_create_mem256_pos.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 495 1 r----- 132.9 *** Finished cleaning domUs *** Test 10_create_fastdestroy started at Mon Mar 20 11:11:39 2006 CDT [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain testdomain [dom0] Running `xm destroy testdomain' PASS: 10_create_fastdestroy.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 495 1 r----- 220.9 *** Finished cleaning domUs *** Test 11_create_concurrent_pos started at Mon Mar 20 11:13:10 2006 CDT [dom0] Running `xm info' system : Linux host : vmxdom2 release : 2.6.16-rc6-xen0 version : #1 Mon Mar 20 10:32:13 CST 2006 machine : x86_64 nr_cpus : 16 nr_nodes : 1 sockets_per_node : 4 cores_per_socket : 2 threads_per_core : 2 cpu_mhz : 3002 hw_caps : bfebfbff:20000800:00000000:00000180:000065bd:00000000:00000001 total_memory : 8192 free_memory : 7579 xen_major : 3 xen_minor : 0 xen_extra : -unstable xen_caps : xen-3.0-x86_64 hvm-3.0-x86_32 hvm-3.0-x86_64 platform_params : virt_start=0xffff800000000000 xen_changeset : Sun Mar 19 11:55:46 2006 +0100 9325:1ecb7f1ddc79 cc_compiler : gcc version 3.3.3 (SuSE Linux) cc_compile_by : root cc_compile_domain : ltc.austin.ibm.com cc_compile_date : Mon Mar 20 10:21:27 CST 2006 *** 315 doms is too many: capping at 16 Watch out! I'm trying to create 16 DomUs! [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain 11_create_0 [dom0] Waiting 20 seconds for domU boot... Console executing: ['/usr/sbin/xm', 'xm', 'console', '11_create_0'] [11_create_0] Sending `foo' [11_create_0] Sending `ls' [11_create_0] Sending `echo $?' [0] Started 11_create_0 [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain 11_create_1 [dom0] Waiting 20 seconds for domU boot... Console executing: ['/usr/sbin/xm', 'xm', 'console', '11_create_1'] [11_create_1] Sending `foo' [11_create_1] Sending `ls' [11_create_1] Sending `echo $?' [1] Started 11_create_1 [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain 11_create_2 [dom0] Waiting 20 seconds for domU boot... Console executing: ['/usr/sbin/xm', 'xm', 'console', '11_create_2'] [11_create_2] Sending `foo' [11_create_2] Sending `ls' [11_create_2] Sending `echo $?' [2] Started 11_create_2 [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain 11_create_3 [dom0] Waiting 20 seconds for domU boot... Console executing: ['/usr/sbin/xm', 'xm', 'console', '11_create_3'] [11_create_3] Sending `foo' [11_create_3] Sending `ls' [11_create_3] Sending `echo $?' [3] Started 11_create_3 [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain 11_create_4 [dom0] Waiting 20 seconds for domU boot... Console executing: ['/usr/sbin/xm', 'xm', 'console', '11_create_4'] [11_create_4] Sending `foo' [11_create_4] Sending `ls' [11_create_4] Sending `echo $?' [4] Started 11_create_4 [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain 11_create_5 [dom0] Waiting 20 seconds for domU boot... Console executing: ['/usr/sbin/xm', 'xm', 'console', '11_create_5'] [11_create_5] Sending `foo' [11_create_5] Sending `ls' [11_create_5] Sending `echo $?' [5] Started 11_create_5 [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain 11_create_6 [dom0] Waiting 20 seconds for domU boot... Console executing: ['/usr/sbin/xm', 'xm', 'console', '11_create_6'] [11_create_6] Sending `foo' [11_create_6] Sending `ls' [11_create_6] Sending `echo $?' [6] Started 11_create_6 [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain 11_create_7 [dom0] Waiting 20 seconds for domU boot... Console executing: ['/usr/sbin/xm', 'xm', 'console', '11_create_7'] [11_create_7] Sending `foo' [11_create_7] Sending `ls' [11_create_7] Sending `echo $?' [7] Started 11_create_7 [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain 11_create_8 [dom0] Waiting 20 seconds for domU boot... Console executing: ['/usr/sbin/xm', 'xm', 'console', '11_create_8'] [11_create_8] Sending `foo' [11_create_8] Sending `ls' [11_create_8] Sending `echo $?' [8] Started 11_create_8 [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain 11_create_9 [dom0] Waiting 20 seconds for domU boot... Console executing: ['/usr/sbin/xm', 'xm', 'console', '11_create_9'] [11_create_9] Sending `foo' [11_create_9] Sending `ls' [11_create_9] Sending `echo $?' [9] Started 11_create_9 [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain 11_create_10 [dom0] Waiting 20 seconds for domU boot... Console executing: ['/usr/sbin/xm', 'xm', 'console', '11_create_10'] [11_create_10] Sending `foo' [11_create_10] Sending `ls' [11_create_10] Sending `echo $?' [10] Started 11_create_10 [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain 11_create_11 [dom0] Waiting 20 seconds for domU boot... Console executing: ['/usr/sbin/xm', 'xm', 'console', '11_create_11'] [11_create_11] Sending `foo' [11_create_11] Sending `ls' [11_create_11] Sending `echo $?' [11] Started 11_create_11 [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain 11_create_12 [dom0] Waiting 20 seconds for domU boot... Console executing: ['/usr/sbin/xm', 'xm', 'console', '11_create_12'] [11_create_12] Sending `foo' [11_create_12] Sending `ls' [11_create_12] Sending `echo $?' [12] Started 11_create_12 [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain 11_create_13 [dom0] Waiting 20 seconds for domU boot... Console executing: ['/usr/sbin/xm', 'xm', 'console', '11_create_13'] [11_create_13] Sending `foo' [11_create_13] Sending `ls' [11_create_13] Sending `echo $?' [13] Started 11_create_13 [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain 11_create_14 [dom0] Waiting 20 seconds for domU boot... Console executing: ['/usr/sbin/xm', 'xm', 'console', '11_create_14'] [11_create_14] Sending `foo' [11_create_14] Sending `ls' [11_create_14] Sending `echo $?' [14] Started 11_create_14 [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain 11_create_15 [dom0] Waiting 20 seconds for domU boot... Console executing: ['/usr/sbin/xm', 'xm', 'console', '11_create_15'] [11_create_15] Sending `foo' [11_create_15] Sending `ls' [11_create_15] Sending `echo $?' [15] Started 11_create_15 Testing console of 11_create_14 [11_create_14] Sending `ls' [11_create_14] Sending `echo $?' Testing console of 11_create_4 [11_create_4] Sending `ls' [11_create_4] Sending `echo $?' Testing console of 11_create_0 [11_create_0] Sending `ls' [11_create_0] Sending `echo $?' Testing console of 11_create_13 [11_create_13] Sending `ls' [11_create_13] Sending `echo $?' Testing console of 11_create_6 [11_create_6] Sending `ls' [11_create_6] Sending `echo $?' PASS: 11_create_concurrent_pos.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 495 1 r----- 350.1 11_create_5 64 24 1 -b---- 19.0 11_create_7 66 24 1 -b---- 18.4 11_create_8 67 24 1 -b---- 15.3 11_create_9 68 24 1 -b---- 14.0 11_create_10 69 24 1 -b---- 12.8 11_create_11 70 24 1 -b---- 11.8 11_create_6 65 24 1 -b---- 18.5 11_create_13 72 24 1 -b---- 9.4 11_create_14 73 24 1 -b---- 7.8 11_create_15 74 24 1 -b---- 6.7 11_create_12 71 24 1 -b---- 10.3 11_create_0 59 24 1 -b---- 27.2 11_create_1 60 24 1 -b---- 24.9 11_create_2 61 24 1 -b---- 23.6 11_create_3 62 24 1 -b---- 23.4 11_create_4 63 24 1 -b---- 20.3 [dom0] Running `xm destroy 11_create_5' [dom0] Running `xm destroy 11_create_7' [dom0] Running `xm destroy 11_create_8' [dom0] Running `xm destroy 11_create_9' [dom0] Running `xm destroy 11_create_10' [dom0] Running `xm destroy 11_create_11' [dom0] Running `xm destroy 11_create_6' [dom0] Running `xm destroy 11_create_13' [dom0] Running `xm destroy 11_create_14' [dom0] Running `xm destroy 11_create_15' [dom0] Running `xm destroy 11_create_12' [dom0] Running `xm destroy 11_create_0' [dom0] Running `xm destroy 11_create_1' [dom0] Running `xm destroy 11_create_2' [dom0] Running `xm destroy 11_create_3' [dom0] Running `xm destroy 11_create_4' *** Finished cleaning domUs *** Test 12_create_concurrent_stress_pos started at Mon Mar 20 11:22:34 2006 CDT [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain 12_create_concurrent_stress_pos-1142875354 [dom0] Waiting 20 seconds for domU boot... Console executing: ['/usr/sbin/xm', 'xm', 'console', '12_create_concurrent_stress_pos-1142875354'] [12_create_concurrent_stress_pos-1142875354] Sending `foo' [0/5] Started 12_create_concurrent_stress_pos-1142875354 [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain 12_create_concurrent_stress_pos-1142875381 [dom0] Waiting 20 seconds for domU boot... Console executing: ['/usr/sbin/xm', 'xm', 'console', '12_create_concurrent_stress_pos-1142875381'] [12_create_concurrent_stress_pos-1142875381] Sending `foo' [1/5] Started 12_create_concurrent_stress_pos-1142875381 [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain 12_create_concurrent_stress_pos-1142875408 [dom0] Waiting 20 seconds for domU boot... Console executing: ['/usr/sbin/xm', 'xm', 'console', '12_create_concurrent_stress_pos-1142875408'] [12_create_concurrent_stress_pos-1142875408] Sending `foo' [2/5] Started 12_create_concurrent_stress_pos-1142875408 [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain 12_create_concurrent_stress_pos-1142875434 [dom0] Waiting 20 seconds for domU boot... Console executing: ['/usr/sbin/xm', 'xm', 'console', '12_create_concurrent_stress_pos-1142875434'] [12_create_concurrent_stress_pos-1142875434] Sending `foo' [3/5] Started 12_create_concurrent_stress_pos-1142875434 [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain 12_create_concurrent_stress_pos-1142875461 [dom0] Waiting 20 seconds for domU boot... Console executing: ['/usr/sbin/xm', 'xm', 'console', '12_create_concurrent_stress_pos-1142875461'] [12_create_concurrent_stress_pos-1142875461] Sending `foo' [4/5] Started 12_create_concurrent_stress_pos-1142875461 Starting task on 12_create_concurrent_stress_pos-1142875354 [12_create_concurrent_stress_pos-1142875354] Sending `gzip -c /dev/null & ' Starting task on 12_create_concurrent_stress_pos-1142875381 [12_create_concurrent_stress_pos-1142875381] Sending `gzip -c /dev/null & ' Starting task on 12_create_concurrent_stress_pos-1142875408 [12_create_concurrent_stress_pos-1142875408] Sending `gzip -c /dev/null & ' Starting task on 12_create_concurrent_stress_pos-1142875434 [12_create_concurrent_stress_pos-1142875434] Sending `gzip -c /dev/null & ' Starting task on 12_create_concurrent_stress_pos-1142875461 [12_create_concurrent_stress_pos-1142875461] Sending `gzip -c /dev/null & ' Waiting 60 seconds... Testing domain 12_create_concurrent_stress_pos-1142875354... [12_create_concurrent_stress_pos-1142875354] Sending `ls' [12_create_concurrent_stress_pos-1142875354] Sending `echo $?' Testing domain 12_create_concurrent_stress_pos-1142875381... [12_create_concurrent_stress_pos-1142875381] Sending `ls' [12_create_concurrent_stress_pos-1142875381] Sending `echo $?' Testing domain 12_create_concurrent_stress_pos-1142875408... [12_create_concurrent_stress_pos-1142875408] Sending `ls' [12_create_concurrent_stress_pos-1142875408] Sending `echo $?' Testing domain 12_create_concurrent_stress_pos-1142875434... [12_create_concurrent_stress_pos-1142875434] Sending `ls' [12_create_concurrent_stress_pos-1142875434] Sending `echo $?' Testing domain 12_create_concurrent_stress_pos-1142875461... [12_create_concurrent_stress_pos-1142875461] Sending `ls' [12_create_concurrent_stress_pos-1142875461] Sending `echo $?' PASS: 12_create_concurrent_stress_pos.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 495 1 r----- 399.2 12_create_concurrent_stress_pos-1142875354 75 32 1 r----- 114.5 12_create_concurrent_stress_pos-1142875381 76 32 1 r----- 110.4 12_create_concurrent_stress_pos-1142875408 77 32 1 r----- 107.2 12_create_concurrent_stress_pos-1142875434 78 32 1 r----- 100.3 12_create_concurrent_stress_pos-1142875461 79 32 1 r----- 96.9 [dom0] Running `xm destroy 12_create_concurrent_stress_pos-1142875354' [dom0] Running `xm destroy 12_create_concurrent_stress_pos-1142875381' [dom0] Running `xm destroy 12_create_concurrent_stress_pos-1142875408' [dom0] Running `xm destroy 12_create_concurrent_stress_pos-1142875434' [dom0] Running `xm destroy 12_create_concurrent_stress_pos-1142875461' *** Finished cleaning domUs *** Test 13_create_multinic_pos started at Mon Mar 20 11:26:38 2006 CDT [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain 13_create_multinic_pos-1142875598 [dom0] Waiting 20 seconds for domU boot... Console executing: ['/usr/sbin/xm', 'xm', 'console', '13_create_multinic_pos-1142875598'] [13_create_multinic_pos-1142875598] Sending `input' [13_create_multinic_pos-1142875598] Sending `ls' [13_create_multinic_pos-1142875598] Sending `echo $?' [dom0] Running `xm destroy 13_create_multinic_pos-1142875598' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain 13_create_multinic_pos-1142875631 [dom0] Waiting 20 seconds for domU boot... Console executing: ['/usr/sbin/xm', 'xm', 'console', '13_create_multinic_pos-1142875631'] [13_create_multinic_pos-1142875631] Sending `input' [13_create_multinic_pos-1142875631] Sending `ls' [13_create_multinic_pos-1142875631] Sending `echo $?' [dom0] Running `xm destroy 13_create_multinic_pos-1142875631' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain 13_create_multinic_pos-1142875665 [dom0] Waiting 20 seconds for domU boot... Console executing: ['/usr/sbin/xm', 'xm', 'console', '13_create_multinic_pos-1142875665'] [13_create_multinic_pos-1142875665] Sending `input' [13_create_multinic_pos-1142875665] Sending `ls' [13_create_multinic_pos-1142875665] Sending `echo $?' [dom0] Running `xm destroy 13_create_multinic_pos-1142875665' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain 13_create_multinic_pos-1142875700 [dom0] Waiting 20 seconds for domU boot... Console executing: ['/usr/sbin/xm', 'xm', 'console', '13_create_multinic_pos-1142875700'] [13_create_multinic_pos-1142875700] Sending `input' [13_create_multinic_pos-1142875700] Sending `ls' [13_create_multinic_pos-1142875700] Sending `echo $?' [dom0] Running `xm destroy 13_create_multinic_pos-1142875700' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain 13_create_multinic_pos-1142875736 [dom0] Waiting 20 seconds for domU boot... Console executing: ['/usr/sbin/xm', 'xm', 'console', '13_create_multinic_pos-1142875736'] [13_create_multinic_pos-1142875736] Sending `input' [13_create_multinic_pos-1142875736] Sending `ls' [13_create_multinic_pos-1142875736] Sending `echo $?' [dom0] Running `xm destroy 13_create_multinic_pos-1142875736' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain 13_create_multinic_pos-1142875774 [dom0] Waiting 20 seconds for domU boot... Console executing: ['/usr/sbin/xm', 'xm', 'console', '13_create_multinic_pos-1142875774'] [13_create_multinic_pos-1142875774] Sending `input' [13_create_multinic_pos-1142875774] Sending `ls' [13_create_multinic_pos-1142875774] Sending `echo $?' [dom0] Running `xm destroy 13_create_multinic_pos-1142875774' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain 13_create_multinic_pos-1142875811 [dom0] Waiting 20 seconds for domU boot... Console executing: ['/usr/sbin/xm', 'xm', 'console', '13_create_multinic_pos-1142875811'] [13_create_multinic_pos-1142875811] Sending `input' [13_create_multinic_pos-1142875811] Sending `ls' [13_create_multinic_pos-1142875811] Sending `echo $?' [dom0] Running `xm destroy 13_create_multinic_pos-1142875811' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain 13_create_multinic_pos-1142875851 [dom0] Waiting 20 seconds for domU boot... Console executing: ['/usr/sbin/xm', 'xm', 'console', '13_create_multinic_pos-1142875851'] [13_create_multinic_pos-1142875851] Sending `input' [13_create_multinic_pos-1142875851] Sending `ls' [13_create_multinic_pos-1142875851] Sending `echo $?' [dom0] Running `xm destroy 13_create_multinic_pos-1142875851' PASS: 13_create_multinic_pos.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 495 1 r----- 506.9 *** Finished cleaning domUs *** Test 14_create_blockroot_pos started at Mon Mar 20 11:31:34 2006 CDT [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain 14_create_blockroot [dom0] Waiting 20 seconds for domU boot... Console executing: ['/usr/sbin/xm', 'xm', 'console', '14_create_blockroot'] [14_create_blockroot] Sending `foo' [14_create_blockroot] Sending `ls' [14_create_blockroot] Sending `echo $?' PASS: 14_create_blockroot_pos.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 495 1 r----- 514.1 14_create_blockroot 88 64 1 -b---- 7.7 [dom0] Running `xm destroy 14_create_blockroot' *** Finished cleaning domUs *** Test 15_create_smallmem_pos started at Mon Mar 20 11:32:07 2006 CDT [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain 15_create_smallmem_pos-1142875927 [dom0] Waiting 20 seconds for domU boot... Console executing: ['/usr/sbin/xm', 'xm', 'console', '15_create_smallmem_pos-1142875927'] [15_create_smallmem_pos-1142875927] Sending `input' [15_create_smallmem_pos-1142875927] Sending `ls' [15_create_smallmem_pos-1142875927] Sending `echo $?' [dom0] Running `xm destroy 15_create_smallmem_pos-1142875927' PASS: 15_create_smallmem_pos.test =================== All 14 tests passed =================== make[2]: Leaving directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/create' make[1]: Leaving directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/create' *** case destroy from group default *** Running tests for case destroy make[1]: Entering directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/destroy' make check-TESTS make[2]: Entering directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/destroy' *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 495 1 r----- 522.2 *** Finished cleaning domUs *** Test 01_destroy_basic_pos started at Mon Mar 20 11:32:41 2006 CDT [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain 01_destroy_basic_pos-1142875961 [dom0] Waiting 20 seconds for domU boot... Console executing: ['/usr/sbin/xm', 'xm', 'console', '01_destroy_basic_pos-1142875961'] [01_destroy_basic_pos-1142875961] Sending `foo' [01_destroy_basic_pos-1142875961] Sending `ls' [01_destroy_basic_pos-1142875961] Sending `echo $?' [dom0] Running `xm destroy 01_destroy_basic_pos-1142875961' PASS: 01_destroy_basic_pos.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 495 1 r----- 529.8 *** Finished cleaning domUs *** Test 02_destroy_noparm_neg started at Mon Mar 20 11:33:14 2006 CDT [dom0] Running `xm destroy' Error: 'xm destroy' requires 1 argument. destroy Terminate a domain immediately PASS: 02_destroy_noparm_neg.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 495 1 r----- 530.1 *** Finished cleaning domUs *** Test 03_destroy_nonexist_neg started at Mon Mar 20 11:33:15 2006 CDT [dom0] Running `xm destroy -x' Error: Not found PASS: 03_destroy_nonexist_neg.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 495 1 r----- 530.8 *** Finished cleaning domUs *** Test 04_destroy_badparm_neg started at Mon Mar 20 11:33:15 2006 CDT [dom0] Running `xm destroy 6666' Error: Domain '6666' not found when running 'xm destroy' PASS: 04_destroy_badparm_neg.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 495 1 r----- 531.1 *** Finished cleaning domUs *** Test 05_destroy_byid_pos started at Mon Mar 20 11:33:16 2006 CDT [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain 05_destroy_byid_pos-1142875996 [dom0] Waiting 20 seconds for domU boot... [dom0] Running `xm domid 05_destroy_byid_pos-1142875996' 91 [dom0] Running `xm destroy 91' PASS: 05_destroy_byid_pos.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 495 1 r----- 537.7 *** Finished cleaning domUs *** Test 06_destroy_dom0_neg started at Mon Mar 20 11:33:37 2006 CDT [dom0] Running `xm destroy 0' Error: Cannot destroy privileged domain 0 PASS: 06_destroy_dom0_neg.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 495 1 r----- 538.1 *** Finished cleaning domUs *** Test 07_destroy_stale_pos started at Mon Mar 20 11:33:37 2006 CDT Running stale tests (nice mode) [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain 07_destroy_stale_pos-1142876017 [dom0] Waiting 20 seconds for domU boot... Console executing: ['/usr/sbin/xm', 'xm', 'console', '07_destroy_stale_pos-1142876017'] [07_destroy_stale_pos-1142876017] Sending `foo' [07_destroy_stale_pos-1142876017] Sending `ls' [07_destroy_stale_pos-1142876017] Sending `echo $?' [dom0] Running `xm destroy 07_destroy_stale_pos-1142876017' [dom0] Running `xm mem-set 07_destroy_stale_pos-1142876017 32' Error: Domain '07_destroy_stale_pos-1142876017' not found when running 'xm mem-set' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain 07_destroy_stale_pos-1142876051 [dom0] Waiting 20 seconds for domU boot... Console executing: ['/usr/sbin/xm', 'xm', 'console', '07_destroy_stale_pos-1142876051'] [07_destroy_stale_pos-1142876051] Sending `foo' [07_destroy_stale_pos-1142876051] Sending `ls' [07_destroy_stale_pos-1142876051] Sending `echo $?' [dom0] Running `xm destroy 07_destroy_stale_pos-1142876051' [dom0] Running `xm pause 07_destroy_stale_pos-1142876051' Error: Domain '07_destroy_stale_pos-1142876051' not found when running 'xm pause' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain 07_destroy_stale_pos-1142876084 [dom0] Waiting 20 seconds for domU boot... Console executing: ['/usr/sbin/xm', 'xm', 'console', '07_destroy_stale_pos-1142876084'] [07_destroy_stale_pos-1142876084] Sending `foo' [07_destroy_stale_pos-1142876084] Sending `ls' [07_destroy_stale_pos-1142876084] Sending `echo $?' [dom0] Running `xm destroy 07_destroy_stale_pos-1142876084' [dom0] Running `xm unpause 07_destroy_stale_pos-1142876084' Error: Domain '07_destroy_stale_pos-1142876084' not found when running 'xm unpause' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain 07_destroy_stale_pos-1142876117 [dom0] Waiting 20 seconds for domU boot... Console executing: ['/usr/sbin/xm', 'xm', 'console', '07_destroy_stale_pos-1142876117'] [07_destroy_stale_pos-1142876117] Sending `foo' [07_destroy_stale_pos-1142876117] Sending `ls' [07_destroy_stale_pos-1142876117] Sending `echo $?' [dom0] Running `xm destroy 07_destroy_stale_pos-1142876117' [dom0] Running `xm reboot 07_destroy_stale_pos-1142876117' Error: Domain '07_destroy_stale_pos-1142876117' not found when running 'xm reboot' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain 07_destroy_stale_pos-1142876151 [dom0] Waiting 20 seconds for domU boot... Console executing: ['/usr/sbin/xm', 'xm', 'console', '07_destroy_stale_pos-1142876151'] [07_destroy_stale_pos-1142876151] Sending `foo' [07_destroy_stale_pos-1142876151] Sending `ls' [07_destroy_stale_pos-1142876151] Sending `echo $?' [dom0] Running `xm destroy 07_destroy_stale_pos-1142876151' [dom0] Running `xm save 07_destroy_stale_pos-1142876151 /tmp/foo' Error: Domain '07_destroy_stale_pos-1142876151' not found when running 'xm save' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain 07_destroy_stale_pos-1142876184 [dom0] Waiting 20 seconds for domU boot... Console executing: ['/usr/sbin/xm', 'xm', 'console', '07_destroy_stale_pos-1142876184'] [07_destroy_stale_pos-1142876184] Sending `foo' [07_destroy_stale_pos-1142876184] Sending `ls' [07_destroy_stale_pos-1142876184] Sending `echo $?' [dom0] Running `xm destroy 07_destroy_stale_pos-1142876184' [dom0] Running `xm block-list 07_destroy_stale_pos-1142876184' Error: Domain '07_destroy_stale_pos-1142876184' not found when running 'xm block-list' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain 07_destroy_stale_pos-1142876218 [dom0] Waiting 20 seconds for domU boot... Console executing: ['/usr/sbin/xm', 'xm', 'console', '07_destroy_stale_pos-1142876218'] [07_destroy_stale_pos-1142876218] Sending `foo' [07_destroy_stale_pos-1142876218] Sending `ls' [07_destroy_stale_pos-1142876218] Sending `echo $?' [dom0] Running `xm destroy 07_destroy_stale_pos-1142876218' [dom0] Running `xm shutdown 07_destroy_stale_pos-1142876218' Error: Domain '07_destroy_stale_pos-1142876218' not found when running 'xm shutdown' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain 07_destroy_stale_pos-1142876252 [dom0] Waiting 20 seconds for domU boot... Console executing: ['/usr/sbin/xm', 'xm', 'console', '07_destroy_stale_pos-1142876252'] [07_destroy_stale_pos-1142876252] Sending `foo' [07_destroy_stale_pos-1142876252] Sending `ls' [07_destroy_stale_pos-1142876252] Sending `echo $?' [dom0] Running `xm destroy 07_destroy_stale_pos-1142876252' [dom0] Running `xm domid 07_destroy_stale_pos-1142876252' Error: Domain '07_destroy_stale_pos-1142876252' not found when running 'xm domid' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain 07_destroy_stale_pos-1142876285 [dom0] Waiting 20 seconds for domU boot... Console executing: ['/usr/sbin/xm', 'xm', 'console', '07_destroy_stale_pos-1142876285'] [07_destroy_stale_pos-1142876285] Sending `foo' [07_destroy_stale_pos-1142876285] Sending `ls' [07_destroy_stale_pos-1142876285] Sending `echo $?' [dom0] Running `xm destroy 07_destroy_stale_pos-1142876285' [dom0] Running `xm domname 07_destroy_stale_pos-1142876285' Error: Domain '07_destroy_stale_pos-1142876285' not found when running 'xm domname' Running stale tests (mean mode) [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain 07_destroy_stale_pos-1142876319 [dom0] Running `xm destroy 07_destroy_stale_pos-1142876319' [dom0] Running `xm mem-set 07_destroy_stale_pos-1142876319 32' Error: Domain '07_destroy_stale_pos-1142876319' not found when running 'xm mem-set' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain 07_destroy_stale_pos-1142876320 [dom0] Running `xm destroy 07_destroy_stale_pos-1142876320' [dom0] Running `xm pause 07_destroy_stale_pos-1142876320' Error: Domain '07_destroy_stale_pos-1142876320' not found when running 'xm pause' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain 07_destroy_stale_pos-1142876323 [dom0] Running `xm destroy 07_destroy_stale_pos-1142876323' [dom0] Running `xm unpause 07_destroy_stale_pos-1142876323' Error: Domain '07_destroy_stale_pos-1142876323' not found when running 'xm unpause' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain 07_destroy_stale_pos-1142876324 [dom0] Running `xm destroy 07_destroy_stale_pos-1142876324' [dom0] Running `xm reboot 07_destroy_stale_pos-1142876324' Error: Domain '07_destroy_stale_pos-1142876324' not found when running 'xm reboot' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain 07_destroy_stale_pos-1142876326 [dom0] Running `xm destroy 07_destroy_stale_pos-1142876326' [dom0] Running `xm save 07_destroy_stale_pos-1142876326 /tmp/foo' Error: Domain '07_destroy_stale_pos-1142876326' not found when running 'xm save' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain 07_destroy_stale_pos-1142876329 [dom0] Running `xm destroy 07_destroy_stale_pos-1142876329' [dom0] Running `xm block-list 07_destroy_stale_pos-1142876329' Error: Domain '07_destroy_stale_pos-1142876329' not found when running 'xm block-list' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain 07_destroy_stale_pos-1142876330 [dom0] Running `xm destroy 07_destroy_stale_pos-1142876330' [dom0] Running `xm shutdown 07_destroy_stale_pos-1142876330' Error: Domain '07_destroy_stale_pos-1142876330' not found when running 'xm shutdown' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain 07_destroy_stale_pos-1142876332 [dom0] Running `xm destroy 07_destroy_stale_pos-1142876332' [dom0] Running `xm domid 07_destroy_stale_pos-1142876332' Error: Domain '07_destroy_stale_pos-1142876332' not found when running 'xm domid' [dom0] Running `xm create /tmp/xm-test.conf' Using config file "/tmp/xm-test.conf". Started domain 07_destroy_stale_pos-1142876334 [dom0] Running `xm destroy 07_destroy_stale_pos-1142876334' [dom0] Running `xm domname 07_destroy_stale_pos-1142876334' Error: Domain '07_destroy_stale_pos-1142876334' not found when running 'xm domname' PASS: 07_destroy_stale_pos.test ================== All 7 tests passed ================== make[2]: Leaving directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/destroy' make[1]: Leaving directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/destroy' *** case dmesg from group default *** Running tests for case dmesg make[1]: Entering directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/dmesg' make check-TESTS make[2]: Entering directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/dmesg' *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 495 1 r----- 624.5 *** Finished cleaning domUs *** Test 01_dmesg_basic_pos started at Mon Mar 20 11:38:57 2006 CDT [dom0] Running `xm dmesg' 1) 0000000000000000 - 000000000009F800 (RAM) (XEN) (GUEST: 101) 000000000009F800 - 00000000000A0000 (Reserved) (XEN) (GUEST: 101) 00000000000A0000 - 00000000000C0000 (Type 16) (XEN) (GUEST: 101) 00000000000F0000 - 0000000000100000 (Reserved) (XEN) (GUEST: 101) 0000000000100000 - 0000000003FFE000 (RAM) (XEN) (GUEST: 101) 0000000003FFE000 - 0000000003FFF000 (Type 18) (XEN) (GUEST: 101) 0000000003FFF000 - 0000000004000000 (Type 17) (XEN) (GUEST: 101) 0000000004000000 - 0000000004003000 (ACPI NVS) (XEN) (GUEST: 101) 0000000004003000 - 000000000400D000 (ACPI Data) (XEN) (GUEST: 101) 00000000FEC00000 - 0000000100000000 (Type 16) (XEN) (GUEST: 101) (XEN) (GUEST: 101) Start BIOS ... (XEN) (GUEST: 101) Starting emulated 16-bit real-mode: ip=F000:FFF0 (XEN) (GUEST: 101) rombios.c,v 1.138 2005/05/07 15:55:26 vruppert Exp $ (XEN) HVM_PIT: guest freq in cycles=150137173 (XEN) (GUEST: 101) Remapping master: ICW2 0x8 -> 0x20 (XEN) (GUEST: 101) Remapping slave: ICW2 0x70 -> 0x28 (XEN) (GUEST: 101) VGABios $Id: vgabios.c,v 1.61 2005/05/24 16:50:50 vruppert Exp $ (XEN) (GUEST: 101) HVMAssist BIOS, 1 cpu, $Revision: 1.138 $ $Date: 2005/05/07 15:55:26 $ (XEN) (GUEST: 101) (XEN) (GUEST: 101) ata0-0: PCHS=64/8/32 translation=none LCHS=64/8/32 (XEN) (GUEST: 101) ata0 master: QEMU HARDDISK ATA-2 Hard-Disk (8 MBytes) (XEN) (GUEST: 101) ata0 slave: Unknown device (XEN) (GUEST: 101) ata1 master: QEMU CD-ROM ATAPI-4 CD-Rom/DVD-Rom (XEN) (GUEST: 101) ata1 slave: Unknown device (XEN) (GUEST: 101) (XEN) (GUEST: 101) Booting from Hard Disk... (XEN) (GUEST: 102) HVM Loader (XEN) (GUEST: 102) Loading ROMBIOS ... (XEN) (GUEST: 102) Loading Cirrus VGABIOS ... (XEN) (GUEST: 102) Loading VMXAssist ... (XEN) (GUEST: 102) VMX go ... (XEN) (GUEST: 102) VMXAssist (Mar 20 2006) (XEN) (GUEST: 102) Memory size 64 MB (XEN) (GUEST: 102) E820 map: (XEN) (GUEST: 102) 0000000000000000 - 000000000009F800 (RAM) (XEN) (GUEST: 102) 000000000009F800 - 00000000000A0000 (Reserved) (XEN) (GUEST: 102) 00000000000A0000 - 00000000000C0000 (Type 16) (XEN) (GUEST: 102) 00000000000F0000 - 0000000000100000 (Reserved) (XEN) (GUEST: 102) 0000000000100000 - 0000000003FFE000 (RAM) (XEN) (GUEST: 102) 0000000003FFE000 - 0000000003FFF000 (Type 18) (XEN) (GUEST: 102) 0000000003FFF000 - 0000000004000000 (Type 17) (XEN) (GUEST: 102) 0000000004000000 - 0000000004003000 (ACPI NVS) (XEN) (GUEST: 102) 0000000004003000 - 000000000400D000 (ACPI Data) (XEN) (GUEST: 102) 00000000FEC00000 - 0000000100000000 (Type 16) (XEN) (GUEST: 102) (XEN) (GUEST: 102) Start BIOS ... (XEN) (GUEST: 102) Starting emulated 16-bit real-mode: ip=F000:FFF0 (XEN) (GUEST: 102) rombios.c,v 1.138 2005/05/07 15:55:26 vruppert Exp $ (XEN) HVM_PIT: guest freq in cycles=150137173 (XEN) (GUEST: 102) Remapping master: ICW2 0x8 -> 0x20 (XEN) (GUEST: 102) Remapping slave: ICW2 0x70 -> 0x28 (XEN) (GUEST: 102) VGABios $Id: vgabios.c,v 1.61 2005/05/24 16:50:50 vruppert Exp $ (XEN) (GUEST: 102) HVMAssist BIOS, 1 cpu, $Revision: 1.138 $ $Date: 2005/05/07 15:55:26 $ (XEN) (GUEST: 102) (XEN) (GUEST: 102) ata0-0: PCHS=64/8/32 translation=none LCHS=64/8/32 (XEN) (GUEST: 102) ata0 master: QEMU HARDDISK ATA-2 Hard-Disk (8 MBytes) (XEN) (GUEST: 102) ata0 slave: Unknown device (XEN) (GUEST: 102) ata1 master: QEMU CD-ROM ATAPI-4 CD-Rom/DVD-Rom (XEN) (GUEST: 102) ata1 slave: Unknown device (XEN) (GUEST: 102) (XEN) (GUEST: 102) Booting from Hard Disk... (XEN) (GUEST: 103) HVM Loader (XEN) (GUEST: 103) Loading ROMBIOS ... (XEN) (GUEST: 103) Loading Cirrus VGABIOS ... (XEN) (GUEST: 103) Loading VMXAssist ... (XEN) (GUEST: 103) VMX go ... (XEN) (GUEST: 103) VMXAssist (Mar 20 2006) (XEN) (GUEST: 103) Memory size 64 MB (XEN) (GUEST: 103) E820 map: (XEN) (GUEST: 103) 0000000000000000 - 000000000009F800 (RAM) (XEN) (GUEST: 103) 000000000009F800 - 00000000000A0000 (Reserved) (XEN) (GUEST: 103) 00000000000A0000 - 00000000000C0000 (Type 16) (XEN) (GUEST: 103) 00000000000F0000 - 0000000000100000 (Reserved) (XEN) (GUEST: 103) 0000000000100000 - 0000000003FFE000 (RAM) (XEN) (GUEST: 103) 0000000003FFE000 - 0000000003FFF000 (Type 18) (XEN) (GUEST: 103) 0000000003FFF000 - 0000000004000000 (Type 17) (XEN) (GUEST: 103) 0000000004000000 - 0000000004003000 (ACPI NVS) (XEN) (GUEST: 103) 0000000004003000 - 000000000400D000 (ACPI Data) (XEN) (GUEST: 103) 00000000FEC00000 - 0000000100000000 (Type 16) (XEN) (GUEST: 103) (XEN) (GUEST: 103) Start BIOS ... (XEN) (GUEST: 103) Starting emulated 16-bit real-mode: ip=F000:FFF0 (XEN) (GUEST: 103) rombios.c,v 1.138 2005/05/07 15:55:26 vruppert Exp $ (XEN) HVM_PIT: guest freq in cycles=150137173 (XEN) (GUEST: 103) Remapping master: ICW2 0x8 -> 0x20 (XEN) (GUEST: 103) Remapping slave: ICW2 0x70 -> 0x28 (XEN) (GUEST: 103) VGABios $Id: vgabios.c,v 1.61 2005/05/24 16:50:50 vruppert Exp $ (XEN) (GUEST: 103) HVMAssist BIOS, 1 cpu, $Revision: 1.138 $ $Date: 2005/05/07 15:55:26 $ (XEN) (GUEST: 103) (XEN) (GUEST: 103) ata0-0: PCHS=64/8/32 translation=none LCHS=64/8/32 (XEN) (GUEST: 103) ata0 master: QEMU HARDDISK ATA-2 Hard-Disk (8 MBytes) (XEN) (GUEST: 103) ata0 slave: Unknown device (XEN) (GUEST: 103) ata1 master: QEMU CD-ROM ATAPI-4 CD-Rom/DVD-Rom (XEN) (GUEST: 103) ata1 slave: Unknown device (XEN) (GUEST: 103) (XEN) (GUEST: 103) Booting from Hard Disk... (XEN) (GUEST: 104) HVM Loader (XEN) (GUEST: 104) Loading ROMBIOS ... (XEN) (GUEST: 104) Loading Cirrus VGABIOS ... (XEN) (GUEST: 104) Loading VMXAssist ... (XEN) (GUEST: 104) VMX go ... (XEN) (GUEST: 104) VMXAssist (Mar 20 2006) (XEN) (GUEST: 104) Memory size 64 MB (XEN) (GUEST: 104) E820 map: (XEN) (GUEST: 104) 0000000000000000 - 000000000009F800 (RAM) (XEN) (GUEST: 104) 000000000009F800 - 00000000000A0000 (Reserved) (XEN) (GUEST: 104) 00000000000A0000 - 00000000000C0000 (Type 16) (XEN) (GUEST: 104) 00000000000F0000 - 0000000000100000 (Reserved) (XEN) (GUEST: 104) 0000000000100000 - 0000000003FFE000 (RAM) (XEN) (GUEST: 104) 0000000003FFE000 - 0000000003FFF000 (Type 18) (XEN) (GUEST: 104) 0000000003FFF000 - 0000000004000000 (Type 17) (XEN) (GUEST: 104) 0000000004000000 - 0000000004003000 (ACPI NVS) (XEN) (GUEST: 104) 0000000004003000 - 000000000400D000 (ACPI Data) (XEN) (GUEST: 104) 00000000FEC00000 - 0000000100000000 (Type 16) (XEN) (GUEST: 104) (XEN) (GUEST: 104) Start BIOS ... (XEN) (GUEST: 104) Starting emulated 16-bit real-mode: ip=F000:FFF0 (XEN) (GUEST: 104) rombios.c,v 1.138 2005/05/07 15:55:26 vruppert Exp $ (XEN) HVM_PIT: guest freq in cycles=150137173 (XEN) (GUEST: 104) Remapping master: ICW2 0x8 -> 0x20 (XEN) (GUEST: 104) Remapping slave: ICW2 0x70 -> 0x28 (XEN) (GUEST: 104) VGABios $Id: vgabios.c,v 1.61 2005/05/24 16:50:50 vruppert Exp $ (XEN) (GUEST: 104) HVMAssist BIOS, 1 cpu, $Revision: 1.138 $ $Date: 2005/05/07 15:55:26 $ (XEN) (GUEST: 104) (XEN) (GUEST: 104) ata0-0: PCHS=64/8/32 translation=none LCHS=64/8/32 (XEN) (GUEST: 104) ata0 master: QEMU HARDDISK ATA-2 Hard-Disk (8 MBytes) (XEN) (GUEST: 104) ata0 slave: Unknown device (XEN) (GUEST: 104) ata1 master: QEMU CD-ROM ATAPI-4 CD-Rom/DVD-Rom (XEN) (GUEST: 104) ata1 slave: Unknown device (XEN) (GUEST: 104) (XEN) (GUEST: 104) Booting from Hard Disk... (XEN) (GUEST: 105) HVM Loader (XEN) (GUEST: 105) Loading ROMBIOS ... (XEN) (GUEST: 105) Loading Cirrus VGABIOS ... (XEN) (GUEST: 105) Loading VMXAssist ... (XEN) (GUEST: 105) VMX go ... (XEN) (GUEST: 105) VMXAssist (Mar 20 2006) (XEN) (GUEST: 105) Memory size 64 MB (XEN) (GUEST: 105) E820 map: (XEN) (GUEST: 105) 0000000000000000 - 000000000009F800 (RAM) (XEN) (GUEST: 105) 000000000009F800 - 00000000000A0000 (Reserved) (XEN) (GUEST: 105) 00000000000A0000 - 00000000000C0000 (Type 16) (XEN) (GUEST: 105) 00000000000F0000 - 0000000000100000 (Reserved) (XEN) (GUEST: 105) 0000000000100000 - 0000000003FFE000 (RAM) (XEN) (GUEST: 105) 0000000003FFE000 - 0000000003FFF000 (Type 18) (XEN) (GUEST: 105) 0000000003FFF000 - 0000000004000000 (Type 17) (XEN) (GUEST: 105) 0000000004000000 - 0000000004003000 (ACPI NVS) (XEN) (GUEST: 105) 0000000004003000 - 000000000400D000 (ACPI Data) (XEN) (GUEST: 105) 00000000FEC00000 - 0000000100000000 (Type 16) (XEN) (GUEST: 105) (XEN) (GUEST: 105) Start BIOS ... (XEN) (GUEST: 105) Starting emulated 16-bit real-mode: ip=F000:FFF0 (XEN) (GUEST: 105) rombios.c,v 1.138 2005/05/07 15:55:26 vruppert Exp $ (XEN) HVM_PIT: guest freq in cycles=150137173 (XEN) (GUEST: 105) Remapping master: ICW2 0x8 -> 0x20 (XEN) (GUEST: 105) Remapping slave: ICW2 0x70 -> 0x28 (XEN) (GUEST: 105) VGABios $Id: vgabios.c,v 1.61 2005/05/24 16:50:50 vruppert Exp $ (XEN) (GUEST: 105) HVMAssist BIOS, 1 cpu, $Revision: 1.138 $ $Date: 2005/05/07 15:55:26 $ (XEN) (GUEST: 105) (XEN) (GUEST: 105) ata0-0: PCHS=64/8/32 translation=none LCHS=64/8/32 (XEN) (GUEST: 105) ata0 master: QEMU HARDDISK ATA-2 Hard-Disk (8 MBytes) (XEN) (GUEST: 105) ata0 slave: Unknown device (XEN) (GUEST: 105) ata1 master: QEMU CD-ROM ATAPI-4 CD-Rom/DVD-Rom (XEN) (GUEST: 105) ata1 slave: Unknown device (XEN) (GUEST: 105) (XEN) (GUEST: 105) Booting from Hard Disk... (XEN) (GUEST: 106) HVM Loader (XEN) (GUEST: 106) Loading ROMBIOS ... (XEN) (GUEST: 106) Loading Cirrus VGABIOS ... (XEN) (GUEST: 106) Loading VMXAssist ... (XEN) (GUEST: 106) VMX go ... (XEN) (GUEST: 106) VMXAssist (Mar 20 2006) (XEN) (GUEST: 106) Memory size 64 MB (XEN) (GUEST: 106) E820 map: (XEN) (GUEST: 106) 0000000000000000 - 000000000009F800 (RAM) (XEN) (GUEST: 106) 000000000009F800 - 00000000000A0000 (Reserved) (XEN) (GUEST: 106) 00000000000A0000 - 00000000000C0000 (Type 16) (XEN) (GUEST: 106) 00000000000F0000 - 0000000000100000 (Reserved) (XEN) (GUEST: 106) 0000000000100000 - 0000000003FFE000 (RAM) (XEN) (GUEST: 106) 0000000003FFE000 - 0000000003FFF000 (Type 18) (XEN) (GUEST: 106) 0000000003FFF000 - 0000000004000000 (Type 17) (XEN) (GUEST: 106) 0000000004000000 - 0000000004003000 (ACPI NVS) (XEN) (GUEST: 106) 0000000004003000 - 000000000400D000 (ACPI Data) (XEN) (GUEST: 106) 00000000FEC00000 - 0000000100000000 (Type 16) (XEN) (GUEST: 106) (XEN) (GUEST: 106) Start BIOS ... (XEN) (GUEST: 106) Starting emulated 16-bit real-mode: ip=F000:FFF0 (XEN) (GUEST: 106) rombios.c,v 1.138 2005/05/07 15:55:26 vruppert Exp $ (XEN) HVM_PIT: guest freq in cycles=150137173 (XEN) (GUEST: 106) Remapping master: ICW2 0x8 -> 0x20 (XEN) (GUEST: 106) Remapping slave: ICW2 0x70 -> 0x28 (XEN) (GUEST: 106) VGABios $Id: vgabios.c,v 1.61 2005/05/24 16:50:50 vruppert Exp $ (XEN) (GUEST: 106) HVMAssist BIOS, 1 cpu, $Revision: 1.138 $ $Date: 2005/05/07 15:55:26 $ (XEN) (GUEST: 106) (XEN) (GUEST: 106) ata0-0: PCHS=64/8/32 translation=none LCHS=64/8/32 (XEN) (GUEST: 106) ata0 master: QEMU HARDDISK ATA-2 Hard-Disk (8 MBytes) (XEN) (GUEST: 106) ata0 slave: Unknown device (XEN) (GUEST: 106) ata1 master: QEMU CD-ROM ATAPI-4 CD-Rom/DVD-Rom (XEN) (GUEST: 106) ata1 slave: Unknown device (XEN) (GUEST: 106) (XEN) (GUEST: 106) Booting from Hard Disk... (XEN) (GUEST: 107) HVM Loader (XEN) (GUEST: 107) Loading ROMBIOS ... (XEN) (GUEST: 107) Loading Cirrus VGABIOS ... (XEN) (GUEST: 107) Loading VMXAssist ... (XEN) (GUEST: 107) VMX go ... (XEN) (GUEST: 107) VMXAssist (Mar 20 2006) (XEN) (GUEST: 107) Memory size 64 MB (XEN) (GUEST: 107) E820 map: (XEN) (GUEST: 107) 0000000000000000 - 000000000009F800 (RAM) (XEN) (GUEST: 107) 000000000009F800 - 00000000000A0000 (Reserved) (XEN) (GUEST: 107) 00000000000A0000 - 00000000000C0000 (Type 16) (XEN) (GUEST: 107) 00000000000F0000 - 0000000000100000 (Reserved) (XEN) (GUEST: 107) 0000000000100000 - 0000000003FFE000 (RAM) (XEN) (GUEST: 107) 0000000003FFE000 - 0000000003FFF000 (Type 18) (XEN) (GUEST: 107) 0000000003FFF000 - 0000000004000000 (Type 17) (XEN) (GUEST: 107) 0000000004000000 - 0000000004003000 (ACPI NVS) (XEN) (GUEST: 107) 0000000004003000 - 000000000400D000 (ACPI Data) (XEN) (GUEST: 107) 00000000FEC00000 - 0000000100000000 (Type 16) (XEN) (GUEST: 107) (XEN) (GUEST: 107) Start BIOS ... (XEN) (GUEST: 107) Starting emulated 16-bit real-mode: ip=F000:FFF0 (XEN) (GUEST: 107) rombios.c,v 1.138 2005/05/07 15:55:26 vruppert Exp $ (XEN) HVM_PIT: guest freq in cycles=150137173 (XEN) (GUEST: 107) Remapping master: ICW2 0x8 -> 0x20 (XEN) (GUEST: 107) Remapping slave: ICW2 0x70 -> 0x28 (XEN) (GUEST: 107) VGABios $Id: vgabios.c,v 1.61 2005/05/24 16:50:50 vruppert Exp $ (XEN) (GUEST: 107) HVMAssist BIOS, 1 cpu, $Revision: 1.138 $ $Date: 2005/05/07 15:55:26 $ (XEN) (GUEST: 107) (XEN) (GUEST: 107) ata0-0: PCHS=64/8/32 translation=none LCHS=64/8/32 (XEN) (GUEST: 107) ata0 master: QEMU HARDDISK ATA-2 Hard-Disk (8 MBytes) (XEN) (GUEST: 107) ata0 slave: Unknown device (XEN) (GUEST: 107) ata1 master: QEMU CD-ROM ATAPI-4 CD-Rom/DVD-Rom (XEN) (GUEST: 107) ata1 slave: Unknown device (XEN) (GUEST: 107) (XEN) (GUEST: 107) Booting from Hard Disk... (XEN) (GUEST: 108) HVM Loader (XEN) (GUEST: 108) Loading ROMBIOS ... (XEN) (GUEST: 108) Loading Cirrus VGABIOS ... (XEN) (GUEST: 108) Loading VMXAssist ... (XEN) (GUEST: 108) VMX go ... (XEN) (GUEST: 108) VMXAssist (Mar 20 2006) (XEN) (GUEST: 108) Memory size 64 MB (XEN) (GUEST: 108) E820 map: (XEN) (GUEST: 108) 0000000000000000 - 000000000009F800 (RAM) (XEN) (GUEST: 108) 000000000009F800 - 00000000000A0000 (Reserved) (XEN) (GUEST: 108) 00000000000A0000 - 00000000000C0000 (Type 16) (XEN) (GUEST: 108) 00000000000F0000 - 0000000000100000 (Reserved) (XEN) (GUEST: 108) 0000000000100000 - 0000000003FFE000 (RAM) (XEN) (GUEST: 108) 0000000003FFE000 - 0000000003FFF000 (Type 18) (XEN) (GUEST: 108) 0000000003FFF000 - 0000000004000000 (Type 17) (XEN) (GUEST: 108) 0000000004000000 - 0000000004003000 (ACPI NVS) (XEN) (GUEST: 108) 0000000004003000 - 000000000400D000 (ACPI Data) (XEN) (GUEST: 108) 00000000FEC00000 - 0000000100000000 (Type 16) (XEN) (GUEST: 108) (XEN) (GUEST: 108) Start BIOS ... (XEN) (GUEST: 108) Starting emulated 16-bit real-mode: ip=F000:FFF0 (XEN) (GUEST: 108) rombios.c,v 1.138 2005/05/07 15:55:26 vruppert Exp $ (XEN) HVM_PIT: guest freq in cycles=150137173 (XEN) (GUEST: 108) Remapping master: ICW2 0x8 -> 0x20 (XEN) (GUEST: 108) Remapping slave: ICW2 0x70 -> 0x28 (XEN) (GUEST: 108) VGABios $Id: vgabios.c,v 1.61 2005/05/24 16:50:50 vruppert Exp $ (XEN) (GUEST: 108) HVMAssist BIOS, 1 cpu, $Revision: 1.138 $ $Date: 2005/05/07 15:55:26 $ (XEN) (GUEST: 108) (XEN) (GUEST: 108) ata0-0: PCHS=64/8/32 translation=none LCHS=64/8/32 (XEN) (GUEST: 108) ata0 master: QEMU HARDDISK ATA-2 Hard-Disk (8 MBytes) (XEN) (GUEST: 108) ata0 slave: Unknown device (XEN) (GUEST: 108) ata1 master: QEMU CD-ROM ATAPI-4 CD-Rom/DVD-Rom (XEN) (GUEST: 108) ata1 slave: Unknown device (XEN) (GUEST: 108) (XEN) (GUEST: 108) Booting from Hard Disk... (XEN) (GUEST: 109) HVM Loader (XEN) (GUEST: 109) Loading ROMBIOS ... (XEN) (GUEST: 109) Loading Cirrus VGABIOS ... (XEN) (GUEST: 109) Loading VMXAssist ... (XEN) (GUEST: 109) VMX go ... (XEN) (GUEST: 109) VMXAssist (Mar 20 2006) (XEN) (GUEST: 109) Memory size 64 MB (XEN) (GUEST: 109) E820 map: (XEN) (GUEST: 109) 0000000000000000 - 000000000009F800 (RAM) (XEN) (GUEST: 109) 000000000009F800 - 00000000000A0000 (Reserved) (XEN) (GUEST: 109) 00000000000A0000 - 00000000000C0000 (Type 16) (XEN) (GUEST: 109) 00000000000F0000 - 0000000000100000 (Reserved) (XEN) (GUEST: 109) 0000000000100000 - 0000000003FFE000 (RAM) (XEN) (GUEST: 109) 0000000003FFE000 - 0000000003FFF000 (Type 18) (XEN) (GUEST: 109) 0000000003FFF000 - 0000000004000000 (Type 17) (XEN) (GUEST: 109) 0000000004000000 - 0000000004003000 (ACPI NVS) (XEN) (GUEST: 109) 0000000004003000 - 000000000400D000 (ACPI Data) (XEN) (GUEST: 109) 00000000FEC00000 - 0000000100000000 (Type 16) (XEN) (GUEST: 109) (XEN) (GUEST: 109) Start BIOS ... (XEN) (GUEST: 109) Starting emulated 16-bit real-mode: ip=F000:FFF0 (XEN) (GUEST: 109) rombios.c,v 1.138 2005/05/07 15:55:26 vruppert Exp $ (XEN) HVM_PIT: guest freq in cycles=150137173 (XEN) (GUEST: 109) Remapping master: ICW2 0x8 -> 0x20 (XEN) (GUEST: 109) Remapping slave: ICW2 0x70 -> 0x28 (XEN) (GUEST: 109) VGABios $Id: vgabios.c,v 1.61 2005/05/24 16:50:50 vruppert Exp $ (XEN) (GUEST: 109) HVMAssist BIOS, 1 cpu, $Revision: 1.138 $ $Date: 2005/05/07 15:55:26 $ (XEN) (GUEST: 109) (XEN) (GUEST: 109) ata0-0: PCHS=64/8/32 translation=none LCHS=64/8/32 (XEN) (GUEST: 109) ata0 master: QEMU HARDDISK ATA-2 Hard-Disk (8 MBytes) (XEN) (GUEST: 109) ata0 slave: Unknown device (XEN) (GUEST: 109) ata1 master: QEMU CD-ROM ATAPI-4 CD-Rom/DVD-Rom (XEN) (GUEST: 109) ata1 slave: Unknown device (XEN) (GUEST: 109) (XEN) (GUEST: 109) Booting from Hard Disk... PASS: 01_dmesg_basic_pos.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 495 1 r----- 624.8 *** Finished cleaning domUs *** Test 02_dmesg_basic_neg started at Mon Mar 20 11:38:57 2006 CDT [dom0] Running `xm dmesg -x' Error: 'xm dmesg' requires 0 argument. dmesg [-c|--clear] Read or clear Xen's message buffer PASS: 02_dmesg_basic_neg.test ================== All 2 tests passed ================== make[2]: Leaving directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/dmesg' make[1]: Leaving directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/dmesg' *** case domid from group default *** Running tests for case domid make[1]: Entering directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/domid' make check-TESTS make[2]: Entering directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/domid' *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 495 1 r----- 625.2 *** Finished cleaning domUs *** Test 01_domid_basic_pos started at Mon Mar 20 11:38:57 2006 CDT [dom0] Running `xm domid Domain-0' 0 PASS: 01_domid_basic_pos.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 495 1 r----- 625.5 *** Finished cleaning domUs *** Test 02_domid_basic_neg started at Mon Mar 20 11:38:58 2006 CDT [dom0] Running `xm domid non_existent_domain' Error: Domain 'non_existent_domain' not found when running 'xm domid' PASS: 02_domid_basic_neg.test ================== All 2 tests passed ================== make[2]: Leaving directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/domid' make[1]: Leaving directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/domid' *** case domname from group default *** Running tests for case domname make[1]: Entering directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/domname' make check-TESTS make[2]: Entering directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/domname' *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 495 1 r----- 625.9 *** Finished cleaning domUs *** Test 01_domname_basic_pos started at Mon Mar 20 11:38:58 2006 CDT [dom0] Running `xm domname 0' Domain-0 PASS: 01_domname_basic_pos.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 495 1 r----- 626.2 *** Finished cleaning domUs *** Test 02_domname_basic_neg started at Mon Mar 20 11:38:58 2006 CDT [dom0] Running `xm domname 1492' Error: Domain '1492' not found when running 'xm domname' PASS: 02_domname_basic_neg.test ================== All 2 tests passed ================== make[2]: Leaving directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/domname' make[1]: Leaving directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/domname' *** case enforce_dom0_cpus from group default *** Running tests for case enforce_dom0_cpus make[1]: Entering directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/enforce_dom0_cpus' make check-TESTS make[2]: Entering directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/enforce_dom0_cpus' *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 495 1 r----- 626.6 *** Finished cleaning domUs *** Test 01_enforce_dom0_cpus_basic_pos started at Mon Mar 20 11:38:59 2006 CDT [dom0] Running `xm info' system : Linux host : vmxdom2 release : 2.6.16-rc6-xen0 version : #1 Mon Mar 20 10:32:13 CST 2006 machine : x86_64 nr_cpus : 16 nr_nodes : 1 sockets_per_node : 4 cores_per_socket : 2 threads_per_core : 2 cpu_mhz : 3002 hw_caps : bfebfbff:20000800:00000000:00000180:000065bd:00000000:00000001 total_memory : 8192 free_memory : 7579 xen_major : 3 xen_minor : 0 xen_extra : -unstable xen_caps : xen-3.0-x86_64 hvm-3.0-x86_32 hvm-3.0-x86_64 platform_params : virt_start=0xffff800000000000 xen_changeset : Sun Mar 19 11:55:46 2006 +0100 9325:1ecb7f1ddc79 cc_compiler : gcc version 3.3.3 (SuSE Linux) cc_compile_by : root cc_compile_domain : ltc.austin.ibm.com cc_compile_date : Mon Mar 20 10:21:27 CST 2006 [dom0] Running `xm info' system : Linux host : vmxdom2 release : 2.6.16-rc6-xen0 version : #1 Mon Mar 20 10:32:13 CST 2006 machine : x86_64 nr_cpus : 16 nr_nodes : 1 sockets_per_node : 4 cores_per_socket : 2 threads_per_core : 2 cpu_mhz : 3002 hw_caps : bfebfbff:20000800:00000000:00000180:000065bd:00000000:00000001 total_memory : 8192 free_memory : 7579 xen_major : 3 xen_minor : 0 xen_extra : -unstable xen_caps : xen-3.0-x86_64 hvm-3.0-x86_32 hvm-3.0-x86_64 platform_params : virt_start=0xffff800000000000 xen_changeset : Sun Mar 19 11:55:46 2006 +0100 9325:1ecb7f1ddc79 cc_compiler : gcc version 3.3.3 (SuSE Linux) cc_compile_by : root cc_compile_domain : ltc.austin.ibm.com cc_compile_date : Mon Mar 20 10:21:27 CST 2006 [dom0] Running `xm info' system : Linux host : vmxdom2 release : 2.6.16-rc6-xen0 version : #1 Mon Mar 20 10:32:13 CST 2006 machine : x86_64 nr_cpus : 16 nr_nodes : 1 sockets_per_node : 4 cores_per_socket : 2 threads_per_core : 2 cpu_mhz : 3002 hw_caps : bfebfbff:20000800:00000000:00000180:000065bd:00000000:00000001 total_memory : 8192 free_memory : 7579 xen_major : 3 xen_minor : 0 xen_extra : -unstable xen_caps : xen-3.0-x86_64 hvm-3.0-x86_32 hvm-3.0-x86_64 platform_params : virt_start=0xffff800000000000 xen_changeset : Sun Mar 19 11:55:46 2006 +0100 9325:1ecb7f1ddc79 cc_compiler : gcc version 3.3.3 (SuSE Linux) cc_compile_by : root cc_compile_domain : ltc.austin.ibm.com cc_compile_date : Mon Mar 20 10:21:27 CST 2006 [dom0] Running `sed -e 's,dom0-cpus 0,dom0-cpus 1,' /etc/xen/xend-config.sxp > /tmp/xend-config.sxp' *** Restarting xend ... [dom0] Running `/etc/init.d/xend stop' [dom0] Running `/etc/init.d/xend start' [dom0] Running `grep "^processor" /proc/cpuinfo | wc -l' 1 [dom0] Running `xm vcpu-list Domain-0' Name ID VCPU CPU State Time(s) CPU Affinity Domain-0 0 0 0 r-- 628.1 any cpu Domain-0 0 1 - --p 0.0 any cpu Domain-0 0 2 - --p 0.0 any cpu Domain-0 0 3 - --p 0.0 any cpu Domain-0 0 4 - --p 0.0 any cpu Domain-0 0 5 - --p 0.0 any cpu Domain-0 0 6 - --p 0.0 any cpu Domain-0 0 7 - --p 0.0 any cpu Domain-0 0 8 - --p 0.0 any cpu Domain-0 0 9 - --p 0.0 any cpu Domain-0 0 10 - --p 0.0 any cpu Domain-0 0 11 - --p 0.0 any cpu Domain-0 0 12 - --p 0.0 any cpu Domain-0 0 13 - --p 0.0 any cpu Domain-0 0 14 - --p 0.0 any cpu Domain-0 0 15 - --p 0.0 any cpu *** Restarting xend ... [dom0] Running `/etc/init.d/xend stop' [dom0] Running `/etc/init.d/xend start' PASS: 01_enforce_dom0_cpus_basic_pos.test ================== All 1 tests passed ================== make[2]: Leaving directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/enforce_dom0_cpus' make[1]: Leaving directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/enforce_dom0_cpus' *** case help from group default *** Running tests for case help make[1]: Entering directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/help' make check-TESTS make[2]: Entering directory `/usr/xen/xen-unstable.hg/tools/xm-test/tests/help' *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 495 1 r----- 629.1 *** Finished cleaning domUs *** Test 01_help_basic_pos started at Mon Mar 20 11:39:03 2006 CDT [dom0] Running `xm help' Usage: xm [args] Control, list, and manipulate Xen guest instances xm common subcommands: console Attach to domain DomId's console. create [-c] [Name=Value].. Create a domain based on Config File destroy Terminate a domain immediately help Display this message list [--long] [DomId, ...] List information about domains mem-set Adjust the current memory usage for a domain migrate Migrate a domain to another machine pause Pause execution of a domain reboot [-w][-a] Reboot a domain restore Create a domain from a saved state file save Save domain state (and config) to file shutdown [-w][-a][-R|-H] Shutdown a domain top Monitor system and domains in real-time unpause Unpause a paused domain vcpu-set Set the number of VCPUs for a domain can be substituted for in xm subcommands. For a complete list of subcommands run 'xm help --long' For more help on xm see the xm(1) man page For more help on xm create, see the xmdomain.cfg(5) man page PASS: 01_help_basic_pos.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 495 1 r----- 629.4 *** Finished cleaning domUs *** Test 02_help_basic_neg started at Mon Mar 20 11:39:04 2006 CDT [dom0] Running `xm' Usage: xm [args] Control, list, and manipulate Xen guest instances xm common subcommands: console Attach to domain DomId's console. create [-c] [Name=Value].. Create a domain based on Config File destroy Terminate a domain immediately help Display this message list [--long] [DomId, ...] List information about domains mem-set Adjust the current memory usage for a domain migrate Migrate a domain to another machine pause Pause execution of a domain reboot [-w][-a] Reboot a domain restore Create a domain from a saved state file save Save domain state (and config) to file shutdown [-w][-a][-R|-H] Shutdown a domain top Monitor system and domains in real-time unpause Unpause a paused domain vcpu-set Set the number of VCPUs for a domain can be substituted for in xm subcommands. For a complete list of subcommands run 'xm help --long' For more help on xm see the xm(1) man page For more help on xm create, see the xmdomain.cfg(5) man page PASS: 02_help_basic_neg.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 495 1 r----- 630.0 *** Finished cleaning domUs *** Test 03_help_badparm_neg started at Mon Mar 20 11:39:04 2006 CDT [dom0] Running `xm -x' Error: Sub Command -x not found! Usage: xm [args] Control, list, and manipulate Xen guest instances xm common subcommands: console Attach to domain DomId's console. create [-c] [Name=Value].. Create a domain based on Config File destroy Terminate a domain immediately help Display this message list [--long] [DomId, ...] List information about domains mem-set Adjust the current memory usage for a domain migrate Migrate a domain to another machine pause Pause execution of a domain reboot [-w][-a] Reboot a domain restore Create a domain from a saved state file save Save domain state (and config) to file shutdown [-w][-a][-R|-H] Shutdown a domain top Monitor system and domains in real-time unpause Unpause a paused domain vcpu-set Set the number of VCPUs for a domain can be substituted for in xm subcommands. For a complete list of subcommands run 'xm help --long' For more help on xm see the xm(1) man page For more help on xm create, see the xmdomain.cfg(5) man page PASS: 03_help_badparm_neg.test *** Cleaning all running domU's [dom0] Running `xm list' Name ID Mem(MiB) VCPUs State Time(s) Domain-0 0 495 1 r----- 630.3 *** Finished cleaning domUs *** Test 04_help_long_pos started at Mon Mar 20 11:39:05 2006 CDT [dom0] Running `xm help --long' Usage: xm [args] Control, list, and manipulate Xen guest instances xm full list of subcommands: Domain Commands: console Attach to domain DomId's console. create [-c] [Name=Value].. Create a domain based on Config File destroy Terminate a domain immediately domid Converts a domain name to a domain id domname Convert a domain id to a domain name list [--long] [DomId, ...] List information about domains mem-max Set maximum memory reservation for a domain mem-set Adjust the current memory usage for a domain migrate Migrate a domain to another machine pause Pause execution of a domain reboot [-w][-a] Reboot a domain rename Rename a domain restore Create a domain from a saved state file save Save domain state (and config) to file shutdown [-w][-a][-R|-H] Shutdown a domain sysrq Send a sysrq to a domain top Monitor system and domains in real-time unpause Unpause a paused domain vcpu-list List the VCPUs for a domain (or all domains) vcpu-pin Set which cpus a VCPU can use vcpu-set Set the number of VCPUs for a domain Xen Host Commands: dmesg [-c|--clear] Read or clear Xen's message buffer info Get information about the xen host log Print the xend log Scheduler Commands: sched-bvt Set Borrowed Virtual Time scheduler parameters sched-bvt-ctxallow Set the BVT scheduler context switch allowance sched-sedf [DOM] [OPTIONS] Show|Set simple EDF parameters -p, --period Relative deadline(ms). -s, --slice Worst-case execution time(ms) (slice < period). -l, --latency scaled period(ms) in case the domain is doing heavy I/O. -e, --extra flag (0/1) which controls whether the domain can run in extra-time -w, --weight mutually exclusive with period/slice and specifies another way of setting a domain's cpu period/slice. Virtual Device Commands: block-attach [BackDomId] Create a new virtual block device block-detach Destroy a domain's virtual block device, where may either be the device ID or the device name as mounted in the guest block-list [--long] List virtual block devices for a domain network-attach [script=