Report for AnyEvent-Digest-v0.0.1

Back
From: metabase:user:322078bc-2aae-11df-837a-5e0a49663a4f
Subject: FAIL AnyEvent-Digest-v0.0.1 v5.12.5 OpenBSD
Date: 2013-09-15T01:25:03Z

This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language.  See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org


--

Dear YAKEX,

This is a computer-generated error report created automatically by
CPANPLUS, version 0.9142. 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':

PERL_DL_NONLAZY=1 /home/cpan/pit/bare/perl-5.12.5/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00-compile.t ............ ok
t/01-base.t ............... ok
# 0.01 interval: 450 count
t/02-async-idle.t ......... ok

#   Failed test 'construction'
#   at t/03-async-aio.t line 11.
# died: AnyEvent::Digest: `aio' backend requires `IO::AIO' and `AnyEvent::AIO' at t/03-async-aio.t line 11
Can't call method "addfile_async" on an undefined value at t/03-async-aio.t line 36.
Maximal count of pending signals (120) exceeded at t/03-async-aio.t line 23.
# Looks like you planned 4 tests but ran 2.
# Looks like you failed 1 test of 2 run.
# Looks like your test exited with 29 just after 2.
t/03-async-aio.t .......... 
Dubious, test returned 29 (wstat 7424, 0x1d00)
Failed 3/4 subtests 
t/04-prereqfail.t ......... skipped: Test::Without::Module is required: Can't locate Test/Without/Module.pm in @INC (@INC contains: /home/cpan/pit/bare/conf/perl-5.12.5/.cpanplus/5.12.5/build/AnyEvent-Digest-v0.0.1/blib/lib /home/cpan/pit/bare/conf/perl-5.12.5/.cpanplus/5.12.5/build/AnyEvent-Digest-v0.0.1/blib/arch /home/cpan/pit/bare/conf/perl-5.12.5/.cpanplus/5.12.5/build/AnyEvent-7.05/blib/lib /home/cpan/pit/bare/conf/perl-5.12.5/.cpanplus/5.12.5/build/AnyEvent-7.05/blib/arch /home/cpan/pit/bare/conf/perl-5.12.5/.cpanplus/5.12.5/build/Sub-Uplevel-0.24/blib/lib /home/cpan/pit/bare/conf/perl-5.12.5/.cpanplus/5.12.5/build/Sub-Uplevel-0.24/blib/arch /home/cpan/pit/bare/conf/perl-5.12.5/.cpanplus/5.12.5/build/Test-Exception-0.32/blib/lib /home/cpan/pit/bare/conf/perl-5.12.5/.cpanplus/5.12.5/build/Test-Exception-0.32/blib/arch /home/cpan/pit/bare/conf/perl-5.12.5/.cpanplus/5.12.5/build/AnyEvent-7.05/blib/lib /home/cpan/pit/bare/conf/perl-5.12.5/.cpanplus/5.12.5/build/AnyEvent-7.05/blib/arch /home/cpan/pit/bare/conf/perl-5.12.5/.cpanplus/5.12.5/build/Sub-Uplevel-0.24/blib/lib /home/cpan/pit/bare/conf/perl-5.12.5/.cpanplus/5.12.5/build/Sub-Uplevel-0.24/blib/arch /home/cpan/pit/bare/conf/perl-5.12.5/.cpanplus/5.12.5/build/Test-Exception-0.32/blib/lib /home/cpan/pit/bare/conf/perl-5.12.5/.cpanplus/5.12.5/build/Test-Exception-0.32/blib/arch /home/cpan/pit/bare/conf/perl-5.12.5/.cpanplus/5.12.5/build/AnyEvent-Digest-v0.0.1/blib/lib /home/cpan/pit/bare/conf/perl-5.12.5/.cpanplus/5.12.5/build/AnyEvent-Digest-v0.0.1/blib/arch /home/cpan/pit/bare/perl-5.12.5/lib/site_perl/5.12.5/OpenBSD.i386-openbsd /home/cpan/pit/bare/perl-5.12.5/lib/site_perl/5.12.5 /home/cpan/pit/bare/perl-5.12.5/lib/5.12.5/OpenBSD.i386-openbsd /home/cpan/pit/bare/perl-5.12.5/lib/5.12.5 .) at t/04-prereqfail.t line 6.
read() on unopened filehandle GEN0 at /home/cpan/pit/bare/conf/perl-5.12.5/.cpanplus/5.12.5/build/AnyEvent-Digest-v0.0.1/blib/lib/AnyEvent/Digest.pm line 52.
t/05-error.t .............. ok
t/author-critic.t ......... skipped: these tests are for testing by the author
t/release-kwalitee.t ...... skipped: these tests are for release candidate testing
t/release-pod-coverage.t .. skipped: these tests are for release candidate testing
t/release-pod-syntax.t .... skipped: these tests are for release candidate testing

