Report for CatalystX-DebugFilter-0.07

Back
From: metabase:user:314402c4-2aae-11df-837a-5e0a49663a4f
Subject: FAIL CatalystX-DebugFilter-0.07 v5.12.0 FreeBSD
Date: 2011-01-22T11:58:37Z

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 Brian Phillips,

This is a computer-generated report for CatalystX-DebugFilter-0.07
on perl 5.12.0, created by CPAN-Reporter-1.1803.

Thank you for uploading your work to CPAN.  However, there was a problem
testing your distribution.

If you think this report is invalid, please consult the CPAN Testers Wiki
for suggestions on how to avoid getting FAIL reports for missing library
or binary dependencies, unsupported operating systems, and so on:

http://wiki.cpantesters.org/wiki/CPANAuthorNotes

Sections of this report:

    * Tester comments
    * Program output
    * Prerequisites
    * Environment and other context

------------------------------
TESTER COMMENTS
------------------------------

Additional comments from tester:

none provided

------------------------------
PROGRAM OUTPUT
------------------------------

Output from './Build test':

t/00-load.t ............... ok
t/author/pod-coverage.t ... ok
t/author/pod.t ............ ok

#   Failed test 'use TestApp;'
#   at t/live-test.t line 12.
#     Tried to use 'TestApp'.
#     Error:  Can't use an undefined value as a HASH reference at /usr/perl5.12.0/lib/site_perl/5.12.0/Catalyst.pm line 2697.
# BEGIN failed--compilation aborted at /var/tmp/CPAN-build/CatalystX-DebugFilter-0.07-b2Rxx3/t/lib/TestApp.pm line 6.
# Compilation failed in require at (eval 8) line 2.
# BEGIN failed--compilation aborted at (eval 8) line 2.
Use of uninitialized value in subroutine entry at /usr/perl5.12.0/lib/site_perl/5.12.0/Catalyst/Request.pm line 123.
Use of uninitialized value in gethostbyaddr at /usr/perl5.12.0/lib/site_perl/5.12.0/Catalyst/Request.pm line 123.

#   Failed test 'get main page'
#   at t/live-test.t line 20.
# 500
# Internal Server Error

#   Failed test 'X-Secret header is filtered'
#   at t/live-test.t line 22.
#                   '[error] Caught exception in engine "Can't locate object method "new" via package "Catalyst::Stats" (perhaps you forgot to load "Catalyst::Stats"?) at /usr/perl5.12.0/lib/site_perl/5.12.0/Catalyst.pm line 1981."
# '
#     doesn't match '(?-xism:X-Secret.*FILTERED)'

#   Failed test 'foo_param is filtered'
#   at t/live-test.t line 23.
#                   '[error] Caught exception in engine "Can't locate object method "new" via package "Catalyst::Stats" (perhaps you forgot to load "Catalyst::Stats"?) at /usr/perl5.12.0/lib/site_perl/5.12.0/Catalyst.pm line 1981."
# '
#     doesn't match '(?-xism:foo_param.*FILTERED)'

#   Failed test 'foo_param is filtered'
#   at t/live-test.t line 24.
#                   '[error] Caught exception in engine "Can't locate object method "new" via package "Catalyst::Stats" (perhaps you forgot to load "Catalyst::Stats"?) at /usr/perl5.12.0/lib/site_perl/5.12.0/Catalyst.pm line 1981."
# '
#     doesn't match '(?-xism:foo_param.*FILTERED)'

#   Failed test 'X-Res-Secret-2 is filtered'
#   at t/live-test.t line 25.
#                   '[error] Caught exception in engine "Can't locate object method "new" via package "Catalyst::Stats" (perhaps you forgot to load "Catalyst::Stats"?) at /usr/perl5.12.0/lib/site_perl/5.12.0/Catalyst.pm line 1981."
# '
#     doesn't match '(?-xism:X-Res-Secret-2.*FILTERED)'

#   Failed test 'Secret reversed'
#   at t/live-test.t line 26.
#                   '[error] Caught exception in engine "Can't locate object method "new" via package "Catalyst::Stats" (perhaps you forgot to load "Catalyst::Stats"?) at /usr/perl5.12.0/lib/site_perl/5.12.0/Catalyst.pm line 1981."
# '
#     doesn't match '(?-xism:terceS)'

#   Failed test 'other response headers left untouched is filtered'
#   at t/live-test.t line 27.
#                   '[error] Caught exception in engine "Can't locate object method "new" via package "Catalyst::Stats" (perhaps you forgot to load "Catalyst::Stats"?) at /usr/perl5.12.0/lib/site_perl/5.12.0/Catalyst.pm line 1981."
# '
#     doesn't match '(?-xism:NotASecret)'
Use of uninitialized value in subroutine entry at /usr/perl5.12.0/lib/site_perl/5.12.0/Catalyst/Request.pm line 123.
Use of uninitialized value in gethostbyaddr at /usr/perl5.12.0/lib/site_perl/5.12.0/Catalyst/Request.pm line 123.

#   Failed test 'filtered on debug screen'
#   at t/live-test.t line 33.
#                   '<html>
# <head><title>An Error Occurred</title></head>
# <body>
# <h1>An Error Occurred</h1>
# <p>500 Internal Server Error</p>
# </body>
# </html>
# '
#     doesn't match '(?-xism:parameters\ \ \ \ \ \ \ \=\&gt\;\ \{\ foo_param\ \=\&gt\;\ \&quot\;\[FILTERED\]\&quot\;\ \})'
Use of uninitialized value in subroutine entry at /usr/perl5.12.0/lib/site_perl/5.12.0/Catalyst/Request.pm line 123.
Use of uninitialized value in gethostbyaddr at /usr/perl5.12.0/lib/site_perl/5.12.0/Catalyst/Request.pm line 123.

