Back
From: metabase:user:314402c4-2aae-11df-837a-5e0a49663a4f
Subject: FAIL CatalystX-DebugFilter-0.11 v5.18.2 GNU/Linux
Date: 2014-05-11T13:51:55Z
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.11
on perl 5.18.2, created by CPAN-Reporter-1.2011.
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
Cannot determine desired terminal width, using default of 80 columns
# Failed test 'filtered on debug screen'
# at t/live-test.t line 33.
# '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
# "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
# <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
# <head>
# <meta http-equiv="Content-Language" content="en" />
# <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
# <title>TestApp on Catalyst 5.90064</title>
# <script type="text/javascript">
# <!--
# function toggleDump (dumpElement) {
# var e = document.getElementById( dumpElement );
# if (e.style.display == "none") {
# e.style.display = "";
# }
# else {
# e.style.display = "none";
# }
# }
# -->
# </script>
# <style type="text/css">
# body {
# font-family: "Bitstream Vera Sans", "Trebuchet MS", Verdana,
# Tahoma, Arial, helvetica, sans-serif;
# color: #333;
# background-color: #eee;
# margin: 0px;
# padding: 0px;
# }
# :link, :link:hover, :visited, :visited:hover {
# color: #000;
# }
# div.box {
# position: relative;
# background-color: #ccc;
# border: 1px solid #aaa;
# padding: 4px;
# margin: 10px;
# }
# div.error {
# background-color: #cce;
# border: 1px solid #755;
# padding: 8px;
# margin: 4px;
# margin-bottom: 10px;
# }
# div.infos {
# background-color: #eee;
# border: 1px solid #575;
# padding: 8px;
# margin: 4px;
# margin-bottom: 10px;
# }
# div.name {
# background-color: #cce;
# border: 1px solid #557;
# padding: 8px;
# margin: 4px;
# }
# code.error {
# display: block;
# margin: 1em 0;
# overflow: auto;
# }
# div.name h1, div.error p {
# margin: 0;
# }
# h2 {
# margin-top: 0;
# margin-bottom: 10px;
# font-size: medium;
# font-weight: bold;
# text-decoration: underline;
# }
# h1 {
# font-size: medium;
# font-weight: normal;
# }
# /* from http://users.tkk.fi/~tkarvine/linux/doc/pre-wrap/pre-wrap-css3-mozilla-opera-ie.html */
# /* Browser specific (not valid) styles to make preformatted text wrap */
# pre {
# white-space: pre-wrap; /* css-3 */
# white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
# white-space: -pre-wrap; /* Opera 4-6 */
# white-space: -o-pre-wrap; /* Opera 7 */
# word-wrap: break-word; /* Internet Explorer 5.5+ */
# }
# </style>
# </head>
# <body>
# <div class="box">
# <div class="error"><pre wrap=""><p><code class="error">Caught exception in TestApp::Controller::Root->boom "force error at /bbbike/.cpan-build/CatalystX-DebugFilter-0.11-MpR0cO/t/lib/TestApp/Controller/Root.pm line 27."</code></p></pre></div>
# <div class="infos"><h2><a href="#" onclick="toggleDump('dump_0'); return false">Request</a></h2>
# <div id="dump_0">
# <pre wrap="">bless({
# _log => bless({
# _body => "[info] *** Request 2 (2.000/s) [25112] [Sun May 11 00:58:28 2014] ***\n[debug] Path is \"boom\"\n[debug] \"GET\" request for \"boom\" from \"127.0.0.1\"\n[debug] Request Headers:\n.-----------------+------------------------------------------------------.\n| Header Name | Value |\n+-----------------+------------------------------------------------------+\n| Accept-Encoding | gzip |\n| Host | localhost |\n| Referer | http://localhost/?foo_param=secret |\n| User-Agent | Test-WWW-Mechanize/1.44 |\n| Content-Length | 0 |\n'-----------------+------------------------------------------------------'\n[debug] Query Parameters are:\n.-------------------------------------+--------------------------------------.\n| Parameter | Value |\n+-------------------------------------+--------------------------------------+\n| foo_param | [FILTERED] |\n'-------------------------------------+--------------------------------------'\n[error] Caught exception in TestApp::Controller::Root->boom \"force error at /bbbike/.cpan-build/CatalystX-DebugFilter-0.11-MpR0cO/t/lib/TestApp/Controller/Root.pm line 27.\"\n",
# _psgi_errors => *main::STDERR,
# level => 31,
# }, "MyLogger"),
# _path => "boom",
# _read_length => 0,
# _read_position => 0,
# _use_hash_multivalue => 0,
# action => "boom",
# address => "127.0.0.1",
# arguments => [],
# base => bless(do{\(my $o = "http://localhost/")}, "URI::http"),
# body_parameters => {},
# captures => [],
# cookies => {},
# data_handlers => {
# "application/json" => sub { ... },
# "application/x-www-form-urlencoded" => sub { ... },
# },
# env => {
# "CONTENT_LENGTH" => 0,
# "HTTP_ACCEPT_ENCODING" => "gzip",
# "HTTP_HOST" => "localhost",
# "HTTP_REFERER" => "http://localhost/?foo_param=secret",
# "HTTP_USER_AGENT" => "Test-WWW-Mechanize/1.44",
# "PATH_INFO" => "/boom",
# "plack.original_request_method" => "GET",
# "psgi.errors" => *main::STDERR,
# "psgi.input" => \*HTTP::Message::PSGI::$input,
# "psgi.multiprocess" => "",
# "psgi.multithread" => "",
# "psgi.nonblocking" => "",
# "psgi.run_once" => 1,
# "psgi.streaming" => 1,
# "psgi.url_scheme" => "http",
# "psgi.version" => [1, 1],
# "QUERY_STRING" => "foo_param=secret",
# "REMOTE_ADDR" => "127.0.0.1",
# "REMOTE_HOST" => "localhost",
# "REMOTE_PORT" => 30065,
# "REQUEST_METHOD" => "GET",
# "REQUEST_URI" => "/boom?foo_param=secret",
# "SCRIPT_NAME" => "",
# "SERVER_NAME" => "localhost",
# "SERVER_PORT" => 80,
# "SERVER_PROTOCOL" => "HTTP/1.1",
# },
# headers => bless({
# "::std_case" => { cookie => "Cookie" },
# "accept-encoding" => "gzip",
# "content-length" => 0,
# "host" => "localhost",
# "referer" => "http://localhost/?foo_param=secret",
# "user-agent" => "Test-WWW-Mechanize/1.44",
# }, "HTTP::Headers"),
# hostname => "localhost",
# match => "boom",
# method => "GET",
# parameters => { foo_param => "[FILTERED]" },
# protocol => "HTTP/1.1",
# query_parameters => { foo_param => "[FILTERED]" },
# remote_user => undef,
# secure => 0,
# uploads => {},
# uri => bless(do{\(my $o = "http://localhost/boom?foo_param=secret")}, "URI::http"),
# }, "Catalyst::Request")</pre>
# </div>
#
# <h2><a href="#" onclick="toggleDump('dump_1'); return false">Response</a></h2>
# <div id="dump_1">
# <pre wrap="">bless({
# _log => bless({
# _body => "[info] *** Request 2 (2.000/s) [25112] [Sun May 11 00:58:28 2014] ***\n[debug] Path is \"boom\"\n[debug] \"GET\" request for \"boom\" from \"127.0.0.1\"\n[debug] Request Headers:\n.-----------------+------------------------------------------------------.\n| Header Name | Value |\n+-----------------+------------------------------------------------------+\n| Accept-Encoding | gzip |\n| Host | localhost |\n| Referer | http://localhost/?foo_param=secret |\n| User-Agent | Test-WWW-Mechanize/1.44 |\n| Content-Length | 0 |\n'-----------------+------------------------------------------------------'\n[debug] Query Parameters are:\n.-------------------------------------+--------------------------------------.\n| Parameter | Value |\n+-------------------------------------+--------------------------------------+\n| foo_param | [FILTERED] |\n'-------------------------------------+--------------------------------------'\n[error] Caught exception in TestApp::Controller::Root->boom \"force error at /bbbike/.cpan-build/CatalystX-DebugFilter-0.11-MpR0cO/t/lib/TestApp/Controller/Root.pm line 27.\"\n",
# _psgi_errors => *main::STDERR,
# level => 31,
# }, "MyLogger"),
# _response_cb => sub { ... },
# body => undef,
# cookies => {},
# finalized_headers => 0,
# headers => bless({
# "::std_case" => { "x-catalyst" => "X-Catalyst" },
# "content-type" => "text/html; charset=utf-8",
# "x-catalyst" => 5.90064,
# }, "HTTP::Headers"),
# status => 200,
# }, "Catalyst::Response")</pre>
# </div>
#
# <h2><a href="#" onclick="toggleDump('dump_2'); return false">Stash</a></h2>
# <div id="dump_2">
# <pre wrap="">{}</pre>
# </div>
#
# <h2><a href="#" onclick="toggleDump('dump_3'); return false">Config</a></h2>
# <div id="dump_3">
# <pre wrap="">{
# "CatalystX::DebugFilter" => {
# Request => { headers => qr/X-Secret/i, params => "foo_param" },
# Response => { headers => [qr/X-Res-Secret-2/i, sub { ... }] },
# },
# "home" => "/bbbike/.cpan-build/CatalystX-DebugFilter-0.11-MpR0cO/t/lib/TestApp",
# "root" => bless({
# dirs => [
# "",
# "bbbike",
# ".cpan-build",
# "CatalystX-DebugFilter-0.11-MpR0cO",
# "t",
# "lib",
# "TestApp",
# "root",
# ],
# file_spec_class => undef,
# volume => "",
# }, "Path::Class::Dir"),
# }</pre>
# </div>
# </div>
# <div class="name"><h1>TestApp on Catalyst 5.90064</h1></div>
# </div>
# </body>
# </html>
# '
# doesn't match '(?^:parameters\ \ \ \ \ \ \ \=\>\;\ \{\ foo_param\ \=\>\;\ \"\;\[FILTERED\]\"\;\ \})'
# Looks like you failed 1 test of 10.
t/live-test.t .............
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/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: 256 Tests: 10 Failed: 1)
Failed test: 9
Non-zero exit status: 1
Files=6, Tests=13, 1 wallclock secs ( 0.02 usr 0.03 sys + 0.91 cusr 0.12 csys = 1.08 CPU)
Result: FAIL
Failed 1/6 test programs. 1/13 subtests failed.
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------------------ ------ --------
Moose::Role 0 2.1205
namespace::autoclean 0 0.15
Scalar::Util 0 1.38
build_requires:
Module Need Have
------------------------------ ------ --------
Catalyst 0 5.90064
Catalyst::Controller 0 0
Catalyst::Log 0 0
Catalyst::ScriptRunner 0 0
Catalyst::Test 0 0
FindBin 0 1.51
HTTP::Request::Common 0 6.04
Module::Build 0.3601 0.4205
Moose 0 2.1205
ok 0 0.11
strict 0 1.07
Test::More 0 1.001003
Test::Pod 1.14 1.48
Test::Pod::Coverage 1.04 1.08
Test::WWW::Mechanize::Catalyst 0 0.59
warnings 0 1.18
configure_requires:
Module Need Have
------------------------------ ------ --------
Module::Build 0.3601 0.4205
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
DBIC_NO_WARN_BAD_PERL = 1
LANG = C
PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/eserte/bin/linux-gnu:/home/eserte/bin/sh:/home/eserte/bin:/usr/games:/home/eserte/devel:/home/eserte/src/srezic-misc/scripts
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 19889
PERL5_CPAN_IS_RUNNING = 19889
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 997,19889
PERLDOC = -MPod::Perldoc::ToTextOverstrike
PERL_BATCH = yes
PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1001/GSVtfHaFR4_config.ini
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_HTML_DISPLAY_CLASS = HTML::Display::Mozilla
PERL_PARALLEL_SMOKER = yes
SHELL = /bin/zsh
TERM = screen
TMPDIR = /var/tmp/cpansmoker-1001
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /bbbike/perl-5.18.2/bin/perl5.18.2
$UID/$EUID = 1001 / 1001
$GID = 1001 109 1001
$EGID = 1001 109 1001
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.05
CPAN::Meta 2.141170
Cwd 3.40
ExtUtils::CBuilder 0.280216
ExtUtils::Command 1.18
ExtUtils::Install 1.67
ExtUtils::MakeMaker 6.98
ExtUtils::Manifest 1.63
ExtUtils::ParseXS 3.24
File::Spec 3.40
JSON 2.90
JSON::PP 2.27203
Module::Build 0.4205
Module::Signature 0.73
Parse::CPAN::Meta 1.4414
Test::Harness 3.30
Test::More 1.001003
YAML 0.90
YAML::Syck 1.27
version 0.9908
--
Summary of my perl5 (revision 5 version 18 subversion 2) configuration:
Platform:
osname=linux, osvers=3.2.0-4-amd64, archname=x86_64-linux
uname='linux eserte 3.2.0-4-amd64 #1 smp debian 3.2.57-3 x86_64 gnulinux '
config_args='-ds -e -Dprefix=/opt/perl-5.18.2'
hint=recommended, useposix=true, d_sigaction=define
useithreads=undef, usemultiplicity=undef
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=define, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
ccversion='', gccversion='4.7.2', gccosandvers=''
intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -fstack-protector -L/usr/local/lib'
libpth=/usr/local/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib /usr/lib
libs=-lnsl -ldb -ldl -lm -lcrypt -lutil -lc
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
libc=, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.13'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib -fstack-protector'
Characteristics of this binary (from libperl):
Compile-time options: HAS_TIMES PERLIO_LAYERS PERL_DONT_CREATE_GVSV
PERL_HASH_FUNC_ONE_AT_A_TIME_HARD PERL_MALLOC_WRAP
PERL_PRESERVE_IVUV PERL_SAWAMPERSAND USE_64_BIT_ALL
USE_64_BIT_INT USE_LARGE_FILES USE_LOCALE
USE_LOCALE_COLLATE USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC USE_PERLIO USE_PERL_ATOF
Built under linux
Compiled at May 7 2014 07:25:45
%ENV:
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="19889"
PERL5_CPAN_IS_RUNNING="19889"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="997,19889"
PERLDOC="-MPod::Perldoc::ToTextOverstrike"
PERL_BATCH="yes"
PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1001/GSVtfHaFR4_config.ini"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_HTML_DISPLAY_CLASS="HTML::Display::Mozilla"
PERL_PARALLEL_SMOKER="yes"
@INC:
/opt/perl-5.18.2/lib/site_perl/5.18.2/x86_64-linux
/opt/perl-5.18.2/lib/site_perl/5.18.2
/opt/perl-5.18.2/lib/5.18.2/x86_64-linux
/opt/perl-5.18.2/lib/5.18.2
.