695 lines
64 KiB
Text
695 lines
64 KiB
Text
perl-blead
|
|
==========
|
|
cpanm (App::cpanminus) 1.7043 on perl 5.026000 built for x86_64-linux
|
|
Work directory is /home/ryan/.cpanm/work/1493273752.25042
|
|
You have make /usr/bin/make
|
|
You have LWP 6.26
|
|
You have /bin/tar: tar (GNU tar) 1.29
|
|
Copyright (C) 2015 Free Software Foundation, Inc.
|
|
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
|
|
This is free software: you are free to change and redistribute it.
|
|
There is NO WARRANTY, to the extent permitted by law.
|
|
|
|
Written by John Gilmore and Jay Fenlason.
|
|
You have /usr/bin/unzip
|
|
Searching Teng () on cpanmetadb ...
|
|
Unpacking Teng-0.28.tar.gz
|
|
--> Working on Teng
|
|
Fetching http://www.cpan.org/authors/id/S/SA/SATOH/Teng-0.28.tar.gz ... OK
|
|
Teng-0.28/Build.PL
|
|
Teng-0.28/Changes
|
|
Teng-0.28/LICENSE
|
|
Teng-0.28/META.json
|
|
Teng-0.28/README.md
|
|
Teng-0.28/bench/lookup_vs_single.pl
|
|
Teng-0.28/cpanfile
|
|
Teng-0.28/lib/Teng.pm
|
|
Teng-0.28/lib/Teng/Iterator.pm
|
|
Teng-0.28/lib/Teng/Plugin/BulkInsert.pm
|
|
Teng-0.28/lib/Teng/Plugin/Count.pm
|
|
Teng-0.28/lib/Teng/Plugin/FindOrCreate.pm
|
|
Teng-0.28/lib/Teng/Plugin/Lookup.pm
|
|
Teng-0.28/lib/Teng/Plugin/Pager.pm
|
|
Teng-0.28/lib/Teng/Plugin/Pager/MySQLFoundRows.pm
|
|
Teng-0.28/lib/Teng/Plugin/Replace.pm
|
|
Teng-0.28/lib/Teng/Plugin/SQLPager.pm
|
|
Teng-0.28/lib/Teng/Plugin/SingleBySQL.pm
|
|
Teng-0.28/lib/Teng/QueryBuilder.pm
|
|
Teng-0.28/lib/Teng/Row.pm
|
|
Teng-0.28/lib/Teng/Schema.pm
|
|
Teng-0.28/lib/Teng/Schema/Declare.pm
|
|
Teng-0.28/lib/Teng/Schema/Dumper.pm
|
|
Teng-0.28/lib/Teng/Schema/Loader.pm
|
|
Teng-0.28/lib/Teng/Schema/Table.pm
|
|
Teng-0.28/minil.toml
|
|
Teng-0.28/t/001_basic/001_compile.t
|
|
Teng-0.28/t/001_basic/002_schema.t
|
|
Teng-0.28/t/001_basic/003_schema_loader.t
|
|
Teng-0.28/t/001_basic/004_schema_dumper.t
|
|
Teng-0.28/t/001_basic/006_all_in_one_file.t
|
|
Teng-0.28/t/001_basic/007_connect_info.t
|
|
Teng-0.28/t/001_basic/011_inflate.t
|
|
Teng-0.28/t/001_basic/015_row_class.t
|
|
Teng-0.28/t/001_basic/016_row_exception.t
|
|
Teng-0.28/t/001_basic/017_row_class_prefix.t
|
|
Teng-0.28/t/001_basic/020_on_connect_do.t
|
|
Teng-0.28/t/001_basic/021_on_connect_do_dbh.t
|
|
Teng-0.28/t/001_basic/022_transaction.t
|
|
Teng-0.28/t/001_basic/023_bulk_insert.t
|
|
Teng-0.28/t/001_basic/024_bind_column.t
|
|
Teng-0.28/t/001_basic/025_pager.t
|
|
Teng-0.28/t/001_basic/026_fork.t
|
|
Teng-0.28/t/001_basic/027_fork_self_reconnect.t
|
|
Teng-0.28/t/001_basic/028_fork_self_reconnect_dbh.t
|
|
Teng-0.28/t/001_basic/028_lookup.t
|
|
Teng-0.28/t/001_basic/030_reconnect_ping.t
|
|
Teng-0.28/t/001_basic/032_reconnect_no_ping.t
|
|
Teng-0.28/t/001_basic/033_load_plugin_with_args.t
|
|
Teng-0.28/t/001_basic/034_execute.t
|
|
Teng-0.28/t/001_basic/035_new_row_from_hash.t
|
|
Teng-0.28/t/001_basic/036_sql_builder.t
|
|
Teng-0.28/t/002_common/000_new.t
|
|
Teng-0.28/t/002_common/001_insert.t
|
|
Teng-0.28/t/002_common/002_update.t
|
|
Teng-0.28/t/002_common/003_delete.t
|
|
Teng-0.28/t/002_common/004_find_or_create.t
|
|
Teng-0.28/t/002_common/005_count.t
|
|
Teng-0.28/t/002_common/006_single.t
|
|
Teng-0.28/t/002_common/007_search.t
|
|
Teng-0.28/t/002_common/008_search_named.t
|
|
Teng-0.28/t/002_common/009_search_by_sql.t
|
|
Teng-0.28/t/002_common/011_do.t
|
|
Teng-0.28/t/002_common/012_replace.t
|
|
Teng-0.28/t/002_common/017_iterator.t
|
|
Teng-0.28/t/002_common/018_refetch.t
|
|
Teng-0.28/t/002_common/019_get_columns.t
|
|
Teng-0.28/t/002_common/020_get_column.t
|
|
Teng-0.28/t/002_common/022_disconnect.t
|
|
Teng-0.28/t/002_common/023_multi_pk.t
|
|
Teng-0.28/t/002_common/024_txn_scope.t
|
|
Teng-0.28/t/002_common/025_uc_column.t
|
|
Teng-0.28/t/002_common/026_single_by_sql.t
|
|
Teng-0.28/t/002_common/027_single_named.t
|
|
Teng-0.28/t/002_common/028_schema_base_row_class.t
|
|
Teng-0.28/t/002_common/029_sql_pager.t
|
|
Teng-0.28/t/002_common/030_fast_insert.t
|
|
Teng-0.28/t/998_deprecated/001_reconnect_ping.t
|
|
Teng-0.28/t/998_deprecated/002_reconnect_no_ping.t
|
|
Teng-0.28/t/999_regression/bind_param.t
|
|
Teng-0.28/t/999_regression/dbh_and_txn_manager.t
|
|
Teng-0.28/t/999_regression/deflate_bug.t
|
|
Teng-0.28/t/999_regression/escaped_query_with_search_by_sql.t
|
|
Teng-0.28/t/999_regression/exception_clone.t
|
|
Teng-0.28/t/999_regression/guess_table_name.t
|
|
Teng-0.28/t/999_regression/inflate_bug.t
|
|
Teng-0.28/t/999_regression/load_plugin.t
|
|
Teng-0.28/t/999_regression/no_schema.t
|
|
Teng-0.28/t/999_regression/prepare_error_handling.t
|
|
Teng-0.28/t/999_regression/reconnect.t
|
|
Teng-0.28/t/999_regression/reconnect_from_dbh.t
|
|
Teng-0.28/t/999_regression/set_column_bug.t
|
|
Teng-0.28/t/Utils.pm
|
|
Teng-0.28/t/lib/Mock/Basic.pm
|
|
Teng-0.28/t/lib/Mock/Basic/Schema.pm
|
|
Teng-0.28/t/lib/Mock/BasicBindColumn.pm
|
|
Teng-0.28/t/lib/Mock/BasicBindColumn/Schema.pm
|
|
Teng-0.28/t/lib/Mock/Inflate.pm
|
|
Teng-0.28/t/lib/Mock/Inflate/Name.pm
|
|
Teng-0.28/t/lib/Mock/Inflate/Schema.pm
|
|
Teng-0.28/t/lib/MyGuard.pm
|
|
Teng-0.28/t/lib/Teng/Plugin/ArgsTest.pm
|
|
Teng-0.28/t/lib/TengTest.pm
|
|
Teng-0.28/xt/01_spell.t
|
|
Teng-0.28/xt/02_pod.t
|
|
Teng-0.28/xt/03_pod_coverage.t
|
|
Teng-0.28/xt/Utils/mysql.pm
|
|
Teng-0.28/xt/Utils/postgresql.pm
|
|
Teng-0.28/xt/mysql/003_schema_loader.t
|
|
Teng-0.28/xt/mysql/004_schema_dumper.t
|
|
Teng-0.28/xt/mysql/bulk_insert.t
|
|
Teng-0.28/xt/mysql/bulk_insert_takes_opt.t
|
|
Teng-0.28/xt/mysql/common.t
|
|
Teng-0.28/xt/mysql/fork.t
|
|
Teng-0.28/xt/mysql/multi_pk_autoincr.t
|
|
Teng-0.28/xt/mysql/pager_mysql_found_rows.t
|
|
Teng-0.28/xt/mysql/refetch_for_update.t
|
|
Teng-0.28/xt/mysql/transaction.t
|
|
Teng-0.28/xt/perlcritic.t
|
|
Teng-0.28/xt/perlcriticrc
|
|
Teng-0.28/xt/postgresql/bind_param.t
|
|
Teng-0.28/xt/postgresql/common.t
|
|
Teng-0.28/xt/postgresql/transaction.t
|
|
Teng-0.28/META.yml
|
|
Teng-0.28/MANIFEST
|
|
Entering Teng-0.28
|
|
Checking configure dependencies from META.json
|
|
Checking if you have Module::Build 0.38 ... Yes (0.4222)
|
|
Checking if you have ExtUtils::Install 1.46 ... Yes (2.04)
|
|
Running Build.PL
|
|
Configuring Teng-0.28 ... Created MYMETA.yml and MYMETA.json
|
|
Creating new 'Build' script for 'Teng' version '0.28'
|
|
cp META.json MYMETA.json
|
|
cp META.yml MYMETA.yml
|
|
Checking dependencies from MYMETA.json ...
|
|
Checking if you have Data::Page 0 ... Yes (2.02)
|
|
Checking if you have DBI 1.33 ... Yes (1.634)
|
|
Checking if you have DBIx::TransactionManager 1.06 ... Yes (1.13)
|
|
Checking if you have Test::SharedFork 0.15 ... Yes (0.35)
|
|
Checking if you have Class::Load 0.06 ... Yes (0.24)
|
|
Checking if you have File::Temp 0 ... Yes (0.2304)
|
|
Checking if you have parent 0 ... Yes (0.236)
|
|
Checking if you have Test::Mock::Guard 0.10 ... Yes (0.10)
|
|
Checking if you have Test::More 0.96 ... Yes (1.302078)
|
|
Checking if you have DBD::SQLite 0 ... Yes (1.54)
|
|
Checking if you have Test::Requires 0 ... Yes (0.10)
|
|
Checking if you have DBIx::Inspector 0.06 ... Yes (0.12)
|
|
Checking if you have Class::Accessor::Lite 0.05 ... Yes (0.08)
|
|
Checking if you have Data::Page::NoTotalEntries 0.02 ... Yes (0.02)
|
|
Checking if you have SQL::Maker 0.14 ... Yes (1.21)
|
|
OK
|
|
Building and testing Teng-0.28 ... Building Teng
|
|
Can't locate t/Utils.pm in @INC (you may need to install the t::Utils module) (@INC contains: /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/lib /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/arch /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/_build/lib /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/001_basic/001_compile.t line 1.
|
|
BEGIN failed--compilation aborted at t/001_basic/001_compile.t line 1.
|
|
t/001_basic/001_compile.t ............................
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
t/001_basic/002_schema.t ............................. ok
|
|
t/001_basic/003_schema_loader.t ...................... ok
|
|
t/001_basic/004_schema_dumper.t ...................... ok
|
|
Can't locate t/Utils.pm in @INC (you may need to install the t::Utils module) (@INC contains: /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/lib /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/arch /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/_build/lib /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/001_basic/006_all_in_one_file.t line 3.
|
|
BEGIN failed--compilation aborted at t/001_basic/006_all_in_one_file.t line 3.
|
|
t/001_basic/006_all_in_one_file.t ....................
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
Can't locate t/Utils.pm in @INC (you may need to install the t::Utils module) (@INC contains: /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/lib /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/arch /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/_build/lib /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/001_basic/007_connect_info.t line 1.
|
|
BEGIN failed--compilation aborted at t/001_basic/007_connect_info.t line 1.
|
|
t/001_basic/007_connect_info.t .......................
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
Can't locate t/Utils.pm in @INC (you may need to install the t::Utils module) (@INC contains: /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/lib /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/arch /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/_build/lib /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/001_basic/011_inflate.t line 1.
|
|
BEGIN failed--compilation aborted at t/001_basic/011_inflate.t line 1.
|
|
t/001_basic/011_inflate.t ............................
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
Can't locate t/Utils.pm in @INC (you may need to install the t::Utils module) (@INC contains: /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/lib /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/arch /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/_build/lib /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/001_basic/015_row_class.t line 1.
|
|
BEGIN failed--compilation aborted at t/001_basic/015_row_class.t line 1.
|
|
t/001_basic/015_row_class.t ..........................
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
Can't locate t/Utils.pm in @INC (you may need to install the t::Utils module) (@INC contains: /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/lib /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/arch /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/_build/lib /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/001_basic/016_row_exception.t line 1.
|
|
BEGIN failed--compilation aborted at t/001_basic/016_row_exception.t line 1.
|
|
t/001_basic/016_row_exception.t ......................
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
Can't locate t/Utils.pm in @INC (you may need to install the t::Utils module) (@INC contains: /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/lib /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/arch /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/_build/lib /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/001_basic/017_row_class_prefix.t line 1.
|
|
BEGIN failed--compilation aborted at t/001_basic/017_row_class_prefix.t line 1.
|
|
t/001_basic/017_row_class_prefix.t ...................
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
Can't locate t/Utils.pm in @INC (you may need to install the t::Utils module) (@INC contains: /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/lib /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/arch /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/_build/lib /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/001_basic/020_on_connect_do.t line 1.
|
|
BEGIN failed--compilation aborted at t/001_basic/020_on_connect_do.t line 1.
|
|
t/001_basic/020_on_connect_do.t ......................
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
Can't locate t/Utils.pm in @INC (you may need to install the t::Utils module) (@INC contains: /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/lib /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/arch /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/_build/lib /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/001_basic/021_on_connect_do_dbh.t line 1.
|
|
BEGIN failed--compilation aborted at t/001_basic/021_on_connect_do_dbh.t line 1.
|
|
t/001_basic/021_on_connect_do_dbh.t ..................
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
Can't locate t/Utils.pm in @INC (you may need to install the t::Utils module) (@INC contains: /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/lib /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/arch /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/_build/lib /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/001_basic/022_transaction.t line 1.
|
|
BEGIN failed--compilation aborted at t/001_basic/022_transaction.t line 1.
|
|
t/001_basic/022_transaction.t ........................
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
Can't locate t/Utils.pm in @INC (you may need to install the t::Utils module) (@INC contains: /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/lib /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/arch /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/_build/lib /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/001_basic/023_bulk_insert.t line 1.
|
|
BEGIN failed--compilation aborted at t/001_basic/023_bulk_insert.t line 1.
|
|
t/001_basic/023_bulk_insert.t ........................
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
Can't locate t/Utils.pm in @INC (you may need to install the t::Utils module) (@INC contains: /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/lib /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/arch /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/_build/lib /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/001_basic/024_bind_column.t line 1.
|
|
BEGIN failed--compilation aborted at t/001_basic/024_bind_column.t line 1.
|
|
t/001_basic/024_bind_column.t ........................
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
Can't locate t/Utils.pm in @INC (you may need to install the t::Utils module) (@INC contains: /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/lib /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/arch /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/_build/lib /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/001_basic/025_pager.t line 1.
|
|
BEGIN failed--compilation aborted at t/001_basic/025_pager.t line 1.
|
|
t/001_basic/025_pager.t ..............................
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
Can't locate t/Utils.pm in @INC (you may need to install the t::Utils module) (@INC contains: /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/lib /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/arch /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/_build/lib /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/001_basic/026_fork.t line 1.
|
|
BEGIN failed--compilation aborted at t/001_basic/026_fork.t line 1.
|
|
t/001_basic/026_fork.t ...............................
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
Can't locate t/Utils.pm in @INC (you may need to install the t::Utils module) (@INC contains: /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/lib /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/arch /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/_build/lib /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/001_basic/027_fork_self_reconnect.t line 1.
|
|
BEGIN failed--compilation aborted at t/001_basic/027_fork_self_reconnect.t line 1.
|
|
t/001_basic/027_fork_self_reconnect.t ................
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
Can't locate t/Utils.pm in @INC (you may need to install the t::Utils module) (@INC contains: /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/lib /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/arch /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/_build/lib /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/001_basic/028_fork_self_reconnect_dbh.t line 1.
|
|
BEGIN failed--compilation aborted at t/001_basic/028_fork_self_reconnect_dbh.t line 1.
|
|
t/001_basic/028_fork_self_reconnect_dbh.t ............
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
Can't locate t/Utils.pm in @INC (you may need to install the t::Utils module) (@INC contains: /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/lib /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/arch /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/_build/lib /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/001_basic/028_lookup.t line 1.
|
|
BEGIN failed--compilation aborted at t/001_basic/028_lookup.t line 1.
|
|
t/001_basic/028_lookup.t .............................
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
Can't locate t/Utils.pm in @INC (you may need to install the t::Utils module) (@INC contains: /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/lib /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/arch /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/_build/lib /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/001_basic/030_reconnect_ping.t line 1.
|
|
BEGIN failed--compilation aborted at t/001_basic/030_reconnect_ping.t line 1.
|
|
t/001_basic/030_reconnect_ping.t .....................
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
Can't locate t/Utils.pm in @INC (you may need to install the t::Utils module) (@INC contains: /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/lib /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/arch /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/_build/lib /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/001_basic/032_reconnect_no_ping.t line 1.
|
|
BEGIN failed--compilation aborted at t/001_basic/032_reconnect_no_ping.t line 1.
|
|
t/001_basic/032_reconnect_no_ping.t ..................
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
Can't locate t/Utils.pm in @INC (you may need to install the t::Utils module) (@INC contains: /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/lib /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/arch /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/_build/lib /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/001_basic/033_load_plugin_with_args.t line 1.
|
|
BEGIN failed--compilation aborted at t/001_basic/033_load_plugin_with_args.t line 1.
|
|
t/001_basic/033_load_plugin_with_args.t ..............
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
Can't locate t/Utils.pm in @INC (you may need to install the t::Utils module) (@INC contains: /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/lib /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/arch /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/_build/lib /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/001_basic/034_execute.t line 1.
|
|
BEGIN failed--compilation aborted at t/001_basic/034_execute.t line 1.
|
|
t/001_basic/034_execute.t ............................
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
Can't locate t/Utils.pm in @INC (you may need to install the t::Utils module) (@INC contains: /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/lib /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/arch /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/_build/lib /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/001_basic/035_new_row_from_hash.t line 1.
|
|
BEGIN failed--compilation aborted at t/001_basic/035_new_row_from_hash.t line 1.
|
|
t/001_basic/035_new_row_from_hash.t ..................
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
Can't locate t/Utils.pm in @INC (you may need to install the t::Utils module) (@INC contains: /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/lib /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/arch /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/_build/lib /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/001_basic/036_sql_builder.t line 6.
|
|
BEGIN failed--compilation aborted at t/001_basic/036_sql_builder.t line 6.
|
|
t/001_basic/036_sql_builder.t ........................
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
Can't locate t/Utils.pm in @INC (you may need to install the t::Utils module) (@INC contains: /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/lib /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/arch /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/_build/lib /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/002_common/000_new.t line 1.
|
|
BEGIN failed--compilation aborted at t/002_common/000_new.t line 1.
|
|
t/002_common/000_new.t ...............................
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
Can't locate t/Utils.pm in @INC (you may need to install the t::Utils module) (@INC contains: /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/lib /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/arch /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/_build/lib /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/002_common/001_insert.t line 1.
|
|
BEGIN failed--compilation aborted at t/002_common/001_insert.t line 1.
|
|
t/002_common/001_insert.t ............................
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
Can't locate t/Utils.pm in @INC (you may need to install the t::Utils module) (@INC contains: /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/lib /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/arch /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/_build/lib /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/002_common/002_update.t line 1.
|
|
BEGIN failed--compilation aborted at t/002_common/002_update.t line 1.
|
|
t/002_common/002_update.t ............................
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
Can't locate t/Utils.pm in @INC (you may need to install the t::Utils module) (@INC contains: /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/lib /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/arch /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/_build/lib /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/002_common/003_delete.t line 1.
|
|
BEGIN failed--compilation aborted at t/002_common/003_delete.t line 1.
|
|
t/002_common/003_delete.t ............................
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
Can't locate t/Utils.pm in @INC (you may need to install the t::Utils module) (@INC contains: /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/lib /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/arch /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/_build/lib /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/002_common/004_find_or_create.t line 1.
|
|
BEGIN failed--compilation aborted at t/002_common/004_find_or_create.t line 1.
|
|
t/002_common/004_find_or_create.t ....................
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
Can't locate t/Utils.pm in @INC (you may need to install the t::Utils module) (@INC contains: /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/lib /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/arch /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/_build/lib /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/002_common/005_count.t line 1.
|
|
BEGIN failed--compilation aborted at t/002_common/005_count.t line 1.
|
|
t/002_common/005_count.t .............................
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
Can't locate t/Utils.pm in @INC (you may need to install the t::Utils module) (@INC contains: /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/lib /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/arch /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/_build/lib /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/002_common/006_single.t line 1.
|
|
BEGIN failed--compilation aborted at t/002_common/006_single.t line 1.
|
|
t/002_common/006_single.t ............................
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
Can't locate t/Utils.pm in @INC (you may need to install the t::Utils module) (@INC contains: /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/lib /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/arch /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/_build/lib /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/002_common/007_search.t line 1.
|
|
BEGIN failed--compilation aborted at t/002_common/007_search.t line 1.
|
|
t/002_common/007_search.t ............................
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
Can't locate t/Utils.pm in @INC (you may need to install the t::Utils module) (@INC contains: /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/lib /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/arch /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/_build/lib /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/002_common/008_search_named.t line 1.
|
|
BEGIN failed--compilation aborted at t/002_common/008_search_named.t line 1.
|
|
t/002_common/008_search_named.t ......................
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
Can't locate t/Utils.pm in @INC (you may need to install the t::Utils module) (@INC contains: /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/lib /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/arch /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/_build/lib /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/002_common/009_search_by_sql.t line 1.
|
|
BEGIN failed--compilation aborted at t/002_common/009_search_by_sql.t line 1.
|
|
t/002_common/009_search_by_sql.t .....................
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
Can't locate t/Utils.pm in @INC (you may need to install the t::Utils module) (@INC contains: /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/lib /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/arch /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/_build/lib /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/002_common/011_do.t line 1.
|
|
BEGIN failed--compilation aborted at t/002_common/011_do.t line 1.
|
|
t/002_common/011_do.t ................................
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
Can't locate t/Utils.pm in @INC (you may need to install the t::Utils module) (@INC contains: /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/lib /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/arch /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/_build/lib /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/002_common/012_replace.t line 1.
|
|
BEGIN failed--compilation aborted at t/002_common/012_replace.t line 1.
|
|
t/002_common/012_replace.t ...........................
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
Can't locate t/Utils.pm in @INC (you may need to install the t::Utils module) (@INC contains: /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/lib /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/arch /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/_build/lib /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/002_common/017_iterator.t line 1.
|
|
BEGIN failed--compilation aborted at t/002_common/017_iterator.t line 1.
|
|
t/002_common/017_iterator.t ..........................
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
Can't locate t/Utils.pm in @INC (you may need to install the t::Utils module) (@INC contains: /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/lib /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/arch /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/_build/lib /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/002_common/018_refetch.t line 1.
|
|
BEGIN failed--compilation aborted at t/002_common/018_refetch.t line 1.
|
|
t/002_common/018_refetch.t ...........................
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
Can't locate t/Utils.pm in @INC (you may need to install the t::Utils module) (@INC contains: /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/lib /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/arch /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/_build/lib /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/002_common/019_get_columns.t line 1.
|
|
BEGIN failed--compilation aborted at t/002_common/019_get_columns.t line 1.
|
|
t/002_common/019_get_columns.t .......................
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
Can't locate t/Utils.pm in @INC (you may need to install the t::Utils module) (@INC contains: /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/lib /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/arch /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/_build/lib /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/002_common/020_get_column.t line 1.
|
|
BEGIN failed--compilation aborted at t/002_common/020_get_column.t line 1.
|
|
t/002_common/020_get_column.t ........................
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
Can't locate t/Utils.pm in @INC (you may need to install the t::Utils module) (@INC contains: /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/lib /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/arch /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/_build/lib /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/002_common/022_disconnect.t line 1.
|
|
BEGIN failed--compilation aborted at t/002_common/022_disconnect.t line 1.
|
|
t/002_common/022_disconnect.t ........................
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
Can't locate t/Utils.pm in @INC (you may need to install the t::Utils module) (@INC contains: /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/lib /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/arch /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/_build/lib /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/002_common/023_multi_pk.t line 1.
|
|
BEGIN failed--compilation aborted at t/002_common/023_multi_pk.t line 1.
|
|
t/002_common/023_multi_pk.t ..........................
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
Can't locate t/Utils.pm in @INC (you may need to install the t::Utils module) (@INC contains: /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/lib /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/arch /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/_build/lib /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/002_common/024_txn_scope.t line 1.
|
|
BEGIN failed--compilation aborted at t/002_common/024_txn_scope.t line 1.
|
|
t/002_common/024_txn_scope.t .........................
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
Can't locate t/Utils.pm in @INC (you may need to install the t::Utils module) (@INC contains: /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/lib /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/arch /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/_build/lib /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/002_common/025_uc_column.t line 1.
|
|
BEGIN failed--compilation aborted at t/002_common/025_uc_column.t line 1.
|
|
t/002_common/025_uc_column.t .........................
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
Can't locate t/Utils.pm in @INC (you may need to install the t::Utils module) (@INC contains: /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/lib /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/arch /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/_build/lib /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/002_common/026_single_by_sql.t line 1.
|
|
BEGIN failed--compilation aborted at t/002_common/026_single_by_sql.t line 1.
|
|
t/002_common/026_single_by_sql.t .....................
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
Can't locate t/Utils.pm in @INC (you may need to install the t::Utils module) (@INC contains: /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/lib /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/arch /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/_build/lib /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/002_common/027_single_named.t line 1.
|
|
BEGIN failed--compilation aborted at t/002_common/027_single_named.t line 1.
|
|
t/002_common/027_single_named.t ......................
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
t/002_common/028_schema_base_row_class.t ............. ok
|
|
Can't locate t/Utils.pm in @INC (you may need to install the t::Utils module) (@INC contains: /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/lib /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/arch /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/_build/lib /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/002_common/029_sql_pager.t line 4.
|
|
BEGIN failed--compilation aborted at t/002_common/029_sql_pager.t line 4.
|
|
t/002_common/029_sql_pager.t .........................
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
Can't locate t/Utils.pm in @INC (you may need to install the t::Utils module) (@INC contains: /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/lib /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/arch /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/_build/lib /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/002_common/030_fast_insert.t line 5.
|
|
BEGIN failed--compilation aborted at t/002_common/030_fast_insert.t line 5.
|
|
t/002_common/030_fast_insert.t .......................
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
Can't locate t/Utils.pm in @INC (you may need to install the t::Utils module) (@INC contains: /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/lib /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/arch /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/_build/lib /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/998_deprecated/001_reconnect_ping.t line 1.
|
|
BEGIN failed--compilation aborted at t/998_deprecated/001_reconnect_ping.t line 1.
|
|
t/998_deprecated/001_reconnect_ping.t ................
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
Can't locate t/Utils.pm in @INC (you may need to install the t::Utils module) (@INC contains: /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/lib /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/arch /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/_build/lib /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/998_deprecated/002_reconnect_no_ping.t line 1.
|
|
BEGIN failed--compilation aborted at t/998_deprecated/002_reconnect_no_ping.t line 1.
|
|
t/998_deprecated/002_reconnect_no_ping.t .............
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
Can't locate t/Utils.pm in @INC (you may need to install the t::Utils module) (@INC contains: /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/lib /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/arch /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/_build/lib /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/999_regression/bind_param.t line 1.
|
|
BEGIN failed--compilation aborted at t/999_regression/bind_param.t line 1.
|
|
t/999_regression/bind_param.t ........................
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
Can't locate t/Utils.pm in @INC (you may need to install the t::Utils module) (@INC contains: /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/lib /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/arch /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/_build/lib /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/999_regression/dbh_and_txn_manager.t line 3.
|
|
BEGIN failed--compilation aborted at t/999_regression/dbh_and_txn_manager.t line 3.
|
|
t/999_regression/dbh_and_txn_manager.t ...............
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
Can't locate t/Utils.pm in @INC (you may need to install the t::Utils module) (@INC contains: /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/lib /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/arch /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/_build/lib /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/999_regression/deflate_bug.t line 1.
|
|
BEGIN failed--compilation aborted at t/999_regression/deflate_bug.t line 1.
|
|
t/999_regression/deflate_bug.t .......................
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
Can't locate t/Utils.pm in @INC (you may need to install the t::Utils module) (@INC contains: /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/lib /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/arch /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/_build/lib /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/999_regression/escaped_query_with_search_by_sql.t line 1.
|
|
BEGIN failed--compilation aborted at t/999_regression/escaped_query_with_search_by_sql.t line 1.
|
|
t/999_regression/escaped_query_with_search_by_sql.t ..
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
Can't locate t/Utils.pm in @INC (you may need to install the t::Utils module) (@INC contains: /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/lib /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/arch /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/_build/lib /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/999_regression/exception_clone.t line 1.
|
|
BEGIN failed--compilation aborted at t/999_regression/exception_clone.t line 1.
|
|
t/999_regression/exception_clone.t ...................
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
Can't locate t/Utils.pm in @INC (you may need to install the t::Utils module) (@INC contains: /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/lib /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/arch /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/_build/lib /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/999_regression/guess_table_name.t line 1.
|
|
BEGIN failed--compilation aborted at t/999_regression/guess_table_name.t line 1.
|
|
t/999_regression/guess_table_name.t ..................
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
Can't locate t/Utils.pm in @INC (you may need to install the t::Utils module) (@INC contains: /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/lib /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/arch /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/_build/lib /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/999_regression/inflate_bug.t line 1.
|
|
BEGIN failed--compilation aborted at t/999_regression/inflate_bug.t line 1.
|
|
t/999_regression/inflate_bug.t .......................
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
Can't locate t/Utils.pm in @INC (you may need to install the t::Utils module) (@INC contains: /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/lib /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/arch /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/_build/lib /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/999_regression/load_plugin.t line 3.
|
|
BEGIN failed--compilation aborted at t/999_regression/load_plugin.t line 3.
|
|
t/999_regression/load_plugin.t .......................
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
Can't locate t/Utils.pm in @INC (you may need to install the t::Utils module) (@INC contains: /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/lib /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/arch /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/_build/lib /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/999_regression/no_schema.t line 1.
|
|
BEGIN failed--compilation aborted at t/999_regression/no_schema.t line 1.
|
|
t/999_regression/no_schema.t .........................
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
Can't locate t/Utils.pm in @INC (you may need to install the t::Utils module) (@INC contains: /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/lib /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/arch /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/_build/lib /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/999_regression/prepare_error_handling.t line 1.
|
|
BEGIN failed--compilation aborted at t/999_regression/prepare_error_handling.t line 1.
|
|
t/999_regression/prepare_error_handling.t ............
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
Can't locate t/Utils.pm in @INC (you may need to install the t::Utils module) (@INC contains: /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/lib /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/arch /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/_build/lib /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/999_regression/reconnect.t line 1.
|
|
BEGIN failed--compilation aborted at t/999_regression/reconnect.t line 1.
|
|
t/999_regression/reconnect.t .........................
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
Can't locate t/Utils.pm in @INC (you may need to install the t::Utils module) (@INC contains: /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/lib /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/arch /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/_build/lib /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/999_regression/reconnect_from_dbh.t line 1.
|
|
BEGIN failed--compilation aborted at t/999_regression/reconnect_from_dbh.t line 1.
|
|
t/999_regression/reconnect_from_dbh.t ................
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
Can't locate t/Utils.pm in @INC (you may need to install the t::Utils module) (@INC contains: /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/lib /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/blib/arch /home/ryan/.cpanm/work/1493273752.25042/Teng-0.28/_build/lib /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/site_perl/5.26.0 /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0/x86_64-linux /home/ryan/perl5/perlbrew/perls/perl-blead/lib/5.26.0) at t/999_regression/set_column_bug.t line 1.
|
|
BEGIN failed--compilation aborted at t/999_regression/set_column_bug.t line 1.
|
|
t/999_regression/set_column_bug.t ....................
|
|
Dubious, test returned 2 (wstat 512, 0x200)
|
|
No subtests run
|
|
|
|
Test Summary Report
|
|
-------------------
|
|
t/001_basic/001_compile.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/001_basic/006_all_in_one_file.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/001_basic/007_connect_info.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/001_basic/011_inflate.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/001_basic/015_row_class.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/001_basic/016_row_exception.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/001_basic/017_row_class_prefix.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/001_basic/020_on_connect_do.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/001_basic/021_on_connect_do_dbh.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/001_basic/022_transaction.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/001_basic/023_bulk_insert.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/001_basic/024_bind_column.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/001_basic/025_pager.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/001_basic/026_fork.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/001_basic/027_fork_self_reconnect.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/001_basic/028_fork_self_reconnect_dbh.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/001_basic/028_lookup.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/001_basic/030_reconnect_ping.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/001_basic/032_reconnect_no_ping.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/001_basic/033_load_plugin_with_args.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/001_basic/034_execute.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/001_basic/035_new_row_from_hash.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/001_basic/036_sql_builder.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/002_common/000_new.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/002_common/001_insert.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/002_common/002_update.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/002_common/003_delete.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/002_common/004_find_or_create.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/002_common/005_count.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/002_common/006_single.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/002_common/007_search.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/002_common/008_search_named.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/002_common/009_search_by_sql.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/002_common/011_do.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/002_common/012_replace.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/002_common/017_iterator.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/002_common/018_refetch.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/002_common/019_get_columns.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/002_common/020_get_column.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/002_common/022_disconnect.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/002_common/023_multi_pk.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/002_common/024_txn_scope.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/002_common/025_uc_column.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/002_common/026_single_by_sql.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/002_common/027_single_named.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/002_common/029_sql_pager.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/002_common/030_fast_insert.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/998_deprecated/001_reconnect_ping.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/998_deprecated/002_reconnect_no_ping.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/999_regression/bind_param.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/999_regression/dbh_and_txn_manager.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/999_regression/deflate_bug.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/999_regression/escaped_query_with_search_by_sql.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/999_regression/exception_clone.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/999_regression/guess_table_name.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/999_regression/inflate_bug.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/999_regression/load_plugin.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/999_regression/no_schema.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/999_regression/prepare_error_handling.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/999_regression/reconnect.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/999_regression/reconnect_from_dbh.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
t/999_regression/set_column_bug.t (Wstat: 512 Tests: 0 Failed: 0)
|
|
Non-zero exit status: 2
|
|
Parse errors: No plan found in TAP output
|
|
Files=66, Tests=11, 1 wallclock secs ( 0.08 usr 0.02 sys + 0.27 cusr 0.01 csys = 0.38 CPU)
|
|
Result: FAIL
|
|
Failed 62/66 test programs. 0/11 subtests failed.
|
|
! Installing Teng failed. See /home/ryan/.cpanm/work/1493273752.25042/build.log for details. Retry with --force to force install it.
|
|
FAIL
|
|
Command [cpanm --reinstall --verbose Teng] terminated with exit code 1 ($? = 256) under the following perl environment:
|
|
Command terminated with non-zero status.
|
|
|
|
|
|
Current perl:
|
|
Name: perl-blead
|
|
Path: /home/ryan/perl5/perlbrew/perls/perl-blead/bin/perl
|
|
Config: -de -Dprefix=/home/ryan/perl5/perlbrew/perls/perl-blead -Dusedevel -Aeval:scriptdir=/home/ryan/perl5/perlbrew/perls/perl-blead/bin
|
|
Compiled at: Mar 30 2017 03:10:09
|
|
|
|
perlbrew:
|
|
version: 0.78
|
|
ENV:
|
|
PERLBREW_ROOT: /home/ryan/perl5/perlbrew
|
|
PERLBREW_HOME: /home/ryan/.perlbrew
|
|
PERLBREW_PATH: /home/ryan/perl5/perlbrew/bin:/home/ryan/perl5/perlbrew/perls/perl-blead/bin
|
|
PERLBREW_MANPATH: /home/ryan/perl5/perlbrew/perls/perl-blead/man
|