Test-WWW-Mechanize-Catalyst v0.60 Perl 5 v5.27.4 amd64-freebsd

Status
Fail
From
Carlos Guevara
Dist
Test-WWW-Mechanize-Catalyst v0.60
Platform
Perl 5 v5.27.4 amd64-freebsd
Date
2017-08-23 19:25:27
ID
d17a1c34-8838-11e7-849b-6aac7e84a1b9
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 John Napiorkowski,

This is a computer-generated report for Test-WWW-Mechanize-Catalyst-0.60
on perl 5.27.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 '/usr/bin/make test':

PERL_DL_NONLAZY=1 "/usr/home/cpan/bin/perl-blead/bin/perl5.27.4" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t
t/auth-test.t ........... ok
t/cookies.t ............. ok
t/decoded_content.t ..... ok
# 
# ###################################################################
# Starting an external Catalyst HTTP server on port 7357
# To change the port, please set the TWMC_TEST_PORT env variable.
# (The server will be automatically shut-down right after the tests).
# ###################################################################
HTTP::Server::PSGI: Accepting connections at http://0:7357/

#   Failed test 'Get a multi Content-Type response'
#   at t/multi_content_type.t line 51.
# 503
# Service Unavailable

#   Failed test 'Multi Content-Type title'
#   at t/multi_content_type.t line 55.
#          got: "ERROR: The requested URL could not be retrieved"
#       length: 47
#     expected: "Root"
#       length: 4
#     strings begin to differ at char 1 (line 1 column 1)

#   Failed test 'Multi Content-Type body'
#   at t/multi_content_type.t line 56.
Wide character in print at /home/cpan/bin/perl-blead/lib/site_perl/5.27.4/Test2/Formatter/TAP.pm line 113.
#     searched: "<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "...
#   can't find: "Hello, test ☺!"
#         LCSS: "est "
# LCSS context: "st or network may be down. Please try the request "

#   Failed test 'GET /hello'
#   at t/multi_content_type.t line 59.
# 503
# Service Unavailable

#   Failed test at t/multi_content_type.t line 60.
#          got: 'http://localhost:7357/hello'
#     expected: 'http://localhost:7357/'

#   Failed test 'GET /host'
#   at t/multi_content_type.t line 62.
# 503
# Service Unavailable

