CGI-Application-Server v0.063 Perl 5 v5.22.4 x86_64-linux

Status
Fail
From
Slaven Rezić (SREZIC)
Dist
CGI-Application-Server v0.063
Platform
Perl 5 v5.22.4 x86_64-linux
Date
2017-10-29 00:12:43
ID
e2a68c20-bc3d-11e7-b686-8892b1ea9a90
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 Ricardo SIGNES,

This is a computer-generated report for CGI-Application-Server-0.063
on perl 5.22.4, created by CPAN-Reporter-1.2018.

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 'make test':

PERL_DL_NONLAZY=1 "/opt/perl-5.22.4/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-compile.t ..................... ok
# 
# 
# Generated by Dist::Zilla::Plugin::ReportVersions::Tiny v1.08
# perl: 5.022004 (wanted any version) on linux from /opt/perl-5.22.4/bin/perl
# 
# CGI                                           => 4.36       (want any version)
# CGI::Application                              => 4.50       (want 4.21)   
# CGI::Application::Dispatch                    => 3.12       (want any version)
# CGI::Application::Plugin::Redirect            => 1.00       (want any version)
# Carp                                          => 1.36       (want 0.01)   
# ExtUtils::MakeMaker                           => 7.0402     (want 6.30)   
# File::Find                                    => 1.29       (want any version)
# File::Temp                                    => 0.2304     (want any version)
# HTTP::Response                                => 6.13       (want any version)
# HTTP::Server::Simple                          => 0.52       (want 0.18)   
# HTTP::Server::Simple::CGI                     => <undef>    (want any version)
# HTTP::Server::Simple::Static                  => 0.13       (want 0.02)   
# HTTP::Status                                  => 6.13       (want any version)
# Scalar::Util                                  => 1.48       (want 1.18)   
# Test::Exception                               => 0.43       (want any version)
# Test::HTTP::Server::Simple                    => 0.11       (want any version)
# Test::More                                    => 1.302086   (want 0.96)   
# Test::Pod                                     => 1.51       (want 1.41)   
# Test::WWW::Mechanize                          => 1.48       (want any version)
# base                                          => 2.2201     (want any version)
# lib                                           => 0.63       (want any version)
# strict                                        => 1.09       (want any version)
# version                                       => 0.9909     (want 0.9901) 
# warnings                                      => 1.34       (want any version)
# 
# Thanks for using my code.  I hope it works for you.
# If not, please try and include this output in the bug report.
# That will help me reproduce the issue and solve your problem.
# 
t/000-report-versions-tiny.t ....... ok
t/000_load.t ....................... ok

#   Failed test '... got the index.html page okay'
#   at t/001_basic.t line 65.
# 500
# Server closed connection without sending any data back

#   Failed test '... got the right page title for index.html'
#   at t/001_basic.t line 66.
#          got: undef
#     expected: "Test Static Index Page"
# Looks like you failed 2 tests of 34.
t/001_basic.t ...................... 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/34 subtests 
t/002_valid_entry_points.t ......... ok

#   Failed test '... got the index.html page okay'
#   at t/003_dispatch.t line 66.
# 500
# Server closed connection without sending any data back

#   Failed test '... got the right page title for index.html'
#   at t/003_dispatch.t line 67.
#          got: undef
#     expected: "Test Static Index Page"
# Looks like you failed 2 tests of 19.
t/003_dispatch.t ................... 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/19 subtests 
t/004_object_as_entry_point.t ...... ok
t/005_mode_param_from_path_info.t .. ok

#   Failed test '...got /static/index.html'
#   at t/006_docroot_as_entry_point.t line 28.
# 500
# Server closed connection without sending any data back

#   Failed test '... got the right page title w/ static page'
#   at t/006_docroot_as_entry_point.t line 29.
#          got: undef
#     expected: "White Noise!"

#   Failed test '...got /images/index.html'
#   at t/006_docroot_as_entry_point.t line 31.
# 500
# Server closed connection without sending any data back

#   Failed test '... got the right page title w/ images page'
#   at t/006_docroot_as_entry_point.t line 32.
#          got: undef
#     expected: "1000 Words!"
# Looks like you failed 4 tests of 5.
t/006_docroot_as_entry_point.t ..... 
Dubious, test returned 4 (wstat 1024, 0x400)
Failed 4/5 subtests 
CGI::param called in list context from t/lib/ReplaceQueryObject.pm line 14, this can lead to vulnerabilities. See the warning in "Fetching the value or values of a single named parameter" at /opt/perl-5.22.4/lib/site_perl/5.22.4/CGI.pm line 412, <DATA> line 16.
t/006_replacequeryobject.t ......... ok
t/007_default_target.t ............. ok

