Report for SQL-Stash-v0.1.0

Back
From: metabase:user:322078bc-2aae-11df-837a-5e0a49663a4f
Subject: FAIL SQL-Stash-v0.1.0 v5.14.0 NetBSD
Date: 2012-02-03T17:59:02Z

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 SEBNOW,

This is a computer-generated error report created automatically by
CPANPLUS, version 0.9116. 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  3 17:59:00 2012] Building SQL-Stash

[ERROR] [Fri Feb  3 17:59:01 2012] MAKE TEST failed:
install_driver(Mock) failed: Can't locate DBD/Mock.pm in @INC (@INC contains: /home/cpan/pit/bare/conf/perl-5.14.0/.cpanplus/5.14.0/build/SQL-Stash-v0.1.0/blib/lib /home/cpan/pit/bare/conf/perl-5.14.0/.cpanplus/5.14.0/build/SQL-Stash-v0.1.0/blib/arch /home/cpan/pit/bare/conf/perl-5.14.0/.cpanplus/5.14.0/build/DBI-1.617/blib/lib /home/cpan/pit/bare/conf/perl-5.14.0/.cpanplus/5.14.0/build/DBI-1.617/blib/arch /home/cpan/pit/bare/conf/perl-5.14.0/.cpanplus/5.14.0/build/Sub-Uplevel-0.22/blib/lib /home/cpan/pit/bare/conf/perl-5.14.0/.cpanplus/5.14.0/build/Sub-Uplevel-0.22/blib/arch /home/cpan/pit/bare/conf/perl-5.14.0/.cpanplus/5.14.0/build/Test-Exception-0.31/blib/lib /home/cpan/pit/bare/conf/perl-5.14.0/.cpanplus/5.14.0/build/Test-Exception-0.31/blib/arch /home/cpan/pit/bare/conf/perl-5.14.0/.cpanplus/5.14.0/build/Test-MockModule-0.05/blib/lib /home/cpan/pit/bare/conf/perl-5.14.0/.cpanplus/5.14.0/build/Test-MockModule-0.05/blib/arch /home/cpan/pit/bare/conf/perl-5.14.0/.cpanplus/5.14.0/build/DBI-1.617/blib/lib /home/cpan/pit/bare/conf/perl-5.14.0/.cpanplus/5.14.0/build/DBI-1.617/blib/arch /home/cpan/pit/bare/conf/perl-5.14.0/.cpanplus/5.14.0/build/Sub-Uplevel-0.22/blib/lib /home/cpan/pit/bare/conf/perl-5.14.0/.cpanplus/5.14.0/build/Sub-Uplevel-0.22/blib/arch /home/cpan/pit/bare/conf/perl-5.14.0/.cpanplus/5.14.0/build/Test-Exception-0.31/blib/lib /home/cpan/pit/bare/conf/perl-5.14.0/.cpanplus/5.14.0/build/Test-Exception-0.31/blib/arch /home/cpan/pit/bare/conf/perl-5.14.0/.cpanplus/5.14.0/build/Test-MockModule-0.05/blib/lib /home/cpan/pit/bare/conf/perl-5.14.0/.cpanplus/5.14.0/build/Test-MockModule-0.05/blib/arch /home/cpan/pit/bare/conf/perl-5.14.0/.cpanplus/5.14.0/build/SQL-Stash-v0.1.0/blib/lib /home/cpan/pit/bare/conf/perl-5.14.0/.cpanplus/5.14.0/build/SQL-Stash-v0.1.0/blib/arch /home/cpan/pit/bare/perl-5.14.0/lib/site_perl/5.14.0/amd64-netbsd /home/cpan/pit/bare/perl-5.14.0/lib/site_perl/5.14.0 /home/cpan/pit/bare/perl-5.14.0/lib/5.14.0/amd64-netbsd /home/cpan/pit/bare/perl-5.14.0/lib/5.14.0 .) at (eval 11) line 3.
Perhaps the DBD::Mock perl module hasn't been fully installed,
or perhaps the capitalisation of 'Mock' isn't right.
Available drivers: DBM, ExampleP, File, Gofer, Proxy, Sponge.
 at t/SQL/Stash.t line 31
    # Child (Given a new SQL::Stash instance containing queries) exited without calling finalize()

#   Failed test 'Given a new SQL::Stash instance containing queries'
#   at /home/cpan/pit/bare/perl-5.14.0/lib/5.14.0/Test/Builder.pm line 252.
# Looks like you planned 5 tests but ran 3.
# Looks like you failed 1 test of 3 run.
# Looks like your test exited with 2 just after 3.
t/SQL/Stash.t .. 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 3/5 subtests 

