Back
From: metabase:user:8286d1fc-3d52-11e2-9ec4-cb9cdd236785
Subject: PASS Class-DBI-Sweet-0.11 v5.10.1 GNU/Linux
Date: 2013-12-02T11:51:39Z
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 Fred Moyer,
This is a computer-generated report for Class-DBI-Sweet-0.11
on perl 5.10.1, created by CPAN-Reporter-1.2010.
Thank you for uploading your work to CPAN. Congratulations!
All tests were successful.
Sections of this report:
* Tester comments
* Program output
* Prerequisites
* Environment and other context
------------------------------
TESTER COMMENTS
------------------------------
Additional comments from tester:
this report is from an automated smoke testing program
and was not reviewed by a human for accuracy
------------------------------
PROGRAM OUTPUT
------------------------------
Output from '/usr/local/bin/make test':
/opt/perl444-27-5.10.1/bin/perl Build --makefile_env_macros 1 test
t/01use.t ................................ ok
t/02pod.t ................................ skipped: set TEST_POD to enable this test
t/03podcoverage.t ........................ skipped: set TEST_POD to enable this test
t/04join.t ............................... ok
t/05count.t .............................. ok
t/06object_cache.t ....................... ok
Use of uninitialized value $got in numeric eq (==) at (eval in cmp_ok) t/07prefetch.t line 48.
t/07prefetch.t ........................... ok
t/08pager.t .............................. ok
t/09sequence.t ........................... ok
t/cdbi-t-ocache/01-columns.t ............. ok
t/cdbi-t-ocache/03-subclassing.t ......... ok
t/cdbi-t-ocache/05-Query.t ............... ok
t/cdbi-t-ocache/06-hasa.t ................ ok
t/cdbi-t-ocache/08-inheritcols.t ......... ok
t/cdbi-t-ocache/09-has_many.t ............ ok
t/cdbi-t-ocache/10-mysql.t ............... skipped: Need Date::Simple for this test
t/cdbi-t-ocache/11-triggers.t ............ ok
t/cdbi-t-ocache/12-filter.t .............. ok
t/cdbi-t-ocache/13-constraint.t .......... ok
t/cdbi-t-ocache/14-might_have.t .......... ok
t/cdbi-t-ocache/16-reserved.t ............ ok
# Pg connection failed (DBI connect('dbname=template1','postgres',...) failed: FATAL: Ident authentication failed for user "postgres" at /opt/perl444-27-5.10.1/lib/site_perl/5.10.1/Ima/DBI.pm line 328.
# ). Set env variables DBD_PG_DBNAME, DBD_PG_USER,
# DBD_PG_PASSWD to enable testing.
t/cdbi-t-ocache/17-data_type.t ........... skipped: Pg connection failed.
t/cdbi-t-ocache/18-has_a.t ............... ok
t/cdbi-t-ocache/19-set_sql.t ............. ok
t/cdbi-t-ocache/21-iterator.t ............ ok
DBI connect('test','',...) failed: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) at t/cdbi-t/testlib/MyBase.pm line 10.
t/cdbi-t-ocache/22-deflate_order.t ....... skipped: Need MySQL for this test
t/cdbi-t-ocache/23-cascade.t ............. ok
t/cdbi-t-ocache/24-meta_info.t ........... ok
DBI connect('test','',...) failed: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) at t/cdbi-t/testlib/MyBase.pm line 10.
t/cdbi-t-ocache/25-closures_in_meta.t .... skipped: Need MySQL for this test
t/cdbi-t-ocache/97-pod.t ................. ok
t/cdbi-t-ocache/98-failure.t ............. ok
t/cdbi-t-ocache/99-misc.t ................ ok
t/cdbi-t-rescache/01-columns.t ........... ok
t/cdbi-t-rescache/03-subclassing.t ....... ok
t/cdbi-t-rescache/05-Query.t ............. ok
t/cdbi-t-rescache/06-hasa.t .............. ok
t/cdbi-t-rescache/08-inheritcols.t ....... ok
t/cdbi-t-rescache/09-has_many.t .......... ok
t/cdbi-t-rescache/10-mysql.t ............. skipped: Need Date::Simple for this test
t/cdbi-t-rescache/11-triggers.t .......... ok
t/cdbi-t-rescache/12-filter.t ............ ok
t/cdbi-t-rescache/13-constraint.t ........ ok
t/cdbi-t-rescache/14-might_have.t ........ ok
t/cdbi-t-rescache/16-reserved.t .......... ok
# Pg connection failed (DBI connect('dbname=template1','postgres',...) failed: FATAL: Ident authentication failed for user "postgres" at /opt/perl444-27-5.10.1/lib/site_perl/5.10.1/Ima/DBI.pm line 328.
# ). Set env variables DBD_PG_DBNAME, DBD_PG_USER,
# DBD_PG_PASSWD to enable testing.
t/cdbi-t-rescache/17-data_type.t ......... skipped: Pg connection failed.
t/cdbi-t-rescache/18-has_a.t ............. ok
t/cdbi-t-rescache/19-set_sql.t ........... ok
t/cdbi-t-rescache/21-iterator.t .......... ok
DBI connect('test','',...) failed: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) at t/cdbi-t/testlib/MyBase.pm line 10.
t/cdbi-t-rescache/22-deflate_order.t ..... skipped: Need MySQL for this test
t/cdbi-t-rescache/23-cascade.t ........... ok
t/cdbi-t-rescache/24-meta_info.t ......... ok
DBI connect('test','',...) failed: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) at t/cdbi-t/testlib/MyBase.pm line 10.
t/cdbi-t-rescache/25-closures_in_meta.t .. skipped: Need MySQL for this test
t/cdbi-t-rescache/97-pod.t ............... ok
t/cdbi-t-rescache/98-failure.t ........... ok
t/cdbi-t-rescache/99-misc.t .............. ok
t/cdbi-t/01-columns.t .................... ok
t/cdbi-t/02-Film.t ....................... ok
t/cdbi-t/03-subclassing.t ................ ok
t/cdbi-t/04-lazy.t ....................... ok
t/cdbi-t/05-Query.t ...................... ok
t/cdbi-t/06-hasa.t ....................... ok
t/cdbi-t/08-inheritcols.t ................ ok
t/cdbi-t/09-has_many.t ................... ok
t/cdbi-t/10-mysql.t ...................... skipped: Need Date::Simple for this test
t/cdbi-t/11-triggers.t ................... ok
t/cdbi-t/12-filter.t ..................... ok
t/cdbi-t/13-constraint.t ................. ok
t/cdbi-t/14-might_have.t ................. ok
# Pg connection failed (DBI connect('dbname=template1','postgres',...) failed: FATAL: Ident authentication failed for user "postgres" at /opt/perl444-27-5.10.1/lib/site_perl/5.10.1/Ima/DBI.pm line 328.
# ). Set env variables DBD_PG_DBNAME, DBD_PG_USER,
# DBD_PG_PASSWD to enable testing.
t/cdbi-t/17-data_type.t .................. skipped: Pg connection failed.
t/cdbi-t/18-has_a.t ...................... ok
t/cdbi-t/19-set_sql.t .................... ok
t/cdbi-t/21-iterator.t ................... ok
DBI connect('test','',...) failed: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) at t/cdbi-t/testlib/MyBase.pm line 10.
t/cdbi-t/22-deflate_order.t .............. skipped: Need MySQL for this test
t/cdbi-t/23-cascade.t .................... ok
t/cdbi-t/24-meta_info.t .................. ok
DBI connect('test','',...) failed: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) at t/cdbi-t/testlib/MyBase.pm line 10.
t/cdbi-t/25-closures_in_meta.t ........... skipped: Need MySQL for this test
t/cdbi-t/97-pod.t ........................ ok
t/cdbi-t/98-failure.t .................... ok
t/cdbi-t/99-misc.t ....................... ok
All tests successful.
Files=79, Tests=1280, 160 wallclock secs ( 1.27 usr 0.36 sys + 33.15 cusr 4.90 csys = 39.68 CPU)
Result: PASS
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------- ------- ------
Class::DBI v3.0.12 3.0.17
Data::Page 0 2.02
DBD::SQLite 1.08 1.40
DBI 0 1.630
List::Util 0 1.35
SQL::Abstract 1.55 1.74
configure_requires:
Module Need Have
------------- ------- ------
Module::Build 0.38 0.4202
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
LANG = en_US.UTF-8
LD_LIBRARY_PATH = /usr/local/lib
PATH = /usr/lib/qt-3.3/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/lib/alliance/bin:/opt/real/RealPlayer:/root/bin:/usr/lib/alliance/bin:/opt/real/RealPlayer
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 12224
PERL5_CPAN_IS_RUNNING = 12224
PERL_ANYEVENT_MODEL = POE
PERL_MM_USE_DEFAULT = 1
SHELL = /bin/bash
TERM = xterm
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /opt/perl444-27-5.10.1/bin/perl
$UID/$EUID = 0 / 0
$GID = 0 0 1 2 3 4 6 10
$EGID = 0 0 1 2 3 4 6 10
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.03
CPAN::Meta 2.132830
Cwd 3.40
ExtUtils::CBuilder 0.280212
ExtUtils::Command 1.18
ExtUtils::Install 1.54
ExtUtils::MakeMaker 6.84
ExtUtils::Manifest 1.63
ExtUtils::ParseXS 3.22
File::Spec 3.40
JSON 2.90
JSON::PP 2.27203
Module::Build 0.4202
Module::Signature 0.73
Parse::CPAN::Meta 1.4409
Test::Harness 3.30
Test::More 1.001002
YAML 0.86
YAML::Syck 1.27
version 0.9904
--
Summary of my perl5 (revision 5 version 10 subversion 1) configuration:
Platform:
osname=linux, osvers=2.6.27-repin.1, archname=i686-linux-thread-multi-64int-ld
uname='linux localhost.localdomain 2.6.27-repin.1 #1 smp tue jan 25 20:07:21 msk 2011 i686 i686 i386 gnulinux '
config_args='-Dcc=/opt/444/bin/gcc -Doptimize=-O3 -DDMALLOC=/usr/local/bin/dmalloc -Dprefix=/opt/perl444-27-5.10.1 -DDEBUGGING'
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=define
usemymalloc=n, bincompat5005=undef
Compiler:
cc='/opt/444/bin/gcc', ccflags ='-DDMALLOC -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O3 -g',
cppflags='-DDMALLOC'
ccversion='', gccversion='4.4.4', 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='long double', nvsize=12, Off_t='off_t', lseeksize=8
alignbytes=4, prototype=define
Linker and Libraries:
ld='/opt/444/bin/gcc', ldflags =' -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib
libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lpthread -lc
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc
libc=/lib/libc-2.5.so, so=so, useshrplib=true, libperl=libperl.so
gnulibc_version='2.5'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E -Wl,-rpath,/opt/perl444-27-5.10.1/lib/5.10.1/i686-linux-thread-multi-64int-ld/CORE'
cccdlflags='-fPIC', lddlflags='-shared -O3 -g -L/usr/local/lib'
Characteristics of this binary (from libperl):
Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV
PERL_IMPLICIT_CONTEXT PERL_MAD PERL_MALLOC_WRAP
USE_64_BIT_INT USE_FAST_STDIO USE_ITHREADS
USE_LARGE_FILES USE_LONG_DOUBLE USE_PERLIO
USE_REENTRANT_API
Built under linux
Compiled at Oct 15 2013 00:40:28
%ENV:
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="12224"
PERL5_CPAN_IS_RUNNING="12224"
PERL_ANYEVENT_MODEL="POE"
PERL_MM_USE_DEFAULT="1"
@INC:
/opt/perl444-27-5.10.1/lib/5.10.1/i686-linux-thread-multi-64int-ld
/opt/perl444-27-5.10.1/lib/5.10.1
/opt/perl444-27-5.10.1/lib/site_perl/5.10.1/i686-linux-thread-multi-64int-ld
/opt/perl444-27-5.10.1/lib/site_perl/5.10.1
.