Test Summary Report
-------------------
t/001_basic.t                    (Wstat: 512 Tests: 34 Failed: 2)
  Failed tests:  13-14
  Non-zero exit status: 2
t/003_dispatch.t                 (Wstat: 512 Tests: 19 Failed: 2)
  Failed tests:  10-11
  Non-zero exit status: 2
t/006_docroot_as_entry_point.t   (Wstat: 1024 Tests: 5 Failed: 4)
  Failed tests:  2-5
  Non-zero exit status: 4
Files=11, Tests=112,  1 wallclock secs ( 0.04 usr  0.00 sys +  1.21 cusr  0.16 csys =  1.41 CPU)
Result: FAIL
Failed 3/11 test programs. 8/112 subtests failed.
Makefile:877: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 255

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

Prerequisite modules loaded:

requires:

    Module                             Need Have    
    ---------------------------------- ---- --------
    base                               0    2.22_01 
    Carp                               0.01 1.36    
    CGI                                0    4.36    
    CGI::Application                   4.21 4.50    
    HTTP::Response                     0    6.13    
    HTTP::Server::Simple               0.18 0.52    
    HTTP::Server::Simple::CGI          0    0       
    HTTP::Server::Simple::Static       0.02 0.13    
    HTTP::Status                       0    6.13    
    Scalar::Util                       1.18 1.48    
    strict                             0    1.09    
    warnings                           0    1.34    

build_requires:

    Module                             Need Have    
    ---------------------------------- ---- --------
    CGI::Application                   0    4.50    
    CGI::Application::Dispatch         0    3.12    
    CGI::Application::Plugin::Redirect 0    1.00    
    File::Find                         0    1.29    
    File::Temp                         0    0.2304  
    lib                                0    0.63    
    Test::Exception                    0    0.43    
    Test::HTTP::Server::Simple         0    0.11    
    Test::More                         0.96 1.302086
    Test::WWW::Mechanize               0    1.48    

configure_requires:

    Module                             Need Have    
    ---------------------------------- ---- --------
    ExtUtils::MakeMaker                6.30 7.04_02 


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

Environment variables:

    LANG = en_US.UTF-8
    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:/home/eserte/bin/pistachio-perl/bin:/usr/games:/home/eserte/devel:/home/eserte/src/srezic-misc/scripts
    PERL5LIB = /home/eserte/.cpan/build/2017102812/HTTP-Server-Simple-Static-0.13-4Z31i7/blib/arch:/home/eserte/.cpan/build/2017102812/HTTP-Server-Simple-Static-0.13-4Z31i7/blib/lib:/home/eserte/.cpan/build/2017102812/File-LibMagic-1.16-5BhEvZ/blib/arch:/home/eserte/.cpan/build/2017102812/File-LibMagic-1.16-5BhEvZ/blib/lib:/home/eserte/.cpan/build/2017102812/CGI-Application-Dispatch-3.12-k4zJpS/blib/arch:/home/eserte/.cpan/build/2017102812/CGI-Application-Dispatch-3.12-k4zJpS/blib/lib:/home/eserte/.cpan/build/2017102812/CGI-PSGI-0.15-g4Ye1C/blib/arch:/home/eserte/.cpan/build/2017102812/CGI-PSGI-0.15-g4Ye1C/blib/lib:/home/eserte/.cpan/build/2017102812/HTTP-Exception-0.04006-OKb5kY/blib/arch:/home/eserte/.cpan/build/2017102812/HTTP-Exception-0.04006-OKb5kY/blib/lib:/home/eserte/.cpan/build/2017102812/Test-WWW-Mechanize-1.48-HZ6TN9/blib/arch:/home/eserte/.cpan/build/2017102812/Test-WWW-Mechanize-1.48-HZ6TN9/blib/lib:/home/eserte/.cpan/build/2017102812/Carp-Assert-More-1.16-DEvaIf/blib/arch:/home/eserte/.cpan/build/2017102812/Carp-Assert-More-1.16-DEvaIf/blib/lib:/home/eserte/.cpan/build/2017102812/Carp-Assert-0.21-VQ4Oo1/blib/arch:/home/eserte/.cpan/build/2017102812/Carp-Assert-0.21-VQ4Oo1/blib/lib:/home/eserte/.cpan/build/2017102812/Test-HTTP-Server-Simple-0.11-RsDWWs/blib/arch:/home/eserte/.cpan/build/2017102812/Test-HTTP-Server-Simple-0.11-RsDWWs/blib/lib:/home/eserte/.cpan/build/2017102812/CGI-Application-Plugin-Redirect-1.00-1IxSsp/blib/arch:/home/eserte/.cpan/build/2017102812/CGI-Application-Plugin-Redirect-1.00-1IxSsp/blib/lib:/home/eserte/.cpan/build/2017102812/CGI-Application-4.50-XeB9Ef/blib/arch:/home/eserte/.cpan/build/2017102812/CGI-Application-4.50-XeB9Ef/blib/lib:/home/eserte/.cpan/build/2017102812/HTML-Template-2.97-CG6X3W/blib/arch:/home/eserte/.cpan/build/2017102812/HTML-Template-2.97-CG6X3W/blib/lib
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 22655
    PERL5_CPAN_IS_RUNNING = 22655
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 22484,22655
    PERLDOC = -MPod::Perldoc::ToTextOverstrike
    PERL_BATCH = yes
    PERL_CANARY_STABILITY_NOPROMPT = 1
    PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1000/2017102812/cpanreporter_000_config.ini
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    SHELL = /bin/zsh
    STDPERL = perl
    TERM = xterm
    TMPDIR = /var/tmp/cpansmoker-1000/2017102812

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

    $^X = /opt/perl-5.22.4/bin/perl
    $UID/$EUID = 1000 / 1000
    $GID = 1000 4 24 25 27 29 30 44 46 108 111 115 128 134 1000 1024
    $EGID = 1000 4 24 25 27 29 30 44 46 108 111 115 128 134 1000 1024