#   Failed test 'uploaded file content matches'
#   at t/live-test.t line 43.
#          got: '<html>
# <head><title>An Error Occurred</title></head>
# <body>
# <h1>An Error Occurred</h1>
# <p>500 Internal Server Error</p>
# </body>
# </html>
# '
#     expected: 'This is my file!'
# Looks like you failed 10 tests of 10.
t/live-test.t ............. 
Dubious, test returned 10 (wstat 2560, 0xa00)
Failed 10/10 subtests 
t/release-pod-coverage.t .. skipped: these tests are for release candidate testing
t/release-pod-syntax.t .... skipped: these tests are for release candidate testing

Test Summary Report
-------------------
t/live-test.t           (Wstat: 2560 Tests: 10 Failed: 10)
  Failed tests:  1-10
  Non-zero exit status: 10
Files=6, Tests=13,  2 wallclock secs ( 0.05 usr  0.01 sys +  1.50 cusr  0.13 csys =  1.70 CPU)
Result: FAIL
Failed 1/6 test programs. 10/13 subtests failed.

------------------------------
PREREQUISITES
------------------------------

Prerequisite modules loaded:

requires:

    Module                         Need   Have   
    ------------------------------ ------ -------
    Moose::Role                    0      1.9902 
    namespace::autoclean           0      0.11   
    Scalar::Util                   0      1.23   

build_requires:

    Module                         Need   Have   
    ------------------------------ ------ -------
    Catalyst                       0      5.80029
    Catalyst::Controller           0      0      
    Catalyst::Log                  0      0      
    Catalyst::ScriptRunner         0      0      
    Catalyst::Test                 0      0      
    FindBin                        0      1.50   
    HTTP::Request::Common          0      5.824  
    Module::Build                  0.3601 0.3607 
    Moose                          0      1.9902 
    ok                             0      0.02   
    Test::More                     0      0.96   
    Test::Pod                      1.14   1.44   
    Test::Pod::Coverage            1.04   1.08   
    Test::WWW::Mechanize::Catalyst 0      0.52   

configure_requires:

    Module                         Need   Have   
    ------------------------------ ------ -------
    Module::Build                  0.3601 0.3607 


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

Environment variables:

    DBIC_NO_WARN_BAD_PERL = 1
    PATH = /usr/local/bin:/usr/X11R6/bin:/usr/X11/bin:/usr/perl5.8.0/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/local/pilot/bin:/home/cpansand/bin/freebsd8.0:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/X386/bin:/usr/games:/home/cpansand/devel:/usr/home/e/eserte/work/srezic-misc/scripts
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 81423
    PERL5_CPAN_IS_RUNNING = 81423
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 81226,81423
    PERL_BATCH = yes
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_HTML_DISPLAY_CLASS = HTML::Display::Mozilla
    SHELL = /usr/local/bin/zsh
    TERM = screen
    TMPDIR = /tmp/cpansmoker-1023

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

    $^X = /usr/perl5.12.0/bin/perl
    $UID/$EUID = 1023 / 1023
    $GID = 1023 1023
    $EGID = 1023 1023

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                1.94_62 
    Cwd                 3.33    
    ExtUtils::CBuilder  0.280201
    ExtUtils::Command   1.16    
    ExtUtils::Install   1.55    
    ExtUtils::MakeMaker 6.56    
    ExtUtils::Manifest  1.57    
    ExtUtils::ParseXS   2.2206  
    File::Spec          3.33    
    Module::Build       0.3607  
    Module::Signature   0.66    
    Test::Harness       3.22    
    Test::More          0.96    
    YAML                0.72    
    YAML::Syck          1.17    
    version             0.88    


--

Summary of my perl5 (revision 5 version 12 subversion 0) configuration:
   
  Platform:
    osname=freebsd, osvers=8.0-release, archname=i386-freebsd
    uname='freebsd biokovo.herceg.de 8.0-release freebsd 8.0-release #0: sat nov 21 15:48:17 utc 2009 root@almeida.cse.buffalo.edu:usrobjusrsrcsysgeneric i386 '
    config_args='-Dprefix=/usr/perl5.12.0 -Dusemymalloc=n -D cc=ccache cc -Dgccansipedantic -Duse64bit -de -D hintfile=myfreebsd'
    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='ccache cc', ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include',
    optimize='-O2 -mtune=athlon64 -pipe',
    cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
    ccversion='', gccversion='4.2.1 20070719  [FreeBSD]', 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='ccache cc', ldflags ='-Wl,-E  -fstack-protector -L/usr/local/lib'
    libpth=/usr/lib /usr/local/lib
    libs=-lgdbm -lm -lcrypt -lutil -lc
    perllibs=-lm -lcrypt -lutil -lc
    libc=, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
    cccdlflags='-DPIC -fPIC', lddlflags='-shared  -L/usr/local/lib -fstack-protector'


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 freebsd
  Compiled at Apr 13 2010 08:15:11
  %ENV:
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="81423"
    PERL5_CPAN_IS_RUNNING="81423"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="81226,81423"
    PERL_BATCH="yes"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_HTML_DISPLAY_CLASS="HTML::Display::Mozilla"
  @INC:
    /usr/perl5.12.0/lib/site_perl/5.12.0/i386-freebsd
    /usr/perl5.12.0/lib/site_perl/5.12.0
    /usr/perl5.12.0/lib/5.12.0/i386-freebsd
    /usr/perl5.12.0/lib/5.12.0
    .