Report for Class-DBI-Sweet-0.11

Back
From: metabase:user:a0e144f2-373b-11e6-8edd-c6848980b093
Subject: FAIL Class-DBI-Sweet-0.11 v5.26.0 GNU/Linux
Date: 2017-04-03T22:58:20Z

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.26.0, 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:

this report is from an automated smoke testing program
and was not reviewed by a human for accuracy

------------------------------
PROGRAM OUTPUT
------------------------------

Output from './Build test':

t/02pod.t ................................ skipped: set TEST_POD to enable this test
t/03podcoverage.t ........................ skipped: set TEST_POD to enable this test
t/01use.t ................................ ok

#   Failed test 'use SweetTest;'
#   at t/04join.t line 13.
#     Tried to use 'SweetTest'.
#     Error:  DBD::SQLite::db do failed: attempt to write a readonly database [for Statement "CREATE TABLE cd (cdid INTEGER NOT NULL PRIMARY KEY, artist INTEGER NOT NULL,
#                      title VARCHAR, year VARCHAR);"] at t/lib/SweetTest.pm line 100.
# Compilation failed in require at t/04join.t line 13.
# BEGIN failed--compilation aborted at t/04join.t line 13.
name is not a column of SweetTest::Artist at /home/cpan1/.cpan/build/Class-DBI-Sweet-0.11-0/blib/lib/Class/DBI/Sweet.pm line 397.
# Looks like your test exited with 255 just after 1.
t/04join.t ............................... 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 17/17 subtests 

#   Failed test 'use SweetTest;'
#   at t/05count.t line 12.
#     Tried to use 'SweetTest'.
#     Error:  DBD::SQLite::db do failed: attempt to write a readonly database [for Statement "CREATE TABLE cd (cdid INTEGER NOT NULL PRIMARY KEY, artist INTEGER NOT NULL,
#                      title VARCHAR, year VARCHAR);"] at t/lib/SweetTest.pm line 100.
# Compilation failed in require at t/05count.t line 12.
# BEGIN failed--compilation aborted at t/05count.t line 12.
Unable to find join info for artist from SweetTest::CD at /home/cpan1/.cpan/build/Class-DBI-Sweet-0.11-0/blib/lib/Class/DBI/Sweet.pm line 397.
# Looks like your test exited with 255 just after 1.
t/05count.t .............................. 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 5/5 subtests 

#   Failed test 'use SweetTest;'
#   at t/06object_cache.t line 16.
#     Tried to use 'SweetTest'.
#     Error:  DBD::SQLite::db do failed: attempt to write a readonly database [for Statement "CREATE TABLE cd (cdid INTEGER NOT NULL PRIMARY KEY, artist INTEGER NOT NULL,
#                      title VARCHAR, year VARCHAR);"] at t/lib/SweetTest.pm line 100.
# Compilation failed in require at t/06object_cache.t line 16.
# BEGIN failed--compilation aborted at t/06object_cache.t line 16.
name is not a column of SweetTest::Artist at /home/cpan1/.cpan/build/Class-DBI-Sweet-0.11-0/blib/lib/Class/DBI/Sweet.pm line 397.
# Looks like your test exited with 255 just after 1.
t/06object_cache.t ....................... 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 31/31 subtests 

#   Failed test 'use SweetTest;'
#   at t/07prefetch.t line 16.
#     Tried to use 'SweetTest'.
#     Error:  DBD::SQLite::db do failed: attempt to write a readonly database [for Statement "CREATE TABLE cd (cdid INTEGER NOT NULL PRIMARY KEY, artist INTEGER NOT NULL,
#                      title VARCHAR, year VARCHAR);"] at t/lib/SweetTest.pm line 100.
# Compilation failed in require at t/07prefetch.t line 16.
# BEGIN failed--compilation aborted at t/07prefetch.t line 16.
artist is not a has_a or might_have rel on SweetTest::CD at t/07prefetch.t line 31.
# Looks like your test exited with 25 just after 1.
t/07prefetch.t ........................... 
Dubious, test returned 25 (wstat 6400, 0x1900)
Failed 7/7 subtests 

