HTML-Tidy5 v0.01 Perl 5 v5.22.2 x86_64-linux

Status
Fail
From
Slaven Rezić (SREZIC)
Dist
HTML-Tidy5 v0.01
Platform
Perl 5 v5.22.2 x86_64-linux
Date
2018-03-14 19:19:07
ID
91214c56-27bc-11e8-8403-a04d6d3068f5
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 Andy Lester,

This is a computer-generated report for HTML-Tidy5-0.01
on perl 5.22.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':

"/opt/perl-5.22.2/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Tidy5.bs blib/arch/auto/HTML/Tidy5/Tidy5.bs 644
PERL_DL_NONLAZY=1 "/opt/perl-5.22.2/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
# Testing HTML::Tidy5 0.01, tidy 5.2.0, Perl 5.022002, /opt/perl-5.22.2/bin/perl
t/00-load.t .......... ok
t/cfg-for-parse.t .... ok
t/clean-crash.t ...... ok
t/clean.t ............ ok

#   Failed test 'Should have exactly three messages'
#   at t/extra-quote.t line 33.
#          got: '3'
#     expected: '4'

#   Failed test 'Matching warnings'
#   at t/extra-quote.t line 37.
#     Structures begin differing at:
#          $got->[2] = '- (4:1) Warning: <img> lacks "alt" attribute'
#     $expected->[2] = '- (4:1) Warning: <img> illegal characters found in URI'
# Looks like you failed 2 tests of 4.
t/extra-quote.t ...... 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/4 subtests 

#   Failed test 'Matching warnings'
#   at t/ignore-text.t line 34.
#     Structures begin differing at:
#          $got->[0] = Does not exist
#     $expected->[0] = 'DATA (24:XX) Info: value for attribute "height" missing quote marks'
# Looks like you failed 1 test of 3.
t/ignore-text.t ...... 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/3 subtests 

#   Failed test 'Matching warnings'
#   at t/ignore.t line 40.
#     Structures begin differing at:
#          $got->[2] = Does not exist
#     $expected->[2] = '- (24:XX) Info: value for attribute "height" missing quote marks'
# Looks like you failed 1 test of 9.
t/ignore.t ........... 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/9 subtests 
t/illegal-options.t .. ok

#   Failed test 'Matching messages'
#   at t/levels.t line 30.
#     Structures begin differing at:
#          $got->[3] = Does not exist
#     $expected->[3] = '- (24:XX) Info: value for attribute "height" missing quote marks'
# Looks like you failed 1 test of 3.
t/levels.t ........... 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/3 subtests 
t/message.t .......... ok
t/opt-00.t ........... ok
t/parse-errors.t ..... ok
t/parse.t ............ ok
t/perfect.t .......... ok

#   Failed test 'Cleaned up properly'
#   at t/roundtrip.t line 32.
#          got: '<!DOCTYPE html>
# <html>
# <head>
# <meta name="generator" content="HTML Tidy for HTML5 for Linux version 5.2.0">
# <title></title>
# </head>
# <body>
# <a href="http://www.example.com/"><em>This is a test.</em></a>
# </body>
# </html>
# '
#     expected: '<!DOCTYPE html>
# <html>
# <head>
# <meta name="generator" content="HTML Tidy for HTML5 for Linux version 5.6.0">
# <title></title>
# </head>
# <body>
# <a href="http://www.example.com/"><em>This is a test.</em></a>
# </body>
# </html>
# '
# Looks like you failed 1 test of 3.
t/roundtrip.t ........ 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/3 subtests 
t/segfault-form.t .... ok

#   Failed test 'Right number of initial messages'
#   at t/simple.t line 21.
#          got: '5'
#     expected: '6'
# Looks like you failed 1 test of 4.
t/simple.t ........... 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/4 subtests 

#   Failed test 'Error message matches'
#   at t/too-many-titles.t line 26.
#                   '- (5:9) Warning: too many title elements in <head>'
#     doesn't match '(?^:^- \(3:5\) Warning: too many title elements in <(head|title)>$)'
# Looks like you failed 1 test of 4.
t/too-many-titles.t .. 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/4 subtests 
t/unicode-nbsp.t ..... ok

    #   Failed test 'Cleanup didn't break anything'
    #   at t/unicode.t line 38.
Wide character in print at /opt/perl-5.22.2/lib/site_perl/5.22.2/Test2/Formatter/TAP.pm line 113, <DATA> line 10.
    #          got: '<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
    # <html>
    # <head>
    # <meta name="generator" content="HTML Tidy for HTML5 for Linux version 5.2.0">
    # <title>日本語のホムページ</title>
    # </head>
    # <body>
    # <p>Unicodeが好きですか?</p>
    # </body>
    # </html>
    # '
    #     expected: '<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
    # <html>
    # <head>
    # <meta name="generator" content="HTML Tidy for HTML5 for Linux version 5.6.0">
    # <title>日本語のホムページ</title>
    # </head>
    # <body>
    # <p>Unicodeが好きですか?</p>
    # </body>
    # </html>
    # '
    # Looks like you failed 1 test of 8.

#   Failed test 'utf8 testing'
#   at t/unicode.t line 49.

    #   Failed test 'Cleanup didn't break anything'
    #   at t/unicode.t line 64.
