Report for WWW-Sitemapper-1.110340

Back
From: metabase:user:320bfe00-2aae-11df-837a-5e0a49663a4f
Subject: FAIL WWW-Sitemapper-1.110340 v5.15.3 GNU/Linux
Date: 2011-10-16T17:44:01Z

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 Alex J. G. Burzynski,

This is a computer-generated report for WWW-Sitemapper-1.110340
on perl 5.15.3, created by CPAN-Reporter-1.1902.

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 './Build test':

t/00-compile.t ............ ok
t/release-eol.t ........... skipped: these tests are for release candidate testing
t/release-kwalitee.t ...... skipped: these tests are for release candidate testing
t/release-no-tabs.t ....... skipped: these tests are for release candidate testing
t/release-pod-coverage.t .. skipped: these tests are for release candidate testing
t/release-pod-syntax.t .... skipped: these tests are for release candidate testing
t/release-portability.t ... skipped: these tests are for release candidate testing
t/sitemapper-tree.t ....... ok

#   Failed test 'root->title is correct'
#   at t/sitemapper.t line 153.
#          got: undef
#     expected: 'Root'

#   Failed test 'root nodes have correct titles'
#   at t/sitemapper.t line 171.
#     Structures begin differing at:
#          $got->[0] = undef
#     $expected->[0] = 'Child1'

#   Failed test 'child1->title is correct'
#   at t/sitemapper.t line 183.
#          got: undef
#     expected: 'Child1'

#   Failed test 'child1 nodes have correct titles'
#   at t/sitemapper.t line 199.
#     Structures begin differing at:
#          $got->[0] = undef
#     $expected->[0] = 'FriendlyUrl'

#   Failed test 'child11->title is correct'
#   at t/sitemapper.t line 217.
#          got: undef
#     expected: 'FriendlyUrl'

#   Failed test 'child11 nodes have correct titles'
#   at t/sitemapper.t line 236.
#     Structures begin differing at:
#          $got->[0] = undef
#     $expected->[0] = 'Child3'

#   Failed test 'child3->title is correct'
#   at t/sitemapper.t line 251.
#          got: undef
#     expected: 'Child3'

#   Failed test 'child3 nodes have correct titles'
#   at t/sitemapper.t line 269.
#     Structures begin differing at:
#          $got->[0] = undef
#     $expected->[0] = 'Child31'

#   Failed test 'child31->title is correct'
#   at t/sitemapper.t line 281.
#          got: undef
#     expected: 'Child31'

#   Failed test 'child32->title is correct'
#   at t/sitemapper.t line 291.
#          got: undef
#     expected: 'Child32'

#   Failed test 'child2->title is correct'
#   at t/sitemapper.t line 301.
#          got: undef
#     expected: 'Child2'

#   Failed test 'child2 nodes have correct titles'
#   at t/sitemapper.t line 319.
#     Structures begin differing at:
#          $got->[0] = undef
#     $expected->[0] = 'Child21'

#   Failed test 'child21->title is correct'
#   at t/sitemapper.t line 331.
#          got: undef
#     expected: 'Child21'

#   Failed test 'child22->title is correct'
#   at t/sitemapper.t line 341.
#          got: undef
#     expected: 'Child22'

#   Failed test 'txt_sitemap(with_id, with_title) is created correctly'
#   at t/sitemapper.t line 387.
#          got: '[0] index.html 
#   [0:0] 1.html 
#     [0:0:0] friendly_url.html 
#       [0:0:0:0] 3.html 
#         [0:0:0:0:0] 31.html 
#         [0:0:0:0:1] 32.html 
#   [0:1] 2.html 
#     [0:1:0] 21.html 
#     [0:1:1] 22.html 
# '
#     expected: '[0] index.html Root
#   [0:0] 1.html Child1
#     [0:0:0] friendly_url.html FriendlyUrl
#       [0:0:0:0] 3.html Child3
#         [0:0:0:0:0] 31.html Child31
#         [0:0:0:0:1] 32.html Child32
#   [0:1] 2.html Child2
#     [0:1:0] 21.html Child21
#     [0:1:1] 22.html Child22
# '

