Start 2010-11-18T08:11:14 ActivePerl-1200 CPAN-1.9402 Going to read '/home/fly1200/var/cpan/Metadata' Database was generated on Wed, 17 Nov 2010 22:32:19 GMT Running make for M/MO/MONS/AnyEvent-Connection-0.06.tar.gz Checksum for /net/nas/data/cpan/authors/id/M/MO/MONS/AnyEvent-Connection-0.06.tar.gz ok AnyEvent-Connection-0.06/ AnyEvent-Connection-0.06/.gitignore AnyEvent-Connection-0.06/.portupload.yml AnyEvent-Connection-0.06/Changes AnyEvent-Connection-0.06/ex/ AnyEvent-Connection-0.06/inc/ AnyEvent-Connection-0.06/lib/ AnyEvent-Connection-0.06/LICENSE AnyEvent-Connection-0.06/Makefile.PL AnyEvent-Connection-0.06/MANIFEST AnyEvent-Connection-0.06/MANIFEST.SKIP AnyEvent-Connection-0.06/META.yml AnyEvent-Connection-0.06/MYMETA.yml AnyEvent-Connection-0.06/README AnyEvent-Connection-0.06/t/ AnyEvent-Connection-0.06/xt/ AnyEvent-Connection-0.06/xt/01-test.t AnyEvent-Connection-0.06/xt/99-dist.t AnyEvent-Connection-0.06/t/00-load.t AnyEvent-Connection-0.06/t/01-test.t AnyEvent-Connection-0.06/t/pod-coverage.t AnyEvent-Connection-0.06/t/pod.t AnyEvent-Connection-0.06/lib/AnyEvent/ AnyEvent-Connection-0.06/lib/AnyEvent/Connection/ AnyEvent-Connection-0.06/lib/AnyEvent/Connection.pm AnyEvent-Connection-0.06/lib/AnyEvent/Connection/Raw.pm AnyEvent-Connection-0.06/lib/AnyEvent/Connection/Util.pm AnyEvent-Connection-0.06/inc/Module/ AnyEvent-Connection-0.06/inc/Module/AutoInstall.pm AnyEvent-Connection-0.06/inc/Module/Install/ AnyEvent-Connection-0.06/inc/Module/Install.pm AnyEvent-Connection-0.06/inc/Module/Install/AutoInstall.pm AnyEvent-Connection-0.06/inc/Module/Install/Base.pm AnyEvent-Connection-0.06/inc/Module/Install/Can.pm AnyEvent-Connection-0.06/inc/Module/Install/Fetch.pm AnyEvent-Connection-0.06/inc/Module/Install/Include.pm AnyEvent-Connection-0.06/inc/Module/Install/Makefile.pm AnyEvent-Connection-0.06/inc/Module/Install/Metadata.pm AnyEvent-Connection-0.06/inc/Module/Install/Win32.pm AnyEvent-Connection-0.06/inc/Module/Install/WriteAll.pm AnyEvent-Connection-0.06/ex/example.pl CPAN.pm: Going to build M/MO/MONS/AnyEvent-Connection-0.06.tar.gz >>> /home/fly1200/ap1200/bin/perl-static Makefile.PL *** Module::AutoInstall version 1.03 *** 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.96) - Test::NoWarnings ...loaded. (1.02) - Test::TCP ...loaded. (1.07 >= 0.14) - lib::abs ...loaded. (0.91 >= 0.90) - common::sense ...loaded. (3.3 >= 2) - AnyEvent ...loaded. (5.28 >= 5) - Object::Event ...loaded. (1.21 >= 1.21) *** Module::AutoInstall configuration finished. Checking if your kit is complete... Looks good Writing Makefile for AnyEvent::Connection Generated makefile for AnyEvent-Connection-0.06 >>> make cp lib/AnyEvent/Connection/Util.pm blib/lib/AnyEvent/Connection/Util.pm cp lib/AnyEvent/Connection.pm blib/lib/AnyEvent/Connection.pm cp lib/AnyEvent/Connection/Raw.pm blib/lib/AnyEvent/Connection/Raw.pm Manifying blib/man3/AnyEvent::Connection.3 MONS/AnyEvent-Connection-0.06.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/fly1200/ap1200/bin/perl-static "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib/lib', 'blib/arch')" t/00-load.t t/01-test.t t/pod-coverage.t t/pod.t # Testing AnyEvent::Connection 0.06, Perl 5.012000, /home/fly1200/ap1200/bin/perl-static t/00-load.t ....... 1..2 ok 1 - use AnyEvent::Connection; ok 2 - no warnings ok # Testing AnyEvent::Connection 0.06 /home/fly1200/var/cpan/build/AnyEvent-Connection-0.06-5oivSL/lib/AnyEvent/Connection.pm # 25823: sr 10520 # 25822: cl 10520 # Initiating connection reset # Failed test 'no warnings' # at t/01-test.t line 0. # There were 1 warning(s) # Previous test 21 'finish disconnect' # Use of uninitialized value $signame in pattern match (m//) at /home/fly1200/var/megalib/Test/TCP.pm line 64. # at /home/fly1200/var/megalib/Test/TCP.pm line 64 # Test::TCP::__ANON__() called at /home/fly1200/var/megalib/Test/TCP.pm line 126 # Test::TCP::Guard::DESTROY('Test::TCP::Guard=HASH(0x864df58)') called at /home/fly1200/var/megalib/Test/TCP.pm line 51 # eval {...} called at /home/fly1200/var/megalib/Test/TCP.pm line 51 # Test::TCP::test_tcp('server', 'CODE(0x824f8a0)', 'client', 'CODE(0x824f880)') called at t/01-test.t line 114 # # Looks like you failed 1 test of 22. DESTROY created new reference to dead object 'Test::TCP::Guard' during global destruction. t/01-test.t ....... 1..22 ok 1 - connected client isa AnyEvent::Connection ok 2 - connected connection isa AnyEvent::Connection::Raw ok 3 - connected host ok 4 - connected port ok 5 - disconnect by reconnect ok 6 - connected client isa AnyEvent::Connection ok 7 - connected connection isa AnyEvent::Connection::Raw ok 8 - connected host ok 9 - connected port ok 10 - requested disconnect ok 11 - connected client isa AnyEvent::Connection ok 12 - connected connection isa AnyEvent::Connection::Raw ok 13 - connected host ok 14 - connected port ok 15 - callback failed ok 16 - error is destroy ok 17 - connected client isa AnyEvent::Connection ok 18 - connected connection isa AnyEvent::Connection::Raw ok 19 - connected host ok 20 - connected port ok 21 - finish disconnect not ok 22 - no warnings Dubious, test returned 10 (wstat 2560, 0xa00) Failed 1/22 subtests t/pod-coverage.t .. 1..1 ok 1 - No coverage yet ok t/pod.t ........... 1..3 ok 1 - POD test for blib/lib/AnyEvent/Connection.pm ok 2 - POD test for blib/lib/AnyEvent/Connection/Util.pm (no pod) ok 3 - POD test for blib/lib/AnyEvent/Connection/Raw.pm (no pod) ok Test Summary Report ------------------- t/01-test.t (Wstat: 2560 Tests: 22 Failed: 1) Failed test: 22 Non-zero exit status: 10 Files=4, Tests=28, 1 wallclock secs ( 0.03 usr 0.00 sys + 0.28 cusr 0.02 csys = 0.33 CPU) Result: FAIL Failed 1/4 test programs. 1/28 subtests failed. make: *** [test_dynamic] Error 255 MONS/AnyEvent-Connection-0.06.tar.gz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports MONS/AnyEvent-Connection-0.06.tar.gz Finished 2010-11-18T08:11:17