Report for Catalyst-Controller-RequestToken-0.07

Back
From: metabase:user:0d96120c-29e2-11e5-b049-ede3035d37de
Subject: FAIL Catalyst-Controller-RequestToken-0.07 v5.23.1 GNU/Linux
Date: 2015-08-08T08:22:26Z

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 Hideo Kimura,

This is a computer-generated report for Catalyst-Controller-RequestToken-0.07
on perl 5.23.1, created by CPAN-Reporter-1.2015.

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

CPU            : Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz
MEMORY         : 1.94 GB
ARCH           : x86_64
OS             : CentOS 7.1.1503
KERNEL         : Linux 4.1.0-x86_64-linode59
VIRTUALIZATION : xen0

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

Output from '/usr/bin/make test':

PERL_DL_NONLAZY=1 "/home/jmaslak/perl5/perlbrew/perls/perl-5.23.1/bin/perl5.23.1" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t
t/00-load.t ....... ok
t/00_compile.t .... ok
[debug] Debug messages enabled
[debug] Statistics enabled
Term::Size::Any is not installed, can't autodetect terminal column width
Trouble trying to detect your terminal size, looking at $ENV{COLUMNS}
Cannot determine desired terminal width, using default of 80 columns
[debug] Loaded plugins:
.----------------------------------------------------------------------------.
| Catalyst::Plugin::Session  0.4                                             |
| Catalyst::Plugin::Session::State::Cookie  0.17                             |
| Catalyst::Plugin::Session::Store::Dummy                                    |
'----------------------------------------------------------------------------'

[debug] Loaded PSGI Middleware:
.----------------------------------------------------------------------------.
| Catalyst::Middleware::Stash                                                |
| Plack::Middleware::HTTPExceptions                                          |
| Plack::Middleware::RemoveRedundantBody  0.04                               |
| Plack::Middleware::FixMissingBodyInRedirect  0.12                          |
| Plack::Middleware::ContentLength                                           |
| Plack::Middleware::MethodOverride  0.14                                    |
| Plack::Middleware::Head                                                    |
'----------------------------------------------------------------------------'

[debug] Loaded Request Data Handlers:
.----------------------------------------------------------------------------.
| application/x-www-form-urlencoded                                          |
| application/json                                                           |
'----------------------------------------------------------------------------'

[debug] Loaded dispatcher "Catalyst::Dispatcher"
[debug] Loaded engine "Catalyst::Engine"
[debug] Found home "/home/jmaslak/.cpan/build/Catalyst-Controller-RequestToken-0.07-L5ew4f/t/lib/TestApp"
[debug] Loaded components:
.-----------------------------------------------------------------+----------.
| Class                                                           | Type     |
+-----------------------------------------------------------------+----------+
| TestApp::Controller::Root                                       | instance |
| TestApp::Controller::Simple                                     | instance |
'-----------------------------------------------------------------+----------'


#   Failed test 'use TestApp;'
#   at t/live-test.t line 18.
#     Tried to use 'TestApp'.
#     Error:  Can't locate Catalyst/Action/Catalyst/Controller/RequestToken/Action/CreateToken.pm in @INC (you may need to install the Catalyst::Action::Catalyst::Controller::RequestToken::Action::CreateToken module) (@INC contains: /home/jmaslak/.cpan/build/Catalyst-Controller-RequestToken-0.07-L5ew4f/t/lib /home/jmaslak/.cpan/build/Catalyst-Controller-RequestToken-0.07-L5ew4f/inc /home/jmaslak/.cpan/build/Catalyst-Controller-RequestToken-0.07-L5ew4f/blib/lib /home/jmaslak/.cpan/build/Catalyst-Controller-RequestToken-0.07-L5ew4f/blib/arch /home/jmaslak/perl5/perlbrew/perls/perl-5.23.1/lib/site_perl/5.23.1/x86_64-linux /home/jmaslak/perl5/perlbrew/perls/perl-5.23.1/lib/site_perl/5.23.1 /home/jmaslak/perl5/perlbrew/perls/perl-5.23.1/lib/5.23.1/x86_64-linux /home/jmaslak/perl5/perlbrew/perls/perl-5.23.1/lib/5.23.1 .) at /home/jmaslak/perl5/perlbrew/perls/perl-5.23.1/lib/site_perl/5.23.1/Catalyst.pm line 2893.
# Compilation failed in require at t/live-test.t line 18.
# BEGIN failed--compilation aborted at t/live-test.t line 18.
[info] *** Request 1 (1.000/s) [3194] [Sat Aug  8 08:22:22 2015] ***
[debug] Arguments are ""
[debug] "GET" request for "/" from "127.0.0.1"
[error] No default action defined
[error] No default action defined
[debug] Response Code: 500; Content-Type: text/html; charset=utf-8; Content-Length: unknown
[info] Request took 0.005748s (173.974/s)
.------------------------------------------------------------+-----------.
| Action                                                     | Time      |
+------------------------------------------------------------+-----------+
'------------------------------------------------------------+-----------'

