XML-LibXSLT v1.99 Perl 5 v5.30.2 darwin-2level

Status
Fail
From
Neil Bowers
Dist
XML-LibXSLT v1.99
Platform
Perl 5 v5.30.2 darwin-2level
Date
2021-07-07T15:42:05
ID
e167bed8-df39-11eb-a2a8-45c18454aa64
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 Shlomi Fish,

This is a computer-generated report for XML-LibXSLT-1.99
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':

"/usr/local/perl/5302/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- LibXSLT.bs blib/arch/auto/XML/LibXSLT/LibXSLT.bs 644
PERL_DL_NONLAZY=1 "/usr/local/perl/5302/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
Warning: program compiled against libxml 209 using older 207
t/01basic.t ............... ok
Warning: program compiled against libxml 209 using older 207

#   Failed test ' TODO : Add test name'
#   at t/02dromeds.t line 88.
t/02dromeds.t ............. 
Failed 1/6 subtests 
Warning: program compiled against libxml 209 using older 207
I/O warning : failed to load external entity "foo.xml"
I/O warning : failed to load external entity "foo.xml"
t/03input.t ............... 
Failed 21/28 subtests 
Warning: program compiled against libxml 209 using older 207
t/04params.t .............. 
Failed 2/7 subtests 
Warning: program compiled against libxml 209 using older 207
t/05quick.t ............... 
Failed 8/12 subtests 
Warning: program compiled against libxml 209 using older 207

#   Failed test '$content matches entity.'
#   at t/06entities.t line 49.
#                   '"1.0"'
#     doesn't match '(?^i:foo(?:ö|\xC3\xB6)bar)'
t/06entities.t ............ 
Failed 1/2 subtests 
Warning: program compiled against libxml 209 using older 207
t/06output.t .............. 
Failed 24/28 subtests 
Warning: program compiled against libxml 209 using older 207
I/O warning : failed to load external entity "foo"
t/07blankdoc.t ............ ok
Warning: program compiled against libxml 209 using older 207
t/08literal.t ............. 
All 8 subtests passed 
Warning: program compiled against libxml 209 using older 207
t/09exslt.t ............... 
All 6 subtests passed 
Warning: program compiled against libxml 209 using older 207
t/10functions.t ........... 
Failed 28/39 subtests 
Warning: program compiled against libxml 209 using older 207

#   Failed test ' TODO : Add test name'
#   at t/11utf8.t line 61.
Wide character in print at /usr/local/perl/5302/lib/site_perl/5.30.2/Test2/Formatter/TAP.pm line 125.
#          got: ''
#     expected: 'Ādam'
t/11utf8.t ................ 
Failed 21/32 subtests 
Warning: program compiled against libxml 209 using older 207
t/12import.t .............. ok
Warning: program compiled against libxml 209 using older 207
t/13error.t ............... 
Failed 19/28 subtests 
Warning: program compiled against libxml 209 using older 207
I/O warning : failed to load external entity "allow.xml"

#   Failed test 'Output matches foo'
#   at t/14security.t line 100.
#                   '"1.0"'
#     doesn't match '(?^:foo: Text here)'
t/14security.t ............ 
Failed 17/26 subtests 
Warning: program compiled against libxml 209 using older 207
t/15misc.t ................ 
Failed 3/4 subtests 
t/cpan-changes.t .......... skipped: Test::CPAN::Changes required for this test
t/pod.t ................... ok
Warning: program compiled against libxml 209 using older 207
t/rt71345_a.t ............. 
Failed 1/2 subtests 
Warning: program compiled against libxml 209 using older 207
t/rt71345_b.t ............. 
Failed 1/2 subtests 
t/style-trailing-space.t .. skipped: Test::TrailingSpace required for trailing space test.
Warning: program compiled against libxml 209 using older 207

#   Failed test 'Rudimentary XSLT test just to make sure we reached here.'
#   at t/xml-grammar-failures.t line 38.
#                   '"1.0""UTF-8"'
#     doesn't match '(?^:<db:listitem)'
t/xml-grammar-failures.t .. 
Failed 1/1 subtests 

Test Summary Report
-------------------
t/02dromeds.t           (Wstat: 11 Tests: 6 Failed: 1)
  Failed test:  6
  Non-zero wait status: 11
