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 SMPETERS,
    
This is a computer-generated error report created automatically by
CPANPLUS, version 0.84. 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 Feb 15 19:59:38 2008] Trying to get 
'http://www.cpan.org/authors/id/S/SM/SMPETERS/Net-Ping-2.35.tar.gz'
[MSG] [Fri Feb 15 19:59:41 2008] Trying to get 
'http://www.cpan.org/authors/id/S/SM/SMPETERS/CHECKSUMS'
[MSG] [Fri Feb 15 19:59:42 2008] Checksum matches for 'Net-Ping-2.35.tar.gz'
[MSG] [Fri Feb 15 19:59:42 2008] Extracted 'Net-Ping-2.35/'
[MSG] [Fri Feb 15 19:59:42 2008] Extracted 'Net-Ping-2.35/t/'
[MSG] [Fri Feb 15 19:59:42 2008] Extracted 'Net-Ping-2.35/t/250_ping_hires.t'
[MSG] [Fri Feb 15 19:59:42 2008] Extracted 'Net-Ping-2.35/t/150_syn_inst.t'
[MSG] [Fri Feb 15 19:59:42 2008] Extracted 'Net-Ping-2.35/t/120_udp_inst.t'
[MSG] [Fri Feb 15 19:59:42 2008] Extracted 'Net-Ping-2.35/t/510_ping_udp.t'
[MSG] [Fri Feb 15 19:59:42 2008] Extracted 'Net-Ping-2.35/t/400_ping_syn.t'
[MSG] [Fri Feb 15 19:59:42 2008] Extracted 'Net-Ping-2.35/t/500_ping_icmp.t'
[MSG] [Fri Feb 15 19:59:42 2008] Extracted 'Net-Ping-2.35/t/410_syn_host.t'
[MSG] [Fri Feb 15 19:59:42 2008] Extracted 'Net-Ping-2.35/t/450_service.t'
[MSG] [Fri Feb 15 19:59:42 2008] Extracted 'Net-Ping-2.35/t/100_load.t'
[MSG] [Fri Feb 15 19:59:42 2008] Extracted 'Net-Ping-2.35/t/140_stream_inst.t'
[MSG] [Fri Feb 15 19:59:42 2008] Extracted 'Net-Ping-2.35/t/130_tcp_inst.t'
[MSG] [Fri Feb 15 19:59:42 2008] Extracted 'Net-Ping-2.35/t/200_ping_tcp.t'
[MSG] [Fri Feb 15 19:59:42 2008] Extracted 'Net-Ping-2.35/t/190_alarm.t'
[MSG] [Fri Feb 15 19:59:42 2008] Extracted 'Net-Ping-2.35/t/110_icmp_inst.t'
[MSG] [Fri Feb 15 19:59:42 2008] Extracted 'Net-Ping-2.35/t/300_ping_stream.t'
[MSG] [Fri Feb 15 19:59:42 2008] Extracted 'Net-Ping-2.35/lib/'
[MSG] [Fri Feb 15 19:59:42 2008] Extracted 'Net-Ping-2.35/lib/Net/'
[MSG] [Fri Feb 15 19:59:42 2008] Extracted 'Net-Ping-2.35/lib/Net/Ping.pm'
[MSG] [Fri Feb 15 19:59:42 2008] Extracted 'Net-Ping-2.35/README'
[MSG] [Fri Feb 15 19:59:42 2008] Extracted 'Net-Ping-2.35/Changes'
[MSG] [Fri Feb 15 19:59:42 2008] Extracted 'Net-Ping-2.35/Makefile.PL'
[MSG] [Fri Feb 15 19:59:42 2008] Extracted 'Net-Ping-2.35/META.yml'
[MSG] [Fri Feb 15 19:59:42 2008] Extracted 'Net-Ping-2.35/MANIFEST'
[MSG] [Fri Feb 15 19:59:42 2008] Extracted 'Net::Ping' to 
'/home/cpan/blead/.cpanplus/5.11.0/build/Net-Ping-2.35'
[MSG] [Fri Feb 15 19:59:43 2008] Checking if your kit is complete...
Looks good
Writing Makefile for Net::Ping

[MSG] [Fri Feb 15 19:59:43 2008] DEFAULT 'filter_prereqs' HANDLER RETURNING 
'sub return value'
[MSG] [Fri Feb 15 19:59:46 2008] cp lib/Net/Ping.pm blib/lib/Net/Ping.pm
Manifying blib/man3/Net::Ping.3

