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 SMPETERS,
    
This is a computer-generated error report created automatically by
CPANPLUS, version 0.82. Testers personal comments may appear 
at the end of this report.


Thank you for uploading your work to CPAN.  However, it appears that
there were some problems testing your distribution.

TEST RESULTS:

Below is the error stack from stage 'make test':

[MSG] [Fri Dec 21 01:52:01 2007] Trying to get 
'http://www.cpan.org/authors/id/S/SM/SMPETERS/Net-Ping-2.34.tar.gz'
[MSG] [Fri Dec 21 01:52:30 2007] Trying to get 
'http://www.cpan.org/authors/id/S/SM/SMPETERS/CHECKSUMS'
[MSG] [Fri Dec 21 01:52:45 2007] Checksum matches for 'Net-Ping-2.34.tar.gz'
[MSG] [Fri Dec 21 01:52:45 2007] Extracted 'Net-Ping-2.34/'
[MSG] [Fri Dec 21 01:52:45 2007] Extracted 'Net-Ping-2.34/t/'
[MSG] [Fri Dec 21 01:52:45 2007] Extracted 'Net-Ping-2.34/t/500_ping_icmp.t'
[MSG] [Fri Dec 21 01:52:45 2007] Extracted 'Net-Ping-2.34/t/200_ping_tcp.t'
[MSG] [Fri Dec 21 01:52:45 2007] Extracted 'Net-Ping-2.34/t/130_tcp_inst.t'
[MSG] [Fri Dec 21 01:52:45 2007] Extracted 'Net-Ping-2.34/t/190_alarm.t'
[MSG] [Fri Dec 21 01:52:45 2007] Extracted 'Net-Ping-2.34/t/410_syn_host.t'
[MSG] [Fri Dec 21 01:52:45 2007] Extracted 'Net-Ping-2.34/t/150_syn_inst.t'
[MSG] [Fri Dec 21 01:52:45 2007] Extracted 'Net-Ping-2.34/t/140_stream_inst.t'
[MSG] [Fri Dec 21 01:52:45 2007] Extracted 'Net-Ping-2.34/t/400_ping_syn.t'
[MSG] [Fri Dec 21 01:52:45 2007] Extracted 'Net-Ping-2.34/t/100_load.t'
[MSG] [Fri Dec 21 01:52:45 2007] Extracted 'Net-Ping-2.34/t/120_udp_inst.t'
[MSG] [Fri Dec 21 01:52:45 2007] Extracted 'Net-Ping-2.34/t/250_ping_hires.t'
[MSG] [Fri Dec 21 01:52:45 2007] Extracted 'Net-Ping-2.34/t/300_ping_stream.t'
[MSG] [Fri Dec 21 01:52:45 2007] Extracted 'Net-Ping-2.34/t/110_icmp_inst.t'
[MSG] [Fri Dec 21 01:52:45 2007] Extracted 'Net-Ping-2.34/t/450_service.t'
[MSG] [Fri Dec 21 01:52:45 2007] Extracted 'Net-Ping-2.34/t/510_ping_udp.t'
[MSG] [Fri Dec 21 01:52:45 2007] Extracted 'Net-Ping-2.34/Changes'
[MSG] [Fri Dec 21 01:52:45 2007] Extracted 'Net-Ping-2.34/MANIFEST'
[MSG] [Fri Dec 21 01:52:45 2007] Extracted 'Net-Ping-2.34/lib/'
[MSG] [Fri Dec 21 01:52:45 2007] Extracted 'Net-Ping-2.34/lib/Net/'
[MSG] [Fri Dec 21 01:52:45 2007] Extracted 'Net-Ping-2.34/lib/Net/Ping.pm'
[MSG] [Fri Dec 21 01:52:45 2007] Extracted 'Net-Ping-2.34/META.yml'
[MSG] [Fri Dec 21 01:52:45 2007] Extracted 'Net-Ping-2.34/README'
[MSG] [Fri Dec 21 01:52:45 2007] Extracted 'Net-Ping-2.34/Makefile.PL'
[MSG] [Fri Dec 21 01:52:45 2007] Extracted 'Net::Ping' to 
'/home/cpan/perl562/.cpanplus/5.6.2/build/Net-Ping-2.34'
[MSG] [Fri Dec 21 01:52:47 2007] Checking if your kit is complete...
Looks good
Writing Makefile for Net::Ping

[MSG] [Fri Dec 21 01:52:47 2007] DEFAULT 'filter_prereqs' HANDLER RETURNING 
'sub return value'
[MSG] [Fri Dec 21 01:52:50 2007] cp lib/Net/Ping.pm blib/lib/Net/Ping.pm
Manifying blib/man3/Net::Ping.3

