This distribution has been tested as part of the cpan-testers
effort to test as many new uploads to CPAN as possible.  See
http://testers.cpan.org/

Please cc any replies to [email protected] to keep other
test volunteers informed and to prevent any duplicate effort.

--
Dear Arun Prasad,
    
This is a computer-generated report for Tree-RB-0.1
on perl-5.6.2, created automatically by CPAN-Reporter-1.0601 
and sent to the CPAN Testers mailing list.  

If you have received this email directly, it is because the person testing 
your distribution chose to send a copy to your CPAN email address; there 
may be a delay before the official report is received and processed 
by CPAN Testers.

Thank you for uploading your work to CPAN.  However, it appears that
there were some problems with your distribution.  If these results are 
not what you expect or if you would like to learn how to avoid FAIL 
reports for missing dependencies, unsupported operating systems, etc.,
please consult "Notes for CPAN Authors" on the CPAN Testers Wiki: 
http://cpantest.grango.org

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 /home/david/cpantesting/perl-5.6.2/bin/perl 
"-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00.load................"import" is not exported by the Exporter module at 
/home/david/_/_/perl-5.6.2/.cpan/build/Tree-RB-0.1-nrhYA0/blib/lib/Tree/RB/Node/_Constants.pm
 line 8

#   Failed test 'use Tree::RB;'
#   at t/00.load.t line 4.
#     Tried to use 'Tree::RB'.
#     Error:  Can't continue after import errors at 
/home/david/_/_/perl-5.6.2/.cpan/build/Tree-RB-0.1-nrhYA0/blib/lib/Tree/RB/Node/_Constants.pm
 line 8
# BEGIN failed--compilation aborted at t/00.load.t line 4.
# Compilation failed in require at 
/home/david/_/_/perl-5.6.2/.cpan/build/Tree-RB-0.1-nrhYA0/blib/lib/Tree/RB/Node.pm
 line 5.
# BEGIN failed--compilation aborted at 
/home/david/_/_/perl-5.6.2/.cpan/build/Tree-RB-0.1-nrhYA0/blib/lib/Tree/RB/Node.pm
 line 5.
# Compilation failed in require at 
/home/david/_/_/perl-5.6.2/.cpan/build/Tree-RB-0.1-nrhYA0/blib/lib/Tree/RB.pm 
line 6.
# BEGIN failed--compilation aborted at 
/home/david/_/_/perl-5.6.2/.cpan/build/Tree-RB-0.1-nrhYA0/blib/lib/Tree/RB.pm 
line 6.
# Compilation failed in require at (eval 3) line 2.
# BEGIN failed--compilation aborted at (eval 3) line 2.
# Looks like you failed 1 test of 3.
 Dubious, test returned 1 (wstat 256, 0x100)
 Failed 1/3 subtests 
t/01.node................"import" is not exported by the Exporter module at 
/home/david/_/_/perl-5.6.2/.cpan/build/Tree-RB-0.1-nrhYA0/blib/lib/Tree/RB/Node/_Constants.pm
 line 8

#   Failed test 'use Tree::RB::Node;'
#   at t/01.node.t line 5.
#     Tried to use 'Tree::RB::Node'.
#     Error:  Can't continue after import errors at 
/home/david/_/_/perl-5.6.2/.cpan/build/Tree-RB-0.1-nrhYA0/blib/lib/Tree/RB/Node/_Constants.pm
 line 8
# BEGIN failed--compilation aborted at t/01.node.t line 5.
# Compilation failed in require at 
/home/david/_/_/perl-5.6.2/.cpan/build/Tree-RB-0.1-nrhYA0/blib/lib/Tree/RB/Node.pm
 line 5.
# BEGIN failed--compilation aborted at 
/home/david/_/_/perl-5.6.2/.cpan/build/Tree-RB-0.1-nrhYA0/blib/lib/Tree/RB/Node.pm
 line 5.
# Compilation failed in require at (eval 3) line 2.
# BEGIN failed--compilation aborted at (eval 3) line 2.
Use of uninitialized value in concatenation (.) or string at t/01.node.t line 7.
# Testing Tree::RB::Node 

