Report for Spreadsheet-XLSX-Reader-LibXML-v0.44.6

Back
From: metabase:user:314402c4-2aae-11df-837a-5e0a49663a4f
Subject: FAIL Spreadsheet-XLSX-Reader-LibXML-v0.44.6 v5.24.1 RC5 GNU/Linux
Date: 2017-01-08T01:51:13Z

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 Jed Lund,

This is a computer-generated report for Spreadsheet-XLSX-Reader-LibXML-v0.44.6
on perl 5.24.1, 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':

PERL_DL_NONLAZY=1 "/bbbike/perl-5.24.1-RC5/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/Spreadsheet/XLSX/Reader/*.t t/Spreadsheet/XLSX/Reader/LibXML/*.t t/Spreadsheet/XLSX/Reader/LibXML/XMLReader/*.t
t/Spreadsheet/XLSX/Reader/01-libxml.t ........................... 
All 103 subtests passed 
t/Spreadsheet/XLSX/Reader/02-open_by_worksheet_bug.t ............ 
All 23 subtests passed 
t/Spreadsheet/XLSX/Reader/03-temp_dir_bug.t ..................... 
Failed 1/3 subtests 
t/Spreadsheet/XLSX/Reader/04-no_pivot_bug.t ..................... 
All 6 subtests passed 
t/Spreadsheet/XLSX/Reader/05-chart_bug.t ........................ 
All 30 subtests passed 
t/Spreadsheet/XLSX/Reader/06-stacked_flags.t .................... ok
t/Spreadsheet/XLSX/Reader/07-losing_is_hidden_bug.t ............. 
All 4 subtests passed 
t/Spreadsheet/XLSX/Reader/08-open_spreadsheet_ml_files.t ........ 
All 75 subtests passed 

#   Failed test 'Write any error messages from the file load'
#   at t/Spreadsheet/XLSX/Reader/09-open_MySQL_data.t line 176.
#                   undef
#     doesn't match '(?^:No \'Styles\' element with content found)'
# Looks like you failed 1 test of 36.
t/Spreadsheet/XLSX/Reader/09-open_MySQL_data.t .................. 
Failed 1/36 subtests 
t/Spreadsheet/XLSX/Reader/49-shared_strings_bug.t ............... 
All 29 subtests passed 
t/Spreadsheet/XLSX/Reader/51-percent_file_bug.t ................. ok
t/Spreadsheet/XLSX/Reader/60-hidden_formatting_bug.t ............ 
All 88 subtests passed 
t/Spreadsheet/XLSX/Reader/68-read_xlsm_feature.t ................ 
All 5 subtests passed 
t/Spreadsheet/XLSX/Reader/LibXML/01-types.t ..................... ok
t/Spreadsheet/XLSX/Reader/LibXML/02-error.t ..................... ok
t/Spreadsheet/XLSX/Reader/LibXML/04-xml_reader.t ................ ok
t/Spreadsheet/XLSX/Reader/LibXML/05-cell_to_column_row.t ........ ok
t/Spreadsheet/XLSX/Reader/LibXML/07-fmt_default.t ............... ok
t/Spreadsheet/XLSX/Reader/LibXML/08-parse_excel_fmt_string.t .... ok
t/Spreadsheet/XLSX/Reader/LibXML/09-cell.t ...................... ok

#   Failed test 'Check row -2- and column -7- (end of row position) should return undef'
#   at t/Spreadsheet/XLSX/Reader/LibXML/10-worksheet.t line 575.
#          got: 'EOR'
#     expected: undef

#   Failed test 'Check row -14- and -0- (end of file position) should return undef'
#   at t/Spreadsheet/XLSX/Reader/LibXML/10-worksheet.t line 577.
#          got: 'EOF'
#     expected: undef

#   Failed test 'Checking the method -value- value at position -4- is: 69'
#   at t/Spreadsheet/XLSX/Reader/LibXML/10-worksheet.t line 626.
#          got: undef
#     expected: '69'

#   Failed test 'Checking the method -row- value at position -4- is: 6'
#   at t/Spreadsheet/XLSX/Reader/LibXML/10-worksheet.t line 626.
#          got: '5'
#     expected: '6'

#   Failed test 'Checking the method -cell_id- value at position -4- is: B7'
#   at t/Spreadsheet/XLSX/Reader/LibXML/10-worksheet.t line 626.
#          got: 'B6'
#     expected: 'B7'

#   Failed test 'Checking the method -unformatted- value at position -4- is: 69'
#   at t/Spreadsheet/XLSX/Reader/LibXML/10-worksheet.t line 626.
#          got: undef
#     expected: '69'

#   Failed test 'Checking the method -type- value at position -4- is: Numeric'
#   at t/Spreadsheet/XLSX/Reader/LibXML/10-worksheet.t line 626.
#          got: 'Text'
#     expected: 'Numeric'