Test Summary Report
-------------------
t/03-async-aio.t        (Wstat: 7424 Tests: 2 Failed: 1)
  Failed test:  2
  Non-zero exit status: 29
  Parse errors: Bad plan.  You planned 4 tests but ran 2.
Files=10, Tests=17, 23 wallclock secs ( 0.05 usr  0.05 sys +  0.60 cusr  3.26 csys =  3.96 CPU)
Result: FAIL
Failed 1/10 test programs. 1/17 subtests failed.
*** Error code 255

Stop in /home/cpan/pit/bare/conf/perl-5.12.5/.cpanplus/5.12.5/build/AnyEvent-Digest-v0.0.1 (line 840 of Makefile).



MISSING PREREQUISITES:

It was observed that the test suite seem to fail without these modules:

Test::Without::Module

As such, adding the prerequisite module(s) to 'PREREQ_PM' in your
Makefile.PL should solve this problem.  For example:

WriteMakefile(
    AUTHOR      => 'YAKEX (cpanplus-info@lists.sf.net)',
    ... # other information
    PREREQ_PM   => {
	'Test::Without::Module'	=> '0', # or a minimum working version
    }
);

Thanks! :-)

PREREQUISITES:

Here is a list of prerequisites you specified and versions we
managed to load:

	  Module Name                        Have     Want
	  AnyEvent                           7.05        0
	  Digest                             1.16        0
	  Digest::MD5                        2.39        0
	  Scalar::Util                       1.22        0
	  Test::Exception                    0.32        0
	  Test::More                         0.98        0

Perl module toolchain versions installed:
	Module Name                        Have
	CPANPLUS                         0.9142
	CPANPLUS::Dist::Build              0.70
	Cwd                                3.40
	ExtUtils::CBuilder             0.280205
	ExtUtils::Command                  1.16
	ExtUtils::Install                  1.55
	ExtUtils::MakeMaker                6.72
	ExtUtils::Manifest                 1.61
	ExtUtils::ParseXS                  3.21
	File::Spec                         3.40
	Module::Build                    0.4007
	Pod::Parser                        1.37
	Pod::Simple                        3.14
	Test::Harness                      3.28
	Test::More                         0.98
	version                          0.9902

******************************** 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 CPANPLUS::Dist::YACSmoke 0.90.
Powered by minismokebox version 0.56

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

Environment variables:

    AUTOMATED_TESTING = 1
    NONINTERACTIVE_TESTING = 1
    PATH = /home/cpan/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin:/usr/games:.
    PERL5LIB = :/home/cpan/pit/bare/conf/perl-5.12.5/.cpanplus/5.12.5/build/AnyEvent-7.05/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.5/.cpanplus/5.12.5/build/AnyEvent-7.05/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.5/.cpanplus/5.12.5/build/Sub-Uplevel-0.24/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.5/.cpanplus/5.12.5/build/Sub-Uplevel-0.24/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.5/.cpanplus/5.12.5/build/Test-Exception-0.32/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.5/.cpanplus/5.12.5/build/Test-Exception-0.32/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.5/.cpanplus/5.12.5/build/AnyEvent-Digest-v0.0.1/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.5/.cpanplus/5.12.5/build/AnyEvent-Digest-v0.0.1/blib/arch
    PERL5_CPANPLUS_IS_RUNNING = 7998
    PERL5_CPANPLUS_IS_VERSION = 0.9142
    PERL5_MINISMOKEBOX = 0.56
    PERL5_YACSMOKE_BASE = /home/cpan/pit/bare/conf/perl-5.12.5
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_MM_USE_DEFAULT = 1
    SHELL = /usr/local/bin/bash
    TERM = screen

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

    Perl: $^X = /home/cpan/pit/bare/perl-5.12.5/bin/perl
    UID:  $<  = 1001
    EUID: $>  = 1001
    GID:  $(  = 1001 1001
    EGID: $)  = 1001 1001


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


