Start 2009-06-14T06:53:48 ActivePerl-1003 CPAN-1.94 Going to read '/home/cpanfly/var/cpan/Metadata' Database was generated on Sun, 14 Jun 2009 08:27:34 GMT Running make for M/ME/MELO/AnyEvent-Mojo-0.5.tar.gz Checksum for /net/nas/data/cpan/authors/id/M/ME/MELO/AnyEvent-Mojo-0.5.tar.gz ok AnyEvent-Mojo-0.5/ AnyEvent-Mojo-0.5/.gitignore AnyEvent-Mojo-0.5/Changes AnyEvent-Mojo-0.5/inc/ AnyEvent-Mojo-0.5/inc/Module/ AnyEvent-Mojo-0.5/inc/Module/Install/ AnyEvent-Mojo-0.5/inc/Module/Install/Base.pm AnyEvent-Mojo-0.5/inc/Module/Install/Can.pm AnyEvent-Mojo-0.5/inc/Module/Install/Fetch.pm AnyEvent-Mojo-0.5/inc/Module/Install/Makefile.pm AnyEvent-Mojo-0.5/inc/Module/Install/Metadata.pm AnyEvent-Mojo-0.5/inc/Module/Install/Win32.pm AnyEvent-Mojo-0.5/inc/Module/Install/WriteAll.pm AnyEvent-Mojo-0.5/inc/Module/Install.pm AnyEvent-Mojo-0.5/lib/ AnyEvent-Mojo-0.5/lib/AnyEvent/ AnyEvent-Mojo-0.5/lib/AnyEvent/Mojo/ AnyEvent-Mojo-0.5/lib/AnyEvent/Mojo/Connection.pm AnyEvent-Mojo-0.5/lib/AnyEvent/Mojo.pm AnyEvent-Mojo-0.5/Makefile.PL AnyEvent-Mojo-0.5/MANIFEST AnyEvent-Mojo-0.5/META.yml AnyEvent-Mojo-0.5/README AnyEvent-Mojo-0.5/t/ AnyEvent-Mojo-0.5/t/00-load.t AnyEvent-Mojo-0.5/t/05-simple.t AnyEvent-Mojo-0.5/t/10-keep-alive.t AnyEvent-Mojo-0.5/t/pod-coverage.t AnyEvent-Mojo-0.5/t/pod.t AnyEvent-Mojo-0.5/t/tlib/ AnyEvent-Mojo-0.5/t/tlib/MyTestServer.pm CPAN.pm: Going to build M/ME/MELO/AnyEvent-Mojo-0.5.tar.gz >>> /home/cpanfly/ap1003/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for AnyEvent::Mojo >>> make cp lib/AnyEvent/Mojo.pm blib/lib/AnyEvent/Mojo.pm cp lib/AnyEvent/Mojo/Connection.pm blib/lib/AnyEvent/Mojo/Connection.pm Manifying blib/man3/AnyEvent::Mojo::Connection.3 Manifying blib/man3/AnyEvent::Mojo.3 MELO/AnyEvent-Mojo-0.5.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, 'inc', 'blib/lib', 'blib/arch')" t/*.t # Failed test 'use AnyEvent::Mojo;' # at t/00-load.t line 6. # Tried to use 'AnyEvent::Mojo'. # Error: Base class package "Mojo::Server" is empty. # (Perhaps you need to 'use' the module which defines that package first.) # at /home/cpanfly/var/cpan/build/AnyEvent-Mojo-0.5-1Ja6FY/blib/lib/AnyEvent/Mojo.pm line 6 # BEGIN failed--compilation aborted at /home/cpanfly/var/cpan/build/AnyEvent-Mojo-0.5-1Ja6FY/blib/lib/AnyEvent/Mojo.pm line 6. # Compilation failed in require at (eval 4) line 2. # BEGIN failed--compilation aborted at (eval 4) line 2. Use of uninitialized value $AnyEvent::Mojo::VERSION in concatenation (.) or string at t/00-load.t line 9. # Testing AnyEvent::Mojo , Perl 5.010000, /home/cpanfly/ap1003/bin/perl-static # Looks like you failed 1 test of 1. t/00-load.t ........ 1..1 not ok 1 - use AnyEvent::Mojo; Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests # Failed test 'use MyTestServer;' # at t/05-simple.t line 13. # Tried to use 'MyTestServer'. # Error: Base class package "Mojo::Server" is empty. # (Perhaps you need to 'use' the module which defines that package first.) # at /home/cpanfly/var/cpan/build/AnyEvent-Mojo-0.5-1Ja6FY/blib/lib/AnyEvent/Mojo.pm line 6 # BEGIN failed--compilation aborted at /home/cpanfly/var/cpan/build/AnyEvent-Mojo-0.5-1Ja6FY/blib/lib/AnyEvent/Mojo.pm line 6. # Compilation failed in require at (eval 21) line 3. # ...propagated at /home/cpanfly/var/megalib/base.pm line 91. # BEGIN failed--compilation aborted at t/tlib/MyTestServer.pm line 5. # Compilation failed in require at (eval 20) line 2. # BEGIN failed--compilation aborted at (eval 20) line 2. Can't locate object method "new" via package "MyTestServer" at t/05-simple.t line 16. # Looks like you planned 12 tests but ran 1. # Looks like you failed 1 test of 1 run. # Looks like your test exited with 255 just after 1. t/05-simple.t ...... 1..12 not ok 1 - use MyTestServer; Dubious, test returned 255 (wstat 65280, 0xff00) Failed 12/12 subtests Base class package "Mojo::Server" is empty. (Perhaps you need to 'use' the module which defines that package first.) at /home/cpanfly/var/cpan/build/AnyEvent-Mojo-0.5-1Ja6FY/blib/lib/AnyEvent/Mojo.pm line 6 BEGIN failed--compilation aborted at /home/cpanfly/var/cpan/build/AnyEvent-Mojo-0.5-1Ja6FY/blib/lib/AnyEvent/Mojo.pm line 6. Compilation failed in require at t/10-keep-alive.t line 8. BEGIN failed--compilation aborted at t/10-keep-alive.t line 8. # Looks like your test exited with 2 before it could output anything. t/10-keep-alive.t .. 1..83 Dubious, test returned 2 (wstat 512, 0x200) Failed 83/83 subtests t/pod-coverage.t ... skipped: Enable TEST_POD_AUTHOR to test the pod t/pod.t ............ skipped: Enable TEST_POD_AUTHOR to test the pod Test Summary Report ------------------- t/00-load.t (Wstat: 256 Tests: 1 Failed: 1) Failed test: 1 Non-zero exit status: 1 t/05-simple.t (Wstat: 65280 Tests: 1 Failed: 1) Failed test: 1 Non-zero exit status: 255 Parse errors: Bad plan. You planned 12 tests but ran 1. t/10-keep-alive.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: Bad plan. You planned 83 tests but ran 0. Files=5, Tests=2, 1 wallclock secs ( 0.01 usr 0.01 sys + 0.23 cusr 0.12 csys = 0.37 CPU) Result: FAIL Failed 3/5 test programs. 2/2 subtests failed. make: *** [test_dynamic] Error 255 MELO/AnyEvent-Mojo-0.5.tar.gz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports MELO/AnyEvent-Mojo-0.5.tar.gz Finished 2009-06-14T06:53:51