Start 2010-04-12T14:16:42 ActivePerl-1200 CPAN-1.9402 Going to read '/home/fly1200/var/cpan/Metadata' Database was generated on Sun, 11 Apr 2010 21:27:12 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 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/fly1200/ap1200-292396/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/fly1200/ap1200-292396/bin/perl-static /home/fly1200/ap1200-292396/lib/ExtUtils/xsubpp -typemap /home/fly1200/ap1200-292396/lib/ExtUtils/typemap -typemap typemap HiRes.xs > HiRes.xsc && mv HiRes.xsc HiRes.c gcc -c -D_REENTRANT -D_GNU_SOURCE -DUSE_SITECUSTOMIZE -fno-merge-constants -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.9721\" -DXS_VERSION=\"1.9721\" -fPIC "-I/home/fly1200/ap1200-292396/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.9721.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/fly1200/ap1200-292396/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 = 1 # have_clock = 1 # have_hires_stat = 4 # I am the main process 10870, starting the timer process... # I am the timer process 10871, sleeping for 360 seconds... # The timer process 10871 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 = 1271107008, two = 1271107008, three = 1271107008 ok 13 # tick = 3, one = 1271107008, two = 1271107008, three = 1271107008 ok 14 # s = 86.5466074943542, n = 100, s/n = 0.865466074943542 # time...1271107008.87273 ok 15 # sleep...0.501053 ok 16 # sigaction tick, ALRM = 14 # Tick! 4 0.302234 # Select returned! 4 0.302293 # 0.899235666666667 # Tick! 3 0.603953 # Select returned! 3 0.604005 # 0.798665 # Tick! 2 0.90472 # Select returned! 2 0.904773 # 0.698409 # Tick! 1 1.205483 # Select returned! 1 1.205533 # 0.598155666666667 # Tick! 0 1.506134 # Select returned! 0 1.506188 # 0.497937333333333 ok 17 # 0 # setitimer: 0 0 ok 18 # getitimer: 0.501923 0.400939 # Tick! 2 0.504446 # Tick! 1 0.907399 # Tick! 0 1.312217 # Tick! 0 1.7131 # getitimer: 0 0 ok 19 ok 20 # 1.50133204460144 went by while sleeping 1.5, ratio 1.00087533333333. ok 21 # 1.50239109992981 went by while sleeping 1.5, ratio 1.00158. ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 # Finding delay loop... # N = 1024, t1 = 1271107016.1211, t0 = 1271107016.12104, dt = 6.69956207275391e-05 # N = 2048, t1 = 1271107016.12125, t0 = 1271107016.12112, dt = 0.000130176544189453 # N = 4096, t1 = 1271107016.12156, t0 = 1271107016.12126, dt = 0.000296115875244141 # N = 8192, t1 = 1271107016.12211, t0 = 1271107016.12157, dt = 0.000541925430297852 # N = 16384, t1 = 1271107016.12323, t0 = 1271107016.12213, dt = 0.00109696388244629 # N = 32768, t1 = 1271107016.12544, t0 = 1271107016.12325, dt = 0.0021979808807373 # N = 65536, t1 = 1271107016.13082, t0 = 1271107016.12546, dt = 0.00535488128662109 # N = 131072, t1 = 1271107016.14003, t0 = 1271107016.13084, dt = 0.00919795036315918 # N = 262144, t1 = 1271107016.15762, t0 = 1271107016.14006, dt = 0.0175580978393555 # Alarm 1 - 1271107016.16872 # Alarm 2 - 1271107016.20366 ok 29 # CLOCK_REALTIME: try = 1 # t1 = 1271107017.90294, t0 = 1271107016.40192 # dt = 1.50101900100708, rt = 0.000679334004719978 ok 30 ok 31 # tr = 0.000999848 ok 32 # clock = 2.06 # clock = 2.06 2.13 # clock = 2.06 2.13 2.19 # clock = 2.06 2.13 2.19 2.26 ok 33 # t0 = 1271107019.602 # ualarm(100000) # t1 = 1271107019.70283 # dt = 0.100836992263794 # r = 1.00836992263794 ok 34 # t0 = 1271107019.70315 # ualarm(1100000) # t1 = 1271107020.80442 # dt = 1.10127711296082 # r = 1.00116101178256 ok 35 # t0 = 1271107020.80506 # ualarm(2200000) # t1 = 1271107023.00647 # dt = 2.20140790939331 # r = 1.00063995881514 ok 36 # t0 = 1271107023.00708 # ualarm(4300000) # t1 = 1271107027.30821 # dt = 4.3011360168457 # r = 1.00026418996412 ok 37 # mtime = 1271107027 1271107027 1271107027 1271107028 1271107028 # atime = 1271107027 1271107027 1271107028 1271107028 1271107028 # 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 = 1271107032.59654 # t1 = 1271107032.89654 # t1 - t0 = 0.300000905990601 ok 46 ok 47 ok 48 # I am the main process 10870, terminating the timer process 10871 # before it terminates me in 333 seconds (testing took 26 seconds). # kill KILL 10871 = 1 # All done. ok All tests successful. Files=1, Tests=48, 26 wallclock secs ( 0.02 usr 0.00 sys + 14.25 cusr 0.01 csys = 14.28 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/fly1200/var/cpan/build/Time-HiRes-1.9721-wtvV7P && tar cvf - Time-HiRes-1.9721.ppd blib) | gzip -c >/home/fly1200/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/fly1200/var/cpan/build/Time-HiRes-1.9721-wtvV7P/Time-HiRes-1.9721.ppd /home/fly1200/var/REPO/J/JH/JHI Finished 2010-04-12T14:17:13