#   Failed test 'Tree::RB::Node->can('new')'
#   at t/01.node.t line 23.
#     Tree::RB::Node->can('new') failed

#   Failed test 'Tree::RB::Node->can('key')'
#   at t/01.node.t line 23.
#     Tree::RB::Node->can('key') failed

#   Failed test 'Tree::RB::Node->can('val')'
#   at t/01.node.t line 23.
#     Tree::RB::Node->can('val') failed

#   Failed test 'Tree::RB::Node->can('color')'
#   at t/01.node.t line 23.
#     Tree::RB::Node->can('color') failed

#   Failed test 'Tree::RB::Node->can('parent')'
#   at t/01.node.t line 23.
#     Tree::RB::Node->can('parent') failed

#   Failed test 'Tree::RB::Node->can('left')'
#   at t/01.node.t line 23.
#     Tree::RB::Node->can('left') failed

#   Failed test 'Tree::RB::Node->can('right')'
#   at t/01.node.t line 23.
#     Tree::RB::Node->can('right') failed

#   Failed test 'Tree::RB::Node->can('min')'
#   at t/01.node.t line 23.
#     Tree::RB::Node->can('min') failed

#   Failed test 'Tree::RB::Node->can('max')'
#   at t/01.node.t line 23.
#     Tree::RB::Node->can('max') failed

#   Failed test 'Tree::RB::Node->can('successor')'
#   at t/01.node.t line 23.
#     Tree::RB::Node->can('successor') failed

#   Failed test 'Tree::RB::Node->can('predecessor')'
#   at t/01.node.t line 23.
#     Tree::RB::Node->can('predecessor') failed
Can't locate object method "new" via package "Tree::RB::Node" (perhaps you 
forgot to load "Tree::RB::Node"?) at t/01.node.t line 26.
# Looks like you planned 27 tests but only ran 12.
# Looks like you failed 12 tests of 12 run.
# Looks like your test died just after 12.
 Dubious, test returned 255 (wstat 65280, 0xff00)
 Failed 27/27 subtests 
t/01.node_constants......"import" is not exported by the Exporter module at 
/home/david/_/_/perl-5.6.2/.cpan/build/Tree-RB-0.1-nrhYA0/blib/lib/Tree/RB/Node/_Constants.pm
 line 8

#   Failed test 'use Tree::RB::Node::_Constants;'
#   at t/01.node_constants.t line 3.
#     Tried to use 'Tree::RB::Node::_Constants'.
#     Error:  Can't continue after import errors at 
/home/david/_/_/perl-5.6.2/.cpan/build/Tree-RB-0.1-nrhYA0/blib/lib/Tree/RB/Node/_Constants.pm
 line 8
# BEGIN failed--compilation aborted at t/01.node_constants.t line 3.
# Compilation failed in require at (eval 3) line 2.
# BEGIN failed--compilation aborted at (eval 3) line 2.
Use of uninitialized value in concatenation (.) or string at 
t/01.node_constants.t line 4.
# Testing Tree::RB::Node::_Constants 

#   Failed test 'Tree::RB::Node::_Constants->can('_PARENT')'
#   at t/01.node_constants.t line 17.
#     Tree::RB::Node::_Constants->can('_PARENT') failed

#   Failed test 'Tree::RB::Node::_Constants->can('_LEFT')'
#   at t/01.node_constants.t line 17.
#     Tree::RB::Node::_Constants->can('_LEFT') failed

#   Failed test 'Tree::RB::Node::_Constants->can('_RIGHT')'
#   at t/01.node_constants.t line 17.
#     Tree::RB::Node::_Constants->can('_RIGHT') failed

#   Failed test 'Tree::RB::Node::_Constants->can('_COLOR')'
#   at t/01.node_constants.t line 17.
#     Tree::RB::Node::_Constants->can('_COLOR') failed

#   Failed test 'Tree::RB::Node::_Constants->can('_KEY')'
#   at t/01.node_constants.t line 17.
#     Tree::RB::Node::_Constants->can('_KEY') failed

#   Failed test 'Tree::RB::Node::_Constants->can('_VAL')'
#   at t/01.node_constants.t line 17.
#     Tree::RB::Node::_Constants->can('_VAL') failed

