PATH=/usr/bin:/bin Start 2011-06-09T01:03:30 ActivePerl-818 CPAN-1.9402 Going to read '/Users/fly818/var/cpan/Metadata' Database was generated on Wed, 08 Jun 2011 18:32:20 GMT ______________________ D i s t r o P r e f s ______________________ Time-HiRes.yml[0] Running make for Z/ZE/ZEFRAM/Time-HiRes-1.9723.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/Z/ZE/ZEFRAM/Time-HiRes-1.9723.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/Z/ZE/ZEFRAM/CHECKSUMS Checksum for /Users/fly818/var/cpan/sources/authors/id/Z/ZE/ZEFRAM/Time-HiRes-1.9723.tar.gz ok Will not use Archive::Tar, need 1.00 Time-HiRes-1.9723/ Time-HiRes-1.9723/META.yml Time-HiRes-1.9723/MANIFEST Time-HiRes-1.9723/HiRes.pm Time-HiRes-1.9723/Changes Time-HiRes-1.9723/ppport.h Time-HiRes-1.9723/README Time-HiRes-1.9723/hints/ Time-HiRes-1.9723/hints/aix.pl Time-HiRes-1.9723/hints/dynixptx.pl Time-HiRes-1.9723/hints/solaris.pl Time-HiRes-1.9723/hints/linux.pl Time-HiRes-1.9723/hints/irix.pl Time-HiRes-1.9723/hints/dec_osf.pl Time-HiRes-1.9723/hints/svr4.pl Time-HiRes-1.9723/hints/sco.pl Time-HiRes-1.9723/TODO Time-HiRes-1.9723/HiRes.xs Time-HiRes-1.9723/fallback/ Time-HiRes-1.9723/fallback/const-c.inc Time-HiRes-1.9723/fallback/const-xs.inc Time-HiRes-1.9723/typemap Time-HiRes-1.9723/Makefile.PL Time-HiRes-1.9723/t/ Time-HiRes-1.9723/t/Watchdog.pm Time-HiRes-1.9723/t/sleep.t Time-HiRes-1.9723/t/nanosleep.t Time-HiRes-1.9723/t/itimer.t Time-HiRes-1.9723/t/usleep.t Time-HiRes-1.9723/t/ualarm.t Time-HiRes-1.9723/t/clock.t Time-HiRes-1.9723/t/gettimeofday.t Time-HiRes-1.9723/t/time.t Time-HiRes-1.9723/t/tv_interval.t Time-HiRes-1.9723/t/stat.t Time-HiRes-1.9723/t/alarm.t Going to apply 1 patch: /Users/fly818/etc/distroprefs/Time-HiRes-1.9719.patch /usr/bin/patch -N --fuzz=3 -p1 <= IV_1E6 || uinterval >= IV_1E6) - croak("Time::HiRes::ualarm(%d, %d): useconds or uinterval equal to or more than %"IVdf, useconds, uinterval, IV_1E6); RETVAL = ualarm(useconds, uinterval); #endif @@ -948,8 +946,6 @@ } } #else - if (useconds >= IV_1E6 || uinterval >= IV_1E6) - croak("Time::HiRes::alarm(%d, %d): seconds or interval equal to or more than 1.0 ", useconds, uinterval, IV_1E6); RETVAL = (NV)ualarm( useconds, uinterval ) / NV_1E6; #endif } EOT patching file HiRes.xs Hunk #1 succeeded at 921 (offset 1 line). Hunk #2 succeeded at 949 (offset 3 lines). CPAN.pm: Going to build Z/ZE/ZEFRAM/Time-HiRes-1.9723.tar.gz >>> /Users/fly818/bin/perl Makefile.PL Configuring Time::HiRes... Have syscall()... looking for syscall.h... NOT found. Looking for gettimeofday()... found. Looking for setitimer()... NOT found. Looking for getitimer()... NOT found. You do not have interval timers. Looking for ualarm()... found. Looking for usleep()... found. Looking for nanosleep()... testing... NOT found. You cannot mix subsecond sleeps with signals. (It would not be portable anyway.) Looking for clock_gettime()... NOT found. Looking for clock_getres()... NOT found. Looking for clock_nanosleep()... NOT found. Looking for clock()... NOT 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...NOT found. Trying struct stat st_uatime...NOT found. You do not seem to have stat subsecond timestamps. 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 /Users/fly818/bin/perl /Users/fly818/var/megalib/ExtUtils/xsubpp -typemap /Users/fly818/ap818/lib/ExtUtils/typemap -typemap typemap HiRes.xs > HiRes.xsc && mv HiRes.xsc HiRes.c gcc -c -fno-common -DPERL_DARWIN -no-cpp-precomp -arch ppc -arch i386 -nostdinc -B/Developer/SDKs/MacOSX10.4u.sdk/usr/include/gcc -B/Developer/SDKs/MacOSX10.4u.sdk/usr/lib/gcc -isystem/Developer/SDKs/MacOSX10.4u.sdk/usr/include -F/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks -mmacosx-version-min=10.3 -DUSE_SITECUSTOMIZE -DNO_HASH_SEED -fno-strict-aliasing -pipe -Wdeclaration-after-statement -O3 -DVERSION=\"1.9723\" -DXS_VERSION=\"1.9723\" "-I/Users/fly818/ap818/lib/CORE" -DATLEASTFIVEOHOHFIVE HiRes.c Running Mkbootstrap for Time::HiRes () chmod 644 HiRes.bs rm -f blib/arch/auto/Time/HiRes/HiRes.bundle env MACOSX_DEPLOYMENT_TARGET=10.3 cc -bundle -undefined dynamic_lookup -Wl,-search_paths_first -arch ppc -arch i386 -Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.3 HiRes.o -o blib/arch/auto/Time/HiRes/HiRes.bundle \ \ chmod 755 blib/arch/auto/Time/HiRes/HiRes.bundle 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.9723.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /Users/fly818/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/alarm.t ......... 1..10 # I am the main process 24288, starting the watchdog process... # The watchdog process 24289 launched, continuing testing... # I am the watchdog process 24289, sleeping for 360 seconds... ok 1 - require Time::HiRes; # sigaction tick, ALRM = 14 # Tick! 4 0.32962 # Select returned! 4 0.330054 # 0.889982 # Tick! 3 0.630479 # Select returned! 3 0.630779 # 0.789740333333333 # Tick! 2 0.931093 # Select returned! 2 0.931335 # 0.689555 # Tick! 1 1.231654 # Select returned! 1 1.23193 # 0.589356666666667 # Tick! 0 1.532243 # Select returned! 0 1.532505 # 0.489165 ok 2 # 0 ok 3 - negative time error # Finding delay loop... # N = 1024, t1 = 1307606626.83601, t0 = 1307606626.83562, dt = 0.000389814376831055 # N = 2048, t1 = 1307606626.83692, t0 = 1307606626.83614, dt = 0.000771999359130859 # N = 4096, t1 = 1307606626.83856, t0 = 1307606626.83702, dt = 0.00154399871826172 # N = 8192, t1 = 1307606626.84174, t0 = 1307606626.83866, dt = 0.00308489799499512 # N = 16384, t1 = 1307606626.84802, t0 = 1307606626.84184, dt = 0.00617814064025879 # N = 32768, t1 = 1307606626.86049, t0 = 1307606626.84812, dt = 0.0123720169067383 # Alarm 1 - 1307606626.87077 # Alarm 2 - 1307606626.89362 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 # I am the main process 24288, terminating the watchdog process 24289 before it terminates me in 354 seconds (testing took 6 seconds). # kill KILL 24289 = 1 # All done. ok Too many arguments for Time::HiRes::clock_nanosleep at t/clock.t line 74, near "$s)" Execution of t/clock.t aborted due to compilation errors. # Looks like you planned 5 tests but ran 1. # Looks like your test exited with 255 just after 1. t/clock.t ......... 1..5 # I am the main process 24291, starting the watchdog process... # I am the watchdog process 24292, sleeping for 360 seconds... # The watchdog process 24292 launched, continuing testing... ok 1 - require Time::HiRes; # I am the main process 24291, terminating the watchdog process 24292 before it terminates me in 360 seconds (testing took 0 seconds). # kill KILL 24292 = 1 # All done. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 4/5 subtests t/gettimeofday.t .. 1..6 # I am the main process 24293, starting the watchdog process... # The watchdog process 24294 launched, continuing testing... # gettimeofday returned 2 args # I am the watchdog process 24294, sleeping for 360 seconds... ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 # I am the main process 24293, terminating the watchdog process 24294 before it terminates me in 359 seconds (testing took 1 seconds). # kill KILL 24294 = 1 # All done. ok t/itimer.t ........ skipped: no itimer t/nanosleep.t ..... skipped: no nanosleep() t/sleep.t ......... 1..4 # I am the main process 24297, starting the watchdog process... # The watchdog process 24298 launched, continuing testing... # I am the watchdog process 24298, sleeping for 360 seconds... ok 1 - require Time::HiRes; ok 2 - negative time error # time...1307606632.65357 ok 3 # sleep...0.500074 ok 4 # I am the main process 24297, terminating the watchdog process 24298 before it terminates me in 359 seconds (testing took 1 seconds). # kill KILL 24298 = 1 # All done. ok t/stat.t .......... skipped: no hi-res stat t/time.t .......... 1..2 # I am the main process 24300, starting the watchdog process... # The watchdog process 24301 launched, continuing testing... # I am the watchdog process 24301, sleeping for 360 seconds... ok 1 - require Time::HiRes; ok 2 # s = 39.7696959972382, n = 100, s/n = 0.397696959972382 # I am the main process 24300, terminating the watchdog process 24301 before it terminates me in 360 seconds (testing took 0 seconds). # kill KILL 24301 = 1 # All done. ok t/tv_interval.t ... 1..2 ok 1 - require Time::HiRes; ok 2 ok t/ualarm.t ........ 1..12 # I am the main process 24303, starting the watchdog process... # The watchdog process 24304 launched, continuing testing... # I am the watchdog process 24304, sleeping for 360 seconds... ok 1 # tick = 1, one = 1307606633, two = 1307606633, three = 1307606633 ok 2 # tick = 3, one = 1307606633, two = 1307606633, three = 1307606633 ok 3 - negative time error # t0 = 1307606633.70173 # ualarm(100000) # t1 = 1307606633.80213 # dt = 0.100399971008301 # r = 1.00399971008301 ok 4 # t0 = 1307606633.80294 # ualarm(1100000) # t1 = 1307606634.90325 # dt = 1.10030508041382 # r = 1.00027734583074 ok 5 # t0 = 1307606634.90426 # ualarm(2200000) # t1 = 1307606637.10453 # dt = 2.20027112960815 # r = 1.00012324073098 ok 6 # t0 = 1307606637.10531 # ualarm(4300000) # t1 = 1307606641.40562 # dt = 4.30030512809753 # r = 1.00007096002268 ok 7 # t0 = 1307606641.4066 # got0 = 0 # t1 = 1307606641.7066 # t1 - t0 = 0.30000114440918 # got1 = 200014 ok 8 ok 9 ok 10 ok 11 ok 12 # I am the main process 24303, terminating the watchdog process 24304 before it terminates me in 352 seconds (testing took 8 seconds). # kill KILL 24304 = 1 # All done. ok t/usleep.t ........ 1..6 # I am the main process 24305, starting the watchdog process... # The watchdog process 24306 launched, continuing testing... # I am the watchdog process 24306, sleeping for 360 seconds... ok 1 - negative time error ok 2 ok 3 ok 4 ok 5 ok 6 # I am the main process 24305, terminating the watchdog process 24306 before it terminates me in 356 seconds (testing took 4 seconds). # kill KILL 24306 = 1 # All done. ok Test Summary Report ------------------- t/clock.t (Wstat: 65280 Tests: 1 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 5 tests but ran 1. Files=11, Tests=43, 20 wallclock secs ( 0.19 usr 0.19 sys + 13.10 cusr 0.42 csys = 13.90 CPU) Result: FAIL Failed 1/11 test programs. 0/43 subtests failed. make: *** [test_dynamic] Error 255 ZEFRAM/Time-HiRes-1.9723.tar.gz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports ZEFRAM/Time-HiRes-1.9723.tar.gz Finished 2011-06-09T01:04:05