# Catalyst error screen: No default action defined

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

#   Failed test 'index page'
#   at t/live-test.t line 24.
#          got: ""
#       length: 0
#     doesn't match '(?^i:it works)'
[info] *** Request 2 (2.000/s) [3194] [Sat Aug  8 08:22:22 2015] ***
[debug] Arguments are "/simple/form"
[debug] "GET" request for "simple/form" from "127.0.0.1"
[error] Unknown resource "simple/form"
[error] Unknown resource "simple/form"
[debug] Response Code: 500; Content-Type: text/html; charset=utf-8; Content-Length: unknown
[info] Request took 0.004965s (201.410/s)
.------------------------------------------------------------+-----------.
| Action                                                     | Time      |
+------------------------------------------------------------+-----------+
'------------------------------------------------------------+-----------'

# Catalyst error screen: Unknown resource "simple/form"

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

#   Failed test 'form page - valid'
#   at t/live-test.t line 27.
#          got: ""
#       length: 0
#     doesn't match '(?^i:FORM)'
Can't call method "make_request" on an undefined value at /home/jmaslak/perl5/perlbrew/perls/perl-5.23.1/lib/site_perl/5.23.1/WWW/Mechanize.pm line 1843.
# Looks like you planned 15 tests but ran 5.
# Looks like you failed 5 tests of 5 run.
# Looks like your test exited with 255 just after 5.
t/live-test.t ..... 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 15/15 subtests 
t/pod.t ........... ok

#   Failed test 'Pod coverage on Catalyst::Controller::RequestToken'
#   at /home/jmaslak/perl5/perlbrew/perls/perl-5.23.1/lib/site_perl/5.23.1/Test/Pod/Coverage.pm line 133.
# Coverage for Catalyst::Controller::RequestToken is 83.3%, with 1 naked subroutine:
# 	BUILD
# Looks like you failed 1 test of 4.
t/pod_coverage.t .. 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/4 subtests 

Test Summary Report
-------------------
t/live-test.t   (Wstat: 65280 Tests: 5 Failed: 5)
  Failed tests:  1-5
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 15 tests but ran 5.
t/pod_coverage.t (Wstat: 256 Tests: 4 Failed: 1)
  Failed test:  1
  Non-zero exit status: 1
Files=5, Tests=15,  3 wallclock secs ( 0.03 usr  0.03 sys +  2.12 cusr  0.25 csys =  2.43 CPU)
Result: FAIL
Failed 2/5 test programs. 6/15 subtests failed.
make: *** [test_dynamic] Error 1

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

Prerequisite modules loaded:

requires:

    Module                                   Need Have    
    ---------------------------------------- ---- --------
    Digest                                   0    1.17    
    Scalar::Util                             0    1.42_01 

build_requires:

    Module                                   Need Have    
    ---------------------------------------- ---- --------
    Catalyst::Action::RenderView             0    0.16    
    Catalyst::Plugin::Session                0    0.40    
    Catalyst::Plugin::Session::State::Cookie 0    0.17    
    Catalyst::Runtime                        5.8  5.90094 
    ExtUtils::MakeMaker                      6.36 7.04_01 
    ok                                       0    0.16    
    Test::More                               0    1.001014

configure_requires:

    Module                                   Need Have    
    ---------------------------------------- ---- --------
    ExtUtils::MakeMaker                      6.36 7.04_01 


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

