File: failure.1 [root@tst079 ~]# xm info host : tst079 release : 2.6.16.29-xen version : #1 SMP Wed Nov 15 01:41:28 EST 2006 machine : x86_64 nr_cpus : 2 nr_nodes : 1 sockets_per_node : 1 cores_per_socket : 2 threads_per_core : 1 cpu_mhz : 2793 hw_caps : bfebfbff:20100800:00000000:00000180:0000e43d:00000000:00000001 total_memory : 1022 free_memory : 1 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_32p hvm-3.0-x86_64 xen_pagesize : 4096 platform_params : virt_start=0xffff800000000000 xen_changeset : Wed Nov 15 00:14:41 2006 +0000 12446:fb107b9eee86 cc_compiler : gcc version 4.0.0 20050519 (Red Hat 4.0.0-8) cc_compile_by : build cc_compile_domain : virtualiron.com cc_compile_date : Wed Nov 15 01:02:17 EST 2006 xend_config_format : 2 [root@tst079 ~]# xm list Name ID Mem VCPUs State Time(s) Domain-0 0 725 2 r----- 7234.7 vs161 1 264 2 ------ 11554.3 [root@tst079 ~]# Guest: [root@vs161 bin]# while [ 1 ]; do gettimeofday02; sleep 2; done gettimeofday02 0 INFO : checking if gettimeofday is monotonous, takes 30s gettimeofday02 1 FAIL : Time is going backwards (old 1163626832.623040 vs new 1163626832.464191! gettimeofday02 0 INFO : checking if gettimeofday is monotonous, takes 30s gettimeofday02 1 PASS : gettimeofday monotonous in 30 seconds gettimeofday02 0 INFO : checking if gettimeofday is monotonous, takes 30s gettimeofday02 1 FAIL : Time is going backwards (old 1163626878.175997 vs new 1163626878.36415! gettimeofday02 0 INFO : checking if gettimeofday is monotonous, takes 30s gettimeofday02 1 FAIL : Time is going backwards (old 1163626880.662397 vs new 1163626880.508185! [root@vs161 bin]# while [ 1 ]; do nanosleep01; sleep 2; done nanosleep01 1 PASS : nanosleep functionality is correct nanosleep01 1 PASS : nanosleep functionality is correct nanosleep01 1 PASS : nanosleep functionality is correct nanosleep01 1 FAIL : Child execution not suspended for 2 seconds. (Wanted 2000 ms, got 2645 ms) nanosleep01 1 FAIL : Failures reported above nanosleep01 1 PASS : nanosleep functionality is correct nanosleep01 1 PASS : nanosleep functionality is correct nanosleep01 1 PASS : nanosleep functionality is correct nanosleep01 1 FAIL : Child execution not suspended for 2 seconds. (Wanted 2000 ms, got 2411 ms) nanosleep01 1 FAIL : Failures reported above nanosleep01 1 PASS : nanosleep functionality is correct nanosleep01 1 PASS : nanosleep functionality is correct [root@vs161 bin]# while [ 1 ]; do nanosleep02; sleep 2; done nanosleep02 1 PASS : Functionality of nanosleep() is correct nanosleep02 1 FAIL : Remaining sleep time 3998 msec doesn't match with the expected 4082 msec time nanosleep02 1 FAIL : child process exited abnormally nanosleep02 1 PASS : Functionality of nanosleep() is correct nanosleep02 1 PASS : Functionality of nanosleep() is correct nanosleep02 1 PASS : Functionality of nanosleep() is correct nanosleep02 1 FAIL : Remaining sleep time 4420 msec doesn't match with the expected 4473 msec time nanosleep02 1 FAIL : child process exited abnormally nanosleep02 1 FAIL : Remaining sleep time 4955 msec doesn't match with the expected 4961 msec time nanosleep02 1 FAIL : child process exited abnormally nanosleep02 1 PASS : Functionality of nanosleep() is correct