#   Failed test 'Tree::RB::Node::_Constants->can('BLACK')'
#   at t/01.node_constants.t line 17.
#     Tree::RB::Node::_Constants->can('BLACK') failed

#   Failed test 'Tree::RB::Node::_Constants->can('RED')'
#   at t/01.node_constants.t line 17.
#     Tree::RB::Node::_Constants->can('RED') failed
# Looks like you failed 9 tests of 9.
 Dubious, test returned 9 (wstat 2304, 0x900)
 Failed 9/9 subtests 
t/02.tree................"import" is not exported by the Exporter module at 
/home/david/_/_/perl-5.6.2/.cpan/build/Tree-RB-0.1-nrhYA0/blib/lib/Tree/RB/Node/_Constants.pm
 line 8

#   Failed test 'use Tree::RB;'
#   at t/02.tree.t line 5.
#     Tried to use 'Tree::RB'.
#     Error:  Can't continue after import errors at 
/home/david/_/_/perl-5.6.2/.cpan/build/Tree-RB-0.1-nrhYA0/blib/lib/Tree/RB/Node/_Constants.pm
 line 8
# BEGIN failed--compilation aborted at t/02.tree.t line 5.
# Compilation failed in require at 
/home/david/_/_/perl-5.6.2/.cpan/build/Tree-RB-0.1-nrhYA0/blib/lib/Tree/RB/Node.pm
 line 5.
# BEGIN failed--compilation aborted at 
/home/david/_/_/perl-5.6.2/.cpan/build/Tree-RB-0.1-nrhYA0/blib/lib/Tree/RB/Node.pm
 line 5.
# Compilation failed in require at 
/home/david/_/_/perl-5.6.2/.cpan/build/Tree-RB-0.1-nrhYA0/blib/lib/Tree/RB.pm 
line 6.
# BEGIN failed--compilation aborted at 
/home/david/_/_/perl-5.6.2/.cpan/build/Tree-RB-0.1-nrhYA0/blib/lib/Tree/RB.pm 
line 6.
# Compilation failed in require at (eval 3) line 2.
# BEGIN failed--compilation aborted at (eval 3) line 2.
Use of uninitialized value in concatenation (.) or string at t/02.tree.t line 7.
# Testing Tree::RB 

#   Failed test 'Tree::RB->can('new')'
#   at t/02.tree.t line 17.
#     Tree::RB->can('new') failed

#   Failed test 'Tree::RB->can('put')'
#   at t/02.tree.t line 17.
#     Tree::RB->can('put') failed

#   Failed test 'Tree::RB->can('iter')'
#   at t/02.tree.t line 17.
#     Tree::RB->can('iter') failed

#   Failed test 'Tree::RB->can('rev_iter')'
#   at t/02.tree.t line 17.
#     Tree::RB->can('rev_iter') failed

#   Failed test 'Tree::RB->can('size')'
#   at t/02.tree.t line 17.
#     Tree::RB->can('size') failed
Can't locate object method "new" via package "Tree::RB" (perhaps you forgot to 
load "Tree::RB"?) at t/02.tree.t line 20.
# Looks like you planned 29 tests but only ran 6.
# Looks like you failed 6 tests of 6 run.
# Looks like your test died just after 6.
 Dubious, test returned 255 (wstat 65280, 0xff00)
 Failed 29/29 subtests 
t/03.delete.............."import" is not exported by the Exporter module at 
/home/david/_/_/perl-5.6.2/.cpan/build/Tree-RB-0.1-nrhYA0/blib/lib/Tree/RB/Node/_Constants.pm
 line 8
Can't continue after import errors at 
/home/david/_/_/perl-5.6.2/.cpan/build/Tree-RB-0.1-nrhYA0/blib/lib/Tree/RB/Node/_Constants.pm
 line 8
BEGIN failed--compilation aborted at 
/home/david/_/_/perl-5.6.2/.cpan/build/Tree-RB-0.1-nrhYA0/blib/lib/Tree/RB/Node/_Constants.pm
 line 8.