Test Summary Report
-------------------
t/SQL/Stash.t (Wstat: 512 Tests: 3 Failed: 1)
  Failed test:  3
  Non-zero exit status: 2
  Parse errors: Bad plan.  You planned 5 tests but ran 3.
Files=1, Tests=3,  0 wallclock secs ( 0.04 usr  0.07 sys +  0.16 cusr  0.14 csys =  0.41 CPU)
Result: FAIL
Failed 1/1 test programs. 1/3 subtests failed.
BEGIN failed--compilation aborted at -e line 1.
 
[MSG] [Fri Feb  3 17:59:01 2012] DEFAULT 'proceed_on_test_failure' HANDLER RETURNING 'sub return value'


MISSING PREREQUISITES:

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

DBD::Mock

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

WriteMakefile(
    AUTHOR      => 'SEBNOW (cpanplus-info@lists.sf.net)',
    ... # other information
    PREREQ_PM   => {
	'DBD::Mock'	=> '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
	  DBI                               1.617        0
	  Test::Exception                    0.31        0
	  Test::MockModule                   0.05        0
	  Test::More                         0.98        0
	  version                            0.95        0

Perl module toolchain versions installed:
	Module Name                        Have
	CPANPLUS                         0.9116
	CPANPLUS::Dist::Build              0.60
	Cwd                                3.36
	ExtUtils::CBuilder             0.280203
	ExtUtils::Command                  1.17
	ExtUtils::Install                  1.56
	ExtUtils::MakeMaker                6.62
	ExtUtils::Manifest                 1.60
	ExtUtils::ParseXS                  3.11
	File::Spec                         3.33
	Module::Build                    0.3800
	Test::Harness                      3.23
	Test::More                         0.98
	version                            0.95

******************************** 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.66.
Powered by minismokebox version 0.54

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

Environment variables:

    AUTOMATED_TESTING = 1
    PATH = /home/cpan/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R7/bin:/usr/X11R6/bin:/usr/pkg/bin:/usr/pkg/sbin:/usr/games:/usr/local/bin:/usr/local/sbin
    PERL5LIB = :/home/cpan/pit/bare/conf/perl-5.14.0/.cpanplus/5.14.0/build/DBI-1.617/blib/lib:/home/cpan/pit/bare/conf/perl-5.14.0/.cpanplus/5.14.0/build/DBI-1.617/blib/arch:/home/cpan/pit/bare/conf/perl-5.14.0/.cpanplus/5.14.0/build/Sub-Uplevel-0.22/blib/lib:/home/cpan/pit/bare/conf/perl-5.14.0/.cpanplus/5.14.0/build/Sub-Uplevel-0.22/blib/arch:/home/cpan/pit/bare/conf/perl-5.14.0/.cpanplus/5.14.0/build/Test-Exception-0.31/blib/lib:/home/cpan/pit/bare/conf/perl-5.14.0/.cpanplus/5.14.0/build/Test-Exception-0.31/blib/arch:/home/cpan/pit/bare/conf/perl-5.14.0/.cpanplus/5.14.0/build/Test-MockModule-0.05/blib/lib:/home/cpan/pit/bare/conf/perl-5.14.0/.cpanplus/5.14.0/build/Test-MockModule-0.05/blib/arch:/home/cpan/pit/bare/conf/perl-5.14.0/.cpanplus/5.14.0/build/SQL-Stash-v0.1.0/blib/lib:/home/cpan/pit/bare/conf/perl-5.14.0/.cpanplus/5.14.0/build/SQL-Stash-v0.1.0/blib/arch
    PERL5_CPANPLUS_IS_RUNNING = 20928
    PERL5_CPANPLUS_IS_VERSION = 0.9116
    PERL5_MINISMOKEBOX = 0.54
    PERL5_YACSMOKE_BASE = /home/cpan/pit/bare/conf/perl-5.14.0
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    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/pit/bare/perl-5.14.0/bin/perl
    UID:  $<  = 1001
    EUID: $>  = 1001
    GID:  $(  = 100 100
    EGID: $)  = 100 100


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


--

Summary of my perl5 (revision 5 version 14 subversion 0) configuration:
   
  Platform:
    osname=netbsd, osvers=5.1.1, archname=amd64-netbsd
    uname='netbsd nectar.bingosnet.co.uk 5.1.1 netbsd 5.1.1 (generic) #0: wed jan 4 20:33:13 utc 2012 builds@b6.netbsd.org:homebuildsabnetbsd-5-1-1-releaseamd64201201040549z-objhomebuildsabnetbsd-5-1-1-releasesrcsysarchamd64compilegeneric amd64 '
    config_args='-des -Dprefix=/home/cpan/pit/bare/perl-5.14.0'
    hint=recommended, useposix=true, d_sigaction=define
    useithreads=undef, usemultiplicity=undef
    useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
    use64bitint=define, use64bitall=define, 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.3 20080704 prerelease (NetBSD nb2 20081120)', gccosandvers=''
    intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
    ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=8, 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=-lgdbm -lm -lcrypt -lutil -lc -lposix
    perllibs=-lm -lcrypt -lutil -lc -lposix
    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 -fstack-protector'


Characteristics of this binary (from libperl): 
  Compile-time options: PERL_DONT_CREATE_GVSV PERL_MALLOC_WRAP
                        PERL_PRESERVE_IVUV USE_64_BIT_ALL USE_64_BIT_INT
                        USE_LARGE_FILES USE_PERLIO USE_PERL_ATOF
  Built under netbsd
  Compiled at Jan 22 2012 04:25:33
  %ENV:
    PERL5LIB=":/home/cpan/pit/bare/conf/perl-5.14.0/.cpanplus/5.14.0/build/DBI-1.617/blib/lib:/home/cpan/pit/bare/conf/perl-5.14.0/.cpanplus/5.14.0/build/DBI-1.617/blib/arch:/home/cpan/pit/bare/conf/perl-5.14.0/.cpanplus/5.14.0/build/Sub-Uplevel-0.22/blib/lib:/home/cpan/pit/bare/conf/perl-5.14.0/.cpanplus/5.14.0/build/Sub-Uplevel-0.22/blib/arch:/home/cpan/pit/bare/conf/perl-5.14.0/.cpanplus/5.14.0/build/Test-Exception-0.31/blib/lib:/home/cpan/pit/bare/conf/perl-5.14.0/.cpanplus/5.14.0/build/Test-Exception-0.31/blib/arch:/home/cpan/pit/bare/conf/perl-5.14.0/.cpanplus/5.14.0/build/Test-MockModule-0.05/blib/lib:/home/cpan/pit/bare/conf/perl-5.14.0/.cpanplus/5.14.0/build/Test-MockModule-0.05/blib/arch:/home/cpan/pit/bare/conf/perl-5.14.0/.cpanplus/5.14.0/build/SQL-Stash-v0.1.0/blib/lib:/home/cpan/pit/bare/conf/perl-5.14.0/.cpanplus/5.14.0/build/SQL-Stash-v0.1.0/blib/arch"
    PERL5_CPANPLUS_IS_RUNNING="20928"
    PERL5_CPANPLUS_IS_VERSION="0.9116"
    PERL5_MINISMOKEBOX="0.54"
    PERL5_YACSMOKE_BASE="/home/cpan/pit/bare/conf/perl-5.14.0"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_MM_USE_DEFAULT="1"
  @INC:
    /home/cpan/pit/bare/conf/perl-5.14.0/.cpanplus/5.14.0/build/DBI-1.617/blib/lib
    /home/cpan/pit/bare/conf/perl-5.14.0/.cpanplus/5.14.0/build/DBI-1.617/blib/arch
    /home/cpan/pit/bare/conf/perl-5.14.0/.cpanplus/5.14.0/build/Sub-Uplevel-0.22/blib/lib
    /home/cpan/pit/bare/conf/perl-5.14.0/.cpanplus/5.14.0/build/Sub-Uplevel-0.22/blib/arch
    /home/cpan/pit/bare/conf/perl-5.14.0/.cpanplus/5.14.0/build/Test-Exception-0.31/blib/lib
    /home/cpan/pit/bare/conf/perl-5.14.0/.cpanplus/5.14.0/build/Test-Exception-0.31/blib/arch
    /home/cpan/pit/bare/conf/perl-5.14.0/.cpanplus/5.14.0/build/Test-MockModule-0.05/blib/lib
    /home/cpan/pit/bare/conf/perl-5.14.0/.cpanplus/5.14.0/build/Test-MockModule-0.05/blib/arch
    /home/cpan/pit/bare/conf/perl-5.14.0/.cpanplus/5.14.0/build/SQL-Stash-v0.1.0/blib/lib
    /home/cpan/pit/bare/conf/perl-5.14.0/.cpanplus/5.14.0/build/SQL-Stash-v0.1.0/blib/arch
    /home/cpan/pit/bare/perl-5.14.0/lib/site_perl/5.14.0/amd64-netbsd
    /home/cpan/pit/bare/perl-5.14.0/lib/site_perl/5.14.0
    /home/cpan/pit/bare/perl-5.14.0/lib/5.14.0/amd64-netbsd
    /home/cpan/pit/bare/perl-5.14.0/lib/5.14.0
    .