[ERROR] [Fri Feb 15 20:01:21 2008] MAKE TEST failed: Illegal seek 
PERL_DL_NONLAZY=1 /home/cpan/blead/bin/perl5.11.0 "-MExtUtils::Command::MM" 
"-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/100_load.............ok
t/110_icmp_inst........ok
t/120_udp_inst.........ok
t/130_tcp_inst.........ok
t/140_stream_inst......ok
t/150_syn_inst.........ok
t/190_alarm............# Failed test 6 in t/190_alarm.t at line 52
#  t/190_alarm.t line 52 is: ok $@ =~ /alarm works/ or die $@;
alarm failed at t/190_alarm.t line 45.
 Dubious, test returned 36 (wstat 9216, 0x2400)
 Failed 1/6 subtests 
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 1/13 subtests 
t/250_ping_hires.......ok
t/300_ping_stream......skipped: loopback tcp echo service is off (Connection 
refused)
t/400_ping_syn.........ok
t/410_syn_host.........ok
t/450_service..........ok
t/500_ping_icmp........ok
t/510_ping_udp.........ok

Test Summary Report
-------------------
t/190_alarm.t      (Wstat: 9216 Tests: 6 Failed: 1)
  Failed test:  6
  Non-zero exit status: 36
t/200_ping_tcp.t   (Wstat: 0 Tests: 13 Failed: 1)
  Failed test:  8
Files=15, Tests=106, 94 wallclock secs ( 0.34 usr  0.27 sys +  3.31 cusr  0.79 
csys =  4.71 CPU)
Result: FAIL
*** Error code 255

Stop.
make: stopped in /home/cpan/blead/.cpanplus/5.11.0/build/Net-Ping-2.35
Failed 2/15 test programs. 2/106 subtests failed.

[MSG] [Fri Feb 15 20:01:21 2008] 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.25        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. Powered by 
POE::Component::CPAN::YACSmoke.

------------------------------
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/blead/.cpanplus/5.11.0/build/Net-Ping-2.35/blib/lib:/home/cpan/blead/.cpanplus/5.11.0/build/Net-Ping-2.35/blib/arch:/home/cpan/blead/.cpanplus/5.11.0/build/Net-Ping-2.35/blib
    PERL5_CPANPLUS_IS_RUNNING = 4024
    PERL5_CPANPLUS_IS_VERSION = 0.84
    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/blead/bin/perl5.11.0
    UID:  $<  = 1000
    EUID: $>  = 1000
    GID:  $(  = 100 100
    EGID: $)  = 100 100


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


--

Summary of my perl5 (revision 5 version 11 subversion 0 patch 33314) 
configuration:
  Platform:
    osname=netbsd, osvers=4.0, archname=i386-netbsd-thread-multi-64int
    uname='netbsd diafol.bingosnet.co.uk 4.0 netbsd 4.0 (generic) #0: sun dec 
16 00:20:10 pst 2007 [EMAIL 
PROTECTED]:homebuildsabnetbsd-4-0-releasei386200712160005z-objhomebuildsabnetbsd-4-0-releasesrcsysarchi386compilegeneric
 i386 '
    config_args='-e -Dusedevel -Dprefix=/home/cpan/blead -Dusethreads 
-Duse64bitint -Dusemymalloc=n'
    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 ='-fno-strict-aliasing -pipe -fstack-protector 
-I/usr/pkg/include',
    optimize='-O',
    cppflags='-fno-strict-aliasing -pipe -fstack-protector -I/usr/pkg/include'
    ccversion='', gccversion='4.1.2 20061021 prerelease (NetBSD nb3 20061125)', 
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 =' -Wl,-rpath,/usr/pkg/lib -Wl,-rpath,/usr/local/lib 
-fstack-protector -L/usr/pkg/lib'
    libpth=/usr/pkg/lib /lib /usr/lib
    libs=-lm -lcrypt -lutil -lc -lposix -lpthread
    perllibs=-lm -lcrypt -lutil -lc -lposix -lpthread
    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='-Wl,-E '
    cccdlflags='-DPIC -fPIC ', lddlflags='--whole-archive -shared  
-L/usr/pkg/lib'

Reply via email to