Start 2010-03-17T06:00:17 ActivePerl-1003 CPAN-1.9402 Going to read '/home/fly1003/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 /bin/tar: Time-HiRes-1.9721/Changes: time stamp 2010-03-17 14:16:42 is 29784 s in the future Time-HiRes-1.9721/fallback/ Time-HiRes-1.9721/hints/ /bin/tar: Time-HiRes-1.9721/fallback: time stamp 2010-03-17 14:18:47 is 29909 s in the future Time-HiRes-1.9721/HiRes.pm /bin/tar: Time-HiRes-1.9721/hints: time stamp 2010-03-17 14:18:47 is 29909 s in the future /bin/tar: Time-HiRes-1.9721/HiRes.pm: time stamp 2010-03-17 14:13:22 is 29584 s in the future Time-HiRes-1.9721/HiRes.xs Time-HiRes-1.9721/Makefile.PL Time-HiRes-1.9721/MANIFEST Time-HiRes-1.9721/META.yml /bin/tar: Time-HiRes-1.9721/META.yml: time stamp 2010-03-17 14:18:47 is 29909 s in the future Time-HiRes-1.9721/ppport.h Time-HiRes-1.9721/README Time-HiRes-1.9721/t/ Time-HiRes-1.9721/TODO /bin/tar: Time-HiRes-1.9721/t: time stamp 2010-03-17 14:18:47 is 29909 s in the future Time-HiRes-1.9721/typemap Time-HiRes-1.9721/t/HiRes.t /bin/tar: Time-HiRes-1.9721/t/HiRes.t: time stamp 2010-03-17 14:16:09 is 29751 s in the future 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 /bin/tar: Read 6144 bytes from - Time-HiRes-1.9721/fallback/const-xs.inc /bin/tar: Time-HiRes-1.9721: time stamp 2010-03-17 14:18:47 is 29909 s in the future CPAN.pm: Going to build J/JH/JHI/Time-HiRes-1.9721.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 make: Warning: File `HiRes.pm' has modification time 3e+04 s in the future 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.9721\" -DXS_VERSION=\"1.9721\" -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 make: warning: Clock skew detected. Your build may be incomplete. JHI/Time-HiRes-1.9721.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 make: Warning: File `HiRes.pm' has modification time 3e+04 s in the future Skip blib/lib/Time/HiRes.pm (unchanged) 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.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 9079, starting the timer process... # I am the timer process 9080, sleeping for 360 seconds... # The timer process 9080 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 = 1268830827, two = 1268830827, three = 1268830827 ok 13 # tick = 3, one = 1268830827, two = 1268830827, three = 1268830827 ok 14 # s = 64.8135747909546, n = 100, s/n = 0.648135747909546 # time...1268830827.6534 ok 15 # sleep...0.50083 ok 16 # sigaction tick, ALRM = 14 # Tick! 4 0.302682 # Select returned! 4 0.302719 # 0.899093666666667 # Tick! 3 0.60436 # Select returned! 3 0.604402 # 0.798532666666667 # Tick! 2 0.905441 # Select returned! 2 0.905484 # 0.698172 # Tick! 1 1.20711 # Select returned! 1 1.207154 # 0.597615333333333 # Tick! 0 1.508742 # Select returned! 0 1.508787 # 0.497071 ok 17 # 0 # setitimer: 0 0 ok 18 # getitimer: 0.501923 0.400939 # Tick! 2 0.512014 # Tick! 1 0.917451 # Tick! 0 1.322157 # Tick! 0 1.724869 # getitimer: 0 0 ok 19 ok 20 # 1.50224208831787 went by while sleeping 1.5, ratio 1.001482. ok 21 # 1.5015230178833 went by while sleeping 1.5, ratio 1.001004. ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 # Finding delay loop... # N = 1024, t1 = 1268830834.9164, t0 = 1268830834.91634, dt = 6.103515625e-05 # N = 2048, t1 = 1268830834.91657, t0 = 1268830834.91644, dt = 0.000124931335449219 # N = 4096, t1 = 1268830834.91682, t0 = 1268830834.91658, dt = 0.000232934951782227 # N = 8192, t1 = 1268830834.91728, t0 = 1268830834.91682, dt = 0.000461101531982422 # N = 16384, t1 = 1268830834.91822, t0 = 1268830834.91729, dt = 0.000926971435546875 # N = 32768, t1 = 1268830834.9201, t0 = 1268830834.91823, dt = 0.00186705589294434 # N = 65536, t1 = 1268830834.92382, t0 = 1268830834.92012, dt = 0.00370287895202637 # N = 131072, t1 = 1268830834.93228, t0 = 1268830834.92384, dt = 0.00844693183898926 # N = 262144, t1 = 1268830834.94715, t0 = 1268830834.9323, dt = 0.0148460865020752 # Alarm 1 - 1268830834.95812 # Alarm 2 - 1268830834.98945 ok 29 # CLOCK_REALTIME: try = 1 # t1 = 1268830836.65945, t0 = 1268830835.15768 # dt = 1.50176095962524, rt = 0.00117397308349609 ok 30 ok 31 # tr = 0.000999848 ok 32 # clock = 2.03 # clock = 2.03 2.09 # clock = 2.03 2.09 2.15 # clock = 2.03 2.09 2.15 2.2 ok 33 # t0 = 1268830838.33506 # ualarm(100000) # t1 = 1268830838.43603 # dt = 0.100977897644043 # r = 1.00977897644043 ok 34 # t0 = 1268830838.43654 # ualarm(1100000) # t1 = 1268830839.53707 # dt = 1.10052680969238 # r = 1.00047891790217 ok 35 # t0 = 1268830839.53769 # ualarm(2200000) # t1 = 1268830841.73924 # dt = 2.20154118537903 # r = 1.00070053880865 ok 36 # t0 = 1268830841.73986 # ualarm(4300000) # t1 = 1268830846.04189 # dt = 4.30202889442444 # r = 1.00047183591266 ok 37 # mtime = 1268830846 1268830846 1268830846 1268830847 1268830847 # atime = 1268830846 1268830846 1268830846 1268830847 1268830847 # 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 = 1268830851.60057 # t1 = 1268830851.90057 # t1 - t0 = 0.300000905990601 ok 46 ok 47 ok 48 # I am the main process 9079, terminating the timer process 9080 # before it terminates me in 333 seconds (testing took 26 seconds). # kill KILL 9080 = 1 # All done. ok All tests successful. Files=1, Tests=48, 26 wallclock secs ( 0.02 usr 0.01 sys + 14.20 cusr 0.02 csys = 14.25 CPU) Result: PASS make: warning: Clock skew detected. Your build may be incomplete. 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/fly1003/var/cpan/build/Time-HiRes-1.9721-Hpk9LV && tar cvf - Time-HiRes-1.9721.ppd blib) | gzip -c >/home/fly1003/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/fly1003/var/cpan/build/Time-HiRes-1.9721-Hpk9LV/Time-HiRes-1.9721.ppd /home/fly1003/var/REPO/J/JH/JHI Finished 2010-03-17T06:00:57