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 Daisuke Maki,
    
This is a computer-generated report for Gungho-0.09000_01
on perl-5.10.0, created automatically by CPAN-Reporter-1.02 
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, 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':

/home/src/perl/repoperls/installed-perls/perl/pz0geEq/[EMAIL 
PROTECTED]/bin/perl "-Iinc" Makefile.PL --config= 
--installdeps=HTML::RobotsMETA,0
PERL_DL_NONLAZY=1 /home/src/perl/repoperls/installed-perls/perl/pz0geEq/[EMAIL 
PROTECTED]/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 
'blib/lib', 'blib/arch')" t/01_load.t t/02_config.t t/03_live/perl.t 
t/03_live/twitter.t t/99_kwalitee.t t/99_pod-coverage.t t/99_pod.t 
t/component/authentication/01_load.t t/component/cache/01_load.t 
t/component/robot_rules/01_load.t t/component/robots_meta/01_load.t 
t/component/scraper/01_load.t t/component/throttle/01_load.t 
t/engine/danga-socket/01_load.t t/engine/danga-socket/04_dns.t 
t/engine/io-async/01_load.t t/engine/io-async/04_dns.t t/engine/poe/01_load.t 
t/engine/poe/04_dns.t t/engine/poe/05_dns_params.t 
t/plugin/request_log/01_basic.t
t/01_load.............................ok
t/02_config...........................
#   Failed test at t/02_config.t line 11.
#     Structures begin differing at:
#          $got->{---} = ''
#     $expected->{---} = Does not exist
# Looks like you failed 1 test of 2.
dubious
        Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 2
        Failed 1/2 tests, 50.00% okay
t/03_live/perl........................skipped
        all skipped: Enable GUNGHO_TEST_LIVE to run these tests
t/03_live/twitter.....................skipped
        all skipped: Enable GUNGHO_TWITTER_USERNAME and GUNGHO_TWITTER_PASSWORD 
to run these tests
t/99_kwalitee.........................skipped
        all skipped: Enable TEST_KWALITEE to enable these tests
t/99_pod-coverage.....................skipped
        all skipped: Enable TEST_POD environment variable to test POD
t/99_pod..............................skipped
        all skipped: Enable TEST_POD environment variable to test POD
t/component/authentication/01_load....ok
t/component/cache/01_load.............ok
t/component/robot_rules/01_load.......ok
t/component/robots_meta/01_load.......ok
t/component/scraper/01_load...........skipped
        all skipped: Web::Scraper::Config not installed: Can't locate 
Web/Scraper/Config.pm in @INC (@INC contains: t/lib 
/home/sand/.cpan/build/Gungho-0.09000-7g36yF/inc 
/home/sand/.cpan/build/Gungho-0.09000-7g36yF/blib/lib 
/home/sand/.cpan/build/Gungho-0.09000-7g36yF/blib/arch 
/home/sand/.cpan/build/Encode-IBM-0.06-5EZqQs/blib/arch 
/home/sand/.cpan/build/Encode-IBM-0.06-5EZqQs/blib/lib 
/home/src/perl/repoperls/installed-perls/perl/pz0geEq/[EMAIL 
PROTECTED]/lib/5.10.0/i686-linux-thread-multi-64int 
/home/src/perl/repoperls/installed-perls/perl/pz0geEq/[EMAIL 
PROTECTED]/lib/5.10.0 
/home/src/perl/repoperls/installed-perls/perl/pz0geEq/[EMAIL 
PROTECTED]/lib/site_perl/5.10.0/i686-linux-thread-multi-64int 
/home/src/perl/repoperls/installed-perls/perl/pz0geEq/[EMAIL 
PROTECTED]/lib/site_perl/5.10.0 .) at (eval 90) line 2.
t/component/throttle/01_load..........ok
t/engine/danga-socket/01_load.........ok
t/engine/danga-socket/04_dns..........Can't call method "run" on an undefined 
value at 
/home/sand/.cpan/build/Gungho-0.09000-7g36yF/blib/lib/Gungho/Component/Setup.pm 
line 37.
# Looks like your test died before it could output anything.
dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-18
        Failed 18/18 tests, 0.00% okay
t/engine/io-async/01_load.............ok
t/engine/io-async/04_dns..............Can't call method "run" on an undefined 
value at 
/home/sand/.cpan/build/Gungho-0.09000-7g36yF/blib/lib/Gungho/Component/Setup.pm 
line 37.
# Looks like your test died before it could output anything.
dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-18
        Failed 18/18 tests, 0.00% okay
t/engine/poe/01_load..................ok
t/engine/poe/04_dns...................Can't call method "run" on an undefined 
value at 
/home/sand/.cpan/build/Gungho-0.09000-7g36yF/blib/lib/Gungho/Component/Setup.pm 
line 37.
# Looks like your test died before it could output anything.
dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-18
        Failed 18/18 tests, 0.00% okay