Environment variables:

    AUTOMATED_TESTING = 1
    LANG = en_US.UTF-8
    NONINTERACTIVE_TESTING = 1
    PATH = /home/jmaslak/perl5/perlbrew/bin:/home/jmaslak/perl5/perlbrew/perls/perl-5.23.1/bin:/home/jmaslak/perltest/bin:/home/jmaslak/perltest/bin:/home/jmaslak/perltest/bin:/home/jmaslak/perl5/perlbrew/bin:/home/jmaslak/perl5/perlbrew/perls/perl-5.23.1/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/sbin:~/perltest/bin
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 3029
    PERL5_CPAN_IS_RUNNING = 3029
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 20510,3029
    PERLBREW_BASHRC_VERSION = 0.73
    PERLBREW_HOME = /home/jmaslak/.perlbrew
    PERLBREW_LIB = 
    PERLBREW_MANPATH = /home/jmaslak/perl5/perlbrew/perls/perl-5.23.1/man
    PERLBREW_PATH = /home/jmaslak/perl5/perlbrew/bin:/home/jmaslak/perl5/perlbrew/perls/perl-5.23.1/bin
    PERLBREW_PERL = perl-5.23.1
    PERLBREW_ROOT = /home/jmaslak/perl5/perlbrew
    PERLBREW_VERSION = 0.73
    PERL_CR_SMOKER_CURRENT = Catalyst-Controller-RequestToken-0.07
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_LOCAL_LIB_ROOT = 
    PERL_MM_USE_DEFAULT = 1
    SHELL = /bin/bash
    TERM = screen

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

    $^X = /home/jmaslak/perl5/perlbrew/perls/perl-5.23.1/bin/perl5.23.1
    $UID/$EUID = 1000 / 1000
    $GID = 1000 10 1000
    $EGID = 1000 10 1000

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.11    
    CPAN::Meta          2.150005
    Cwd                 3.56    
    ExtUtils::CBuilder  0.280223
    ExtUtils::Command   1.20    
    ExtUtils::Install   2.04    
    ExtUtils::MakeMaker 7.04_01 
    ExtUtils::Manifest  1.70    
    ExtUtils::ParseXS   3.28    
    File::Spec          3.56    
    JSON                2.90    
    JSON::PP            2.27300 
    Module::Build       0.4214  
    Module::Signature   n/a     
    Parse::CPAN::Meta   1.4417  
    Test::Harness       3.35    
    Test::More          1.001014
    YAML                1.15    
    YAML::Syck          n/a     
    version             0.9909  


--

Summary of my perl5 (revision 5 version 23 subversion 1) configuration:
   
  Platform:
    osname=linux, osvers=4.1.0-x86_64-linode59, archname=x86_64-linux
    uname='linux cpantest.antelope.net 4.1.0-x86_64-linode59 #1 smp mon jun 22 10:39:23 edt 2015 x86_64 x86_64 x86_64 gnulinux '
    config_args='-de -Dprefix=/home/jmaslak/perl5/perlbrew/perls/perl-5.23.1 -Dusedevel -Aeval:scriptdir=/home/jmaslak/perl5/perlbrew/perls/perl-5.23.1/bin'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=undef, usemultiplicity=undef
    use64bitint=define, use64bitall=define, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2',
    optimize='-O2',
    cppflags='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
    ccversion='', gccversion='4.8.3 20140911 (Red Hat 4.8.3-9)', gccosandvers=''
    intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678, doublekind=3
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16, longdblkind=3
    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-strong -L/usr/local/lib'
    libpth=/usr/local/lib /usr/lib /lib/../lib64 /usr/lib/../lib64 /lib /lib64 /usr/lib64 /usr/local/lib64
    libs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
    perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
    libc=libc-2.17.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.17'
  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-strong'


Characteristics of this binary (from libperl): 
  Compile-time options: HAS_TIMES PERLIO_LAYERS PERL_COPY_ON_WRITE
                        PERL_DONT_CREATE_GVSV
                        PERL_HASH_FUNC_ONE_AT_A_TIME_HARD PERL_MALLOC_WRAP
                        PERL_PRESERVE_IVUV PERL_USE_DEVEL USE_64_BIT_ALL
                        USE_64_BIT_INT USE_LARGE_FILES USE_LOCALE
                        USE_LOCALE_COLLATE USE_LOCALE_CTYPE
                        USE_LOCALE_NUMERIC USE_LOCALE_TIME USE_PERLIO
                        USE_PERL_ATOF
  Locally applied patches:
	Devel::PatchPerl 1.38
  Built under linux
  Compiled at Jul 26 2015 04:37:54
  %ENV:
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="3029"
    PERL5_CPAN_IS_RUNNING="3029"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="20510,3029"
    PERLBREW_BASHRC_VERSION="0.73"
    PERLBREW_HOME="/home/jmaslak/.perlbrew"
    PERLBREW_LIB=""
    PERLBREW_MANPATH="/home/jmaslak/perl5/perlbrew/perls/perl-5.23.1/man"
    PERLBREW_PATH="/home/jmaslak/perl5/perlbrew/bin:/home/jmaslak/perl5/perlbrew/perls/perl-5.23.1/bin"
    PERLBREW_PERL="perl-5.23.1"
    PERLBREW_ROOT="/home/jmaslak/perl5/perlbrew"
    PERLBREW_VERSION="0.73"
    PERL_CR_SMOKER_CURRENT="Catalyst-Controller-RequestToken-0.07"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_LOCAL_LIB_ROOT=""
    PERL_MM_USE_DEFAULT="1"
  @INC:
    /home/jmaslak/perl5/perlbrew/perls/perl-5.23.1/lib/site_perl/5.23.1/x86_64-linux
    /home/jmaslak/perl5/perlbrew/perls/perl-5.23.1/lib/site_perl/5.23.1
    /home/jmaslak/perl5/perlbrew/perls/perl-5.23.1/lib/5.23.1/x86_64-linux
    /home/jmaslak/perl5/perlbrew/perls/perl-5.23.1/lib/5.23.1
    .