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 Marc Lehmann,
    
This is a computer-generated test report for Coro-3.11, created
automatically by CPAN::Reporter, version 0.35, 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.

Thank you for uploading your work to CPAN.  However, it appears that
your distribution tests are not fully supported on this machine, either 
due to operating system limitations or missing prerequisite modules.

Sections of this report:

    * Tester comments
    * Prerequisites
    * Environment and other context
    * Test output

------------------------------
TESTER COMMENTS
------------------------------

Additional comments from tester: 

[none provided]

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

Prerequisite modules loaded:

requires:

    Module       Need Have
    ------------ ---- ----
  ! AnyEvent     2.1  2.0 
  ! Event        0.86 n/a 
    IO::AIO      1.6  2.2 
    Scalar::Util 0    1.18

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

Environment variables:

    PATH = 
/opt/local/bin:/opt/local/sbin:/sw/bin:/sw/sbin:/Users/schwern/bin:/usr/local/bin:/Users/schwern/bin:/usr/local/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin
    PERL5LIB = /sw/lib/perl5:/sw/lib/perl5/darwin
    SHELL = /bin/bash
    TERM = xterm-color

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

    Perl: $^X = /usr/local/bin/perl
    UID:  $<  = 501
    EUID: $>  = 501
    GID:  $(  = 501 80 79 81 501
    EGID: $)  = 501 80 79 81 501

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                1.8802  
    Cwd                 3.23    
    ExtUtils::CBuilder  0.18    
    ExtUtils::Command   1.12    
    ExtUtils::Install   1.41    
    ExtUtils::MakeMaker 6.31    
    ExtUtils::Manifest  1.49    
    ExtUtils::ParseXS   2.17    
    File::Spec          3.23    
    Module::Build       0.280500
    Module::Signature   0.550   
    Test::Harness       2.640   
    Test::More          0.660   
    version             0.680   

------------------------------
TEST OUTPUT
------------------------------

Output from '/usr/bin/make test':

PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" 
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00_basic.......FATAL: unable to mmap stack for coroutine: Invalid argument
dubious
        Test returned status 1 (wstat 256, 0x100)
DIED. FAILED tests 3-8
        Failed 6/8 tests, 25.00% okay
t/01_process.....FATAL: unable to mmap stack for coroutine: Invalid argument
dubious
        Test returned status 1 (wstat 256, 0x100)
DIED. FAILED tests 2-6
        Failed 5/6 tests, 16.67% okay
t/02_channel.....FATAL: unable to mmap stack for coroutine: Invalid argument
dubious
        Test returned status 1 (wstat 256, 0x100)
DIED. FAILED tests 2-19
        Failed 18/19 tests, 5.26% okay
t/04_rwlock......FATAL: unable to mmap stack for coroutine: Invalid argument
dubious
        Test returned status 1 (wstat 256, 0x100)
DIED. FAILED tests 8-15
        Failed 8/15 tests, 46.67% okay
t/05_specific....FATAL: unable to mmap stack for coroutine: Invalid argument
dubious
        Test returned status 1 (wstat 256, 0x100)
DIED. FAILED tests 5-8
        Failed 4/8 tests, 50.00% okay
t/06_prio........FATAL: unable to mmap stack for coroutine: Invalid argument
dubious
        Test returned status 1 (wstat 256, 0x100)
DIED. FAILED tests 2-10
        Failed 9/10 tests, 10.00% okay
t/07_eval........FATAL: unable to mmap stack for coroutine: Invalid argument
dubious
        Test returned status 1 (wstat 256, 0x100)
DIED. FAILED tests 2-5
        Failed 4/5 tests, 20.00% okay
t/08_join........FATAL: unable to mmap stack for coroutine: Invalid argument
dubious
        Test returned status 1 (wstat 256, 0x100)
DIED. FAILED tests 3-10
        Failed 8/10 tests, 20.00% okay
