CatalystX-DebugFilter v0.11 Perl 5 v5.12.5 x86_64-linux-thread-multi-ld
- Status
- Fail
- From
- Andreas J. König (ANDK)
- Dist
-
CatalystX-DebugFilter v0.11
- Platform
- Perl 5 v5.12.5 x86_64-linux-thread-multi-ld
- Date
- 2014-11-13 19:05:16
- ID
- 0120e648-6b68-11e4-aecd-610d2fe5cfa2
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.12.5, 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:
this report is from an automated smoke testing program
and was not reviewed by a human for accuracy
------------------------------
PROGRAM OUTPUT
------------------------------
Output from './Build test':
t/00-load.t ............... ok
t/author/pod-coverage.t ... ok
t/author/pod.t ............ ok
# 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.90075</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 /tmp/loop_over_bdir-5769-bcfn2Y/CatalystX-DebugFilter-0.11-nEKn06/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 => undef,
# _psgi_errors => *main::STDERR,
# abort => undef,
# autoflush => 1,
# 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 => {
# "Catalyst.Stash.v1" => sub { ... },
# "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" => 50650,
# "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 => undef,
# _psgi_errors => *main::STDERR,
# abort => undef,
# autoflush => 1,
# 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.90075,
# }, "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" => "/tmp/loop_over_bdir-5769-bcfn2Y/CatalystX-DebugFilter-0.11-nEKn06/t/lib/TestApp",
# "root" => bless({
# dirs => [
# "",
# "tmp",
# "loop_over_bdir-5769-bcfn2Y",
# "CatalystX-DebugFilter-0.11-nEKn06",
# "t",
# "lib",
# "TestApp",
# "root",
# ],
# file_spec_class => undef,
# volume => "",
# }, "Path::Class::Dir"),
# }</pre>
# </div>
# </div>
# <div class="name"><h1>TestApp on Catalyst 5.90075</h1></div>
# </div>
# </body>
# </html>
# '
# doesn't match '(?-xism: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, 6 wallclock secs ( 0.02 usr 0.02 sys + 1.77 cusr 0.17 csys = 1.98 CPU)
Result: FAIL
Failed 1/6 test programs. 1/13 subtests failed.
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------------------ ------ ------------
Moose::Role 0 2.1402
namespace::autoclean 0 0.22
Scalar::Util 0 1.41
build_requires:
Module Need Have
------------------------------ ------ ------------
Catalyst 0 5.90075
Catalyst::Controller 0 0
Catalyst::Log 0 0
Catalyst::ScriptRunner 0 0
Catalyst::Test 0 0
FindBin 0 1.50
HTTP::Request::Common 0 6.04
Module::Build 0.3601 0.4210
Moose 0 2.1402
ok 0 1.301001_073
strict 0 1.04
Test::More 0 1.301001_073
Test::Pod 1.14 1.48
Test::Pod::Coverage 1.04 1.10
Test::WWW::Mechanize::Catalyst 0 0.59
warnings 0 1.09
configure_requires:
Module Need Have
------------------------------ ------ ------------
Module::Build 0.3601 0.4210
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
LANG = en_US.UTF-8
LANGUAGE = en_US:en
PATH = /home/sand/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/local/perl/bin:/usr/X11/bin:/sbin:/usr/sbin
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 5770
PERL5_CPAN_IS_RUNNING = 5770
PERL_MM_USE_DEFAULT = 1
SHELL = /usr/bin/zsh
TERM = screen
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /home/sand/src/perl/repoperls/installed-perls/perl/v5.12.5/a2da/bin/perl
$UID/$EUID = 1005 / 1005
$GID = 1005 1005
$EGID = 1005 1005
Perl module toolchain versions installed:
Module Have
------------------- ------------
CPAN 2.05
CPAN::Meta 2.142690
Cwd 3.47
ExtUtils::CBuilder 0.280220
ExtUtils::Command 1.16
ExtUtils::Install 1.55
ExtUtils::MakeMaker 7.02
ExtUtils::Manifest 1.68
ExtUtils::ParseXS 3.24
File::Spec 3.47
JSON 2.90
JSON::PP 2.27203
Module::Build 0.4210
Module::Signature 0.73
Parse::CPAN::Meta 1.4414
Test::Harness 3.34
Test::More 1.301001_073
YAML 1.13
YAML::Syck 1.27
version 0.9909
--
Summary of my perl5 (revision 5 version 12 subversion 5) configuration:
Commit id: 9a9cbd715960a905dcbc9166349a73a64a007e4e
Platform:
osname=linux, osvers=3.16-2-amd64, archname=x86_64-linux-thread-multi-ld
uname='linux k83 3.16-2-amd64 #1 smp debian 3.16.3-2 (2014-09-20) x86_64 gnulinux '
config_args='-Dprefix=/home/sand/src/perl/repoperls/installed-perls/perl/v5.12.5/a2da -Dmyhostname=k83 -Dinstallusrbinperl=n -Uversiononly -Dusedevel -des -Ui_db -Duseithreads -Duselongdouble -DDEBUGGING=-g'
hint=recommended, useposix=true, d_sigaction=define
useithreads=define, usemultiplicity=define
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=define, uselongdouble=define
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2 -g',
cppflags='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
ccversion='', gccversion='4.9.1', 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='long double', nvsize=16, Off_t='off_t', lseeksize=8
alignbytes=16, 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 -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc -lgdbm_compat
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
libc=, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.19'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fPIC', lddlflags='-shared -O2 -g -L/usr/local/lib -fstack-protector'
Characteristics of this binary (from libperl):
Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV
PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP PERL_USE_DEVEL
USE_64_BIT_ALL USE_64_BIT_INT USE_ITHREADS
USE_LARGE_FILES USE_LONG_DOUBLE USE_PERLIO
USE_PERL_ATOF USE_REENTRANT_API
Built under linux
Compiled at Oct 17 2014 11:53:38
%ENV:
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="5770"
PERL5_CPAN_IS_RUNNING="5770"
PERL_MM_USE_DEFAULT="1"
@INC:
/home/sand/src/perl/repoperls/installed-perls/perl/v5.12.5/a2da/lib/site_perl/5.12.5/x86_64-linux-thread-multi-ld
/home/sand/src/perl/repoperls/installed-perls/perl/v5.12.5/a2da/lib/site_perl/5.12.5
/home/sand/src/perl/repoperls/installed-perls/perl/v5.12.5/a2da/lib/5.12.5/x86_64-linux-thread-multi-ld
/home/sand/src/perl/repoperls/installed-perls/perl/v5.12.5/a2da/lib/5.12.5
.