develooper Front page | perl.cpan.testers | Postings from April 2008

FAIL Atompub-0.3.0 sun4-solaris 2.9

From:
Josts Smokehouse
Date:
April 27, 2008 23:44
Subject:
FAIL Atompub-0.3.0 sun4-solaris 2.9
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 cpan-testers@perl.org to keep other
test volunteers informed and to prevent any duplicate effort.

--
Dear Takeru INOUE,
    
This is a computer-generated report for Atompub-0.3.0
on perl 5.10.0, created by CPAN-Reporter-1.13. 

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

t/00.load............# Testing Atompub 0.3.0
ok
t/01.atompub.........ok
t/02.datetime........ok
t/03.media_type......ok
t/04.util............ok
t/05.info............ok
t/06.cache...........ok
t/10.client..........skipped: set ATOMPUB_TEST_LIVE to enable this test
t/20.server..........ok
t/perlcritic.........
#   Failed test 'Test::Perl::Critic for "blib/lib/Atompub/Client.pm"'
#   at /usr/local/perl-5.10.0/lib/site_perl/5.10.0/Test/Perl/Critic.pm line 99.
# 
# Perl::Critic found these violations in "blib/lib/Atompub/Client.pm":
# Private Member Data shouldn't be accessed directly. at line 161, column 15.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Private Member Data shouldn't be accessed directly. at line 180, column 15.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Private Member Data shouldn't be accessed directly. at line 196, column 15.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Private Member Data shouldn't be accessed directly. at line 213, column 19.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Private Member Data shouldn't be accessed directly. at line 214, column 19.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Private Member Data shouldn't be accessed directly. at line 214, column 40.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Private Member Data shouldn't be accessed directly. at line 215, column 19.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Private Member Data shouldn't be accessed directly. at line 279, column 15.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Private Member Data shouldn't be accessed directly. at line 329, column 19.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Private Member Data shouldn't be accessed directly. at line 330, column 19.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Private Member Data shouldn't be accessed directly. at line 330, column 40.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Private Member Data shouldn't be accessed directly. at line 331, column 19.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Private Member Data shouldn't be accessed directly. at line 389, column 15.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Private Member Data shouldn't be accessed directly. at line 416, column 5.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Private Member Data shouldn't be accessed directly. at line 547, column 14.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Private Member Data shouldn't be accessed directly. at line 547, column 35.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Private Member Data shouldn't be accessed directly. at line 550, column 19.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Private Member Data shouldn't be accessed directly. at line 551, column 19.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)

#   Failed test 'Test::Perl::Critic for "blib/lib/Atompub/Server.pm"'
#   at /usr/local/perl-5.10.0/lib/site_perl/5.10.0/Test/Perl/Critic.pm line 99.
# 
# Perl::Critic found these violations in "blib/lib/Atompub/Server.pm":
# Private Member Data shouldn't be accessed directly. at line 18, column 9.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Private Member Data shouldn't be accessed directly. at line 19, column 9.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Private Member Data shouldn't be accessed directly. at line 22, column 9.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Private Member Data shouldn't be accessed directly. at line 23, column 9.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Private Member Data shouldn't be accessed directly. at line 24, column 15.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Private Member Data shouldn't be accessed directly. at line 24, column 41.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Private Member Data shouldn't be accessed directly. at line 30, column 5.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Private Member Data shouldn't be accessed directly. at line 31, column 5.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Private Member Data shouldn't be accessed directly. at line 69, column 17.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Private Member Data shouldn't be accessed directly. at line 70, column 51.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Private Member Data shouldn't be accessed directly. at line 71, column 9.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Private Member Data shouldn't be accessed directly. at line 72, column 44.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Private Member Data shouldn't be accessed directly. at line 77, column 13.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Private Member Data shouldn't be accessed directly. at line 78, column 17.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Private Member Data shouldn't be accessed directly. at line 80, column 44.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Private Member Data shouldn't be accessed directly. at line 84, column 48.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Private Member Data shouldn't be accessed directly. at line 84, column 64.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Private Member Data shouldn't be accessed directly. at line 85, column 9.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Private Member Data shouldn't be accessed directly. at line 86, column 26.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
# Looks like you failed 2 tests of 6.
 Dubious, test returned 2 (wstat 512, 0x200)
 Failed 2/6 subtests 
