PATH=/usr/bin:/bin Start 2011-06-09T07:21:17 ActivePerl-1003 CPAN-1.9402 Going to read '/Users/fly1003/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/fly1003/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/fly1003/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/fly1003/bin/perl Makefile.PL Configuring Time::HiRes... Have syscall()... looking for syscall.h... NOT 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... 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/fly1003/bin/perl /Users/fly1003/var/megalib/ExtUtils/xsubpp -typemap /Users/fly1003/ap1003/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 -DPRIVLIB_LAST_IN_INC -fno-strict-aliasing -pipe -O3 -DVERSION=\"1.9723\" -DXS_VERSION=\"1.9723\" "-I/Users/fly1003/ap1003/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/fly1003/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 8401, starting the watchdog process... # The watchdog process 8402 launched, continuing testing... # I am the watchdog process 8402, sleeping for 360 seconds... ok 1 - require Time::HiRes; # sigaction tick, ALRM = 14 # Tick! 4 0.337031 # Select returned! 4 0.337339 # 0.887553666666667 # Tick! 3 0.637704 # Select returned! 3 0.638005 # 0.787331666666667 # Tick! 2 0.938325 # Select returned! 2 0.938586 # 0.687138 # Tick! 1 1.23892 # Select returned! 1 1.239217 # 0.586927666666667 # Tick! 0 1.539544 # Select returned! 0 1.53982 # 0.486726666666667 ok 2 # 0 ok 3 - negative time error # Finding delay loop... # N = 1024, t1 = 1307629304.77233, t0 = 1307629304.77195, dt = 0.000382900238037109 # N = 2048, t1 = 1307629304.77326, t0 = 1307629304.77256, dt = 0.00070500373840332 # N = 4096, t1 = 1307629304.77475, t0 = 1307629304.77337, dt = 0.00138211250305176 # N = 8192, t1 = 1307629304.77754, t0 = 1307629304.77485, dt = 0.00268912315368652 # N = 16384, t1 = 1307629304.78279, t0 = 1307629304.77764, dt = 0.0051569938659668 # N = 32768, t1 = 1307629304.79319, t0 = 1307629304.7829, dt = 0.0102980136871338 # Alarm 1 - 1307629304.80345 # Alarm 2 - 1307629304.82423 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 # I am the main process 8401, terminating the watchdog process 8402 before it terminates me in 355 seconds (testing took 5 seconds). # kill KILL 8402 = 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 8404, starting the watchdog process... # The watchdog process 8405 launched, continuing testing... # I am the watchdog process 8405, sleeping for 360 seconds... ok 1 - require Time::HiRes; # I am the main process 8404, terminating the watchdog process 8405 before it terminates me in 360 seconds (testing took 0 seconds). # kill KILL 8405 = 1 # All done. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 4/5 subtests t/gettimeofday.t .. 1..6 # I am the main process 8406, starting the watchdog process... # The watchdog process 8407 launched, continuing testing... # I am the watchdog process 8407, sleeping for 360 seconds... # gettimeofday returned 2 args ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 # I am the main process 8406, terminating the watchdog process 8407 before it terminates me in 359 seconds (testing took 1 seconds). # kill KILL 8407 = 1 # All done. ok t/itimer.t ........ 1..2 # I am the main process 8408, starting the watchdog process... # The watchdog process 8409 launched, continuing testing... # I am the watchdog process 8409, sleeping for 360 seconds... # setitimer: 0 0 ok 1 # getitimer: 0.5 0.4 # Tick! 2 0.842167 # Tick! 1 3.861951 # Tick! 0 4.271922 # Tick! 0 6.671968 # getitimer: 0 0 ok 2 # I am the main process 8408, terminating the watchdog process 8409 before it terminates me in 353 seconds (testing took 7 seconds). # kill KILL 8409 = 1 # All done. ok t/nanosleep.t ..... skipped: no nanosleep() t/sleep.t ......... 1..4 # I am the main process 8411, starting the watchdog process... # The watchdog process 8412 launched, continuing testing... # I am the watchdog process 8412, sleeping for 360 seconds... ok 1 - require Time::HiRes; ok 2 - negative time error # time...1307629317.4906 ok 3 # sleep...0.500117 ok 4 # I am the main process 8411, terminating the watchdog process 8412 before it terminates me in 360 seconds (testing took 0 seconds). # kill KILL 8412 = 1 # All done. ok t/stat.t .......... skipped: no hi-res stat t/time.t .......... 1..2 # I am the main process 8414, starting the watchdog process... # The watchdog process 8415 launched, continuing testing... # I am the watchdog process 8415, sleeping for 360 seconds... ok 1 - require Time::HiRes; ok 2 # s = 21.6954832077026, n = 100, s/n = 0.216954832077026 # I am the main process 8414, terminating the watchdog process 8415 before it terminates me in 360 seconds (testing took 0 seconds). # kill KILL 8415 = 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 8417, starting the watchdog process... # The watchdog process 8418 launched, continuing testing... # I am the watchdog process 8418, sleeping for 360 seconds... ok 1 # tick = 1, one = 1307629318, two = 1307629318, three = 1307629318 ok 2 # tick = 3, one = 1307629318, two = 1307629318, three = 1307629318 ok 3 - negative time error # t0 = 1307629318.52605 # ualarm(100000) # t1 = 1307629318.62646 # dt = 0.100406885147095 # r = 1.00406885147095 ok 4 # t0 = 1307629318.62733 # ualarm(1100000) # t1 = 1307629319.72759 # dt = 1.10025715827942 # r = 1.00023378025402 ok 5 # t0 = 1307629319.7284 # ualarm(2200000) # t1 = 1307629321.92869 # dt = 2.20028805732727 # r = 1.00013093514876 ok 6 # t0 = 1307629321.92966 # ualarm(4300000) # t1 = 1307629326.22998 # dt = 4.30032396316528 # r = 1.000075340271 ok 7 # t0 = 1307629326.23097 # got0 = 0 # t1 = 1307629326.53098 # t1 - t0 = 0.300000190734863 # got1 = 200017 ok 8 ok 9 ok 10 ok 11 ok 12 # I am the main process 8417, terminating the watchdog process 8418 before it terminates me in 352 seconds (testing took 8 seconds). # kill KILL 8418 = 1 # All done. ok t/usleep.t ........ 1..6 # I am the main process 8419, starting the watchdog process... # The watchdog process 8420 launched, continuing testing... # I am the watchdog process 8420, sleeping for 360 seconds... ok 1 - negative time error ok 2 ok 3 ok 4 ok 5 ok 6 # I am the main process 8419, terminating the watchdog process 8420 before it terminates me in 356 seconds (testing took 4 seconds). # kill KILL 8420 = 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=45, 27 wallclock secs ( 0.19 usr 0.19 sys + 19.70 cusr 0.51 csys = 20.59 CPU) Result: FAIL Failed 1/11 test programs. 0/45 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-09T07:22:10