CGI-Application-Server v0.063 Perl 5 v5.20.2 amd64-freebsd

Status
Fail
From
Slaven Rezić (SREZIC)
Dist
CGI-Application-Server v0.063
Platform
Perl 5 v5.20.2 amd64-freebsd
Date
2017-10-29 00:11:24
ID
b37a6d7c-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.20.2, 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 '/usr/bin/make test':

PERL_DL_NONLAZY=1 "/usr/perl5.20.2p/bin/perl5.20.2" "-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.020002 (wanted any version) on freebsd from /usr/perl5.20.2p/bin/perl5.20.2
# 
# 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.38       (want 0.01)   
# ExtUtils::MakeMaker                           => 7.24       (want 6.30)   
# File::Find                                    => 1.27       (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.49       (want 1.18)   
# Test::Exception                               => 0.43       (want any version)
# Test::HTTP::Server::Simple                    => 0.11       (want any version)
# Test::More                                    => 1.302106   (want 0.96)   
# Test::Pod                                     => 1.51       (want 1.41)   
# Test::WWW::Mechanize                          => 1.48       (want any version)
# base                                          => 2.22       (want any version)
# lib                                           => 0.63       (want any version)
# strict                                        => 1.08       (want any version)
# version                                       => 0.9916     (want 0.9901) 
# warnings                                      => 1.23       (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 /usr/perl5.20.2p/lib/site_perl/5.20.2/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,  4 wallclock secs ( 0.00 usr  0.07 sys +  0.59 cusr  1.75 csys =  2.41 CPU)
Result: FAIL
Failed 3/11 test programs. 8/112 subtests failed.
*** Error code 255

Stop.
make: stopped in /home/cpansand/.cpan/build/2017102812/CGI-Application-Server-0.063-10

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

Prerequisite modules loaded:

requires:

    Module                             Need Have    
    ---------------------------------- ---- --------
    base                               0    2.22    
    Carp                               0.01 1.38    
    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.49    
    strict                             0    1.08    
    warnings                           0    1.23    

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.27    
    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.302106
    Test::WWW::Mechanize               0    1.48    

configure_requires:

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


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

Environment variables:

    LC_ALL = de_DE.ISO8859-1
    PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/cpansand/bin/freebsd10.3:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/games:/home/cpansand/devel:/home/eserte/src/srezic-misc/scripts
    PERL5LIB = /home/cpansand/.cpan/build/2017102812/HTTP-Server-Simple-Static-0.13-3/blib/arch:/home/cpansand/.cpan/build/2017102812/HTTP-Server-Simple-Static-0.13-3/blib/lib:/home/cpansand/.cpan/build/2017102812/CGI-Application-Plugin-Redirect-1.00-10/blib/arch:/home/cpansand/.cpan/build/2017102812/CGI-Application-Plugin-Redirect-1.00-10/blib/lib:/home/cpansand/.cpan/build/2017102812/CGI-Application-Dispatch-3.12-10/blib/arch:/home/cpansand/.cpan/build/2017102812/CGI-Application-Dispatch-3.12-10/blib/lib
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 11779
    PERL5_CPAN_IS_RUNNING = 11779
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 77679,11779
    PERLDOC = -MPod::Perldoc::ToTextOverstrike
    PERL_BATCH = yes
    PERL_CANARY_STABILITY_NOPROMPT = 1
    PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2017102812/cpanreporter_000_config.ini
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    SHELL = /usr/local/bin/zsh
    TERM = screen
    TMPDIR = /var/tmp/cpansmoker-1023/2017102812

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

    $^X = /usr/perl5.20.2p/bin/perl5.20.2
    $UID/$EUID = 1023 / 1023
    $GID = 1023 1023
    $EGID = 1023 1023

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.16    
    CPAN::Meta          2.150010
    Cwd                 3.62    
    ExtUtils::CBuilder  0.280226
    ExtUtils::Command   7.24    
    ExtUtils::Install   2.14    
    ExtUtils::MakeMaker 7.24    
    ExtUtils::Manifest  1.70    
    ExtUtils::ParseXS   3.35    
    File::Spec          3.62    
    JSON                2.94    
    JSON::PP            2.94    
    Module::Build       0.4224  
    Module::Signature   0.81    
    Parse::CPAN::Meta   2.150010
    Test::Harness       3.39    
    Test::More          1.302106
    YAML                1.23    
    YAML::Syck          1.30    
    version             0.9916  


