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 VPIT,
    
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] [Mon Sep 10 09:55:45 2007] Trying to get 
'http://www.cpan.org/authors/id/V/VP/VPIT/CHECKSUMS'
[MSG] [Mon Sep 10 09:55:46 2007] Checksum matches for 
'IPC-MorseSignals-0.08.tar.gz'
[MSG] [Mon Sep 10 09:55:46 2007] Extracted 'IPC-MorseSignals-0.08/'
[MSG] [Mon Sep 10 09:55:46 2007] Extracted 'IPC-MorseSignals-0.08/lib/'
[MSG] [Mon Sep 10 09:55:46 2007] Extracted 'IPC-MorseSignals-0.08/lib/IPC/'
[MSG] [Mon Sep 10 09:55:46 2007] Extracted 
'IPC-MorseSignals-0.08/lib/IPC/MorseSignals.pm'
[MSG] [Mon Sep 10 09:55:46 2007] Extracted 'IPC-MorseSignals-0.08/t/'
[MSG] [Mon Sep 10 09:55:46 2007] Extracted 'IPC-MorseSignals-0.08/t/11-ascii.t'
[MSG] [Mon Sep 10 09:55:46 2007] Extracted 'IPC-MorseSignals-0.08/t/lib/'
[MSG] [Mon Sep 10 09:55:46 2007] Extracted 
'IPC-MorseSignals-0.08/t/lib/IPCMTest.pm'
[MSG] [Mon Sep 10 09:55:46 2007] Extracted 'IPC-MorseSignals-0.08/t/kwalitee.t'
[MSG] [Mon Sep 10 09:55:46 2007] Extracted 'IPC-MorseSignals-0.08/t/00-load.t'
[MSG] [Mon Sep 10 09:55:46 2007] Extracted 'IPC-MorseSignals-0.08/t/10-proto.t'
[MSG] [Mon Sep 10 09:55:46 2007] Extracted 
'IPC-MorseSignals-0.08/t/12-unicode.t'
[MSG] [Mon Sep 10 09:55:46 2007] Extracted 'IPC-MorseSignals-0.08/t/02-sigusr.t'
[MSG] [Mon Sep 10 09:55:46 2007] Extracted 'IPC-MorseSignals-0.08/t/pod.t'
[MSG] [Mon Sep 10 09:55:47 2007] Extracted 'IPC-MorseSignals-0.08/t/01-import.t'
[MSG] [Mon Sep 10 09:55:47 2007] Extracted 
'IPC-MorseSignals-0.08/t/boilerplate.t'
[MSG] [Mon Sep 10 09:55:47 2007] Extracted 'IPC-MorseSignals-0.08/t/13-speed.t'
[MSG] [Mon Sep 10 09:55:47 2007] Extracted 
'IPC-MorseSignals-0.08/t/pod-coverage.t'
[MSG] [Mon Sep 10 09:55:47 2007] Extracted 'IPC-MorseSignals-0.08/README'
[MSG] [Mon Sep 10 09:55:47 2007] Extracted 'IPC-MorseSignals-0.08/Changes'
[MSG] [Mon Sep 10 09:55:47 2007] Extracted 'IPC-MorseSignals-0.08/MANIFEST'
[MSG] [Mon Sep 10 09:55:47 2007] Extracted 'IPC-MorseSignals-0.08/META.yml'
[MSG] [Mon Sep 10 09:55:47 2007] Extracted 'IPC-MorseSignals-0.08/Makefile.PL'
[MSG] [Mon Sep 10 09:55:47 2007] Extracted 'IPC-MorseSignals-0.08/samples/'
[MSG] [Mon Sep 10 09:55:47 2007] Extracted 
'IPC-MorseSignals-0.08/samples/tryityourself.pl'
[MSG] [Mon Sep 10 09:55:47 2007] Extracted 
'IPC-MorseSignals-0.08/samples/bench.pl'
[MSG] [Mon Sep 10 09:55:47 2007] Extracted 'IPC::MorseSignals' to 
'/home/chris/dev/blead/.cpanplus/5.10.0/build/IPC-MorseSignals-0.08'
[MSG] [Mon Sep 10 09:55:48 2007] Checking if you have SIGUSR1... yes
Checking if you have SIGUSR2... yes
Writing Makefile for IPC::MorseSignals

[MSG] [Mon Sep 10 09:55:48 2007] DEFAULT 'filter_prereqs' HANDLER RETURNING 
'sub return value'
[MSG] [Mon Sep 10 09:55:49 2007] Manifying blib/man3/IPC::MorseSignals.3

[ERROR] [Mon Sep 10 10:03:01 2007] MAKE TEST failed: Illegal seek 
PERL_DL_NONLAZY=1 /home/chris/dev/blead/bin/perl "-MExtUtils::Command::MM" "-e" 
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-load.........# Testing IPC::MorseSignals 0.08, Perl 5.010000, 
/home/chris/dev/blead/bin/perl
ok
t/01-import.......ok
t/02-sigusr.......ok
t/10-proto........
#   Failed test 'signed'
#   at t/10-proto.t line 13.
# 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/11-ascii........
#   Failed test 'ascii'
#   at t/11-ascii.t line 13.
# Looks like you failed 1 test of 4.
dubious
        Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 1
        Failed 1/4 tests, 75.00% okay
