XML-LibXML-SAX-ChunkParser v0.00008 Perl 5 v5.42.0 MSWin32-x64-multi-thread

Status
Fail
From
gregor herrmann
Dist
XML-LibXML-SAX-ChunkParser v0.00008
Platform
Perl 5 v5.42.0 MSWin32-x64-multi-thread
Date
2025-11-05 09:41:44
ID
5b0aac6f-7bf6-1014-ab8d-addbd8bdf935
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 Daisuke Maki,

This is a computer-generated report for XML-LibXML-SAX-ChunkParser-0.00008
on perl 5.42.0, created by CPAN-Reporter-1.2020.

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 'C:\Strawberry\perl\bin\perl.exe ./Build test':

t\00_compile.t .. ok
# parsing chunk '<?xml v'
# parsing chunk 'ersion="1.0"?>'

#   Failed test 'event should be start_document'
#   at t\01_basic.t line 104.
#          got: 'set_document_locator'
#     expected: 'start_document'

#   Failed test 'event should be xml_decl'
#   at t\01_basic.t line 104.
#          got: 'start_document'
#     expected: 'xml_decl'

#   Failed test at t\01_basic.t line 105.
#     Structures begin differing at:
#          $got->{Version} = Does not exist
#     $expected->{Version} = '1.0'

#   Failed test 'event should be start_prefix_mapping'
#   at t\01_basic.t line 104.
#          got: 'xml_decl'
#     expected: 'start_prefix_mapping'

#   Failed test at t\01_basic.t line 105.
#     Structures begin differing at:
#          $got->{Prefix} = Does not exist
#     $expected->{Prefix} = ''
# parsing chunk '<foo xml'
# parsing chunk 'ns="http://foobar.com">'

#   Failed test 'event should be start_element'
#   at t\01_basic.t line 104.
#          got: 'start_prefix_mapping'
#     expected: 'start_element'

#   Failed test at t\01_basic.t line 105.
#     Structures begin differing at:
#          $got->{Name} = Does not exist
#     $expected->{Name} = 'foo'

#   Failed test at t\01_basic.t line 105.
#     Structures begin differing at:
#          $got->{LocalName} = 'foo'
#     $expected->{LocalName} = 'bar'
# parsing chunk '<'
# parsing chunk 'bar x="1"'
# parsing chunk '>'

#   Failed test at t\01_basic.t line 105.
#     Structures begin differing at:
#          $got->{LocalName} = 'bar'
#     $expected->{LocalName} = 'baz'
# parsing chunk '<baz>whoopla</b'

#   Failed test 'event should be characters'
#   at t\01_basic.t line 104.
#          got: 'start_element'
#     expected: 'characters'

#   Failed test at t\01_basic.t line 105.
#     Structures begin differing at:
#          $got->{Attributes} = HASH(0x222f967e3b0)
#     $expected->{Attributes} = Does not exist

#   Failed test 'event should be end_element'
#   at t\01_basic.t line 104.
#          got: 'characters'
#     expected: 'end_element'

#   Failed test at t\01_basic.t line 105.
#     Structures begin differing at:
#          $got->{LocalName} = Does not exist
#     $expected->{LocalName} = 'baz'
# parsing chunk 'az>'

#   Failed test at t\01_basic.t line 105.
#     Structures begin differing at:
#          $got->{Name} = 'baz'
#     $expected->{Name} = 'bar'
# parsing chunk '<'
# parsing chunk '/'
# parsing chunk 'bar>'

#   Failed test at t\01_basic.t line 105.
#     Structures begin differing at:
#          $got->{LocalName} = 'bar'
#     $expected->{LocalName} = 'foo'
# parsing chunk '</foo>'

#   Failed test 'event should be end_prefix_mapping'
#   at t\01_basic.t line 104.
#          got: 'end_element'
#     expected: 'end_prefix_mapping'

#   Failed test at t\01_basic.t line 105.
#     Structures begin differing at:
#          $got->{LocalName} = 'foo'
#     $expected->{LocalName} = Does not exist