[ERROR] [Fri Dec 21 01:55:41 2007] MAKE TEST failed:  PERL_DL_NONLAZY=1 
/home/cpan/perl562/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 
'blib/lib', 'blib/arch')" t/*.t
t/100_load...........ok
t/110_icmp_inst......ok
        1/2 skipped: various reasons
t/120_udp_inst.......ok
t/130_tcp_inst.......ok
t/140_stream_inst....ok
t/150_syn_inst.......ok
t/190_alarm..........ok
t/200_ping_tcp.......# Failed test 8 in t/200_ping_tcp.t at line 61
#  t/200_ping_tcp.t line 61 is: ok $p -> ping("ftp.geocities.com");
# Failed test 9 in t/200_ping_tcp.t at line 63
#  t/200_ping_tcp.t line 63 is: ok $p -> ping("www.freeservers.com");
# Failed test 10 in t/200_ping_tcp.t at line 64
#  t/200_ping_tcp.t line 64 is: ok $p -> ping("ftp.freeservers.com");
# Failed test 11 in t/200_ping_tcp.t at line 66
#  t/200_ping_tcp.t line 66 is: ok $p -> ping("yahoo.com");
# Failed test 12 in t/200_ping_tcp.t at line 67
#  t/200_ping_tcp.t line 67 is: ok $p -> ping("www.yahoo.com");
# Failed test 13 in t/200_ping_tcp.t at line 68
FAILED tests 8-13
        Failed 6/13 tests, 53.85% okay
t/250_ping_hires.....#  t/200_ping_tcp.t line 68 is: ok $p -> 
ping("www.about.com");
ok
t/300_ping_stream....skipped
        all skipped: loopback tcp echo service is off (Connection refused)
t/400_ping_syn.......# Failed test 7 in t/400_ping_syn.t at line 83 fail #4
#  t/400_ping_syn.t line 83 is:   if (!ok $p -> ping($host)) {
Use of uninitialized value in concatenation (.) or string at t/400_ping_syn.t 
line 83.
CANNOT RESOLVE www.yahoo.com. 
# Failed test 8 in t/400_ping_syn.t at line 83 fail #5
Use of uninitialized value in concatenation (.) or string at t/400_ping_syn.t 
line 83.
CANNOT RESOLVE yahoo.com. 
# Failed test 9 in t/400_ping_syn.t at line 83 fail #6
Use of uninitialized value in concatenation (.) or string at t/400_ping_syn.t 
line 83.
CANNOT RESOLVE www.about.com. 
# Failed test 10 in t/400_ping_syn.t at line 83 fail #7
Use of uninitialized value in concatenation (.) or string at t/400_ping_syn.t 
line 83.
CANNOT RESOLVE www.freeservers.com. 
# Failed test 11 in t/400_ping_syn.t at line 83 fail #8
Use of uninitialized value in concatenation (.) or string at t/400_ping_syn.t 
line 83.
CANNOT RESOLVE www.microsoft.com. 
# Failed test 13 in t/400_ping_syn.t at line 98
#  t/400_ping_syn.t line 98 is:   if (!ok !$webs->{$host}) {
DOWN: http://www.geocities.com./ [Timed out]
# Failed test 15 in t/400_ping_syn.t at line 98 fail #3
DOWN: http://www.yahoo.com./ []
# Failed test 16 in t/400_ping_syn.t at line 98 fail #4
DOWN: http://yahoo.com./ []
# Failed test 17 in t/400_ping_syn.t at line 98 fail #5
DOWN: http://www.about.com./ []
# Failed test 18 in t/400_ping_syn.t at line 98 fail #6
DOWN: http://www.freeservers.com./ []
# Failed test 19 in t/400_ping_syn.t at line 98 fail #7
DOWN: http://www.microsoft.com./ []
FAILED tests 7-11, 13, 15-19
        Failed 11/19 tests, 42.11% okay
t/410_syn_host.......# Failed test 7 in t/410_syn_host.t at line 85 fail #4
#  t/410_syn_host.t line 85 is:   if (!ok($p -> ping($host))) {
Use of uninitialized value in concatenation (.) or string at t/410_syn_host.t 
line 85.
CANNOT RESOLVE www.yahoo.com. 
# Failed test 8 in t/410_syn_host.t at line 85 fail #5
Use of uninitialized value in concatenation (.) or string at t/410_syn_host.t 
line 85.
CANNOT RESOLVE yahoo.com. 
# Failed test 9 in t/410_syn_host.t at line 85 fail #6
Use of uninitialized value in concatenation (.) or string at t/410_syn_host.t 
line 85.
CANNOT RESOLVE www.about.com. 
ack called on [www.about.com.] without calling ping first! at t/410_syn_host.t 
line 92
dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 7-9, 14-19
        Failed 9/19 tests, 52.63% okay