t/12-unicode......
#   Failed test 'ascii'
#   at t/12-unicode.t line 15.

#   Failed test 'lots of bits'
#   at t/12-unicode.t line 15.
# Looks like you failed 2 tests of 7.
dubious
        Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 1, 3
        Failed 2/7 tests, 71.43% okay
t/13-speed........# try 4 bytes sent 1 times at 32768 bits/s...
# try 4 bytes sent 4 times at 32768 bits/s...
# try 4 bytes sent 4 times at 16384 bits/s...
# try 4 bytes sent 4 times at 8192 bits/s...
# try 4 bytes sent 4 times at 4096 bits/s...
# try 4 bytes sent 4 times at 2048 bits/s...
# try 4 bytes sent 4 times at 1024 bits/s...
# try 4 bytes sent 4 times at 512 bits/s...
# try 4 bytes sent 4 times at 256 bits/s...
# try 4 bytes sent 4 times at 128 bits/s...
# try 4 bytes sent 4 times at 64 bits/s...
# try 4 bytes sent 4 times at 32 bits/s...
# try 4 bytes sent 4 times at 16 bits/s...
# try 4 bytes sent 4 times at 8 bits/s...
# try 4 bytes sent 4 times at 4 bits/s...
# try 4 bytes sent 4 times at 2 bits/s...
# try 4 bytes sent 4 times at 1 bits/s...

#   Failed test at t/13-speed.t line 17.
# try 16 bytes sent 1 times at 32768 bits/s...
# try 16 bytes sent 1 times at 16384 bits/s...
# try 16 bytes sent 1 times at 8192 bits/s...
# try 16 bytes sent 1 times at 4096 bits/s...
# try 16 bytes sent 1 times at 2048 bits/s...
# try 16 bytes sent 1 times at 1024 bits/s...
# try 16 bytes sent 1 times at 512 bits/s...
# try 16 bytes sent 1 times at 256 bits/s...
# try 16 bytes sent 1 times at 128 bits/s...
# try 16 bytes sent 1 times at 64 bits/s...
# try 16 bytes sent 1 times at 32 bits/s...
# try 16 bytes sent 1 times at 16 bits/s...
# try 16 bytes sent 1 times at 8 bits/s...
# try 16 bytes sent 1 times at 4 bits/s...
# try 16 bytes sent 1 times at 2 bits/s...
# try 16 bytes sent 1 times at 1 bits/s...

#   Failed test at t/13-speed.t line 18.
# === Summary ===
# 4 bytes sent 1 times at 32768 bits/s
# 4 bytes sent 4 times at 0.5 bits/s
# 16 bytes sent 1 times at 0.5 bits/s
# Looks like you failed 2 tests of 3.
dubious
        Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 2-3
        Failed 2/3 tests, 33.33% okay
t/boilerplate.....ok
t/kwalitee........skipped
        all skipped: Test::Kwalitee not installed; skipping
t/pod-coverage....skipped
        all skipped: Test::Pod::Coverage 1.04 required for testing POD coverage
t/pod.............skipped
        all skipped: Test::Pod 1.14 required for testing POD
Failed Test    Stat Wstat Total Fail  List of Failed
-------------------------------------------------------------------------------
t/10-proto.t      1   256     2    1  2
t/11-ascii.t      1   256     4    1  1
t/12-unicode.t    2   512     7    2  1 3
t/13-speed.t      2   512     3    2  2-3
3 tests skipped.
Failed 4/11 test scripts. 6/28 subtests failed.
Files=11, Tests=28, 430 wallclock secs (228.60 cusr +  0.43 csys = 229.03 CPU)
Failed 4/11 test programs. 6/28 subtests failed.
gmake: 
[MSG] [Mon Sep 10 10:03:02 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
          Carp                               1.07        0
          Encode                             2.23        0
          Exporter                           5.60        0
          POSIX                              1.13        0
          Test::More                         0.70        0
          Time::HiRes                      1.9707        0
          utf8                               1.07        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 = /usr/bin:/bin:/usr/pkg/bin:/usr/local/bin:/usr/X11R6/bin
    PERL5LIB = 
:/home/chris/dev/blead/.cpanplus/5.10.0/build/IPC-MorseSignals-0.08/blib/lib:/home/chris/dev/blead/.cpanplus/5.10.0/build/IPC-MorseSignals-0.08/blib/arch:/home/chris/dev/blead/.cpanplus/5.10.0/build/IPC-MorseSignals-0.08/blib
    PERL5_CPANPLUS_IS_RUNNING = 6528
    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/chris/dev/blead/bin/perl
    UID:  $<  = 1001
    EUID: $>  = 1001
    GID:  $(  = 100 100 0
    EGID: $)  = 100 100 0


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


--

Summary of my perl5 (revision 5 version 10 subversion 0 patch 31832) 
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
    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 -I/usr/pkg/include',
    optimize='-O',
    cppflags='-fno-strict-aliasing -pipe -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, 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 -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