Report for POE-Component-SSLify-1.005

Back
From: metabase:user:322078bc-2aae-11df-837a-5e0a49663a4f
Subject: FAIL POE-Component-SSLify-1.005 v5.13.6 NetBSD
Date: 2011-03-21T12:55:46Z

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 Apocalypse,
    
This is a computer-generated error report created automatically by
CPANPLUS, version 0.9010. Testers personal comments may appear 
at the end of this report.


Thank you for uploading your work to CPAN.  However, it appears that
there were some problems testing your distribution.

TEST RESULTS:

Below is the error stack from stage 'make test':

[MSG] [Mon Mar 21 12:55:38 2011] cp lib/POE/Component/SSLify/ClientHandle.pm blib/lib/POE/Component/SSLify/ClientHandle.pm
cp lib/POE/Component/SSLify/ServerHandle.pm blib/lib/POE/Component/SSLify/ServerHandle.pm
cp lib/POE/Component/SSLify.pm blib/lib/POE/Component/SSLify.pm
Manifying blib/man3/POE::Component::SSLify::ClientHandle.3
Manifying blib/man3/POE::Component::SSLify::ServerHandle.3
Manifying blib/man3/POE::Component::SSLify.3

[ERROR] [Mon Mar 21 12:55:45 2011] MAKE TEST failed: No such file or directory PERL_DL_NONLAZY=1 /opt/perl-5.13.6/bin/perl5.13.6 "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
[1]   Segmentation fault (core dumped) /opt/perl-5.13.6...

#   Failed test 'POE::Component::SSLify loaded ok'
#   at t/00-compile.t line 46.
#                   ''
#     doesn't match '(?^s:^\s*POE::Component::SSLify ok)'
# Looks like you failed 1 test of 3.
t/00-compile.t ................ 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/3 subtests 
# 
# 
# perl: v5.13.6 (wanted 5.006) on netbsd from /opt/perl-5.13.6/bin/perl5.13.6
# 
# Exporter                                      => 5.64_03    (want any version)
# File::Find                                    => 1.18       (want any version)
# File::Temp                                    => 0.22       (want any version)
# IO::Handle                                    => 1.28       (want 1.28)   
# Module::Build                                 => 0.38       (want 0.3601) 
# Net::SSLeay                                   => 1.36       (want 1.36)   
# POE                                           => 1.299      (want 1.267)  
# POE::Component::Client::TCP                   => 1.299      (want any version)
# POE::Component::Server::TCP                   => 1.299      (want any version)
# Scalar::Util                                  => 1.23       (want any version)
# Socket                                        => 1.90       (want any version)
# Symbol                                        => 1.07       (want any version)
# Task::Weaken                                  => 1.03       (want 1.03)   
# Test::More                                    => 0.9701     (want 0.88)   
# parent                                        => 0.224      (want any version)
# 
# Thanks for using my code.  I hope it works for you.
# If not, please try and include this output in the bug report.
# That will help me reproduce the issue and solve you problem.
# 
t/000-report-versions-tiny.t .. ok
t/1_simple.t .................. 
Failed 17/17 subtests 
t/2_renegotiate.t ............. 
Failed 24/24 subtests 
t/3_upgrade.t ................. 
Failed 19/19 subtests 
t/4_connect_hook.t ............ 
Failed 18/18 subtests 
t/5_connfail_client.t ......... 
Failed 9/9 subtests 
t/6_connfail_server.t ......... skipped: This test hangs for some reason
t/apocalypse.t ................ skipped: Test::Apocalypse required for validating the distribution

Test Summary Report
-------------------
t/00-compile.t              (Wstat: 256 Tests: 3 Failed: 1)
  Failed test:  1
  Non-zero exit status: 1
t/1_simple.t                (Wstat: 139 Tests: 0 Failed: 0)
  Non-zero wait status: 139
  Parse errors: Bad plan.  You planned 17 tests but ran 0.
t/2_renegotiate.t           (Wstat: 139 Tests: 0 Failed: 0)
  Non-zero wait status: 139
  Parse errors: Bad plan.  You planned 24 tests but ran 0.
t/3_upgrade.t               (Wstat: 139 Tests: 0 Failed: 0)
  Non-zero wait status: 139
  Parse errors: Bad plan.  You planned 19 tests but ran 0.
t/4_connect_hook.t          (Wstat: 139 Tests: 0 Failed: 0)
  Non-zero wait status: 139
  Parse errors: Bad plan.  You planned 18 tests but ran 0.
t/5_connfail_client.t       (Wstat: 139 Tests: 0 Failed: 0)
  Non-zero wait status: 139
  Parse errors: Bad plan.  You planned 9 tests but ran 0.
Files=9, Tests=4,  7 wallclock secs ( 0.18 usr  0.05 sys +  4.68 cusr  1.28 csys =  6.19 CPU)
Result: FAIL
Failed 6/9 test programs. 1/4 subtests failed.
*** Error code 255

Stop.
make: stopped in /opt/perl-5.13.6/.cpanplus/5.13.6/build/POE-Component-SSLify-1.005

[MSG] [Mon Mar 21 12:55:45 2011] DEFAULT 'proceed_on_test_failure' HANDLER RETURNING 'sub return value'

PREREQUISITES:

Here is a list of prerequisites you specified and versions we 
managed to load:
                                
	  Module Name                        Have     Want
	  Exporter                        5.64_03        0
	  ExtUtils::MakeMaker             6.57_05     6.31
	  File::Find                         1.18        0
	  File::Temp                         0.22        0
	  IO::Handle                         1.28     1.28
	  Net::SSLeay                        1.36     1.36
	  POE                               1.299    1.267
	  POE::Component::Client::TCP       1.299        0
	  POE::Component::Server::TCP       1.299        0
	  Scalar::Util                       1.23        0
	  Socket                             1.90        0
	  Symbol                             1.07        0
	  Task::Weaken                       1.03     1.03
	  Test::More                      0.97_01     0.88
	  parent                            0.224        0

