Start 2010-03-17T18:01:43 ActivePerl-1003 CPAN-1.9402 Going to read '/home/cpanfly/var/cpan/Metadata' Database was generated on Wed, 17 Mar 2010 21:32:38 GMT Running make for J/JH/JHI/Time-HiRes-1.9721.tar.gz Checksum for /net/nas/data/cpan/authors/id/J/JH/JHI/Time-HiRes-1.9721.tar.gz ok Will not use Archive::Tar, need 1.00 Time-HiRes-1.9721/ Time-HiRes-1.9721/Changes Time-HiRes-1.9721/fallback/ Time-HiRes-1.9721/hints/ Time-HiRes-1.9721/HiRes.pm Time-HiRes-1.9721/HiRes.xs Time-HiRes-1.9721/Makefile.PL Time-HiRes-1.9721/MANIFEST Time-HiRes-1.9721/META.yml Time-HiRes-1.9721/ppport.h Time-HiRes-1.9721/README Time-HiRes-1.9721/t/ Time-HiRes-1.9721/TODO Time-HiRes-1.9721/typemap Time-HiRes-1.9721/t/HiRes.t Time-HiRes-1.9721/hints/aix.pl Time-HiRes-1.9721/hints/dec_osf.pl Time-HiRes-1.9721/hints/dynixptx.pl Time-HiRes-1.9721/hints/irix.pl Time-HiRes-1.9721/hints/linux.pl Time-HiRes-1.9721/hints/sco.pl Time-HiRes-1.9721/hints/solaris.pl Time-HiRes-1.9721/hints/svr4.pl Time-HiRes-1.9721/fallback/const-c.inc Time-HiRes-1.9721/fallback/const-xs.inc CPAN.pm: Going to build J/JH/JHI/Time-HiRes-1.9721.tar.gz >>> /home/cpanfly/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()... NOT 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/cpanfly/ap1003/bin/perl-static /home/cpanfly/var/megalib/ExtUtils/xsubpp -typemap /home/cpanfly/ap1003/lib/ExtUtils/typemap -typemap typemap HiRes.xs > HiRes.xsc && mv HiRes.xsc HiRes.c gcc -c -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DUSE_SITECUSTOMIZE -DPRIVLIB_LAST_IN_INC -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.9721\" -DXS_VERSION=\"1.9721\" -fPIC "-I/home/cpanfly/ap1003/lib/CORE" -DTIME_HIRES_NANOSLEEP -DTIME_HIRES_CLOCK_GETTIME -DTIME_HIRES_CLOCK_GETRES -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="/lib" 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.9721.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/cpanfly/ap1003/bin/perl-static "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/HiRes.t .. 1..48 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 = 0 # have_clock = 1 # have_hires_stat = 4 # I am the main process 25040, starting the timer process... # I am the timer process 25041, sleeping for 360 seconds... # The timer process 25041 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 = 1268877711, two = 1268877711, three = 1268877711 ok 13 # tick = 3, one = 1268877711, two = 1268877711, three = 1268877711 ok 14 # s = 27.1576550006866, n = 100, s/n = 0.271576550006866 # time...1268877711.27701 ok 15 # sleep...0.504558 ok 16 # sigaction tick, ALRM = 14 # Tick! 4 0.369969 # Select returned! 4 0.370027 # 0.876657666666667 # Tick! 3 0.669713 # Select returned! 3 0.669751 # 0.776749666666667 # Tick! 2 0.969402 # Select returned! 2 0.969437 # 0.676854333333333 # Tick! 1 1.26928 # Select returned! 1 1.269321 # 0.576893 # Tick! 0 1.570014 # Select returned! 0 1.570048 # 0.476650666666667 ok 17 # 0 # setitimer: 0 0 ok 18 # getitimer: 0.51 0.4 # Tick! 2 0.509523 # Tick! 1 0.909461 # Tick! 0 1.309409 # Tick! 0 1.709329 # getitimer: 0 0 ok 19 ok 20 # 1.51965498924255 went by while sleeping 1.5, ratio 1.01308666666667. ok 21 # 1.51948690414429 went by while sleeping 1.5, ratio 1.01297933333333. ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 # Finding delay loop... # N = 1024, t1 = 1268877718.65199, t0 = 1268877718.6519, dt = 9.60826873779297e-05 # N = 2048, t1 = 1268877718.65219, t0 = 1268877718.65201, dt = 0.000189065933227539 # N = 4096, t1 = 1268877718.65258, t0 = 1268877718.6522, dt = 0.00037693977355957 # N = 8192, t1 = 1268877718.65336, t0 = 1268877718.65259, dt = 0.000770092010498047 # N = 16384, t1 = 1268877718.65487, t0 = 1268877718.65337, dt = 0.00150203704833984 # N = 32768, t1 = 1268877718.65764, t0 = 1268877718.65488, dt = 0.00276017189025879 # N = 65536, t1 = 1268877718.66388, t0 = 1268877718.65766, dt = 0.0062260627746582 # N = 131072, t1 = 1268877718.67715, t0 = 1268877718.6639, dt = 0.0132498741149902 # Alarm 1 - 1268877718.68176 # Alarm 2 - 1268877718.70511 ok 29 # CLOCK_REALTIME: try = 1 # t1 = 1268877720.36117, t0 = 1268877718.84241 # dt = 1.51876592636108, rt = 0.0125106175740559 ok 30 ok 31 # tr = 0.01 # No clock_nanosleep ok 32 # skipped # clock = 1.97 # clock = 1.97 2.08 # clock = 1.97 2.08 2.2 # clock = 1.97 2.08 2.2 2.32 ok 33 # t0 = 1268877720.71573 # ualarm(100000) # t1 = 1268877720.81109 # dt = 0.0953609943389893 # r = 0.953609943389893 ok 34 # t0 = 1268877720.81156 # ualarm(1100000) # t1 = 1268877721.91088 # dt = 1.09931993484497 # r = 0.999381758949973 ok 35 # t0 = 1268877721.91142 # ualarm(2200000) # t1 = 1268877724.11115 # dt = 2.1997389793396 # r = 0.999881354245272 ok 36 # t0 = 1268877724.11172 # ualarm(4300000) # t1 = 1268877728.41083 # dt = 4.29911088943481 # r = 0.99979323010112 ok 37 # mtime = 1268877731 1268877734 1268877734 1268877734 1268877735 # atime = 1268877733 1268877734 1268877734 1268877734 1268877735 # ai = 4, mi = 4, ss = 0 # No subsecond timestamps detected ok 38 # skipped ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 # t0 = 1268877739.17246 # t1 = 1268877739.47246 # t1 - t0 = 0.300000905990601 ok 46 ok 47 ok 48 # I am the main process 25040, terminating the timer process 25041 # before it terminates me in 329 seconds (testing took 30 seconds). # kill KILL 25041 = 1 # All done. ok All tests successful. Files=1, Tests=48, 30 wallclock secs ( 0.02 usr 0.00 sys + 12.91 cusr 1.41 csys = 14.34 CPU) Result: PASS JHI/Time-HiRes-1.9721.tar.gz make test TEST_VERBOSE=1 -- OK Jarkko Hietaniemi <jhi@iki.fi> High resolution alarm, sleep, gettimeofday, interval timers >>> (cd /home/cpanfly/var/cpan/build/Time-HiRes-1.9721-GjEXuS && tar cvf - Time-HiRes-1.9721.ppd blib) | gzip -c >/home/cpanfly/var/REPO/J/JH/JHI/Time-HiRes-1.9721.tar.gz Time-HiRes-1.9721.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/cpanfly/var/cpan/build/Time-HiRes-1.9721-GjEXuS/Time-HiRes-1.9721.ppd /home/cpanfly/var/REPO/J/JH/JHI Finished 2010-03-17T18:02:36