#   Failed test 'Checking the method -value- value at position -5- is: 27'
#   at t/Spreadsheet/XLSX/Reader/LibXML/10-worksheet.t line 626.
#          got: '69'
#     expected: '27'

#   Failed test 'Checking the method -cell_id- value at position -5- is: B8'
#   at t/Spreadsheet/XLSX/Reader/LibXML/10-worksheet.t line 626.
#          got: 'B7'
#     expected: 'B8'

#   Failed test 'Checking the method -row- value at position -5- is: 7'
#   at t/Spreadsheet/XLSX/Reader/LibXML/10-worksheet.t line 626.
#          got: '6'
#     expected: '7'

#   Failed test 'Checking the method -unformatted- value at position -5- is: 27'
#   at t/Spreadsheet/XLSX/Reader/LibXML/10-worksheet.t line 626.
#          got: '69'
#     expected: '27'

#   Failed test 'Checking the method -col- value at position -6- is: 4'
#   at t/Spreadsheet/XLSX/Reader/LibXML/10-worksheet.t line 626.
#          got: '1'
#     expected: '4'

#   Failed test 'Checking the method -value- value at position -6- is: 12-Sep-05'
#   at t/Spreadsheet/XLSX/Reader/LibXML/10-worksheet.t line 626.
#          got: '27'
#     expected: '12-Sep-05'

#   Failed test 'Checking the method -type- value at position -6- is: Date'
#   at t/Spreadsheet/XLSX/Reader/LibXML/10-worksheet.t line 626.
#          got: 'Numeric'
#     expected: 'Date'

#   Failed test 'Checking the method -unformatted- value at position -6- is: 37145'
#   at t/Spreadsheet/XLSX/Reader/LibXML/10-worksheet.t line 626.
#          got: '27'
#     expected: '37145'

#   Failed test 'Checking the method -cell_id- value at position -6- is: E8'
#   at t/Spreadsheet/XLSX/Reader/LibXML/10-worksheet.t line 626.
#          got: 'B8'
#     expected: 'E8'
Cannot delegate coercion_name to display_name because the value of cell_coercion is not defined at /opt/perl-5.24.1-RC5/lib/site_perl/5.24.1/x86_64-linux/Moose/Meta/Method/Delegation.pm line 95
	Spreadsheet::XLSX::Reader::LibXML::Cell::coercion_name('Spreadsheet::XLSX::Reader::LibXML::Cell=HASH(0x6179a68)') called at t/Spreadsheet/XLSX/Reader/LibXML/10-worksheet.t line 626
t/Spreadsheet/XLSX/Reader/LibXML/10-worksheet.t ................. 
Failed 383/784 subtests 
t/Spreadsheet/XLSX/Reader/LibXML/11-xml_to_perl_data.t .......... ok
t/Spreadsheet/XLSX/Reader/LibXML/12-format_interface.t .......... ok
t/Spreadsheet/XLSX/Reader/LibXML/13-sharedstrings_interface.t ... 
Failed 18/66 subtests 

#   Failed test 'Check that the excel number coercion at format position 2 is named: Excel_date_164'
#   at t/Spreadsheet/XLSX/Reader/LibXML/15-styles_interface.t line 255.
#          got: 'DATESTRING_0'
#     expected: 'Excel_date_164'
# Looks like you failed 1 test of 17.
t/Spreadsheet/XLSX/Reader/LibXML/15-styles_interface.t .......... 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/17 subtests 
t/Spreadsheet/XLSX/Reader/LibXML/16-worksheet_to_row.t .......... 
Failed 691/1185 subtests 
t/Spreadsheet/XLSX/Reader/LibXML/20-empty_sharedstrings_bug.t ... ok
t/Spreadsheet/XLSX/Reader/LibXML/52-merge_function_alignment.t .. 
All 38 subtests passed 
t/Spreadsheet/XLSX/Reader/LibXML/81-text_in_worksheet_bug.t ..... ok
t/Spreadsheet/XLSX/Reader/LibXML/91-quote_in_style_line_bug.t ... ok
t/Spreadsheet/XLSX/Reader/LibXML/XMLReader/01-extract_file.t .... ok

Test Summary Report
-------------------
t/Spreadsheet/XLSX/Reader/01-libxml.t                         (Wstat: 11 Tests: 103 Failed: 0)
  Non-zero wait status: 11
  Parse errors: No plan found in TAP output
t/Spreadsheet/XLSX/Reader/02-open_by_worksheet_bug.t          (Wstat: 11 Tests: 23 Failed: 0)
  Non-zero wait status: 11