#   Failed test 'event should be '
#   at t\01_basic.t line 104.
#          got: 'end_prefix_mapping'
#     expected: undef

#   Failed test at t\01_basic.t line 105.
#     Structures begin differing at:
#          $got->{NamespaceURI} = 'http://foobar.com'
#     $expected->{NamespaceURI} = Does not exist
# Looks like you planned 23 tests but ran 25.
# Looks like you failed 19 tests of 25 run.
t\01_basic.t .... 
Dubious, test returned 5 (wstat 1280, 0x500)
Failed 17/23 subtests 
t\rt94173.t ..... ok

Test Summary Report
-------------------
t\01_basic.t  (Wstat: 1280 (exited 5) Tests: 25 Failed: 19)
  Failed tests:  2, 4-9, 11, 13-17, 19, 21-25
  Non-zero exit status: 5
  Parse errors: Bad plan.  You planned 23 tests but ran 25.
Files=3, Tests=29,  9 wallclock secs ( 0.08 usr +  0.06 sys =  0.14 CPU)
Result: FAIL
Failed 1/3 test programs. 19/29 subtests failed.

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

Prerequisite modules loaded:

requires:

    Module              Need Have    
    ------------------- ---- --------
    XML::LibXML         1.66 2.0210  
    XML::SAX            0    1.02    

build_requires:

    Module              Need Have    
    ------------------- ---- --------
    ExtUtils::MakeMaker 6.36 7.76    
    Test::Fatal         0    0.017   
    Test::More          0    1.302214

configure_requires:

    Module              Need Have    
    ------------------- ---- --------
    CPAN::Meta          0    2.150010
    CPAN::Meta::Prereqs 0    2.150010
    Module::Build       0.38 0.42_35 


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

Environment variables:

    AUTOMATED_TESTING = 1
    COMSPEC = C:\Windows\system32\cmd.exe
    NONINTERACTIVE_TESTING = 1
    NUMBER_OF_PROCESSORS = 2
    PATH = C:\WINDOWS\system32;C:\Program Files\Git\cmd;C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 2584
    PERL5_CPAN_IS_RUNNING = 2584
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 5444,2584
    PERL_CR_SMOKER_CURRENT = XML-Writer-Lazy-0.05
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_MM_USE_DEFAULT = 1
    PERL_USE_UNSAFE_INC = 1
    PROCESSOR_IDENTIFIER = Intel64 Family 6 Model 15 Stepping 11, GenuineIntel
    TEMP = C:\Users\smoker\AppData\Local\Temp

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

    $^X = C:\Strawberry\perl\bin\perl.exe
    $UID/$EUID = 0 / 0
    $GID = 0
    $EGID = 0
    Win32::GetOSName = Win10
    Win32::GetOSVersion = , 10, 0, 19045, 2, 0, 0, 256, 1
    Win32::FsType = NTFS
    Win32::IsAdminUser = 0

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.38    
    CPAN::Meta          2.150010
    Cwd                 3.94    
    ExtUtils::CBuilder  0.280242
    ExtUtils::Command   7.76    
    ExtUtils::Install   2.22    
    ExtUtils::MakeMaker 7.76    
    ExtUtils::Manifest  1.75    
    ExtUtils::ParseXS   3.60    
    File::Spec          3.94    
    JSON                4.10    
    JSON::PP            4.16    
    Module::Build       0.42_35 
    Module::Signature   n/a     
    Parse::CPAN::Meta   2.150010
    Test2               1.302214
    Test::Harness       3.52    
    Test::More          1.302214
    YAML                1.31    
    YAML::Syck          1.34    
    version             0.9933  


--

