Start 2008-09-10T16:01:07 Going to read /home/fly818/var/cpan/Metadata Database was generated on Wed, 10 Sep 2008 08:03:33 GMT Running make for Z/ZA/ZAPHAR/DB-CouchDB-Schema-0.3.tar.gz Checksum for /net/nas/data/cpan/authors/id/Z/ZA/ZAPHAR/DB-CouchDB-Schema-0.3.tar.gz ok DB-CouchDB-Schema-0.3/ DB-CouchDB-Schema-0.3/.TODO.swp DB-CouchDB-Schema-0.3/inc/ DB-CouchDB-Schema-0.3/inc/Module/ DB-CouchDB-Schema-0.3/inc/Module/AutoInstall.pm DB-CouchDB-Schema-0.3/inc/Module/Install/ DB-CouchDB-Schema-0.3/inc/Module/Install/AutoInstall.pm DB-CouchDB-Schema-0.3/inc/Module/Install/Base.pm DB-CouchDB-Schema-0.3/inc/Module/Install/Can.pm DB-CouchDB-Schema-0.3/inc/Module/Install/Fetch.pm DB-CouchDB-Schema-0.3/inc/Module/Install/Include.pm DB-CouchDB-Schema-0.3/inc/Module/Install/Makefile.pm DB-CouchDB-Schema-0.3/inc/Module/Install/Metadata.pm DB-CouchDB-Schema-0.3/inc/Module/Install/Win32.pm DB-CouchDB-Schema-0.3/inc/Module/Install/WriteAll.pm DB-CouchDB-Schema-0.3/inc/Module/Install.pm DB-CouchDB-Schema-0.3/lib/ DB-CouchDB-Schema-0.3/lib/DB/ DB-CouchDB-Schema-0.3/lib/DB/CouchDB/ DB-CouchDB-Schema-0.3/lib/DB/CouchDB/.Schema.pm.swp DB-CouchDB-Schema-0.3/lib/DB/CouchDB/Iter.pod DB-CouchDB-Schema-0.3/lib/DB/CouchDB/Result.pod DB-CouchDB-Schema-0.3/lib/DB/CouchDB/Schema.pm DB-CouchDB-Schema-0.3/lib/DB/CouchDB.pm DB-CouchDB-Schema-0.3/lib/Test/ DB-CouchDB-Schema-0.3/lib/Test/Mock/ DB-CouchDB-Schema-0.3/lib/Test/Mock/CouchDBSchema.pm DB-CouchDB-Schema-0.3/Makefile.PL DB-CouchDB-Schema-0.3/MANIFEST DB-CouchDB-Schema-0.3/META.yml DB-CouchDB-Schema-0.3/README DB-CouchDB-Schema-0.3/script/ DB-CouchDB-Schema-0.3/script/couch_schema_tool.pl DB-CouchDB-Schema-0.3/script/functional.pl DB-CouchDB-Schema-0.3/t/ DB-CouchDB-Schema-0.3/t/.03-couch-schema.t.swp DB-CouchDB-Schema-0.3/t/01-db-couchdb.t DB-CouchDB-Schema-0.3/t/02-db-couchdb_iter.t DB-CouchDB-Schema-0.3/t/03-couch-schema.t DB-CouchDB-Schema-0.3/TODO CPAN.pm: Going to build Z/ZA/ZAPHAR/DB-CouchDB-Schema-0.3.tar.gz >>> /home/fly818/ap818/bin/perl-static Makefile.PL Cannot determine perl version info from lib/DB/CouchDB/Schema.pm Cannot determine author info from lib/DB/CouchDB/Schema.pm Cannot determine license info from lib/DB/CouchDB/Schema.pm *** Module::AutoInstall version 1.03 *** Checking for Perl dependencies... [Core Features] - JSON ...loaded. (2.12) - Getopt::Long ...loaded. (2.37) - LWP::UserAgent ...loaded. (5.814) - Moose ...loaded. (0.57 >= 0.57) - Carp ...loaded. (1.04) - URI ...loaded. (1.37) *** Module::AutoInstall configuration finished. Checking if your kit is complete... Looks good Writing Makefile for DB::CouchDB::Schema >>> make cp lib/Test/Mock/CouchDBSchema.pm blib/lib/Test/Mock/CouchDBSchema.pm cp lib/DB/CouchDB/Iter.pod blib/lib/DB/CouchDB/Iter.pod cp lib/DB/CouchDB/Schema.pm blib/lib/DB/CouchDB/Schema.pm cp lib/DB/CouchDB.pm blib/lib/DB/CouchDB.pm cp lib/DB/CouchDB/Result.pod blib/lib/DB/CouchDB/Result.pod cp lib/DB/CouchDB/.Schema.pm.swp blib/lib/DB/CouchDB/.Schema.pm.swp cp script/couch_schema_tool.pl blib/script/couch_schema_tool.pl /home/fly818/ap818/bin/perl-static "-Iinc" "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/couch_schema_tool.pl Manifying blib/man3/Test::Mock::CouchDBSchema.3 Manifying blib/man3/DB::CouchDB::Schema.3 Manifying blib/man3/DB::CouchDB::Iter.3 Manifying blib/man3/DB::CouchDB::Result.3 Manifying blib/man3/DB::CouchDB.3 ZAPHAR/DB-CouchDB-Schema-0.3.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /home/fly818/ap818/bin/perl-static "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib/lib', 'blib/arch')" t/01-db-couchdb.t t/02-db-couchdb_iter.t t/03-couch-schema.t t/01-db-couchdb......... 1..29 ok 1 - use DB::CouchDB; ok 2 - DB::CouchDB->can('new') ok 3 - the domain has been stored ok 4 - the port defaulted correctly ok 5 - DB::CouchDB->can('uri') ok 6 - The object isa URI ok 7 - DB::CouchDB->can('_uri_all_dbs') ok 8 - the all dbs uri is correct ok 9 - DB::CouchDB->can('_uri_db') ok 10 - the db uri is correct ok 11 - DB::CouchDB->can('_uri_db_docs') ok 12 - the db all docs uri is correct ok 13 - DB::CouchDB->can('_uri_db_doc') ok 14 - the db doc uri is correct ok 15 - DB::CouchDB->can('_uri_db_bulk_doc') ok 16 - the db bulk doc uri is correct ok 17 - DB::CouchDB->can('_uri_db_view') ok 18 - the db bulk doc uri is correct ok 19 - DB::CouchDB->can('_call') ok 20 - The object isa JSON ok 21 - the json serializer allow_blessed defaults to true ok 22 - the json serializer allow_blessed defaults to true ok 23 - DB::CouchDB->can('handle_blessed') ok 24 - The object isa DB::CouchDB ok 25 - the json serializer allow_blessed is true ok 26 - the json serializer allow_blessed is true ok 27 - the json serializer allow_blessed is not true ok 28 - the json serializer allow_blessed is not true ok 29 - DB::CouchDB->can(...) ok t/02-db-couchdb_iter.... 1..8 ok 1 - DB::CouchDB::Iter->can(...) ok 2 - count matches ok 3 - offset matches ok 4 - data matches ok 5 - next returns first result ok 6 - next_for_key returns first bar result ok 7 - errors have an error ok 8 - errors have an errstr ok t/03-couch-schema....... 1..2 ok 1 - use DB::CouchDB::Schema; ok 2 - DB::CouchDB::Schema->can(...) ok 3 - DB::CouchDB::Schema->can(...) ok 4 - the created method delegates properly # Looks like you planned 2 tests but ran 2 extra. Dubious, test returned 255 (wstat 65280, 0xff00) All 2 subtests passed Test Summary Report ------------------- t/03-couch-schema (Wstat: 65280 Tests: 4 Failed: 2) Failed tests: 3-4 Non-zero exit status: 255 Parse errors: Bad plan. You planned 2 tests but ran 4. Files=3, Tests=41, 0 wallclock secs ( 0.00 usr 0.02 sys + 0.36 cusr 0.11 csys = 0.49 CPU) Result: FAIL Failed 1/3 test programs. 2/41 subtests failed. make: *** [test_dynamic] Error 255 ZAPHAR/DB-CouchDB-Schema-0.3.tar.gz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports ZAPHAR/DB-CouchDB-Schema-0.3.tar.gz Finished 2008-09-10T16:01:10