t/09_timer.......imer: not a valid method for AnyEvent objects at 
/private/var/local/cpan_shell/build/Coro-3.11/blib/lib/Coro/Timer.pm line 66
dubious
        Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 2-4
        Failed 3/4 tests, 25.00% okay
t/10_bugs........FATAL: unable to mmap stack for coroutine: Invalid argument
dubious
        Test returned status 1 (wstat 256, 0x100)
DIED. FAILED tests 2-3
        Failed 2/3 tests, 33.33% okay
t/11_deadlock....FATAL: unable to mmap stack for coroutine: Invalid argument
FATAL: unable to mmap stack for coroutine: Invalid argument
Confused test output: test 3 answered after test 3
dubious
        Test returned status 1 (wstat 256, 0x100)
DIED. FAILED tests 2, 5
        Failed 2/5 tests, 60.00% okay
Failed Test     Stat Wstat Total Fail  List of Failed
-------------------------------------------------------------------------------
t/00_basic.t       1   256     8   12  3-8
t/01_process.t     1   256     6   10  2-6
t/02_channel.t     1   256    19   36  2-19
t/04_rwlock.t      1   256    15   16  8-15
t/05_specific.t    1   256     8    8  5-8
t/06_prio.t        1   256    10   18  2-10
t/07_eval.t        1   256     5    8  2-5
t/08_join.t        1   256    10   16  3-10
t/09_timer.t       2   512     4    6  2-4
t/10_bugs.t        1   256     3    4  2-3
t/11_deadlock.t    1   256     5    3  2 5
Failed 11/11 test scripts. 69/93 subtests failed.
Files=11, Tests=93,  1 wallclock secs ( 0.21 cusr +  0.09 csys =  0.30 CPU)
Failed 11/11 test programs. 69/93 subtests failed.
make: *** [test_dynamic] Error 1


--

Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
  Platform:
    osname=darwin, osvers=8.8.1, archname=darwin-thread-multi-2level
    uname='darwin windhund.local 8.8.1 darwin kernel version 8.8.1: mon sep 25 
19:42:00 pdt 2006; root:xnu-792.13.8.obj~1release_i386 i386 i386 macbook1,1 
darwin '
    config_args='-Dprefix=/usr/local/perl/5.8.8 -Duseithreads 
-Dccflags=-I/sw/include -Dldflags=-L/sw/lib [EMAIL PROTECTED] [EMAIL PROTECTED] 
-Dmyhostname=windhund -Dmydomain=.schwern.org 
-Dprivlib=/usr/local/perl/5.8.8/lib -Dsiteprefix=/usr/local 
-Dsitelib=/usr/local/lib/site_perl -Dlibpth=/usr/local/lib /sw/lib 
/opt/local/lib /usr/lib -Dnetdb_host_type=const char * 
-Dnetdb_hlen_type=socklen_t -Uinstallusrbinperl'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=define use5005threads=undef useithreads=define 
usemultiplicity=define
    useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=undef use64bitall=undef uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-I/sw/include -fno-common -DPERL_DARWIN -no-cpp-precomp 
-fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/opt/local/include',
    optimize='-O3',
    cppflags='-no-cpp-precomp -I/sw/include -fno-common -DPERL_DARWIN 
-no-cpp-precomp -fno-strict-aliasing -pipe -Wdeclaration-after-statement 
-I/opt/local/include'
    ccversion='', gccversion='4.0.1 (Apple Computer, Inc. build 5363)', 
gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
    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='env MACOSX_DEPLOYMENT_TARGET=10.3 cc', ldflags ='-L/sw/lib 
-L/usr/local/lib -L/opt/local/lib'
    libpth=/usr/local/lib /sw/lib /opt/local/lib /usr/lib
    libs=-lgdbm -ldbm -ldl -lm -lc
    perllibs=-ldl -lm -lc
    libc=/usr/lib/libc.dylib, so=dylib, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' '
    cccdlflags=' ', lddlflags='-L/sw/lib -bundle -undefined dynamic_lookup 
-L/usr/local/lib -L/opt/local/lib'

Reply via email to