Summary of my perl5 (revision 5 version 42 subversion 0) configuration:
   
  Platform:
    osname=MSWin32
    osvers=10.0.26100.4652
    archname=MSWin32-x64-multi-thread
    uname='Win32 strawberry-perl 5.42.0.1 # 05:37:25 Fri August 01 2025 x64'
    config_args='undef'
    hint=recommended
    useposix=true
    d_sigaction=undef
    useithreads=define
    usemultiplicity=define
    use64bitint=define
    use64bitall=undef
    uselongdouble=undef
    usemymalloc=n
    default_inc_excludes_dot=define
  Compiler:
    cc='gcc'
    ccflags ='-std=c99 -DWIN32 -DWIN64 -DPERL_TEXTMODE_SCRIPTS -DMULTIPLICITY -DPERL_IMPLICIT_SYS -DUSE_PERLIO -D__USE_MINGW_ANSI_STDIO -fwrapv -fno-strict-aliasing -mms-bitfields'
    optimize='-O2'
    cppflags='-DWIN32'
    ccversion=''
    gccversion='13.2.0'
    gccosandvers=''
    intsize=4
    longsize=4
    ptrsize=8
    doublesize=8
    byteorder=12345678
    doublekind=3
    d_longlong=define
    longlongsize=8
    d_longdbl=define
    longdblsize=16
    longdblkind=3
    ivtype='long long'
    ivsize=8
    nvtype='double'
    nvsize=8
    Off_t='long long'
    lseeksize=8
    alignbytes=8
    prototype=define
  Linker and Libraries:
    ld='g++'
    ldflags ='-s -L"C:\STRAWB~1\perl\lib\CORE" -L"C:\STRAWB~1\c\lib" -L"C:\STRAWB~1\c\x86_64-w64-mingw32\lib" -L"C:\STRAWB~1\c\lib\gcc\x86_64-w64-mingw32\13.2.0"'
    libpth=C:\STRAWB~1\c\lib C:\STRAWB~1\c\x86_64-w64-mingw32\lib C:\STRAWB~1\c\lib\gcc\x86_64-w64-mingw32\13.2.0 C:\STRAWB~1\c\x86_64-w64-mingw32\lib C:\STRAWB~1\c\lib\gcc\x86_64-w64-mingw32\13.2.0
    libs= -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32
    perllibs= -lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32
    libc=-lucrt
    so=dll
    useshrplib=true
    libperl=libperl542.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_win32.xs
    dlext=xs.dll
    d_dlsymun=undef
    ccdlflags=' '
    cccdlflags=' '
    lddlflags='-shared -s -L"C:\STRAWB~1\perl\lib\CORE" -L"C:\STRAWB~1\c\lib" -L"C:\STRAWB~1\c\x86_64-w64-mingw32\lib" -L"C:\STRAWB~1\c\lib\gcc\x86_64-w64-mingw32\13.2.0"'


Characteristics of this binary (from libperl): 
  Compile-time options:
    HAS_LONG_DOUBLE
    HAS_TIMES
    HAVE_INTERP_INTERN
    MULTIPLICITY
    PERLIO_LAYERS
    PERL_COPY_ON_WRITE
    PERL_DONT_CREATE_GVSV
    PERL_HASH_FUNC_SIPHASH13
    PERL_HASH_USE_SBOX32
    PERL_IMPLICIT_SYS
    PERL_MALLOC_WRAP
    PERL_OP_PARENT
    PERL_PRESERVE_IVUV
    PERL_USE_SAFE_PUTENV
    USE_64_BIT_INT
    USE_ITHREADS
    USE_LARGE_FILES
    USE_LOCALE
    USE_LOCALE_COLLATE
    USE_LOCALE_CTYPE
    USE_LOCALE_NUMERIC
    USE_LOCALE_TIME
    USE_PERLIO
    USE_PERL_ATOF
    USE_THREAD_SAFE_LOCALE
  Built under MSWin32
  Compiled at Aug  1 2025 15:42:55
  %ENV:
    PERL5_CPANPLUS_IS_RUNNING="2584"
    PERL5_CPAN_IS_RUNNING="2584"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="5444,2584"
    PERL_CR_SMOKER_CURRENT="XML-Writer-Lazy-0.05"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_MM_USE_DEFAULT="1"
    PERL_USE_UNSAFE_INC="1"
  @INC:
    C:/Strawberry/perl/site/lib/MSWin32-x64-multi-thread
    C:/Strawberry/perl/site/lib
    C:/Strawberry/perl/vendor/lib
    C:/Strawberry/perl/lib
    .