DBD-SQLcipher v0.02 Perl 5 v5.27.4 amd64-freebsd

Status
Fail
From
Slaven Rezić (SREZIC)
Dist
DBD-SQLcipher v0.02
Platform
Perl 5 v5.27.4 amd64-freebsd
Date
2017-09-23 04:39:29
ID
2faa81a2-a019-11e7-b1e8-f2b3b6d0e5b7
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 Tiago Espinha Gasiba,

This is a computer-generated report for DBD-SQLcipher-0.02
on perl 5.27.4, 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 '/usr/bin/make test':

"/usr/perl5.27.4p/bin/perl5.27.4" -MExtUtils::Command::MM -e 'cp_nonempty' -- SQLcipher.bs blib/arch/auto/DBD/SQLcipher/SQLcipher.bs 644
PERL_DL_NONLAZY=1 "/usr/perl5.27.4p/bin/perl5.27.4" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/**/*.t
# $DBI::VERSION=1.637
# Compile Options:
#   ENABLE_API_ARMOR
#   ENABLE_COLUMN_METADATA
#   ENABLE_RTREE
#   ENABLE_STAT4
#   HAS_CODEC
#   SYSTEM_MALLOC
#   THREADSAFE=0
t/01_compile.t ........................................ ok
# sqlite_version=3.8.8.3
t/02_logon.t .......................................... ok
t/03_create_table.t ................................... ok
t/04_insert.t ......................................... ok
t/05_select.t ......................................... ok
t/06_tran.t ........................................... ok
t/07_error.t .......................................... ok
t/08_busy.t ........................................... ok
t/09_create_function.t ................................ ok
t/10_create_aggregate.t ............................... ok
t/12_unicode.t ........................................ ok
t/13_create_collation.t ............................... ok
t/14_progress_handler.t ............................... ok
t/15_ak_dbd.t ......................................... ok
t/16_column_info.t .................................... ok
t/17_createdrop.t ..................................... ok
t/18_insertfetch.t .................................... ok
t/19_bindparam.t ...................................... ok
t/20_blobs.t .......................................... ok
t/21_blobtext.t ....................................... ok
t/22_listfields.t ..................................... ok
t/23_nulls.t .......................................... ok
t/24_numrows.t ........................................ ok
t/25_chopblanks.t ..................................... ok
t/26_commit.t ......................................... ok
t/27_metadata.t ....................................... ok
t/28_schemachange.t ................................... ok
t/30_auto_rollback.t .................................. ok
t/31_bind_weird_number_param.t ........................ ok
t/32_inactive_error.t ................................. ok
t/33_non_latin_path.t ................................. ok
t/34_online_backup.t .................................. ok
t/35_table_info.t ..................................... ok
t/36_hooks.t .......................................... ok
t/37_regexp.t ......................................... ok
t/38_empty_statement.t ................................ ok
t/39_foreign_keys.t ................................... ok
t/40_multiple_statements.t ............................ ok
t/41_placeholders.t ................................... ok
t/42_primary_key_info.t ............................... ok
t/43_fts3.t ........................................... skipped: FTS3 is disabled for this DBD::SQLcipher
t/44_rtree.t .......................................... ok
t/45_savepoints.t ..................................... ok
t/46_mod_perl.t ....................................... skipped: requires APR::Table
t/47_execute.t ........................................ ok
t/48_bind_param_is_sticky.t ........................... ok
t/49_trace_and_profile.t .............................. ok
t/50_foreign_key_info.t ............................... ok
t/51_table_column_metadata.t .......................... ok
t/52_db_filename.t .................................... ok
t/53_status.t ......................................... ok
t/54_literal_txn.t .................................... ok
t/55_statistics_info.t ................................ ok
t/56_open_flags.t ..................................... ok
t/57_uri_filename.t ................................... ok
t/58_see_if_its_a_number_and_explicit_binding.t ....... ok
t/59_extended_result_codes.t .......................... skipped: this test is for Win32 only
t/cookbook_variance.t ................................. ok
t/rt_15186_prepcached.t ............................... ok
t/rt_21406_auto_finish.t .............................. ok
t/rt_25371_asymmetric_unicode.t ....................... ok
t/rt_25460_numeric_aggregate.t ........................ ok
t/rt_25924_user_defined_func_unicode.t ................ ok
t/rt_26775_distinct.t ................................. ok
t/rt_27553_prepared_cache_and_analyze.t ............... ok
t/rt_29058_group_by.t ................................. ok
t/rt_29629_sqlite_where_length.t ...................... ok
t/rt_31324_full_names.t ............................... ok
t/rt_32889_prepare_cached_reexecute.t ................. ok
t/rt_36836_duplicate_key.t ............................ ok
t/rt_36838_unique_and_bus_error.t ..................... ok
t/rt_40594_nullable.t ................................. ok
t/rt_48393_debug_panic_with_commit.t .................. skipped: set $ENV{TEST_DBD_SQLITE_WITH_DEBUGGER} to enable this test
t/rt_50503_fts3.t ..................................... skipped: FTS3 is disabled for this DBD::SQLcipher
t/rt_52573_manual_exclusive_lock.t .................... ok
t/rt_53235_icu_compatibility.t ........................ skipped: requires SQLcipher ICU plugin to be enabled
t/rt_62370_diconnected_handles_operation.t ............ ok
t/rt_64177_ping_wipes_out_the_errstr.t ................ ok
t/rt_67581_bind_params_mismatch.t ..................... ok
t/rt_71311_bind_col_and_unicode.t ..................... ok
t/rt_73159_fts_tokenizer_segfault.t ................... ok
t/rt_73787_exponential_buffer_overflow.t .............. ok
t/rt_76395_int_overflow.t ............................. ok
t/rt_77724_primary_key_with_a_whitespace.t ............ ok
t/rt_78833_utf8_flag_for_column_names.t ............... ok
t/rt_81536_multi_column_primary_key_info.t ............ ok
t/rt_88228_sqlite_3_8_0_crash.t ....................... ok
t/rt_96050_db_filename_for_a_closed_database.t ........ ok
t/rt_96877_unicode_statements.t ....................... ok
DBD::SQLcipher::db do failed: no such module: fts4 at t/rt_96878_fts_contentless_table.t line 29.

