PATH=/usr/bin:/bin Start 2011-04-20T06:11:47 ActivePerl-1003 CPAN-1.9402 Going to read '/home/cpanfly/var/cpan/Metadata' Database was generated on Tue, 19 Apr 2011 22:28:55 GMT Running make for I/ID/IDOPEREL/Leyland-0.001001.tar.gz Checksum for /net/nas/data/cpan/authors/id/I/ID/IDOPEREL/Leyland-0.001001.tar.gz ok Will not use Archive::Tar, need 1.00 Leyland-0.001001 Leyland-0.001001/README Leyland-0.001001/Changes Leyland-0.001001/LICENSE Leyland-0.001001/INSTALL Leyland-0.001001/dist.ini Leyland-0.001001/META.yml Leyland-0.001001/MANIFEST Leyland-0.001001/META.json Leyland-0.001001/SIGNATURE Leyland-0.001001/t Leyland-0.001001/t/00-load.t Leyland-0.001001/bin Leyland-0.001001/bin/leyland Leyland-0.001001/Makefile.PL Leyland-0.001001/MANIFEST.SKIP Leyland-0.001001/lib Leyland-0.001001/lib/Leyland.pm Leyland-0.001001/lib/Leyland Leyland-0.001001/lib/Leyland/Cmd.pm Leyland-0.001001/lib/Leyland/View.pm Leyland-0.001001/lib/Leyland/Logger.pm Leyland-0.001001/lib/Leyland/Parser.pm Leyland-0.001001/lib/Leyland/Manual.pod Leyland-0.001001/lib/Leyland/Context.pm Leyland-0.001001/t/release-pod-syntax.t Leyland-0.001001/lib/Leyland/Localizer.pm Leyland-0.001001/lib/Leyland/Exception.pm Leyland-0.001001/t/release-pod-coverage.t Leyland-0.001001/lib/Leyland/Controller.pm Leyland-0.001001/lib/Leyland/Negotiator.pm Leyland-0.001001/t/release-dist-manifest.t Leyland-0.001001/lib/Leyland/Manual Leyland-0.001001/lib/Leyland/Manual/FAQ.pod Leyland-0.001001/lib/Leyland/Cmd Leyland-0.001001/lib/Leyland/Cmd/Command.pm Leyland-0.001001/lib/Leyland/View Leyland-0.001001/lib/Leyland/View/Tenjin.pm Leyland-0.001001/lib/Leyland/Parser Leyland-0.001001/lib/Leyland/Parser/Route.pm Leyland-0.001001/lib/Leyland/Manual/Views.pod Leyland-0.001001/lib/Leyland/Logger Leyland-0.001001/lib/Leyland/Logger/STDERR.pm Leyland-0.001001/lib/Leyland/Manual/Models.pod Leyland-0.001001/lib/Leyland/Manual/Logging.pod Leyland-0.001001/lib/Leyland/Cmd/Command Leyland-0.001001/lib/Leyland/Cmd/Command/app.pm Leyland-0.001001/lib/Leyland/Manual/Extending.pod Leyland-0.001001/lib/Leyland/Logger/LogHandler.pm Leyland-0.001001/lib/Leyland/Manual/Exceptions.pod Leyland-0.001001/lib/Leyland/Manual/Deployment.pod Leyland-0.001001/lib/Leyland/Logger/LogDispatch.pm Leyland-0.001001/lib/Leyland/Manual/Controllers.pod Leyland-0.001001/lib/Leyland/Manual/StaticFiles.pod Leyland-0.001001/lib/Leyland/Manual/Localization.pod Leyland-0.001001/lib/Leyland/Manual/Applications.pod CPAN.pm: Going to build I/ID/IDOPEREL/Leyland-0.001001.tar.gz >>> /home/cpanfly/ap1003/bin/perl-static Makefile.PL Warning: prerequisite Text::SpanningTable 0 not found. Checking if your kit is complete... Looks good Writing Makefile for Leyland ---- Unsatisfied dependencies detected during ---- ---- IDOPEREL/Leyland-0.001001.tar.gz ---- Text::SpanningTable [requires] Running make test Delayed until after prerequisites Running test for module 'Text::SpanningTable' Running make for I/ID/IDOPEREL/Text-SpanningTable-0.2.tar.gz Checksum for /net/nas/data/cpan/authors/id/I/ID/IDOPEREL/Text-SpanningTable-0.2.tar.gz ok Will not use Archive::Tar, need 1.00 Text-SpanningTable-0.2 Text-SpanningTable-0.2/MANIFEST.SKIP Text-SpanningTable-0.2/dist.ini Text-SpanningTable-0.2/README Text-SpanningTable-0.2/Changes Text-SpanningTable-0.2/t Text-SpanningTable-0.2/t/manifest.t Text-SpanningTable-0.2/t/01-simple.t Text-SpanningTable-0.2/t/00-load.t Text-SpanningTable-0.2/lib/Text Text-SpanningTable-0.2/lib/Text/SpanningTable.pm Text-SpanningTable-0.2/META.yml Text-SpanningTable-0.2/LICENSE Text-SpanningTable-0.2/t/release-pod-coverage.t Text-SpanningTable-0.2/t/release-pod-syntax.t Text-SpanningTable-0.2/MANIFEST Text-SpanningTable-0.2/META.json Text-SpanningTable-0.2/Makefile.PL CPAN.pm: Going to build I/ID/IDOPEREL/Text-SpanningTable-0.2.tar.gz >>> /home/cpanfly/ap1003/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Text::SpanningTable >>> make cp lib/Text/SpanningTable.pm blib/lib/Text/SpanningTable.pm Manifying blib/man3/Text::SpanningTable.3 IDOPEREL/Text-SpanningTable-0.2.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/cpanfly/ap1003/bin/perl-static "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t # Testing Text::SpanningTable 0.2, Perl 5.010000, /home/cpanfly/ap1003/bin/perl-static t/00-load.t ............... 1..1 ok 1 - use Text::SpanningTable; ok t/01-simple.t ............. 1..12 ok 1 - Got a proper Text::SpanningTable object ok 2 - top border ok 3 - simple row ok 4 - row with extensive wrapping ok 5 - horizontal rule ok 6 - row with simple column spanning okay ok 7 - bottom border ok 8 - Second Text::SpanningTable object ok 9 - complex table with newlines and callback ok 10 - third object ok 11 - output method ok 12 - draw method ok t/manifest.t .............. skipped: Author tests not required for installation t/release-pod-coverage.t .. skipped: these tests are for release candidate testing t/release-pod-syntax.t .... skipped: these tests are for release candidate testing All tests successful. Files=5, Tests=13, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.11 cusr 0.00 csys = 0.13 CPU) Result: PASS IDOPEREL/Text-SpanningTable-0.2.tar.gz make test TEST_VERBOSE=1 -- OK PPD for Text-SpanningTable-0.2 already made Running make for I/ID/IDOPEREL/Leyland-0.001001.tar.gz Prepending /home/cpanfly/var/cpan/build/Text-SpanningTable-0.2-UIBXuY/blib/arch /home/cpanfly/var/cpan/build/Text-SpanningTable-0.2-UIBXuY/blib/lib to PERL5LIB for 'get' Has already been unwrapped into directory /home/cpanfly/var/cpan/build/Leyland-0.001001-8qu0Aa Prepending /home/cpanfly/var/cpan/build/Text-SpanningTable-0.2-UIBXuY/blib/arch /home/cpanfly/var/cpan/build/Text-SpanningTable-0.2-UIBXuY/blib/lib to PERL5LIB for 'make' CPAN.pm: Going to build I/ID/IDOPEREL/Leyland-0.001001.tar.gz >>> make cp lib/Leyland/Logger.pm blib/lib/Leyland/Logger.pm cp lib/Leyland/Cmd/Command/app.pm blib/lib/Leyland/Cmd/Command/app.pm cp lib/Leyland/Parser/Route.pm blib/lib/Leyland/Parser/Route.pm cp lib/Leyland/Logger/STDERR.pm blib/lib/Leyland/Logger/STDERR.pm cp lib/Leyland/Logger/LogHandler.pm blib/lib/Leyland/Logger/LogHandler.pm cp lib/Leyland/View/Tenjin.pm blib/lib/Leyland/View/Tenjin.pm cp lib/Leyland/Manual/Controllers.pod blib/lib/Leyland/Manual/Controllers.pod cp lib/Leyland/Manual/StaticFiles.pod blib/lib/Leyland/Manual/StaticFiles.pod cp lib/Leyland/Manual/Exceptions.pod blib/lib/Leyland/Manual/Exceptions.pod cp lib/Leyland/Manual/Models.pod blib/lib/Leyland/Manual/Models.pod cp lib/Leyland/Context.pm blib/lib/Leyland/Context.pm cp lib/Leyland.pm blib/lib/Leyland.pm cp lib/Leyland/Manual.pod blib/lib/Leyland/Manual.pod cp lib/Leyland/Manual/FAQ.pod blib/lib/Leyland/Manual/FAQ.pod cp lib/Leyland/Manual/Localization.pod blib/lib/Leyland/Manual/Localization.pod cp lib/Leyland/Manual/Extending.pod blib/lib/Leyland/Manual/Extending.pod cp lib/Leyland/Manual/Deployment.pod blib/lib/Leyland/Manual/Deployment.pod cp lib/Leyland/Negotiator.pm blib/lib/Leyland/Negotiator.pm cp lib/Leyland/Manual/Logging.pod blib/lib/Leyland/Manual/Logging.pod cp lib/Leyland/Cmd.pm blib/lib/Leyland/Cmd.pm cp lib/Leyland/Manual/Views.pod blib/lib/Leyland/Manual/Views.pod cp lib/Leyland/Manual/Applications.pod blib/lib/Leyland/Manual/Applications.pod cp lib/Leyland/Logger/LogDispatch.pm blib/lib/Leyland/Logger/LogDispatch.pm cp lib/Leyland/Localizer.pm blib/lib/Leyland/Localizer.pm cp lib/Leyland/Exception.pm blib/lib/Leyland/Exception.pm cp lib/Leyland/Parser.pm blib/lib/Leyland/Parser.pm cp lib/Leyland/Controller.pm blib/lib/Leyland/Controller.pm cp lib/Leyland/Cmd/Command.pm blib/lib/Leyland/Cmd/Command.pm cp lib/Leyland/View.pm blib/lib/Leyland/View.pm cp bin/leyland blib/script/leyland /home/cpanfly/ap1003/bin/perl-static -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/leyland Manifying blib/man1/leyland.1 Manifying blib/man3/Leyland::Logger.3 Manifying blib/man3/Leyland::Logger::LogHandler.3 Manifying blib/man3/Leyland::Logger::STDERR.3 Manifying blib/man3/Leyland::Parser::Route.3 Manifying blib/man3/Leyland::Cmd::Command::app.3 Manifying blib/man3/Leyland::View::Tenjin.3 Manifying blib/man3/Leyland::Manual::StaticFiles.3 Manifying blib/man3/Leyland::Manual::Controllers.3 Manifying blib/man3/Leyland::Manual::Exceptions.3 Manifying blib/man3/Leyland::Manual::Models.3 Manifying blib/man3/Leyland.3 Manifying blib/man3/Leyland::Context.3 Manifying blib/man3/Leyland::Manual::FAQ.3 Manifying blib/man3/Leyland::Manual.3 Manifying blib/man3/Leyland::Manual::Localization.3 Manifying blib/man3/Leyland::Negotiator.3 Manifying blib/man3/Leyland::Manual::Extending.3 Manifying blib/man3/Leyland::Manual::Deployment.3 Manifying blib/man3/Leyland::Cmd.3 Manifying blib/man3/Leyland::Manual::Logging.3 Manifying blib/man3/Leyland::Logger::LogDispatch.3 Manifying blib/man3/Leyland::Manual::Applications.3 Manifying blib/man3/Leyland::Manual::Views.3 Manifying blib/man3/Leyland::Localizer.3 Manifying blib/man3/Leyland::Parser.3 Manifying blib/man3/Leyland::Exception.3 Manifying blib/man3/Leyland::Cmd::Command.3 Manifying blib/man3/Leyland::Controller.3 Manifying blib/man3/Leyland::View.3 IDOPEREL/Leyland-0.001001.tar.gz make -- OK Prepending /home/cpanfly/var/cpan/build/Text-SpanningTable-0.2-UIBXuY/blib/arch /home/cpanfly/var/cpan/build/Text-SpanningTable-0.2-UIBXuY/blib/lib to PERL5LIB for 'test' Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/cpanfly/ap1003/bin/perl-static "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t # Failed test 'use Leyland;' # at t/00-load.t line 6. # Tried to use 'Leyland'. # Error: Package::DeprecationManager version 0.07 required--this is only version 0.04 at /home/cpanfly/var/megalib/Moose/Deprecated.pm line 22. # BEGIN failed--compilation aborted at /home/cpanfly/var/megalib/Moose/Deprecated.pm line 22. # Compilation failed in require at /home/cpanfly/var/megalib/Moose.pm line 14. # BEGIN failed--compilation aborted at /home/cpanfly/var/megalib/Moose.pm line 14. # Compilation failed in require at /home/cpanfly/var/cpan/build/Leyland-0.001001-8qu0Aa/blib/lib/Leyland.pm line 8. # BEGIN failed--compilation aborted at /home/cpanfly/var/cpan/build/Leyland-0.001001-8qu0Aa/blib/lib/Leyland.pm line 8. # Compilation failed in require at (eval 4) line 2. # BEGIN failed--compilation aborted at (eval 4) line 2. Use of uninitialized value $Leyland::VERSION in concatenation (.) or string at t/00-load.t line 10. # Testing Leyland , Perl 5.010000, /home/cpanfly/ap1003/bin/perl-static # Looks like you failed 1 test of 2. t/00-load.t ................ 1..2 not ok 1 - use Leyland; Leyland bail out! ok 2 - use Leyland::Cmd; Dubious, test returned 1 (wstat 256, 0x100) Failed 1/2 subtests t/release-dist-manifest.t .. skipped: these tests are for release candidate testing t/release-pod-coverage.t ... skipped: these tests are for release candidate testing t/release-pod-syntax.t ..... skipped: these tests are for release candidate testing Test Summary Report ------------------- t/00-load.t (Wstat: 256 Tests: 2 Failed: 1) Failed test: 1 Non-zero exit status: 1 Files=4, Tests=2, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.11 cusr 0.01 csys = 0.14 CPU) Result: FAIL Failed 1/4 test programs. 1/2 subtests failed. make: *** [test_dynamic] Error 255 IDOPEREL/Leyland-0.001001.tar.gz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports IDOPEREL/Leyland-0.001001.tar.gz Finished 2011-04-20T06:11:51