#   Failed test 'html_sitemap() is created correctly'
#   at t/sitemapper.t line 404.
#          got: '<html>
# <head>
# <title>Sitemap for </title>
# </head>
# <body>
# <ul><li><a href="index.html">index.html</a>
# <ul><li><a href="1.html">1.html</a>
# <ul><li><a href="friendly_url.html">friendly_url.html</a>
# <ul><li><a href="3.html">3.html</a>
# <ul><li><a href="31.html">31.html</a>
# </li>
# <li><a href="32.html">32.html</a>
# </li>
# </ul>
# </li>
# </ul>
# </li>
# </ul>
# </li>
# <li><a href="2.html">2.html</a>
# <ul><li><a href="21.html">21.html</a>
# </li>
# <li><a href="22.html">22.html</a>
# </li>
# </ul>
# </li>
# </ul>
# </li>
# </ul>
# </body>
# </html>
# '
#     expected: '<html>
# <head>
# <title>Sitemap for </title>
# </head>
# <body>
# <ul><li><a href="index.html">Root</a>
# <ul><li><a href="1.html">Child1</a>
# <ul><li><a href="friendly_url.html">FriendlyUrl</a>
# <ul><li><a href="3.html">Child3</a>
# <ul><li><a href="31.html">Child31</a>
# </li>
# <li><a href="32.html">Child32</a>
# </li>
# </ul>
# </li>
# </ul>
# </li>
# </ul>
# </li>
# <li><a href="2.html">Child2</a>
# <ul><li><a href="21.html">Child21</a>
# </li>
# <li><a href="22.html">Child22</a>
# </li>
# </ul>
# </li>
# </ul>
# </li>
# </ul>
# </body>
# </html>
# '
# Looks like you failed 16 tests of 117.
t/sitemapper.t ............ 
Dubious, test returned 16 (wstat 4096, 0x1000)
Failed 16/117 subtests 

Test Summary Report
-------------------
t/sitemapper.t          (Wstat: 4096 Tests: 117 Failed: 16)
  Failed tests:  8, 13, 16, 21, 26, 31, 35, 40, 43, 47, 51
                56, 59, 63, 70, 72
  Non-zero exit status: 16
Files=9, Tests=174,  5 wallclock secs ( 0.04 usr  0.02 sys +  2.63 cusr  0.19 csys =  2.88 CPU)
Result: FAIL
Failed 1/9 test programs. 16/174 subtests failed.

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

Prerequisite modules loaded:

requires:

    Module                                Need   Have    
    ------------------------------------- ------ --------
    DateTime                              0      0.70    
    DateTime::Duration                    0      0.70    
    Moose                                 0      2.0205  
    MooseX::MethodAttributes::Inheritable 0      0.25    
    MooseX::Types                         0      0.30    
    MooseX::Types::Moose                  0      0.30    
    Storable                              0      2.32    
    Template                              0      2.22    
    URI                                   0      1.59    
    WWW::Robot                            0      0.026   
    WWW::Sitemap::XML                     0      1.103500
    WWW::Sitemap::XML::URL                0      1.103500

build_requires:

    Module                                Need   Have    
    ------------------------------------- ------ --------
    File::Find                            0      1.20    
    File::Temp                            0      0.22    
    HTML::HeadParser                      0      3.69    
    HTTP::Daemon                          0      6.00    
    HTTP::Date                            0      6.00    
    HTTP::Response                        0      6.01    
    HTTP::Status                          0      6.00    
    Module::Build                         0.3601 0.39_01 
    Test::Exception                       0      0.31    
    Test::More                            0      0.98    
    Test::NoWarnings                      0      1.03    

configure_requires:

    Module                                Need   Have    
    ------------------------------------- ------ --------
    ExtUtils::MakeMaker                   6.31   6.61_01 
    Module::Build                         0.3601 0.39_01 


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

Environment variables:

    LANG = en_US.UTF-8
    LANGUAGE = en_US:en
    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 = /home/sand/.cpan/build/ProjectBuilder-0.11.3-fH1luB/blib/arch:/home/sand/.cpan/build/ProjectBuilder-0.11.3-fH1luB/blib/lib:/home/sand/.cpan/build/Encode-IBM-0.11-pQitOo/blib/arch:/home/sand/.cpan/build/Encode-IBM-0.11-pQitOo/blib/lib
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 16079
    PERL5_CPAN_IS_RUNNING = 16079
    SHELL = /usr/bin/zsh
    TERM = screen

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

    $^X = /home/sand/src/perl/repoperls/installed-perls/perl/v5.15.3-379-g6e67081/ba65/bin/perl
    $UID/$EUID = 1005 / 1005
    $GID = 1005 1005
    $EGID = 1005 1005

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                1.9800  
    Cwd                 3.37    
    ExtUtils::CBuilder  0.280202
    ExtUtils::Command   1.17    
    ExtUtils::Install   1.57    
    ExtUtils::MakeMaker 6.61_01 
    ExtUtils::Manifest  1.60    
    ExtUtils::ParseXS   3.05    
    File::Spec          3.34    
    Module::Build       0.39_01 
    Module::Signature   0.68    
    Test::Harness       3.23    
    Test::More          0.98    
    YAML                0.77    
    YAML::Syck          n/a     
    version             0.93    


