XML-TreePP-Editor v0.11 Perl 5 v5.8.3 x86_64-linux-ld

Status
Fail
From
Andreas J. König (ANDK)
Dist
XML-TreePP-Editor v0.11
Platform
Perl 5 v5.8.3 x86_64-linux-ld
Date
2010-08-07 16:14:57
ID
ebd1092c-a23e-11df-aef8-a272984c9764
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 Russell E Glaue,

This is a computer-generated report for XML-TreePP-Editor-0.11
on perl 5.8.3, created by CPAN-Reporter-1.18.

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 /home/src/perl/repoperls/installed-perls/perl/perl-5.8.3-30-g7a565e5/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/000-pod.t ................ ok
t/001-pod-coverage.t ....... ok
Useless use of negation (-) in void context at (eval 21) line 1.
Useless use of a constant in void context at (eval 21) line 1.
Useless use of a constant in void context at (eval 21) line 1.
Use of uninitialized value in string eq at t/010-XML-TreePP-Editor.t line 59.

#   Failed test 'modify( replace ) single'
#   at t/010-XML-TreePP-Editor.t line 59.
# {
#   'test' => {
#     'node' => [
#       {
#         '-id' => 'one',
#         'data' => 'test data one'
#       },
#       {
#         '-id' => 'two',
#         'data' => 'test data two'
#       },
#       {
#         '#text' => 'test data four - replace'
#       }
#     ]
#   }
# }
Useless use of negation (-) in void context at (eval 31) line 1.
Useless use of a constant in void context at (eval 31) line 1.
Useless use of a constant in void context at (eval 31) line 1.
Useless use of negation (-) in void context at (eval 32) line 1.
Useless use of a constant in void context at (eval 32) line 1.
Useless use of a constant in void context at (eval 32) line 1.
Useless use of negation (-) in void context at (eval 33) line 1.
Useless use of a constant in void context at (eval 33) line 1.
Useless use of a constant in void context at (eval 33) line 1.
Use of uninitialized value in string eq at t/010-XML-TreePP-Editor.t line 66.

#   Failed test 'modify( replace ) all'
#   at t/010-XML-TreePP-Editor.t line 66.
# {
#   'test' => {
#     'node' => [
#       {
#         '#text' => 'test data four - replace'
#       },
#       {
#         '#text' => 'test data four - replace'
#       },
#       {
#         '#text' => 'test data four - replace'
#       }
#     ]
#   }
# }
Useless use of negation (-) in void context at (eval 59) line 1.
Useless use of a constant in void context at (eval 59) line 1.
Useless use of a constant in void context at (eval 59) line 1.
Use of uninitialized value in string eq at t/010-XML-TreePP-Editor.t line 86.

#   Failed test 'modify( mergeadd )'
#   at t/010-XML-TreePP-Editor.t line 86.
# {
#   'test' => {
#     'node' => [
#       {
#         '-id' => 'one',
#         'data' => 'test data one'
#       },
#       {
#         '-id' => 'two',
#         'data' => 'test data two'
#       },
#       {
#         '#text' => 'test data four - mergeadd',
#         '-id' => 'three',
#         'data' => {
#           '#text' => '<html><body>test data three</body></html>',
#           'test' => 1
#         }
#       }
#     ]
#   }
# }
Useless use of negation (-) in void context at (eval 69) line 1.
Useless use of a constant in void context at (eval 69) line 1.
Useless use of a constant in void context at (eval 69) line 1.

#   Failed test 'modify( mergeappend )'
#   at t/010-XML-TreePP-Editor.t line 93.
# {
#   'test' => {
#     'node' => [
#       {
#         '-id' => 'one',
#         'data' => 'test data one'
#       },
#       {
#         '#text' => ' - mergeappend',
#         '-id' => 'two',
#         'data' => 'test data two'
#       },
#       {
#         '-id' => 'three',
#         'data' => {
#           '#text' => '<html><body>test data three</body></html>',
#           'test' => 1
#         }
#       }
#     ]
#   }
# }
Useless use of negation (-) in void context at (eval 89) line 1.
Useless use of a constant in void context at (eval 89) line 1.
Useless use of a constant in void context at (eval 89) line 1.

#   Failed test 'modify( mergereplace )'
#   at t/010-XML-TreePP-Editor.t line 112.
# {
#   'test' => {
#     'node' => [
#       {
#         '#text' => 'test data four - mergereplace',
#         '-id' => 'one',
#         'data' => 'test data one'
#       },
#       {
#         '-id' => 'two',
#         'data' => 'test data two'
#       },
#       {
#         '-id' => 'three',
#         'data' => {
#           '#text' => '<html><body>test data three</body></html>',
#           'test' => 1
#         }
#       }
#     ]
#   }
# }
# Looks like you failed 5 tests of 15.
t/010-XML-TreePP-Editor.t .. 
Dubious, test returned 5 (wstat 1280, 0x500)
Failed 5/15 subtests 