t/pod-coverage.......ok
t/pod................ok

Test Summary Report
-------------------
t/perlcritic.t   (Wstat: 512 Tests: 6 Failed: 2)
  Failed tests:  2, 5
  Non-zero exit status: 2
Files=12, Tests=119, 63 wallclock secs ( 0.37 usr  0.20 sys + 55.26 cusr  5.94 csys = 61.77 CPU)
Result: FAIL
Failed 1/12 test programs. 2/119 subtests failed.

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

Prerequisite modules loaded:

requires:

    Module                   Need   Have     
    ------------------------ ------ ---------
    Class::Accessor::Fast    0      0.31     
    Class::Data::Inheritable 0      0.08     
    DateTime                 0      0.42     
    DateTime::Format::W3CDTF 0      0.04     
    DateTime::TimeZone       0      0.74     
    Digest::SHA1             0      2.11     
    File::Slurp              0      9999.13  
    HTTP::Date               0      5.810    
    HTTP::Headers            0      5.810    
    HTTP::Request            0      5.811    
    HTTP::Response           0      5.811    
    HTTP::Status             0      5.811    
    MIME::Base64             0      3.07_01  
    MIME::Types              0      1.23     
    Module::Build::Compat    0      0.2808_01
    Perl6::Export::Attrs     0      0.0.3    
    Test::More               0      0.80     
    Test::Perl::Critic       0      1.01     
    Time::Local              0      1.18     
    URI::Escape              0      3.29     
    version                  0      0.74     
    XML::Atom::Service       0.15.4 0.16.0   

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

