Report for XML-Parser-2.43

Back
From: metabase:user:1eed3a18-483e-11e2-a87b-a3931c712682
Subject: FAIL XML-Parser-2.43 v5.10.1 Mac OS X
Date: 2014-12-22T16:45:43Z

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 TODDR,

This is a computer-generated report for XML-Parser-2.43
on perl 5.10.1, created by App::cpanminus::reporter 0.11 (1.7001).

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 '':

Building and testing XML-Parser-2.43
cp Parser/Encodings/x-sjis-cp932.enc blib/lib/XML/Parser/Encodings/x-sjis-cp932.enc
cp Parser/Encodings/koi8-r.enc blib/lib/XML/Parser/Encodings/koi8-r.enc
cp Parser/Encodings/iso-8859-7.enc blib/lib/XML/Parser/Encodings/iso-8859-7.enc
cp Parser/Encodings/ibm866.enc blib/lib/XML/Parser/Encodings/ibm866.enc
cp Parser/Style/Tree.pm blib/lib/XML/Parser/Style/Tree.pm
cp Parser/Encodings/iso-8859-9.enc blib/lib/XML/Parser/Encodings/iso-8859-9.enc
cp Parser/Encodings/x-euc-jp-unicode.enc blib/lib/XML/Parser/Encodings/x-euc-jp-unicode.enc
cp Parser/Encodings/README blib/lib/XML/Parser/Encodings/README
cp Parser/Encodings/euc-kr.enc blib/lib/XML/Parser/Encodings/euc-kr.enc
cp Parser/Encodings/windows-1250.enc blib/lib/XML/Parser/Encodings/windows-1250.enc
cp Parser/Encodings/windows-1252.enc blib/lib/XML/Parser/Encodings/windows-1252.enc
cp Parser/Encodings/big5.enc blib/lib/XML/Parser/Encodings/big5.enc
cp Parser/Encodings/windows-1255.enc blib/lib/XML/Parser/Encodings/windows-1255.enc
cp Parser/Encodings/Japanese_Encodings.msg blib/lib/XML/Parser/Encodings/Japanese_Encodings.msg
cp Parser/Encodings/iso-8859-3.enc blib/lib/XML/Parser/Encodings/iso-8859-3.enc
cp Parser/Style/Subs.pm blib/lib/XML/Parser/Style/Subs.pm
cp Parser/Encodings/x-euc-jp-jisx0221.enc blib/lib/XML/Parser/Encodings/x-euc-jp-jisx0221.enc
cp Parser/Encodings/iso-8859-4.enc blib/lib/XML/Parser/Encodings/iso-8859-4.enc
cp Parser/Encodings/iso-8859-8.enc blib/lib/XML/Parser/Encodings/iso-8859-8.enc
cp Parser/Encodings/x-sjis-jdk117.enc blib/lib/XML/Parser/Encodings/x-sjis-jdk117.enc
cp Parser/Encodings/iso-8859-2.enc blib/lib/XML/Parser/Encodings/iso-8859-2.enc
cp Parser/Encodings/x-sjis-unicode.enc blib/lib/XML/Parser/Encodings/x-sjis-unicode.enc
cp Parser/LWPExternEnt.pl blib/lib/XML/Parser/LWPExternEnt.pl
cp Parser/Style/Objects.pm blib/lib/XML/Parser/Style/Objects.pm
cp Parser/Style/Debug.pm blib/lib/XML/Parser/Style/Debug.pm
cp Parser.pm blib/lib/XML/Parser.pm
cp Parser/Encodings/windows-1251.enc blib/lib/XML/Parser/Encodings/windows-1251.enc
cp Parser/Encodings/x-sjis-jisx0221.enc blib/lib/XML/Parser/Encodings/x-sjis-jisx0221.enc
cp Parser/Style/Stream.pm blib/lib/XML/Parser/Style/Stream.pm
cp Parser/Encodings/iso-8859-5.enc blib/lib/XML/Parser/Encodings/iso-8859-5.enc
cp Expat.pm ../blib/lib/XML/Parser/Expat.pm
Running Mkbootstrap for XML::Parser::Expat ()
chmod 644 "Expat.bs"
"/Users/stas/perl5/perlbrew/perls/perl-5.10.1/bin/perl" "/Users/stas/perl5/perlbrew/perls/perl-5.10.1/lib/5.10.1/ExtUtils/xsubpp" -noprototypes -typemap "/Users/stas/perl5/perlbrew/perls/perl-5.10.1/lib/5.10.1/ExtUtils/typemap" -typemap "typemap"  Expat.xs > Expat.xsc && mv Expat.xsc Expat.c
cc -c   -fno-common -DPERL_DARWIN -fno-strict-aliasing -pipe -fstack-protector -I/opt/local/include -O3   -DVERSION=\"2.43\" -DXS_VERSION=\"2.43\"  "-I/Users/stas/perl5/perlbrew/perls/perl-5.10.1/lib/5.10.1/darwin-2level/CORE"   Expat.c
Expat.xs:259:6: warning: expression result unused [-Wunused-value]
    ((SV**) Perl_hv_common_key_len((hash), ("Quant"), (5), (0x04|0x20), (Perl_newSVpv(QuantChar[model->quant], 1)), (0)));
     ^      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expat.xs:264:6: warning: expression result unused [-Wunused-value]
    ((SV**) Perl_hv_common_key_len((hash), ("Tag"), (3), (0x04|0x20), (newUTF8SVpv((char *)model->name, 0)), (0)));
     ^      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expat.xs:279:3: warning: expression result unused [-Wunused-value]
 ((SV**) Perl_hv_common_key_len((hash), ("Children"), (8), (0x04|0x20), (Perl_newRV_noinc((SV *) children)), (0)));
  ^      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expat.xs:262:10: warning: enumeration values 'XML_CTYPE_EMPTY' and 'XML_CTYPE_ANY' not handled in switch [-Wswitch]
  switch(model->type) {
         ^
Expat.xs:257:4: warning: expression result unused [-Wunused-value]
  ((SV**) Perl_hv_common_key_len((hash), ("Type"), (4), (0x04|0x20), (Perl_newSViv(model->type)), (0)));
   ^      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expat.xs:1030:5: warning: expression result unused [-Wunused-value]
   (*sp--);
    ^~~~~
Expat.xs:2072:9: warning: expression result unused [-Wunused-value]
       ((SV**) Perl_hv_common_key_len((EncodingTable), (emh->name), (namelen), (0x04|0x20), (sv), (0)));
        ^      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
7 warnings generated.
rm -f ../blib/arch/auto/XML/Parser/Expat/Expat.bundle
LD_RUN_PATH="/opt/local/lib" env MACOSX_DEPLOYMENT_TARGET=10.3 cc  -bundle -undefined dynamic_lookup -L/usr/local/lib -L/opt/local/lib -fstack-protector Expat.o  -o ../blib/arch/auto/XML/Parser/Expat/Expat.bundle 	\
	   -lexpat  	\
	  
chmod 755 ../blib/arch/auto/XML/Parser/Expat/Expat.bundle
"/Users/stas/perl5/perlbrew/perls/perl-5.10.1/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Expat.bs ../blib/arch/auto/XML/Parser/Expat/Expat.bs 644
Manifying 1 pod document
Manifying 6 pod documents
Running Mkbootstrap for XML::Parser::Expat ()
chmod 644 "Expat.bs"
Manifying 1 pod document
PERL_DL_NONLAZY=1 "/Users/stas/perl5/perlbrew/perls/perl-5.10.1/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/astress.t ........... 
Failed 15/27 subtests 
t/cdata.t ............. ok
t/decl.t .............. ok
t/defaulted.t ......... ok
t/encoding.t .......... ok
t/external_ent.t ...... ok
t/file.t .............. ok
t/file_open_scalar.t .. ok
t/finish.t ............ ok
t/namespaces.t ........ ok
t/parament.t .......... ok
t/partial.t ........... ok
t/skip.t .............. ok
t/stream.t ............ ok
t/styles.t ............ ok

Test Summary Report
-------------------
t/astress.t         (Wstat: 0 Tests: 27 Failed: 15)
  Failed tests:  5-11, 14, 18-24
Files=15, Tests=141,  0 wallclock secs ( 0.06 usr  0.03 sys +  0.53 cusr  0.10 csys =  0.72 CPU)
Result: FAIL

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

Prerequisite modules loaded:

    No requirements found

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

Environment variables:

    LANG = en_US.UTF-8
    LC_ALL = en_US.UTF-8
    LC_CTYPE = en_US.UTF-8
    PATH = /Users/stas/perl5/perlbrew/bin:/Users/stas/perl5/perlbrew/perls/perl-5.10.1/bin:/Users/stas/perl5/perlbrew/bin:/Users/stas/perl5/perlbrew/perls/perl-5.20.1/bin:/Users/stas/.vim/bin:/Users/stas/bin:/Users/stas/node_modules/.bin:/opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin:/opt/local/lib/postgresql92/bin:/opt/local/bin:/opt/local/sbin:/opt/local/libexec/ccache:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/Users/stas/.vim/bin:/Users/stas/bin:/Users/stas/node_modules/.bin:/opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin:/opt/local/lib/postgresql92/bin:/opt/local/bin:/opt/local/sbin:/opt/local/libexec/ccache
    PERL5LIB = 
    PERLBREW_BASHRC_VERSION = 0.72
    PERLBREW_HOME = /Users/stas/.perlbrew
    PERLBREW_LIB = 
    PERLBREW_MANPATH = /Users/stas/perl5/perlbrew/perls/perl-5.10.1/man
    PERLBREW_PATH = /Users/stas/perl5/perlbrew/bin:/Users/stas/perl5/perlbrew/perls/perl-5.10.1/bin
    PERLBREW_PERL = perl-5.10.1
    PERLBREW_ROOT = /Users/stas/perl5/perlbrew
    PERLBREW_VERSION = 0.72
    PERL_LOCAL_LIB_ROOT = 
    PERL_MM_USE_DEFAULT = 1
    SHELL = /opt/local/bin/zsh
    TERM = screen
    TMPDIR = /var/folders/k7/cj2hxbn162362g2150r7t9480000gn/T/

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

    EGID = 20 20 508 12 61 79 80 81 98 398 399 33 100 204
    EUID = 501
    EXECUTABLE_NAME = /Users/stas/perl5/perlbrew/perls/perl-5.10.1/bin/perl
    GID = 20 20 508 12 61 79 80 81 98 398 399 33 100 204
    UID = 501

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.05    
    CPAN::Meta          2.143240
    Cwd                 3.47    
    ExtUtils::CBuilder  0.280220
    ExtUtils::Command   1.18    
    ExtUtils::Install   2.04    
    ExtUtils::MakeMaker 7.04    
    ExtUtils::Manifest  1.69    
    ExtUtils::ParseXS   3.24    
    File::Spec          3.47    
    JSON                2.90    
    JSON::PP            2.27300 
    Module::Build       0.4210  
    Module::Signature   0.73    
    Parse::CPAN::Meta   1.4414  
    Test::Harness       3.34    
    Test::More          1.001011
    YAML                1.13    
    YAML::Syck          1.29    
    version             0.9909  


--

Summary of my perl5 (revision 5 version 10 subversion 1) configuration:
   
  Platform:
    osname=darwin, osvers=14.0.0, archname=darwin-2level
    uname='darwin stas-macbook.local 14.0.0 darwin kernel version 14.0.0: fri sep 19 00:26:44 pdt 2014; root:xnu-2782.1.97~2release_x86_64 x86_64 '
    config_args='-de -Dprefix=/Users/stas/perl5/perlbrew/perls/perl-5.10.1 -Aeval:scriptdir=/Users/stas/perl5/perlbrew/perls/perl-5.10.1/bin'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=undef, usemultiplicity=undef
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=define, use64bitall=define, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-fno-common -DPERL_DARWIN -fno-strict-aliasing -pipe -fstack-protector -I/opt/local/include',
    optimize='-O3',
    cppflags='-fno-common -DPERL_DARWIN -fno-strict-aliasing -pipe -fstack-protector -I/opt/local/include'
    ccversion='', gccversion='4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.54)', gccosandvers=''
    intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='env MACOSX_DEPLOYMENT_TARGET=10.3 cc', ldflags =' -fstack-protector -L/usr/local/lib -L/opt/local/lib'
    libpth=/usr/local/lib /opt/local/lib /usr/lib
    libs=-lgdbm -ldbm -ldl -lm -lutil -lc
    perllibs=-ldl -lm -lutil -lc
    libc=, so=dylib, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' '
    cccdlflags=' ', lddlflags=' -bundle -undefined dynamic_lookup -L/usr/local/lib -L/opt/local/lib -fstack-protector'


Characteristics of this binary (from libperl): 
  Compile-time options: PERL_DONT_CREATE_GVSV PERL_MALLOC_WRAP USE_64_BIT_ALL
                        USE_64_BIT_INT USE_LARGE_FILES USE_PERLIO
  Built under darwin
  Compiled at Oct 22 2014 11:04:40
  %ENV:
    PERL5LIB=""
    PERLBREW_BASHRC_VERSION="0.72"
    PERLBREW_HOME="/Users/stas/.perlbrew"
    PERLBREW_LIB=""
    PERLBREW_MANPATH="/Users/stas/perl5/perlbrew/perls/perl-5.10.1/man"
    PERLBREW_PATH="/Users/stas/perl5/perlbrew/bin:/Users/stas/perl5/perlbrew/perls/perl-5.10.1/bin"
    PERLBREW_PERL="perl-5.10.1"
    PERLBREW_ROOT="/Users/stas/perl5/perlbrew"
    PERLBREW_VERSION="0.72"
    PERL_LOCAL_LIB_ROOT=""
    PERL_MM_USE_DEFAULT="1"
  @INC:
    /Users/stas/perl5/perlbrew/perls/perl-5.10.1/lib/5.10.1/darwin-2level
    /Users/stas/perl5/perlbrew/perls/perl-5.10.1/lib/5.10.1
    /Users/stas/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1/darwin-2level
    /Users/stas/perl5/perlbrew/perls/perl-5.10.1/lib/site_perl/5.10.1
    .