#   Failed test 'no warnings'
#   at /usr/perl5.27.4p/lib/site_perl/5.27.4/Test/Builder.pm line 151.
# There were 1 warning(s)
# 	Previous test 1 'An object of class 'DBI::db' isa 'DBI::db''
# 	DBD::SQLcipher::db do failed: no such module: fts4 at t/rt_96878_fts_contentless_table.t line 29.
#  at t/rt_96878_fts_contentless_table.t line 29.
# 
# Looks like your test exited with 255 just after 2.
t/rt_96878_fts_contentless_table.t .................... 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 7/8 subtests 
Can't call method "execute" on an undefined value at t/rt_97598_crash_on_disconnect_with_virtual_tables.t line 32.

#   Failed test 'no warnings'
#   at /usr/perl5.27.4p/lib/site_perl/5.27.4/Test/Builder.pm line 151.
# There were 8 warning(s)
# 	Previous test 1 'An object of class 'DBI::db' isa 'DBI::db''
# 	DBD::SQLcipher::db do failed: no such module: fts4 at t/rt_97598_crash_on_disconnect_with_virtual_tables.t line 19.
#  at t/rt_97598_crash_on_disconnect_with_virtual_tables.t line 19.
# 
# ----------
# 	Previous test 1 'An object of class 'DBI::db' isa 'DBI::db''
# 	DBD::SQLcipher::db do failed: no such module: fts4 at t/rt_97598_crash_on_disconnect_with_virtual_tables.t line 19.
#  at t/rt_97598_crash_on_disconnect_with_virtual_tables.t line 19.
# 
# ----------
# 	Previous test 1 'An object of class 'DBI::db' isa 'DBI::db''
# 	DBD::SQLcipher::db do failed: no such module: fts4 at t/rt_97598_crash_on_disconnect_with_virtual_tables.t line 19.
#  at t/rt_97598_crash_on_disconnect_with_virtual_tables.t line 19.
# 
# ----------
# 	Previous test 1 'An object of class 'DBI::db' isa 'DBI::db''
# 	DBD::SQLcipher::db do failed: no such module: fts4 at t/rt_97598_crash_on_disconnect_with_virtual_tables.t line 19.
#  at t/rt_97598_crash_on_disconnect_with_virtual_tables.t line 19.
# 
# ----------
# 	Previous test 1 'An object of class 'DBI::db' isa 'DBI::db''
# 	DBD::SQLcipher::db do failed: no such module: fts4 at t/rt_97598_crash_on_disconnect_with_virtual_tables.t line 19.
#  at t/rt_97598_crash_on_disconnect_with_virtual_tables.t line 19.
# 
# ----------
# 	Previous test 1 'An object of class 'DBI::db' isa 'DBI::db''
# 	DBD::SQLcipher::db do failed: no such module: fts4 at t/rt_97598_crash_on_disconnect_with_virtual_tables.t line 19.
#  at t/rt_97598_crash_on_disconnect_with_virtual_tables.t line 19.
# 
# ----------
# 	Previous test 1 'An object of class 'DBI::db' isa 'DBI::db''
# 	DBD::SQLcipher::db prepare failed: no such module: fts4 at t/rt_97598_crash_on_disconnect_with_virtual_tables.t line 31.
#  at t/rt_97598_crash_on_disconnect_with_virtual_tables.t line 31.
# 
# ----------
# 	Previous test 1 'An object of class 'DBI::db' isa 'DBI::db''
# 	Issuing rollback() due to DESTROY without explicit disconnect() of DBD::SQLcipher::db handle dbname=:memory: at t/rt_97598_crash_on_disconnect_with_virtual_tables.t line 32.
#  at t/rt_97598_crash_on_disconnect_with_virtual_tables.t line 32.
# 	eval {...} called at t/rt_97598_crash_on_disconnect_with_virtual_tables.t line 32
# 
# Looks like your test exited with 255 just after 2.
t/rt_97598_crash_on_disconnect_with_virtual_tables.t .. 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 2/3 subtests 
t/virtual_table/00_base.t ............................. ok
t/virtual_table/01_destroy.t .......................... ok
t/virtual_table/02_find_function.t .................... ok
t/virtual_table/10_filecontent.t ...................... ok
DBD::SQLcipher::db do failed: no such module: fts4 at t/virtual_table/11_filecontent_fulltext.t line 69.