#   Failed test 'Content contains "Host: localhost:7357"'
#   at t/multi_content_type.t line 63.
#     searched: "<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "...
#   can't find: "Host: localhost:7357"
#         LCSS: "localhost:7357"
# LCSS context: "o retrieve the URL: <a href="http://localhost:7357"
# <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
# <html><head>
# <meta type="copyright" content="Copyright (C) 1996-2015 The Squid Software Foundation and contributors">
# <meta http-equiv="Content-Type" CONTENT="text/html; charset=utf-8">
# <title>ERROR: The requested URL could not be retrieved</title>
# <style type="text/css"><!-- 
#  /*
#  * Copyright (C) 1996-2016 The Squid Software Foundation and contributors
#  *
#  * Squid software is distributed under GPLv2+ license and includes
#  * contributions from numerous individuals and organizations.
#  * Please see the COPYING and CONTRIBUTORS files for details.
#  */
# 
# /*
#  Stylesheet for Squid Error pages
#  Adapted from design by Free CSS Templates
#  http://www.freecsstemplates.org
#  Released for free under a Creative Commons Attribution 2.5 License
# */
# 
# /* Page basics */
# * {
# 	font-family: verdana, sans-serif;
# }
# 
# html body {
# 	margin: 0;
# 	padding: 0;
# 	background: #efefef;
# 	font-size: 12px;
# 	color: #1e1e1e;
# }
# 
# /* Page displayed title area */
# #titles {
# 	margin-left: 15px;
# 	padding: 10px;
# 	padding-left: 100px;
# 	background: url('/squid-internal-static/icons/SN.png') no-repeat left;
# }
# 
# /* initial title */
# #titles h1 {
# 	color: #000000;
# }
# #titles h2 {
# 	color: #000000;
# }
# 
# /* special event: FTP success page titles */
# #titles ftpsuccess {
# 	background-color:#00ff00;
# 	width:100%;
# }
# 
# /* Page displayed body content area */
# #content {
# 	padding: 10px;
# 	background: #ffffff;
# }
# 
# /* General text */
# p {
# }
# 
# /* error brief description */
# #error p {
# }
# 
# /* some data which may have caused the problem */
# #data {
# }
# 
# /* the error message received from the system or other software */
# #sysmsg {
# }
# 
# pre {
#     font-family:sans-serif;
# }
# 
# /* special event: FTP / Gopher directory listing */
# #dirmsg {
#     font-family: courier;
#     color: black;
#     font-size: 10pt;
# }
# #dirlisting {
#     margin-left: 2%;
#     margin-right: 2%;
# }
# #dirlisting tr.entry td.icon,td.filename,td.size,td.date {
#     border-bottom: groove;
# }
# #dirlisting td.size {
#     width: 50px;
#     text-align: right;
#     padding-right: 5px;
# }
# 
# /* horizontal lines */
# hr {
# 	margin: 0;
# }
# 
# /* page displayed footer area */
# #footer {
# 	font-size: 9px;
# 	padding-left: 10px;
# }
# 
# 
# body
# :lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
# :lang(he) { direction: rtl; }
#  --></style>
# </head><body id=ERR_CONNECT_FAIL>
# <div id="titles">
# <h1>ERROR</h1>
# <h2>The requested URL could not be retrieved</h2>
# </div>
# <hr>
# 
# <div id="content">
# <p>The following error was encountered while trying to retrieve the URL: <a href="http://localhost:7357/host">http://localhost:7357/host</a></p>
# 
# <blockquote id="error">
# <p><b>Connection to ::1 failed.</b></p>
# </blockquote>
# 
# <p id="sysmsg">The system returned: <i>(99) Cannot assign requested address</i></p>
# 
# <p>The remote host or network may be down. Please try the request again.</p>
# 
# <p>Your cache administrator is <a href="mailto:webmaster?subject=CacheErrorInfo%20-%20ERR_CONNECT_FAIL&amp;body=CacheHost%3A%20ubuntu%0D%0AErrPage%3A%20ERR_CONNECT_FAIL%0D%0AErr%3A%20(99)%20Cannot%20assign%20requested%20address%0D%0ATimeStamp%3A%20Thu,%2024%20Aug%202017%2000%3A25%3A19%20GMT%0D%0A%0D%0AClientIP%3A%20192.168.7.251%0D%0AServerIP%3A%20localhost%0D%0A%0D%0AHTTP%20Request%3A%0D%0AGET%20%2Fhost%20HTTP%2F1.1%0ATE%3A%20deflate,gzip%3Bq%3D0.3%0D%0AConnection%3A%20TE,%20close%0D%0AAccept-Encoding%3A%20gzip%0D%0AUser-Agent%3A%20Test-WWW-Mechanize%2F1.48%0D%0AHost%3A%20localhost%3A7357%0D%0A%0D%0A%0D%0A">webmaster</a>.</p>
# 
# <br>
# </div>
# 
# <hr>
# <div id="footer">
# <p>Generated Thu, 24 Aug 2017 00:25:19 GMT by ubuntu (squid/3.5.23)</p>
# <!-- ERR_CONNECT_FAIL -->
# </div>
# </body></html>
# Looks like you failed 7 tests of 10.
t/multi_content_type.t .. 
Dubious, test returned 7 (wstat 1792, 0x700)
Failed 7/10 subtests 
t/pod.t ................. ok
t/redirect.t ............ ok
t/simple.t .............. ok
t/two_app.t ............. ok
t/useragent.t ........... ok
t/utf8.t ................ ok
t/white_label.t ......... ok

Test Summary Report
-------------------
t/multi_content_type.t (Wstat: 1792 Tests: 10 Failed: 7)
  Failed tests:  2, 5-10
  Non-zero exit status: 7
Files=11, Tests=109, 22 wallclock secs ( 0.05 usr  0.08 sys +  5.42 cusr  6.49 csys = 12.05 CPU)
Result: FAIL
Failed 1/11 test programs. 7/109 subtests failed.
*** Error code 255

Stop.
make: stopped in /usr/home/cpan/.cpan/build/Test-WWW-Mechanize-Catalyst-0.60-1

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

Prerequisite modules loaded:

requires:

    Module                                   Need     Have    
    ---------------------------------------- -------- --------
    Catalyst                                 5.90     5.90115 
    Class::Load                              0.19     0.24    
    LWP                                      5.816    6.26    
    Moose                                    0.67     2.2006  
    namespace::clean                         0.09     0.27    
    perl                                     5.008004 5.027004
    Test::WWW::Mechanize                     1.14     1.48    
    WWW::Mechanize                           1.54     1.86    

