Start 2009-01-01T12:07:28 Going to read /home/fly1003/var/cpan/Metadata Database was generated on Thu, 01 Jan 2009 10:26:52 GMT Running make for J/JH/JHI/Time-HiRes-1.9718.tar.gz Checksum for /net/nas/data/cpan/authors/id/J/JH/JHI/Time-HiRes-1.9718.tar.gz ok Time-HiRes-1.9718/ Time-HiRes-1.9718/Changes Time-HiRes-1.9718/fallback/ Time-HiRes-1.9718/fallback/const-c.inc Time-HiRes-1.9718/fallback/const-xs.inc Time-HiRes-1.9718/hints/ Time-HiRes-1.9718/hints/aix.pl Time-HiRes-1.9718/hints/dec_osf.pl Time-HiRes-1.9718/hints/dynixptx.pl Time-HiRes-1.9718/hints/irix.pl Time-HiRes-1.9718/hints/linux.pl Time-HiRes-1.9718/hints/sco.pl Time-HiRes-1.9718/hints/solaris.pl Time-HiRes-1.9718/hints/svr4.pl Time-HiRes-1.9718/HiRes.pm Time-HiRes-1.9718/HiRes.xs Time-HiRes-1.9718/Makefile.PL Time-HiRes-1.9718/MANIFEST Time-HiRes-1.9718/META.yml Time-HiRes-1.9718/ppport.h Time-HiRes-1.9718/README Time-HiRes-1.9718/t/ Time-HiRes-1.9718/t/HiRes.t Time-HiRes-1.9718/TODO Time-HiRes-1.9718/typemap CPAN.pm: Going to build J/JH/JHI/Time-HiRes-1.9718.tar.gz >>> /home/fly1003/ap1003/bin/perl-static Makefile.PL Configuring Time::HiRes... Using hints hints/linux.pl... Extra libraries: -lrt... Have syscall()... looking for syscall.h... found . Looking for gettimeofday()... found. Looking for setitimer()... found. Looking for getitimer()... found. You have interval timers (both setitimer and getitimer). Looking for ualarm()... found. Looking for usleep()... found. Looking for nanosleep()... testing... found. You can mix subsecond sleeps with signals, if you want to. (It's still not portable, though.) Looking for clock_gettime()... found. Looking for clock_getres()... found. Looking for clock_nanosleep()... found. Looking for clock()... found. Looking for stat() subsecond timestamps... Trying struct stat st_atimespec.tv_nsec...NOT found. Trying struct stat st_atimensec...NOT found. Trying struct stat st_atime_n...NOT found. Trying struct stat st_atim.tv_nsec...found. Trying struct stat st_uatime...Processing hints file hints/linux.pl NOT found. You seem to have stat() subsecond timestamps. (Your struct stat has them, but the filesystems must help.) Checking if your kit is complete... Looks good Writing Makefile for Time::HiRes Now you may issue 'make'. Do not forget also 'make test'. >>> make cp HiRes.pm blib/lib/Time/HiRes.pm /home/fly1003/ap1003/bin/perl-static /home/fly1003/var/megalib/ExtUtils/xsubpp -typemap /home/fly1003/ap1003/lib/ExtUtils/typemap -typemap typemap HiRes.xs > HiRes.xsc && mv HiRes.xsc HiRes.c gcc -c -D_REENTRANT -D_GNU_SOURCE -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.9718\" -DXS_VERSION=\"1.9718\" -fPIC "-I/home/fly1003/ap1003/lib/CORE" -DTIME_HIRES_NANOSLEEP -DTIME_HIRES_CLOCK_GETTIME -DTIME_HIRES_CLOCK_GETRES -DTIME_HIRES_CLOCK_NANOSLEEP -DTIME_HIRES_CLOCK -DTIME_HIRES_STAT=4 -DATLEASTFIVEOHOHFIVE HiRes.c Running Mkbootstrap for Time::HiRes () chmod 644 HiRes.bs rm -f blib/arch/auto/Time/HiRes/HiRes.so LD_RUN_PATH="/lib64" gcc -shared -O2 HiRes.o -o blib/arch/auto/Time/HiRes/HiRes.so \ -lrt \ chmod 755 blib/arch/auto/Time/HiRes/HiRes.so cp HiRes.bs blib/arch/auto/Time/HiRes/HiRes.bs chmod 644 blib/arch/auto/Time/HiRes/HiRes.bs Manifying blib/man3/Time::HiRes.3 JHI/Time-HiRes-1.9718.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/fly1003/ap1003/bin/perl-static "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/HiRes.... 1..40 ok 1 # have_gettimeofday = 1 # have_usleep = 1 # have_nanosleep = 1 # have_ualarm = 1 # have_clock_gettime = 1 # have_clock_getres = 1 # have_clock_nanosleep = 1 # have_clock = 1 # have_hires_stat = 4 # I am the main process 14290, starting the timer process... # I am the timer process 14291, sleeping for 360 seconds... # The timer process 14291 launched, continuing testing... ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 # tick = 1, one = 1230840473, two = 1230840473, three = 1230840473 ok 13 # tick = 3, one = 1230840473, two = 1230840473, three = 1230840473 ok 14 # s = 22.522780418396, n = 100, s/n = 0.22522780418396 # time...1230840473.23733 ok 15 # sleep...0.501456 ok 16 # sigaction tick, ALRM = 14 # Tick! 4 0.304005 # Select returned! 4 0.304065 # 0.898645 # Tick! 3 0.604968 # Select returned! 3 0.605026 # 0.798324666666667 # Tick! 2 0.905834 # Select returned! 2 0.90592 # 0.698026666666667 # Tick! 1 1.206548 # Select returned! 1 1.206604 # 0.597798666666667 # Tick! 0 1.507253 # Select returned! 0 1.507309 # 0.497563666666667 ok 17 # 0 # setitimer: 0 0 ok 18 # getitimer: 0.501923 0.400939 # Tick! 2 0.505125 # Tick! 1 0.910009 # Tick! 0 2.081326 # Tick! 0 3.288699 # getitimer: 0 0 ok 19 ok 20 # 1.50227189064026 went by while sleeping 1.5, ratio 1.00150133333333. ok 21 # 1.50116801261902 went by while sleeping 1.5, ratio 1.00076333333333. ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 # Finding delay loop... # N = 1024, t1 = 1230840482.0646, t0 = 1230840482.06446, dt = 0.000145196914672852 # N = 2048, t1 = 1230840482.06485, t0 = 1230840482.06464, dt = 0.000206947326660156 # N = 4096, t1 = 1230840482.06531, t0 = 1230840482.06486, dt = 0.000445127487182617 # N = 8192, t1 = 1230840482.06621, t0 = 1230840482.06533, dt = 0.000876903533935547 # N = 16384, t1 = 1230840482.06968, t0 = 1230840482.06623, dt = 0.0034489631652832 # N = 32768, t1 = 1230840482.0732, t0 = 1230840482.06974, dt = 0.00346589088439941 # N = 65536, t1 = 1230840482.08053, t0 = 1230840482.07323, dt = 0.00730013847351074 # N = 131072, t1 = 1230840482.0946, t0 = 1230840482.08056, dt = 0.0140380859375 # Alarm 1 - 1230840482.10621 # Alarm 2 - 1230840482.13814 ok 29 # CLOCK_REALTIME: try = 1 # t1 = 1230840483.81831, t0 = 1230840482.31633 # dt = 1.50197601318359, rt = 0.00131734212239576 ok 30 ok 31 # tr = 0.000999848 ok 32 # clock = 2.06 # clock = 2.06 2.17 # clock = 2.06 2.17 2.27 # clock = 2.06 2.17 2.27 2.38 ok 33 # t0 = 1230840485.64524 # ualarm(100000) # t1 = 1230840485.74644 # dt = 0.101205110549927 # r = 1.01205110549927 ok 34 # t0 = 1230840485.74767 # ualarm(1100000) # t1 = 1230840486.92602 # dt = 1.17834687232971 # r = 1.07122442939065 ok 35 # t0 = 1230840486.92833 # ualarm(2200000) # t1 = 1230840489.17984 # dt = 2.25150513648987 # r = 1.02341142567721 ok 36 # t0 = 1230840489.18103 # ualarm(4300000) # t1 = 1230840493.53686 # dt = 4.35583806037903 # r = 1.01298559543698 ok 37 # mtime = 1230840493 1230840493 1230840494 1230840494 1230840494 # atime = 1230840493 1230840494 1230840494 1230840494 1230840494 # ai = 4, mi = 4, ss = 0 # No subsecond timestamps detected ok 38 # skipped ok 39 ok 40 # I am the main process 14290, terminating the timer process 14291 # before it terminates me in 332 seconds (testing took 27 seconds). # kill KILL 14291 = 1 # All done. ok All tests successful. Files=1, Tests=40, 28 wallclock secs ( 0.03 usr 0.02 sys + 7.02 cusr 0.03 csys = 7.10 CPU) Result: PASS JHI/Time-HiRes-1.9718.tar.gz make test TEST_VERBOSE=1 -- OK Jarkko Hietaniemi <jhi@iki.fi> High resolution alarm, sleep, gettimeofday, interval timers >>> (cd /home/fly1003/var/cpan/build/Time-HiRes-1.9718-krMj6R && tar cvf - Time-HiRes-1.9718.ppd blib) | gzip -c >/home/fly1003/var/REPO/J/JH/JHI/Time-HiRes-1.9718.tar.gz Time-HiRes-1.9718.ppd blib/ blib/lib/ blib/lib/Time/ blib/lib/Time/HiRes.pm blib/arch/ blib/arch/auto/ blib/arch/auto/Time/ blib/arch/auto/Time/HiRes/ blib/arch/auto/Time/HiRes/HiRes.bs blib/arch/auto/Time/HiRes/HiRes.so blib/man3/ blib/man3/Time::HiRes.3 >>> mv /home/fly1003/var/cpan/build/Time-HiRes-1.9718-krMj6R/Time-HiRes-1.9718.ppd /home/fly1003/var/REPO/J/JH/JHI Finished 2009-01-01T12:08:19