Start 2011-02-16T13:22:49 ActivePerl-1200 CPAN-1.9402 Going to read '/Users/fly1200/var/cpan/Metadata' Database was generated on Tue, 15 Feb 2011 22:30:53 GMT Running make for M/MI/MIYAGAWA/Starman-0.2008.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/M/MI/MIYAGAWA/Starman-0.2008.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/M/MI/MIYAGAWA/CHECKSUMS Checksum for /Users/fly1200/var/cpan/sources/authors/id/M/MI/MIYAGAWA/Starman-0.2008.tar.gz ok Starman-0.2008/ Starman-0.2008/.gitignore Starman-0.2008/bin/ Starman-0.2008/Changes Starman-0.2008/inc/ Starman-0.2008/lib/ Starman-0.2008/Makefile.PL Starman-0.2008/MANIFEST Starman-0.2008/META.yml Starman-0.2008/README Starman-0.2008/t/ Starman-0.2008/xt/ Starman-0.2008/xt/perlcritic.t Starman-0.2008/xt/pod.t Starman-0.2008/xt/podspell.t Starman-0.2008/xt/synopsis.t Starman-0.2008/t/00_compile.t Starman-0.2008/t/chunked_req.t Starman-0.2008/t/suite.t Starman-0.2008/lib/HTTP/ Starman-0.2008/lib/Plack/ Starman-0.2008/lib/Starman/ Starman-0.2008/lib/Starman.pm Starman-0.2008/lib/Starman/Server.pm Starman-0.2008/lib/Plack/Handler/ Starman-0.2008/lib/Plack/Handler/Starman.pm Starman-0.2008/lib/HTTP/Server/ Starman-0.2008/lib/HTTP/Server/PSGI/ Starman-0.2008/lib/HTTP/Server/PSGI/Net/ Starman-0.2008/lib/HTTP/Server/PSGI/Net/Server/ Starman-0.2008/lib/HTTP/Server/PSGI/Net/Server/PreFork.pm Starman-0.2008/inc/Module/ Starman-0.2008/inc/Test/ Starman-0.2008/inc/Test/Builder/ Starman-0.2008/inc/Test/Requires.pm Starman-0.2008/inc/Test/Builder/Module.pm Starman-0.2008/inc/Module/AutoInstall.pm Starman-0.2008/inc/Module/Install/ Starman-0.2008/inc/Module/Install.pm Starman-0.2008/inc/Module/Install/AuthorTests.pm Starman-0.2008/inc/Module/Install/AutoInstall.pm Starman-0.2008/inc/Module/Install/Base.pm Starman-0.2008/inc/Module/Install/Can.pm Starman-0.2008/inc/Module/Install/Fetch.pm Starman-0.2008/inc/Module/Install/Include.pm Starman-0.2008/inc/Module/Install/Makefile.pm Starman-0.2008/inc/Module/Install/Metadata.pm Starman-0.2008/inc/Module/Install/ReadmeFromPod.pm Starman-0.2008/inc/Module/Install/Repository.pm Starman-0.2008/inc/Module/Install/Scripts.pm Starman-0.2008/inc/Module/Install/Win32.pm Starman-0.2008/inc/Module/Install/WriteAll.pm Starman-0.2008/bin/starman CPAN.pm: Going to build M/MI/MIYAGAWA/Starman-0.2008.tar.gz >>> /Users/fly1200/bin/perl 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::Requires ...loaded. (0.06) - Plack ...loaded. (0.9968 >= 0.9931) - Net::Server ...loaded. (0.99 >= 0.91) - Data::Dump ...loaded. (1.19) - HTTP::Parser::XS ...loaded. (0.13) - HTTP::Status ...loaded. (5.817) - HTTP::Date ...loaded. (5.831) - parent ...loaded. (0.224) *** Module::AutoInstall configuration finished. Checking if your kit is complete... Looks good Writing Makefile for Starman >>> make cp lib/Starman.pm blib/lib/Starman.pm cp lib/Starman/Server.pm blib/lib/Starman/Server.pm cp lib/HTTP/Server/PSGI/Net/Server/PreFork.pm blib/lib/HTTP/Server/PSGI/Net/Server/PreFork.pm cp lib/Plack/Handler/Starman.pm blib/lib/Plack/Handler/Starman.pm cp bin/starman blib/script/starman /Users/fly1200/bin/perl "-Iinc" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/starman Manifying blib/man1/starman.1 Manifying blib/man3/Starman.3 Manifying blib/man3/Plack::Handler::Starman.3 MIYAGAWA/Starman-0.2008.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /Users/fly1200/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib/lib', 'blib/arch')" t/00_compile.t t/chunked_req.t t/suite.t t/00_compile.t ... 1..1 ok 1 - use Starman; ok 2011/02/16-13:23:28 Starman::Server (type Net::Server::PreFork) starting! pid(4394) Binding to TCP port 10723 on host 127.0.0.1 Setting gid to "507 507 507" 2011/02/16-13:23:29 Server closing! t/chunked_req.t .. ok 1 ok 2 1..2 ok 2011/02/16-13:23:31 Starman::Server (type Net::Server::PreFork) starting! pid(4401) Binding to TCP port 10060 on host 127.0.0.1 Setting gid to "507 507 507" 2011/02/16-13:23:35 Server closing! t/suite.t ........ # SCRIPT_NAME ok 1 # GET ok 2 ok 3 ok 4 # POST ok 5 ok 6 ok 7 ok 8 ok 9 # big POST ok 10 ok 11 ok 12 ok 13 # psgi.url_scheme ok 14 ok 15 ok 16 # return glob ok 17 ok 18 ok 19 ok 20 # filehandle ok 21 ok 22 ok 23 # bigger file ok 24 ok 25 ok 26 ok 27 # handle HTTP-Header ok 28 ok 29 ok 30 # handle HTTP-Cookie ok 31 ok 32 ok 33 # validate env ok 34 ok 35 ok 36 # % encoding in PATH_INFO ok 37 - PATH_INFO should be decoded per RFC 3875 # % double encoding in PATH_INFO ok 38 - PATH_INFO should be decoded only once, per RFC 3875 # % encoding in PATH_INFO (outside of URI characters) ok 39 # SERVER_PROTOCOL is required ok 40 ok 41 ok 42 # SCRIPT_NAME should not be undef ok 43 # call close after read IO::Handle-like ok 44 - closed ok 45 # has errors ok 46 # status line ok 47 # Do not crash when the app dies ok 48 # multi headers (request) ok 49 # multi headers (response) ok 50 # Do not set $env->{COOKIE} ok 51 ok 52 # no entity headers on 304 ok 53 ok 54 ok 55 - No Content-Type ok 56 - No Content-Length ok 57 - No Transfer-Encoding # REQUEST_URI is set ok 58 # filehandle with path() ok 59 ok 60 ok 61 # a big header value > 128 bytes ok 62 ok 63 # coderef res ok 64 ok 65 ok 66 # coderef streaming ok 67 ok 68 ok 69 # CRLF output and FCGI parse bug ok 70 ok 71 # test 404 ok 72 ok 73 # request->input seekable ok 74 # request->content on GET ok 75 # Content-Length => 0 is not set Transfer-Encoding # regression test ok 76 ok 77 ok 78 # handle Authorization header ok 79 ok 80 ok 81 ok 82 # repeated slashes ok 83 ok 84 ok 85 1..85 ok All tests successful. Files=3, Tests=88, 10 wallclock secs ( 0.15 usr 0.06 sys + 2.30 cusr 0.77 csys = 3.28 CPU) Result: PASS MIYAGAWA/Starman-0.2008.tar.gz make test TEST_VERBOSE=1 -- OK Tatsuhiko Miyagawa <miyagawa@bulknews.net> High-performance preforking PSGI/Plack web server >>> (cd /Users/fly1200/var/cpan/build/Starman-0.2008-T9ZZXb && tar cvf - Starman-0.2008.ppd blib) | gzip -c >/Users/fly1200/var/REPO/M/MI/MIYAGAWA/Starman-0.2008.tar.gz Starman-0.2008.ppd blib/ blib/lib/ blib/lib/HTTP/ blib/lib/HTTP/Server/ blib/lib/HTTP/Server/PSGI/ blib/lib/HTTP/Server/PSGI/Net/ blib/lib/HTTP/Server/PSGI/Net/Server/ blib/lib/HTTP/Server/PSGI/Net/Server/PreFork.pm blib/lib/Plack/ blib/lib/Plack/Handler/ blib/lib/Plack/Handler/Starman.pm blib/lib/Starman/ blib/lib/Starman/Server.pm blib/lib/Starman.pm blib/man1/ blib/man1/starman.1 blib/man3/ blib/man3/Plack::Handler::Starman.3 blib/man3/Starman.3 blib/script/ blib/script/starman >>> mv /Users/fly1200/var/cpan/build/Starman-0.2008-T9ZZXb/Starman-0.2008.ppd /Users/fly1200/var/REPO/M/MI/MIYAGAWA Finished 2011-02-16T13:23:45