Class-DBI-Sweet v0.11 Perl 5 v5.18.2 amd64-freebsd
- Status
- Fail
- From
- Slaven Rezić
- Dist
-
Class-DBI-Sweet v0.11
- Platform
- Perl 5 v5.18.2 amd64-freebsd
- Date
- 2021-01-26 20:22:28
- ID
- 35c629f6-6014-11eb-b7e9-c5541f24ea8f
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.18.2, created by CPAN-Reporter-1.2018.
Thank you for uploading your work to CPAN. However, there was a problem
testing your distribution.
If you think this report is invalid, please consult the CPAN Testers Wiki
for suggestions on how to avoid getting FAIL reports for missing library
or binary dependencies, unsupported operating systems, and so on:
http://wiki.cpantesters.org/wiki/CPANAuthorNotes
Sections of this report:
* Tester comments
* Program output
* Prerequisites
* Environment and other context
------------------------------
TESTER COMMENTS
------------------------------
Additional comments from tester:
none provided
------------------------------
PROGRAM OUTPUT
------------------------------
Output from './Build 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
DBD::SQLite::db prepare_cached failed: no such column: cds.tags.tag [for Statement "SELECT me.artistid, me.name
FROM artist me, cd cds, tags tags
WHERE cds.tags.tag = ? AND me.artistid = cds.artist AND cds.cdid = tags.cd
"] at /usr/perl5.18.2/lib/site_perl/5.18.2/Ima/DBI.pm line 398.
# Looks like your test exited with 2 just after 16.
t/04join.t ...............................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 1/17 subtests
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
DBI connect('test','',...) failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) at t/cdbi-t/testlib/MyBase.pm line 10.
t/cdbi-t-ocache/10-mysql.t ............... skipped: Need MySQL 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: konnte nicht mit dem Server verbinden: Datei oder Verzeichnis nicht gefunden
# Läuft der Server lokal und akzeptiert er Verbindungen
# auf dem Unix-Domain-Socket "/tmp/.s.PGSQL.5432"? at /usr/perl5.18.2/lib/site_perl/5.18.2/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 '/tmp/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 '/tmp/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
DBI connect('test','',...) failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) at t/cdbi-t/testlib/MyBase.pm line 10.
t/cdbi-t-rescache/10-mysql.t ............. skipped: Need MySQL 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: konnte nicht mit dem Server verbinden: Datei oder Verzeichnis nicht gefunden
# Läuft der Server lokal und akzeptiert er Verbindungen
# auf dem Unix-Domain-Socket "/tmp/.s.PGSQL.5432"? at /usr/perl5.18.2/lib/site_perl/5.18.2/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 '/tmp/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 '/tmp/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
DBI connect('test','',...) failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) at t/cdbi-t/testlib/MyBase.pm line 10.
t/cdbi-t/10-mysql.t ...................... skipped: Need MySQL 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: konnte nicht mit dem Server verbinden: Datei oder Verzeichnis nicht gefunden
# Läuft der Server lokal und akzeptiert er Verbindungen
# auf dem Unix-Domain-Socket "/tmp/.s.PGSQL.5432"? at /usr/perl5.18.2/lib/site_perl/5.18.2/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 '/tmp/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 '/tmp/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
Test Summary Report
-------------------
t/04join.t (Wstat: 512 Tests: 16 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 17 tests but ran 16.
Files=79, Tests=1279, 14 wallclock secs ( 0.11 usr 0.35 sys + 6.94 cusr 1.98 csys = 9.38 CPU)
Result: FAIL
Failed 1/79 test programs. 0/1279 subtests failed.
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
------------- ------- --------
Class::DBI v3.0.12 3.0.17
Data::Page 0 2.03
DBD::SQLite 1.08 1.66
DBI 0 1.643
List::Util 0 1.55
SQL::Abstract 1.55 2.000001
configure_requires:
Module Need Have
------------- ------- --------
Module::Build 0.38 0.4231
opt_requires:
Module Need Have
------------- ------- --------
Data::UUID 0 1.226
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
LC_ALL = de_DE.ISO8859-1
PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/cpansand/bin/freebsd9.3:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/games:/home/cpansand/devel:/usr/home/eserte/src/srezic-misc/scripts
PERL5LIB = /home/cpansand/.cpan/build/2021012618/SQL-Abstract-2.000001-4/blib/arch:/home/cpansand/.cpan/build/2021012618/SQL-Abstract-2.000001-4/blib/lib
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 52234
PERL5_CPAN_IS_RUNNING = 52234
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 51241,52234
PERLDOC = -MPod::Perldoc::ToTextOverstrike
PERL_BATCH = yes
PERL_CANARY_STABILITY_NOPROMPT = 1
PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2021012618/cpanreporter_000_config.ini
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_USE_UNSAFE_INC = 1
SHELL = /usr/local/bin/zsh
TERM = screen
TMPDIR = /var/tmp/cpansmoker-1023/2021012618
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /usr/perl5.18.2/bin/perl
$UID/$EUID = 1023 / 1023
$GID = 1023 1023
$EGID = 1023 1023
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 2.27
CPAN::Meta 2.150010
Cwd 3.75
ExtUtils::CBuilder 0.280231
ExtUtils::Command 7.58
ExtUtils::Install 2.18
ExtUtils::MakeMaker 7.58
ExtUtils::Manifest 1.73
ExtUtils::ParseXS 3.35
File::Spec 3.75
JSON 4.03
JSON::PP 4.05
Module::Build 0.4231
Module::Signature 0.83
Parse::CPAN::Meta 2.150010
Test::Harness 3.42
Test::More 1.302183
YAML 1.30
YAML::Syck 1.33
version 0.9924
--
Summary of my perl5 (revision 5 version 18 subversion 2) configuration:
Platform:
osname=freebsd, osvers=9.2-release-p4, archname=amd64-freebsd
uname='freebsd cvrsnica-freebsd-92 9.2-release-p4 freebsd 9.2-release-p4 #0: tue apr 8 18:08:22 utc 2014 root@amd64-builder.daemonology.net:usrobjusrsrcsysgeneric amd64 '
config_args='-ds -e -Dprefix=/usr/perl5.18.2'
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 ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include',
optimize='-O',
cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
ccversion='', gccversion='4.2.1 20070831 patched [FreeBSD]', 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,-E -fstack-protector -L/usr/local/lib'
libpth=/usr/lib /usr/local/lib
libs=-lgdbm -lm -lcrypt -lutil -lc
perllibs=-lm -lcrypt -lutil -lc
libc=, 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 -L/usr/local/lib -fstack-protector'
Characteristics of this binary (from libperl):
Compile-time options: HAS_TIMES PERLIO_LAYERS PERL_DONT_CREATE_GVSV
PERL_HASH_FUNC_ONE_AT_A_TIME_HARD PERL_MALLOC_WRAP
PERL_PRESERVE_IVUV PERL_SAWAMPERSAND USE_64_BIT_ALL
USE_64_BIT_INT USE_LARGE_FILES USE_LOCALE
USE_LOCALE_COLLATE USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC USE_PERLIO USE_PERL_ATOF
Built under freebsd
Compiled at May 16 2014 01:27:28
%ENV:
PERL5LIB="/home/cpansand/.cpan/build/2021012618/SQL-Abstract-2.000001-4/blib/arch:/home/cpansand/.cpan/build/2021012618/SQL-Abstract-2.000001-4/blib/lib"
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="52234"
PERL5_CPAN_IS_RUNNING="52234"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="51241,52234"
PERLDOC="-MPod::Perldoc::ToTextOverstrike"
PERL_BATCH="yes"
PERL_CANARY_STABILITY_NOPROMPT="1"
PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2021012618/cpanreporter_000_config.ini"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_USE_UNSAFE_INC="1"
@INC:
/home/cpansand/.cpan/build/2021012618/SQL-Abstract-2.000001-4/blib/arch
/home/cpansand/.cpan/build/2021012618/SQL-Abstract-2.000001-4/blib/lib
/usr/perl5.18.2/lib/site_perl/5.18.2/amd64-freebsd
/usr/perl5.18.2/lib/site_perl/5.18.2
/usr/perl5.18.2/lib/5.18.2/amd64-freebsd
/usr/perl5.18.2/lib/5.18.2
.