Environment variables:

    AUTOMATED_TESTING = 1
    LD_LIBRARY_PATH = /usr/local/gnu/lib:/usr/local/gcc/lib:/opt/SUNWits/Graphics-sw/xil/lib:/usr/openwin/lib:/opt/SUNWits/Graphics-sw/xgl/lib:/usr/dt/lib:/usr/openwin/lib:/usr/local/lib:/usr/lib:/usr/ucblib
    PATH = /net/sunu991/disc1/home/ibin/:/usr/local/perl-5.10.0/bin:/usr/openwin/bin:/usr/local/bin:/usr/bin:/usr/sbin:/usr/openwin/bin:/opt/SUNWspro/bin:/usr/dt/bin:/opt/SUNWmfwm/bin:/opt/SUNWguide/bin:/usr/ccs/bin:/usr/ucb:.:/usr/etc:/etc:/usr/hosts:/usr/ucb:/usr/sbin
    PERL5LIB = /net/sunu991/disc1/home/.cpan/build/XML-Atom-Service-0.16.0-yHJNXT/blib/arch:/net/sunu991/disc1/home/.cpan/build/XML-Atom-Service-0.16.0-yHJNXT/blib/lib:/net/sunu991/disc1/home/.cpan/build/XML-Atom-0.28-HUhJuj/blib/arch:/net/sunu991/disc1/home/.cpan/build/XML-Atom-0.28-HUhJuj/blib/lib:/net/sunu991/disc1/home/.cpan/build/XML-LibXML-1.66-6X37z9/blib/arch:/net/sunu991/disc1/home/.cpan/build/XML-LibXML-1.66-6X37z9/blib/lib:/net/sunu991/disc1/home/.cpan/build/LWP-Authen-Wsse-0.05-LAJ8_z/blib/arch:/net/sunu991/disc1/home/.cpan/build/LWP-Authen-Wsse-0.05-LAJ8_z/blib/lib:/net/sunu991/disc1/home/.cpan/build/Text-CSV-1.04-50xtY4/blib/arch:/net/sunu991/disc1/home/.cpan/build/Text-CSV-1.04-50xtY4/blib/lib:/net/sunu991/disc1/home/.cpan/build/parent-0.221-Vy2sAR/blib/arch:/net/sunu991/disc1/home/.cpan/build/parent-0.221-Vy2sAR/blib/lib:/net/sunu991/disc1/home/.cpan/build/HTTP-Request-AsCGI-0.5-IcrOdy/blib/arch:/net/sunu991/disc1/home/.cpan/build/HTTP-Request-AsCGI-0.5-IcrOdy/blib/lib:/net/sunu991/disc1/home/.cpan/build/Tree-Simple-VisitorFactory-0.10-asesjR/blib/arch:/net/sunu991/disc1/home/.cpan/build/Tree-Simple-VisitorFactory-0.10-asesjR/blib/lib:/net/sunu991/disc1/home/.cpan/build/Data-Visitor-0.15-XVrEJs/blib/arch:/net/sunu991/disc1/home/.cpan/build/Data-Visitor-0.15-XVrEJs/blib/lib:/net/sunu991/disc1/home/.cpan/build/Tie-ToObject-0.03-2IhNwi/blib/arch:/net/sunu991/disc1/home/.cpan/build/Tie-ToObject-0.03-2IhNwi/blib/lib:/net/sunu991/disc1/home/.cpan/build/Test-MockObject-1.08-8d7rgL/blib/arch:/net/sunu991/disc1/home/.cpan/build/Test-MockObject-1.08-8d7rgL/blib/lib
    PERL5_CPANPLUS_IS_RUNNING = 25813
    PERL5_CPAN_IS_RUNNING = 25813
    PERL_CR_SMOKER_CURRENT = Catalyst-Controller-Atompub-v0.5.1
    PERL_MM_USE_DEFAULT = 1
    SHELL = /bin/bash
    TERM = vt100

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

    $^X = /usr/local/perl-5.10.0/bin/perl
    $UID/$EUID = 10167 / 10167
    $GID = 10004 10004 116 113 117 6 112 52 53 115
    $EGID = 10004 10004 116 113 117 6 112 52 53 115

Perl module toolchain versions installed:

    Module              Have     
    ------------------- ---------
    CPAN                1.9205   
    Cwd                 3.2701   
    ExtUtils::CBuilder  0.23     
    ExtUtils::Command   1.14     
    ExtUtils::Install   1.50     
    ExtUtils::MakeMaker 6.44     
    ExtUtils::Manifest  1.51_01  
    ExtUtils::ParseXS   2.19     
    File::Spec          3.2701   
    Module::Build       0.2808_01
    Module::Signature   0.55     
    Test::Harness       3.10     
    Test::More          0.80     
    YAML                0.66     
    YAML::Syck          1.04     
    version             0.74     


--

Summary of my perl5 (revision 5 version 10 subversion 0) configuration:
  Platform:
    osname=solaris, osvers=2.9, archname=sun4-solaris
    uname='sunos irgendwas 5.9 generic_118558-35 sun4u sparc sunw,ultra-5_10 '
    config_args='-Dcc=gcc -de'
    hint=previous, useposix=true, d_sigaction=define
    useithreads=undef, usemultiplicity=undef
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=undef, use64bitall=undef, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='gcc', ccflags ='-fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
    optimize='-O',
    cppflags='-fno-strict-aliasing -pipe -I/usr/local/include -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64'
    ccversion='', gccversion='3.4.6', gccosandvers='solaris2.9'
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='gcc', ldflags =' -L/usr/local/lib -L/opt/gnu/lib '
    libpth=/usr/local/lib /opt/gnu/lib /usr/lib /usr/ccs/lib
    libs=-lsocket -lnsl -ldl -lm -lc
    perllibs=-lsocket -lnsl -ldl -lm -lc
    libc=/lib/libc.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
    cccdlflags='-fPIC', lddlflags='-G -L/usr/local/lib -L/opt/gnu/lib'



Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About