Test Summary Report
-------------------
t/010-XML-TreePP-Editor.t (Wstat: 1280 Tests: 15 Failed: 5)
  Failed tests:  7-8, 11-12, 14
  Non-zero exit status: 5
Files=3, Tests=17,  0 wallclock secs ( 0.02 usr  0.00 sys +  0.17 cusr  0.03 csys =  0.22 CPU)
Result: FAIL
Failed 1/3 test programs. 5/17 subtests failed.
make: *** [test_dynamic] Error 5

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

Prerequisite modules loaded:

requires:

    Module               Need Have
    -------------------- ---- ----
    Data::Dump           1.1  1.17
    Test::More           0    0.94
    XML::TreePP          0.39 0.39
    XML::TreePP::XMLPath 0.61 0.62


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

Environment variables:

    AUTOMATED_TESTING = 1
    LANG = en_US.UTF-8
    PATH = /home/sand/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/usr/local/perl/bin:/usr/X11/bin:/sbin:/usr/sbin
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 24300
    PERL5_CPAN_IS_RUNNING = 24300
    PERL_MM_USE_DEFAULT = 1
    SHELL = /usr/bin/zsh
    TERM = screen

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

    $^X = /home/src/perl/repoperls/installed-perls/perl/perl-5.8.3-30-g7a565e5/bin/perl
    $UID/$EUID = 1001 / 1001
    $GID = 1001 1001
    $EGID = 1001 1001

Perl module toolchain versions installed:

    Module              Have   
    ------------------- -------
    CPAN                1.94_58
    Cwd                 3.31   
    ExtUtils::CBuilder  0.2703 
    ExtUtils::Command   1.16   
    ExtUtils::Install   1.52   
    ExtUtils::MakeMaker 6.56   
    ExtUtils::Manifest  1.56   
    ExtUtils::ParseXS   2.2206 
    File::Spec          3.31   
    Module::Build       0.3607 
    Module::Signature   0.64   
    Test::Harness       3.21   
    Test::More          0.94   
    YAML                0.71   
    YAML::Syck          1.12   
    version             0.82   


--

Summary of my perl5 (revision 5 version 8 subversion 3) configuration:
  Platform:
    osname=linux, osvers=2.6.30-1-amd64, archname=x86_64-linux-ld
    uname='linux k81 2.6.30-1-amd64 #1 smp sat aug 15 18:09:19 utc 2009 x86_64 gnulinux '
    config_args='-Dprefix=/home/src/perl/repoperls/installed-perls/perl/perl-5.8.3-30-g7a565e5 -Dinstallusrbinperl=n -Uversiononly -Dusedevel -Duselongdouble -des -Ui_db'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
    useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=define use64bitall=define uselongdouble=define
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-fno-strict-aliasing -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-O2',
    cppflags='-fno-strict-aliasing -I/usr/local/include'
    ccversion='', gccversion='4.3.4', 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='long double', nvsize=16, Off_t='off_t', lseeksize=8
    alignbytes=16, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -L/usr/local/lib'
    libpth=/usr/local/lib /lib /usr/lib
    libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
    libc=/lib/libc-2.10.2.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.10.2'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic'
    cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'


Characteristics of this binary (from libperl): 
  Compile-time options: USE_64_BIT_INT USE_64_BIT_ALL USE_LONG_DOUBLE USE_LARGE_FILES
  Locally applied patches:
  	MAINT22152
  Built under linux
  Compiled at Jan 23 2010 10:06:15
  %ENV:
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="24300"
    PERL5_CPAN_IS_RUNNING="24300"
    PERL_MM_USE_DEFAULT="1"
  @INC:
    /home/src/perl/repoperls/installed-perls/perl/perl-5.8.3-30-g7a565e5/lib/5.8.3/x86_64-linux-ld
    /home/src/perl/repoperls/installed-perls/perl/perl-5.8.3-30-g7a565e5/lib/5.8.3
    /home/src/perl/repoperls/installed-perls/perl/perl-5.8.3-30-g7a565e5/lib/site_perl/5.8.3/x86_64-linux-ld
    /home/src/perl/repoperls/installed-perls/perl/perl-5.8.3-30-g7a565e5/lib/site_perl/5.8.3
    /home/src/perl/repoperls/installed-perls/perl/perl-5.8.3-30-g7a565e5/lib/site_perl
    .