Report for Dancer-Plugin-Auth-Tiny-0.002

Back
From: metabase:user:e667a2a9-6c14-1014-9503-c31448f0d22a
Subject: FAIL Dancer-Plugin-Auth-Tiny-0.002 v5.20.0 
Date: 2014-12-13T05:38:40Z

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 David Golden,

This is a computer-generated report for Dancer-Plugin-Auth-Tiny-0.002
on perl 5.20.0, created by CPAN-Reporter-1.2012.

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 'C:\STRAWB~1\c\bin\dmake.exe test':

C:\Strawberry\perl\bin\perl.exe "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib\lib', 'blib\arch')" t/*.t
t/00-compile.t .. ok

#   Failed test 'GET /public works'
#   at t/default.t line 20.
#                   '500 Can't connect to localhost:51260 (Bad address)
# '
#     doesn't match '(?^i:index)'

#   Failed test 'GET /private redirects to login'
#   at t/default.t line 23.
#                   '500 Can't connect to localhost:51260 (Bad address)
# '
#     doesn't match '(?^i:login)'

#   Failed test 'GET /login knows to return to /private'
#   at t/default.t line 24.
#                   '500 Can't connect to localhost:51260 (Bad address)
# '
#     doesn't match '(?^i:http://localhost:51260/private)'

#   Failed test 'GET /private now works'
#   at t/default.t line 27.
#                   '500 Can't connect to localhost:51260 (Bad address)
# '
#     doesn't match '(?^i:private)'

#   Failed test 'GET /logout redirects to public'
#   at t/default.t line 30.
#                   '500 Can't connect to localhost:51260 (Bad address)
# '
#     doesn't match '(?^i:index)'

#   Failed test 'GET /private redirects to login again'
#   at t/default.t line 33.
#                   '500 Can't connect to localhost:51260 (Bad address)
# '
#     doesn't match '(?^i:login)'
# Looks like you failed 6 tests of 6.
t/default.t ..... 
Dubious, test returned 6 (wstat 1536, 0x600)
Failed 6/6 subtests 

#   Failed test 'GET /public works'
#   at t/extend.t line 34.
#                   '500 Can't connect to localhost:50579 (Bad address)
# '
#     doesn't match '(?^i:index)'

#   Failed test 'GET /admin reports denied'
#   at t/extend.t line 37.
#                   '500 Can't connect to localhost:50579 (Bad address)
# '
#     doesn't match '(?^i:denied)'

#   Failed test 'GET /login'
#   at t/extend.t line 40.
#                   '500 Can't connect to localhost:50579 (Bad address)
# '
#     doesn't match '(?^i:login)'

#   Failed test 'GET /admin now works'
#   at t/extend.t line 43.
#                   '500 Can't connect to localhost:50579 (Bad address)
# '
#     doesn't match '(?^i:admin)'

#   Failed test 'GET /logout redirects to public'
#   at t/extend.t line 46.
#                   '500 Can't connect to localhost:50579 (Bad address)
# '
#     doesn't match '(?^i:index)'

#   Failed test 'GET /admin reports denied again'
#   at t/extend.t line 49.
#                   '500 Can't connect to localhost:50579 (Bad address)
# '
#     doesn't match '(?^i:denied)'
# Looks like you failed 6 tests of 6.
t/extend.t ...... 
Dubious, test returned 6 (wstat 1536, 0x600)
Failed 6/6 subtests 

#   Failed test 'GET /public works'
#   at t/params.t line 21.
#                   '500 Can't connect to localhost:50370 (Bad address)
# '
#     doesn't match '(?^i:index)'

#   Failed test 'POST /private doesn't leak post params in redirect'
#   at t/params.t line 24.
#                   '500 Can't connect to localhost:50370 (Bad address)
# '
#     doesn't match '(?^i:params:\s*$)'
# bless( {
#   '_content' => '500 Can\'t connect to localhost:50370 (Bad address)
# ',
#   '_headers' => bless( {
#     '::std_case' => {
#       'client-date' => 'Client-Date',
#       'client-warning' => 'Client-Warning',
#       'set-cookie' => 'Set-Cookie',
#       'set-cookie2' => 'Set-Cookie2'
#     },
#     'client-date' => 'Sat, 13 Dec 2014 05:38:23 GMT',
#     'client-warning' => 'Internal response',
#     'content-type' => 'text/plain'
#   }, 'HTTP::Headers' ),
#   '_msg' => 'Can\'t connect to localhost:50370 (Bad address)',
#   '_rc' => 500,
#   '_request' => bless( {
#     '_content' => 'user=Larry&foo=bar',
#     '_headers' => bless( {
#       'content-length' => 18,
#       'content-type' => 'application/x-www-form-urlencoded',
#       'user-agent' => 'libwww-perl/5.837'
#     }, 'HTTP::Headers' ),
#     '_method' => 'POST',
#     '_uri' => bless( do{\(my $o = 'http://localhost:50370/private')}, 'URI::http' ),
#     '_uri_canonical' => $VAR1->{'_request'}{'_uri'}
#   }, 'HTTP::Request' )
# }, 'HTTP::Response' )

#   Failed test 'POST /private after login has parameters'
#   at t/params.t line 29.
#                   '500 Can't connect to localhost:50370 (Bad address)
# '
#     doesn't match '(?^i:params: foo:bar)'
# Looks like you failed 3 tests of 3.
t/params.t ...... 
Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/3 subtests 

#   Failed test 'GET /public works'
#   at t/settings.t line 20.
#                   '500 Can't connect to localhost:50925 (Bad address)
# '
#     doesn't match '(?^i:index)'

#   Failed test 'GET /private redirects to login'
#   at t/settings.t line 23.
#                   '500 Can't connect to localhost:50925 (Bad address)
# '
#     doesn't match '(?^i:login)'

#   Failed test 'GET /login knows to return to /private'
#   at t/settings.t line 24.
#                   '500 Can't connect to localhost:50925 (Bad address)
# '
#     doesn't match '(?^i:http://localhost:50925/private)'

#   Failed test 'GET /private now works'
#   at t/settings.t line 27.
#                   '500 Can't connect to localhost:50925 (Bad address)
# '
#     doesn't match '(?^i:private)'

#   Failed test 'GET /logout redirects to public'
#   at t/settings.t line 30.
#                   '500 Can't connect to localhost:50925 (Bad address)
# '
#     doesn't match '(?^i:index)'

#   Failed test 'GET /private redirects to login again'
#   at t/settings.t line 33.
#                   '500 Can't connect to localhost:50925 (Bad address)
# '
#     doesn't match '(?^i:login)'
# Looks like you failed 6 tests of 6.
t/settings.t .... 
Dubious, test returned 6 (wstat 1536, 0x600)
Failed 6/6 subtests 

Test Summary Report
-------------------
t/default.t   (Wstat: 1536 Tests: 6 Failed: 6)
  Failed tests:  1-6
  Non-zero exit status: 6
t/extend.t    (Wstat: 1536 Tests: 6 Failed: 6)
  Failed tests:  1-6
  Non-zero exit status: 6
t/params.t    (Wstat: 768 Tests: 3 Failed: 3)
  Failed tests:  1-3
  Non-zero exit status: 3
t/settings.t  (Wstat: 1536 Tests: 6 Failed: 6)
  Failed tests:  1-6
  Non-zero exit status: 6
Files=5, Tests=22, 32 wallclock secs ( 0.05 usr +  0.05 sys =  0.09 CPU)
Result: FAIL
Failed 4/5 test programs. 21/22 subtests failed.
dmake.exe:  Error code 134, while making 'test_dynamic'

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

Prerequisite modules loaded:

requires:

    Module              Need Have    
    ------------------- ---- --------
    Carp                0    1.3301  
    Dancer              0    1.3132  
    Dancer::Plugin      0    1.3132  
    strict              0    1.08    
    warnings            0    1.23    

build_requires:

    Module              Need Have    
    ------------------- ---- --------
    File::Find          0    1.27    
    File::Temp          0.19 0.2304  
    LWP::UserAgent      0    5.835   
    Test::More          0.96 1.001003
    Test::TCP           0    2.05    

configure_requires:

    Module              Need Have    
    ------------------- ---- --------
    ExtUtils::MakeMaker 6.30 6.98    


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

Environment variables:

    AUTOMATED_TESTING = 1
    COMSPEC = C:\Windows\system32\cmd.exe
    NUMBER_OF_PROCESSORS = 1
    PATH = C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Strawberry\c\bin;C:\Strawberry\perl\site\bin;C:\Strawberry\perl\bin;C:\Program Files\Git\cmd
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 3400
    PERL5_CPAN_IS_RUNNING = 3400
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 3944,3400
    PERL_CR_SMOKER_CURRENT = Dancer-Plugin-Auth-Tiny-0.002
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_MM_USE_DEFAULT = 1
    PROCESSOR_IDENTIFIER = x86 Family 21 Model 1 Stepping 2, AuthenticAMD
    TEMP = C:\Users\albie\AppData\Local\Temp

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

    $^X = C:\Strawberry\perl\bin\perl.exe
    $UID/$EUID = 0 / 0
    $GID = 0
    $EGID = 0
    Win32::GetOSName = Win7
    Win32::GetOSVersion = Service Pack 1, 6, 1, 7601, 2, 1, 0, 256, 1
    Win32::FsType = NTFS
    Win32::IsAdminUser = 0

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.05    
    CPAN::Meta          2.141520
    Cwd                 3.47    
    ExtUtils::CBuilder  0.280216
    ExtUtils::Command   1.18    
    ExtUtils::Install   1.68    
    ExtUtils::MakeMaker 6.98    
    ExtUtils::Manifest  1.63    
    ExtUtils::ParseXS   3.24    
    File::Spec          3.47    
    JSON                2.90    
    JSON::PP            2.27203 
    Module::Build       0.4205  
    Module::Signature   n/a     
    Parse::CPAN::Meta   1.4414  
    Test::Harness       3.32    
    Test::More          1.001003
    YAML                0.94    
    YAML::Syck          1.27    
    version             0.9908  


--

Summary of my perl5 (revision 5 version 20 subversion 0) configuration:
   
  Platform:
    osname=MSWin32, osvers=6.2, archname=MSWin32-x86-multi-thread-64int
    uname='Win32 strawberry-perl 5.20.0.1 #1 Fri May 30 23:25:11 2014 i386'
    config_args='undef'
    hint=recommended, useposix=true, d_sigaction=undef
    useithreads=define, usemultiplicity=define
    use64bitint=define, use64bitall=undef, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='gcc', ccflags =' -s -O2 -DWIN32  -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -fwrapv -fno-strict-aliasing -mms-bitfields',
    optimize='-s -O2',
    cppflags='-DWIN32'
    ccversion='', gccversion='4.8.2', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
    ivtype='long long', ivsize=8, nvtype='double', nvsize=8, Off_t='long long', lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='g++', ldflags ='-s -L"C:\STRAWB~1\perl\lib\CORE" -L"C:\STRAWB~1\c\lib"'
    libpth=C:\STRAWB~1\c\lib C:\STRAWB~1\c\i686-w64-mingw32\lib C:\STRAWB~1\c\lib\gcc\i686-w64-mingw32\4.8.2
    libs=-lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32
    perllibs=-lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32
    libc=, so=dll, useshrplib=true, libperl=libperl520.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_win32.xs, dlext=xs.dll, d_dlsymun=undef, ccdlflags=' '
    cccdlflags=' ', lddlflags='-mdll -s -L"C:\STRAWB~1\perl\lib\CORE" -L"C:\STRAWB~1\c\lib"'


Characteristics of this binary (from libperl): 
  Compile-time options: HAS_TIMES HAVE_INTERP_INTERN MULTIPLICITY
                        PERLIO_LAYERS PERL_DONT_CREATE_GVSV
                        PERL_HASH_FUNC_ONE_AT_A_TIME_HARD
                        PERL_IMPLICIT_CONTEXT PERL_IMPLICIT_SYS
                        PERL_MALLOC_WRAP PERL_NEW_COPY_ON_WRITE
                        PERL_PRESERVE_IVUV USE_64_BIT_INT USE_ITHREADS
                        USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE
                        USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_PERLIO
                        USE_PERL_ATOF
  Built under MSWin32
  Compiled at May 30 2014 23:29:27
  %ENV:
    PERL5_CPANPLUS_IS_RUNNING="3400"
    PERL5_CPAN_IS_RUNNING="3400"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="3944,3400"
    PERL_CR_SMOKER_CURRENT="Dancer-Plugin-Auth-Tiny-0.002"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_MM_USE_DEFAULT="1"
  @INC:
    C:/Strawberry/perl/site/lib/MSWin32-x86-multi-thread-64int
    C:/Strawberry/perl/site/lib
    C:/Strawberry/perl/vendor/lib
    C:/Strawberry/perl/lib
    .