Perl module toolchain versions installed:
	Module Name                        Have
	CPANPLUS                         0.9103
	CPANPLUS::Dist::Build              0.54
	Cwd                                3.34
	ExtUtils::CBuilder             0.280202
	ExtUtils::Command                  1.17
	ExtUtils::Install                  1.55
	ExtUtils::MakeMaker             6.57_05
	ExtUtils::Manifest                 1.58
	ExtUtils::ParseXS                2.2207
	File::Spec                         3.33
	Module::Build                    0.3800
	Test::Harness                      3.23
	Test::More                      0.97_01
	version                            0.87

******************************** NOTE ********************************
The comments above are created mechanically, possibly without manual
checking by the sender.  As there are many people performing automatic
tests on each upload to CPAN, it is likely that you will receive 
identical messages about the same problem.

If you believe that the message is mistaken, please reply to the first
one with correction and/or additional informations, and do not take
it personally.  We appreciate your patience. :)
**********************************************************************

Additional comments:
 

This report was machine-generated by CPANPLUS::Dist::YACSmoke 0.58.

------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------

Environment variables:

    AUTOMATED_TESTING = 1
    PATH = /sbin:/usr/sbin:/bin:/usr/bin:/usr/pkg/sbin:/usr/pkg/bin:/usr/X11R6/bin:/usr/local/sbin:/usr/local/bin
    PERL5LIB = :/opt/perl-5.13.6/.cpanplus/5.13.6/build/POE-Component-SSLify-1.005/blib/lib:/opt/perl-5.13.6/.cpanplus/5.13.6/build/POE-Component-SSLify-1.005/blib/arch
    PERL5_CPANIDX_URL = http://conker.bingosnet.co.uk/cpanidx/
    PERL5_CPANPLUS_IS_RUNNING = 10892
    PERL5_CPANPLUS_IS_VERSION = 0.9010
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_MM_USE_DEFAULT = 1
    SHELL = /bin/ksh
    TERM = screen

Perl special variables (and OS-specific diagnostics, for MSWin32):

    Perl: $^X = /opt/perl-5.13.6/bin/perl5.13.6
    UID:  $<  = 0
    EUID: $>  = 0
    GID:  $(  = 0 0 2 3 4 5 20 31
    EGID: $)  = 0 0 2 3 4 5 20 31


-------------------------------


--

Summary of my perl5 (revision 5 version 13 subversion 6) configuration:
   
  Platform:
    osname=netbsd, osvers=3.1, archname=i386-netbsd
    uname='netbsd canker.bingosnet.co.uk 3.1 netbsd 3.1 (generic_laptop) #0: tue oct 31 04:32:05 utc 2006 builds@b0.netbsd.org:homebuildsabnetbsd-3-1-releasei386200610302053z-objhomebuildsabnetbsd-3-1-releasesrcsysarchi386compilegeneric_laptop i386 '
    config_args='-des -Dusedevel -Dprefix=/opt/perl-5.13.6 -Dusemallocwrap=y -Dusemymalloc=n'
    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 ='-fno-strict-aliasing -pipe -I/usr/pkg/include -I/usr/local/include',
    optimize='-O',
    cppflags='-fno-strict-aliasing -pipe -I/usr/pkg/include -I/usr/local/include'
    ccversion='', gccversion='3.3.3 (NetBSD nb3 20040520)', 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 =' -Wl,-rpath,/usr/pkg/lib -Wl,-rpath,/usr/local/lib -L/usr/pkg/lib -L/usr/local/lib'
    libpth=/usr/pkg/lib /usr/local/lib /lib /usr/lib
    libs=-lgdbm -lm -lcrypt -lutil -lc -lposix
    perllibs=-lm -lcrypt -lutil -lc -lposix
    libc=/lib/libc.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E '
    cccdlflags='-DPIC -fPIC ', lddlflags='--whole-archive -shared  -L/usr/pkg/lib -L/usr/local/lib'


Characteristics of this binary (from libperl): 
  Compile-time options: PERL_DONT_CREATE_GVSV PERL_MALLOC_WRAP PERL_USE_DEVEL
                        USE_LARGE_FILES USE_PERLIO USE_PERL_ATOF
  Built under netbsd
  Compiled at Oct 23 2010 12:16:32
  %ENV:
    PERL5LIB=":/opt/perl-5.13.6/.cpanplus/5.13.6/build/POE-Component-SSLify-1.005/blib/lib:/opt/perl-5.13.6/.cpanplus/5.13.6/build/POE-Component-SSLify-1.005/blib/arch"
    PERL5_CPANIDX_URL="http://conker.bingosnet.co.uk/cpanidx/"
    PERL5_CPANPLUS_IS_RUNNING="10892"
    PERL5_CPANPLUS_IS_VERSION="0.9010"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_MM_USE_DEFAULT="1"
  @INC:
    /opt/perl-5.13.6/.cpanplus/5.13.6/build/POE-Component-SSLify-1.005/blib/lib
    /opt/perl-5.13.6/.cpanplus/5.13.6/build/POE-Component-SSLify-1.005/blib/arch
    /opt/perl-5.13.6/lib/site_perl/5.13.6/i386-netbsd
    /opt/perl-5.13.6/lib/site_perl/5.13.6
    /opt/perl-5.13.6/lib/5.13.6/i386-netbsd
    /opt/perl-5.13.6/lib/5.13.6
    .