Setting PATH to /opt/SUNWspro/bin:/usr/local/bin:/opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/sbin Start 2009-08-10T09:13:30 ActivePerl-818 CPAN-1.9402 Going to read '/export/home/fly818/var/cpan/Metadata' Database was generated on Mon, 10 Aug 2009 10:26:57 GMT Running make for M/ML/MLEHMANN/EV-3.8.tar.gz Checksum for /net/nas/data/cpan/authors/id/M/ML/MLEHMANN/EV-3.8.tar.gz ok Will not use Archive::Tar, need 1.00 EV-3.8/ EV-3.8/t/ EV-3.8/t/11_signal.t EV-3.8/t/08_async.t EV-3.8/t/06_loop_once.t EV-3.8/t/03_keepalive.t EV-3.8/t/04_stat.t EV-3.8/t/09_brandon.t EV-3.8/t/05_priority.t EV-3.8/t/01_timer.t EV-3.8/t/02_once.t EV-3.8/t/07_loop_timer.t EV-3.8/t/00_load.t EV-3.8/libev/ EV-3.8/libev/ev_port.c EV-3.8/libev/README EV-3.8/libev/ev_select.c EV-3.8/libev/ev_wrap.h EV-3.8/libev/ev.h EV-3.8/libev/ev_vars.h EV-3.8/libev/LICENSE EV-3.8/libev/Changes EV-3.8/libev/ev_poll.c EV-3.8/libev/ev_kqueue.c EV-3.8/libev/ev_win32.c EV-3.8/libev/ev_epoll.c EV-3.8/libev/ev.c EV-3.8/libev/ev.pod EV-3.8/COPYING EV-3.8/Changes EV-3.8/MANIFEST EV-3.8/typemap EV-3.8/schmorp.h EV-3.8/EV/ EV-3.8/EV/EVAPI.h EV-3.8/EV/MakeMaker.pm EV-3.8/EV.xs EV-3.8/EV.pm EV-3.8/README EV-3.8/Makefile.PL EV-3.8/META.yml CPAN.pm: Going to build M/ML/MLEHMANN/EV-3.8.tar.gz >>> /export/home/fly818/bin/perl Makefile.PL *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** Welcome to EV configuration. If you are in a hurry, just press return here and hope for the best. The defaults should usually do. Skip further questions and use defaults (y/n)? [y] y *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** POSIX optionally offers support for a monotonic clock source. EV can take advantage of this clock source to detect time jumps reliably. Unfortunately, some systems are bound to be broken, so you can disable this here: you can completely disable the detection and use of the monotonic clock by answering 'n' here. Support for this clock type will otherwise be autodetected at both compile- and runtime. (this setting currently affects the use of nanosleep over select as well). Enable optional support for CLOCK_MONOTONIC (y/n)? [y] y *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** POSIX optionally offers support for a (potentially) high-resolution realtime clock interface. In a good implementation, using it is faster than the normal method of using gettimeofday. Unfortunately, this option is also bound to be broken on some systems, and current EV versions do not actually call C very often, so ti defaults to no. Prefer clock_gettime (CLOCK_REALTIME) over gettimeofday (y/n)? [n] n *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** EV can use various backends with various portability issue. The select backend is the most portable and makes for a good fallback, but it can be limited to a low number of file descriptors and/or might not compile. If you have problems with compiling ev_select.c, you might try to play around with disabling it here, or forcing it to use the fd_set provided by your OS, via the next question. I highly recommend keeping it in. Enable select backend (y/n)? [y] y *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** The select backend can operate in two modes. One uses the system-provided fd_set and is usually limited to 1024 file descriptors (64 on windows), the other requires your header files to define NFDBITS and declare a suitable fd_mask type. If you run into problems compiling ev_select.c, you can try forcing the use of the system fd_set here. Force use of system fd_set for select backend (y/n)? [n] n *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** The second very portable backend is poll(2). It does not exist on windows and various versions of Mac OS X (and on the other versions it simply doesn't work), but works basically everywhere else. It is recommended to use the default here unless you run into compile problems in ev_poll.c. Enable poll backend (y/n)? [y] y *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** Select and poll make it hard to write efficient servers, especially if the number of active connections is much lower than the watched ones. GNU/Linux systems have a more scalable method called "epoll", which EV can use. For this to work, both your kernel and glibc have to support epoll, but if you can compile it, the detection will be done at runtime, and EV will safely fall back to using select when epoll isn't available. If unsure, accept the default. Enable epoll backend (y/n)? [n] n *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** Similarly to the epoll backend above, EV can take advantage of kqueue on many BSD systems. Support for kqueue will be detected at runtime, with a safe fallback to other methods when it cannot be used. Note that kqueue is broken on most operating systems, so by default it won't be used on many platforms, but you can still create your own event loop with kqueue backend if you ask specifically for it. Here is what we know: NetBSD: partially working in at least 3.1. Yeah! :) FreeBSD: broken on at least 6.2-STABLE, sockets *likely* work, ptys definitely don't. OpenBSD: reports indicate that it likely doesn't work (similar problems as on FreeBSD). OS X: completely, utterly broken on at least < 10.5. Enable kqueue backend (y/n)? [n] n *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** Similarly to the kqueue backend above, EV can take advantage of the solaris 10 event port interface. Support for event ports will be detected at runtime, with a safe fallback to other methods when it cannot be used. Enable event port backend (y/n)? [n] n *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** EV needs the functions pthread_atfork and clock_gettime. On most systems you need some special libraries for this (such as -lrt and -lpthread). You can specify additional libraries to provide these calls (and any other required by EV) now, or accept the default. Extra libraries for pthread_atfork and clock_gettime? [-lpthread -lrt -lsocket -lnsl] -lpthread -lrt -lsocket -lnsl *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** A backend of a different kind is the Linux inotify(7) interface, which can be used to speed up (and reduce resource consumption) of stat watchers. If you have the include file and libc support for it, it is usually a good idea to enable it, as kernel availability is detected at runtime. Enable inotify support (y/n)? [n] n *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** Another useful bit of functionality is the Linux eventfd, which is useful for faster signal handling (don't care) and intra-thread communications (more relevant). Kernel support for this will be probed at runtime, but your libc must contain the necessary wrapper. Glibc 2.7 and later should have this wrapper. Enable linux eventfd support (y/n)? [n] n *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** Another sometimes useful bit of functionality is the Linux signalfd, which is useful for faster signal handling (don't care). Kernel support for this will be probed at runtime, but your libc must contain the necessary wrapper and include files. Glibc 2.9 and later should have this wrapper. Enable linux signalfd support (y/n)? [n] n *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** Checking if your kit is complete... Looks good Writing Makefile for EV >>> make cp EV/MakeMaker.pm blib/lib/EV/MakeMaker.pm cp libev/ev.pod blib/lib/EV/libev.pod cp EV/EVAPI.h blib/lib/EV/EVAPI.h cp EV.pm blib/lib/EV.pm cp libev/ev.h blib/lib/EV/ev.h /export/home/fly818/bin/perl /export/home/fly818/var/megalib/ExtUtils/xsubpp -typemap /export/home/fly818/ap818/lib/ExtUtils/typemap -typemap typemap EV.xs > EV.xsc && mv EV.xsc EV.c cc -c -Ilibev -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -DUSE_SITECUSTOMIZE -DNO_HASH_SEED -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"3.8\" -DXS_VERSION=\"3.8\" -KPIC "-I/export/home/fly818/ap818/lib/CORE" -DEV_USE_MONOTONIC=1 -DEV_USE_REALTIME=0 -DEV_USE_SELECT=1 -DEV_USE_POLL=1 -DEV_USE_EPOLL=0 -DEV_USE_KQUEUE=0 -DEV_USE_PORT=0 -DEV_USE_INOTIFY=0 -DEV_USE_EVENTFD=0 -DEV_USE_SIGNALFD=0 EV.c "EV.c", line 4470: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4471: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4472: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4473: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4474: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4475: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4476: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4477: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4478: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4479: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4480: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4481: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4482: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4483: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4484: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4485: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4486: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4487: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4488: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4489: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4490: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4491: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4492: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4493: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4496: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4499: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4502: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4505: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4508: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4511: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4514: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4517: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4520: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4523: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4526: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4529: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4532: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4535: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4538: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4541: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4544: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4547: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4550: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4553: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4556: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4559: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4562: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4565: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4568: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4569: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4570: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4571: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4572: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4573: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4574: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4575: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4576: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4577: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4578: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4579: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4580: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4581: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4582: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4583: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4584: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4585: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4586: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4587: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4588: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4589: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4590: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4591: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4592: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4593: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4594: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4595: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4596: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4597: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4598: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4599: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4600: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4601: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4602: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4603: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4604: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4605: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4606: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4607: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4608: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4609: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4610: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4611: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4612: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4613: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4614: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4615: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4616: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4617: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4618: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4620: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4622: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4624: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4625: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4626: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4627: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4628: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4629: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4630: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4632: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4634: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4636: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4637: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4638: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4639: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4640: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4641: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4642: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4643: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4644: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4645: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4646: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4647: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4648: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4649: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4650: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4651: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4652: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4653: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4654: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4655: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4656: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4657: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4658: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4659: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4660: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4661: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4662: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4663: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4664: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4668: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4670: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4672: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4674: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4676: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4678: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4680: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4682: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4684: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4686: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4688: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4690: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4692: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4694: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4696: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4698: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4700: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4702: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4704: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4706: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4708: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4710: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4712: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4714: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char "EV.c", line 4716: warning: argument #4 is incompatible with prototype: prototype: pointer to char : "/export/home/fly818/ap818/lib/CORE/proto.h", line 830 argument : pointer to const char Running Mkbootstrap for EV () chmod 644 EV.bs rm -f blib/arch/auto/EV/EV.so LD_RUN_PATH="/usr/lib" cc -G -L/usr/lib -L/usr/ccs/lib -L/opt/SUNWspro/WS6U2/lib EV.o -o blib/arch/auto/EV/EV.so \ -lpthread -lrt -lsocket -lnsl \ chmod 755 blib/arch/auto/EV/EV.so cp EV.bs blib/arch/auto/EV/EV.bs chmod 644 blib/arch/auto/EV/EV.bs Manifying blib/man3/EV::MakeMaker.3 Manifying blib/man3/EV::libev.3 Manifying blib/man3/EV.3 MLEHMANN/EV-3.8.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /export/home/fly818/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/00_load.t ........ 1..5 ok 1 # ok 2 # ok 3 ok 4 ok 5 ok t/01_timer.t ....... skipped: Too many broken cpan tester setups. t/02_once.t ........ skipped: Too many broken cpan tester setups. t/03_keepalive.t ... skipped: Too many broken cpan tester setups. t/04_stat.t ........ 1..14 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok t/05_priority.t .... 1..9 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok t/06_loop_once.t ... skipped: Too many broken cpan tester setups. t/07_loop_timer.t .. 1..752 ok 1 ok 2 # p0 4 1249920831.242 >= 1249920831.23129 ok 3 # p1 4 1249920831.242 >= 1249920831.23129 + 0.00761233600000111 ok 4 # t0 99 1249920831.242 + 0.02 >= 1249920831.242 ok 5 # t1 99 1249920831.242 + 0.02 >= 1249920831.23129 + 0.00172813600147492 ok 6 # t0 58 1249920831.242 + 0.02 >= 1249920831.242 ok 7 # t1 58 1249920831.242 + 0.02 >= 1249920831.23129 + 0.0044703040002787 ok 8 # p0 4 1249920831.24247 >= 1249920831.242 ok 9 # p1 4 1249920831.24247 >= 1249920831.23129 + 0.00808810700000118 ok 10 # p0 4 1249920831.24255 >= 1249920831.24247 ok 11 # p1 4 1249920831.24255 >= 1249920831.23129 + 0.00859361368750125 ok 12 # t0 62 1249920831.25004 + 0.02 >= 1249920831.24255 ok 13 # t1 62 1249920831.25004 + 0.02 >= 1249920831.23129 + 0.0134315840005002 ok 14 # t0 116 1249920831.25004 + 0.02 >= 1249920831.25004 ok 15 # t1 116 1249920831.25004 + 0.02 >= 1249920831.23129 + 0.0178812160011148 ok 16 # p0 86 1249920831.25026 >= 1249920831.25004 ok 17 # p1 86 1249920831.25026 >= 1249920831.23129 + 0.0188023160008015 ok 18 # p0 37 1249920831.26002 >= 1249920831.25026 ok 19 # p1 37 1249920831.26002 >= 1249920831.23129 + 0.0263304990000961 ok 20 # p0 92 1249920831.26002 >= 1249920831.26002 ok 21 # p1 92 1249920831.26002 >= 1249920831.23129 + 0.0269257440013462 ok 22 # p0 109 1249920831.26002 >= 1249920831.26002 ok 23 # p1 109 1249920831.26002 >= 1249920831.23129 + 0.0276352510009019 ok 24 # t0 116 1249920831.26002 + 0.02 >= 1249920831.26002 ok 25 # t1 116 1249920831.26002 + 0.02 >= 1249920831.23129 + 0.0198614597320557 ok 26 # t0 90 1249920831.26002 + 0.02 >= 1249920831.26002 ok 27 # t1 90 1249920831.26002 + 0.02 >= 1249920831.23129 + 0.0262216000010085 ok 28 # p0 92 1249920831.26042 >= 1249920831.26002 ok 29 # p1 92 1249920831.26042 >= 1249920831.23129 + 0.0286086030014303 ok 30 # p0 8 1249920831.27002 >= 1249920831.26042 ok 31 # p1 8 1249920831.27002 >= 1249920831.23129 + 0.0304493440000044 ok 32 # p0 59 1249920831.27002 >= 1249920831.27002 ok 33 # p1 59 1249920831.27002 >= 1249920831.23129 + 0.0311588510003276 ok 34 # p0 99 1249920831.27002 >= 1249920831.27002 ok 35 # p1 99 1249920831.27002 >= 1249920831.23129 + 0.038031571000829 ok 36 # t0 90 1249920831.27002 + 0.02 >= 1249920831.27002 ok 37 # t1 90 1249920831.27002 + 0.02 >= 1249920831.23129 + 0.0303637981414795 ok 38 # t0 7 1249920831.27002 + 0.02 >= 1249920831.27002 ok 39 # t1 7 1249920831.27002 + 0.02 >= 1249920831.23129 + 0.0363314639999999 ok 40 # p0 59 1249920831.27041 >= 1249920831.27002 ok 41 # p1 59 1249920831.27041 >= 1249920831.23129 + 0.033106279187848 ok 42 # p0 80 1249920831.28002 >= 1249920831.27041 ok 43 # p1 80 1249920831.28002 >= 1249920831.23129 + 0.0449344000007841 ok 44 # t0 7 1249920831.28002 + 0.02 >= 1249920831.28002 ok 45 # t1 7 1249920831.28002 + 0.02 >= 1249920831.23129 + 0.0409946441650391 ok 46 # t0 23 1249920831.28002 + 0.02 >= 1249920831.28002 ok 47 # t1 23 1249920831.28002 + 0.02 >= 1249920831.23129 + 0.0452927440001076 ok 48 # p0 34 1249920831.29002 >= 1249920831.28002 ok 49 # p1 34 1249920831.29002 >= 1249920831.23129 + 0.049991276000128 ok 50 # p0 75 1249920831.29002 >= 1249920831.29002 ok 51 # p1 75 1249920831.29002 >= 1249920831.23129 + 0.0512118750002628 ok 52 # t0 59 1249920831.29002 + 0.02 >= 1249920831.29002 ok 53 # t1 59 1249920831.29002 + 0.02 >= 1249920831.23129 + 0.0504046160003782 ok 54 # t0 7 1249920831.29002 + 0.02 >= 1249920831.29002 ok 55 # t1 7 1249920831.29002 + 0.02 >= 1249920831.23129 + 0.0512940883636475 ok 56 # t0 124 1249920831.29002 + 0.02 >= 1249920831.29002 ok 57 # t1 124 1249920831.29002 + 0.02 >= 1249920831.23129 + 0.0537263360020006 ok 58 # p0 75 1249920831.29049 >= 1249920831.29002 ok 59 # p1 75 1249920831.29049 >= 1249920831.23129 + 0.0544126171877792 ok 60 # p0 12 1249920831.30002 >= 1249920831.29049 ok 61 # p1 12 1249920831.30002 >= 1249920831.23129 + 0.0685110240000029 ok 62 # t0 124 1249920831.30002 + 0.02 >= 1249920831.30002 ok 63 # t1 124 1249920831.30002 + 0.02 >= 1249920831.23129 + 0.0620827674865723 ok 64 # t0 82 1249920831.30002 + 0.02 >= 1249920831.30002 ok 65 # t1 82 1249920831.30002 + 0.02 >= 1249920831.23129 + 0.0671992640000099 ok 66 # t0 8 1249920831.30002 + 0.02 >= 1249920831.30002 ok 67 # t1 8 1249920831.30002 + 0.02 >= 1249920831.23129 + 0.0678615040000068 ok 68 # p0 98 1249920831.31002 >= 1249920831.30002 ok 69 # p1 98 1249920831.31002 >= 1249920831.23129 + 0.0693046840005991 ok 70 # t0 124 1249920831.31002 + 0.02 >= 1249920831.31002 ok 71 # t1 124 1249920831.31002 + 0.02 >= 1249920831.23129 + 0.0726053714752197 ok 72 # p0 98 1249920831.31019 >= 1249920831.31002 ok 73 # p1 98 1249920831.31019 >= 1249920831.23129 + 0.0736362267506365 ok 74 # t0 32 1249920831.32002 + 0.02 >= 1249920831.31019 ok 75 # t1 32 1249920831.32002 + 0.02 >= 1249920831.23129 + 0.0857840640001086 ok 76 # p0 48 1249920831.33002 >= 1249920831.32002 ok 77 # p1 48 1249920831.33002 >= 1249920831.23129 + 0.0961763840000458 ok 78 # p0 39 1249920831.33002 >= 1249920831.33002 ok 79 # p1 39 1249920831.33002 >= 1249920831.23129 + 0.0986476910002239 ok 80 # t0 32 1249920831.33002 + 0.02 >= 1249920831.33002 ok 81 # t1 32 1249920831.33002 + 0.02 >= 1249920831.23129 + 0.0940926074981689 ok 82 # p0 58 1249920831.34002 >= 1249920831.33002 ok 83 # p1 58 1249920831.34002 >= 1249920831.23129 + 0.10049364400038 ok 84 # p0 74 1249920831.34002 >= 1249920831.34002 ok 85 # p1 74 1249920831.34002 >= 1249920831.23129 + 0.105321996000384 ok 86 # t0 32 1249920831.34002 + 0.02 >= 1249920831.34002 ok 87 # t1 32 1249920831.34002 + 0.02 >= 1249920831.23129 + 0.104607820510864 ok 88 # p0 119 1249920831.35002 >= 1249920831.34002 ok 89 # p1 119 1249920831.35002 >= 1249920831.23129 + 0.112393130999408 ok 90 # t0 32 1249920831.35002 + 0.02 >= 1249920831.35002 ok 91 # t1 32 1249920831.35002 + 0.02 >= 1249920831.23129 + 0.11526894569397 ok 92 # t0 108 1249920831.35002 + 0.02 >= 1249920831.35002 ok 93 # t1 108 1249920831.35002 + 0.02 >= 1249920831.23129 + 0.11775910399956 ok 94 # p0 16 1249920831.36002 >= 1249920831.35002 ok 95 # p1 16 1249920831.36002 >= 1249920831.23129 + 0.121797376000018 ok 96 # p0 118 1249920831.36002 >= 1249920831.36002 ok 97 # p1 118 1249920831.36002 >= 1249920831.23129 + 0.12463540400131 ok 98 # t0 98 1249920831.36002 + 0.02 >= 1249920831.36002 ok 99 # t1 98 1249920831.36002 + 0.02 >= 1249920831.23129 + 0.12096694399952 ok 100 # t0 36 1249920831.36002 + 0.02 >= 1249920831.36002 ok 101 # t1 36 1249920831.36002 + 0.02 >= 1249920831.23129 + 0.124195456000052 ok 102 # t0 108 1249920831.36002 + 0.02 >= 1249920831.36002 ok 103 # t1 108 1249920831.36002 + 0.02 >= 1249920831.23129 + 0.126084089279175 ok 104 # t0 115 1249920831.37004 + 0.02 >= 1249920831.36002 ok 105 # t1 115 1249920831.37004 + 0.02 >= 1249920831.23129 + 0.132318600000872 ok 106 # t0 27 1249920831.37004 + 0.02 >= 1249920831.37004 ok 107 # t1 27 1249920831.37004 + 0.02 >= 1249920831.23129 + 0.132359943999973 ok 108 # t0 73 1249920831.37004 + 0.02 >= 1249920831.37004 ok 109 # t1 73 1249920831.37004 + 0.02 >= 1249920831.23129 + 0.134905544000503 ok 110 # t0 98 1249920831.37004 + 0.02 >= 1249920831.37004 ok 111 # t1 98 1249920831.37004 + 0.02 >= 1249920831.23129 + 0.136289596557617 ok 112 # p0 89 1249920831.38002 >= 1249920831.37004 ok 113 # p1 89 1249920831.38002 >= 1249920831.23129 + 0.143582091001008 ok 114 # p0 61 1249920831.38002 >= 1249920831.38002 ok 115 # p1 61 1249920831.38002 >= 1249920831.23129 + 0.145343891000266 ok 116 # p0 104 1249920831.38002 >= 1249920831.38002 ok 117 # p1 104 1249920831.38002 >= 1249920831.23129 + 0.145939136000379 ok 118 # t0 91 1249920831.38002 + 0.02 >= 1249920831.38002 ok 119 # t1 91 1249920831.38002 + 0.02 >= 1249920831.23129 + 0.140017416000774 ok 120 # t0 14 1249920831.38002 + 0.02 >= 1249920831.38002 ok 121 # t1 14 1249920831.38002 + 0.02 >= 1249920831.23129 + 0.145325855999999 ok 122 # t0 115 1249920831.38002 + 0.02 >= 1249920831.38002 ok 123 # t1 115 1249920831.38002 + 0.02 >= 1249920831.23129 + 0.147020101547241 ok 124 # t0 98 1249920831.38002 + 0.02 >= 1249920831.38002 ok 125 # t1 98 1249920831.38002 + 0.02 >= 1249920831.23129 + 0.147268056869507 ok 126 # p0 104 1249920831.39002 >= 1249920831.38002 ok 127 # p1 104 1249920831.39002 >= 1249920831.23129 + 0.155060332000403 ok 128 # t0 26 1249920831.39002 + 0.02 >= 1249920831.39002 ok 129 # t1 26 1249920831.39002 + 0.02 >= 1249920831.23129 + 0.154287135999994 ok 130 # t0 115 1249920831.39002 + 0.02 >= 1249920831.39002 ok 131 # t1 115 1249920831.39002 + 0.02 >= 1249920831.23129 + 0.157919645309448 ok 132 # t0 34 1249920831.40002 + 0.02 >= 1249920831.39002 ok 133 # t1 34 1249920831.40002 + 0.02 >= 1249920831.23129 + 0.163248416000215 ok 134 # t0 26 1249920831.40002 + 0.02 >= 1249920831.40002 ok 135 # t1 26 1249920831.40002 + 0.02 >= 1249920831.23129 + 0.168367862701416 ok 136 # p0 41 1249920831.41002 >= 1249920831.40002 ok 137 # p1 41 1249920831.41002 >= 1249920831.23129 + 0.174771051000334 ok 138 # t0 20 1249920831.41002 + 0.02 >= 1249920831.41002 ok 139 # t1 20 1249920831.41002 + 0.02 >= 1249920831.23129 + 0.174134400000071 ok 140 # t0 105 1249920831.41002 + 0.02 >= 1249920831.41002 ok 141 # t1 105 1249920831.41002 + 0.02 >= 1249920831.23129 + 0.174579400001676 ok 142 # t0 101 1249920831.41002 + 0.02 >= 1249920831.41002 ok 143 # t1 101 1249920831.41002 + 0.02 >= 1249920831.23129 + 0.175862536001659 ok 144 # t0 125 1249920831.41002 + 0.02 >= 1249920831.41002 ok 145 # t1 125 1249920831.41002 + 0.02 >= 1249920831.23129 + 0.177125000001979 ok 146 # p0 38 1249920831.42002 >= 1249920831.41002 ok 147 # p1 38 1249920831.42002 >= 1249920831.23129 + 0.187013324000191 ok 148 # t0 26 1249920831.42002 + 0.02 >= 1249920831.42002 ok 149 # t1 26 1249920831.42002 + 0.02 >= 1249920831.23129 + 0.179253101348877 ok 150 # t0 46 1249920831.42002 + 0.02 >= 1249920831.42002 ok 151 # t1 46 1249920831.42002 + 0.02 >= 1249920831.23129 + 0.181170976000431 ok 152 # p0 20 1249920831.43002 >= 1249920831.42002 ok 153 # p1 20 1249920831.43002 >= 1249920831.23129 + 0.190308400000049 ok 154 # p0 77 1249920831.43002 >= 1249920831.43002 ok 155 # p1 77 1249920831.43002 >= 1249920831.23129 + 0.195846259000064 ok 156 # p0 38 1249920831.43002 >= 1249920831.43002 ok 157 # p1 38 1249920831.43002 >= 1249920831.23129 + 0.198701656750202 ok 158 # t0 105 1249920831.43002 + 0.02 >= 1249920831.43002 ok 159 # t1 105 1249920831.43002 + 0.02 >= 1249920831.23129 + 0.189635276794434 ok 160 # t0 81 1249920831.43002 + 0.02 >= 1249920831.43002 ok 161 # t1 81 1249920831.43002 + 0.02 >= 1249920831.23129 + 0.19123949599998 ok 162 # p0 68 1249920831.44002 >= 1249920831.43002 ok 163 # p1 68 1249920831.44002 >= 1249920831.23129 + 0.199965104000512 ok 164 # p0 20 1249920831.44002 >= 1249920831.44002 ok 165 # p1 20 1249920831.44002 >= 1249920831.23129 + 0.202202675000052 ok 166 # t0 118 1249920831.44002 + 0.02 >= 1249920831.44002 ok 167 # t1 118 1249920831.44002 + 0.02 >= 1249920831.23129 + 0.201618464001513 ok 168 # p0 20 1249920831.45001 >= 1249920831.44002 ok 169 # p1 20 1249920831.45001 >= 1249920831.23129 + 0.214840342187555 ok 170 # t0 105 1249920831.45001 + 0.02 >= 1249920831.45001 ok 171 # t1 105 1249920831.45001 + 0.02 >= 1249920831.23129 + 0.210583209991455 ok 172 # t0 88 1249920831.45001 + 0.02 >= 1249920831.45001 ok 173 # t1 88 1249920831.45001 + 0.02 >= 1249920831.23129 + 0.21124198400139 ok 174 # t0 65 1249920831.45001 + 0.02 >= 1249920831.45001 ok 175 # t1 65 1249920831.45001 + 0.02 >= 1249920831.23129 + 0.214294600000358 ok 176 # p0 101 1249920831.46002 >= 1249920831.45001 ok 177 # p1 101 1249920831.46002 >= 1249920831.23129 + 0.228339971001333 ok 178 # t0 122 1249920831.46002 + 0.02 >= 1249920831.46002 ok 179 # t1 122 1249920831.46002 + 0.02 >= 1249920831.23129 + 0.219541024001956 ok 180 # p0 111 1249920831.47002 >= 1249920831.46002 ok 181 # p1 111 1249920831.47002 >= 1249920831.23129 + 0.236974490999273 ok 182 # t0 84 1249920831.47002 + 0.02 >= 1249920831.47002 ok 183 # t1 84 1249920831.47002 + 0.02 >= 1249920831.23129 + 0.231730815999981 ok 184 # t0 105 1249920831.47002 + 0.02 >= 1249920831.47002 ok 185 # t1 105 1249920831.47002 + 0.02 >= 1249920831.23129 + 0.231883525848389 ok 186 # t0 103 1249920831.47002 + 0.02 >= 1249920831.47002 ok 187 # t1 103 1249920831.47002 + 0.02 >= 1249920831.23129 + 0.233479624002939 ok 188 # p0 101 1249920831.48002 >= 1249920831.47002 ok 189 # p1 101 1249920831.48002 >= 1249920831.23129 + 0.242611219188916 ok 190 # t0 74 1249920831.48002 + 0.02 >= 1249920831.48002 ok 191 # t1 74 1249920831.48002 + 0.02 >= 1249920831.23129 + 0.243899936000162 ok 192 # p0 43 1249920831.49002 >= 1249920831.48002 ok 193 # p1 43 1249920831.49002 >= 1249920831.23129 + 0.2547005790002 ok 194 # p0 110 1249920831.49002 >= 1249920831.49002 ok 195 # p1 110 1249920831.49002 >= 1249920831.23129 + 0.256829100002506 ok 196 # p0 101 1249920831.49002 >= 1249920831.49002 ok 197 # p1 101 1249920831.49002 >= 1249920831.23129 + 0.257774420388223 ok 198 # t0 84 1249920831.49002 + 0.02 >= 1249920831.49002 ok 199 # t1 84 1249920831.49002 + 0.02 >= 1249920831.23129 + 0.253207206726074 ok 200 # t0 45 1249920831.49002 + 0.02 >= 1249920831.49002 ok 201 # t1 45 1249920831.49002 + 0.02 >= 1249920831.23129 + 0.256555400000252 ok 202 # p0 63 1249920831.50002 >= 1249920831.49002 ok 203 # p1 63 1249920831.50002 >= 1249920831.23129 + 0.26333509899996 ok 204 # t0 41 1249920831.50002 + 0.02 >= 1249920831.50002 ok 205 # t1 41 1249920831.50002 + 0.02 >= 1249920831.23129 + 0.266799816000002 ok 206 # t0 120 1249920831.50019 + 0.02 >= 1249920831.50002 ok 207 # t1 120 1249920831.50019 + 0.02 >= 1249920831.23129 + 0.268838400003006 ok 208 # p0 110 1249920831.51002 >= 1249920831.50019 ok 209 # p1 110 1249920831.51002 >= 1249920831.23129 + 0.272880918752662 ok 210 # p0 24 1249920831.51002 >= 1249920831.51002 ok 211 # p1 24 1249920831.51002 >= 1249920831.23129 + 0.274044096000011 ok 212 # t0 16 1249920831.51002 + 0.02 >= 1249920831.51002 ok 213 # t1 16 1249920831.51002 + 0.02 >= 1249920831.23129 + 0.271446016000027 ok 214 # t0 45 1249920831.51002 + 0.02 >= 1249920831.51002 ok 215 # t1 45 1249920831.51002 + 0.02 >= 1249920831.23129 + 0.274765491485596 ok 216 # p0 52 1249920831.52002 >= 1249920831.51002 ok 217 # p1 52 1249920831.52002 >= 1249920831.23129 + 0.286484784000095 ok 218 # t0 86 1249920831.52002 + 0.02 >= 1249920831.52002 ok 219 # t1 86 1249920831.52002 + 0.02 >= 1249920831.23129 + 0.279745056001047 ok 220 # t0 18 1249920831.52002 + 0.02 >= 1249920831.52002 ok 221 # t1 18 1249920831.52002 + 0.02 >= 1249920831.23129 + 0.281048864000013 ok 222 # t0 120 1249920831.52002 + 0.02 >= 1249920831.52002 ok 223 # t1 120 1249920831.52002 + 0.02 >= 1249920831.23129 + 0.285704374313354 ok 224 # t0 13 1249920831.52002 + 0.02 >= 1249920831.52002 ok 225 # t1 13 1249920831.52002 + 0.02 >= 1249920831.23129 + 0.288571783999998 ok 226 # t0 16 1249920831.53002 + 0.02 >= 1249920831.52002 ok 227 # t1 16 1249920831.53002 + 0.02 >= 1249920831.23129 + 0.295688390731812 ok 228 # t0 111 1249920831.5301 + 0.02 >= 1249920831.53002 ok 229 # t1 111 1249920831.5301 + 0.02 >= 1249920831.23129 + 0.298774856000819 ok 230 # t0 112 1249920831.54001 + 0.02 >= 1249920831.5301 ok 231 # t1 112 1249920831.54001 + 0.02 >= 1249920831.23129 + 0.300854783999966 ok 232 # t0 95 1249920831.54001 + 0.02 >= 1249920831.54001 ok 233 # t1 95 1249920831.54001 + 0.02 >= 1249920831.23129 + 0.303907400000753 ok 234 # t0 86 1249920831.54001 + 0.02 >= 1249920831.54001 ok 235 # t1 86 1249920831.54001 + 0.02 >= 1249920831.23129 + 0.306215047836304 ok 236 # t0 94 1249920831.54001 + 0.02 >= 1249920831.54001 ok 237 # t1 94 1249920831.54001 + 0.02 >= 1249920831.23129 + 0.306628896001712 ok 238 # t0 13 1249920831.54001 + 0.02 >= 1249920831.54001 ok 239 # t1 13 1249920831.54001 + 0.02 >= 1249920831.23129 + 0.306766748428345 ok 240 # t0 42 1249920831.54001 + 0.02 >= 1249920831.54001 ok 241 # t1 42 1249920831.54001 + 0.02 >= 1249920831.23129 + 0.307932703999995 ok 242 # p0 91 1249920831.55002 >= 1249920831.54001 ok 243 # p1 91 1249920831.55002 >= 1249920831.23129 + 0.314859651000006 ok 244 # p0 124 1249920831.55002 >= 1249920831.55002 ok 245 # p1 124 1249920831.55002 >= 1249920831.23129 + 0.315454896001029 ok 246 # t0 56 1249920831.56002 + 0.02 >= 1249920831.55002 ok 247 # t1 56 1249920831.56002 + 0.02 >= 1249920831.23129 + 0.325213695999992 ok 248 # t0 21 1249920831.56002 + 0.02 >= 1249920831.56002 ok 249 # t1 21 1249920831.56002 + 0.02 >= 1249920831.23129 + 0.326983175999999 ok 250 # t0 112 1249920831.56002 + 0.02 >= 1249920831.56002 ok 251 # t1 112 1249920831.56002 + 0.02 >= 1249920831.23129 + 0.327526330947876 ok 252 # t0 94 1249920831.56002 + 0.02 >= 1249920831.56002 ok 253 # t1 94 1249920831.56002 + 0.02 >= 1249920831.23129 + 0.327887296676636 ok 254 # p0 62 1249920831.56038 >= 1249920831.56002 ok 255 # p1 62 1249920831.56038 >= 1249920831.23129 + 0.328863724000257 ok 256 # p0 91 1249920831.57002 >= 1249920831.56038 ok 257 # p1 91 1249920831.57002 >= 1249920831.23129 + 0.334538379187507 ok 258 # p0 45 1249920831.57002 >= 1249920831.57002 ok 259 # p1 45 1249920831.57002 >= 1249920831.23129 + 0.338436275000277 ok 260 # t0 71 1249920831.57002 + 0.02 >= 1249920831.57002 ok 261 # t1 71 1249920831.57002 + 0.02 >= 1249920831.23129 + 0.329528776001098 ok 262 # p0 42 1249920831.58002 >= 1249920831.57002 ok 263 # p1 42 1249920831.58002 >= 1249920831.23129 + 0.339260044000184 ok 264 # p0 121 1249920831.58002 >= 1249920831.58002 ok 265 # p1 121 1249920831.58002 >= 1249920831.23129 + 0.340763210999285 ok 266 # p0 79 1249920831.58002 >= 1249920831.58002 ok 267 # p1 79 1249920831.58002 >= 1249920831.23129 + 0.34428681099962 ok 268 # t0 64 1249920831.58002 + 0.02 >= 1249920831.58002 ok 269 # t1 64 1249920831.58002 + 0.02 >= 1249920831.23129 + 0.343136256000435 ok 270 # p0 62 1249920831.59002 >= 1249920831.58002 ok 271 # p1 62 1249920831.59002 >= 1249920831.23129 + 0.349417706750273 ok 272 # p0 90 1249920831.59002 >= 1249920831.59002 ok 273 # p1 90 1249920831.59002 >= 1249920831.23129 + 0.353745100001106 ok 274 # p0 84 1249920831.59002 >= 1249920831.59002 ok 275 # p1 84 1249920831.59002 >= 1249920831.23129 + 0.357040176000737 ok 276 # t0 21 1249920831.59002 + 0.02 >= 1249920831.59002 ok 277 # t1 21 1249920831.59002 + 0.02 >= 1249920831.23129 + 0.349160432815552 ok 278 # t0 106 1249920831.59002 + 0.02 >= 1249920831.59002 ok 279 # t1 106 1249920831.59002 + 0.02 >= 1249920831.23129 + 0.351435296001 ok 280 # t0 100 1249920831.59002 + 0.02 >= 1249920831.59002 ok 281 # t1 100 1249920831.59002 + 0.02 >= 1249920831.23129 + 0.353360000000976 ok 282 # p0 79 1249920831.60002 >= 1249920831.59002 ok 283 # p1 79 1249920831.60002 >= 1249920831.23129 + 0.365804736687096 ok 284 # t0 71 1249920831.60002 + 0.02 >= 1249920831.60002 ok 285 # t1 71 1249920831.60002 + 0.02 >= 1249920831.23129 + 0.359328508377075 ok 286 # p0 28 1249920831.61002 >= 1249920831.60002 ok 287 # p1 28 1249920831.61002 >= 1249920831.23129 + 0.373004464000132 ok 288 # p0 1 1249920831.61002 >= 1249920831.61002 ok 289 # p1 1 1249920831.61002 >= 1249920831.23129 + 0.375475771 ok 290 # p0 90 1249920831.61002 >= 1249920831.61002 ok 291 # p1 90 1249920831.61002 >= 1249920831.23129 + 0.375854168751175 ok 292 # t0 67 1249920831.61002 + 0.02 >= 1249920831.61002 ok 293 # t1 67 1249920831.61002 + 0.02 >= 1249920831.23129 + 0.369223304000116 ok 294 # t0 117 1249920831.61002 + 0.02 >= 1249920831.61002 ok 295 # t1 117 1249920831.61002 + 0.02 >= 1249920831.23129 + 0.374314504002541 ok 296 # p0 3 1249920831.62002 >= 1249920831.61002 ok 297 # p1 3 1249920831.62002 >= 1249920831.23129 + 0.379281939 ok 298 # p0 96 1249920831.62002 >= 1249920831.62002 ok 299 # p1 96 1249920831.62002 >= 1249920831.23129 + 0.384705536000183 ok 300 # p0 65 1249920831.62002 >= 1249920831.62002 ok 301 # p1 65 1249920831.62002 >= 1249920831.23129 + 0.385132475000319 ok 302 # p0 5 1249920831.62002 >= 1249920831.62002 ok 303 # p1 5 1249920831.62002 >= 1249920831.23129 + 0.386894275000003 ok 304 # t0 106 1249920831.62002 + 0.02 >= 1249920831.62002 ok 305 # t1 106 1249920831.62002 + 0.02 >= 1249920831.23129 + 0.38069486618042 ok 306 # t0 89 1249920831.62002 + 0.02 >= 1249920831.62002 ok 307 # t1 89 1249920831.62002 + 0.02 >= 1249920831.23129 + 0.383296456000608 ok 308 # t0 5 1249920831.62002 + 0.02 >= 1249920831.62002 ok 309 # t1 5 1249920831.62002 + 0.02 >= 1249920831.23129 + 0.385883400000004 ok 310 # t0 78 1249920831.62002 + 0.02 >= 1249920831.62002 ok 311 # t1 78 1249920831.62002 + 0.02 >= 1249920831.23129 + 0.388584224001534 ok 312 # p0 78 1249920831.63002 >= 1249920831.62002 ok 313 # p1 78 1249920831.63002 >= 1249920831.23129 + 0.394590764000895 ok 314 # p0 7 1249920831.63002 >= 1249920831.63002 ok 315 # p1 7 1249920831.63002 >= 1249920831.23129 + 0.398312779000008 ok 316 # t0 71 1249920831.63002 + 0.02 >= 1249920831.63002 ok 317 # t1 71 1249920831.63002 + 0.02 >= 1249920831.23129 + 0.391184091567993 ok 318 # t0 77 1249920831.63002 + 0.02 >= 1249920831.63002 ok 319 # t1 77 1249920831.63002 + 0.02 >= 1249920831.23129 + 0.39610714400078 ok 320 # p0 90 1249920831.64002 >= 1249920831.63002 ok 321 # p1 90 1249920831.64002 >= 1249920831.23129 + 0.399345054298124 ok 322 # p0 116 1249920831.64002 >= 1249920831.64002 ok 323 # p1 116 1249920831.64002 >= 1249920831.23129 + 0.401974576001521 ok 324 # p0 3 1249920831.64002 >= 1249920831.64002 ok 325 # p1 3 1249920831.64002 >= 1249920831.23129 + 0.4029870601875 ok 326 # t0 123 1249920831.64002 + 0.02 >= 1249920831.64002 ok 327 # t1 123 1249920831.64002 + 0.02 >= 1249920831.23129 + 0.401198344003205 ok 328 # t0 69 1249920831.64002 + 0.02 >= 1249920831.64002 ok 329 # t1 69 1249920831.64002 + 0.02 >= 1249920831.23129 + 0.407634696000969 ok 330 # p0 5 1249920831.65002 >= 1249920831.64002 ok 331 # p1 5 1249920831.65002 >= 1249920831.23129 + 0.411075167187503 ok 332 # p0 9 1249920831.65002 >= 1249920831.65002 ok 333 # p1 9 1249920831.65002 >= 1249920831.23129 + 0.41353745100001 ok 334 # t0 5 1249920831.65002 + 0.02 >= 1249920831.65002 ok 335 # t1 5 1249920831.65002 + 0.02 >= 1249920831.23129 + 0.412842750549316 ok 336 # t0 83 1249920831.65002 + 0.02 >= 1249920831.65002 ok 337 # t1 83 1249920831.65002 + 0.02 >= 1249920831.23129 + 0.414029704001223 ok 338 # p0 103 1249920831.66002 >= 1249920831.65002 ok 339 # p1 103 1249920831.66002 >= 1249920831.23129 + 0.422454539000682 ok 340 # p0 7 1249920831.66002 >= 1249920831.66002 ok 341 # p1 7 1249920831.66002 >= 1249920831.23129 + 0.423207327687509 ok 342 # p0 90 1249920831.66002 >= 1249920831.66002 ok 343 # p1 90 1249920831.66002 >= 1249920831.23129 + 0.424304120191756 ok 344 # p0 47 1249920831.66002 >= 1249920831.66002 ok 345 # p1 47 1249920831.66002 >= 1249920831.23129 + 0.425978139000108 ok 346 # p0 11 1249920831.67002 >= 1249920831.66002 ok 347 # p1 11 1249920831.67002 >= 1249920831.23129 + 0.432568290999995 ok 348 # t0 57 1249920831.67002 + 0.02 >= 1249920831.67002 ok 349 # t1 57 1249920831.67002 + 0.02 >= 1249920831.23129 + 0.429406664000453 ok 350 # t0 123 1249920831.67002 + 0.02 >= 1249920831.67002 ok 351 # t1 123 1249920831.67002 + 0.02 >= 1249920831.23129 + 0.4338059425354 ok 352 # p0 9 1249920831.68002 >= 1249920831.67002 ok 353 # p1 9 1249920831.68002 >= 1249920831.23129 + 0.439383541687511 ok 354 # t0 48 1249920831.68002 + 0.02 >= 1249920831.68002 ok 355 # t1 48 1249920831.68002 + 0.02 >= 1249920831.23129 + 0.443014144000244 ok 356 # p0 103 1249920831.68019 >= 1249920831.68002 ok 357 # p1 103 1249920831.68019 >= 1249920831.23129 + 0.448857947688225 ok 358 # p0 102 1249920831.69001 >= 1249920831.68019 ok 359 # p1 102 1249920831.69001 >= 1249920831.23129 + 0.449921484001607 ok 360 # p0 113 1249920831.69001 >= 1249920831.69001 ok 361 # p1 113 1249920831.69001 >= 1249920831.23129 + 0.450119899000128 ok 362 # p0 47 1249920831.69001 >= 1249920831.69001 ok 363 # p1 47 1249920831.69001 >= 1249920831.23129 + 0.452601772687615 ok 364 # p0 13 1249920831.69001 >= 1249920831.69001 ok 365 # p1 13 1249920831.69001 >= 1249920831.23129 + 0.455405299000006 ok 366 # p0 72 1249920831.70002 >= 1249920831.69001 ok 367 # p1 72 1249920831.70002 >= 1249920831.23129 + 0.466396864000671 ok 368 # t0 123 1249920831.70002 + 0.02 >= 1249920831.70002 ok 369 # t1 123 1249920831.70002 + 0.02 >= 1249920831.23129 + 0.465843915939331 ok 370 # t0 104 1249920831.70002 + 0.02 >= 1249920831.70002 ok 371 # t1 104 1249920831.70002 + 0.02 >= 1249920831.23129 + 0.468594175999897 ok 372 # p0 103 1249920831.71002 >= 1249920831.70002 ok 373 # p1 103 1249920831.71002 >= 1249920831.23129 + 0.476911569418739 ok 374 # t0 102 1249920831.71002 + 0.02 >= 1249920831.71002 ok 375 # t1 102 1249920831.71002 + 0.02 >= 1249920831.23129 + 0.469235743999889 ok 376 # t0 15 1249920831.71002 + 0.02 >= 1249920831.71002 ok 377 # t1 15 1249920831.71002 + 0.02 >= 1249920831.23129 + 0.472950600000047 ok 378 # t0 6 1249920831.71002 + 0.02 >= 1249920831.71002 ok 379 # t1 6 1249920831.71002 + 0.02 >= 1249920831.23129 + 0.475672096000004 ok 380 # p0 47 1249920831.72002 >= 1249920831.71002 ok 381 # p1 47 1249920831.72002 >= 1249920831.23129 + 0.480889383480591 ok 382 # p0 15 1249920831.72002 >= 1249920831.72002 ok 383 # p1 15 1249920831.72002 >= 1249920831.23129 + 0.482048474999999 ok 384 # p0 32 1249920831.72002 >= 1249920831.72002 ok 385 # p1 32 1249920831.72002 >= 1249920831.23129 + 0.487189504000071 ok 386 # p0 93 1249920831.73003 >= 1249920831.72002 ok 387 # p1 93 1249920831.73003 >= 1249920831.23129 + 0.489943379001488 ok 388 # p0 56 1249920831.73003 >= 1249920831.73003 ok 389 # p1 56 1249920831.73003 >= 1249920831.23129 + 0.49201785600053 ok 390 # p0 81 1249920831.73003 >= 1249920831.73003 ok 391 # p1 81 1249920831.73003 >= 1249920831.23129 + 0.49653353100075 ok 392 # t0 19 1249920831.73003 + 0.02 >= 1249920831.73003 ok 393 # t1 19 1249920831.73003 + 0.02 >= 1249920831.23129 + 0.492156296000076 ok 394 # t0 72 1249920831.73003 + 0.02 >= 1249920831.73003 ok 395 # t1 72 1249920831.73003 + 0.02 >= 1249920831.23129 + 0.496781824000209 ok 396 # t0 123 1249920831.73003 + 0.02 >= 1249920831.73003 ok 397 # t1 123 1249920831.73003 + 0.02 >= 1249920831.23129 + 0.497846126556396 ok 398 # p0 2 1249920831.74002 >= 1249920831.73003 ok 399 # p1 2 1249920831.74002 >= 1249920831.23129 + 0.501903084 ok 400 # p0 46 1249920831.74002 >= 1249920831.74002 ok 401 # p1 46 1249920831.74002 >= 1249920831.23129 + 0.506731436000337 ok 402 # t0 119 1249920831.74002 + 0.02 >= 1249920831.74002 ok 403 # t1 119 1249920831.74002 + 0.02 >= 1249920831.23129 + 0.499793096001667 ok 404 # t0 29 1249920831.74002 + 0.02 >= 1249920831.74002 ok 405 # t1 29 1249920831.74002 + 0.02 >= 1249920831.23129 + 0.50111757600007 ok 406 # t0 102 1249920831.74002 + 0.02 >= 1249920831.74002 ok 407 # t1 102 1249920831.74002 + 0.02 >= 1249920831.23129 + 0.508050203323364 ok 408 # t0 121 1249920831.74043 + 0.02 >= 1249920831.74002 ok 409 # t1 121 1249920831.74043 + 0.02 >= 1249920831.23129 + 0.508754376001889 ok 410 # p0 67 1249920831.75002 >= 1249920831.74043 ok 411 # p1 67 1249920831.75002 >= 1249920831.23129 + 0.510736019000433 ok 412 # p0 47 1249920831.75002 >= 1249920831.75002 ok 413 # p1 47 1249920831.75002 >= 1249920831.23129 + 0.510944969948128 ok 414 # p0 17 1249920831.75002 >= 1249920831.75002 ok 415 # p1 17 1249920831.75002 >= 1249920831.23129 + 0.512497819000032 ok 416 # p0 6 1249920831.75002 >= 1249920831.75002 ok 417 # p1 6 1249920831.75002 >= 1249920831.23129 + 0.517127756000001 ok 418 # p0 49 1249920831.75002 >= 1249920831.75002 ok 419 # p1 49 1249920831.75002 >= 1249920831.23129 + 0.51732617100015 ok 420 # t0 87 1249920831.75002 + 0.02 >= 1249920831.75002 ok 421 # t1 87 1249920831.75002 + 0.02 >= 1249920831.23129 + 0.510058184001537 ok 422 # p0 93 1249920831.76002 >= 1249920831.75002 ok 423 # p1 93 1249920831.76002 >= 1249920831.23129 + 0.520564840189081 ok 424 # t0 85 1249920831.76002 + 0.02 >= 1249920831.76002 ok 425 # t1 85 1249920831.76002 + 0.02 >= 1249920831.23129 + 0.520302599999923 ok 426 # p0 2 1249920831.77002 >= 1249920831.76002 ok 427 # p1 2 1249920831.77002 >= 1249920831.23129 + 0.53327202675 ok 428 # t0 54 1249920831.77002 + 0.02 >= 1249920831.77002 ok 429 # t1 54 1249920831.77002 + 0.02 >= 1249920831.23129 + 0.52943977599989 ok 430 # t0 19 1249920831.77002 + 0.02 >= 1249920831.77002 ok 431 # t1 19 1249920831.77002 + 0.02 >= 1249920831.23129 + 0.529493808746338 ok 432 # p0 67 1249920831.78001 >= 1249920831.77002 ok 433 # p1 67 1249920831.78001 >= 1249920831.23129 + 0.54265702018796 ok 434 # p0 19 1249920831.78001 >= 1249920831.78001 ok 435 # p1 19 1249920831.78001 >= 1249920831.23129 + 0.546753331000048 ok 436 # p0 10 1249920831.78001 >= 1249920831.78001 ok 437 # p1 10 1249920831.78001 >= 1249920831.23129 + 0.547577100000012 ok 438 # t0 29 1249920831.78001 + 0.02 >= 1249920831.78001 ok 439 # t1 29 1249920831.78001 + 0.02 >= 1249920831.23129 + 0.540044784545898 ok 440 # t0 17 1249920831.78001 + 0.02 >= 1249920831.78001 ok 441 # t1 17 1249920831.78001 + 0.02 >= 1249920831.23129 + 0.540812104000054 ok 442 # t0 10 1249920831.78001 + 0.02 >= 1249920831.78001 ok 443 # t1 10 1249920831.78001 + 0.02 >= 1249920831.23129 + 0.543533600000018 ok 444 # p0 108 1249920831.79002 >= 1249920831.78001 ok 445 # p1 108 1249920831.79002 >= 1249920831.23129 + 0.549392943999919 ok 446 # p0 6 1249920831.79002 >= 1249920831.79002 ok 447 # p1 6 1249920831.79002 >= 1249920831.23129 + 0.549448240750001 ok 448 # p0 93 1249920831.79002 >= 1249920831.79002 ok 449 # p1 93 1249920831.79002 >= 1249920831.23129 + 0.553100142700899 ok 450 # t0 61 1249920831.79002 + 0.02 >= 1249920831.79002 ok 451 # t1 61 1249920831.79002 + 0.02 >= 1249920831.23129 + 0.554885256000489 ok 452 # t0 66 1249920831.79002 + 0.02 >= 1249920831.79002 ok 453 # t1 66 1249920831.79002 + 0.02 >= 1249920831.23129 + 0.556323616000554 ok 454 # t0 60 1249920831.80002 + 0.02 >= 1249920831.79002 ok 455 # t1 60 1249920831.80002 + 0.02 >= 1249920831.23129 + 0.567209600000751 ok 456 # p0 66 1249920831.81002 >= 1249920831.80002 ok 457 # p1 66 1249920831.81002 >= 1249920831.23129 + 0.572458476000065 ok 458 # p0 123 1249920831.81002 >= 1249920831.81002 ok 459 # p1 123 1249920831.81002 >= 1249920831.23129 + 0.572939459001645 ok 460 # t0 9 1249920831.81002 + 0.02 >= 1249920831.81002 ok 461 # t1 9 1249920831.81002 + 0.02 >= 1249920831.23129 + 0.570262216000003 ok 462 # t0 54 1249920831.81002 + 0.02 >= 1249920831.81002 ok 463 # t1 54 1249920831.81002 + 0.02 >= 1249920831.23129 + 0.571813821792603 ok 464 # t0 47 1249920831.81002 + 0.02 >= 1249920831.81002 ok 465 # t1 47 1249920831.81002 + 0.02 >= 1249920831.23129 + 0.576657224000428 ok 466 # p0 19 1249920831.82002 >= 1249920831.81002 ok 467 # p1 19 1249920831.82002 >= 1249920831.23129 + 0.580925414187551 ok 468 # p0 122 1249920831.82002 >= 1249920831.82002 ok 469 # p1 122 1249920831.82002 >= 1249920831.23129 + 0.581375564001064 ok 470 # p0 6 1249920831.82002 >= 1249920831.82002 ok 471 # p1 6 1249920831.82002 >= 1249920831.23129 + 0.583788755796876 ok 472 # p0 21 1249920831.82002 >= 1249920831.82002 ok 473 # p1 21 1249920831.82002 >= 1249920831.23129 + 0.584815011000046 ok 474 # t0 28 1249920831.82002 + 0.02 >= 1249920831.82002 ok 475 # t1 28 1249920831.82002 + 0.02 >= 1249920831.23129 + 0.581303423999998 ok 476 # t0 17 1249920831.82002 + 0.02 >= 1249920831.82002 ok 477 # t1 17 1249920831.82002 + 0.02 >= 1249920831.23129 + 0.582523822784424 ok 478 # t0 50 1249920831.82002 + 0.02 >= 1249920831.82002 ok 479 # t1 50 1249920831.82002 + 0.02 >= 1249920831.23129 + 0.588340000000244 ok 480 # p0 14 1249920831.83002 >= 1249920831.82002 ok 481 # p1 14 1249920831.83002 >= 1249920831.23129 + 0.593251116000033 ok 482 # t0 66 1249920831.83002 + 0.02 >= 1249920831.83002 ok 483 # t1 66 1249920831.83002 + 0.02 >= 1249920831.23129 + 0.593502283096313 ok 484 # t0 39 1249920831.83002 + 0.02 >= 1249920831.83002 ok 485 # t1 39 1249920831.83002 + 0.02 >= 1249920831.23129 + 0.597146056000383 ok 486 # p0 123 1249920831.85002 >= 1249920831.83002 ok 487 # p1 123 1249920831.85002 >= 1249920831.23129 + 0.608748175189248 ok 488 # p0 51 1249920831.85002 >= 1249920831.85002 ok 489 # p1 51 1249920831.85002 >= 1249920831.23129 + 0.612480371000402 ok 490 # p0 36 1249920831.85002 >= 1249920831.85002 ok 491 # p1 36 1249920831.85002 >= 1249920831.23129 + 0.616599216000168 ok 492 # t0 24 1249920831.85002 + 0.02 >= 1249920831.85002 ok 493 # t1 24 1249920831.85002 + 0.02 >= 1249920831.23129 + 0.610753536000061 ok 494 # t0 47 1249920831.85002 + 0.02 >= 1249920831.85002 ok 495 # t1 47 1249920831.85002 + 0.02 >= 1249920831.23129 + 0.614764928817749 ok 496 # t0 52 1249920831.85002 + 0.02 >= 1249920831.85002 ok 497 # t1 52 1249920831.85002 + 0.02 >= 1249920831.23129 + 0.617148543999974 ok 498 # t0 3 1249920831.85048 + 0.02 >= 1249920831.85002 ok 499 # t1 3 1249920831.85048 + 0.02 >= 1249920831.23129 + 0.618918024000001 ok 500 # p0 6 1249920831.86002 >= 1249920831.85048 ok 501 # p1 6 1249920831.86002 >= 1249920831.23129 + 0.620275553034181 ok 502 # p0 105 1249920831.86002 >= 1249920831.86002 ok 503 # p1 105 1249920831.86002 >= 1249920831.23129 + 0.620375275000697 ok 504 # p0 23 1249920831.86002 >= 1249920831.86002 ok 505 # p1 23 1249920831.86002 >= 1249920831.23129 + 0.626682859000084 ok 506 # t0 17 1249920831.86002 + 0.02 >= 1249920831.86002 ok 507 # t1 17 1249920831.86002 + 0.02 >= 1249920831.23129 + 0.62514066696167 ok 508 # t0 70 1249920831.87002 + 0.02 >= 1249920831.86002 ok 509 # t1 70 1249920831.87002 + 0.02 >= 1249920831.23129 + 0.633146400001351 ok 510 # t0 66 1249920831.87002 + 0.02 >= 1249920831.87002 ok 511 # t1 66 1249920831.87002 + 0.02 >= 1249920831.23129 + 0.635818958282471 ok 512 # p0 69 1249920831.88003 >= 1249920831.87002 ok 513 # p1 69 1249920831.88003 >= 1249920831.23129 + 0.640145731000302 ok 514 # t0 25 1249920831.88003 + 0.02 >= 1249920831.88003 ok 515 # t1 25 1249920831.88003 + 0.02 >= 1249920831.23129 + 0.647085000000061 ok 516 # p0 51 1249920831.89001 >= 1249920831.88003 ok 517 # p1 51 1249920831.89001 >= 1249920831.23129 + 0.650760394187927 ok 518 # p0 83 1249920831.89001 >= 1249920831.89001 ok 519 # p1 83 1249920831.89001 >= 1249920831.23129 + 0.652586419000727 ok 520 # p0 18 1249920831.89001 >= 1249920831.89001 ok 521 # p1 18 1249920831.89001 >= 1249920831.23129 + 0.654149804000042 ok 522 # t0 68 1249920831.89001 + 0.02 >= 1249920831.89001 ok 523 # t1 68 1249920831.89001 + 0.02 >= 1249920831.23129 + 0.65299366400086 ok 524 # t0 47 1249920831.89001 + 0.02 >= 1249920831.89001 ok 525 # t1 47 1249920831.89001 + 0.02 >= 1249920831.23129 + 0.657150745391846 ok 526 # p0 6 1249920831.89042 >= 1249920831.89001 ok 527 # p1 6 1249920831.89042 >= 1249920831.23129 + 0.659042775098817 ok 528 # p0 115 1249920831.90002 >= 1249920831.89042 ok 529 # p1 115 1249920831.90002 >= 1249920831.23129 + 0.66707147499983 ok 530 # t0 17 1249920831.90002 + 0.02 >= 1249920831.90002 ok 531 # t1 17 1249920831.90002 + 0.02 >= 1249920831.23129 + 0.667797327041626 ok 532 # p0 95 1249920831.9002 >= 1249920831.90002 ok 533 # p1 95 1249920831.9002 >= 1249920831.23129 + 0.668833274999997 ok 534 # p0 25 1249920831.91002 >= 1249920831.9002 ok 535 # p1 25 1249920831.91002 >= 1249920831.23129 + 0.672356874999991 ok 536 # p0 69 1249920831.92001 >= 1249920831.91002 ok 537 # p1 69 1249920831.92001 >= 1249920831.23129 + 0.680154839187821 ok 538 # p0 114 1249920831.92001 >= 1249920831.92001 ok 539 # p1 114 1249920831.92001 >= 1249920831.23129 + 0.683119916000578 ok 540 # p0 88 1249920831.92001 >= 1249920831.92001 ok 541 # p1 88 1249920831.92001 >= 1249920831.23129 + 0.684370623999712 ok 542 # p0 50 1249920831.93001 >= 1249920831.92001 ok 543 # p1 50 1249920831.93001 >= 1249920831.23129 + 0.689427499999965 ok 544 # p0 83 1249920831.93001 >= 1249920831.93001 ok 545 # p1 83 1249920831.93001 >= 1249920831.23129 + 0.693373070188272 ok 546 # t0 55 1249920831.93001 + 0.02 >= 1249920831.93001 ok 547 # t1 55 1249920831.93001 + 0.02 >= 1249920831.23129 + 0.691891400000713 ok 548 # t0 40 1249920831.93001 + 0.02 >= 1249920831.93001 ok 549 # t1 40 1249920831.93001 + 0.02 >= 1249920831.23129 + 0.696537600000283 ok 550 # p0 82 1249920831.93042 >= 1249920831.93001 ok 551 # p1 82 1249920831.93042 >= 1249920831.23129 + 0.699084204001338 ok 552 # p0 94 1249920831.94002 >= 1249920831.93042 ok 553 # p1 94 1249920831.94002 >= 1249920831.23129 + 0.703912556000432 ok 554 # t0 47 1249920831.94002 + 0.02 >= 1249920831.94002 ok 555 # t1 47 1249920831.94002 + 0.02 >= 1249920831.23129 + 0.699794769287109 ok 556 # t0 109 1249920831.94002 + 0.02 >= 1249920831.94002 ok 557 # t1 109 1249920831.94002 + 0.02 >= 1249920831.23129 + 0.707227016002435 ok 558 # p0 53 1249920831.95002 >= 1249920831.94002 ok 559 # p1 53 1249920831.95002 >= 1249920831.23129 + 0.711440739000409 ok 560 # p0 60 1249920831.95002 >= 1249920831.95002 ok 561 # p1 60 1249920831.95002 >= 1249920831.23129 + 0.712775599999986 ok 562 # t0 17 1249920831.95002 + 0.02 >= 1249920831.95002 ok 563 # t1 17 1249920831.95002 + 0.02 >= 1249920831.23129 + 0.710460424423218 ok 564 # t0 97 1249920831.95002 + 0.02 >= 1249920831.95002 ok 565 # t1 97 1249920831.95002 + 0.02 >= 1249920831.23129 + 0.711076424000566 ok 566 # t0 114 1249920831.95002 + 0.02 >= 1249920831.95002 ok 567 # t1 114 1249920831.95002 + 0.02 >= 1249920831.23129 + 0.717626656001812 ok 568 # p0 27 1249920831.96002 >= 1249920831.95002 ok 569 # p1 27 1249920831.96002 >= 1249920831.23129 + 0.721837058999995 ok 570 # p0 69 1249920831.96002 >= 1249920831.96002 ok 571 # p1 69 1249920831.96002 >= 1249920831.23129 + 0.72266451663706 ok 572 # t0 92 1249920831.96002 + 0.02 >= 1249920831.96002 ok 573 # t1 92 1249920831.96002 + 0.02 >= 1249920831.23129 + 0.724683904001722 ok 574 # p0 22 1249920831.97003 >= 1249920831.96002 ok 575 # p1 22 1249920831.97003 >= 1249920831.23129 + 0.730273163999982 ok 576 # p0 50 1249920831.97003 >= 1249920831.97003 ok 577 # p1 50 1249920831.97003 >= 1249920831.23129 + 0.732516718749963 ok 578 # t0 1 1249920831.97003 + 0.02 >= 1249920831.97003 ok 579 # t1 1 1249920831.97003 + 0.02 >= 1249920831.23129 + 0.735435336 ok 580 # p0 76 1249920831.98002 >= 1249920831.97003 ok 581 # p1 76 1249920831.98002 >= 1249920831.23129 + 0.748053296000762 ok 582 # t0 40 1249920831.98002 + 0.02 >= 1249920831.98002 ok 583 # t1 40 1249920831.98002 + 0.02 >= 1249920831.23129 + 0.742254495620728 ok 584 # p0 60 1249920831.99001 >= 1249920831.98002 ok 585 # p1 60 1249920831.99001 >= 1249920831.23129 + 0.757324074999985 ok 586 # p0 100 1249920831.99001 >= 1249920831.99001 ok 587 # p1 100 1249920831.99001 >= 1249920831.23129 + 0.757709999999861 ok 588 # t0 47 1249920831.99001 + 0.02 >= 1249920831.99001 ok 589 # t1 47 1249920831.99001 + 0.02 >= 1249920831.23129 + 0.752468109130859 ok 590 # t0 31 1249920831.99001 + 0.02 >= 1249920831.99001 ok 591 # t1 31 1249920831.99001 + 0.02 >= 1249920831.23129 + 0.753357896000125 ok 592 # p0 40 1249920832.00009 >= 1249920831.99001 ok 593 # p1 40 1249920832.00009 >= 1249920831.23129 + 0.761233600000196 ok 594 # t0 114 1249920832.00009 + 0.02 >= 1249920832.00009 ok 595 # t1 114 1249920832.00009 + 0.02 >= 1249920831.23129 + 0.763575792312622 ok 596 # t0 4 1249920832.00009 + 0.02 >= 1249920832.00009 ok 597 # t1 4 1249920832.00009 + 0.02 >= 1249920831.23129 + 0.766965376000002 ok 598 # t0 110 1249920832.00009 + 0.02 >= 1249920832.00009 ok 599 # t1 110 1249920832.00009 + 0.02 >= 1249920831.23129 + 0.767565600002854 ok 600 # p0 71 1249920832.01002 >= 1249920832.00009 ok 601 # p1 71 1249920832.01002 >= 1249920831.23129 + 0.773361610999928 ok 602 # p0 29 1249920832.01002 >= 1249920832.01002 ok 603 # p1 29 1249920832.01002 >= 1249920831.23129 + 0.775123411000095 ok 604 # t0 96 1249920832.01002 + 0.02 >= 1249920832.01002 ok 605 # t1 96 1249920832.01002 + 0.02 >= 1249920831.23129 + 0.772056576000978 ok 606 # t0 113 1249920832.01002 + 0.02 >= 1249920832.01002 ok 607 # t1 113 1249920832.01002 + 0.02 >= 1249920831.23129 + 0.773805384000298 ok 608 # t0 92 1249920832.01002 + 0.02 >= 1249920832.01002 ok 609 # t1 92 1249920832.01002 + 0.02 >= 1249920831.23129 + 0.774016857147217 ok 610 # t0 93 1249920832.02002 + 0.02 >= 1249920832.01002 ok 611 # t1 93 1249920832.02002 + 0.02 >= 1249920831.23129 + 0.780221064000216 ok 612 # t0 49 1249920832.02002 + 0.02 >= 1249920832.02002 ok 613 # t1 49 1249920832.02002 + 0.02 >= 1249920831.23129 + 0.78024173599988 ok 614 # t0 1 1249920832.02002 + 0.02 >= 1249920832.02002 ok 615 # t1 1 1249920832.02002 + 0.02 >= 1249920831.23129 + 0.784697771072388 ok 616 # t0 80 1249920832.02002 + 0.02 >= 1249920832.02002 ok 617 # t1 80 1249920832.02002 + 0.02 >= 1249920831.23129 + 0.786150400001134 ok 618 # p0 60 1249920832.04001 >= 1249920832.02002 ok 619 # p1 60 1249920832.04001 >= 1249920831.23129 + 0.804656829687485 ok 620 # t0 44 1249920832.04001 + 0.02 >= 1249920832.04001 ok 621 # t1 44 1249920832.04001 + 0.02 >= 1249920831.23129 + 0.802810496000347 ok 622 # t0 31 1249920832.04001 + 0.02 >= 1249920832.04001 ok 623 # t1 31 1249920832.04001 + 0.02 >= 1249920831.23129 + 0.805806875228882 ok 624 # p0 125 1249920832.04026 >= 1249920832.04001 ok 625 # p1 125 1249920832.04026 >= 1249920831.23129 + 0.808921875002852 ok 626 # p0 85 1249920832.05002 >= 1249920832.04026 ok 627 # p1 85 1249920832.05002 >= 1249920831.23129 + 0.812445475001368 ok 628 # p0 55 1249920832.05002 >= 1249920832.05002 ok 629 # p1 55 1249920832.05002 >= 1249920831.23129 + 0.814207275000626 ok 630 # t0 37 1249920832.05002 + 0.02 >= 1249920832.05002 ok 631 # t1 37 1249920832.05002 + 0.02 >= 1249920831.23129 + 0.81097498400004 ok 632 # t0 4 1249920832.05002 + 0.02 >= 1249920832.05002 ok 633 # t1 4 1249920832.05002 + 0.02 >= 1249920831.23129 + 0.816733121871948 ok 634 # p0 26 1249920832.06002 >= 1249920832.05002 ok 635 # p1 26 1249920832.06002 >= 1249920831.23129 + 0.821621196000024 ok 636 # p0 107 1249920832.06002 >= 1249920832.06002 ok 637 # p1 107 1249920832.06002 >= 1249920831.23129 + 0.822102179001376 ok 638 # p0 29 1249920832.06002 >= 1249920832.06002 ok 639 # p1 29 1249920832.06002 >= 1249920831.23129 + 0.823568624187601 ok 640 # t0 43 1249920832.06002 + 0.02 >= 1249920832.06002 ok 641 # t1 43 1249920832.06002 + 0.02 >= 1249920831.23129 + 0.819936264000262 ok 642 # t0 75 1249920832.06002 + 0.02 >= 1249920832.06002 ok 643 # t1 75 1249920832.06002 + 0.02 >= 1249920831.23129 + 0.823765000001004 ok 644 # t0 92 1249920832.06002 + 0.02 >= 1249920832.06002 ok 645 # t1 92 1249920832.06002 + 0.02 >= 1249920831.23129 + 0.827108144760132 ok 646 # p0 70 1249920832.07002 >= 1249920832.06002 ok 647 # p1 70 1249920832.07002 >= 1249920831.23129 + 0.831277900000714 ok 648 # p0 31 1249920832.07002 >= 1249920832.07002 ok 649 # p1 31 1249920832.07002 >= 1249920831.23129 + 0.832215931000064 ok 650 # t0 1 1249920832.07002 + 0.02 >= 1249920832.07002 ok 651 # t1 1 1249920832.07002 + 0.02 >= 1249920831.23129 + 0.837770700454712 ok 652 # t0 53 1249920832.07002 + 0.02 >= 1249920832.07002 ok 653 # t1 53 1249920832.07002 + 0.02 >= 1249920831.23129 + 0.83785882400025 ok 654 # p0 106 1249920832.08002 >= 1249920832.07002 ok 655 # p1 106 1249920832.08002 >= 1249920831.23129 + 0.845762956001636 ok 656 # p0 120 1249920832.09002 >= 1249920832.08002 ok 657 # p1 120 1249920832.09002 >= 1249920831.23129 + 0.851102399999945 ok 658 # p0 97 1249920832.09002 >= 1249920832.09002 ok 659 # p1 97 1249920832.09002 >= 1249920831.23129 + 0.85152933900099 ok 660 # t0 79 1249920832.09002 + 0.02 >= 1249920832.09002 ok 661 # t1 79 1249920832.09002 + 0.02 >= 1249920831.23129 + 0.851931975999833 ok 662 # t0 44 1249920832.09028 + 0.02 >= 1249920832.09002 ok 663 # t1 44 1249920832.09028 + 0.02 >= 1249920831.23129 + 0.858896732330322 ok 664 # p0 85 1249920832.10002 >= 1249920832.09028 ok 665 # p1 85 1249920832.10002 >= 1249920831.23129 + 0.863223317188954 ok 666 # t0 51 1249920832.10002 + 0.02 >= 1249920832.10002 ok 667 # t1 51 1249920832.10002 + 0.02 >= 1249920831.23129 + 0.867308935999972 ok 668 # p0 29 1249920832.11001 >= 1249920832.10002 ok 669 # p1 29 1249920832.11001 >= 1249920831.23129 + 0.875041663199326 ok 670 # t0 4 1249920832.11001 + 0.02 >= 1249920832.11001 ok 671 # t1 4 1249920832.11001 + 0.02 >= 1249920831.23129 + 0.869769811630249 ok 672 # t0 76 1249920832.11001 + 0.02 >= 1249920832.11001 ok 673 # t1 76 1249920832.11001 + 0.02 >= 1249920831.23129 + 0.87450073600121 ok 674 # p0 54 1249920832.12002 >= 1249920832.11001 ok 675 # p1 54 1249920832.12002 >= 1249920831.23129 + 0.88734823599998 ok 676 # p0 117 1249920832.12002 >= 1249920832.12002 ok 677 # p1 117 1249920832.12002 >= 1249920831.23129 + 0.887829219002015 ok 678 # t0 92 1249920832.12002 + 0.02 >= 1249920832.12002 ok 679 # t1 92 1249920832.12002 + 0.02 >= 1249920831.23129 + 0.880427122116089 ok 680 # p0 33 1249920832.13002 >= 1249920832.12002 ok 681 # p1 33 1249920832.13002 >= 1249920831.23129 + 0.893114619000016 ok 682 # t0 33 1249920832.13002 + 0.02 >= 1249920832.13002 ok 683 # t1 33 1249920832.13002 + 0.02 >= 1249920831.23129 + 0.889080904000139 ok 684 # t0 1 1249920832.13002 + 0.02 >= 1249920832.13002 ok 685 # t1 1 1249920832.13002 + 0.02 >= 1249920831.23129 + 0.891091823577881 ok 686 # t0 30 1249920832.13002 + 0.02 >= 1249920832.13002 ok 687 # t1 30 1249920832.13002 + 0.02 >= 1249920831.23129 + 0.891802400000188 ok 688 # p0 120 1249920832.14002 >= 1249920832.13002 ok 689 # p1 120 1249920832.14002 >= 1249920831.23129 + 0.904296299999942 ok 690 # t0 12 1249920832.14002 + 0.02 >= 1249920832.14002 ok 691 # t1 12 1249920832.14002 + 0.02 >= 1249920831.23129 + 0.902688384000015 ok 692 # t0 35 1249920832.14002 + 0.02 >= 1249920832.14002 ok 693 # t1 35 1249920832.14002 + 0.02 >= 1249920831.23129 + 0.908286600000338 ok 694 # p0 73 1249920832.15002 >= 1249920832.14002 ok 695 # p1 73 1249920832.15002 >= 1249920831.23129 + 0.910383659000217 ok 696 # t0 44 1249920832.15002 + 0.02 >= 1249920832.15002 ok 697 # t1 44 1249920832.15002 + 0.02 >= 1249920831.23129 + 0.91266918182373 ok 698 # p0 57 1249920832.16002 >= 1249920832.15002 ok 699 # p1 57 1249920832.16002 >= 1249920831.23129 + 0.920779979000145 ok 700 # p0 44 1249920832.16002 >= 1249920832.16002 ok 701 # p1 44 1249920832.16002 >= 1249920831.23129 + 0.921092655999928 ok 702 # p0 30 1249920832.16002 >= 1249920832.16002 ok 703 # p1 30 1249920832.16002 >= 1249920831.23129 + 0.928193899999997 ok 704 # p0 29 1249920832.17001 >= 1249920832.16002 ok 705 # p1 29 1249920832.17001 >= 1249920831.23129 + 0.929731767149284 ok 706 # p0 54 1249920832.18002 >= 1249920832.17001 ok 707 # p1 54 1249920832.18002 >= 1249920831.23129 + 0.942807500749979 ok 708 # t0 2 1249920832.18002 + 0.02 >= 1249920832.18002 ok 709 # t1 2 1249920832.18002 + 0.02 >= 1249920831.23129 + 0.941741344 ok 710 # t0 63 1249920832.18002 + 0.02 >= 1249920832.18002 ok 711 # t1 63 1249920832.18002 + 0.02 >= 1249920831.23129 + 0.942848584000785 ok 712 # p0 64 1249920832.18033 >= 1249920832.18002 ok 713 # p1 64 1249920832.18033 >= 1249920831.23129 + 0.948758016000284 ok 714 # p0 33 1249920832.18033 >= 1249920832.18033 ok 715 # p1 33 1249920832.18033 >= 1249920831.23129 + 0.948934282687517 ok 716 # p0 35 1249920832.19002 >= 1249920832.18033 ok 717 # p1 35 1249920832.19002 >= 1249920831.23129 + 0.957819475000178 ok 718 # t0 22 1249920832.19002 + 0.02 >= 1249920832.19002 ok 719 # t1 22 1249920832.19002 + 0.02 >= 1249920831.23129 + 0.950702624000087 ok 720 # t0 30 1249920832.19002 + 0.02 >= 1249920832.19002 ok 721 # t1 30 1249920832.19002 + 0.02 >= 1249920831.23129 + 0.954461812973022 ok 722 # p0 112 1249920832.20001 >= 1249920832.19002 ok 723 # p1 112 1249920832.20001 >= 1249920831.23129 + 0.968071424002119 ok 724 # t0 35 1249920832.20001 + 0.02 >= 1249920832.20001 ok 725 # t1 35 1249920832.20001 + 0.02 >= 1249920831.23129 + 0.965492010116577 ok 726 # t0 38 1249920832.20001 + 0.02 >= 1249920832.20001 ok 727 # t1 38 1249920832.20001 + 0.02 >= 1249920831.23129 + 0.968625184000302 ok 728 # p0 87 1249920832.21002 >= 1249920832.20001 ok 729 # p1 87 1249920832.21002 >= 1249920831.23129 + 0.976110699000856 ok 730 # p0 57 1249920832.21002 >= 1249920832.21002 ok 731 # p1 57 1249920832.21002 >= 1249920831.23129 + 0.978328727687654 ok 732 # p0 29 1249920832.22002 >= 1249920832.21002 ok 733 # p1 29 1249920832.22002 >= 1249920831.23129 + 0.987840002596114 ok 734 # t0 11 1249920832.22002 + 0.02 >= 1249920832.22002 ok 735 # t1 11 1249920832.22002 + 0.02 >= 1249920831.23129 + 0.987675656000022 ok 736 # t0 107 1249920832.24002 + 0.02 >= 1249920832.22002 ok 737 # t1 107 1249920832.24002 + 0.02 >= 1249920831.23129 + 0.999161864001508 ok 738 # t0 63 1249920832.24002 + 0.02 >= 1249920832.24002 ok 739 # t1 63 1249920832.24002 + 0.02 >= 1249920831.23129 + 1.00765705108643 ok 740 # p0 35 1249920832.25002 >= 1249920832.24002 ok 741 # p1 35 1249920832.25002 >= 1249920831.23129 + 1.01768319218769 ok 742 # p0 112 1249920832.27002 >= 1249920832.25002 ok 743 # p1 112 1249920832.27002 >= 1249920831.23129 + 1.02857588800225 ok 744 # p0 87 1249920832.27002 >= 1249920832.27002 ok 745 # p1 87 1249920832.27002 >= 1249920831.23129 + 1.03711761768841 ok 746 # t0 11 1249920832.29001 + 0.02 >= 1249920832.27002 ok 747 # t1 11 1249920832.29001 + 0.02 >= 1249920831.23129 + 1.050452709198 ok 748 # p0 35 1249920832.32002 >= 1249920832.29001 ok 749 # p1 35 1249920832.32002 >= 1249920831.23129 + 1.08128839169942 ok 750 # t0 11 1249920832.36002 + 0.02 >= 1249920832.32002 ok 751 # t1 11 1249920832.36002 + 0.02 >= 1249920831.23129 + 1.12437129020691 ok 752 ok t/08_async.t ....... 1..13 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok t/09_brandon.t ..... skipped: Too many broken cpan tester setups. t/11_signal.t ...... 1..24 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 # unable to start signal watcher, signal 17 already registered in another loop at t/11_signal.t line 73. ok 19 # unable to start signal watcher, signal 17 already registered in another loop at t/11_signal.t line 74. ok 20 # unable to start signal watcher, signal 17 already registered in another loop at t/11_signal.t line 76. ok 21 # ok 22 # unable to start signal watcher, signal 17 already registered in another loop at t/11_signal.t line 78. ok 23 # ok 24 # ok All tests successful. Files=11, Tests=817, 2 wallclock secs ( 0.17 usr 0.10 sys + 0.55 cusr 0.13 csys = 0.95 CPU) Result: PASS MLEHMANN/EV-3.8.tar.gz make test TEST_VERBOSE=1 -- OK Marc Lehmann <schmorp@schmorp.de> null >>> (cd /export/home/fly818/var/cpan/build/EV-3.8-caB1R6 && tar cvf - EV-3.8.ppd blib) | gzip -c >/export/home/fly818/var/REPO/M/ML/MLEHMANN/EV-3.8.tar.gz EV-3.8.ppd blib/ blib/lib/ blib/lib/EV/ blib/lib/EV/MakeMaker.pm blib/lib/EV/libev.pod blib/lib/EV/EVAPI.h blib/lib/EV/ev.h blib/lib/EV.pm blib/arch/ blib/arch/auto/ blib/arch/auto/EV/ blib/arch/auto/EV/EV.so blib/arch/auto/EV/EV.bs blib/man3/ blib/man3/EV::MakeMaker.3 blib/man3/EV::libev.3 blib/man3/EV.3 >>> mv /export/home/fly818/var/cpan/build/EV-3.8-caB1R6/EV-3.8.ppd /export/home/fly818/var/REPO/M/ML/MLEHMANN Finished 2009-08-10T09:13:54