PATH=/usr/bin:/bin:/home/fly2000/var/megalib/bin Start 2014-11-01T20:33:54 ActivePerl-2000 CPAN-2.00 Reading '/home/fly2000/var/cpan/Metadata' Database was generated on Sun, 02 Nov 2014 02:17:01 GMT Running make for X/XA/XAICRON/DBIx-QueryLog-0.06.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/X/XA/XAICRON/DBIx-QueryLog-0.06.tar.gz Checksum for /home/fly2000/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 CPAN.pm: Building X/XA/XAICRON/DBIx-QueryLog-0.06.tar.gz >>> /home/fly2000/ap2000-298540/bin/perl-static Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for DBIx::QueryLog Writing MYMETA.yml and MYMETA.json >>> 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 "/home/fly2000/ap2000-298540/bin/perl-static" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "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 t/10_simple.t ................. ok 1 - SQL 1..1 ok 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 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 t/20_localizetion.t ........... ok 1 - undef ok 2 - result ok 1..2 ok t/30_logger.t ................. ok 1 - query ok 1..1 ok 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: Test requires module 'Test::mysqld' but it's not found t/mysql/02_bind.t ............. skipped: Test requires module 'Test::mysqld' but it's not found t/mysql/10_do.t ............... skipped: Test requires module 'Test::mysqld' but it's not found t/mysql/11_do_dind.t .......... skipped: Test requires module 'Test::mysqld' but it's not found t/mysql/12_do_skip_bind.t ..... skipped: Test requires module 'Test::mysqld' but it's not found t/mysql/13_do_probability.t ... skipped: Test requires module 'Test::mysqld' but it's not found t/mysql/14_do_logger.t ........ skipped: Test requires module 'Test::mysqld' but it's not found t/mysql/15_selectrow_array.t .. skipped: Test requires module 'Test::mysqld' but it's not found t/mysql/16_multi_line.t ....... skipped: Test requires module 'Test::mysqld' but it's not found All tests successful. Files=22, Tests=24, 4 wallclock secs ( 0.14 usr 0.01 sys + 2.49 cusr 0.38 csys = 3.02 CPU) Result: PASS XAICRON/DBIx-QueryLog-0.06.tar.gz make test TEST_VERBOSE=1 -- OK Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/X/XA/XAICRON/CHECKSUMS Yuji Shimada <xaicron@cpan.org> Logging queries for DBI >>> (cd /home/fly2000/var/cpan/build/DBIx-QueryLog-0.06-nVR_u7 && tar cvf - DBIx-QueryLog-0.06.ppd blib) | gzip -c >/home/fly2000/var/REPO/X/XA/XAICRON/DBIx-QueryLog-0.06.tar.gz DBIx-QueryLog-0.06.ppd blib/ blib/man3/ blib/man3/DBIx::QueryLog.3 blib/lib/ blib/lib/DBIx/ blib/lib/DBIx/QueryLog.pm >>> mv /home/fly2000/var/cpan/build/DBIx-QueryLog-0.06-nVR_u7/DBIx-QueryLog-0.06.ppd /home/fly2000/var/REPO/X/XA/XAICRON VmSize: 302136 kB Finished 2014-11-01T20:34:02