Start 2010-02-21T09:51:47 ActivePerl-1200 CPAN-1.9402 Going to read '/home/fly1200/var/cpan/Metadata' Database was generated on Sun, 21 Feb 2010 22:53:35 GMT Running make for S/SR/SRVANCE/P4-Server-0.11.1.tgz Checksum for /net/nas/data/cpan/authors/id/S/SR/SRVANCE/P4-Server-0.11.1.tgz ok P4-Server-0.11/ P4-Server-0.11/Build.PL P4-Server-0.11/Changes P4-Server-0.11/lib/ P4-Server-0.11/lib/._.DS_Store P4-Server-0.11/lib/.DS_Store P4-Server-0.11/lib/P4/ P4-Server-0.11/lib/P4/Server.pm P4-Server-0.11/Makefile.PL P4-Server-0.11/MANIFEST P4-Server-0.11/META.yml P4-Server-0.11/README P4-Server-0.11/t/ P4-Server-0.11/t/00-load.t P4-Server-0.11/t/boilerplate.t P4-Server-0.11/t/P4Server.t P4-Server-0.11/t/perlcritic.t P4-Server-0.11/t/perlcriticrc P4-Server-0.11/t/pod-coverage.t P4-Server-0.11/t/pod.t P4-Server-0.11/t/tlib/ P4-Server-0.11/t/tlib/findTestRunner.pl P4-Server-0.11/t/tlib/P4/ P4-Server-0.11/t/tlib/P4/Server/ P4-Server-0.11/t/tlib/P4/Server/Test/ P4-Server-0.11/t/tlib/P4/Server/Test/data/ P4-Server-0.11/t/tlib/P4/Server/Test/data/unpack_test.tgz P4-Server-0.11/t/tlib/P4/Server/Test/Server/ P4-Server-0.11/t/tlib/P4/Server/Test/Server/Helper/ P4-Server-0.11/t/tlib/P4/Server/Test/Server/Helper/AllocateFixedPortFirst.pm P4-Server-0.11/t/tlib/P4/Server/Test/Server/Helper/ExtractFails.pm P4-Server-0.11/t/tlib/P4/Server/Test/Server/Helper/FailedExec.pm P4-Server-0.11/t/tlib/P4/Server/Test/Server/Helper/FailedSystem.pm P4-Server-0.11/t/tlib/P4/Server/Test/Server/Helper/KillChld.pm P4-Server-0.11/t/tlib/P4/Server/Test/Server/Helper/Timeout.pm P4-Server-0.11/t/tlib/P4/Server/Test/Server.pm P4-Server-0.11/t/tlib/runtest.sh CPAN.pm: Going to build S/SR/SRVANCE/P4-Server-0.11.1.tgz >>> /home/fly1200/ap1200x/bin/perl-dynamic Makefile.PL Optional ExtUtils::MakeMaker::Coverage not available Warning: prerequisite P4 0 not found. Checking if your kit is complete... Looks good Writing Makefile for P4::Server ---- Unsatisfied dependencies detected during ---- ---- SRVANCE/P4-Server-0.11.1.tgz ---- P4 [requires] Running make test Delayed until after prerequisites Running test for module 'P4' The module P4 isn't available on CPAN. Either the module has not yet been uploaded to CPAN, or it is temporary unavailable. Please contact the author to find out more about the status. Try 'i P4'. Running make for S/SR/SRVANCE/P4-Server-0.11.1.tgz Has already been unwrapped into directory /home/fly1200/var/cpan/build/P4-Server-0.11-5gKG9B CPAN.pm: Going to build S/SR/SRVANCE/P4-Server-0.11.1.tgz >>> make cp lib/._.DS_Store blib/lib/._.DS_Store cp lib/.DS_Store blib/lib/.DS_Store cp lib/P4/Server.pm blib/lib/P4/Server.pm Manifying blib/man3/P4::Server.3 SRVANCE/P4-Server-0.11.1.tgz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/fly1200/ap1200x/bin/perl-dynamic "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t # Failed test 'use P4::Server;' # at t/00-load.t line 6. # Tried to use 'P4::Server'. # Error: # Unhandled perl error caught at toplevel: # # Can't locate P4.pm in @INC (@INC contains: /home/fly1200/var/cpan/build/P4-Server-0.11-5gKG9B/blib/lib /home/fly1200/var/cpan/build/P4-Server-0.11-5gKG9B/blib/arch /home/fly1200/var/megalib /home/fly1200/ap1200x/site/lib /home/fly1200/ap1200x/lib) # # Thrown from: /home/fly1200/var/cpan/build/P4-Server-0.11-5gKG9B/blib/lib/P4/Server.pm:34 # # Full stack trace: # # P4::Server::BEGIN() called at P4.pm line 34 # eval {...} called at P4.pm line 34 # require P4/Server.pm called at (eval 4) line 2 # main::BEGIN() called at P4.pm line 34 # eval {...} called at P4.pm line 34 # eval 'package main; # use P4::Server @{$args[0]}; # 1; # # ;' called at /home/fly1200/var/megalib/Test/More.pm line 858 # Test::More::_eval('package main;\x{a}use P4::Server @{$args[0]};\x{a}1;\x{a}', 'ARRAY(0x81076c0)') called at /home/fly1200/var/megalib/Test/More.pm line 833 # Test::More::use_ok('P4::Server') called at t/00-load.t line 6 # main::BEGIN() called at P4.pm line 34 # eval {...} called at P4.pm line 34 # # BEGIN failed--compilation aborted at /home/fly1200/var/cpan/build/P4-Server-0.11-5gKG9B/blib/lib/P4/Server.pm line 34. # Compilation failed in require at (eval 4) line 2. # BEGIN failed--compilation aborted at (eval 4) line 2. Use of uninitialized value $P4::Server::VERSION in concatenation (.) or string at t/00-load.t line 9: # Testing P4::Server , Perl 5.012000, /home/fly1200/ap1200x/bin/perl-dynamic # Looks like you failed 1 test of 1. t/00-load.t ....... 1..1 not ok 1 - use P4::Server; Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests t/boilerplate.t ... 1..3 ok 1 - README contains no boilerplate text ok 2 - Changes contains no boilerplate text ok 3 - lib/P4/Server.pm contains no boilerplate text ok Unhandled perl error caught at toplevel: Can't locate P4.pm in @INC (@INC contains: t/tlib /home/fly1200/var/cpan/build/P4-Server-0.11-5gKG9B/blib/lib /home/fly1200/var/cpan/build/P4-Server-0.11-5gKG9B/blib/arch /home/fly1200/var/megalib /home/fly1200/ap1200x/site/lib /home/fly1200/ap1200x/lib .) Thrown from: /home/fly1200/var/cpan/build/P4-Server-0.11-5gKG9B/blib/lib/P4/Server.pm:34 Full stack trace: P4::Server::BEGIN() called at P4.pm line 34 eval {...} called at P4.pm line 34 require P4/Server.pm called at t/tlib/P4/Server/Test/Server.pm line 16 P4::Server::Test::Server::BEGIN() called at P4.pm line 34 eval {...} called at P4.pm line 34 require P4/Server/Test/Server.pm called at (eval 17) line 2 eval 'require P4::Server::Test::Server ;' called at /home/fly1200/var/megalib/Test/Unit/Loader.pm line 46 Test::Unit::Loader::compile_class('P4::Server::Test::Server') called at /home/fly1200/var/megalib/Test/Unit/Loader.pm line 21 Test::Unit::Loader::compile('P4::Server::Test::Server') called at /home/fly1200/var/megalib/Test/Unit/Loader.pm line 74 Test::Unit::Loader::load_test('P4::Server::Test::Server') called at /home/fly1200/var/megalib/Test/Unit/Loader.pm line 63 Test::Unit::Loader::load('P4::Server::Test::Server') called at /home/fly1200/var/megalib/Test/Unit/HarnessUnit.pm line 101 Test::Unit::HarnessUnit::start('Test::Unit::HarnessUnit=HASH(0x804caf0)', 'P4::Server::Test::Server') called at t/P4Server.t line 6 BEGIN failed--compilation aborted at /home/fly1200/var/cpan/build/P4-Server-0.11-5gKG9B/blib/lib/P4/Server.pm line 34. Compilation failed in require at t/tlib/P4/Server/Test/Server.pm line 16. BEGIN failed--compilation aborted at t/tlib/P4/Server/Test/Server.pm line 16. Compilation failed in require at (eval 17) line 2. t/P4Server.t ...... Dubious, test returned 2 (wstat 512, 0x200) No subtests run # Failed test 'Test::Perl::Critic for "blib/lib/P4/Server.pm"' # at /home/fly1200/var/megalib/Test/Perl/Critic.pm line 110. # # Perl::Critic found these violations in "blib/lib/P4/Server.pm": # Private Member Data shouldn't be accessed directly at line 143, column 25. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5) # Private Member Data shouldn't be accessed directly at line 144, column 24. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5) # Private Member Data shouldn't be accessed directly at line 144, column 43. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5) # Private Member Data shouldn't be accessed directly at line 145, column 22. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5) # Private Member Data shouldn't be accessed directly at line 146, column 23. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5) # Private Member Data shouldn't be accessed directly at line 146, column 41. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5) # Private Member Data shouldn't be accessed directly at line 147, column 27. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5) # Private Member Data shouldn't be accessed directly at line 147, column 49. Accessing an objects data directly breaks encapsulation and should be avoided. Example: $object->{ some_key }. (Severity: 5) # Looks like you failed 1 test of 1. t/perlcritic.t .... 1..1 not ok 1 - Test::Perl::Critic for "blib/lib/P4/Server.pm" Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests t/pod-coverage.t .. 1..1 ok 1 - Pod coverage on P4::Server ok t/pod.t ........... 1..1 ok 1 - blib/lib/P4/Server.pm ok Test Summary Report ------------------- t/00-load.t (Wstat: 256 Tests: 1 Failed: 1) Failed test: 1 Non-zero exit status: 1 t/P4Server.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/perlcritic.t (Wstat: 256 Tests: 1 Failed: 1) Failed test: 1 Non-zero exit status: 1 Files=6, Tests=7, 2 wallclock secs ( 0.01 usr 0.01 sys + 2.06 cusr 0.15 csys = 2.23 CPU) Result: FAIL Failed 3/6 test programs. 2/7 subtests failed. make: *** [test_dynamic] Error 255 SRVANCE/P4-Server-0.11.1.tgz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports SRVANCE/P4-Server-0.11.1.tgz Finished 2010-02-21T09:51:52