PATH=/opt/SUNWspro/bin:/usr/local/bin:/opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/sbin Start 2012-02-16T08:01:16 ActivePerl-818 CPAN-1.9402 Going to read '/export/home/fly818/var/cpan/Metadata' Database was generated on Thu, 16 Feb 2012 15:18:59 GMT Running make for Z/ZW/ZWON/File-Flock-Tiny-0.07.tar.gz Checksum for /net/nas/data/cpan/authors/id/Z/ZW/ZWON/File-Flock-Tiny-0.07.tar.gz ok Will not use Archive::Tar, need 1.00 File-Flock-Tiny-0.07/ File-Flock-Tiny-0.07/META.yml File-Flock-Tiny-0.07/README File-Flock-Tiny-0.07/inc/ File-Flock-Tiny-0.07/inc/Module/ File-Flock-Tiny-0.07/inc/Module/Install/ File-Flock-Tiny-0.07/inc/Module/Install/Win32.pm File-Flock-Tiny-0.07/inc/Module/Install/WriteAll.pm File-Flock-Tiny-0.07/inc/Module/Install/AutoInstall.pm File-Flock-Tiny-0.07/inc/Module/Install/Fetch.pm File-Flock-Tiny-0.07/inc/Module/Install/Metadata.pm File-Flock-Tiny-0.07/inc/Module/Install/Include.pm File-Flock-Tiny-0.07/inc/Module/Install/Can.pm File-Flock-Tiny-0.07/inc/Module/Install/Makefile.pm File-Flock-Tiny-0.07/inc/Module/Install/Base.pm File-Flock-Tiny-0.07/inc/Module/AutoInstall.pm File-Flock-Tiny-0.07/inc/Module/Install.pm File-Flock-Tiny-0.07/Makefile.PL File-Flock-Tiny-0.07/t/ File-Flock-Tiny-0.07/t/manifest.t File-Flock-Tiny-0.07/t/00-load.t File-Flock-Tiny-0.07/t/flock.t File-Flock-Tiny-0.07/t/pod-coverage.t File-Flock-Tiny-0.07/t/pod.t File-Flock-Tiny-0.07/Changes File-Flock-Tiny-0.07/MANIFEST File-Flock-Tiny-0.07/lib/ File-Flock-Tiny-0.07/lib/File/ File-Flock-Tiny-0.07/lib/File/Flock/ File-Flock-Tiny-0.07/lib/File/Flock/Tiny.pm CPAN.pm: Going to build Z/ZW/ZWON/File-Flock-Tiny-0.07.tar.gz >>> /export/home/fly818/bin/perl Makefile.PL *** Module::AutoInstall version 1.04 *** Checking for Perl dependencies... *** Since we're running under CPAN, I'll just let it take care of the dependency's installation later. [Core Features] - Test::More ...loaded. (0.98) - Path::Class ...loaded. (0.24) - File::Slurp ...loaded. (9999.19) - parent ...loaded. (0.225) *** Module::AutoInstall configuration finished. Checking if your kit is complete... Looks good Writing Makefile for File::Flock::Tiny Writing MYMETA.yml and MYMETA.json >>> make cp lib/File/Flock/Tiny.pm blib/lib/File/Flock/Tiny.pm Manifying blib/man3/File::Flock::Tiny.3 ZWON/File-Flock-Tiny-0.07.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /export/home/fly818/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib/lib', 'blib/arch')" t/00-load.t t/flock.t t/manifest.t t/pod-coverage.t t/pod.t # Testing File::Flock::Tiny 0.07, Perl 5.008008, /export/home/fly818/bin/perl t/00-load.t ....... 1..1 ok 1 - use File::Flock::Tiny; ok Subroutine File::Slurp::O_RDWR redefined at /export/home/fly818/var/megalib/File/Slurp.pm line 11 Subroutine File::Slurp::O_CREAT redefined at /export/home/fly818/var/megalib/File/Slurp.pm line 11 Subroutine File::Slurp::O_EXCL redefined at /export/home/fly818/var/megalib/File/Slurp.pm line 11 # Failed test 'Pid file still locked after child exited' # at t/flock.t line 153. # Looks like you failed 1 test of 4. # Failed test 'PID file' # at t/flock.t line 154. # Looks like you failed 1 test of 6. t/flock.t ......... ok 1 - File is not locked ok 2 - Got lock ok 3 - The object isa File::Flock::Tiny::Lock ok 4 - File is locked ok 5 - File is not locked ok 6 - trylock returned true ok 7 - File is not locked ok 8 - File is locked ok 9 - File is not locked 1..9 ok 1 - Basic locking by name ok 1 - File is locked ok 2 - File is not locked ok 3 - fh is still opened 1..3 ok 2 - Basic locking by file handler ok 1 - File is not locked ok 2 - File is locked ok 3 - File is not locked ok 4 - fh is still opened ok 5 - File is locked ok 6 - File is not locked 1..6 ok 3 - Unlocking on out of scope 1..0 # SKIP On Solaris flock won't survive fork ok 4 # skip On Solaris flock won't survive fork ok 5 - File not changed ok 1 - Pid file already exists and locked ok 2 - Pid file contains pid of the child process ok 3 - Successfully locked pid file not ok 4 - Pid file still locked after child exited 1..4 not ok 6 - PID file 1..6 Dubious, test returned 1 (wstat 256, 0x100) Failed 1/6 subtests (less 1 skipped subtest: 4 okay) t/manifest.t ...... skipped: Author tests not required for installation t/pod-coverage.t .. 1..1 ok 1 - Pod coverage on File::Flock::Tiny ok t/pod.t ........... 1..1 ok 1 - POD test for blib/lib/File/Flock/Tiny.pm ok Test Summary Report ------------------- t/flock.t (Wstat: 256 Tests: 6 Failed: 1) Failed test: 6 Non-zero exit status: 1 Files=5, Tests=9, 2 wallclock secs ( 0.10 usr 0.09 sys + 1.05 cusr 0.32 csys = 1.56 CPU) Result: FAIL Failed 1/5 test programs. 1/9 subtests failed. make: *** [test_dynamic] Error 29 ZWON/File-Flock-Tiny-0.07.tar.gz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports ZWON/File-Flock-Tiny-0.07.tar.gz Finished 2012-02-16T08:01:29