Compilation failed in require at 
/home/david/_/_/perl-5.6.2/.cpan/build/Tree-RB-0.1-nrhYA0/blib/lib/Tree/RB/Node.pm
 line 5.
BEGIN failed--compilation aborted at 
/home/david/_/_/perl-5.6.2/.cpan/build/Tree-RB-0.1-nrhYA0/blib/lib/Tree/RB/Node.pm
 line 5.
Compilation failed in require at 
/home/david/_/_/perl-5.6.2/.cpan/build/Tree-RB-0.1-nrhYA0/blib/lib/Tree/RB.pm 
line 6.
BEGIN failed--compilation aborted at 
/home/david/_/_/perl-5.6.2/.cpan/build/Tree-RB-0.1-nrhYA0/blib/lib/Tree/RB.pm 
line 6.
Compilation failed in require at t/03.delete.t line 5.
BEGIN failed--compilation aborted at t/03.delete.t line 5.
 Dubious, test returned 255 (wstat 65280, 0xff00)
 Failed 7/7 subtests 
t/04.lookup.............."import" is not exported by the Exporter module at 
/home/david/_/_/perl-5.6.2/.cpan/build/Tree-RB-0.1-nrhYA0/blib/lib/Tree/RB/Node/_Constants.pm
 line 8
Can't continue after import errors at 
/home/david/_/_/perl-5.6.2/.cpan/build/Tree-RB-0.1-nrhYA0/blib/lib/Tree/RB/Node/_Constants.pm
 line 8
BEGIN failed--compilation aborted at 
/home/david/_/_/perl-5.6.2/.cpan/build/Tree-RB-0.1-nrhYA0/blib/lib/Tree/RB/Node/_Constants.pm
 line 8.
Compilation failed in require at 
/home/david/_/_/perl-5.6.2/.cpan/build/Tree-RB-0.1-nrhYA0/blib/lib/Tree/RB/Node.pm
 line 5.
BEGIN failed--compilation aborted at 
/home/david/_/_/perl-5.6.2/.cpan/build/Tree-RB-0.1-nrhYA0/blib/lib/Tree/RB/Node.pm
 line 5.
Compilation failed in require at 
/home/david/_/_/perl-5.6.2/.cpan/build/Tree-RB-0.1-nrhYA0/blib/lib/Tree/RB.pm 
line 6.
BEGIN failed--compilation aborted at 
/home/david/_/_/perl-5.6.2/.cpan/build/Tree-RB-0.1-nrhYA0/blib/lib/Tree/RB.pm 
line 6.
Compilation failed in require at t/04.lookup.t line 5.
BEGIN failed--compilation aborted at t/04.lookup.t line 5.
 Dubious, test returned 255 (wstat 65280, 0xff00)
 Failed 9/9 subtests 
t/06.tie................."import" is not exported by the Exporter module at 
/home/david/_/_/perl-5.6.2/.cpan/build/Tree-RB-0.1-nrhYA0/blib/lib/Tree/RB/Node/_Constants.pm
 line 8
Can't continue after import errors at 
/home/david/_/_/perl-5.6.2/.cpan/build/Tree-RB-0.1-nrhYA0/blib/lib/Tree/RB/Node/_Constants.pm
 line 8
BEGIN failed--compilation aborted at 
/home/david/_/_/perl-5.6.2/.cpan/build/Tree-RB-0.1-nrhYA0/blib/lib/Tree/RB/Node/_Constants.pm
 line 8.
Compilation failed in require at 
/home/david/_/_/perl-5.6.2/.cpan/build/Tree-RB-0.1-nrhYA0/blib/lib/Tree/RB/Node.pm
 line 5.
BEGIN failed--compilation aborted at 
/home/david/_/_/perl-5.6.2/.cpan/build/Tree-RB-0.1-nrhYA0/blib/lib/Tree/RB/Node.pm
 line 5.
