Start 2008-08-12T12:04:01 Going to read /home/fly1003/var/cpan/Metadata Database was generated on Tue, 12 Aug 2008 09:02:59 GMT Running make for L/LB/LBROCARD/CPAN-Mini-Webserver-0.35.tar.gz Checksum for /net/nas/data/cpan/authors/id/L/LB/LBROCARD/CPAN-Mini-Webserver-0.35.tar.gz ok CPAN-Mini-Webserver-0.35/ CPAN-Mini-Webserver-0.35/bin/ CPAN-Mini-Webserver-0.35/bin/minicpan_webserver CPAN-Mini-Webserver-0.35/CHANGES CPAN-Mini-Webserver-0.35/META.yml CPAN-Mini-Webserver-0.35/t/ CPAN-Mini-Webserver-0.35/t/simple.t CPAN-Mini-Webserver-0.35/Makefile.PL CPAN-Mini-Webserver-0.35/README CPAN-Mini-Webserver-0.35/lib/ CPAN-Mini-Webserver-0.35/lib/CPAN/ CPAN-Mini-Webserver-0.35/lib/CPAN/Mini/ CPAN-Mini-Webserver-0.35/lib/CPAN/Mini/Webserver/ CPAN-Mini-Webserver-0.35/lib/CPAN/Mini/Webserver/Templates.pm CPAN-Mini-Webserver-0.35/lib/CPAN/Mini/Webserver.pm CPAN-Mini-Webserver-0.35/MANIFEST CPAN.pm: Going to build L/LB/LBROCARD/CPAN-Mini-Webserver-0.35.tar.gz >>> /home/fly1003/ap1003/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for CPAN::Mini::Webserver ---- Unsatisfied dependencies detected during ---- ---- LBROCARD/CPAN-Mini-Webserver-0.35.tar.gz ---- HTTP::Server::Simple::CGI [requires] Running make test Delayed until after prerequisites Running test for module 'HTTP::Server::Simple::CGI' Running make for J/JE/JESSE/HTTP-Server-Simple-0.34.tar.gz Checksum for /net/nas/data/cpan/authors/id/J/JE/JESSE/HTTP-Server-Simple-0.34.tar.gz ok HTTP-Server-Simple-0.34/ HTTP-Server-Simple-0.34/Changes HTTP-Server-Simple-0.34/ex/ HTTP-Server-Simple-0.34/ex/sample_server HTTP-Server-Simple-0.34/inc/ HTTP-Server-Simple-0.34/inc/Module/ HTTP-Server-Simple-0.34/inc/Module/Install/ HTTP-Server-Simple-0.34/inc/Module/Install/Base.pm HTTP-Server-Simple-0.34/inc/Module/Install/Can.pm HTTP-Server-Simple-0.34/inc/Module/Install/Fetch.pm HTTP-Server-Simple-0.34/inc/Module/Install/Makefile.pm HTTP-Server-Simple-0.34/inc/Module/Install/Metadata.pm HTTP-Server-Simple-0.34/inc/Module/Install/Win32.pm HTTP-Server-Simple-0.34/inc/Module/Install/WriteAll.pm HTTP-Server-Simple-0.34/inc/Module/Install.pm HTTP-Server-Simple-0.34/lib/ HTTP-Server-Simple-0.34/lib/HTTP/ HTTP-Server-Simple-0.34/lib/HTTP/Server/ HTTP-Server-Simple-0.34/lib/HTTP/Server/Simple/ HTTP-Server-Simple-0.34/lib/HTTP/Server/Simple/CGI/ HTTP-Server-Simple-0.34/lib/HTTP/Server/Simple/CGI/Environment.pm HTTP-Server-Simple-0.34/lib/HTTP/Server/Simple/CGI.pm HTTP-Server-Simple-0.34/lib/HTTP/Server/Simple.pm HTTP-Server-Simple-0.34/Makefile.PL HTTP-Server-Simple-0.34/MANIFEST HTTP-Server-Simple-0.34/META.yml HTTP-Server-Simple-0.34/README HTTP-Server-Simple-0.34/SIGNATURE HTTP-Server-Simple-0.34/t/ HTTP-Server-Simple-0.34/t/00smoke.t HTTP-Server-Simple-0.34/t/01live.t HTTP-Server-Simple-0.34/t/02pod.t HTTP-Server-Simple-0.34/t/03podcoverage.t HTTP-Server-Simple-0.34/t/04cgi.t CPAN.pm: Going to build J/JE/JESSE/HTTP-Server-Simple-0.34.tar.gz >>> /home/fly1003/ap1003/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for HTTP::Server::Simple >>> make cp lib/HTTP/Server/Simple/CGI/Environment.pm blib/lib/HTTP/Server/Simple/CGI/Environment.pm cp lib/HTTP/Server/Simple.pm blib/lib/HTTP/Server/Simple.pm cp lib/HTTP/Server/Simple/CGI.pm blib/lib/HTTP/Server/Simple/CGI.pm Manifying blib/man3/HTTP::Server::Simple::CGI::Environment.3 Manifying blib/man3/HTTP::Server::Simple.3 Manifying blib/man3/HTTP::Server::Simple::CGI.3 JESSE/HTTP-Server-Simple-0.34.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/fly1003/ap1003/bin/perl-static "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/00smoke.......... 1..8 ok 1 - use HTTP::Server::Simple; ok 2 - can new() ok 3 - The object isa HTTP::Server::Simple ok 4 - Defaults to 8080 ok 5 - Can change port ok 6 - Change persists ok 7 - can print_banner() ok 8 - can run() ok t/01live........... 1..14 ok 1 - Constructor set port correctly HTTP::Server::Simple: You can connect to your server at http://localhost:27201/ ok 2 - pid is numeric ok 3 - Returns a page ok 4 - Signaled 1 process successfully ok 5 - Constructor set port correctly # TODO We don't currently wait for 'server is running' responses from the client ok 6 - pid is numeric # TODO We don't currently wait for 'server is running' responses from the client early exit from `connect' stage; Connection refused at t/01live.t line 133. not ok 7 - Returns a page # TODO We don't currently wait for 'server is running' responses from the client # Failed (TODO) test 'Returns a page' # at t/01live.t line 153. # '' # doesn't match '/Congratulations/' ok 8 - Signaled 1 process successfully # TODO We don't currently wait for 'server is running' responses from the client # started server on 19204 ok 9 - pid is numeric HTTP::Server::Simple: You can connect to your server at http://localhost:27201/ ok 10 - Returns a page ok 11 - knows what a request isn't ok 12 - HTTP/1.1 request ok 13 - HTTP/0.9 request ok 14 - Signaled 1 process successfully ok t/02pod............ 1..3 ok 1 - blib/lib/HTTP/Server/Simple.pm ok 2 - blib/lib/HTTP/Server/Simple/CGI.pm ok 3 - blib/lib/HTTP/Server/Simple/CGI/Environment.pm ok t/03podcoverage.... 1..3 ok 1 - Pod coverage on HTTP::Server::Simple ok 2 - Pod coverage on HTTP::Server::Simple::CGI ok 3 - Pod coverage on HTTP::Server::Simple::CGI::Environment ok t/04cgi............ 1..22 ok 1 - Constructor set port correctly ok 2 - pid is numeric HTTP::Server::Simple: You can connect to your server at http://localhost:27207/ ok 3 - no file ok 4 - method - server_software ok 5 - method - request_method ok 6 - method - url ok 7 - method - server_port ok 8 - method - path_info ok 9 - method - server_name ok 10 - Environment - SERVER_NAME ok 11 - Environment - REMOTE_ADDR ok 12 - Environment - PATH_INFO ok 13 - Environment - SERVER_PROTOCOL ok 14 - Environment - REQUEST_METHOD ok 15 - Environment - REQUEST_URI ok 16 - Environment - SERVER_SOFTWARE ok 17 - Environment - QUERY_STRING ok 18 - Environment - SERVER_URL ok 19 - Environment - SERVER_PORT ok 20 - Didn't decode already ok 21 - Did decode already ok 22 - Signaled 1 process successfully ok All tests successful. Test Summary Report ------------------- t/01live (Wstat: 0 Tests: 14 Failed: 0) TODO passed: 5-6, 8 Files=5, Tests=50, 6 wallclock secs ( 0.08 usr 0.02 sys + 0.98 cusr 0.13 csys = 1.21 CPU) Result: PASS JESSE/HTTP-Server-Simple-0.34.tar.gz make test TEST_VERBOSE=1 -- OK PPD for HTTP-Server-Simple-0.34 already made Running make for L/LB/LBROCARD/CPAN-Mini-Webserver-0.35.tar.gz Prepending /home/fly1003/var/cpan/build/HTTP-Server-Simple-0.34-ZWa5sI/blib/arch /home/fly1003/var/cpan/build/HTTP-Server-Simple-0.34-ZWa5sI/blib/lib to PERL5LIB for 'get' Has already been unwrapped into directory /home/fly1003/var/cpan/build/CPAN-Mini-Webserver-0.35-hkgbUR Prepending /home/fly1003/var/cpan/build/HTTP-Server-Simple-0.34-ZWa5sI/blib/arch /home/fly1003/var/cpan/build/HTTP-Server-Simple-0.34-ZWa5sI/blib/lib to PERL5LIB for 'make' CPAN.pm: Going to build L/LB/LBROCARD/CPAN-Mini-Webserver-0.35.tar.gz Warning: Prerequisite 'HTTP::Server::Simple::CGI => 0.34' for 'L/LB/LBROCARD/CPAN-Mini-Webserver-0.35.tar.gz' seems not available according to the indexes >>> make cp lib/CPAN/Mini/Webserver.pm blib/lib/CPAN/Mini/Webserver.pm cp lib/CPAN/Mini/Webserver/Templates.pm blib/lib/CPAN/Mini/Webserver/Templates.pm cp bin/minicpan_webserver blib/script/minicpan_webserver /home/fly1003/ap1003/bin/perl-static "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/minicpan_webserver Manifying blib/man1/minicpan_webserver.1 Manifying blib/man3/CPAN::Mini::Webserver::Templates.3 Manifying blib/man3/CPAN::Mini::Webserver.3 LBROCARD/CPAN-Mini-Webserver-0.35.tar.gz make -- OK Prepending /home/fly1003/var/cpan/build/HTTP-Server-Simple-0.34-ZWa5sI/blib/arch /home/fly1003/var/cpan/build/HTTP-Server-Simple-0.34-ZWa5sI/blib/lib to PERL5LIB for 'test' Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/fly1003/ap1003/bin/perl-static "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/simple....Use of uninitialized value $pat in substitution (s///) at /home/fly1003/ap1003/lib/File/Glob.pm line 145, line 16. Use of uninitialized value $pat in substitution (s///) at /home/fly1003/ap1003/lib/File/Glob.pm line 146, line 16. Use of uninitialized value $pat in pattern match (m//) at /home/fly1003/ap1003/lib/File/Glob.pm line 148, line 16. Use of uninitialized value in subroutine entry at /home/fly1003/ap1003/lib/File/Glob.pm line 166, line 16. 1..0 # Skip CPAN::Mini mirror must be installed for testing: Please set up minicpan at /home/fly1003/var/cpan/build/CPAN-Mini-Webserver-0.35-hkgbUR/blib/lib/CPAN/Mini/Webserver.pm line 36, line 16. # skipped: CPAN::Mini mirror must be installed for testing: Please set up minicpan at /home/fly1003/var/cpan/build/CPAN-Mini-Webserver-0.35-hkgbUR/blib/lib/CPAN/Mini/Webserver.pm line 36, line 16. Files=1, Tests=0, 1 wallclock secs ( 0.02 usr 0.00 sys + 1.25 cusr 0.10 csys = 1.37 CPU) Result: NOTESTS LBROCARD/CPAN-Mini-Webserver-0.35.tar.gz make test TEST_VERBOSE=1 -- OK Picked up abstract from lib/CPAN/Mini/Webserver.pm Leon Brocard <leon@astray.com> Search and browse Mini CPAN >>> (cd /home/fly1003/var/cpan/build/CPAN-Mini-Webserver-0.35-hkgbUR && tar cvf - CPAN-Mini-Webserver-0.35.ppd blib) | gzip -c >/home/fly1003/var/REPO/L/LB/LBROCARD/CPAN-Mini-Webserver-0.35.tar.gz CPAN-Mini-Webserver-0.35.ppd blib/ blib/lib/ blib/lib/CPAN/ blib/lib/CPAN/Mini/ blib/lib/CPAN/Mini/Webserver/ blib/lib/CPAN/Mini/Webserver/Templates.pm blib/lib/CPAN/Mini/Webserver.pm blib/man1/ blib/man1/minicpan_webserver.1 blib/man3/ blib/man3/CPAN::Mini::Webserver::Templates.3 blib/man3/CPAN::Mini::Webserver.3 blib/script/ blib/script/minicpan_webserver >>> mv /home/fly1003/var/cpan/build/CPAN-Mini-Webserver-0.35-hkgbUR/CPAN-Mini-Webserver-0.35.ppd /home/fly1003/var/REPO/L/LB/LBROCARD Finished 2008-08-12T12:04:21