PATH=/usr/bin:/bin Start 2011-11-22T09:04:11 ActivePerl-1200 CPAN-1.9402 Going to read '/home/fly1200/var/cpan/Metadata' Database was generated on Tue, 22 Nov 2011 16:28:46 GMT Running make for M/MO/MONS/AnyEvent-SMTP-0.08.tar.gz Checksum for /net/nas/data/cpan/authors/id/M/MO/MONS/AnyEvent-SMTP-0.08.tar.gz ok AnyEvent-SMTP-0.08/ AnyEvent-SMTP-0.08/inc/ AnyEvent-SMTP-0.08/ex/ AnyEvent-SMTP-0.08/Changes AnyEvent-SMTP-0.08/t/ AnyEvent-SMTP-0.08/MYMETA.yml AnyEvent-SMTP-0.08/MANIFEST AnyEvent-SMTP-0.08/lib/ AnyEvent-SMTP-0.08/META.yml AnyEvent-SMTP-0.08/MANIFEST.SKIP AnyEvent-SMTP-0.08/.cvsignore AnyEvent-SMTP-0.08/xt/ AnyEvent-SMTP-0.08/LICENSE AnyEvent-SMTP-0.08/Makefile.PL AnyEvent-SMTP-0.08/README AnyEvent-SMTP-0.08/xt/99-dist.t AnyEvent-SMTP-0.08/lib/AnyEvent/ AnyEvent-SMTP-0.08/lib/AnyEvent/SMTP/ AnyEvent-SMTP-0.08/lib/AnyEvent/SMTP.pm AnyEvent-SMTP-0.08/lib/AnyEvent/SMTP/Server.pm AnyEvent-SMTP-0.08/lib/AnyEvent/SMTP/Client.pm AnyEvent-SMTP-0.08/lib/AnyEvent/SMTP/Conn.pm AnyEvent-SMTP-0.08/t/35-server-die.t AnyEvent-SMTP-0.08/t/pod-coverage.t AnyEvent-SMTP-0.08/t/00-load.t AnyEvent-SMTP-0.08/t/pod.t AnyEvent-SMTP-0.08/t/51-slots-maxcon-host.t AnyEvent-SMTP-0.08/t/30-server-func.t AnyEvent-SMTP-0.08/t/52-slots-maxcon-unlim.t AnyEvent-SMTP-0.08/t/50-slots-maxcon.t AnyEvent-SMTP-0.08/t/40-client.t AnyEvent-SMTP-0.08/t/53-slots-active.t AnyEvent-SMTP-0.08/ex/server-fnc.pl AnyEvent-SMTP-0.08/ex/client.pl AnyEvent-SMTP-0.08/ex/server-obj.pl AnyEvent-SMTP-0.08/ex/server-restricted.pl AnyEvent-SMTP-0.08/inc/Module/ AnyEvent-SMTP-0.08/inc/Module/Install.pm AnyEvent-SMTP-0.08/inc/Module/Install/ AnyEvent-SMTP-0.08/inc/Module/AutoInstall.pm AnyEvent-SMTP-0.08/inc/Module/Install/AutoInstall.pm AnyEvent-SMTP-0.08/inc/Module/Install/Makefile.pm AnyEvent-SMTP-0.08/inc/Module/Install/Include.pm AnyEvent-SMTP-0.08/inc/Module/Install/Metadata.pm AnyEvent-SMTP-0.08/inc/Module/Install/WriteAll.pm AnyEvent-SMTP-0.08/inc/Module/Install/Win32.pm AnyEvent-SMTP-0.08/inc/Module/Install/Fetch.pm AnyEvent-SMTP-0.08/inc/Module/Install/Base.pm AnyEvent-SMTP-0.08/inc/Module/Install/Can.pm CPAN.pm: Going to build M/MO/MONS/AnyEvent-SMTP-0.08.tar.gz >>> /home/fly1200/ap1200-292396/bin/perl-static Makefile.PL *** Module::AutoInstall version 1.04 *** Checking for Perl dependencies... *** Since we're running under CPAN, I'll just let it take care of the dependency's installation later. [Core Features] - Test::More ...loaded. (0.98) - lib::abs ...loaded. (0.92 >= 0.90) - Object::Event ...loaded. (1.23 >= 1.0) - AnyEvent ...loaded. (6.1 >= 4.82) - common::sense ...loaded. (3.4) - Sys::Hostname ...loaded. (1.1101) - Mail::Address ...loaded. (2.08) *** Module::AutoInstall configuration finished. Checking if your kit is complete... Looks good Writing Makefile for AnyEvent::SMTP Writing MYMETA.yml and MYMETA.json >>> make cp lib/AnyEvent/SMTP.pm blib/lib/AnyEvent/SMTP.pm cp lib/AnyEvent/SMTP/Server.pm blib/lib/AnyEvent/SMTP/Server.pm cp lib/AnyEvent/SMTP/Client.pm blib/lib/AnyEvent/SMTP/Client.pm cp lib/AnyEvent/SMTP/Conn.pm blib/lib/AnyEvent/SMTP/Conn.pm Manifying blib/man3/AnyEvent::SMTP::Server.3 Manifying blib/man3/AnyEvent::SMTP.3 Manifying blib/man3/AnyEvent::SMTP::Client.3 MONS/AnyEvent-SMTP-0.08.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/fly1200/ap1200-292396/bin/perl-static "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib/lib', 'blib/arch')" t/00-load.t t/30-server-func.t t/35-server-die.t t/40-client.t t/50-slots-maxcon.t t/51-slots-maxcon-host.t t/52-slots-maxcon-unlim.t t/53-slots-active.t t/pod-coverage.t t/pod.t # Testing AnyEvent::SMTP 0.08, using AnyEvent 6.1, Perl 5.012000, /home/fly1200/ap1200-292396/bin/perl-static t/00-load.t ................ 1..3 ok 1 - use AnyEvent::SMTP; ok 2 - use AnyEvent::SMTP::Client; ok 3 - use AnyEvent::SMTP::Server; ok t/30-server-func.t ......... 1..15 ok 1 - S1 ok 2 - Mail from ok 3 - Rcpt to ok 4 - Rset ok 5 - Mail from ok 6 - Rcpt to ok 7 - Rcpt to ok 8 - Data ok 9 - . ok 10 - Mail from ok 11 - Rcpt to ok 12 - Rcpt to ok 13 - Data ok 14 - . ok 15 - Quit OK ok t/35-server-die.t .......... 1..7 ok 1 - S1 ok 2 - Mail from ok 3 - Rcpt to ok 4 - Rcpt to ok 5 - Data ok 6 - . failed because of die ok 7 - Quit OK ok t/40-client.t .............. 1..3 ok 1 # skip $ENV{NET_TEST} not enabled ok 2 - Error on bad port: Connection refused ok 3 - Response 250 ok t/50-slots-maxcon.t ........ 1..20 ok 1 - active <= 2 ok 2 - Response 250 ok 3 - active <= 2 ok 4 - Response 250 ok 5 - active <= 2 ok 6 - Response 250 ok 7 - active <= 2 ok 8 - Response 250 ok 9 - active <= 2 ok 10 - Response 250 ok 11 - active <= 2 ok 12 - Response 250 ok 13 - active <= 2 ok 14 - Response 250 ok 15 - active <= 2 ok 16 - Response 250 ok 17 - active <= 2 ok 18 - Response 250 ok 19 - active <= 2 ok 20 - Response 250 ok t/51-slots-maxcon-host.t ... 1..20 ok 1 - active <= 1 ok 2 - Response 250 ok 3 - active <= 1 ok 4 - Response 250 ok 5 - active <= 1 ok 6 - Response 250 ok 7 - active <= 1 ok 8 - Response 250 ok 9 - active <= 1 ok 10 - Response 250 ok 11 - active <= 1 ok 12 - Response 250 ok 13 - active <= 1 ok 14 - Response 250 ok 15 - active <= 1 ok 16 - Response 250 ok 17 - active <= 1 ok 18 - Response 250 ok 19 - active <= 1 ok 20 - Response 250 ok t/52-slots-maxcon-unlim.t .. 1..11 ok 1 - Response 250 ok 2 - Response 250 ok 3 - Response 250 ok 4 - Response 250 ok 5 - Response 250 ok 6 - Response 250 ok 7 - Response 250 ok 8 - Response 250 ok 9 - Response 250 ok 10 - Response 250 ok 11 - max active 9 > 1 ok t/53-slots-active.t ........ 1..11 ok 1 - Response 250 ok 2 - Response 250 ok 3 - Response 250 ok 4 - Response 250 ok 5 - Response 250 ok 6 - Response 250 ok 7 - Response 250 ok 8 - Response 250 ok 9 - Response 250 ok 10 - Response 250 ok 11 - max active{localhost} 9 > 1 ok t/pod-coverage.t ........... skipped: $ENV{TEST_AUTHOR} not set t/pod.t .................... 1..4 ok 1 - POD test for blib/lib/AnyEvent/SMTP.pm ok 2 - POD test for blib/lib/AnyEvent/SMTP/Server.pm ok 3 - POD test for blib/lib/AnyEvent/SMTP/Client.pm ok 4 - POD test for blib/lib/AnyEvent/SMTP/Conn.pm (no pod) ok All tests successful. Files=10, Tests=94, 2 wallclock secs ( 0.03 usr 0.02 sys + 0.60 cusr 0.17 csys = 0.82 CPU) Result: PASS MONS/AnyEvent-SMTP-0.08.tar.gz make test TEST_VERBOSE=1 -- OK Mons Anderson <mons@cpan.org> SMTP client and server >>> (cd /home/fly1200/var/cpan/build/AnyEvent-SMTP-0.08-ndxu3L && tar cvf - AnyEvent-SMTP-0.08.ppd blib) | gzip -c >/home/fly1200/var/REPO/M/MO/MONS/AnyEvent-SMTP-0.08.tar.gz AnyEvent-SMTP-0.08.ppd blib/ blib/lib/ blib/lib/AnyEvent/ blib/lib/AnyEvent/SMTP.pm blib/lib/AnyEvent/SMTP/ blib/lib/AnyEvent/SMTP/Server.pm blib/lib/AnyEvent/SMTP/Client.pm blib/lib/AnyEvent/SMTP/Conn.pm blib/man3/ blib/man3/AnyEvent::SMTP::Server.3 blib/man3/AnyEvent::SMTP.3 blib/man3/AnyEvent::SMTP::Client.3 >>> mv /home/fly1200/var/cpan/build/AnyEvent-SMTP-0.08-ndxu3L/AnyEvent-SMTP-0.08.ppd /home/fly1200/var/REPO/M/MO/MONS Megalib: No ordering between package AnyEvent-SMTP-0.07 and AnyEvent-SMTP-0.08 at /home/fly1200/lib/Fly/Megalib.pm line 53 Finished 2011-11-22T09:04:14