PATH=C:\Program Files\Microsoft Platform SDK\Bin;C:\Program Files\Microsoft Platform SDK\Bin\WinNT;C:\Program Files\Microsoft Visual Studio\VC98\Bin;C:\Program Files\Microsoft Visual Studio\Common\MSDev98\Bin;C:\Perl\site\bin;C:\Perl\bin;C:\cygwin\bin;C:\Program Files\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\mysql\bin Start 2012-02-01T02:19:33 ActivePerl-1003 CPAN-1.9402 LIB=C:\PROGRA~1\MICROS~3\VC98\Lib\PSDK;C:\PROGRA~1\MICROS~2\Lib;C:\PROGRA~1\MICROS~3\VC98\Lib;C:\PROGRA~1\MICROS~3\VC98\MFC\Lib INCLUDE=C:\PROGRA~1\MICROS~2\Include;C:\PROGRA~1\MICROS~3\VC98\ATL\Include;C:\PROGRA~1\MICROS~3\VC98\Include;C:\PROGRA~1\MICROS~3\VC98\MFC\Include PATH=C:/cpanfly/var/libs/bin;C:\PROGRA~1\MICROS~2\Bin;C:\PROGRA~1\MICROS~2\Bin\WinNT;C:\PROGRA~1\MICROS~3\VC98\Bin;C:\PROGRA~1\MICROS~3\Common\MSDev98\Bin;C:\Perl\site\bin;C:\Perl\bin;C:\cygwin\bin;C:\PROGRA~1\Perforce;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WINDOW~2\v1.0;C:\WINDOWS\system32\WINDOW~2\v1.0;C:\mysql\bin Going to read 'C:\cpanfly\var\cpan\Metadata' Database was generated on Wed, 01 Feb 2012 08:20:31 GMT Running make for T/TO/TOKUHIROM/Test-TCP-1.15.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/T/TO/TOKUHIROM/Test-TCP-1.15.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/T/TO/TOKUHIROM/CHECKSUMS Checksum for C:\cpanfly\var\cpan\sources\authors\id\T\TO\TOKUHIROM\Test-TCP-1.15.tar.gz ok Will not use Archive::Tar, need 1.00 Test-TCP-1.15/ Test-TCP-1.15/lib/ Test-TCP-1.15/lib/Test/ Test-TCP-1.15/lib/Test/TCP.pm Test-TCP-1.15/README Test-TCP-1.15/xt/ Test-TCP-1.15/xt/02_perlcritic.t Test-TCP-1.15/xt/03_pod.t Test-TCP-1.15/xt/01_podspell.t Test-TCP-1.15/xt/perlcriticrc Test-TCP-1.15/META.yml Test-TCP-1.15/inc/ Test-TCP-1.15/inc/Module/ Test-TCP-1.15/inc/Module/Install/ Test-TCP-1.15/inc/Module/Install/Can.pm Test-TCP-1.15/inc/Module/Install/WriteAll.pm Test-TCP-1.15/inc/Module/Install/Makefile.pm Test-TCP-1.15/inc/Module/Install/Metadata.pm Test-TCP-1.15/inc/Module/Install/Fetch.pm Test-TCP-1.15/inc/Module/Install/Base.pm Test-TCP-1.15/inc/Module/Install/Win32.pm Test-TCP-1.15/inc/Module/Install/AuthorTests.pm Test-TCP-1.15/inc/Module/Install.pm Test-TCP-1.15/Makefile.PL Test-TCP-1.15/t/ Test-TCP-1.15/t/Server.pm Test-TCP-1.15/t/02_abrt.t Test-TCP-1.15/t/07_optional.t Test-TCP-1.15/t/00_compile.t Test-TCP-1.15/t/06_nest.t Test-TCP-1.15/t/08_exit.t Test-TCP-1.15/t/05_sigint.t Test-TCP-1.15/t/04_die.t Test-TCP-1.15/t/01_simple.t Test-TCP-1.15/t/09_fork.t Test-TCP-1.15/t/10_oo.t Test-TCP-1.15/t/03_return_when_sigterm.t Test-TCP-1.15/Changes Test-TCP-1.15/.gitignore Test-TCP-1.15/MANIFEST CPAN.pm: Going to build T/TO/TOKUHIROM/Test-TCP-1.15.tar.gz >>> C:\Perl\bin\perl.exe Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Test::TCP Writing MYMETA.yml and MYMETA.json >>> nmake Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. cp lib/Test/TCP.pm blib\lib\Test\TCP.pm TOKUHIROM/Test-TCP-1.15.tar.gz nmake -- OK Running make test >>> nmake test TEST_VERBOSE=1 Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. C:\Perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib\lib', 'blib\arch')" t/*.t t/*/*.t t/*/*/*.t t/*/*/*/*.t # 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 # new request ok t/02_abrt.t ................. skipped: win32 doesn't support embedded function named dump() 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 t/05_sigint.t ............... skipped: this test requires SIGUSR1 t/06_nest.t ................. 1..1 ok 1 - 50050, 50196 ok t/07_optional.t ............. 1..2 ok 1 - One ok 2 - Two ok Constant subroutine main::SEEK_SET redefined at t/08_exit.t line 8 Constant subroutine main::SEEK_END redefined at t/08_exit.t line 8 Constant subroutine main::SEEK_CUR redefined at t/08_exit.t line 8 t/08_exit.t ................. 1..5 # SEVER: -24044 # CLIENT: -20796 ok 1 # skip not implemented on Win32 ok 2 # skip not implemented on Win32 ok 3 # skip not implemented on Win32 ok 4 # skip not implemented on Win32 ok 5 ok t/09_fork.t ................. 1..6 ok 1 - Successfully forked child -23492 ok 2 - Successfully forked child 0 ok 3 - Successfully executed child -23492 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 All tests successful. Files=11, Tests=64, 20 wallclock secs ( 0.01 usr + 0.00 sys = 0.01 CPU) Result: PASS TOKUHIROM/Test-TCP-1.15.tar.gz nmake test TEST_VERBOSE=1 -- OK Tokuhiro Matsuno <tokuhirom+cpan@gmail.com> testing TCP program >>> (cd C:\cpanfly\var\cpan\build\Test-TCP-1.15-W1NQVd && tar cvf - Test-TCP-1.15.ppd blib) | gzip -c >C:/cpanfly/var/REPO/T/TO/TOKUHIROM/Test-TCP-1.15.tar.gz Test-TCP-1.15.ppd blib/ blib/lib/ blib/lib/Test/ blib/lib/Test/TCP.pm >>> mv C:\cpanfly\var\cpan\build\Test-TCP-1.15-W1NQVd/Test-TCP-1.15.ppd C:/cpanfly/var/REPO/T/TO/TOKUHIROM Finished 2012-02-01T02:21:48