Wide character in print at /opt/perl-5.22.2/lib/site_perl/5.22.2/Test2/Formatter/TAP.pm line 113, <DATA> line 10.
    #          got: '<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
    # <html>
    # <head>
    # <meta name="generator" content="HTML Tidy for HTML5 for Linux version 5.2.0">
    # <title>日本語のホムページ</title>
    # </head>
    # <body>
    # <p>Unicodeが好きですか?</p>
    # </body>
    # </html>
    # '
    #     expected: '<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
    # <html>
    # <head>
    # <meta name="generator" content="HTML Tidy for HTML5 for Linux version 5.6.0">
    # <title>日本語のホムページ</title>
    # </head>
    # <body>
    # <p>Unicodeが好きですか?</p>
    # </body>
    # </html>
    # '
    # Looks like you failed 1 test of 3.

#   Failed test 'Try send bytes to clean method.'
#   at t/unicode.t line 65.
# Looks like you failed 2 tests of 2.
t/unicode.t .......... 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests 
t/venus.t ............ ok
t/version.t .......... ok
t/wordwrap.t ......... ok

Test Summary Report
-------------------
t/extra-quote.t    (Wstat: 512 Tests: 4 Failed: 2)
  Failed tests:  3-4
  Non-zero exit status: 2
t/ignore-text.t    (Wstat: 256 Tests: 3 Failed: 1)
  Failed test:  3
  Non-zero exit status: 1
t/ignore.t         (Wstat: 256 Tests: 9 Failed: 1)
  Failed test:  3
  Non-zero exit status: 1
t/levels.t         (Wstat: 256 Tests: 3 Failed: 1)
  Failed test:  3
  Non-zero exit status: 1
t/roundtrip.t      (Wstat: 256 Tests: 3 Failed: 1)
  Failed test:  3
  Non-zero exit status: 1
t/simple.t         (Wstat: 256 Tests: 4 Failed: 1)
  Failed test:  3
  Non-zero exit status: 1
t/too-many-titles.t (Wstat: 256 Tests: 4 Failed: 1)
  Failed test:  4
  Non-zero exit status: 1
t/unicode.t        (Wstat: 512 Tests: 2 Failed: 2)
  Failed tests:  1-2
  Non-zero exit status: 2
Files=23, Tests=72,  1 wallclock secs ( 0.06 usr  0.06 sys +  0.78 cusr  0.15 csys =  1.05 CPU)
Result: FAIL
Failed 8/23 test programs. 10/72 subtests failed.
Makefile:1079: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 255

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

Prerequisite modules loaded:

requires:

    Module              Need     Have    
    ------------------- -------- --------
    Carp                0        1.38    
    constant            0        1.33    
    Encode              0        2.93    
    Exporter            0        5.72    
    Getopt::Long        0        2.5     
    perl                5.010001 5.022002
    Test::Builder       0        1.302133
    Test::Exception     0        0.43    
    Test::More          0.98     1.302133

build_requires:

    Module              Need     Have    
    ------------------- -------- --------
    ExtUtils::MakeMaker 0        7.32    

configure_requires:

    Module              Need     Have    
    ------------------- -------- --------
    ExtUtils::MakeMaker 0        7.32    


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

Environment variables:

    LANG = C
    PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/cpansand/bin/linux-gnu:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/games:/home/cpansand/devel:/home/eserte/src/srezic-misc/scripts
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 5035
    PERL5_CPAN_IS_RUNNING = 5035
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 4035,5035
    PERLDOC = -MPod::Perldoc::ToTextOverstrike
    PERL_BATCH = yes
    PERL_CANARY_STABILITY_NOPROMPT = 1
    PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2018031415/cpanreporter_000_config.ini
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_USE_UNSAFE_INC = 1
    SHELL = /usr/bin/zsh
    TERM = screen
    TMPDIR = /var/tmp/cpansmoker-1023/2018031415

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

    $^X = /opt/perl-5.22.2/bin/perl
    $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.280230
    ExtUtils::Command   7.32    
    ExtUtils::Install   2.06    
    ExtUtils::MakeMaker 7.32    
    ExtUtils::Manifest  1.70    
    ExtUtils::ParseXS   3.35    
    File::Spec          3.62    
    JSON                2.97001 
    JSON::PP            2.95    
    Module::Build       0.4224  
    Module::Signature   0.81    
    Parse::CPAN::Meta   2.150010
    Test::Harness       3.39    
    Test::More          1.302133
    YAML                1.24    
    YAML::Syck          1.30    
    version             0.9918  


--

Summary of my perl5 (revision 5 version 22 subversion 2) configuration:
   
  Platform:
    osname=linux, osvers=4.9.0-3-amd64, archname=x86_64-linux
    uname='linux debian9 4.9.0-3-amd64 #1 smp debian 4.9.30-2+deb9u1 (2017-06-18) x86_64 gnulinux '
    config_args='-ds -e -Dprefix=/opt/perl-5.22.2 -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',
    optimize='-O2',
    cppflags='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
    ccversion='', gccversion='6.3.0 20170516', 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/6/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.24.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.24'
  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 Jun 22 2017 19:24:38
  %ENV:
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="5035"
    PERL5_CPAN_IS_RUNNING="5035"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="4035,5035"
    PERLDOC="-MPod::Perldoc::ToTextOverstrike"
    PERL_BATCH="yes"
    PERL_CANARY_STABILITY_NOPROMPT="1"
    PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2018031415/cpanreporter_000_config.ini"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_USE_UNSAFE_INC="1"
  @INC:
    /opt/perl-5.22.2/lib/site_perl/5.22.2/x86_64-linux
    /opt/perl-5.22.2/lib/site_perl/5.22.2
    /opt/perl-5.22.2/lib/5.22.2/x86_64-linux
    /opt/perl-5.22.2/lib/5.22.2
    .