build_requires:

    Module                                   Need     Have    
    ---------------------------------------- -------- --------
    Catalyst::Plugin::Session::State::Cookie 0        0.17    
    Catalyst::Plugin::Session::Store::Dummy  0        0       
    ExtUtils::MakeMaker                      6.59     7.30    
    Test::Exception                          0        0.43    
    Test::More                               0.88     1.302086
    Test::utf8                               0        1.01    

configure_requires:

    Module                                   Need     Have    
    ---------------------------------------- -------- --------
    ExtUtils::MakeMaker                      6.59     7.30    


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

Environment variables:

    LC_ALL = C
    NONINTERACTIVE_TESTING = 1
    PATH = /home/cpan/bin/perl-blead/bin:/home/cpan/bin/perl-blead/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/home/cpan/bin
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 30421
    PERL5_CPAN_IS_RUNNING = 30421
    PERL_MM_USE_DEFAULT = 1
    PERL_USE_UNSAFE_INC = 1
    SHELL = /usr/local/bin/bash
    TERM = xterm
    TMPDIR = /home/cpan/tmp

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

    $^X = /usr/home/cpan/bin/perl-blead/bin/perl5.27.4
    $UID/$EUID = 1003 / 1003
    $GID = 1003 1003
    $EGID = 1003 1003

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.18    
    CPAN::Meta          2.150010
    Cwd                 3.68    
    ExtUtils::CBuilder  0.280228
    ExtUtils::Command   7.30    
    ExtUtils::Install   2.14    
    ExtUtils::MakeMaker 7.30    
    ExtUtils::Manifest  1.70    
    ExtUtils::ParseXS   3.35    
    File::Spec          3.68    
    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.302086
    YAML                1.23    
    YAML::Syck          1.30    
    version             0.9918  


--

Summary of my perl5 (revision 5 version 27 subversion 4) configuration:
  Commit id: f749af30fc853206f2c6a94557bbfe7498adb961
  Platform:
    osname=freebsd
    osvers=11.1-release-p1
    archname=amd64-freebsd
    uname='freebsd cjg-freebsd11 11.1-release-p1 freebsd 11.1-release-p1 #0: wed aug 9 11:55:48 utc 2017 root@amd64-builder.daemonology.net:usrobjusrsrcsysgeneric amd64 '
    config_args='-des -Dprefix=~/bin/perl-blead -Dscriptdir=~/bin/perl-blead/bin -Duse64bitall -Dusedevel'
    hint=recommended
    useposix=true
    d_sigaction=define
    useithreads=undef
    usemultiplicity=undef
    use64bitint=define
    use64bitall=define
    uselongdouble=undef
    usemymalloc=n
    default_inc_excludes_dot=define
    bincompat5005=undef
  Compiler:
    cc='cc'
    ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_FORTIFY_SOURCE=2'
    optimize='-O'
    cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
    ccversion=''
    gccversion='4.2.1 Compatible FreeBSD Clang 4.0.0 (tags/RELEASE_400/final 297347)'
    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 ='-Wl,-E  -fstack-protector-strong -L/usr/local/lib'
    libpth=/usr/lib /usr/local/lib /usr/bin/../lib/clang/4.0.0/lib /usr/lib
    libs=-lpthread -lgdbm -lm -lcrypt -lutil -lc
    perllibs=-lpthread -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-strong'


Characteristics of this binary (from libperl): 
  Compile-time options:
    HAS_TIMES
    PERLIO_LAYERS
    PERL_COPY_ON_WRITE
    PERL_DONT_CREATE_GVSV
    PERL_MALLOC_WRAP
    PERL_OP_PARENT
    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
  Built under freebsd
  Compiled at Aug 22 2017 12:20:04
  %ENV:
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="30421"
    PERL5_CPAN_IS_RUNNING="30421"
    PERL_MM_USE_DEFAULT="1"
    PERL_USE_UNSAFE_INC="1"
  @INC:
    /home/cpan/bin/perl-blead/lib/site_perl/5.27.4/amd64-freebsd
    /home/cpan/bin/perl-blead/lib/site_perl/5.27.4
    /home/cpan/bin/perl-blead/lib/5.27.4/amd64-freebsd
    /home/cpan/bin/perl-blead/lib/5.27.4
    .