HTML-Tidy5 v1.06 Perl 5 v5.30.2 x86_64-linux-thread-multi-ld
- Status
- Fail
- From
- Dist
-
HTML-Tidy5 v1.06
- Platform
- Perl 5 v5.30.2 x86_64-linux-thread-multi-ld
- Date
- 2020-05-04 23:41:16
- ID
- bf3225ae-8e60-11ea-83dc-dc6f76c5b0a1
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-1.06
on perl 5.30.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.30.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.30.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 1.06, tidy library version 5.2.0, Perl 5.030002, /opt/Perl-5.30.2/bin/perl
# Failed test 'HTML::Tidy5 requires version 5.6.0 or higher of the tidy-html5 library'
# at t/00-load.t line 15.
# '5.2.0'
# ge
# '5.6.0'
# Looks like you failed 1 test of 2.
t/00-load.t ................
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/2 subtests
t/cfg-for-parse.t .......... ok
t/clean-crash.t ............ ok
t/clean.t .................. ok
t/drop-empty-elements.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
t/html_fragment_tidy_ok.t .. ok
t/html_tidy_ok.t ........... ok
# 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/new-tags.t ............... ok
t/opt-00.t ................. ok
t/parse-errors.t ........... ok
t/parse.t .................. ok
t/perfect.t ................ ok
t/roundtrip.t .............. ok
t/segfault-form.t .......... ok
# Failed test at t/show-info.t line 33.
# Structures begin differing at:
# $got->[0] = Does not exist
# $expected->[0] = 'test (6:5) Info: value for attribute "id" missing quote marks'
# Looks like you failed 1 test of 2.
# Failed test 'default constructor shows info'
# at t/show-info.t line 36.
# Failed test at t/show-info.t line 45.
# Structures begin differing at:
# $got->[0] = Does not exist
# $expected->[0] = 'test (6:5) Info: value for attribute "id" missing quote marks'
# Looks like you failed 1 test of 2.
# Failed test 'show_info => 1 shows info'
# at t/show-info.t line 48.
# Looks like you failed 2 tests of 3.
t/show-info.t ..............
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/3 subtests
# 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
t/unicode.t ................ ok
t/venus.t .................. ok
t/version.t ................ ok
t/wordwrap.t ............... ok
Test Summary Report
-------------------
t/00-load.t (Wstat: 256 Tests: 2 Failed: 1)
Failed test: 1
Non-zero exit status: 1
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/show-info.t (Wstat: 512 Tests: 3 Failed: 2)
Failed tests: 1-2
Non-zero exit status: 2
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
Files=28, Tests=95, 2 wallclock secs ( 0.07 usr 0.03 sys + 1.78 cusr 0.28 csys = 2.16 CPU)
Result: FAIL
Failed 8/28 test programs. 10/95 subtests failed.
Makefile:1092: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 255
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------- -------- --------
Carp 0 1.50
constant 0 1.33
Encode 0 3.06
Exporter 0 5.73
Getopt::Long 0 2.5
perl 5.010001 5.030002
Test::Builder 0 1.302175
Test::Exception 0 0.43
Test::More 0.98 1.302175
build_requires:
Module Need Have
------------------- -------- --------
ExtUtils::MakeMaker 0 7.34
configure_requires:
Module Need Have
------------------- -------- --------
ExtUtils::MakeMaker 0 7.34
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
LANG = en_US.UTF-8
LC_ALL = en_US.UTF-8
LC_CTYPE = C
PATH = /Library/Frameworks/Python.framework/Versions/3.4/bin:/home/localadmin/bin:/home/localadmin/Applications/bin:/opt/coreos/bin:/opt/coreos/sbin:/opt/Perl/bin:/opt/Perl/sbin:/opt/Ruby/bin:/opt/X11/bin:/opt/local/bin:/opt/local/sbin:/opt/local/libexec/gnubin:/opt/local/libexec/qt4/bin:/opt/local/Library/Frameworks/wxWidgets.framework/Versions/wxWidgets/3.1/bin:/usr/local/mysql/bin:/usr/local/go/bin:/Users/ggreene/Development/hrs:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/home/localadmin/.rvm/bin:/home/localadmin/.rvm/bin
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 51954
PERL5_CPAN_IS_RUNNING = 51954
PERL_USE_UNSAFE_INC = 1
SHELL = /usr/bin/zsh
TERM = xterm-256color
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /opt/Perl-5.30.2/bin/perl
$UID/$EUID = 1000 / 1000
$GID = 1000 4 24 27 30 46 108 113 114 1000
$EGID = 1000 4 24 27 30 46 108 113 114 1000
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.22
CPAN::Meta 2.150010
Cwd 3.78
ExtUtils::CBuilder 0.280231
ExtUtils::Command 7.34
ExtUtils::Install 2.14
ExtUtils::MakeMaker 7.34
ExtUtils::Manifest 1.72
ExtUtils::ParseXS 3.40
File::Spec 3.78
JSON 4.02
JSON::PP 4.02
Module::Build 0.4231
Module::Signature 0.83
Parse::CPAN::Meta 2.150010
Test::Harness 3.42
Test::More 1.302175
YAML 1.30
YAML::Syck 1.32
version 0.9924
--
Summary of my perl5 (revision 5 version 30 subversion 2) configuration:
Platform:
osname=linux
osvers=4.15.0-99-generic
archname=x86_64-linux-thread-multi-ld
uname='linux jafax 4.15.0-99-generic #100-ubuntu smp wed apr 22 20:32:56 utc 2020 x86_64 x86_64 x86_64 gnulinux '
config_args='-des -Dperladmin=greeneg@tolharadys.net -Dlocincpth=/usr/include/db48 /usr/include -Dloclibpth=/usr/lib64/db48 /usr/lib64 -Dhint=recommended -Duseposix=true -Duseithreads=define -Dusemultiplicity=define -Duse64bitint=define -Duse64bitall=define -Duselongdouble=define -Duseshrplib=true -Dlibperl=libperl.so -Dprefix=/opt/Perl-5.30.2 -Dsiteprefix=/opt/Perl-5.30.2 -Dinstallprefix=/opt/Perl-5.30.2 -Dbin=/opt/Perl-5.30.2/bin -Dscriptdir=/opt/Perl-5.30.2/bin -Dprivlibdir=/opt/Perl-5.30.2/lib/perl5/5.30.2 -Darchlibdir=/opt/Perl-/lib/perl5//x86_64-linux-thread-multi-ld -Dman1dir=/opt/Perl-5.30.2/share/man/man1 -Dman3dir=/opt/Perl-5.30.2/share/man/man3 -Dhtml1dir=/opt/Perl-5.30.2/share/doc/HTML -Dhtml3dir=/opt/Perl-5.30.2/share/doc/HTML -Dsitebin=/opt/Perl-5.30.2/bin -Dsitescript=/opt/Perl-5.30.2/bin -Dsitelib=/opt/Perl-5.30.2/lib/perl5/site_perl/5.30.2 -Dsitearch=/opt/Perl-5.30.2/lib/perl5/site_perl/5.30.2/x86_64-linux-thread-multi-ld -Dsiteman1dir=/opt/Perl-5.30.2/share/man/man1 -Dsiteman3dir=/opt/Perl-5.30.2/share/man/man3 -Dsitehtml1dir=/opt/Perl-5.30.2/share/doc/HTML -Dsitehtml3dir=/opt/Perl-5.30.2/share/doc/HTML'
hint=recommended
useposix=true
d_sigaction=define
useithreads=define
usemultiplicity=define
use64bitint=define
use64bitall=define
uselongdouble=define
usemymalloc=n
default_inc_excludes_dot=define
bincompat5005=undef
Compiler:
cc='cc'
ccflags ='-D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
optimize='-O2'
cppflags='-D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong'
ccversion=''
gccversion='7.5.0'
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='long double'
nvsize=16
Off_t='off_t'
lseeksize=8
alignbytes=16
prototype=define
Linker and Libraries:
ld='cc'
ldflags =' -fstack-protector-strong'
libpth=/usr/local/lib /usr/lib/gcc/x86_64-linux-gnu/7/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 -ldl -lm -lcrypt -lutil -lc
perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
libc=libc-2.27.so
so=so
useshrplib=true
libperl=libperl.so
gnulibc_version='2.27'
Dynamic Linking:
dlsrc=dl_dlopen.xs
dlext=so
d_dlsymun=undef
ccdlflags='-Wl,-E -Wl,-rpath,/opt/Perl-5.30.2/lib/perl5/5.30.2/x86_64-linux-thread-multi-ld/CORE'
cccdlflags='-fPIC'
lddlflags='-shared -O2 -fstack-protector-strong'
Characteristics of this binary (from libperl):
Compile-time options:
HAS_TIMES
MULTIPLICITY
PERLIO_LAYERS
PERL_COPY_ON_WRITE
PERL_DONT_CREATE_GVSV
PERL_IMPLICIT_CONTEXT
PERL_MALLOC_WRAP
PERL_OP_PARENT
PERL_PRESERVE_IVUV
USE_64_BIT_ALL
USE_64_BIT_INT
USE_ITHREADS
USE_LARGE_FILES
USE_LOCALE
USE_LOCALE_COLLATE
USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC
USE_LOCALE_TIME
USE_LONG_DOUBLE
USE_PERLIO
USE_PERL_ATOF
USE_REENTRANT_API
USE_THREAD_SAFE_LOCALE
Built under linux
Compiled at May 2 2020 14:40:06
%ENV:
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="51954"
PERL5_CPAN_IS_RUNNING="51954"
PERL_USE_UNSAFE_INC="1"
@INC:
/opt/Perl-5.30.2/lib/perl5/site_perl/5.30.2/x86_64-linux-thread-multi-ld
/opt/Perl-5.30.2/lib/perl5/site_perl/5.30.2
/opt/Perl-5.30.2/lib/perl5/5.30.2/x86_64-linux-thread-multi-ld
/opt/Perl-5.30.2/lib/perl5/5.30.2
.