XML-LibXML-Fixup v0.03 Perl 5 v5.39.7 x86_64-linux
- Status
- Fail
- From
- Andreas J. König (ANDK)
- Dist
-
XML-LibXML-Fixup v0.03
- Platform
- Perl 5 v5.39.7 x86_64-linux
- Date
- 2024-01-22 05:22:50
- ID
- 4953e78c-b8e6-11ee-96e4-59f95eafec44
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 Nigel Wetters Gourlay,
This is a computer-generated report for XML-LibXML-Fixup-0.03
on perl 5.39.7, created by CPAN-Reporter-1.2019.
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:
this report is from an automated smoke testing program
and was not reviewed by a human for accuracy
------------------------------
PROGRAM OUTPUT
------------------------------
Output from '/usr/bin/make test':
PERL_DL_NONLAZY=1 "/tmp/basesmoker-reloperl-macy/bin/perl" "-Iblib/lib" "-Iblib/arch" test.pl
1..72
# Module loading
ok 1 - use XML::LibXML::Fixup;
ok 2 - require XML::LibXML::Fixup;
ok 3 - throw_exceptions off
ok 4 - An object of class 'XML::LibXML::Fixup' isa 'XML::LibXML::Fixup'
# Checking method existence
ok 5 - XML::LibXML::Fixup->can('valid')
ok 6 - XML::LibXML::Fixup->can('fixed_up')
ok 7 - XML::LibXML::Fixup->can('add_fixup')
ok 8 - XML::LibXML::Fixup->can('clear_fixups')
ok 9 - XML::LibXML::Fixup->can('throw_exceptions')
ok 10 - XML::LibXML::Fixup->can('get_errors')
ok 11 - XML::LibXML::Fixup->can('first_error')
ok 12 - XML::LibXML::Fixup->can('next_error')
# XML::LibXML method inheritance
ok 13 - An object of class 'XML::LibXML::Fixup' isa 'XML::LibXML'
ok 14 - XML::LibXML::Fixup->can('get_last_error')
ok 15 - XML::LibXML::Fixup->can('parse_string')
ok 16 - XML::LibXML::Fixup->can('validation')
ok 17 - XML::LibXML::Fixup->can('parse_fh') # TODO parsing files not yet implemented
ok 18 - XML::LibXML::Fixup->can('parse_file') # TODO parsing files not yet implemented
ok 19 - XML::LibXML::Fixup->can('parse_html_fh') # TODO parsing files not yet implemented
ok 20 - XML::LibXML::Fixup->can('parse_html_file') # TODO parsing files not yet implemented
ok 21 - XML::LibXML::Fixup->can('parse_html_string') # TODO parsing files not yet implemented
# Testing with first valid XML file
ok 22 - footballnews.xml parses
ok 23 - no parse errors in next_error
ok 24 - no parse errors in get_last_error
ok 25 - footballnews.xml validates
ok 26 - no validation errors in next_error
ok 27 - no validation errors in get_last_error
# Testing with second valid XML file
ok 28 - footballlatestnews.xml parses
ok 29 - no parse errors in next_error
ok 30 - no parse errors in get_last_error
ok 31 - no fixups applied
ok 32 - footballlatestnews.xml validates
ok 33 - no validation errors in next_error
ok 34 - no validation errors in get_last_error
ok 35 - no fixups applied
# Testing with first invalid XML file
ok 36 - badfootballnews.xml parses
ok 37 - no parse errors in next_error
ok 38 - no parse errors in get_last_error
ok 39 - no fixups applied
not ok 40 - badfootballnews.xml doesn't validate
# Failed test 'badfootballnews.xml doesn't validate'
# at test.pl line 102.
not ok 41 - validation errors exist in next_error
# Failed test 'validation errors exist in next_error'
# at test.pl line 103.
not ok 42 - validation errors exist in get_last_error
# Failed test 'validation errors exist in get_last_error'
# at test.pl line 104.
not ok 43 - still exist in next_error
# Failed test 'still exist in next_error'
# at test.pl line 106.
not ok 44 - really, really exist in next_error!
# Failed test 'really, really exist in next_error!'
# at test.pl line 108.
ok 45 - but now they don't
ok 46 - no fixups applied
# Fixing first bad XML file
ok 47 - badfootballnews.xml parses
ok 48 - no parse errors in next_error
ok 49 - no parse errors in get_last_error
ok 50 - no fixups applied
ok 51 - badfootballnews.xml validates
not ok 52 - validation errors exist in next_error
# Failed test 'validation errors exist in next_error'
# at test.pl line 126.
not ok 53 - validation errors exist in get_last_error
# Failed test 'validation errors exist in get_last_error'
# at test.pl line 127.
not ok 54 - fixups have been applied
# Failed test 'fixups have been applied'
# at test.pl line 128.
ok 55 - fixups have been cleared
# Testing with second invalid XML file
ok 56 - throw_exceptions off
ok 57 - throw_exceptions on
ok 58 - badfootballlatestnews.xml doesn't parse
ok 59 - $@ has been set
ok 60 - parse errors exist
ok 61 - no fixups applied
ok 62 - badfootballlatestnews.xml doesn't validate
ok 63 - $@ has been set
ok 64 - validation errors exist in next_error
ok 65 - no fixups applied
# Fixing second bad XML file
ok 66 - badfootballlatestnews.xml parses
ok 67 - parse errors exist
ok 68 - one fixup has been applied
ok 69 - fixups have been cleared
ok 70 - badfootballlatestnews.xml validates
ok 71 - validation errors exist
not ok 72 - two fixups have been applied
# Failed test 'two fixups have been applied'
# at test.pl line 183.
# got: '1'
# expected: '2'
# Looks like you failed 9 tests of 72.
make: *** [Makefile:845: test_dynamic] Error 9
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------------- ---- --------
Carp 0 1.54
Test::More 0 1.302198
XML::LibXML 0 2.0209
build_requires:
Module Need Have
------------------- ---- --------
ExtUtils::MakeMaker 0 7.70
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
LANG = en_US.UTF-8
PATH = /home/sand/bin:/usr/local/bin:/usr/local/sbin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/perl/bin:/usr/X11/bin
PERL = /tmp/basesmoker-reloperl-macy/bin/perl
PERL5LIB = /tmp/loop_over_bdir-3551-l8emhy/Lemonldap-NG-Cli-0.2-0/blib/arch:/tmp/loop_over_bdir-3551-l8emhy/Lemonldap-NG-Cli-0.2-0/blib/lib:/tmp/loop_over_bdir-3551-l8emhy/Linux-InitFS-0.2-0/blib/arch:/tmp/loop_over_bdir-3551-l8emhy/Linux-InitFS-0.2-0/blib/lib:/tmp/loop_over_bdir-3551-l8emhy/Lingua-YaTeA-0.626-0/blib/arch:/tmp/loop_over_bdir-3551-l8emhy/Lingua-YaTeA-0.626-0/blib/lib:/tmp/loop_over_bdir-3551-l8emhy/Debian-Packages-0.03-0/blib/arch:/tmp/loop_over_bdir-3551-l8emhy/Debian-Packages-0.03-0/blib/lib
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 3559
PERL5_CPAN_IS_RUNNING = 3559
PERL_CANARY_STABILITY_NOPROMPT = 1
PERL_MM_USE_DEFAULT = 1
PERL_USE_UNSAFE_INC = 1
SHELL = /usr/bin/zsh
TERM = screen
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /tmp/basesmoker-reloperl-macy/bin/perl
$UID/$EUID = 1005 / 1005
$GID = 1005 1005
$EGID = 1005 1005
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.36
CPAN::Meta 2.150010
Cwd 3.90
ExtUtils::CBuilder 0.280240
ExtUtils::Command 7.70
ExtUtils::Install 2.22
ExtUtils::MakeMaker 7.70
ExtUtils::Manifest 1.75
ExtUtils::ParseXS 3.51
File::Spec 3.90
JSON 4.10
JSON::PP 4.16
Module::Build 0.4234
Module::Signature 0.88
Parse::CPAN::Meta 2.150010
Test2 1.302198
Test::Harness 3.48
Test::More 1.302198
YAML 1.31
YAML::Syck 1.34
version 0.9930
--
Summary of my perl5 (revision 5 version 39 subversion 7) configuration:
Commit id: 96559478fdc3f2fe9c51cad02ebbae0c950b7b68
Platform:
osname=linux
osvers=5.4.0-169-generic
archname=x86_64-linux
uname='linux k93focal 5.4.0-169-generic #187-ubuntu smp thu nov 23 14:52:28 utc 2023 x86_64 x86_64 x86_64 gnulinux '
config_args='-Dprefix=/home/sand/src/perl/repoperls/installed-perls/host/k93focal/v5.39.7/b254 -Dmyhostname=k93focal -Dinstallusrbinperl=n -Uversiononly -Dusedevel -des -Ui_db -Dlibswanted=cl pthread socket inet nsl gdbm dbm malloc dl ld sun m crypt sec util c cposix posix ucb BSD gdbm_compat -Uuseithreads -Uuselongdouble -DEBUGGING=both'
hint=recommended
useposix=true
d_sigaction=define
useithreads=undef
usemultiplicity=undef
use64bitint=define
use64bitall=define
uselongdouble=undef
usemymalloc=n
default_inc_excludes_dot=define
Compiler:
cc='cc'
ccflags ='-fwrapv -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
optimize='-O2 -g'
cppflags='-fwrapv -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
ccversion=''
gccversion='9.4.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='cc'
ldflags =' -fstack-protector-strong -L/usr/local/lib'
libpth=/usr/local/lib /usr/lib/x86_64-linux-gnu /usr/lib /usr/lib64
libs=-lpthread -lnsl -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 -g -L/usr/local/lib -fstack-protector-strong'
Characteristics of this binary (from libperl):
Compile-time options:
DEBUGGING
HAS_LONG_DOUBLE
HAS_STRTOLD
HAS_TIMES
PERLIO_LAYERS
PERL_COPY_ON_WRITE
PERL_DONT_CREATE_GVSV
PERL_HASH_FUNC_SIPHASH13
PERL_HASH_USE_SBOX32
PERL_MALLOC_WRAP
PERL_OP_PARENT
PERL_PRESERVE_IVUV
PERL_USE_DEVEL
PERL_USE_SAFE_PUTENV
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 Jan 20 2024 13:20:44
%ENV:
PERL="/tmp/basesmoker-reloperl-macy/bin/perl"
PERL5LIB="/tmp/loop_over_bdir-3551-l8emhy/Lemonldap-NG-Cli-0.2-0/blib/arch:/tmp/loop_over_bdir-3551-l8emhy/Lemonldap-NG-Cli-0.2-0/blib/lib:/tmp/loop_over_bdir-3551-l8emhy/Linux-InitFS-0.2-0/blib/arch:/tmp/loop_over_bdir-3551-l8emhy/Linux-InitFS-0.2-0/blib/lib:/tmp/loop_over_bdir-3551-l8emhy/Lingua-YaTeA-0.626-0/blib/arch:/tmp/loop_over_bdir-3551-l8emhy/Lingua-YaTeA-0.626-0/blib/lib:/tmp/loop_over_bdir-3551-l8emhy/Debian-Packages-0.03-0/blib/arch:/tmp/loop_over_bdir-3551-l8emhy/Debian-Packages-0.03-0/blib/lib"
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="3559"
PERL5_CPAN_IS_RUNNING="3559"
PERL_CANARY_STABILITY_NOPROMPT="1"
PERL_MM_USE_DEFAULT="1"
PERL_USE_UNSAFE_INC="1"
@INC:
/tmp/loop_over_bdir-3551-l8emhy/Lemonldap-NG-Cli-0.2-0/blib/arch
/tmp/loop_over_bdir-3551-l8emhy/Lemonldap-NG-Cli-0.2-0/blib/lib
/tmp/loop_over_bdir-3551-l8emhy/Linux-InitFS-0.2-0/blib/arch
/tmp/loop_over_bdir-3551-l8emhy/Linux-InitFS-0.2-0/blib/lib
/tmp/loop_over_bdir-3551-l8emhy/Lingua-YaTeA-0.626-0/blib/arch
/tmp/loop_over_bdir-3551-l8emhy/Lingua-YaTeA-0.626-0/blib/lib
/tmp/loop_over_bdir-3551-l8emhy/Debian-Packages-0.03-0/blib/arch
/tmp/loop_over_bdir-3551-l8emhy/Debian-Packages-0.03-0/blib/lib
/home/sand/src/perl/repoperls/installed-perls/host/k93focal/v5.39.7/b254/lib/site_perl/5.39.7/x86_64-linux
/home/sand/src/perl/repoperls/installed-perls/host/k93focal/v5.39.7/b254/lib/site_perl/5.39.7
/home/sand/src/perl/repoperls/installed-perls/host/k93focal/v5.39.7/b254/lib/5.39.7/x86_64-linux
/home/sand/src/perl/repoperls/installed-perls/host/k93focal/v5.39.7/b254/lib/5.39.7
.