HTML-Tidy5 v1.06 Perl 5 v5.30.0 x86_64-linux
- Status
- Fail
- From
- Slaven Rezić (SREZIC)
- Dist
-
HTML-Tidy5 v1.06
- Platform
- Perl 5 v5.30.0 x86_64-linux
- Date
- 2019-12-30 11:21:57
- ID
- 9773a39e-2af6-11ea-98ee-5d3b1f24ea8f
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.0, 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.0/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.0/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.030000, /opt/perl-5.30.0/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, 13 wallclock secs ( 0.04 usr 0.40 sys + 8.16 cusr 3.85 csys = 12.45 CPU)
Result: FAIL
Failed 8/28 test programs. 10/95 subtests failed.
Makefile:1094: 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.01
Exporter 0 5.73
Getopt::Long 0 2.51
perl 5.010001 5.030000
Test::Builder 0 1.302164
Test::Exception 0 0.43
Test::More 0.98 1.302164
build_requires:
Module Need Have
------------------- -------- --------
ExtUtils::MakeMaker 0 7.38
configure_requires:
Module Need Have
------------------- -------- --------
ExtUtils::MakeMaker 0 7.38
------------------------------
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 = 26151
PERL5_CPAN_IS_RUNNING = 26151
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 25457,26151
PERLDOC = -MPod::Perldoc::ToTextOverstrike
PERL_BATCH = yes
PERL_CANARY_STABILITY_NOPROMPT = 1
PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2019123011/cpanreporter_000_config.ini
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_USE_UNSAFE_INC = 1
SHELL = /usr/bin/zsh
TERM = screen
TMPDIR = /var/tmp/cpansmoker-1023/2019123011
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /opt/perl-5.30.0/bin/perl
$UID/$EUID = 1023 / 1023
$GID = 1023 1023
$EGID = 1023 1023
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.26
CPAN::Meta 2.150010
Cwd 3.78
ExtUtils::CBuilder 0.280231
ExtUtils::Command 7.38
ExtUtils::Install 2.14
ExtUtils::MakeMaker 7.38
ExtUtils::Manifest 1.72
ExtUtils::ParseXS 3.40
File::Spec 3.78
JSON 4.02
JSON::PP 4.04
Module::Build 0.4229
Module::Signature 0.83
Parse::CPAN::Meta 2.150010
Test::Harness 3.42
Test::More 1.302164
YAML 1.29
YAML::Syck 1.31
version 0.9924
--
Summary of my perl5 (revision 5 version 30 subversion 0) configuration:
Platform:
osname=linux
osvers=4.9.0-8-amd64
archname=x86_64-linux
uname='linux eserte 4.9.0-8-amd64 #1 smp debian 4.9.144-3 (2019-02-02) x86_64 gnulinux '
config_args='-ds -e -Dprefix=/opt/perl-5.30.0 -Dcf_email=srezic@cpan.org'
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 ='-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='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_COPY_ON_WRITE
PERL_DONT_CREATE_GVSV
PERL_MALLOC_WRAP
PERL_OP_PARENT
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 May 22 2019 20:11:33
%ENV:
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="26151"
PERL5_CPAN_IS_RUNNING="26151"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="25457,26151"
PERLDOC="-MPod::Perldoc::ToTextOverstrike"
PERL_BATCH="yes"
PERL_CANARY_STABILITY_NOPROMPT="1"
PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2019123011/cpanreporter_000_config.ini"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_USE_UNSAFE_INC="1"
@INC:
/opt/perl-5.30.0/lib/site_perl/5.30.0/x86_64-linux
/opt/perl-5.30.0/lib/site_perl/5.30.0
/opt/perl-5.30.0/lib/5.30.0/x86_64-linux
/opt/perl-5.30.0/lib/5.30.0
.