Perl module toolchain versions installed:

    Module              Have      
    ------------------- ----------
    CPAN                2.11_01   
    CPAN::Meta          2.150001  
    Cwd                 3.56_02   
    ExtUtils::CBuilder  0.280221  
    ExtUtils::Command   1.20_01   
    ExtUtils::Install   2.04      
    ExtUtils::MakeMaker 7.04_02   
    ExtUtils::Manifest  1.70      
    ExtUtils::ParseXS   3.28      
    File::Spec          3.56_02   
    JSON                2.94      
    JSON::PP            2.27300_01
    Module::Build       0.4224    
    Module::Signature   0.81      
    Parse::CPAN::Meta   1.4414_001
    Test::Harness       3.35_01   
    Test::More          1.302086  
    YAML                1.23      
    YAML::Syck          1.30      
    version             0.9909    


--

Summary of my perl5 (revision 5 version 22 subversion 4) configuration:
   
  Platform:
    osname=linux, osvers=3.16.0-4-amd64, archname=x86_64-linux
    uname='linux cabulja 3.16.0-4-amd64 #1 smp debian 3.16.39-1+deb8u2 (2017-03-07) x86_64 gnulinux '
    config_args='-ds -e -Dprefix=/opt/perl-5.22.4 -Dcf_email=srezic@cpan.org'
    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.9.2', 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/gcc/x86_64-linux-gnu/4.9/include-fixed /usr/include/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib
    libs=-lpthread -lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
    perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
    libc=libc-2.19.so, 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 -L/usr/local/lib -fstack-protector-strong'


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_NEW_COPY_ON_WRITE PERL_PRESERVE_IVUV
                        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
  Built under linux
  Compiled at Jul 16 2017 15:50:31
  %ENV:
    PERL5LIB="/home/eserte/.cpan/build/2017102812/HTTP-Server-Simple-Static-0.13-4Z31i7/blib/arch:/home/eserte/.cpan/build/2017102812/HTTP-Server-Simple-Static-0.13-4Z31i7/blib/lib:/home/eserte/.cpan/build/2017102812/File-LibMagic-1.16-5BhEvZ/blib/arch:/home/eserte/.cpan/build/2017102812/File-LibMagic-1.16-5BhEvZ/blib/lib:/home/eserte/.cpan/build/2017102812/CGI-Application-Dispatch-3.12-k4zJpS/blib/arch:/home/eserte/.cpan/build/2017102812/CGI-Application-Dispatch-3.12-k4zJpS/blib/lib:/home/eserte/.cpan/build/2017102812/CGI-PSGI-0.15-g4Ye1C/blib/arch:/home/eserte/.cpan/build/2017102812/CGI-PSGI-0.15-g4Ye1C/blib/lib:/home/eserte/.cpan/build/2017102812/HTTP-Exception-0.04006-OKb5kY/blib/arch:/home/eserte/.cpan/build/2017102812/HTTP-Exception-0.04006-OKb5kY/blib/lib:/home/eserte/.cpan/build/2017102812/Test-WWW-Mechanize-1.48-HZ6TN9/blib/arch:/home/eserte/.cpan/build/2017102812/Test-WWW-Mechanize-1.48-HZ6TN9/blib/lib:/home/eserte/.cpan/build/2017102812/Carp-Assert-More-1.16-DEvaIf/blib/arch:/home/eserte/.cpan/build/2017102812/Carp-Assert-More-1.16-DEvaIf/blib/lib:/home/eserte/.cpan/build/2017102812/Carp-Assert-0.21-VQ4Oo1/blib/arch:/home/eserte/.cpan/build/2017102812/Carp-Assert-0.21-VQ4Oo1/blib/lib:/home/eserte/.cpan/build/2017102812/Test-HTTP-Server-Simple-0.11-RsDWWs/blib/arch:/home/eserte/.cpan/build/2017102812/Test-HTTP-Server-Simple-0.11-RsDWWs/blib/lib:/home/eserte/.cpan/build/2017102812/CGI-Application-Plugin-Redirect-1.00-1IxSsp/blib/arch:/home/eserte/.cpan/build/2017102812/CGI-Application-Plugin-Redirect-1.00-1IxSsp/blib/lib:/home/eserte/.cpan/build/2017102812/CGI-Application-4.50-XeB9Ef/blib/arch:/home/eserte/.cpan/build/2017102812/CGI-Application-4.50-XeB9Ef/blib/lib:/home/eserte/.cpan/build/2017102812/HTML-Template-2.97-CG6X3W/blib/arch:/home/eserte/.cpan/build/2017102812/HTML-Template-2.97-CG6X3W/blib/lib"
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="22655"
    PERL5_CPAN_IS_RUNNING="22655"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="22484,22655"
    PERLDOC="-MPod::Perldoc::ToTextOverstrike"
    PERL_BATCH="yes"
    PERL_CANARY_STABILITY_NOPROMPT="1"
    PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1000/2017102812/cpanreporter_000_config.ini"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
  @INC:
    /home/eserte/.cpan/build/2017102812/HTTP-Server-Simple-Static-0.13-4Z31i7/blib/arch
    /home/eserte/.cpan/build/2017102812/HTTP-Server-Simple-Static-0.13-4Z31i7/blib/lib
    /home/eserte/.cpan/build/2017102812/File-LibMagic-1.16-5BhEvZ/blib/arch
    /home/eserte/.cpan/build/2017102812/File-LibMagic-1.16-5BhEvZ/blib/lib
    /home/eserte/.cpan/build/2017102812/CGI-Application-Dispatch-3.12-k4zJpS/blib/arch
    /home/eserte/.cpan/build/2017102812/CGI-Application-Dispatch-3.12-k4zJpS/blib/lib
    /home/eserte/.cpan/build/2017102812/CGI-PSGI-0.15-g4Ye1C/blib/arch
    /home/eserte/.cpan/build/2017102812/CGI-PSGI-0.15-g4Ye1C/blib/lib
    /home/eserte/.cpan/build/2017102812/HTTP-Exception-0.04006-OKb5kY/blib/arch
    /home/eserte/.cpan/build/2017102812/HTTP-Exception-0.04006-OKb5kY/blib/lib
    /home/eserte/.cpan/build/2017102812/Test-WWW-Mechanize-1.48-HZ6TN9/blib/arch
    /home/eserte/.cpan/build/2017102812/Test-WWW-Mechanize-1.48-HZ6TN9/blib/lib
    /home/eserte/.cpan/build/2017102812/Carp-Assert-More-1.16-DEvaIf/blib/arch
    /home/eserte/.cpan/build/2017102812/Carp-Assert-More-1.16-DEvaIf/blib/lib
    /home/eserte/.cpan/build/2017102812/Carp-Assert-0.21-VQ4Oo1/blib/arch
    /home/eserte/.cpan/build/2017102812/Carp-Assert-0.21-VQ4Oo1/blib/lib
    /home/eserte/.cpan/build/2017102812/Test-HTTP-Server-Simple-0.11-RsDWWs/blib/arch
    /home/eserte/.cpan/build/2017102812/Test-HTTP-Server-Simple-0.11-RsDWWs/blib/lib
    /home/eserte/.cpan/build/2017102812/CGI-Application-Plugin-Redirect-1.00-1IxSsp/blib/arch
    /home/eserte/.cpan/build/2017102812/CGI-Application-Plugin-Redirect-1.00-1IxSsp/blib/lib
    /home/eserte/.cpan/build/2017102812/CGI-Application-4.50-XeB9Ef/blib/arch
    /home/eserte/.cpan/build/2017102812/CGI-Application-4.50-XeB9Ef/blib/lib
    /home/eserte/.cpan/build/2017102812/HTML-Template-2.97-CG6X3W/blib/arch
    /home/eserte/.cpan/build/2017102812/HTML-Template-2.97-CG6X3W/blib/lib
    /opt/perl-5.22.4/lib/site_perl/5.22.4/x86_64-linux
    /opt/perl-5.22.4/lib/site_perl/5.22.4
    /opt/perl-5.22.4/lib/5.22.4/x86_64-linux
    /opt/perl-5.22.4/lib/5.22.4
    .