PATH=/usr/bin:/bin Start 2013-06-15T18:08:05 ActivePerl-1800 CPAN-2.00 Reading '/home/fly1800/var/cpan/Metadata' Database was generated on Sat, 15 Jun 2013 20:53:04 GMT Running make for L/LA/LARRYL/Test-PerlTidy-20130104.tar.gz Checksum for /net/nas/data/cpan/authors/id/L/LA/LARRYL/Test-PerlTidy-20130104.tar.gz ok Test-PerlTidy-20130104/ Test-PerlTidy-20130104/CHANGES Test-PerlTidy-20130104/lib/ Test-PerlTidy-20130104/Makefile.PL Test-PerlTidy-20130104/MANIFEST Test-PerlTidy-20130104/META.json Test-PerlTidy-20130104/META.yml Test-PerlTidy-20130104/README Test-PerlTidy-20130104/t/ Test-PerlTidy-20130104/t/_perlcriticrc.txt Test-PerlTidy-20130104/t/_perltidyrc.txt Test-PerlTidy-20130104/t/critic.t Test-PerlTidy-20130104/t/exclude_files.t Test-PerlTidy-20130104/t/exclude_perltidy.t Test-PerlTidy-20130104/t/is_file_tidy.t Test-PerlTidy-20130104/t/list_files.t Test-PerlTidy-20130104/t/messy_file.txt Test-PerlTidy-20130104/t/perltidy.t Test-PerlTidy-20130104/t/pod-coverage.t Test-PerlTidy-20130104/t/pod.t Test-PerlTidy-20130104/t/strict.t Test-PerlTidy-20130104/t/tidy_file.txt Test-PerlTidy-20130104/lib/Test/ Test-PerlTidy-20130104/lib/Test/PerlTidy.pm /bin/tar: Read 6144 bytes from - CPAN.pm: Building L/LA/LARRYL/Test-PerlTidy-20130104.tar.gz >>> /home/fly1800/ap1800-297235/bin/perl-static Makefile.PL Warning: prerequisite File::Finder 0 not found. Checking if your kit is complete... Looks good Writing Makefile for Test::PerlTidy Writing MYMETA.yml and MYMETA.json ---- Unsatisfied dependencies detected during ---- ---- LARRYL/Test-PerlTidy-20130104.tar.gz ---- File::Finder [requires] Perl::Tidy [requires] Running make test Delayed until after prerequisites Running test for module 'File::Finder' Running make for M/ME/MERLYN/File-Finder-0.53.tar.gz Checksum for /net/nas/data/cpan/authors/id/M/ME/MERLYN/File-Finder-0.53.tar.gz ok File-Finder-0.53/ File-Finder-0.53/Changes File-Finder-0.53/lib/ File-Finder-0.53/lib/File/ File-Finder-0.53/lib/File/Finder/ File-Finder-0.53/lib/File/Finder/Steps.pm File-Finder-0.53/lib/File/Finder.pm File-Finder-0.53/Makefile.PL File-Finder-0.53/MANIFEST File-Finder-0.53/MANIFEST.SKIP File-Finder-0.53/META.yml File-Finder-0.53/README File-Finder-0.53/t/ File-Finder-0.53/t/01-core.t File-Finder-0.53/t/02-basic-logic.t File-Finder-0.53/t/03-options.t File-Finder-0.53/t/04-ffr.t File-Finder-0.53/t/05-steps.t File-Finder-0.53/t/99-test-distro.t File-Finder-0.53/t/99-test-pod-coverage.t File-Finder-0.53/t/99-test-pod.t File-Finder-0.53/t/cprove File-Finder-0.53/TODO CPAN.pm: Building M/ME/MERLYN/File-Finder-0.53.tar.gz >>> /home/fly1800/ap1800-297235/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for File::Finder Writing MYMETA.yml and MYMETA.json >>> make cp lib/File/Finder.pm blib/lib/File/Finder.pm cp lib/File/Finder/Steps.pm blib/lib/File/Finder/Steps.pm Manifying blib/man3/File::Finder::Steps.3 Manifying blib/man3/File::Finder.3 MERLYN/File-Finder-0.53.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/fly1800/ap1800-297235/bin/perl-static "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/01-core.t ............... ok 1 - require File::Finder; ok 2 - File::Finder->can(...) ok 3 - require File::Finder::Steps; ok 4 - File::Finder::Steps->can(...) ok 5 - The object isa File::Finder ok 6 - The reference isa CODE ok 7 - The reference isa HASH 1..7 ok t/02-basic-logic.t ........ ok 1 - use File::Finder; ok 2 - The object isa File::Finder ok 3 - core eval ok 4 - core true ok 5 - core false ok 6 - core skipping ok 7 - explicit true ok 8 - explicit false ok 9 - not true = false ok 10 - not false = true ok 11 - not not true = true ok 12 - not not false = false ok 13 - true OR ... = skipping ok 14 - false OR ... = true ok 15 - skipping OR ... = skipping ok 16 - true () = true ok 17 - false () = false ok 18 - skipping () = skipping ok 19 - true ( ... = true ok 20 - false ( ... = skipping ok 21 - skipping ( ... = skipping ok 22 - true ( true ) = true ok 23 - true ( false ) = false ok 24 - true ( skipping ) = true ok 25 - false ( true ) = false ok 26 - false ( false ) = false ok 27 - false ( skipping ) = false ok 28 - skipping ( true ) = skipping ok 29 - skipping ( false ) = skipping ok 30 - skipping ( skipping ) = skipping ok 31 - not ( true ) = false ok 32 - not ( false ) = true ok 33 - not ( skipping ) = false ok 34 - true , = true ok 35 - false , = true ok 36 - skipping , = true ok 37 - true ( true , ... = true ok 38 - false ( true , ... = skipping ok 39 - skipping ( true , ... = skipping ok 40 - true ( false , ... = true ok 41 - false ( false , ... = skipping ok 42 - skipping ( false , ... = skipping ok 43 - true ( skipping , ... = true ok 44 - false ( skipping , ... = skipping ok 45 - skipping ( skipping , ... = skipping 1..45 ok t/03-options.t ............ ok 1 - use File::Finder; ok 2 - The object isa File::Finder ok 3 - The object isa File::Finder ok 4 - setting bydepth ok 5 - setting bydepth, follow not set ok 6 - The object isa File::Finder ok 7 - setting follow ok 8 - setting follow, bydepth not set 1..8 ok t/04-ffr.t ................ ok 1 - use File::Finder; ok 2 - The object isa File::Finder ok 3 - The object isa File::Find::Rule ok 4 - The object isa File::Finder ok 5 - The object isa File::Find::Rule ok 6 - The object isa File::Finder ok 7 - simple ffr rule ran ok 8 - The object isa File::Find::Rule ok 9 - The object isa File::Finder ok 10 - simple ffr rule returned true ok 11 - The object isa File::Find::Rule ok 12 - The object isa File::Finder ok 13 - simple ffr rule returned false 1..13 ok t/05-steps.t .............. ok 1 - require File::Finder; ok 2 - The object isa File::Finder ok 3 - all names ok 4 - all files named *.t via regex ok 5 - all files named *.t via glob ok 6 - readable by someone ok 7 - readable by everyone ok 8 - writeable by someone ok 9 - executable by someone ok 10 - mode 0644 ok 11 - mode 755 ok 12 - mode same as current directory ok 13 - all files ok 14 - all files even after messing with _ pseudo handle ok 15 - owned ok 16 - not owned ok 17 - group ok 18 - not group ok 19 - nouser ok 20 - not nouser ok 21 - nogroup ok 22 - not nogroup ok 23 - less than 2 links ok 24 - more than 1 link ok 25 - less than 10 bytes ok 26 - more than 10 bytes ok 27 - files with a very unlikely string 1..27 ok # package: File::Finder # package: File::Finder::Steps # file: blib/lib/File/Finder.pm # file: blib/lib/File/Finder/Steps.pm t/99-test-distro.t ........ 1..14 ok 1 - Checking MANIFEST integrity ok 2 - use File::Finder; ok 3 - use File::Finder::Steps; ok 4 - File::Finder defines a version ok 5 - File::Finder::Steps defines a version ok 6 - All non-core use()d modules listed in PREREQ_PM ok 7 - POD test for blib/lib/File/Finder.pm ok 8 - POD test for blib/lib/File/Finder/Steps.pm ok 9 - MANIFEST exists ok 10 - README exists ok 11 - Changes(.pod)? or ChangeLog(.pod)? exists ok 12 - Build.PL or Makefile.PL exists ok 13 - Pod Coverage ok ok 14 - Pod Coverage ok ok t/99-test-pod-coverage.t .. 1..2 ok 1 - Pod coverage on File::Finder ok 2 - Pod coverage on File::Finder::Steps ok t/99-test-pod.t ........... 1..2 ok 1 - POD test for blib/lib/File/Finder.pm ok 2 - POD test for blib/lib/File/Finder/Steps.pm ok All tests successful. Files=8, Tests=118, 1 wallclock secs ( 0.05 usr 0.02 sys + 1.08 cusr 0.09 csys = 1.24 CPU) Result: PASS MERLYN/File-Finder-0.53.tar.gz make test TEST_VERBOSE=1 -- OK Picked up abstract from Makefile Randal L. Schwartz <merlyn@stonehenge.com> nice wrapper for File::Find ala find(1) >>> (cd /home/fly1800/var/cpan/build/File-Finder-0.53-s6YC3I && tar cvf - File-Finder-0.53.ppd blib) | gzip -c >/home/fly1800/var/REPO/M/ME/MERLYN/File-Finder-0.53.tar.gz File-Finder-0.53.ppd blib/ blib/lib/ blib/lib/File/ blib/lib/File/Finder.pm blib/lib/File/Finder/ blib/lib/File/Finder/Steps.pm blib/man3/ blib/man3/File::Finder::Steps.3 blib/man3/File::Finder.3 >>> mv /home/fly1800/var/cpan/build/File-Finder-0.53-s6YC3I/File-Finder-0.53.ppd /home/fly1800/var/REPO/M/ME/MERLYN Running test for module 'Perl::Tidy' Running make for S/SH/SHANCOCK/Perl-Tidy-20121207.tar.gz Prepending /home/fly1800/var/cpan/build/File-Finder-0.53-s6YC3I/blib/arch /home/fly1800/var/cpan/build/File-Finder-0.53-s6YC3I/blib/lib to PERL5LIB for 'get' Checksum for /net/nas/data/cpan/authors/id/S/SH/SHANCOCK/Perl-Tidy-20121207.tar.gz ok Perl-Tidy-20121207/ Perl-Tidy-20121207/INSTALL Perl-Tidy-20121207/TODO Perl-Tidy-20121207/Makefile.PL Perl-Tidy-20121207/examples/ Perl-Tidy-20121207/examples/filter_example.in Perl-Tidy-20121207/examples/perlcomment.pl Perl-Tidy-20121207/examples/bbtidy.pl Perl-Tidy-20121207/examples/perlxmltok.pl Perl-Tidy-20121207/examples/ex_mp.pl Perl-Tidy-20121207/examples/break_long_quotes.pl Perl-Tidy-20121207/examples/README Perl-Tidy-20121207/examples/lextest Perl-Tidy-20121207/examples/perlmask.pl Perl-Tidy-20121207/examples/perllinetype.pl Perl-Tidy-20121207/examples/testff.t Perl-Tidy-20121207/examples/perltidyrc_dump.pl Perl-Tidy-20121207/examples/pt.bat Perl-Tidy-20121207/examples/filter_example.pl Perl-Tidy-20121207/examples/find_naughty.pl Perl-Tidy-20121207/examples/testfa.t Perl-Tidy-20121207/COPYING Perl-Tidy-20121207/debian/ Perl-Tidy-20121207/debian/changelog Perl-Tidy-20121207/debian/rules Perl-Tidy-20121207/debian/control Perl-Tidy-20121207/debian/copyright Perl-Tidy-20121207/CHANGES Perl-Tidy-20121207/META.yml Perl-Tidy-20121207/README Perl-Tidy-20121207/docs/ Perl-Tidy-20121207/docs/stylekey.pod Perl-Tidy-20121207/docs/tutorial.pod Perl-Tidy-20121207/docs/README Perl-Tidy-20121207/docs/perltidy.1 Perl-Tidy-20121207/docs/testfile.pl Perl-Tidy-20121207/Makefile.npm Perl-Tidy-20121207/bin/ Perl-Tidy-20121207/bin/perltidy Perl-Tidy-20121207/lib/ Perl-Tidy-20121207/lib/Perl/ Perl-Tidy-20121207/lib/Perl/Tidy.pm Perl-Tidy-20121207/BUGS Perl-Tidy-20121207/pm2pl Perl-Tidy-20121207/t/ Perl-Tidy-20121207/t/test.t Perl-Tidy-20121207/t/testss.t Perl-Tidy-20121207/t/testsa.t Perl-Tidy-20121207/MANIFEST Prepending /home/fly1800/var/cpan/build/File-Finder-0.53-s6YC3I/blib/arch /home/fly1800/var/cpan/build/File-Finder-0.53-s6YC3I/blib/lib to PERL5LIB for 'make' CPAN.pm: Building S/SH/SHANCOCK/Perl-Tidy-20121207.tar.gz >>> /home/fly1800/ap1800-297235/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Perl::Tidy Writing MYMETA.yml and MYMETA.json >>> make cp lib/Perl/Tidy.pm blib/lib/Perl/Tidy.pm cp bin/perltidy blib/script/perltidy /home/fly1800/ap1800-297235/bin/perl-static -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/perltidy Manifying blib/man1/perltidy.1 Manifying blib/man3/Perl::Tidy.3 SHANCOCK/Perl-Tidy-20121207.tar.gz make -- OK Prepending /home/fly1800/var/cpan/build/File-Finder-0.53-s6YC3I/blib/arch /home/fly1800/var/cpan/build/File-Finder-0.53-s6YC3I/blib/lib to PERL5LIB for 'test' Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/fly1800/ap1800-297235/bin/perl-static "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/test.t .... 1..1 # Running under perl version 5.018000 for linux # Current time local: Sat Jun 15 18:08:13 2013 # Current time GMT: Sun Jun 16 01:08:13 2013 # Using Test.pm version 1.26 ok 1 ok t/testsa.t .. 1..1 # Running under perl version 5.018000 for linux # Current time local: Sat Jun 15 18:08:14 2013 # Current time GMT: Sun Jun 16 01:08:14 2013 # Using Test.pm version 1.26 ok 1 ok t/testss.t .. 1..1 # Running under perl version 5.018000 for linux # Current time local: Sat Jun 15 18:08:14 2013 # Current time GMT: Sun Jun 16 01:08:14 2013 # Using Test.pm version 1.26 ok 1 ok All tests successful. Files=3, Tests=3, 1 wallclock secs ( 0.04 usr 0.01 sys + 0.90 cusr 0.06 csys = 1.01 CPU) Result: PASS SHANCOCK/Perl-Tidy-20121207.tar.gz make test TEST_VERBOSE=1 -- OK PPD for Perl-Tidy-20121207 already made Running make for L/LA/LARRYL/Test-PerlTidy-20130104.tar.gz Prepending /home/fly1800/var/cpan/build/Perl-Tidy-20121207-IJWyOP/blib/arch /home/fly1800/var/cpan/build/Perl-Tidy-20121207-IJWyOP/blib/lib /home/fly1800/var/cpan/build/File-Finder-0.53-s6YC3I/blib/arch /home/fly1800/var/cpan/build/File-Finder-0.53-s6YC3I/blib/lib to PERL5LIB for 'get' Has already been unwrapped into directory /home/fly1800/var/cpan/build/Test-PerlTidy-20130104-SVQ2jO Prepending /home/fly1800/var/cpan/build/Perl-Tidy-20121207-IJWyOP/blib/arch /home/fly1800/var/cpan/build/Perl-Tidy-20121207-IJWyOP/blib/lib /home/fly1800/var/cpan/build/File-Finder-0.53-s6YC3I/blib/arch /home/fly1800/var/cpan/build/File-Finder-0.53-s6YC3I/blib/lib to PERL5LIB for 'make' CPAN.pm: Building L/LA/LARRYL/Test-PerlTidy-20130104.tar.gz >>> make cp lib/Test/PerlTidy.pm blib/lib/Test/PerlTidy.pm Manifying blib/man3/Test::PerlTidy.3 LARRYL/Test-PerlTidy-20130104.tar.gz make -- OK Prepending /home/fly1800/var/cpan/build/Perl-Tidy-20121207-IJWyOP/blib/arch /home/fly1800/var/cpan/build/Perl-Tidy-20121207-IJWyOP/blib/lib /home/fly1800/var/cpan/build/File-Finder-0.53-s6YC3I/blib/arch /home/fly1800/var/cpan/build/File-Finder-0.53-s6YC3I/blib/lib to PERL5LIB for 'test' Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/fly1800/ap1800-297235/bin/perl-static "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/critic.t ............ skipped: Set $ENV{TEST_AUTHOR} to a true value to run critic tests. t/exclude_files.t ..... 1..1 ok 1 ok t/exclude_perltidy.t .. 1..11 ok 1 - 'Makefile.PL' ok 2 - 'lib/Test/PerlTidy.pm' ok 3 - 't/critic.t' ok 4 - 't/exclude_files.t' ok 5 - 't/exclude_perltidy.t' ok 6 - 't/is_file_tidy.t' ok 7 - 't/list_files.t' ok 8 - 't/perltidy.t' ok 9 - 't/pod-coverage.t' ok 10 - 't/pod.t' ok 11 - 't/strict.t' ok t/is_file_tidy.t ...... 1..2 ok 1 - t/tidy_file.txt ok 2 - t/messy_file.txt ok t/list_files.t ........ 1..1 ok 1 ok t/perltidy.t .......... 1..11 ok 1 - 'Makefile.PL' ok 2 - 'lib/Test/PerlTidy.pm' ok 3 - 't/critic.t' ok 4 - 't/exclude_files.t' ok 5 - 't/exclude_perltidy.t' ok 6 - 't/is_file_tidy.t' ok 7 - 't/list_files.t' ok 8 - 't/perltidy.t' ok 9 - 't/pod-coverage.t' ok 10 - 't/pod.t' ok 11 - 't/strict.t' ok t/pod-coverage.t ...... skipped: Set $ENV{TEST_AUTHOR} to a true value to run POD tests. t/pod.t ............... skipped: Set $ENV{TEST_AUTHOR} to a true value to run POD tests. t/strict.t ............ skipped: Set $ENV{TEST_AUTHOR} to a true value to run strict tests. All tests successful. Files=9, Tests=26, 5 wallclock secs ( 0.06 usr 0.01 sys + 4.36 cusr 0.18 csys = 4.61 CPU) Result: PASS LARRYL/Test-PerlTidy-20130104.tar.gz make test TEST_VERBOSE=1 -- OK Larry Leszczynski <larryl@cpan.org> unknown >>> (cd /home/fly1800/var/cpan/build/Test-PerlTidy-20130104-SVQ2jO && tar cvf - Test-PerlTidy-20130104.ppd blib) | gzip -c >/home/fly1800/var/REPO/L/LA/LARRYL/Test-PerlTidy-20130104.tar.gz Test-PerlTidy-20130104.ppd blib/ blib/lib/ blib/lib/Test/ blib/lib/Test/PerlTidy.pm blib/man3/ blib/man3/Test::PerlTidy.3 >>> mv /home/fly1800/var/cpan/build/Test-PerlTidy-20130104-SVQ2jO/Test-PerlTidy-20130104.ppd /home/fly1800/var/REPO/L/LA/LARRYL VmSize: 285236 kB Finished 2013-06-15T18:08:21