PATH=/usr/bin:/bin:/Users/fly2200/cpanfly-5.22/var/megalib/bin Start 2017-03-23T00:58:18 ActivePerl-2200 CPAN-2.10 Reading '/Users/fly2200/cpanfly-5.22/var/cpan/Metadata' Database was generated on Wed, 22 Mar 2017 03:41:03 GMT Checksum for /Users/fly2200/cpanfly-5.22/var/cpan/sources/authors/id/X/XA/XAICRON/DBIx-QueryLog-0.06.tar.gz ok DBIx-QueryLog-0.06/ DBIx-QueryLog-0.06/Changes DBIx-QueryLog-0.06/MANIFEST DBIx-QueryLog-0.06/META.yml DBIx-QueryLog-0.06/Makefile.PL DBIx-QueryLog-0.06/README DBIx-QueryLog-0.06/inc/ DBIx-QueryLog-0.06/lib/ DBIx-QueryLog-0.06/t/ DBIx-QueryLog-0.06/xt/ DBIx-QueryLog-0.06/xt/01_podspell.t DBIx-QueryLog-0.06/xt/02_pod.t DBIx-QueryLog-0.06/xt/03_pod-coverage.t DBIx-QueryLog-0.06/xt/04_perlcritic.t DBIx-QueryLog-0.06/xt/perlcriticrc DBIx-QueryLog-0.06/t/00_compile.t DBIx-QueryLog-0.06/t/01_accessors.t DBIx-QueryLog-0.06/t/10_simple.t DBIx-QueryLog-0.06/t/11_bind.t DBIx-QueryLog-0.06/t/12_skip_bind.t DBIx-QueryLog-0.06/t/13_threshold.t DBIx-QueryLog-0.06/t/14_probability.t DBIx-QueryLog-0.06/t/15_selectrow_array.t DBIx-QueryLog-0.06/t/16_multi_line.t DBIx-QueryLog-0.06/t/20_localizetion.t DBIx-QueryLog-0.06/t/30_logger.t DBIx-QueryLog-0.06/t/40_accessors.t DBIx-QueryLog-0.06/t/Util.pm DBIx-QueryLog-0.06/t/inner_class/ DBIx-QueryLog-0.06/t/mysql/ DBIx-QueryLog-0.06/t/setup_mysqld.pl DBIx-QueryLog-0.06/t/mysql/01_simple.t DBIx-QueryLog-0.06/t/mysql/02_bind.t DBIx-QueryLog-0.06/t/mysql/10_do.t DBIx-QueryLog-0.06/t/mysql/11_do_dind.t DBIx-QueryLog-0.06/t/mysql/12_do_skip_bind.t DBIx-QueryLog-0.06/t/mysql/13_do_probability.t DBIx-QueryLog-0.06/t/mysql/14_do_logger.t DBIx-QueryLog-0.06/t/mysql/15_selectrow_array.t DBIx-QueryLog-0.06/t/mysql/16_multi_line.t DBIx-QueryLog-0.06/t/inner_class/via.t DBIx-QueryLog-0.06/lib/DBIx/ DBIx-QueryLog-0.06/lib/DBIx/QueryLog.pm DBIx-QueryLog-0.06/inc/Module/ DBIx-QueryLog-0.06/inc/Test/ DBIx-QueryLog-0.06/inc/Test/More.pm DBIx-QueryLog-0.06/inc/Test/Requires.pm DBIx-QueryLog-0.06/inc/Module/Install/ DBIx-QueryLog-0.06/inc/Module/Install.pm DBIx-QueryLog-0.06/inc/Module/Install/AuthorTests.pm DBIx-QueryLog-0.06/inc/Module/Install/Base.pm DBIx-QueryLog-0.06/inc/Module/Install/Can.pm DBIx-QueryLog-0.06/inc/Module/Install/Fetch.pm DBIx-QueryLog-0.06/inc/Module/Install/Include.pm DBIx-QueryLog-0.06/inc/Module/Install/Makefile.pm DBIx-QueryLog-0.06/inc/Module/Install/Metadata.pm DBIx-QueryLog-0.06/inc/Module/Install/Repository.pm DBIx-QueryLog-0.06/inc/Module/Install/TestTarget.pm DBIx-QueryLog-0.06/inc/Module/Install/Win32.pm DBIx-QueryLog-0.06/inc/Module/Install/WriteAll.pm Configuring X/XA/XAICRON/DBIx-QueryLog-0.06.tar.gz with Makefile.PL >>> /Users/fly2200/ap2200-299195/bin/perl-dynamic Makefile.PL Checking if your kit is complete... Looks good Have /Users/fly2200/cpanfly-5.22/var/megalib Want /Users/fly2200/ap2200-299195/lib Your perl and your Config.pm seem to have different ideas about the architecture they are running on. Perl thinks: [megalib] Config says: [darwin-thread-multi-2level] This may or may not cause problems. Please check your installation of perl if you have problems building this extension. Generating a Unix-style Makefile Writing Makefile for DBIx::QueryLog Writing MYMETA.yml and MYMETA.json XAICRON/DBIx-QueryLog-0.06.tar.gz /Users/fly2200/ap2200-299195/bin/perl-dynamic Makefile.PL -- OK Running make for X/XA/XAICRON/DBIx-QueryLog-0.06.tar.gz >>> make cp lib/DBIx/QueryLog.pm blib/lib/DBIx/QueryLog.pm Manifying 1 pod document XAICRON/DBIx-QueryLog-0.06.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/Users/fly2200/ap2200-299195/bin/perl-dynamic" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "do { local \$@; do 't/setup_mysqld.pl'; die \$@ if \$@ }; undef *Test::Harness::Switches; test_harness(1, 'inc', 'blib/lib', 'blib/arch'); " t/*.t t/*/*.t t/*/*/*.t t/00_compile.t ................ 1..1 ok 1 - use DBIx::QueryLog; ok t/01_accessors.t .............. # Subtest: logger ok 1 - default ok 2 - set ok ok 3 - get ok 1..3 ok 1 - logger # Subtest: threshold ok 1 - default ok 2 - set ok ok 3 - get ok 1..3 ok 2 - threshold # Subtest: probability ok 1 - default ok 2 - set ok ok 3 - get ok 1..3 ok 3 - probability # Subtest: skip_bind ok 1 - default ok 2 - set ok ok 3 - get ok 1..3 ok 4 - skip_bind 1..4 ok # Failed test 'SQL' # at t/10_simple.t line 14. # undef # doesn't match '(?^:SELECT \* FROM sqlite_master)' # Looks like you failed 1 test of 1. t/10_simple.t ................. not ok 1 - SQL 1..1 Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests t/11_bind.t ................... ok 1 - SQL 1..1 ok t/12_skip_bind.t .............. ok 1 - SQL 1..1 ok t/13_threshold.t .............. ok 1 - query ok 1..1 ok Use of uninitialized value $got in numeric lt (<) at (eval in cmp_ok) t/14_probability.t line 19. t/14_probability.t ............ ok 1 - less than 1..1 ok t/15_selectrow_array.t ........ # Subtest: selectrow_array ok 1 - SQL 1..1 ok 1 - selectrow_array # Subtest: selectrow_arrayref ok 1 - SQL 1..1 ok 2 - selectrow_arrayref # Subtest: selectall_arrayref ok 1 - SQL 1..1 ok 3 - selectall_arrayref 1..3 ok t/16_multi_line.t ............. ok 1 - SQL 1..1 ok # Failed test 'result ok' # at t/20_localizetion.t line 21. # undef # doesn't match '(?^:SELECT \* FROM sqlite_master)' # Looks like you failed 1 test of 2. t/20_localizetion.t ........... ok 1 - undef not ok 2 - result ok 1..2 Dubious, test returned 1 (wstat 256, 0x100) Failed 1/2 subtests # Failed test 'query ok' # at t/30_logger.t line 16. # got: undef # expected: 'SELECT * FROM sqlite_master' # Looks like you failed 1 test of 1. t/30_logger.t ................. not ok 1 - query ok 1..1 Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests t/40_accessors.t .............. ok 1 - set 1 ok 2 - set 0 ok 3 - set undef 1..3 ok t/inner_class/via.t ........... ok 1 - open ok # Subtest: not match ok 1 - check res value 1..1 ok 2 - not match # Subtest: match ok 1 - check res value 1..1 ok 3 - match ok 4 - close ok 1..4 ok t/mysql/01_simple.t ........... skipped: could not find mysqld, please set appropriate PATH t/mysql/02_bind.t ............. skipped: could not find mysqld, please set appropriate PATH t/mysql/10_do.t ............... skipped: could not find mysqld, please set appropriate PATH t/mysql/11_do_dind.t .......... skipped: could not find mysqld, please set appropriate PATH t/mysql/12_do_skip_bind.t ..... skipped: could not find mysqld, please set appropriate PATH t/mysql/13_do_probability.t ... skipped: could not find mysqld, please set appropriate PATH t/mysql/14_do_logger.t ........ skipped: could not find mysqld, please set appropriate PATH t/mysql/15_selectrow_array.t .. skipped: could not find mysqld, please set appropriate PATH t/mysql/16_multi_line.t ....... skipped: could not find mysqld, please set appropriate PATH Test Summary Report ------------------- t/10_simple.t (Wstat: 256 Tests: 1 Failed: 1) Failed test: 1 Non-zero exit status: 1 t/20_localizetion.t (Wstat: 256 Tests: 2 Failed: 1) Failed test: 2 Non-zero exit status: 1 t/30_logger.t (Wstat: 256 Tests: 1 Failed: 1) Failed test: 1 Non-zero exit status: 1 Files=22, Tests=24, 6 wallclock secs ( 0.06 usr 0.04 sys + 1.48 cusr 0.29 csys = 1.87 CPU) Result: FAIL Failed 3/22 test programs. 3/24 subtests failed. make: *** [test_dynamic] Error 255 XAICRON/DBIx-QueryLog-0.06.tar.gz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports XAICRON/DBIx-QueryLog-0.06.tar.gz Finished 2017-03-23T00:58:33