Start 2009-01-15T13:43:03 Going to read /export/home/fly1064/var/cpan/Metadata Database was generated on Thu, 15 Jan 2009 12:26:52 GMT Running make for M/ME/MELO/AnyEvent-Mojo-0.6002.tar.gz Checksum for /net/nas/data/cpan/authors/id/M/ME/MELO/AnyEvent-Mojo-0.6002.tar.gz ok AnyEvent-Mojo-0.6002/ AnyEvent-Mojo-0.6002/.gitignore AnyEvent-Mojo-0.6002/Changes AnyEvent-Mojo-0.6002/inc/ AnyEvent-Mojo-0.6002/inc/Module/ AnyEvent-Mojo-0.6002/inc/Module/Install/ AnyEvent-Mojo-0.6002/inc/Module/Install/Base.pm AnyEvent-Mojo-0.6002/inc/Module/Install/Can.pm AnyEvent-Mojo-0.6002/inc/Module/Install/Fetch.pm AnyEvent-Mojo-0.6002/inc/Module/Install/Makefile.pm AnyEvent-Mojo-0.6002/inc/Module/Install/Metadata.pm AnyEvent-Mojo-0.6002/inc/Module/Install/Win32.pm AnyEvent-Mojo-0.6002/inc/Module/Install/WriteAll.pm AnyEvent-Mojo-0.6002/inc/Module/Install.pm AnyEvent-Mojo-0.6002/lib/ AnyEvent-Mojo-0.6002/lib/AnyEvent/ AnyEvent-Mojo-0.6002/lib/AnyEvent/Mojo/ AnyEvent-Mojo-0.6002/lib/AnyEvent/Mojo/Server/ AnyEvent-Mojo-0.6002/lib/AnyEvent/Mojo/Server/Connection.pm AnyEvent-Mojo-0.6002/lib/AnyEvent/Mojo/Server.pm AnyEvent-Mojo-0.6002/lib/AnyEvent/Mojo.pm AnyEvent-Mojo-0.6002/Makefile.PL AnyEvent-Mojo-0.6002/MANIFEST AnyEvent-Mojo-0.6002/META.yml AnyEvent-Mojo-0.6002/README AnyEvent-Mojo-0.6002/t/ AnyEvent-Mojo-0.6002/t/00-load.t AnyEvent-Mojo-0.6002/t/03-functional.t AnyEvent-Mojo-0.6002/t/05-simple.t AnyEvent-Mojo-0.6002/t/10-keep-alive.t AnyEvent-Mojo-0.6002/t/15-pause-resume.t AnyEvent-Mojo-0.6002/t/pod-coverage.t AnyEvent-Mojo-0.6002/t/pod.t AnyEvent-Mojo-0.6002/t/tlib/ AnyEvent-Mojo-0.6002/t/tlib/MyTestServer.pm CPAN.pm: Going to build M/ME/MELO/AnyEvent-Mojo-0.6002.tar.gz >>> /export/home/fly1064/bin/perl 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/Server/Connection.pm blib/lib/AnyEvent/Mojo/Server/Connection.pm cp lib/AnyEvent/Mojo/Server.pm blib/lib/AnyEvent/Mojo/Server.pm Manifying blib/man3/AnyEvent::Mojo.3 Manifying blib/man3/AnyEvent::Mojo::Server::Connection.3 Manifying blib/man3/AnyEvent::Mojo::Server.3 MELO/AnyEvent-Mojo-0.6002.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /export/home/fly1064/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/00-load............ 1..1 ok 1 - use AnyEvent::Mojo; # Testing AnyEvent::Mojo 0.6002, Perl 5.010000, /export/home/fly1064/bin/perl ok t/03-functional...... 1..4 Server available at http://0.0.0.0:4365/ ok 1 ok 2 ok 3 ok 4 - Ended properly ok t/05-simple.......... 1..12 ok 1 - use MyTestServer; ok 2 - The object isa Mojo::Server ok 3 - Expected default port ok 4 - Expected default port ok 5 - Server not up yet ok 6 - Port change sucessful Server available at http://0.0.0.0:4366/ ok 7 - Server started ok ok 8 ok 9 - Got some content back ok 10 - Content matches expected result ok 11 ok 12 - Second call to stop is harmless ok t/10-keep-alive...... 1..83 # Waiting for server to start... Server available at http://0.0.0.0:4367/ ok 1 - Server is up at 4367, pid 368 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 ok 17 ok 18 ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 ok 29 ok 30 ok 31 ok 32 ok 33 ok 34 ok 35 ok 36 ok 37 ok 38 ok 39 ok 40 ok 41 ok 42 ok 43 ok 44 ok 45 ok 46 ok 47 ok 48 ok 49 ok 50 ok 51 ok 52 ok 53 ok 54 ok 55 ok 56 ok 57 ok 58 ok 59 ok 60 ok 61 ok 62 ok 63 ok 64 ok 65 ok 66 ok 67 ok 68 ok 69 ok 70 ok 71 ok 72 ok 73 ok 74 ok 75 ok 76 ok 77 ok 78 ok 79 ok 80 ok 81 ok 82 - killed one ok 83 - waipid ok ok t/15-pause-resume.... 1..23 # Waiting for server to start... Server available at http://0.0.0.0:4369/ ok 1 - Server is up at 4369, pid 370 # Requests sent, waiting for replies ok 2 - Request sleep_for 1 completed ok 3 - Timming ok ok 4 - Request sleep_for 2 completed ok 5 - Timming ok ok 6 - Request sleep_for 3 completed ok 7 - Timming ok ok 8 - Request sleep_for 4 completed ok 9 - Timming ok ok 10 - Request sleep_for 5 completed ok 11 - Timming ok ok 12 - Request sleep_for 6 completed ok 13 - Timming ok ok 14 - Request sleep_for 7 completed ok 15 - Timming ok ok 16 - Request sleep_for 8 completed ok 17 - Timming ok ok 18 - Request sleep_for 9 completed ok 19 - Timming ok ok 20 - Request sleep_for 10 completed ok 21 - Timming ok ok 22 - killed one ok 23 - waipid ok ok t/pod-coverage....... 1..0 # Skip Enable TEST_POD_AUTHOR to test the pod skipped: Enable TEST_POD_AUTHOR to test the pod t/pod................ 1..0 # Skip Enable TEST_POD_AUTHOR to test the pod skipped: Enable TEST_POD_AUTHOR to test the pod All tests successful. Files=7, Tests=123, 24 wallclock secs ( 0.19 usr 0.08 sys + 4.20 cusr 0.54 csys = 5.01 CPU) Result: PASS MELO/AnyEvent-Mojo-0.6002.tar.gz make test TEST_VERBOSE=1 -- OK Pedro Melo <melo@cpan.org> Start async Mojo servers easly >>> (cd /export/home/fly1064/var/cpan/build/AnyEvent-Mojo-0.6002-4rjRqP && tar cvf - AnyEvent-Mojo-0.6002.ppd blib) | gzip -c >/export/home/fly1064/var/REPO/M/ME/MELO/AnyEvent-Mojo-0.6002.tar.gz AnyEvent-Mojo-0.6002.ppd blib/ blib/lib/ blib/lib/AnyEvent/ blib/lib/AnyEvent/Mojo.pm blib/lib/AnyEvent/Mojo/ blib/lib/AnyEvent/Mojo/Server/ blib/lib/AnyEvent/Mojo/Server/Connection.pm blib/lib/AnyEvent/Mojo/Server.pm blib/man3/ blib/man3/AnyEvent::Mojo.3 blib/man3/AnyEvent::Mojo::Server::Connection.3 blib/man3/AnyEvent::Mojo::Server.3 >>> mv /export/home/fly1064/var/cpan/build/AnyEvent-Mojo-0.6002-4rjRqP/AnyEvent-Mojo-0.6002.ppd /export/home/fly1064/var/REPO/M/ME/MELO Finished 2009-01-15T13:43:39