PATH=/usr/bin:/bin:/Users/fly1800/var/megalib/bin Start 2013-07-13T08:00:30 ActivePerl-1800 CPAN-2.00 Reading '/Users/fly1800/var/cpan/Metadata' Database was generated on Sat, 13 Jul 2013 12:53:03 GMT Running make for M/MA/MARCB/Net-SMTP-Pipelining/Net-SMTP-Pipelining-v0.0.3.tar.gz Checksum for /net/nas/data/cpan/authors/id/M/MA/MARCB/Net-SMTP-Pipelining/Net-SMTP-Pipelining-v0.0.3.tar.gz ok Net-SMTP-Pipelining-v0.0.3/ Net-SMTP-Pipelining-v0.0.3/Makefile.PL Net-SMTP-Pipelining-v0.0.3/MANIFEST Net-SMTP-Pipelining-v0.0.3/Changes Net-SMTP-Pipelining-v0.0.3/t/ Net-SMTP-Pipelining-v0.0.3/t/01.smtp.t Net-SMTP-Pipelining-v0.0.3/t/pod-coverage.t Net-SMTP-Pipelining-v0.0.3/t/02.optional.t Net-SMTP-Pipelining-v0.0.3/t/pod.t Net-SMTP-Pipelining-v0.0.3/t/00.load.t Net-SMTP-Pipelining-v0.0.3/README Net-SMTP-Pipelining-v0.0.3/META.yml Net-SMTP-Pipelining-v0.0.3/Build.PL Net-SMTP-Pipelining-v0.0.3/lib/ Net-SMTP-Pipelining-v0.0.3/lib/Net/ Net-SMTP-Pipelining-v0.0.3/lib/Net/SMTP/ Net-SMTP-Pipelining-v0.0.3/lib/Net/SMTP/Pipelining.pm CPAN.pm: Building M/MA/MARCB/Net-SMTP-Pipelining/Net-SMTP-Pipelining-v0.0.3.tar.gz >>> /Users/fly1800/ap1800-297214/bin/perl-dynamic Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Net::SMTP::Pipelining Writing MYMETA.yml and MYMETA.json >>> make cp lib/Net/SMTP/Pipelining.pm blib/lib/Net/SMTP/Pipelining.pm Manifying blib/man3/Net::SMTP::Pipelining.3 MARCB/Net-SMTP-Pipelining/Net-SMTP-Pipelining-v0.0.3.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /Users/fly1800/ap1800-297214/bin/perl-dynamic "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t # Testing Net::SMTP::Pipelining 0.0.3 t/00.load.t ....... 1..1 ok 1 - use Net::SMTP::Pipelining; ok # Failed test 'Expected server return messages match' # at t/01.smtp.t line 125. # Structures begin differing at: # $got->[0][0] = 'sender blackhole1@example.com OK # ' # $expected->[0][0] = 'sender OK # ' # Failed test 'Expected server return messages match' # at t/01.smtp.t line 125. # Structures begin differing at: # $got->[1][0] = 'sender blackhole1@example.com OK # ' # $expected->[1][0] = 'sender OK # ' # Failed test 'Expected server return messages match' # at t/01.smtp.t line 125. # Structures begin differing at: # $got->[1][0] = 'sender blackhole1@example.com OK # ' # $expected->[1][0] = 'sender OK # ' # Looks like you failed 3 tests of 74. t/01.smtp.t ....... 1..74 ok 1 - use Net::SMTP::Pipelining; ok 2 - Net::SMTP::Pipelining->can(...) ok 3 - Successful SMTP connection to non-pipelining server made ok 4 - Failed if server does not advertise pipelining support ok 5 - Gives correct warning for non-pipelining server ok 6 - Correct error in pipe_errors ok 7 - Connection closed ok 8 - Successful SMTP connection made ok 9 - The object isa Net::SMTP::Pipelining ok 10 - Pipelined message 1 ok 11 - Expected server return codes match not ok 12 - Expected server return messages match ok 13 - Expected sent commands match ok 14 - Recipients correctly reported ok 15 - mail has been received ok 16 - Correct message body retrieved ok 17 - Pipelined message 2 ok 18 - Expected server return codes match not ok 19 - Expected server return messages match ok 20 - Expected sent commands match ok 21 - Recipients correctly reported ok 22 - mail has been received ok 23 - Correct message body retrieved ok 24 - Pipelined message 3 ok 25 - Expected server return codes match not ok 26 - Expected server return messages match ok 27 - Expected sent commands match ok 28 - Recipients correctly reported ok 29 - mail has been received ok 30 - Correct message body retrieved ok 31 - pipe_flush successful ok 32 - Correct codes after pipe flush ok 33 - Correct message after pipe flush ok 34 - No sent lines after pipe flush ok 35 - Successful recipient after pipe_flush correctly reported ok 36 - Sent queue empty after pipe_flush ok 37 - Correct message seen after pipe_flush ok 38 - no mail received before fail ok 39 - Message with an invalid sender fails ok 40 - Recipients for invalid sender correctly reported ok 41 - Reported MAIL FROM error correctly ok 42 - no mail received ok 43 - Message with an invalid recipient fails ok 44 - Recipients correctly reported for invalid recipient ok 45 - Reported single RCPT error correctly ok 46 - no mail received ok 47 - Message with an invalid recipient amongst several working ones fails ok 48 - Reported invalid recipients mixed with good ones correctly ok 49 - Recipients correctly reported ok 50 - Correct recipients reported with pipe_rcpts_failed ok 51 - Correctly reported no recipients as succeeded ok 52 - pipe flush returns true after some recipients failed ok 53 - Recipients correctly reported after pipe_flush ok 54 - Correctly reported no recipients as failed ok 55 - Correctly reported with pipe_rcpts_succeeded ok 56 - Mail was received ok 57 - Message with rejected body ok 58 - No error messages before pipe_flush with rejected body ok 59 - pipe_flush returns false on failed data send ok 60 - Reported rejected message body correctly ok 61 - no mail received ok 62 - Message with rejected body ok 63 - No error messages before next message with rejected body ok 64 - False because previous message failed ok 65 - Recipients correctly reported with previous message failed ok 66 - Reported rejected message body of previous message correctly ok 67 - pipe_flush succeeds ok 68 - Message with multiple recipients ok 69 - pipe_flush successful ok 70 - Correct last server message recorded ok 71 - Correct message code received ok 72 - Manual message send successful ok 73 - Correct last server message recorded ok 74 - Correct message code received Dubious, test returned 3 (wstat 768, 0x300) Failed 3/74 subtests t/02.optional.t ... skipped: Not running automatically, set NSPipeliningInteractive="yes" to enable interactive test (see README) t/pod-coverage.t .. 1..1 ok 1 - Pod coverage on Net::SMTP::Pipelining ok t/pod.t ........... 1..1 ok 1 - POD test for blib/lib/Net/SMTP/Pipelining.pm ok Test Summary Report ------------------- t/01.smtp.t (Wstat: 768 Tests: 74 Failed: 3) Failed tests: 12, 19, 26 Non-zero exit status: 3 Files=5, Tests=77, 6 wallclock secs ( 0.05 usr 0.02 sys + 0.49 cusr 0.08 csys = 0.64 CPU) Result: FAIL Failed 1/5 test programs. 3/77 subtests failed. make: *** [test_dynamic] Error 255 MARCB/Net-SMTP-Pipelining/Net-SMTP-Pipelining-v0.0.3.tar.gz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports MARCB/Net-SMTP-Pipelining/Net-SMTP-Pipelining-v0.0.3.tar.gz Finished 2013-07-13T08:00:46