#   Failed test 'no warnings'
#   at /usr/perl5.27.4p/lib/site_perl/5.27.4/Test/Builder.pm line 151.
# There were 1 warning(s)
# 	Previous test 1 'An object of class 'DBI::db' isa 'DBI::db''
# 	DBD::SQLcipher::db do failed: no such module: fts4 at t/virtual_table/11_filecontent_fulltext.t line 69.
#  at t/virtual_table/11_filecontent_fulltext.t line 69.
# 
# Looks like your test exited with 2 just after 2.
t/virtual_table/11_filecontent_fulltext.t ............. 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 14/15 subtests 
t/virtual_table/20_perldata.t ......................... ok
t/virtual_table/21_perldata_charinfo.t ................ ok
t/virtual_table/rt_99748.t ............................ ok

Test Summary Report
-------------------
t/rt_96878_fts_contentless_table.t                  (Wstat: 65280 Tests: 2 Failed: 1)
  Failed test:  2
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 8 tests but ran 2.
t/rt_97598_crash_on_disconnect_with_virtual_tables.t (Wstat: 65280 Tests: 2 Failed: 1)
  Failed test:  2
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 3 tests but ran 2.
t/virtual_table/11_filecontent_fulltext.t           (Wstat: 512 Tests: 2 Failed: 1)
  Failed test:  2
  Non-zero exit status: 2
  Parse errors: Bad plan.  You planned 15 tests but ran 2.
Files=99, Tests=3458, 34 wallclock secs ( 0.52 usr  0.16 sys +  7.38 cusr  1.42 csys =  9.48 CPU)
Result: FAIL
Failed 3/99 test programs. 3/3458 subtests failed.
*** Error code 255

Stop.
make: stopped in /home/cpansand/.cpan/build/2017092303/DBD-SQLcipher-3

------------------------------
PREREQUISITES
------------------------------

Prerequisite modules loaded:

requires:

    Module              Need  Have    
    ------------------- ----- --------
    DBI                 1.57  1.637   
    File::Spec          0.82  3.68    
    perl                5.006 5.027004
    Test::Builder       0.86  1.302096
    Test::More          0.47  1.302096
    Tie::Hash           0     1.05    

build_requires:

    Module              Need  Have    
    ------------------- ----- --------
    ExtUtils::MakeMaker 0     7.30    


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

Environment variables:

    PATH = /usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/cpansand/bin/freebsd11.0:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/games:/home/cpansand/devel:/home/eserte/src/srezic-misc/scripts
    PERL5LIB = 
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 46741
    PERL5_CPAN_IS_RUNNING = 46741
    PERL5_CPAN_IS_RUNNING_IN_RECURSION = 41927,46741
    PERLDOC = -MPod::Perldoc::ToTextOverstrike
    PERL_BATCH = yes
    PERL_CANARY_STABILITY_NOPROMPT = 1
    PERL_CPAN_REPORTER_CONFIG = /var/tmp/cpansmoker-1023/2017092303/cpanreporter_001_config.ini
    PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
    PERL_USE_UNSAFE_INC = 1
    SHELL = /usr/local/bin/zsh
    TERM = screen
    TMPDIR = /var/tmp/cpansmoker-1023/2017092303

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

    $^X = /usr/perl5.27.4p/bin/perl5.27.4
    $UID/$EUID = 1023 / 1023
    $GID = 1023 1023
    $EGID = 1023 1023