--

Summary of my perl5 (revision 5 version 15 subversion 3) configuration:
  Commit id: 6e6708186f21e01745b94f01d5f630948e1cbcb2
  Platform:
    osname=linux, osvers=2.6.32-5-amd64, archname=x86_64-linux-thread-multi
    uname='linux k83 2.6.32-5-amd64 #1 smp mon oct 3 03:59:20 utc 2011 x86_64 gnulinux '
    config_args='-Dprefix=/home/src/perl/repoperls/installed-perls/perl/v5.15.3-379-g6e67081/ba65 -Dinstallusrbinperl=n -Uversiononly -Dusedevel -des -Ui_db -Duseithreads -Uuselongdouble -DDEBUGGING=-g'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=define, usemultiplicity=define
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=define, use64bitall=define, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-O2 -g',
    cppflags='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
    ccversion='', gccversion='4.4.5', 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='cc', ldflags =' -fstack-protector -L/usr/local/lib'
    libpth=/usr/local/lib /lib/../lib /usr/lib/../lib /lib /usr/lib /lib64 /usr/lib64
    libs=-lnsl -ldb -ldl -lm -lcrypt -lutil -lpthread -lc
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
    libc=/lib/libc-2.11.2.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.11.2'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
    cccdlflags='-fPIC', lddlflags='-shared -O2 -g -L/usr/local/lib -fstack-protector'


Characteristics of this binary (from libperl): 
  Compile-time options: HAS_TIMES MULTIPLICITY PERLIO_LAYERS
                        PERL_DONT_CREATE_GVSV PERL_IMPLICIT_CONTEXT
                        PERL_MALLOC_WRAP PERL_PRESERVE_IVUV PERL_USE_DEVEL
                        USE_64_BIT_ALL USE_64_BIT_INT USE_ITHREADS
                        USE_LARGE_FILES USE_LOCALE USE_LOCALE_COLLATE
                        USE_LOCALE_CTYPE USE_LOCALE_NUMERIC USE_PERLIO
                        USE_PERL_ATOF USE_REENTRANT_API
  Built under linux
  Compiled at Oct 16 2011 06:52:31
  %ENV:
    PERL5LIB="/home/sand/.cpan/build/ProjectBuilder-0.11.3-fH1luB/blib/arch:/home/sand/.cpan/build/ProjectBuilder-0.11.3-fH1luB/blib/lib:/home/sand/.cpan/build/Encode-IBM-0.11-pQitOo/blib/arch:/home/sand/.cpan/build/Encode-IBM-0.11-pQitOo/blib/lib"
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="16079"
    PERL5_CPAN_IS_RUNNING="16079"
  @INC:
    /home/sand/.cpan/build/ProjectBuilder-0.11.3-fH1luB/blib/arch
    /home/sand/.cpan/build/ProjectBuilder-0.11.3-fH1luB/blib/lib
    /home/sand/.cpan/build/Encode-IBM-0.11-pQitOo/blib/arch
    /home/sand/.cpan/build/Encode-IBM-0.11-pQitOo/blib/lib
    /home/src/perl/repoperls/installed-perls/perl/v5.15.3-379-g6e67081/ba65/lib/site_perl/5.15.3/x86_64-linux-thread-multi
    /home/src/perl/repoperls/installed-perls/perl/v5.15.3-379-g6e67081/ba65/lib/site_perl/5.15.3
    /home/src/perl/repoperls/installed-perls/perl/v5.15.3-379-g6e67081/ba65/lib/5.15.3/x86_64-linux-thread-multi
    /home/src/perl/repoperls/installed-perls/perl/v5.15.3-379-g6e67081/ba65/lib/5.15.3
    .