Back
From: metabase:user:775a6ef0-a30d-11e0-b928-abcd0a1a245f
Subject: PASS POE-Component-Server-SimpleHTTP-2.12 v5.12.0 GNU/Linux
Date: 2011-07-08T23:29:30Z
This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language. See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org
--
Dear Chris Williams,
This is a computer-generated report for POE-Component-Server-SimpleHTTP-2.12
on perl 5.12.0, created by CPAN-Reporter-1.1902.
Thank you for uploading your work to CPAN. Congratulations!
All tests were successful.
Sections of this report:
* Tester comments
* Program output
* Prerequisites
* Environment and other context
------------------------------
TESTER COMMENTS
------------------------------
Additional comments from tester:
this report is from an automated smoke testing program
and was not reviewed by a human for accuracy
------------------------------
PROGRAM OUTPUT
------------------------------
Output from '/usr/bin/make test':
PERL_DL_NONLAZY=1 /smoker/5.12.0/perl/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t
# Testing POE::Component::Server::SimpleHTTP-2.12, POE-1.311, Perl 5.012000, /smoker/5.12.0/perl/bin/perl
t/01_load.t ........... ok
# GET http://pocosimpletest.com:39338/ HTTP/1.1
# Host: 127.0.0.1:39338
#
# HTTP/1.1 200 (OK)
# Date: Fri, 08 Jul 2011 23:28:52 GMT
# Content-Length: 3
# Content-Type: text/plain
#
# Moo
t/02_simple.t ......... ok
# HTTP/1.1 404 (Not Found)
# Date: Fri, 08 Jul 2011 23:28:58 GMT
# Content-Length: 13
# Content-Type: text/plain
#
# 404 Not Found
t/03_bad_handler.t .... ok
# GEt http://pocosimpletest.com:35909/ HTTP/1.1
# Host: 127.0.0.1:35909
#
# HTTP/1.1 200 (OK)
# Date: Fri, 08 Jul 2011 23:29:03 GMT
# Content-Length: 3
# Content-Type: text/plain
#
# Moo
t/03_bad_request.t .... ok
# 200 (OK)
# Date: Fri, 08 Jul 2011 23:29:09 GMT
# Content-Length: 11
# Content-Type: text/plain
# X-HTTP-Version: 1.1
#
# this is top
# 200 (OK)
# Date: Fri, 08 Jul 2011 23:29:09 GMT
# Content-Length: 12
# Content-Type: text/plain
# X-HTTP-Version: 1.1
#
# this is honk
# 200 (OK)
# Date: Fri, 08 Jul 2011 23:29:09 GMT
# Content-Length: 123
# Content-Type: text/html
# X-HTTP-Version: 1.1
#
# <html>
# <head><title>YEAH!</title></head>
# <body><p>This, my friend, is the page you've been looking for.</p></body>
# </html>
# 404 (Not Found)
# Date: Fri, 08 Jul 2011 23:29:09 GMT
# Content-Length: 13
# Content-Type: text/plain
# X-HTTP-Version: 1.1
#
# 404 Not Found
t/04_run_close.t ...... ok
Use of uninitialized value in lc at /smoker/5.12.0/cpan/build/POE-Component-Server-SimpleHTTP-2.12-FAkrfP/blib/lib/POE/Component/Server/SimpleHTTP.pm line 796.
Use of uninitialized value in lc at /smoker/5.12.0/cpan/build/POE-Component-Server-SimpleHTTP-2.12-FAkrfP/blib/lib/POE/Component/Server/SimpleHTTP.pm line 798.
# 200 (OK)
# Date: Fri, 08 Jul 2011 23:29:14 GMT
# Content-Length: 11
# Content-Type: text/plain
# X-HTTP-Version: 1.1
#
# this is top
Use of uninitialized value in lc at /smoker/5.12.0/cpan/build/POE-Component-Server-SimpleHTTP-2.12-FAkrfP/blib/lib/POE/Component/Server/SimpleHTTP.pm line 796.
Use of uninitialized value in lc at /smoker/5.12.0/cpan/build/POE-Component-Server-SimpleHTTP-2.12-FAkrfP/blib/lib/POE/Component/Server/SimpleHTTP.pm line 798.
# 200 (OK)
# Date: Fri, 08 Jul 2011 23:29:14 GMT
# Content-Length: 12
# Content-Type: text/plain
# X-HTTP-Version: 1.1
#
# this is honk
Use of uninitialized value in lc at /smoker/5.12.0/cpan/build/POE-Component-Server-SimpleHTTP-2.12-FAkrfP/blib/lib/POE/Component/Server/SimpleHTTP.pm line 796.
Use of uninitialized value in lc at /smoker/5.12.0/cpan/build/POE-Component-Server-SimpleHTTP-2.12-FAkrfP/blib/lib/POE/Component/Server/SimpleHTTP.pm line 798.
# 200 (OK)
# Date: Fri, 08 Jul 2011 23:29:14 GMT
# Content-Length: 123
# Content-Type: text/html
# X-HTTP-Version: 1.1
#
# <html>
# <head><title>YEAH!</title></head>
# <body><p>This, my friend, is the page you've been looking for.</p></body>
# </html>
# 404 (Not Found)
# Date: Fri, 08 Jul 2011 23:29:14 GMT
# Content-Length: 13
# Content-Type: text/plain
# X-HTTP-Version: 1.1
#
# 404 Not Found
t/04_run_keepalive.t .. ok
# POST http://pocosimpletest.com:37834/ HTTP/1.1
# Host: 127.0.0.1:37834
# Content-Length: 40
#
# brother !~we need to get off this island
# 200 (OK)
# Date: Fri, 08 Jul 2011 23:29:20 GMT
# Content-Length: 40
# Content-Type: text/plain
# X-HTTP-Version: 1.1
#
# we need to get off this island brother !
t/05_post.t ........... ok
t/06_stream.t ......... skipped: POE::Component::Client::HTTP is required for this test
t/99_pod.t ............ skipped: Test::Pod 1.00 required for testing POD
t/99_pod_coverage.t ... skipped: Test::Pod::Coverage 1.00 required for testing POD coverage
All tests successful.
Files=10, Tests=45, 38 wallclock secs ( 0.04 usr 0.00 sys + 4.52 cusr 0.26 csys = 4.82 CPU)
Result: PASS
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------------- ------ ------
Carp 0 1.15
ExtUtils::MakeMaker 6.42 6.56
HTTP::Date 0 6.00
HTTP::Request 0 6.00
HTTP::Response 0 6.01
Moose 0.81 2.0010
MooseX::AttributeHelpers 0 0.23
MooseX::POE 0.205 0.214
POE 1.0000 1.311
POE::Filter::HTTP::Parser 1.06 1.06
Socket 0 1.87
Storable 0 2.22
Sys::Hostname 0 1.11
Test::More 0.47 0.98
Test::POE::Client::TCP 0.1 1.10
configure_requires:
Module Need Have
------------------------- ------ ------
ExtUtils::MakeMaker 6.42 6.56
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
LANG = en_US.UTF-8
LC_ALL = C
LC_CTYPE = en_US.UTF-8
PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
PERL5LIB = /smoker/5.12.0/cpan/build/POE-Filter-HTTP-Parser-1.06-aNdzyF/blib/arch:/smoker/5.12.0/cpan/build/POE-Filter-HTTP-Parser-1.06-aNdzyF/blib/lib:/smoker/5.12.0/cpan/build/HTTP-Parser-0.06-GwABOt/blib/arch:/smoker/5.12.0/cpan/build/HTTP-Parser-0.06-GwABOt/blib/lib:/smoker/5.12.0/cpan/build/Test-POE-Server-TCP-1.16-0FsXrj/blib/arch:/smoker/5.12.0/cpan/build/Test-POE-Server-TCP-1.16-0FsXrj/blib/lib:/smoker/5.12.0/cpan/build/MooseX-AttributeHelpers-0.23-eL7k_U/blib/arch:/smoker/5.12.0/cpan/build/MooseX-AttributeHelpers-0.23-eL7k_U/blib/lib:/smoker/5.12.0/cpan/build/Test-POE-Client-TCP-1.10-iVnybf/blib/arch:/smoker/5.12.0/cpan/build/Test-POE-Client-TCP-1.10-iVnybf/blib/lib:/smoker/5.12.0/cpan/build/MooseX-POE-0.214-pVFNFQ/blib/arch:/smoker/5.12.0/cpan/build/MooseX-POE-0.214-pVFNFQ/blib/lib:/smoker/5.12.0/cpan/build/XML-Simple-2.18-DK0ovX/blib/arch:/smoker/5.12.0/cpan/build/XML-Simple-2.18-DK0ovX/blib/lib:/smoker/5.12.0/cpan/build/XML-SAX-Expat-0.40-fyKZwA/blib/arch:/smoker/5.12.0/cpan/build/XML-SAX-Expat-0.40-fyKZwA/blib/lib:/smoker/5.12.0/cpan/build/XML-Parser-2.41-tYvj0b/blib/arch:/smoker/5.12.0/cpan/build/XML-Parser-2.41-tYvj0b/blib/lib:/smoker/5.12.0/cpan/build/XML-SAX-Base-1.02-HYprjL/blib/arch:/smoker/5.12.0/cpan/build/XML-SAX-Base-1.02-HYprjL/blib/lib:/smoker/5.12.0/cpan/build/XML-SAX-0.96-tJeorN/blib/arch:/smoker/5.12.0/cpan/build/XML-SAX-0.96-tJeorN/blib/lib:/smoker/5.12.0/cpan/build/XML-NamespaceSupport-1.11-di0zWA/blib/arch:/smoker/5.12.0/cpan/build/XML-NamespaceSupport-1.11-di0zWA/blib/lib:/smoker/5.12.0/cpan/build/YAML-Tiny-1.50-tFLdnl/blib/arch:/smoker/5.12.0/cpan/build/YAML-Tiny-1.50-tFLdnl/blib/lib:/root/src/sex
PERL5OPT =
PERL5_CPANPLUS_CONFIG = /root/.cpanplus/config
PERL5_CPANPLUS_IS_RUNNING = 7189
PERL5_CPAN_IS_RUNNING = 7189
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 5085,7189
PERLDB_OPTS = ornaments=0
PERL_ANYEVENT_DBI_TESTS = 1
PERL_ANYEVENT_EDNS0 = 1
PERL_ANYEVENT_NET_TESTS = 1
PERL_ANYEVENT_PROTOCOLS = ipv4,ipv6
PERL_ANYEVENT_STRICT = 1
PERL_CPAN_REPORTER_CONFIG = /smoker/cpanreporter-config.ini
PERL_CPAN_REPORTER_DIR = /smoker/5.12.0/cpanreporter
PERL_CR_SMOKER_CURRENT = POE-Component-Server-REST-1.10
PERL_CR_SMOKER_RUNONCE = 1
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_MM_USE_DEFAULT = 1
PERL_UNICODE = E
SHELL = /bin/sh
TERM = screen
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /smoker/5.12.0/perl/bin/perl
$UID/$EUID = 60000 / 60000
$GID = 60000 60000
$EGID = 60000 60000
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 1.9600
Cwd 3.33
ExtUtils::CBuilder 0.280202
ExtUtils::Command 1.16
ExtUtils::Install 1.55
ExtUtils::MakeMaker 6.56
ExtUtils::Manifest 1.57
ExtUtils::ParseXS 2.21
File::Spec 3.33
Module::Build 0.3800
Module::Signature n/a
Test::Harness 3.23
Test::More 0.98
YAML 0.73
YAML::Syck 1.17
version 0.91
--
Summary of my perl5 (revision 5 version 12 subversion 0) configuration:
Platform:
osname=linux, osvers=2.6.26-2-amd64, archname=i686-linux
uname='linux rijk 2.6.26-2-amd64 #1 smp thu nov 5 02:23:12 utc 2009 i686 gnulinux '
config_args='-Duselargefiles -Uuse64bitint -Dusemymalloc=n -Uusedl -Uusethreads -Uuseithreads -Uusemultiplicity -Uusesfio -Uuseshrplib -Uinstallusrbinperl -A ccflags= -g -DPERL_DISABLE_PMC -DPERL_ARENA_SIZE=16376 -DNO_PERL_MALLOC_ENV -D_GNU_SOURCE -DNDEBUG -Dcc=cc -Doptimize=-O2 -mpush-args -fomit-frame-pointer -march=core2 -mtune=core2 -Dldflags= -lc -lm -ldl -lpthread -Dlibs=-lm -lcrypt -Dprefix=/smoker/5.12.0/perl -Dbin=/smoker/5.12.0/perl/bin -Dprivlib=/smoker/5.12.0/perl/lib -Darchlib=/smoker/5.12.0/perl/lib -Uusevendorprefix -Dsitelib=/smoker/5.12.0/perl/lib -Dsitearch=/smoker/5.12.0/perl/lib -Uman1dir -Uman3dir -Usiteman1dir -Usiteman3dir -Dpager=/usr/bin/less -Demail=Marc Lehmann <staticperl-smoker-5.12.0@plan9.de> -Dcf_email=Marc Lehmann <staticperl-smoker-5.12.0@plan9.de> -Dcf_by=Marc Lehmann <staticperl-smoker-5.12.0@plan9.de> -Dusedl -Uusemymalloc -Duseperlio -dE'
hint=recommended, useposix=true, d_sigaction=define
useithreads=undef, usemultiplicity=undef
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=undef, use64bitall=undef, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-g -DPERL_DISABLE_PMC -DPERL_ARENA_SIZE=16376 -DNO_PERL_MALLOC_ENV -D_GNU_SOURCE -DNDEBUG -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2 -mpush-args -fomit-frame-pointer -march=core2 -mtune=core2',
cppflags='-g -DPERL_DISABLE_PMC -DPERL_ARENA_SIZE=16376 -DNO_PERL_MALLOC_ENV -D_GNU_SOURCE -DNDEBUG -fno-strict-aliasing -pipe -I/usr/local/include'
ccversion='', gccversion='4.4.5', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=4, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -lc -lm -ldl -lpthread -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib /usr/lib64
libs=-lm -lcrypt
perllibs=-lm -lcrypt
libc=/lib/libc-2.11.2.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.11.2'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fPIC', lddlflags='-shared -O2 -mpush-args -fomit-frame-pointer -march=core2 -mtune=core2 -L/usr/local/lib '
Characteristics of this binary (from libperl):
Compile-time options: PERL_DISABLE_PMC PERL_DONT_CREATE_GVSV
PERL_MALLOC_WRAP USE_LARGE_FILES USE_PERLIO
USE_PERL_ATOF
Built under linux
Compiled at Jul 1 2011 16:20:51
%ENV:
PERL5LIB="/smoker/5.12.0/cpan/build/POE-Filter-HTTP-Parser-1.06-aNdzyF/blib/arch:/smoker/5.12.0/cpan/build/POE-Filter-HTTP-Parser-1.06-aNdzyF/blib/lib:/smoker/5.12.0/cpan/build/HTTP-Parser-0.06-GwABOt/blib/arch:/smoker/5.12.0/cpan/build/HTTP-Parser-0.06-GwABOt/blib/lib:/smoker/5.12.0/cpan/build/Test-POE-Server-TCP-1.16-0FsXrj/blib/arch:/smoker/5.12.0/cpan/build/Test-POE-Server-TCP-1.16-0FsXrj/blib/lib:/smoker/5.12.0/cpan/build/MooseX-AttributeHelpers-0.23-eL7k_U/blib/arch:/smoker/5.12.0/cpan/build/MooseX-AttributeHelpers-0.23-eL7k_U/blib/lib:/smoker/5.12.0/cpan/build/Test-POE-Client-TCP-1.10-iVnybf/blib/arch:/smoker/5.12.0/cpan/build/Test-POE-Client-TCP-1.10-iVnybf/blib/lib:/smoker/5.12.0/cpan/build/MooseX-POE-0.214-pVFNFQ/blib/arch:/smoker/5.12.0/cpan/build/MooseX-POE-0.214-pVFNFQ/blib/lib:/smoker/5.12.0/cpan/build/XML-Simple-2.18-DK0ovX/blib/arch:/smoker/5.12.0/cpan/build/XML-Simple-2.18-DK0ovX/blib/lib:/smoker/5.12.0/cpan/build/XML-SAX-Expat-0.40-fyKZwA/blib/arch:/smoker/5.12.0/cpan/build/XML-SAX-Expat-0.40-fyKZwA/blib/lib:/smoker/5.12.0/cpan/build/XML-Parser-2.41-tYvj0b/blib/arch:/smoker/5.12.0/cpan/build/XML-Parser-2.41-tYvj0b/blib/lib:/smoker/5.12.0/cpan/build/XML-SAX-Base-1.02-HYprjL/blib/arch:/smoker/5.12.0/cpan/build/XML-SAX-Base-1.02-HYprjL/blib/lib:/smoker/5.12.0/cpan/build/XML-SAX-0.96-tJeorN/blib/arch:/smoker/5.12.0/cpan/build/XML-SAX-0.96-tJeorN/blib/lib:/smoker/5.12.0/cpan/build/XML-NamespaceSupport-1.11-di0zWA/blib/arch:/smoker/5.12.0/cpan/build/XML-NamespaceSupport-1.11-di0zWA/blib/lib:/smoker/5.12.0/cpan/build/YAML-Tiny-1.50-tFLdnl/blib/arch:/smoker/5.12.0/cpan/build/YAML-Tiny-1.50-tFLdnl/blib/lib:/root/src/sex"
PERL5OPT=""
PERL5_CPANPLUS_CONFIG="/root/.cpanplus/config"
PERL5_CPANPLUS_IS_RUNNING="7189"
PERL5_CPAN_IS_RUNNING="7189"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="5085,7189"
PERLDB_OPTS="ornaments=0"
PERL_ANYEVENT_DBI_TESTS="1"
PERL_ANYEVENT_EDNS0="1"
PERL_ANYEVENT_NET_TESTS="1"
PERL_ANYEVENT_PROTOCOLS="ipv4,ipv6"
PERL_ANYEVENT_STRICT="1"
PERL_CPAN_REPORTER_CONFIG="/smoker/cpanreporter-config.ini"
PERL_CPAN_REPORTER_DIR="/smoker/5.12.0/cpanreporter"
PERL_CR_SMOKER_CURRENT="POE-Component-Server-REST-1.10"
PERL_CR_SMOKER_RUNONCE="1"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_MM_USE_DEFAULT="1"
PERL_UNICODE="E"
@INC:
/smoker/5.12.0/cpan/build/POE-Filter-HTTP-Parser-1.06-aNdzyF/blib/arch
/smoker/5.12.0/cpan/build/POE-Filter-HTTP-Parser-1.06-aNdzyF/blib/lib
/smoker/5.12.0/cpan/build/HTTP-Parser-0.06-GwABOt/blib/arch
/smoker/5.12.0/cpan/build/HTTP-Parser-0.06-GwABOt/blib/lib
/smoker/5.12.0/cpan/build/Test-POE-Server-TCP-1.16-0FsXrj/blib/arch
/smoker/5.12.0/cpan/build/Test-POE-Server-TCP-1.16-0FsXrj/blib/lib
/smoker/5.12.0/cpan/build/MooseX-AttributeHelpers-0.23-eL7k_U/blib/arch
/smoker/5.12.0/cpan/build/MooseX-AttributeHelpers-0.23-eL7k_U/blib/lib
/smoker/5.12.0/cpan/build/Test-POE-Client-TCP-1.10-iVnybf/blib/arch
/smoker/5.12.0/cpan/build/Test-POE-Client-TCP-1.10-iVnybf/blib/lib
/smoker/5.12.0/cpan/build/MooseX-POE-0.214-pVFNFQ/blib/arch
/smoker/5.12.0/cpan/build/MooseX-POE-0.214-pVFNFQ/blib/lib
/smoker/5.12.0/cpan/build/XML-Simple-2.18-DK0ovX/blib/arch
/smoker/5.12.0/cpan/build/XML-Simple-2.18-DK0ovX/blib/lib
/smoker/5.12.0/cpan/build/XML-SAX-Expat-0.40-fyKZwA/blib/arch
/smoker/5.12.0/cpan/build/XML-SAX-Expat-0.40-fyKZwA/blib/lib
/smoker/5.12.0/cpan/build/XML-Parser-2.41-tYvj0b/blib/arch
/smoker/5.12.0/cpan/build/XML-Parser-2.41-tYvj0b/blib/lib
/smoker/5.12.0/cpan/build/XML-SAX-Base-1.02-HYprjL/blib/arch
/smoker/5.12.0/cpan/build/XML-SAX-Base-1.02-HYprjL/blib/lib
/smoker/5.12.0/cpan/build/XML-SAX-0.96-tJeorN/blib/arch
/smoker/5.12.0/cpan/build/XML-SAX-0.96-tJeorN/blib/lib
/smoker/5.12.0/cpan/build/XML-NamespaceSupport-1.11-di0zWA/blib/arch
/smoker/5.12.0/cpan/build/XML-NamespaceSupport-1.11-di0zWA/blib/lib
/smoker/5.12.0/cpan/build/YAML-Tiny-1.50-tFLdnl/blib/arch
/smoker/5.12.0/cpan/build/YAML-Tiny-1.50-tFLdnl/blib/lib
/root/src/sex
/smoker/5.12.0/perl/lib
.