t/450_service........ok
t/500_ping_icmp......ok
        1/2 skipped: various reasons
t/510_ping_udp.......ok
Failed Test      Stat Wstat Total Fail  List of Failed
-------------------------------------------------------------------------------
t/200_ping_tcp.t               13    6  8-13
t/400_ping_syn.t               19   11  7-11 13 15-19
t/410_syn_host.t  255 65280    19   15  7-9 14-19
1 test and 2 subtests skipped.
Failed 3/15 test scripts. 26/106 subtests failed.
Files=15, Tests=106, 170 wallclock secs ( 2.23 cusr +  0.39 csys =  2.62 CPU)
Failed 3/15 test programs. 26/106 subtests failed.
gmake: *** [test_dynamic] Error 35

[MSG] [Fri Dec 21 01:55:41 2007] DEFAULT 'proceed_on_test_failure' HANDLER 
RETURNING 'sub return value'

PREREQUISITES:

Here is a list of prerequisites you specified and versions we 
managed to load:
                                
          Module Name                        Have     Want
          Test                               1.24        0

******************************** NOTE ********************************
The comments above are created mechanically, possibly without manual
checking by the sender.  As there are many people performing automatic
tests on each upload to CPAN, it is likely that you will receive 
identical messages about the same problem.

If you believe that the message is mistaken, please reply to the first
one with correction and/or additional informations, and do not take
it personally.  We appreciate your patience. :)
**********************************************************************

Additional comments:
 

This report was machine-generated by CPAN::YACSmoke 0.0307.

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

Environment variables:

    AUTOMATED_TESTING = 1
    PATH = 
/home/cpan/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/pkg/bin:/usr/pkg/sbin:/usr/games:/usr/local/bin:/usr/local/sbin
    PERL5LIB = 
:/home/cpan/perl562/.cpanplus/5.6.2/build/Net-Ping-2.34/blib/lib:/home/cpan/perl562/.cpanplus/5.6.2/build/Net-Ping-2.34/blib/arch:/home/cpan/perl562/.cpanplus/5.6.2/build/Net-Ping-2.34/blib
    PERL5_CPANPLUS_IS_EXECUTING = 
    PERL5_CPANPLUS_IS_RUNNING = 23777
    PERL5_CPANPLUS_IS_VERSION = 0.82
    PERL_MM_USE_DEFAULT = 1
    SHELL = /usr/pkg/bin/bash
    TERM = screen

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

    Perl: $^X = /home/cpan/perl562/bin/perl
    UID:  $<  = 1002
    EUID: $>  = 1002
    GID:  $(  = 100 100
    EGID: $)  = 100 100


-------------------------------


--

Summary of my perl5 (revision 5.0 version 6 subversion 2) configuration:
  Platform:
    osname=netbsd, osvers=3.1, archname=i386-netbsd-thread-multi-64int
    uname='netbsd canker.bingosnet.co.uk 3.1 netbsd 3.1 (generic_laptop) #0: 
tue oct 31 04:32:05 utc 2006 [EMAIL 
PROTECTED]:homebuildsabnetbsd-3-1-releasei386200610302053z-objhomebuildsabnetbsd-3-1-releasesrcsysarchi386compilegeneric_laptop
 i386 '
    config_args=''
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=define use5005threads=undef useithreads=define 
usemultiplicity=define
    useperlio=undef d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=define use64bitall=undef uselongdouble=undef
  Compiler:
    cc='cc', ccflags ='-fno-strict-aliasing -I/usr/pkg/include',
    optimize='-O',
    cppflags='-fno-strict-aliasing -I/usr/pkg/include'
    ccversion='', gccversion='3.3.3 (NetBSD nb3 20040520)', 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, usemymalloc=n, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -Wl,-rpath,/usr/pkg/lib -Wl,-rpath,/usr/local/lib 
-L/usr/pkg/lib'
    libpth=/usr/pkg/lib /lib /usr/lib
    libs=-lgdbm -lm -lc -lposix -lcrypt -lutil -lpthread
    perllibs=-lm -lc -lposix -lcrypt -lutil -lpthread
    libc=/lib/libc.so, so=so, useshrplib=false, libperl=libperl.a
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E '
    cccdlflags='-DPIC -fPIC ', lddlflags='--whole-archive -shared  
-L/usr/pkg/lib'

Reply via email to