--

Summary of my perl5 (revision 5 version 12 subversion 5) configuration:
   
  Platform:
    osname=openbsd, osvers=5.1, archname=OpenBSD.i386-openbsd
    uname='openbsd oatcake.bingosnet.co.uk 5.1 generic#160 i386 '
    config_args='-des -Dprefix=/home/cpan/pit/bare/perl-5.12.5'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=undef, usemultiplicity=undef
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=undef, use64bitall=undef, uselongdouble=undef
    usemymalloc=y, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include',
    optimize='-O2',
    cppflags='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
    ccversion='', gccversion='4.2.1 20070719 ', gccosandvers='openbsd5.1'
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=4, prototype=define
  Linker and Libraries:
    ld='cc', ldflags ='-Wl,-E  -fstack-protector -L/usr/local/lib'
    libpth=/usr/local/lib /usr/lib
    libs=-lgdbm -lm -lutil -lc
    perllibs=-lm -lutil -lc
    libc=/usr/lib/libc.so.62.0, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
    cccdlflags='-DPIC -fPIC ', lddlflags='-shared -fPIC  -L/usr/local/lib -fstack-protector'


Characteristics of this binary (from libperl): 
  Compile-time options: MYMALLOC PERL_DONT_CREATE_GVSV PERL_MALLOC_WRAP
                        USE_LARGE_FILES USE_PERLIO USE_PERL_ATOF
  Built under openbsd
  Compiled at Nov 13 2012 11:22:16
  %ENV:
    PERL5LIB=":/home/cpan/pit/bare/conf/perl-5.12.5/.cpanplus/5.12.5/build/AnyEvent-7.05/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.5/.cpanplus/5.12.5/build/AnyEvent-7.05/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.5/.cpanplus/5.12.5/build/Sub-Uplevel-0.24/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.5/.cpanplus/5.12.5/build/Sub-Uplevel-0.24/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.5/.cpanplus/5.12.5/build/Test-Exception-0.32/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.5/.cpanplus/5.12.5/build/Test-Exception-0.32/blib/arch:/home/cpan/pit/bare/conf/perl-5.12.5/.cpanplus/5.12.5/build/AnyEvent-Digest-v0.0.1/blib/lib:/home/cpan/pit/bare/conf/perl-5.12.5/.cpanplus/5.12.5/build/AnyEvent-Digest-v0.0.1/blib/arch"
    PERL5_CPANPLUS_IS_RUNNING="7998"
    PERL5_CPANPLUS_IS_VERSION="0.9142"
    PERL5_MINISMOKEBOX="0.56"
    PERL5_YACSMOKE_BASE="/home/cpan/pit/bare/conf/perl-5.12.5"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_MM_USE_DEFAULT="1"
  @INC:
    /home/cpan/pit/bare/conf/perl-5.12.5/.cpanplus/5.12.5/build/AnyEvent-7.05/blib/lib
    /home/cpan/pit/bare/conf/perl-5.12.5/.cpanplus/5.12.5/build/AnyEvent-7.05/blib/arch
    /home/cpan/pit/bare/conf/perl-5.12.5/.cpanplus/5.12.5/build/Sub-Uplevel-0.24/blib/lib
    /home/cpan/pit/bare/conf/perl-5.12.5/.cpanplus/5.12.5/build/Sub-Uplevel-0.24/blib/arch
    /home/cpan/pit/bare/conf/perl-5.12.5/.cpanplus/5.12.5/build/Test-Exception-0.32/blib/lib
    /home/cpan/pit/bare/conf/perl-5.12.5/.cpanplus/5.12.5/build/Test-Exception-0.32/blib/arch
    /home/cpan/pit/bare/conf/perl-5.12.5/.cpanplus/5.12.5/build/AnyEvent-Digest-v0.0.1/blib/lib
    /home/cpan/pit/bare/conf/perl-5.12.5/.cpanplus/5.12.5/build/AnyEvent-Digest-v0.0.1/blib/arch
    /home/cpan/pit/bare/perl-5.12.5/lib/site_perl/5.12.5/OpenBSD.i386-openbsd
    /home/cpan/pit/bare/perl-5.12.5/lib/site_perl/5.12.5
    /home/cpan/pit/bare/perl-5.12.5/lib/5.12.5/OpenBSD.i386-openbsd
    /home/cpan/pit/bare/perl-5.12.5/lib/5.12.5
    .