PATH=/opt/SUNWspro/bin:/usr/local/bin:/opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/sbin Start 2013-03-29T12:27:58 ActivePerl-1003 CPAN-1.9800 Reading '/export/home/fly1064/var/cpan/Metadata' Database was generated on Fri, 29 Mar 2013 15:41:02 GMT Running make for T/TO/TOKUHIROM/Test-TCP-1.26.tar.gz Checksum for /net/nas/data/cpan/authors/id/T/TO/TOKUHIROM/Test-TCP-1.26.tar.gz ok You have Archive::Tar 1.38_01, but 1.50 or later is recommended. Please upgrade. Test-TCP-1.26/.gitignore Test-TCP-1.26/.travis.yml Test-TCP-1.26/Build.PL Test-TCP-1.26/Changes Test-TCP-1.26/LICENSE Test-TCP-1.26/META.json Test-TCP-1.26/README.md Test-TCP-1.26/cpanfile Test-TCP-1.26/lib/Net/EmptyPort.pm Test-TCP-1.26/lib/Test/TCP.pm Test-TCP-1.26/lib/Test/TCP/CheckPort.pm Test-TCP-1.26/t/00_compile.t Test-TCP-1.26/t/01_simple.t Test-TCP-1.26/t/02_abrt.t Test-TCP-1.26/t/03_return_when_sigterm.t Test-TCP-1.26/t/04_die.t Test-TCP-1.26/t/05_sigint.t Test-TCP-1.26/t/06_nest.t Test-TCP-1.26/t/07_optional.t Test-TCP-1.26/t/08_exit.t Test-TCP-1.26/t/09_fork.t Test-TCP-1.26/t/10_oo.t Test-TCP-1.26/t/Server.pm Test-TCP-1.26/xt/02_perlcritic.t Test-TCP-1.26/xt/04_dependents.t Test-TCP-1.26/xt/author/11_net_emptyport.t Test-TCP-1.26/xt/perlcriticrc Test-TCP-1.26/Build.PL Test-TCP-1.26/LICENSE Test-TCP-1.26/META.json Test-TCP-1.26/META.yml Test-TCP-1.26/MANIFEST CPAN.pm: Building T/TO/TOKUHIROM/Test-TCP-1.26.tar.gz >>> /export/home/fly1064/bin/perl Build.PL Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Test-TCP' version '1.26' Merging cpanfile prereqs to MYMETA.yml Merging cpanfile prereqs to MYMETA.json Could not read metadata file. Falling back to other methods to determine prerequisites >>> ./Build Building Test-TCP TOKUHIROM/Test-TCP-1.26.tar.gz ./Build -- OK Running Build test >>> ./Build test verbose=1 Use of uninitialized value $Test::Harness::Switches in length at /export/home/fly1064/var/megalib/Module/Build/Base.pm line 2760. # Test::More: 0.98 t/00_compile.t .............. 1..1 ok 1 - use Test::TCP; ok t/01_simple.t ............... 1..22 ok 1 - test case for sharedfork ok 2 - test case for sharedfork ok 3 - test case for sharedfork ok 4 - test case for sharedfork ok 5 - test case for sharedfork ok 6 - test case for sharedfork ok 7 - test case for sharedfork ok 8 - test case for sharedfork ok 9 - test case for sharedfork ok 10 - test case for sharedfork ok 11 - test case for sharedfork ok 12 - test case for sharedfork ok 13 - test case for sharedfork ok 14 - test case for sharedfork ok 15 - test case for sharedfork ok 16 - test case for sharedfork ok 17 - test case for sharedfork ok 18 - test case for sharedfork ok 19 - test case for sharedfork ok 20 - test case for sharedfork # send 1 # new request ok 21 # send 2 # new request ok 22 # finalize ok # your server received SIGABRT t/02_abrt.t ................. 1..2 ok 1 ok 2 ok t/03_return_when_sigterm.t .. 1..2 ok 1 ok 2 - test finished. ok t/04_die.t .................. 1..3 ok 1 ok 2 ok 3 - already killed by test_tcp ok # Failed test 'should not reach here' # at t/05_sigint.t line 43. # Failed test at t/05_sigint.t line 21. # Failed test 'sigint' # at t/05_sigint.t line 22. # got: 'ZERO' # expected: 'INT' # Looks like you planned 2 tests but ran 3. # Looks like you failed 3 tests of 3 run. t/05_sigint.t ............... 1..2 not ok 1 - should not reach here not ok 2 not ok 3 - sigint Dubious, test returned 3 (wstat 768, 0x300) Failed 2/2 subtests t/06_nest.t ................. 1..1 ok 1 - 50259, 50191 ok t/07_optional.t ............. 1..2 ok 1 - One ok 2 - Two ok t/08_exit.t ................. 1..5 # SEVER: 2702 # CLIENT: 2701 ok 1 ok 2 ok 3 ok 4 ok 5 ok t/09_fork.t ................. 1..6 ok 1 - Successfully forked child 2705 ok 2 - Successfully forked child 0 ok 3 - Successfully executed child 2705 ok 4 - child exited normally ok 5 - socket is connected # new request ok 6 - got expected reply ok t/10_oo.t ................... 1..22 ok 1 - test case for sharedfork ok 2 - test case for sharedfork ok 3 - test case for sharedfork ok 4 - test case for sharedfork ok 5 - test case for sharedfork ok 6 - test case for sharedfork ok 7 - test case for sharedfork ok 8 - test case for sharedfork ok 9 - test case for sharedfork ok 10 - test case for sharedfork ok 11 - test case for sharedfork ok 12 - test case for sharedfork ok 13 - test case for sharedfork ok 14 - test case for sharedfork ok 15 - test case for sharedfork ok 16 - test case for sharedfork ok 17 - test case for sharedfork ok 18 - test case for sharedfork ok 19 - test case for sharedfork ok 20 - test case for sharedfork # send 1 # new request ok 21 # send 2 # new request ok 22 # finalize # new request ok Test Summary Report ------------------- t/05_sigint.t (Wstat: 768 Tests: 3 Failed: 3) Failed tests: 1-3 Non-zero exit status: 3 Parse errors: Bad plan. You planned 2 tests but ran 3. Files=11, Tests=69, 11 wallclock secs ( 0.21 usr 0.17 sys + 5.04 cusr 0.81 csys = 6.23 CPU) Result: FAIL Failed 1/11 test programs. 3/69 subtests failed. TOKUHIROM/Test-TCP-1.26.tar.gz ./Build test verbose=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports TOKUHIROM/Test-TCP-1.26.tar.gz Finished 2013-03-29T12:28:25