--

Summary of my perl5 (revision 5 version 20 subversion 2) configuration:
   
  Platform:
    osname=freebsd, osvers=10.1-release, archname=amd64-freebsd
    uname='freebsd cvrsnica-freebsd-101.herceg.de 10.1-release freebsd 10.1-release #0 r274401: tue nov 11 21:02:49 utc 2014 root@releng1.nyi.freebsd.org:usrobjusrsrcsysgeneric amd64 '
    config_args='-ds -e -Dprefix=/usr/perl5.20.2p'
    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 ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include',
    optimize='-O',
    cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
    ccversion='', gccversion='4.2.1 Compatible FreeBSD Clang 3.4.1 (tags/RELEASE_34/dot1-final 208032)', 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 ='-pthread -Wl,-E  -fstack-protector -L/usr/local/lib'
    libpth=/usr/lib /usr/local/lib /usr/include/clang/3.4.1 /usr/lib
    libs=-lgdbm -lm -lcrypt -lutil -lc
    perllibs=-lm -lcrypt -lutil -lc
    libc=, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
    cccdlflags='-DPIC -fPIC', lddlflags='-shared  -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_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_PERLIO USE_PERL_ATOF
  Built under freebsd
  Compiled at Feb 14 2015 20:35:40
  %ENV:
    PERL5LIB="/home/cpansand/.cpan/build/2017102812/HTTP-Server-Simple-Static-0.13-3/blib/arch:/home/cpansand/.cpan/build/2017102812/HTTP-Server-Simple-Static-0.13-3/blib/lib:/home/cpansand/.cpan/build/2017102812/CGI-Application-Plugin-Redirect-1.00-10/blib/arch:/home/cpansand/.cpan/build/2017102812/CGI-Application-Plugin-Redirect-1.00-10/blib/lib:/home/cpansand/.cpan/build/2017102812/CGI-Application-Dispatch-3.12-10/blib/arch:/home/cpansand/.cpan/build/2017102812/CGI-Application-Dispatch-3.12-10/blib/lib"
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="11779"
    PERL5_CPAN_IS_RUNNING="11779"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="77679,11779"
    PERLDOC="-MPod::Perldoc::ToTextOverstrike"
    PERL_BATCH="yes"
    PERL_CANARY_STABILITY_NOPROMPT="1"
    PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2017102812/cpanreporter_000_config.ini"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
  @INC:
    /home/cpansand/.cpan/build/2017102812/HTTP-Server-Simple-Static-0.13-3/blib/arch
    /home/cpansand/.cpan/build/2017102812/HTTP-Server-Simple-Static-0.13-3/blib/lib
    /home/cpansand/.cpan/build/2017102812/CGI-Application-Plugin-Redirect-1.00-10/blib/arch
    /home/cpansand/.cpan/build/2017102812/CGI-Application-Plugin-Redirect-1.00-10/blib/lib
    /home/cpansand/.cpan/build/2017102812/CGI-Application-Dispatch-3.12-10/blib/arch
    /home/cpansand/.cpan/build/2017102812/CGI-Application-Dispatch-3.12-10/blib/lib
    /usr/perl5.20.2p/lib/site_perl/5.20.2/amd64-freebsd
    /usr/perl5.20.2p/lib/site_perl/5.20.2
    /usr/perl5.20.2p/lib/5.20.2/amd64-freebsd
    /usr/perl5.20.2p/lib/5.20.2
    .