PATH=/usr/bin:/bin:/Users/fly2400/cpanfly-5.24/var/megalib/bin Start 2016-10-23T05:44:47 ActivePerl-2400 CPAN-2.10 Reading '/Users/fly2400/cpanfly-5.24/var/cpan/Metadata' Database was generated on Sat, 22 Oct 2016 02:29:02 GMT Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/M/MO/MONS/AnyEvent-SMTP-0.10.tar.gz Checksum for /Users/fly2400/cpanfly-5.24/var/cpan/sources/authors/id/M/MO/MONS/AnyEvent-SMTP-0.10.tar.gz ok AnyEvent-SMTP-0.10/ AnyEvent-SMTP-0.10/LICENSE AnyEvent-SMTP-0.10/ex/ AnyEvent-SMTP-0.10/ex/server-obj.pl AnyEvent-SMTP-0.10/ex/client.pl AnyEvent-SMTP-0.10/ex/server-fnc.pl AnyEvent-SMTP-0.10/ex/server-restricted.pl AnyEvent-SMTP-0.10/Changes AnyEvent-SMTP-0.10/META.yml AnyEvent-SMTP-0.10/.cvsignore AnyEvent-SMTP-0.10/lib/ AnyEvent-SMTP-0.10/lib/AnyEvent/ AnyEvent-SMTP-0.10/lib/AnyEvent/SMTP.pm AnyEvent-SMTP-0.10/lib/AnyEvent/SMTP/ AnyEvent-SMTP-0.10/lib/AnyEvent/SMTP/Server.pm AnyEvent-SMTP-0.10/lib/AnyEvent/SMTP/Conn.pm AnyEvent-SMTP-0.10/lib/AnyEvent/SMTP/Client.pm AnyEvent-SMTP-0.10/Makefile.PL AnyEvent-SMTP-0.10/t/ AnyEvent-SMTP-0.10/t/40-client.t AnyEvent-SMTP-0.10/t/30-server-func.t AnyEvent-SMTP-0.10/t/35-server-die.t AnyEvent-SMTP-0.10/t/53-slots-active.t AnyEvent-SMTP-0.10/t/51-slots-maxcon-host.t AnyEvent-SMTP-0.10/t/pod.t AnyEvent-SMTP-0.10/t/pod-coverage.t AnyEvent-SMTP-0.10/t/50-slots-maxcon.t AnyEvent-SMTP-0.10/t/00-load.t AnyEvent-SMTP-0.10/t/52-slots-maxcon-unlim.t AnyEvent-SMTP-0.10/t/54-stop-listening.t AnyEvent-SMTP-0.10/MANIFEST.SKIP AnyEvent-SMTP-0.10/inc/ AnyEvent-SMTP-0.10/inc/Module/ AnyEvent-SMTP-0.10/inc/Module/Install.pm AnyEvent-SMTP-0.10/inc/Module/Install/ AnyEvent-SMTP-0.10/inc/Module/Install/Metadata.pm AnyEvent-SMTP-0.10/inc/Module/Install/Makefile.pm AnyEvent-SMTP-0.10/inc/Module/Install/Fetch.pm AnyEvent-SMTP-0.10/inc/Module/Install/Include.pm AnyEvent-SMTP-0.10/inc/Module/Install/Win32.pm AnyEvent-SMTP-0.10/inc/Module/Install/Can.pm AnyEvent-SMTP-0.10/inc/Module/Install/WriteAll.pm AnyEvent-SMTP-0.10/inc/Module/Install/AutoInstall.pm AnyEvent-SMTP-0.10/inc/Module/Install/Base.pm AnyEvent-SMTP-0.10/inc/Module/AutoInstall.pm AnyEvent-SMTP-0.10/MANIFEST AnyEvent-SMTP-0.10/README Configuring M/MO/MONS/AnyEvent-SMTP-0.10.tar.gz with Makefile.PL >>> /Users/fly2400/ap2400-300558/bin/perl-dynamic Makefile.PL *** Module::AutoInstall version 1.06 *** 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. (1.302062) - lib::abs ...loaded. (0.93 >= 0.90) - Object::Event ...loaded. (1.23 >= 1.0) - AnyEvent ...loaded. (7.13 >= 4.82) - common::sense ...loaded. (3.74) - Sys::Hostname ...loaded. (1.2001) - Mail::Address ...loaded. (2.18) *** Module::AutoInstall configuration finished. Checking if your kit is complete... Looks good Have /Users/fly2400/cpanfly-5.24/var/megalib Want /Users/fly2400/ap2400-300558/lib Your perl and your Config.pm seem to have different ideas about the architecture they are running on. Perl thinks: [megalib] Config says: [darwin-thread-multi-2level] This may or may not cause problems. Please check your installation of perl if you have problems building this extension. Generating a Unix-style Makefile Writing Makefile for AnyEvent::SMTP Writing MYMETA.yml and MYMETA.json MONS/AnyEvent-SMTP-0.10.tar.gz /Users/fly2400/ap2400-300558/bin/perl-dynamic Makefile.PL -- OK Running make for M/MO/MONS/AnyEvent-SMTP-0.10.tar.gz >>> make cp lib/AnyEvent/SMTP/Server.pm blib/lib/AnyEvent/SMTP/Server.pm cp lib/AnyEvent/SMTP/Conn.pm blib/lib/AnyEvent/SMTP/Conn.pm cp lib/AnyEvent/SMTP/Client.pm blib/lib/AnyEvent/SMTP/Client.pm cp lib/AnyEvent/SMTP.pm blib/lib/AnyEvent/SMTP.pm Manifying 3 pod documents MONS/AnyEvent-SMTP-0.10.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/Users/fly2400/ap2400-300558/bin/perl-dynamic" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; 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/54-stop-listening.t t/pod-coverage.t t/pod.t # Testing AnyEvent::SMTP 0.10, using AnyEvent 7.13, Perl 5.024000, /Users/fly2400/ap2400-300558/bin/perl-dynamic 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 .......... skipped: Bad response from server connect: [22] Invalid argument t/40-client.t .............. 1..3 ok 1 # skip $ENV{NET_TEST} not enabled ok 2 - Error on bad port: Invalid argument 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 # diag: client connected # srv: client connected: AnyEvent::SMTP::Server=HASH(0x7f9c088c1090) AnyEvent::SMTP::Conn=HASH(0x7f9c08ac3c78) t/54-stop-listening.t ...... ok 1 - stopped listening in under 5 seconds after stop/undef 1..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/Client.pm ok 3 - POD test for blib/lib/AnyEvent/SMTP/Conn.pm (no pod) ok 4 - POD test for blib/lib/AnyEvent/SMTP/Server.pm ok All tests successful. Files=11, Tests=88, 2 wallclock secs ( 0.04 usr 0.01 sys + 1.36 cusr 0.29 csys = 1.70 CPU) Result: PASS MONS/AnyEvent-SMTP-0.10.tar.gz make test TEST_VERBOSE=1 -- OK Fetching with LWP: http://ppm.activestate.com/CPAN/authors/id/M/MO/MONS/CHECKSUMS Mons Anderson <mons@cpan.org> SMTP client and server >>> (cd /Users/fly2400/cpanfly-5.24/var/tmp/cpan_build/AnyEvent-SMTP-0.10-DAVDQ6 && tar cvf - AnyEvent-SMTP-0.10.ppd blib) | gzip -c >/Users/fly2400/cpanfly-5.24/var/REPO/M/MO/MONS/AnyEvent-SMTP-0.10.tar.gz AnyEvent-SMTP-0.10.ppd blib/ blib/lib/ blib/lib/AnyEvent/ blib/lib/AnyEvent/SMTP/ blib/lib/AnyEvent/SMTP/Client.pm blib/lib/AnyEvent/SMTP/Conn.pm blib/lib/AnyEvent/SMTP/Server.pm blib/lib/AnyEvent/SMTP.pm blib/man3/ blib/man3/AnyEvent::SMTP.3 blib/man3/AnyEvent::SMTP::Client.3 blib/man3/AnyEvent::SMTP::Server.3 Finished 2016-10-23T05:44:52