#   Failed test 'use SweetTest;'
#   at t/08pager.t line 13.
#     Tried to use 'SweetTest'.
#     Error:  DBD::SQLite::db do failed: disk I/O error [for Statement "CREATE TABLE artist (artistid INTEGER NOT NULL PRIMARY KEY, name VARCHAR);"] at t/lib/SweetTest.pm line 100.
# Compilation failed in require at t/08pager.t line 13.
# BEGIN failed--compilation aborted at t/08pager.t line 13.
DBD::SQLite::db prepare_cached failed: no such table: cd at /home/cpan1/install/lib/perl5/site_perl/5.26.0/Ima/DBI.pm line 398.
# Looks like your test exited with 2 just after 1.
t/08pager.t .............................. 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 10/10 subtests 
t/cdbi-t-ocache/01-columns.t ............. ok

#   Failed test 'use SweetTest;'
#   at t/09sequence.t line 25.
#     Tried to use 'SweetTest'.
#     Error:  DBD::SQLite::db do failed: disk I/O error [for Statement "CREATE TABLE artist (artistid INTEGER NOT NULL PRIMARY KEY, name VARCHAR);"] at t/lib/SweetTest.pm line 100.
# Compilation failed in require at t/09sequence.t line 25.
# BEGIN failed--compilation aborted at t/09sequence.t line 25.
# Looks like you failed 1 test of 2.
t/09sequence.t ........................... 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/2 subtests 
t/cdbi-t-ocache/03-subclassing.t ......... ok
t/cdbi-t-ocache/08-inheritcols.t ......... ok
t/cdbi-t-ocache/05-Query.t ............... ok
t/cdbi-t-ocache/10-mysql.t ............... skipped: Need MySQL for this test
t/cdbi-t-ocache/06-hasa.t ................ ok
t/cdbi-t-ocache/09-has_many.t ............ ok
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/17-data_type.t ........... skipped: needs DBD::Pg for testing
t/cdbi-t-ocache/14-might_have.t .......... ok
t/cdbi-t-ocache/16-reserved.t ............ ok
t/cdbi-t-ocache/21-iterator.t ............ ok
t/cdbi-t-ocache/22-deflate_order.t ....... skipped: Need MySQL for this test
t/cdbi-t-ocache/19-set_sql.t ............. ok
t/cdbi-t-ocache/24-meta_info.t ........... ok
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/18-has_a.t ............... ok
t/cdbi-t-ocache/99-misc.t ................ ok
t/cdbi-t-rescache/01-columns.t ........... ok
t/cdbi-t-ocache/98-failure.t ............. ok
t/cdbi-t-ocache/23-cascade.t ............. ok
t/cdbi-t-rescache/03-subclassing.t ....... ok
t/cdbi-t-rescache/08-inheritcols.t ....... ok
t/cdbi-t-rescache/05-Query.t ............. ok
t/cdbi-t-rescache/10-mysql.t ............. skipped: Need MySQL for this test
t/cdbi-t-rescache/06-hasa.t .............. ok
t/cdbi-t-rescache/09-has_many.t .......... ok
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/17-data_type.t ......... skipped: needs DBD::Pg for testing
t/cdbi-t-rescache/16-reserved.t .......... ok
t/cdbi-t-rescache/21-iterator.t .......... ok
t/cdbi-t-rescache/19-set_sql.t ........... ok
t/cdbi-t-rescache/22-deflate_order.t ..... skipped: Need MySQL for this test
t/cdbi-t-rescache/24-meta_info.t ......... ok
t/cdbi-t-rescache/25-closures_in_meta.t .. skipped: Need MySQL for this test
t/cdbi-t-rescache/18-has_a.t ............. ok
t/cdbi-t-rescache/97-pod.t ............... ok
t/cdbi-t-rescache/99-misc.t .............. ok
t/cdbi-t/01-columns.t .................... ok
t/cdbi-t-rescache/98-failure.t ........... ok
t/cdbi-t/03-subclassing.t ................ ok
t/cdbi-t-rescache/23-cascade.t ........... ok
t/cdbi-t/04-lazy.t ....................... ok
t/cdbi-t/05-Query.t ...................... ok
t/cdbi-t/08-inheritcols.t ................ ok
t/cdbi-t/06-hasa.t ....................... ok
t/cdbi-t/10-mysql.t ...................... skipped: Need MySQL for this test
t/cdbi-t/02-Film.t ....................... ok
t/cdbi-t/11-triggers.t ................... ok
t/cdbi-t/12-filter.t ..................... ok
t/cdbi-t/09-has_many.t ................... ok
t/cdbi-t/17-data_type.t .................. skipped: needs DBD::Pg for testing
t/cdbi-t/13-constraint.t ................. ok
t/cdbi-t/14-might_have.t ................. ok
t/cdbi-t/18-has_a.t ...................... ok
t/cdbi-t/22-deflate_order.t .............. skipped: Need MySQL for this test
t/cdbi-t/19-set_sql.t .................... ok
t/cdbi-t/24-meta_info.t .................. ok
t/cdbi-t/25-closures_in_meta.t ........... skipped: Need MySQL for this test
t/cdbi-t/97-pod.t ........................ ok
t/cdbi-t/21-iterator.t ................... ok
t/cdbi-t/99-misc.t ....................... ok
t/cdbi-t/98-failure.t .................... ok
t/cdbi-t/23-cascade.t .................... ok

