HTML-Parser v3.75 Perl 5 v5.30.3 x86_64-linux
- Status
- Pass
- From
- Ioan Rogers
- Dist
-
HTML-Parser v3.75
- Platform
- Perl 5 v5.30.3 x86_64-linux
- Date
- 2020-09-01 15:58:03
- ID
- eaf6959e-ec6b-11ea-b5e5-9f9c842a07d2
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 CAPOEIRAB,
This is a computer-generated report for HTML-Parser-3.75
on perl 5.30.3, created by App::cpanminus::reporter 0.17 (1.7044).
Thank you for uploading your work to CPAN. Congratulations!
All tests were successful.
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 '':
Building and testing HTML-Parser-3.75
Running Mkbootstrap for Parser ()
"/home/ioan/.plenv/versions/mm-perl/bin/perl5.30.3" "/home/ioan/.plenv/versions/mm-perl/lib/5.30.3/ExtUtils/xsubpp" -typemap '/home/ioan/.plenv/versions/mm-perl/lib/5.30.3/ExtUtils/typemap' -typemap '/home/ioan/.cpanm/work/1598972973.154268/HTML-Parser-3.75/typemap' Parser.xs > Parser.xsc
chmod 644 "Parser.bs"
"/home/ioan/.plenv/versions/mm-perl/bin/perl5.30.3" -MExtUtils::Command::MM -e 'cp_nonempty' -- Parser.bs blib/arch/auto/HTML/Parser/Parser.bs 644
cp lib/HTML/TokeParser.pm blib/lib/HTML/TokeParser.pm
cp lib/HTML/Parser.pm blib/lib/HTML/Parser.pm
cp lib/HTML/LinkExtor.pm blib/lib/HTML/LinkExtor.pm
cp lib/HTML/Entities.pm blib/lib/HTML/Entities.pm
cp lib/HTML/Filter.pm blib/lib/HTML/Filter.pm
cp lib/HTML/PullParser.pm blib/lib/HTML/PullParser.pm
cp lib/HTML/HeadParser.pm blib/lib/HTML/HeadParser.pm
mv Parser.xsc Parser.c
clang -c -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"3.75\" -DXS_VERSION=\"3.75\" -fPIC "-I/home/ioan/.plenv/versions/mm-perl/lib/5.30.3/x86_64-linux/CORE" -DMARKED_SECTION Parser.c
rm -f blib/arch/auto/HTML/Parser/Parser.so
clang -shared -O2 -L/usr/local/lib -fstack-protector-strong Parser.o -o blib/arch/auto/HTML/Parser/Parser.so \
\
chmod 755 blib/arch/auto/HTML/Parser/Parser.so
"/home/ioan/.plenv/versions/mm-perl/bin/perl5.30.3" -MExtUtils::Command::MM -e 'cp_nonempty' -- Parser.bs blib/arch/auto/HTML/Parser/Parser.bs 644
PERL_DL_NONLAZY=1 "/home/ioan/.plenv/versions/mm-perl/bin/perl5.30.3" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/api_version.t ........ ok
t/argspec-bad.t ........ ok
t/argspec.t ............ ok
t/argspec2.t ........... ok
t/attr-encoded.t ....... ok
t/callback.t ........... ok
t/case-sensitive.t ..... ok
t/comment.t ............ ok
t/cases.t .............. ok
t/declaration.t ........ ok
t/default.t ............ ok
t/document.t ........... ok
#
# Versions for all modules listed in MYMETA.json (including optional ones):
#
# === Configure Requires ===
#
# Module Want Have
# ------------------- ---- ----
# ExtUtils::MakeMaker 6.52 7.46
#
# === Configure Suggests ===
#
# Module Want Have
# -------- ------- ----
# JSON::PP 2.27300 4.05
#
# === Build Requires ===
#
# Module Want Have
# ------------------- ---- ----
# ExtUtils::MakeMaker any 7.46
#
# === Test Requires ===
#
# Module Want Have
# ------------------- ---- --------
# Config any 5.030003
# ExtUtils::MakeMaker any 7.46
# File::Spec any 3.75
# FileHandle any 2.03
# IO::File any 1.41
# SelectSaver any 1.02
# Test any 1.31
# Test::More any 1.302177
# URI any 1.76
# strict any 1.11
# vars any 1.05
#
# === Test Recommends ===
#
# Module Want Have
# ---------- -------- --------
# CPAN::Meta 2.120900 2.150010
#
# === Runtime Requires ===
#
# Module Want Have
# ------------- ---- ----
# Carp any 1.50
# Exporter any 5.74
# HTML::Tagset any 3.20
# HTTP::Headers any 6.25
# IO::File any 1.41
# URI any 1.76
# URI::URL any 5.04
# XSLoader any 0.24
# strict any 1.11
# vars any 1.05
#
t/dtext.t .............. ok
t/00-report-prereqs.t .. ok
t/entities.t ........... ok
t/crashme.t ............ ok
t/entities2.t .......... ok
t/filter-methods.t ..... ok
t/filter.t ............. ok
t/free.t ............... ok
t/handler-eof.t ........ ok
t/handler.t ............ ok
t/headparser-http.t .... ok
t/ignore.t ............. ok
t/largetags.t .......... ok
t/headparser.t ......... ok
t/linkextor-base.t ..... ok
t/linkextor-rel.t ...... ok
t/magic.t .............. ok
t/marked-sect.t ........ ok
t/msie-compat.t ........ ok
t/offset.t ............. ok
t/options.t ............ ok
t/parsefile.t .......... ok
t/parser.t ............. ok
t/plaintext.t .......... ok
t/pullparser.t ......... ok
t/script.t ............. ok
t/process.t ............ ok
t/skipped-text.t ....... ok
t/textarea.t ........... ok
t/stack-realloc.t ...... ok
t/threads.t ............ skipped: Not configured for threads
t/uentities.t .......... ok
t/unbroken-text.t ...... ok
t/unicode-bom.t ........ ok
t/unicode.t ............ ok
t/tokeparser.t ......... ok
t/xml-mode.t ........... ok
All tests successful.
Files=49, Tests=452, 1 wallclock secs ( 0.16 usr 0.05 sys + 3.94 cusr 0.62 csys = 4.77 CPU)
Result: PASS
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
No requirements found
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
HARNESS_OPTIONS = j8
LANG = en_GB.UTF-8
LANGUAGE = en_GB:en_CA:en_US:en
LC_ADDRESS = en_GB.UTF-8
LC_ALL = en_GB.UTF-8
LC_IDENTIFICATION = en_GB.UTF-8
LC_MEASUREMENT = en_GB.UTF-8
LC_MONETARY = en_GB.UTF-8
LC_NAME = en_GB.UTF-8
LC_NUMERIC = en_GB.UTF-8
LC_PAPER = en_GB.UTF-8
LC_TELEPHONE = en_GB.UTF-8
LC_TIME = en_GB.UTF-8
PATH = /home/ioan/.plenv/versions/mm-perl/bin:/home/ioan/.plenv/libexec:/home/ioan/.plenv/plugins/perl-build/bin:/home/ioan/Projects/mm_website/bin:/home/ioan/Projects/mm_website/dev/bin/containers:/home/ioan/Projects/mm_website/dev/bin/go:/home/ioan/Projects/mm_website/ansible/bin:/home/ioan/Projects/mm_website/ansible/roles/server_management/files:/home/ioan/go/bin:/home/ioan/.plenv/shims:/snap/bin:/snap/google-cloud-sdk/current/bin:/home/ioan/.krew/bin::/home/ioan/.local/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/sbin:/usr/sbin:/usr/games
PERL5LIB = /home/ioan/Projects/mm_website/lib:/home/ioan/Projects/mm_website/t/lib:/home/ioan/Projects/mm_website/ansible/roles/server_management/files/perl_modules/
PERL_CPANM_OPT = --prompt --no-man-pages --verify --mirror https://cpan.metacpan.org
SHELL = /usr/bin/zsh
TERM = xterm-256color
Perl special variables (and OS-specific diagnostics, for MSWin32):
EGID = 1001 4 24 27 30 46 119 130 131 134 1001
EUID = 1001
EXECUTABLE_NAME = /home/ioan/.plenv/versions/mm-perl/bin/perl5.30.3
GID = 1001 4 24 27 30 46 119 130 131 134 1001
UID = 1001
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.28
CPAN::Meta 2.150010
Cwd 3.75
ExtUtils::CBuilder 0.280234
ExtUtils::Command 7.46
ExtUtils::Install 2.16
ExtUtils::MakeMaker 7.46
ExtUtils::Manifest 1.72
ExtUtils::ParseXS 3.40
File::Spec 3.75
JSON 4.02
JSON::PP 4.05
Module::Build 0.4231
Module::Signature 0.87
Parse::CPAN::Meta 2.150010
Test::Harness 3.42
Test::More 1.302177
YAML 1.30
YAML::Syck 1.32
version 0.9927
--
Summary of my perl5 (revision 5 version 30 subversion 3) configuration:
Platform:
osname=linux
osvers=5.4.0-28-generic
archname=x86_64-linux
uname='linux impatience 5.4.0-28-generic #32-ubuntu smp wed apr 22 17:40:10 utc 2020 x86_64 x86_64 x86_64 gnulinux '
config_args='-Dprefix=/home/ioan/.plenv/versions/mm-perl -de -Dversiononly -Doptimize=-O2 -Dccflags-march=native -Dcc=clang -Dman1dir=none -Dman3dir=none -A'eval:scriptdir=/home/ioan/.plenv/versions/mm-perl/bin''
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='clang'
ccflags ='-fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
optimize='-O2'
cppflags='-fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
ccversion=''
gccversion='Clang 10.0.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='double'
nvsize=8
Off_t='off_t'
lseeksize=8
alignbytes=8
prototype=define
Linker and Libraries:
ld='clang'
ldflags =' -fstack-protector-strong -L/usr/local/lib'
libpth=/usr/local/lib /usr/lib/llvm-10/lib/clang/10.0.0/lib /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 /lib64 /usr/lib64
libs=-lpthread -lnsl -ldb -ldl -lm -lcrypt -lutil -lc
perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
libc=libc-2.31.so
so=so
useshrplib=false
libperl=libperl.a
gnulibc_version='2.31'
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 Jun 9 2020 11:40:16
%ENV:
PERL5LIB="/home/ioan/Projects/mm_website/lib:/home/ioan/Projects/mm_website/t/lib:/home/ioan/Projects/mm_website/ansible/roles/server_management/files/perl_modules/"
PERL_CPANM_OPT="--prompt --no-man-pages --verify --mirror https://cpan.metacpan.org"
@INC:
/home/ioan/Projects/mm_website/lib
/home/ioan/Projects/mm_website/t/lib
/home/ioan/Projects/mm_website/ansible/roles/server_management/files/perl_modules/
/home/ioan/.plenv/versions/mm-perl/lib/site_perl/5.30.3/x86_64-linux
/home/ioan/.plenv/versions/mm-perl/lib/site_perl/5.30.3
/home/ioan/.plenv/versions/mm-perl/lib/5.30.3/x86_64-linux
/home/ioan/.plenv/versions/mm-perl/lib/5.30.3