PATH=/usr/bin:/bin:/Users/fly2000/var/megalib/bin Start 2014-09-30T10:15:07 ActivePerl-2000 CPAN-2.00 Reading '/Users/fly2000/var/cpan/Metadata' Database was generated on Tue, 30 Sep 2014 16:17:02 GMT Running make for N/NJ/NJFRANCK/Catmandu-DBI-0.1.tar.gz Checksum for /data/cpan/authors/id/N/NJ/NJFRANCK/Catmandu-DBI-0.1.tar.gz ok Catmandu-DBI-0.1 Catmandu-DBI-0.1/Build.PL Catmandu-DBI-0.1/LICENSE Catmandu-DBI-0.1/META.yml Catmandu-DBI-0.1/Changes Catmandu-DBI-0.1/MANIFEST Catmandu-DBI-0.1/META.json Catmandu-DBI-0.1/Makefile.PL Catmandu-DBI-0.1/README.md Catmandu-DBI-0.1/lib Catmandu-DBI-0.1/lib/Catmandu Catmandu-DBI-0.1/lib/Catmandu/DBI.pm Catmandu-DBI-0.1/lib/Catmandu/Store Catmandu-DBI-0.1/lib/Catmandu/Store/DBI.pm Catmandu-DBI-0.1/lib/Catmandu/Importer Catmandu-DBI-0.1/lib/Catmandu/Importer/DBI.pm Catmandu-DBI-0.1/t Catmandu-DBI-0.1/t/00-load.t Catmandu-DBI-0.1/t/03-timeout.t Catmandu-DBI-0.1/t/01-load.t Catmandu-DBI-0.1/t/02-bag.t CPAN.pm: Building N/NJ/NJFRANCK/Catmandu-DBI-0.1.tar.gz >>> /Users/fly2000/ap2000-298465/bin/perl-dynamic Makefile.PL Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Catmandu::DBI Writing MYMETA.yml and MYMETA.json >>> make cp lib/Catmandu/Importer/DBI.pm blib/lib/Catmandu/Importer/DBI.pm cp lib/Catmandu/DBI.pm blib/lib/Catmandu/DBI.pm cp lib/Catmandu/Store/DBI.pm blib/lib/Catmandu/Store/DBI.pm Manifying blib/man3/Catmandu::DBI.3 Manifying blib/man3/Catmandu::Importer::DBI.3 Manifying blib/man3/Catmandu::Store::DBI.3 NJFRANCK/Catmandu-DBI-0.1.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /Users/fly2000/ap2000-298465/bin/perl-dynamic "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t t/00-load.t ..... ok 1 - use Catmandu::Store::DBI; ok 2 - require Catmandu::Store::DBI; 1..2 ok t/01-load.t ..... ok 1 - use Catmandu::Importer::DBI; ok 2 - require Catmandu::Importer::DBI; 1..2 ok DBD::SQLite::db do failed: database is locked at /Users/fly2000/var/cpan/build/Catmandu-DBI-0.1-JJQN_m/blib/lib/Catmandu/Store/DBI.pm line 243. # Failed test 'bag created' # at t/02-bag.t line 35. # died: DBD::SQLite::db do failed: database is locked at /Users/fly2000/var/cpan/build/Catmandu-DBI-0.1-JJQN_m/blib/lib/Catmandu/Store/DBI.pm line 243. # Failed test 'bag add successfull' # at t/02-bag.t line 40. # died: Can't call method "add" on an undefined value at t/02-bag.t line 40. # Failed test 'bag get successfull' # at t/02-bag.t line 44. # died: Can't call method "get" on an undefined value at t/02-bag.t line 44. # Failed test 'retrieved record equal' # at t/02-bag.t line 45. # Structures begin differing at: # $got = HASH(0x100803248) # $expected = undef # Failed test 'bag delete' # at t/02-bag.t line 49. # died: Can't call method "delete" on an undefined value at t/02-bag.t line 49. Can't call method "get" on an undefined value at t/02-bag.t line 50. # Tests were run but no plan was declared and done_testing() was not seen. # Looks like your test exited with 35 just after 6. t/02-bag.t ...... ok 1 - database file created not ok 2 - bag created not ok 3 - bag add successfull not ok 4 - bag get successfull not ok 5 - retrieved record equal not ok 6 - bag delete Dubious, test returned 35 (wstat 8960, 0x2300) Failed 5/6 subtests DBD::SQLite::db do failed: database is locked at /Users/fly2000/var/cpan/build/Catmandu-DBI-0.1-JJQN_m/blib/lib/Catmandu/Store/DBI.pm line 243. # Failed test 'bag created' # at t/03-timeout.t line 41. # died: DBD::SQLite::db do failed: database is locked at /Users/fly2000/var/cpan/build/Catmandu-DBI-0.1-JJQN_m/blib/lib/Catmandu/Store/DBI.pm line 243. # Failed test 'bag add_many successfull' # at t/03-timeout.t line 47. # died: Can't call method "add_many" on an undefined value at t/03-timeout.t line 47. Can't call method "store" on an undefined value at t/03-timeout.t line 49. # Tests were run but no plan was declared and done_testing() was not seen. # Looks like your test exited with 35 just after 3. t/03-timeout.t .. ok 1 - database file created not ok 2 - bag created not ok 3 - bag add_many successfull Dubious, test returned 35 (wstat 8960, 0x2300) Failed 2/3 subtests Test Summary Report ------------------- t/02-bag.t (Wstat: 8960 Tests: 6 Failed: 5) Failed tests: 2-6 Non-zero exit status: 35 Parse errors: No plan found in TAP output t/03-timeout.t (Wstat: 8960 Tests: 3 Failed: 2) Failed tests: 2-3 Non-zero exit status: 35 Parse errors: No plan found in TAP output Files=4, Tests=13, 65 wallclock secs ( 0.04 usr 0.01 sys + 1.82 cusr 0.22 csys = 2.09 CPU) Result: FAIL Failed 2/4 test programs. 7/13 subtests failed. make: *** [test_dynamic] Error 35 NJFRANCK/Catmandu-DBI-0.1.tar.gz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports NJFRANCK/Catmandu-DBI-0.1.tar.gz Finished 2014-09-30T10:16:19