Compilation failed in require at 
/home/david/_/_/perl-5.6.2/.cpan/build/Tree-RB-0.1-nrhYA0/blib/lib/Tree/RB.pm 
line 6.
BEGIN failed--compilation aborted at 
/home/david/_/_/perl-5.6.2/.cpan/build/Tree-RB-0.1-nrhYA0/blib/lib/Tree/RB.pm 
line 6.
Compilation failed in require at t/06.tie.t line 5.
BEGIN failed--compilation aborted at t/06.tie.t line 5.
 Dubious, test returned 255 (wstat 65280, 0xff00)
 Failed 24/24 subtests 

Test Summary Report
-------------------
t/00.load.t          (Wstat: 256 Tests: 3 Failed: 1)
  Failed test:  1
  Non-zero exit status: 1
t/01.node.t          (Wstat: 65280 Tests: 12 Failed: 12)
  Failed tests:  1-12
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 27 tests but ran 12.
t/01.node_constants.t (Wstat: 2304 Tests: 9 Failed: 9)
  Failed tests:  1-9
  Non-zero exit status: 9
t/02.tree.t          (Wstat: 65280 Tests: 6 Failed: 6)
  Failed tests:  1-6
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 29 tests but ran 6.
t/03.delete.t        (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 7 tests but ran 0.
t/04.lookup.t        (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 9 tests but ran 0.
t/06.tie.t           (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 24 tests but ran 0.
Files=7, Tests=30,  1 wallclock secs ( 0.09 usr  0.05 sys +  0.18 cusr  0.02 
csys =  0.34 CPU)
Result: FAIL
Failed 7/7 test programs. 28/30 subtests failed.
make: *** [test_dynamic] Error 11

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

Prerequisite modules loaded:

requires:

    Module     Need Have
    ---------- ---- ----
    Test::More 0    0.70

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

Environment variables:

    AUTOMATED_TESTING = 1
    LANG = en_GB
    LANGUAGE = en_GB:en_US:en_GB:en
    PATH = /usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games
    PERL5LIB = 
    PERL5_CPANPLUS_IS_RUNNING = 7165
    PERL5_CPAN_IS_RUNNING = 7165
    SHELL = /bin/bash
    TERM = screen

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

    $^X = /home/david/cpantesting/perl-5.6.2/bin/perl
    $UID/$EUID = 1000 / 1000
    $GID = 1000 46 44 29 25 24 20 1000
    $EGID = 1000 46 44 29 25 24 20 1000

Perl module toolchain versions installed:

    Module              Have  
    ------------------- ------
    CPAN                1.9205
    Cwd                 3.24  
    ExtUtils::CBuilder  n/a   
    ExtUtils::Command   1.13  
    ExtUtils::Install   1.41  
    ExtUtils::MakeMaker 6.36  
    ExtUtils::Manifest  1.51  
    ExtUtils::ParseXS   n/a   
    File::Spec          3.24  
    Module::Build       0.2808
    Module::Signature   n/a   
    Test::Harness       3.06  
    Test::More          0.70  
    YAML                n/a   
    YAML::Syck          n/a   
    version             0.7203


--

Summary of my perl5 (revision 5.0 version 6 subversion 2) configuration:
  Platform:
    osname=linux, osvers=2.4.27-3-686, archname=i686-linux
    uname='linux pigsty 2.4.27-3-686 #1 tue dec 5 21:03:54 utc 2006 i686 
gnulinux '
    config_args='-Dprefix=/home/david/cpantesting/perl-5.6.2 -de'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef use5005threads=undef useithreads=undef 
usemultiplicity=undef
    useperlio=undef d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=undef use64bitall=undef uselongdouble=undef
  Compiler:
    cc='cc', ccflags ='-fno-strict-aliasing -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64',
    optimize='-O3',
    cppflags='-fno-strict-aliasing'
    ccversion='', gccversion='3.3.5 (Debian 1:3.3.5-13)', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', 
lseeksize=8
    alignbytes=4, usemymalloc=n, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -L/usr/local/lib'
    libpth=/usr/local/lib /lib /usr/lib
    libs=-lnsl -lgdbm -ldl -lm -lc -lcrypt -lutil
    perllibs=-lnsl -ldl -lm -lc -lcrypt -lutil
    libc=/lib/libc-2.3.2.so, so=so, useshrplib=false, libperl=libperl.a
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic'
    cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'

Reply via email to