Test Summary Report
-------------------
t/04join.t                             (Wstat: 65280 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 17 tests but ran 1.
t/05count.t                            (Wstat: 65280 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 5 tests but ran 1.
t/06object_cache.t                     (Wstat: 65280 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 31 tests but ran 1.
t/07prefetch.t                         (Wstat: 6400 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 25
  Parse errors: Bad plan.  You planned 7 tests but ran 1.
t/08pager.t                            (Wstat: 512 Tests: 1 Failed: 1)
  Failed test:  1
  Non-zero exit status: 2
  Parse errors: Bad plan.  You planned 10 tests but ran 1.
t/09sequence.t                         (Wstat: 256 Tests: 2 Failed: 1)
  Failed test:  1
  Non-zero exit status: 1
Files=79, Tests=1215, 49 wallclock secs ( 0.44 usr  0.10 sys + 14.41 cusr  1.14 csys = 16.09 CPU)
Result: FAIL
Failed 6/79 test programs. 6/1215 subtests failed.

------------------------------
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.55_03
    DBI           0       1.636  
    List::Util    0       1.47   
    SQL::Abstract 1.55    1.82   

configure_requires:

    Module        Need    Have   
    ------------- ------- -------
    Module::Build 0.38    0.4220 

opt_requires:

    Module        Need    Have   
    ------------- ------- -------
    Data::UUID    0       1.221  


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

Environment variables:

    AUTOMATED_TESTING = 1
    HARNESS_OPTIONS = j3
    LANG = en_US.UTF-8
    PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 13290
    PERL5_CPAN_IS_RUNNING = 13290
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 28675,13290
    PERL_CR_SMOKER_CURRENT = Class-DBI-Sweet-0.11
    PERL_CR_SMOKER_RUNONCE = 1
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_MM_USE_DEFAULT = 1
    SHELL = /bin/bash
    TERM = putty-256color

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

    $^X = /home/cpan1/install/bin/perl
    $UID/$EUID = 1002 / 1002
    $GID = 1002 1002
    $EGID = 1002 1002

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.16    
    CPAN::Meta          2.150010
    Cwd                 3.62    
    ExtUtils::CBuilder  0.280224
    ExtUtils::Command   7.24    
    ExtUtils::Install   2.04    
    ExtUtils::MakeMaker 7.24    
    ExtUtils::Manifest  1.70    
    ExtUtils::ParseXS   3.30    
    File::Spec          3.62    
    JSON                2.90    
    JSON::PP            2.27400 
    Module::Build       0.4220  
    Module::Signature   0.81    
    Parse::CPAN::Meta   2.150010
    Test::Harness       3.38    
    Test::More          1.302078
    YAML                1.23    
    YAML::Syck          1.29    
    version             0.9917  


--

Summary of my perl5 (revision 5 version 26 subversion 0) configuration:
  Commit id: 2e3b2a1fba7611d1cd6060a5f07f6a0f91a06b3a
  Platform:
    osname=linux
    osvers=3.16.0-4-amd64
    archname=x86_64-linux-thread-multi
    uname='linux digitalis 3.16.0-4-amd64 #1 smp debian 3.16.36-1+deb8u2 (2016-10-19) x86_64 gnulinux '
    config_args='-Dusedevel -DDEBUGGING -Dusethreads -Dprefix=/home/cpan1/install -Uversiononly -des -Udefault_inc_excludes_dot'
    hint=recommended
    useposix=true
    d_sigaction=define
    useithreads=define
    usemultiplicity=define
    use64bitint=define
    use64bitall=define
    uselongdouble=undef
    usemymalloc=n
    default_inc_excludes_dot=undef
    bincompat5005=undef
  Compiler:
    cc='cc'
    ccflags ='-D_REENTRANT -D_GNU_SOURCE -fwrapv -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2'
    optimize='-O2 -g'
    cppflags='-D_REENTRANT -D_GNU_SOURCE -fwrapv -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
    ccversion=''
    gccversion='4.9.2'
    gccosandvers=''
    intsize=4
    longsize=8
    ptrsize=8
    doublesize=8
    byteorder=12345678
    doublekind=3
    d_longlong=define
    longlongsize=8
    d_longdbl=define
    longdblsize=16
    longdblkind=3
    ivtype='long'
    ivsize=8
    nvtype='double'
    nvsize=8
    Off_t='off_t'
    lseeksize=8
    alignbytes=8
    prototype=define
  Linker and Libraries:
    ld='cc'
    ldflags =' -fstack-protector-strong -L/usr/local/lib'
    libpth=/usr/local/lib /usr/lib/gcc/x86_64-linux-gnu/4.9/include-fixed /usr/include/x86_64-linux-gnu /usr/lib /lib/x86_64-linux-gnu /lib/../lib /usr/lib/x86_64-linux-gnu /usr/lib/../lib /lib /lib64 /usr/lib64
    libs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
    perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
    libc=libc-2.19.so
    so=so
    useshrplib=false
    libperl=libperl.a
    gnulibc_version='2.19'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs
    dlext=so
    d_dlsymun=undef
    ccdlflags='-Wl,-E'
    cccdlflags='-fPIC'
    lddlflags='-shared -O2 -g -L/usr/local/lib -fstack-protector-strong'


Characteristics of this binary (from libperl): 
  Compile-time options:
    DEBUGGING
    HAS_TIMES
    MULTIPLICITY
    PERLIO_LAYERS
    PERL_COPY_ON_WRITE
    PERL_DONT_CREATE_GVSV
    PERL_IMPLICIT_CONTEXT
    PERL_MALLOC_WRAP
    PERL_OP_PARENT
    PERL_PRESERVE_IVUV
    PERL_TRACK_MEMPOOL
    PERL_USE_DEVEL
    USE_64_BIT_ALL
    USE_64_BIT_INT
    USE_ITHREADS
    USE_LARGE_FILES
    USE_LOCALE
    USE_LOCALE_COLLATE
    USE_LOCALE_CTYPE
    USE_LOCALE_NUMERIC
    USE_LOCALE_TIME
    USE_PERLIO
    USE_PERL_ATOF
    USE_REENTRANT_API
  Built under linux
  Compiled at Mar 26 2017 22:44:50
  %ENV:
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="13290"
    PERL5_CPAN_IS_RUNNING="13290"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="28675,13290"
    PERL_CR_SMOKER_CURRENT="Class-DBI-Sweet-0.11"
    PERL_CR_SMOKER_RUNONCE="1"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_MM_USE_DEFAULT="1"
  @INC:
    /home/cpan1/install/lib/perl5/site_perl/5.26.0/x86_64-linux-thread-multi
    /home/cpan1/install/lib/perl5/site_perl/5.26.0
    /home/cpan1/install/lib/perl5/5.26.0/x86_64-linux-thread-multi
    /home/cpan1/install/lib/perl5/5.26.0
    .