PATH=/opt/SUNWspro/bin:/usr/local/bin:/opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/sbin Start 2011-05-20T17:07:57 ActivePerl-1200 CPAN-1.9402 Going to read '/export/home/fly1264/var/cpan/Metadata' Database was generated on Wed, 18 May 2011 22:28:54 GMT Running make for Z/ZE/ZEFRAM/Time-HiRes-1.9722.tar.gz Checksum for /net/nas/data/cpan/authors/id/Z/ZE/ZEFRAM/Time-HiRes-1.9722.tar.gz ok Time-HiRes-1.9722/ Time-HiRes-1.9722/META.yml Time-HiRes-1.9722/MANIFEST Time-HiRes-1.9722/HiRes.pm Time-HiRes-1.9722/Changes Time-HiRes-1.9722/ppport.h Time-HiRes-1.9722/README Time-HiRes-1.9722/hints/ Time-HiRes-1.9722/hints/aix.pl Time-HiRes-1.9722/hints/dynixptx.pl Time-HiRes-1.9722/hints/solaris.pl Time-HiRes-1.9722/hints/linux.pl Time-HiRes-1.9722/hints/irix.pl Time-HiRes-1.9722/hints/dec_osf.pl Time-HiRes-1.9722/hints/svr4.pl Time-HiRes-1.9722/hints/sco.pl Time-HiRes-1.9722/TODO Time-HiRes-1.9722/HiRes.xs Time-HiRes-1.9722/fallback/ Time-HiRes-1.9722/fallback/const-c.inc Time-HiRes-1.9722/fallback/const-xs.inc Time-HiRes-1.9722/typemap Time-HiRes-1.9722/Makefile.PL Time-HiRes-1.9722/t/ Time-HiRes-1.9722/t/HiRes.t CPAN.pm: Going to build Z/ZE/ZEFRAM/Time-HiRes-1.9722.tar.gz >>> /export/home/fly1264/bin/perl Makefile.PL Configuring Time::HiRes... Using hints hints/solaris.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/solaris.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 /export/home/fly1264/bin/perl /export/home/fly1264/var/megalib/ExtUtils/xsubpp -typemap /export/home/fly1264/ap1200/lib/ExtUtils/typemap -typemap typemap HiRes.xs > HiRes.xsc && mv HiRes.xsc HiRes.c cc -c -D_REENTRANT -xarch=v9 -DUSE_SITECUSTOMIZE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"1.9722\" -DXS_VERSION=\"1.9722\" -KPIC "-I/export/home/fly1264/ap1200/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/sparcv9" cc -G -xarch=v9 -L/opt/SUNWspro/prod/lib/v9 -L/lib/sparcv9 -L/usr/lib/sparcv9 -L/usr/ccs/lib/sparcv9 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 ZEFRAM/Time-HiRes-1.9722.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /export/home/fly1264/bin/perl "-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 17176, starting the timer process... # The timer process 17177 launched, continuing testing... ok 2 # I am the timer process 17177, sleeping for 360 seconds... ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 # tick = 1, one = 1305936499, two = 1305936499, three = 1305936499 ok 13 # tick = 3, one = 1305936499, two = 1305936499, three = 1305936499 ok 14 # s = 10.0166990756989, n = 100, s/n = 0.100166990756989 # time...1305936499.13857 ok 15 # sleep...0.501284 ok 16 # sigaction tick, ALRM = 14 # Tick! 4 0.329918 # Select returned! 4 0.330024 # 0.889992 # Tick! 3 0.639896 # Select returned! 3 0.639961 # 0.786679666666667 # Tick! 2 0.949891 # Select returned! 2 0.949956 # 0.683348 # Tick! 1 1.259881 # Select returned! 1 1.259948 # 0.580017333333333 # Tick! 0 1.569872 # Select returned! 0 1.56994 # 0.476686666666667 ok 17 # 0 # setitimer: ok 18 # getitimer: 0 0 # getitimer: 0 0 ok 19 ok 20 # 1.51859498023987 went by while sleeping 1.5, ratio 1.012368. ok 21 # 1.51982307434082 went by while sleeping 1.5, ratio 1.01319466666667. ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 # Finding delay loop... # N = 1024, t1 = 1305936504.80053, t0 = 1305936504.8002, dt = 0.000325918197631836 # N = 2048, t1 = 1305936504.80121, t0 = 1305936504.80057, dt = 0.000637054443359375 # N = 4096, t1 = 1305936504.8025, t0 = 1305936504.80123, dt = 0.00127196311950684 # N = 8192, t1 = 1305936504.80506, t0 = 1305936504.80252, dt = 0.00254106521606445 # N = 16384, t1 = 1305936504.81018, t0 = 1305936504.80508, dt = 0.00509810447692871 # N = 32768, t1 = 1305936504.82038, t0 = 1305936504.81021, dt = 0.0101768970489502 # Alarm 1 - 1305936504.83978 # Alarm 2 - 1305936504.84978 ok 29 # CLOCK_REALTIME: try = 1 # t1 = 1305936506.47981, t0 = 1305936504.9637 # dt = 1.51610851287842, rt = 0.0107390085856121 ok 30 ok 31 # tr = 0.01 # No clock_nanosleep ok 32 # skipped # clock = 0 # clock = 0 0.31 # clock = 0 0.31 0.62 # clock = 0 0.31 0.62 0.94 ok 33 # t0 = 1305936507.42604 # ualarm(100000) # t1 = 1305936507.52972 # dt = 0.103678941726685 # r = 1.03678941726685 ok 34 # t0 = 1305936507.52987 # ualarm(1100000) # t1 = 1305936508.63975 # dt = 1.10987186431885 # r = 1.00897442210804 ok 35 # t0 = 1305936508.64 # ualarm(2200000) # t1 = 1305936510.84967 # dt = 2.20967078208923 # r = 1.00439581004056 ok 36 # t0 = 1305936510.84987 # ualarm(4300000) # t1 = 1305936515.15955 # dt = 4.30967879295349 # r = 1.00225088208221 ok 37 # mtime = 1305936515.26946 1305936515.60945 1305936516.01944 1305936516.34944 1305936516.65943 # atime = 1305936515.15946 1305936515.15946 1305936515.15946 1305936515.15946 1305936515.15946 # ai = 4, mi = 4, ss = 8 ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 # t0 = 1305936520.79078 # t1 = 1305936521.09078 # t1 - t0 = 0.300000905990601 ok 46 ok 47 ok 48 # I am the main process 17176, terminating the timer process 17177 # before it terminates me in 334 seconds (testing took 25 seconds). # kill KILL 17177 = 1 # All done. ok All tests successful. Files=1, Tests=48, 25 wallclock secs ( 0.12 usr 0.01 sys + 13.35 cusr 0.05 csys = 13.53 CPU) Result: PASS ZEFRAM/Time-HiRes-1.9722.tar.gz make test TEST_VERBOSE=1 -- OK Andrew Main (Zefram) <zefram@fysh.org> High resolution alarm, sleep, gettimeofday, interval timers >>> (cd /export/home/fly1264/var/cpan/build/Time-HiRes-1.9722-v2eb2T && tar cvf - Time-HiRes-1.9722.ppd blib) | gzip -c >/export/home/fly1264/var/REPO/Z/ZE/ZEFRAM/Time-HiRes-1.9722.tar.gz Time-HiRes-1.9722.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.so blib/arch/auto/Time/HiRes/HiRes.bs blib/man3/ blib/man3/Time::HiRes.3 >>> mv /export/home/fly1264/var/cpan/build/Time-HiRes-1.9722-v2eb2T/Time-HiRes-1.9722.ppd /export/home/fly1264/var/REPO/Z/ZE/ZEFRAM Finished 2011-05-20T17:08:42