t/03input.t             (Wstat: 11 Tests: 7 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 28 tests but ran 7.
t/04params.t            (Wstat: 11 Tests: 5 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 7 tests but ran 5.
t/05quick.t             (Wstat: 11 Tests: 4 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 12 tests but ran 4.
t/06entities.t          (Wstat: 11 Tests: 2 Failed: 1)
  Failed test:  2
  Non-zero wait status: 11
t/06output.t            (Wstat: 11 Tests: 4 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 28 tests but ran 4.
t/08literal.t           (Wstat: 11 Tests: 8 Failed: 0)
  Non-zero wait status: 11
t/09exslt.t             (Wstat: 11 Tests: 6 Failed: 0)
  Non-zero wait status: 11
t/10functions.t         (Wstat: 6 Tests: 11 Failed: 0)
  Non-zero wait status: 6
  Parse errors: Bad plan.  You planned 39 tests but ran 11.
t/11utf8.t              (Wstat: 11 Tests: 12 Failed: 1)
  Failed test:  10
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 32 tests but ran 12.
t/13error.t             (Wstat: 11 Tests: 9 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 28 tests but ran 9.
t/14security.t          (Wstat: 11 Tests: 10 Failed: 1)
  Failed test:  9
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 26 tests but ran 10.
t/15misc.t              (Wstat: 11 Tests: 1 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 4 tests but ran 1.
t/rt71345_a.t           (Wstat: 11 Tests: 1 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 2 tests but ran 1.
t/rt71345_b.t           (Wstat: 11 Tests: 1 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 2 tests but ran 1.
t/xml-grammar-failures.t (Wstat: 11 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero wait status: 11
Files=22, Tests=102,  2 wallclock secs ( 0.06 usr  0.04 sys +  1.67 cusr  0.41 csys =  2.18 CPU)
Result: FAIL
Failed 16/22 test programs. 5/102 subtests failed.
make: *** [test_dynamic] Error 22

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

Prerequisite modules loaded:

requires:

    Module              Need     Have    
    ------------------- -------- --------
    Encode              0        3.01    
    perl                5.008001 5.030002
    strict              0        1.11    
    warnings            0        1.44    
    XML::LibXML         1.70     2.0207  

build_requires:

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

configure_requires:

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


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

Environment variables:

    NONINTERACTIVE_TESTING = 1
    PATH = /usr/local/apache/bin:/usr/local/bin:/opt/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Applications/VMware Fusion.app/Contents/Public:/usr/local/go/bin:/opt/X11/bin:/usr/local/git/bin
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 41061
    PERL5_CPAN_IS_RUNNING = 41061
    PERL_MM_USE_DEFAULT = 1
    PERL_USE_UNSAFE_INC = 1
    SHELL = /bin/sh
    TERM = xterm

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

    $^X = /usr/local/perl/5302/bin/perl
    $UID/$EUID = 0 / 0
    $GID = 0 0 1 2 3 4 5 8 9 12 20 29 61 80 701 702 33
    $EGID = 0 0 1 2 3 4 5 8 9 12 20 29 61 80 701 702 33

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.22    
    CPAN::Meta          2.150010
    Cwd                 3.78    
    ExtUtils::CBuilder  0.280231
    ExtUtils::Command   7.62    
    ExtUtils::Install   2.14    
    ExtUtils::MakeMaker 7.62    
    ExtUtils::Manifest  1.72    
    ExtUtils::ParseXS   3.40    
    File::Spec          3.78    
    JSON                4.03    
    JSON::PP            4.02    
    Module::Build       0.4231  
    Module::Signature   n/a     
    Parse::CPAN::Meta   2.150010
    Test::Harness       3.42    
    Test::More          1.302185
    YAML                1.30    
    YAML::Syck          n/a     
    version             0.9924  


--

Summary of my perl5 (revision 5 version 30 subversion 2) configuration:
   
  Platform:
    osname=darwin
    osvers=20.4.0
    archname=darwin-2level
    uname='darwin tucumcari.local 20.4.0 darwin kernel version 20.4.0: thu apr 22 21:46:47 pdt 2021; root:xnu-7195.101.2~1release_x86_64 x86_64 '
    config_args=''
    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 ='-fno-common -DPERL_DARWIN -mmacosx-version-min=11.3 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -I/opt/local/include -DPERL_USE_SAFE_PUTENV'
    optimize='-O3'
    cppflags='-fno-common -DPERL_DARWIN -mmacosx-version-min=11.3 -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -I/opt/local/include'
    ccversion=''
    gccversion='Apple LLVM 12.0.0 (clang-1200.0.32.29)'
    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 =' -mmacosx-version-min=11.3 -fstack-protector-strong -L/usr/local/lib -L/opt/local/lib'
    libpth=/usr/local/lib /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/lib /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/lib /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib /opt/local/lib /usr/lib
    libs=-lgdbm
    perllibs=
    libc=
    so=dylib
    useshrplib=false
    libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs
    dlext=bundle
    d_dlsymun=undef
    ccdlflags=' '
    cccdlflags=' '
    lddlflags=' -mmacosx-version-min=11.3 -bundle -undefined dynamic_lookup -L/usr/local/lib -L/opt/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
    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 darwin
  Compiled at May 19 2021 18:04:11
  %ENV:
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="41061"
    PERL5_CPAN_IS_RUNNING="41061"
    PERL_MM_USE_DEFAULT="1"
    PERL_USE_UNSAFE_INC="1"
  @INC:
    /usr/local/perl/5302/lib/site_perl/5.30.2/darwin-2level
    /usr/local/perl/5302/lib/site_perl/5.30.2
    /usr/local/perl/5302/lib/5.30.2/darwin-2level
    /usr/local/perl/5302/lib/5.30.2
    .