Perl module toolchain versions installed:

    Module              Have    
    ------------------- --------
    CPAN                2.18    
    CPAN::Meta          2.150010
    Cwd                 3.68    
    ExtUtils::CBuilder  0.280228
    ExtUtils::Command   7.30    
    ExtUtils::Install   2.14    
    ExtUtils::MakeMaker 7.30    
    ExtUtils::Manifest  1.70    
    ExtUtils::ParseXS   3.35    
    File::Spec          3.68    
    JSON                2.94    
    JSON::PP            2.94    
    Module::Build       0.4224  
    Module::Signature   0.81    
    Parse::CPAN::Meta   2.150010
    Test::Harness       3.39    
    Test::More          1.302096
    YAML                1.23    
    YAML::Syck          1.30    
    version             0.9918  


--

Summary of my perl5 (revision 5 version 27 subversion 4) configuration:
   
  Platform:
    osname=freebsd
    osvers=11.1-stable
    archname=amd64-freebsd
    uname='freebsd ali3.bbbike.org 11.1-stable freebsd 11.1-stable #1 r313908+7f2fbf30ce9(stable11): tue sep 19 21:44:50 utc 2017 root@ali3.bbbike.org:usrobjhomeprojectsfreebsdsysgeneric amd64 '
    config_args='-ds -e -Dprefix=/usr/perl5.27.4p -Dusedevel -Dusemallocwrap=no -Dcf_email=srezic@cpan.org -Doptimize=-O2 -pipe'
    hint=recommended
    useposix=true
    d_sigaction=define
    useithreads=undef
    usemultiplicity=undef
    use64bitint=define
    use64bitall=define
    uselongdouble=undef
    usemymalloc=n
    default_inc_excludes_dot=define
    bincompat5005=undef
  Compiler:
    cc='cc'
    ccflags ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_FORTIFY_SOURCE=2'
    optimize='-O2 -pipe'
    cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include'
    ccversion=''
    gccversion='4.2.1 Compatible FreeBSD Clang 4.0.0 (tags/RELEASE_400/final 297347)'
    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 ='-pthread -Wl,-E  -fstack-protector-strong -L/usr/local/lib'
    libpth=/usr/lib /usr/local/lib /usr/bin/../lib/clang/4.0.0/lib /usr/lib
    libs=-lpthread -lgdbm -lm -lcrypt -lutil -lc
    perllibs=-lpthread -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-strong'


Characteristics of this binary (from libperl): 
  Compile-time options:
    HAS_TIMES
    PERLIO_LAYERS
    PERL_COPY_ON_WRITE
    PERL_DONT_CREATE_GVSV
    PERL_OP_PARENT
    PERL_PRESERVE_IVUV
    PERL_USE_DEVEL
    USE_64_BIT_ALL
    USE_64_BIT_INT
    USE_LARGE_FILES
    USE_LOCALE
    USE_LOCALE_COLLATE
    USE_LOCALE_CTYPE
    USE_LOCALE_NUMERIC
    USE_LOCALE_TIME
    USE_PERLIO
    USE_PERL_ATOF
  Built under freebsd
  Compiled at Sep 21 2017 06:25:44
  %ENV:
    PERL5LIB=""
    PERL5OPT=""
    PERL5_CPANPLUS_IS_RUNNING="46741"
    PERL5_CPAN_IS_RUNNING="46741"
    PERL5_CPAN_IS_RUNNING_IN_RECURSION="41927,46741"
    PERLDOC="-MPod::Perldoc::ToTextOverstrike"
    PERL_BATCH="yes"
    PERL_CANARY_STABILITY_NOPROMPT="1"
    PERL_CPAN_REPORTER_CONFIG="/var/tmp/cpansmoker-1023/2017092303/cpanreporter_001_config.ini"
    PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
    PERL_USE_UNSAFE_INC="1"
  @INC:
    /usr/perl5.27.4p/lib/site_perl/5.27.4/amd64-freebsd
    /usr/perl5.27.4p/lib/site_perl/5.27.4
    /usr/perl5.27.4p/lib/5.27.4/amd64-freebsd
    /usr/perl5.27.4p/lib/5.27.4
    .