t/engine/poe/05_dns_params............ok
t/plugin/request_log/01_basic.........ok
Failed Test                    Stat Wstat Total Fail  List of Failed
-------------------------------------------------------------------------------
t/02_config.t                     1   256     2    1  2
t/engine/danga-socket/04_dns.t  255 65280    18   36  1-18
t/engine/io-async/04_dns.t      255 65280    18   36  1-18
t/engine/poe/04_dns.t           255 65280    18   36  1-18
6 tests skipped.
Failed 4/21 test scripts. 55/111 subtests failed.
Files=21, Tests=111, 40 wallclock secs (18.40 cusr +  1.27 csys = 19.67 CPU)
Failed 4/21 test programs. 55/111 subtests failed.
make: *** [test_dynamic] Error 255

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

Prerequisite modules loaded:

requires:

    Module                            Need Have    
    --------------------------------- ---- --------
    Best                              0    0.11    
    Class::Accessor::Fast             0    0.31    
    Class::C3                         0.16 0.19    
    Class::C3::Componentised          0    1.0001  
    Class::C3::XS                     0.02 0.08    
    Class::Data::Inheritable          0    0.06    
    Class::Inspector                  0    1.17    
    Config::Any                       0    0.08    
    Danga::Socket                     1.57 1.57    
    Danga::Socket::Callback           0    0.011   
    Data::Dumper                      0    2.121_14
    Data::Throttler                   0    0.01    
    DB_File                           0    1.815   
    Digest::MD5                       0    2.36_01 
    DirHandle                         0    1.01    
    Exception::Class                  0    1.23    
    File::Spec                        0    3.25    
    FindBin                           0    1.49    
    Getopt::Long                      0    2.37    
    HTML::RobotsMETA                  0    0.00002 
    HTTP::Headers::Util               0    1.13    
    HTTP::Parser                      0    0.03    
    HTTP::Request                     0    1.40    
    HTTP::Response                    0    1.53    
    HTTP::Status                      0    1.28    
    IO::Async::Buffer                 0    0.09    
    IO::Socket::INET                  0    1.31    
    Log::Dispatch                     0    2.18    
    MIME::Base64                      0    3.07_01 
    Net::DNS                          0    0.61    
    Path::Class                       0    0.16    
    Pod::Usage                        0    1.35    
    POE                               0    0.9999  
    POE::Component::Client::DNS       0    1.00    
    POE::Component::Client::HTTP      0    0.82    
    POE::Component::Client::Keepalive 0    0.1000  
    Storable                          0    2.16    
    Time::HiRes                       0    1.9708  
    UNIVERSAL::isa                    0    0.06    
    UNIVERSAL::require                0    0.11    
    URI                               0    1.35    
    WWW::RobotRules::Parser           0    0.04    
    YAML                              0    0.66    

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

Environment variables:

    LANG = C
    PATH = 
/usr/lib/ccache:/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/Encode-IBM-0.06-5EZqQs/blib/arch:/home/sand/.cpan/build/Encode-IBM-0.06-5EZqQs/blib/lib
    PERL5_CPANPLUS_IS_RUNNING = 29208
    PERL5_CPAN_IS_RUNNING = 29208
    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/pz0geEq/[EMAIL 
PROTECTED]/bin/perl
    $UID/$EUID = 1005 / 1005
    $GID = 1005 1005
    $EGID = 1005 1005

Perl module toolchain versions installed:

    Module              Have     
    ------------------- ---------
    CPAN                1.9203   
    Cwd                 3.25_01  
    ExtUtils::CBuilder  0.19     
    ExtUtils::Command   1.13     
    ExtUtils::Install   1.44     
    ExtUtils::MakeMaker 6.36_01  
    ExtUtils::Manifest  1.51_01  
    ExtUtils::ParseXS   2.18     
    File::Spec          3.25     
    Module::Build       0.2808_01
    Module::Signature   0.55     
    Test::Harness       2.64     
    Test::More          0.72     
    YAML                0.66     
    YAML::Syck          0.99     
    version             0.73     


--

Summary of my perl5 (revision 5 version 10 subversion 0) configuration:
  Platform:
    osname=linux, osvers=2.6.22-1-k7, archname=i686-linux-thread-multi-64int
    uname='linux k75 2.6.22-1-k7 #1 smp sun jul 29 15:15:55 utc 2007 i686 
gnulinux '
    
config_args='-Dprefix=/home/src/perl/repoperls/installed-perls/perl/pz0geEq/[EMAIL
 PROTECTED] -Dinstallusrbinperl=n -Uversiononly -Doptimize=-g -des 
-Duse64bitint -Dusedevel -Dusethreads -Duserelocatableinc'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=define, usemultiplicity=define
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=define, use64bitall=undef, uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -DDEBUGGING 
-fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64',
    optimize='-g',
    cppflags='-D_REENTRANT -D_GNU_SOURCE -DDEBUGGING -fno-strict-aliasing -pipe 
-I/usr/local/include'
    ccversion='', gccversion='4.1.2 20061115 (prerelease) (Debian 4.1.1-21)', 
gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
    ivtype='long long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', 
lseeksize=8
    alignbytes=4, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -L/usr/local/lib'
    libpth=/usr/local/lib /lib /usr/lib /usr/lib64
    libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
    libc=/lib/libc-2.6.1.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.6.1'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
    cccdlflags='-fPIC', lddlflags='-shared -g -L/usr/local/lib'

Reply via email to