t/Spreadsheet/XLSX/Reader/03-temp_dir_bug.t                   (Wstat: 11 Tests: 2 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 3 tests but ran 2.
t/Spreadsheet/XLSX/Reader/04-no_pivot_bug.t                   (Wstat: 6 Tests: 6 Failed: 0)
  Non-zero wait status: 6
t/Spreadsheet/XLSX/Reader/05-chart_bug.t                      (Wstat: 11 Tests: 30 Failed: 0)
  Non-zero wait status: 11
t/Spreadsheet/XLSX/Reader/07-losing_is_hidden_bug.t           (Wstat: 11 Tests: 4 Failed: 0)
  Non-zero wait status: 11
t/Spreadsheet/XLSX/Reader/08-open_spreadsheet_ml_files.t      (Wstat: 11 Tests: 75 Failed: 0)
  Non-zero wait status: 11
t/Spreadsheet/XLSX/Reader/09-open_MySQL_data.t                (Wstat: 6 Tests: 36 Failed: 1)
  Failed test:  2
  Non-zero wait status: 6
t/Spreadsheet/XLSX/Reader/49-shared_strings_bug.t             (Wstat: 11 Tests: 29 Failed: 0)
  Non-zero wait status: 11
t/Spreadsheet/XLSX/Reader/60-hidden_formatting_bug.t          (Wstat: 6 Tests: 88 Failed: 0)
  Non-zero wait status: 6
t/Spreadsheet/XLSX/Reader/68-read_xlsm_feature.t              (Wstat: 11 Tests: 5 Failed: 0)
  Non-zero wait status: 11
t/Spreadsheet/XLSX/Reader/LibXML/10-worksheet.t               (Wstat: 6 Tests: 417 Failed: 16)
  Failed tests:  363-364, 398, 400-403, 405, 407-409, 412-416
  Non-zero wait status: 6
  Parse errors: Bad plan.  You planned 784 tests but ran 417.
t/Spreadsheet/XLSX/Reader/LibXML/13-sharedstrings_interface.t (Wstat: 11 Tests: 48 Failed: 0)
  Non-zero wait status: 11
  Parse errors: Bad plan.  You planned 66 tests but ran 48.
t/Spreadsheet/XLSX/Reader/LibXML/15-styles_interface.t        (Wstat: 256 Tests: 17 Failed: 1)
  Failed test:  14
  Non-zero exit status: 1
t/Spreadsheet/XLSX/Reader/LibXML/16-worksheet_to_row.t        (Wstat: 6 Tests: 494 Failed: 0)
  Non-zero wait status: 6
  Parse errors: Bad plan.  You planned 1185 tests but ran 494.
t/Spreadsheet/XLSX/Reader/LibXML/52-merge_function_alignment.t (Wstat: 6 Tests: 38 Failed: 0)
  Non-zero wait status: 6
Files=31, Tests=3402, 25 wallclock secs ( 0.21 usr  0.14 sys + 21.76 cusr  2.30 csys = 24.41 CPU)
Result: FAIL
Failed 16/31 test programs. 18/3402 subtests failed.
Makefile:1087: recipe for target 'test_dynamic' failed
make: *** [test_dynamic] Error 255

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

Prerequisite modules loaded:

requires:

    Module                          Need     Have      
    ------------------------------- -------- ----------
    Archive::Zip                    0        1.59      
    Capture::Tiny                   0        0.44      
    Carp                            0        1.40      
    Clone                           0        0.38      
    Data::Dumper                    0        2.161     
    DateTime                        0        1.42      
    DateTime::Format::Flexible      0        0.26      
    DateTimeX::Format::Excel        0.012    v0.14.0   
    Devel::StackTrace               0        2.02      
    Encode                          0        2.88      
    File::Temp                      0        0.2304    
    IO::File                        0        1.16      
    lib                             0        0.63      
    List::Util                      1.33     1.47      
    Modern::Perl                    0        1.20161229
    Moose                           2.1213   2.1807    
    Moose::Role                     0        2.1807    
    MooseX::HasDefaults::RO         0        0         
    MooseX::ShortCut::BuildInstance 1.032    v1.44.2   
    MooseX::StrictConstructor       0        0.19      
    perl                            5.010    5.024001  
    strict                          0        1.11      
    Try::Tiny                       0        0.27      
    Type::Coercion                  0        1.000005  
    Type::Library                   1.000    1.000005  
    Type::Tiny                      1.000    1.000005  
    Type::Utils                     0        1.000005  
    Types::Standard                 0        1.000005  
    version                         0.77     0.9917    
    warnings                        0        1.36      
    XML::LibXML                     0        2.0128    
    XML::LibXML::Reader             0        2.0128    

build_requires:

    Module                          Need     Have      
    ------------------------------- -------- ----------
    Archive::Zip                    0        1.59      
    Carp                            0        1.40      
    Clone                           0        0.38      
    DateTime::Format::Flexible      0        0.26      
    DateTimeX::Format::Excel        0.012    v0.14.0   
    ExtUtils::MakeMaker             7.04     7.24      
    IO::File                        0        1.16      
    List::Util                      1.33     1.47      
    Moose                           2.1213   2.1807    
    Moose::Role                     0        2.1807    
    MooseX::HasDefaults::RO         0        0         
    MooseX::ShortCut::BuildInstance 1.032    v1.44.2   
    MooseX::StrictConstructor       0        0.19      
    Spreadsheet::ParseExcel         0        0.65      
    Sub::Exporter::ForMethods       0.100052 0.100052  
    Test::Moose                     0        2.1807    
    Test::Most                      0        0.35      
    Test::TypeTiny                  0        1.000005  
    Text::Diff                      0        1.44      
    Type::Tiny                      1.000    1.000005  
    version                         0.77     0.9917    
    XML::LibXML                     0        2.0128    
    XML::LibXML::Reader             0        2.0128    

configure_requires:

    Module                          Need     Have      
    ------------------------------- -------- ----------
    Alien::LibXML                   0.003    0.003     
    ExtUtils::MakeMaker             7.04     7.24      


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

Environment variables:

    LANG = C
    LC_ALL = de_DE.UTF-8
    PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/cpansand/bin/linux-gnu:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/games:/home/cpansand/devel:/home/eserte/src/srezic-misc/scripts
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 32028
    PERL5_CPAN_IS_RUNNING = 32028
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 5767,32028
    PERLDOC = -MPod::Perldoc::ToTextOverstrike
    PERL_BATCH = yes
    PERL_CANARY_STABILITY_NOPROMPT = 1
    PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2017010706/cpanreporter_001_config.ini
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_PARALLEL_SMOKER = yes
    PERL_USE_UNSAFE_INC = 1
    SHELL = /bin/zsh
    TERM = screen
    TMPDIR = /var/tmp/cpansmoker-1023/2017010706

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

    $^X = /bbbike/perl-5.24.1-RC5/bin/perl
    $UID/$EUID = 1023 / 1023
    $GID = 1023 1023
    $EGID = 1023 1023

Perl module toolchain versions installed:

    Module              Have      
    ------------------- ----------
    CPAN                2.14      
    CPAN::Meta          2.150005  
    Cwd                 3.63_01   
    ExtUtils::CBuilder  0.280225  
    ExtUtils::Command   7.24      
    ExtUtils::Install   2.04      
    ExtUtils::MakeMaker 7.24      
    ExtUtils::Manifest  1.70      
    ExtUtils::ParseXS   3.31      
    File::Spec          3.63_01   
    JSON                2.90      
    JSON::PP            2.27400   
    Module::Build       0.4220    
    Module::Signature   0.81      
    Parse::CPAN::Meta   1.4417_001
    Test::Harness       3.36_01   
    Test::More          1.302073  
    YAML                1.21      
    YAML::Syck          1.29      
    version             0.9917    


--

Summary of my perl5 (revision 5 version 24 subversion 1) configuration:
   
  Platform:
    osname=linux, osvers=3.16.0-4-amd64, archname=x86_64-linux
    uname='linux eserte 3.16.0-4-amd64 #1 smp debian 3.16.36-1+deb8u2 (2016-10-19) x86_64 gnulinux '
    config_args='-ds -e -Dprefix=/opt/perl-5.24.1-RC5 -Dcf_email=srezic@cpan.org'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=undef, usemultiplicity=undef
    use64bitint=define, use64bitall=define, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2',
    optimize='-O2',
    cppflags='-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
    ccversion='', gccversion='4.9.2', 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/gcc/x86_64-linux-gnu/4.9/include-fixed /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
    libs=-lpthread -lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
    perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
    libc=libc-2.19.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.19'
  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_HASH_FUNC_ONE_AT_A_TIME_HARD PERL_MALLOC_WRAP
                        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
  Locally applied patches:
	RC5
  Built under linux
  Compiled at Jan  5 2017 19:07:03
  %ENV:
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="32028"
    PERL5_CPAN_IS_RUNNING="32028"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="5767,32028"
    PERLDOC="-MPod::Perldoc::ToTextOverstrike"
    PERL_BATCH="yes"
    PERL_CANARY_STABILITY_NOPROMPT="1"
    PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2017010706/cpanreporter_001_config.ini"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_PARALLEL_SMOKER="yes"
    PERL_USE_UNSAFE_INC="1"
  @INC:
    /opt/perl-5.24.1-RC5/lib/site_perl/5.24.1/x86_64-linux
    /opt/perl-5.24.1-RC5/lib/site_perl/5.24.1
    /opt/perl-5.24.1-RC5/lib/5.24.1/x86_64-linux
    /opt/perl-5.24.1-RC5/lib/5.24.1
    .