Start 2010-05-31T12:02:12 ActivePerl-1200 CPAN-1.9402 Going to read '/Users/fly1200/var/cpan/Metadata' Database was generated on Sun, 30 May 2010 21:27:03 GMT Running make for D/DC/DCOLLINS/MediaWiki-Bot-3.0.0.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/D/DC/DCOLLINS/MediaWiki-Bot-3.0.0.tar.gz Fetching with LWP: http://cpan.nas.activestate.com/authors/id/D/DC/DCOLLINS/CHECKSUMS Checksum for /Users/fly1200/var/cpan/sources/authors/id/D/DC/DCOLLINS/MediaWiki-Bot-3.0.0.tar.gz ok MediaWiki-Bot-3.0.0/ MediaWiki-Bot-3.0.0/README MediaWiki-Bot-3.0.0/misc/ MediaWiki-Bot-3.0.0/misc/Login.pl MediaWiki-Bot-3.0.0/gpl.txt MediaWiki-Bot-3.0.0/TODO MediaWiki-Bot-3.0.0/MANIFEST MediaWiki-Bot-3.0.0/Changes MediaWiki-Bot-3.0.0/META.yml MediaWiki-Bot-3.0.0/lib/ MediaWiki-Bot-3.0.0/lib/MediaWiki/ MediaWiki-Bot-3.0.0/lib/MediaWiki/Bot.pm MediaWiki-Bot-3.0.0/lib/PWP.pm MediaWiki-Bot-3.0.0/LICENSE MediaWiki-Bot-3.0.0/t/ MediaWiki-Bot-3.0.0/t/12_get_text.t MediaWiki-Bot-3.0.0/t/20_get_allusers.t MediaWiki-Bot-3.0.0/t/02_edit.t MediaWiki-Bot-3.0.0/t/25_list_transclusions.t MediaWiki-Bot-3.0.0/t/19_assert_edit.t MediaWiki-Bot-3.0.0/t/04_revert.t MediaWiki-Bot-3.0.0/t/11_get_pages_in_namespace.t MediaWiki-Bot-3.0.0/t/08_get_pages_in_category.t MediaWiki-Bot-3.0.0/t/05_get_last.t MediaWiki-Bot-3.0.0/t/01_login.t MediaWiki-Bot-3.0.0/t/00_initialize.t MediaWiki-Bot-3.0.0/t/27_sitematrix.t MediaWiki-Bot-3.0.0/t/06_update_rc.t MediaWiki-Bot-3.0.0/t/03_get_history.t MediaWiki-Bot-3.0.0/t/09_linksearch.t MediaWiki-Bot-3.0.0/t/07_what_links_here.t MediaWiki-Bot-3.0.0/t/97_pod.t MediaWiki-Bot-3.0.0/t/15_was_blocked.t MediaWiki-Bot-3.0.0/t/21_unicode.t MediaWiki-Bot-3.0.0/t/16_get_namespace_names.t MediaWiki-Bot-3.0.0/t/18_get_pages.t MediaWiki-Bot-3.0.0/t/22_get_id.t MediaWiki-Bot-3.0.0/t/13_count_contributions.t MediaWiki-Bot-3.0.0/t/24_api_error.t MediaWiki-Bot-3.0.0/t/14_last_active.t MediaWiki-Bot-3.0.0/t/17_maxlag.t MediaWiki-Bot-3.0.0/t/10_get_namespace_names.t MediaWiki-Bot-3.0.0/t/98_pod_coverage.t MediaWiki-Bot-3.0.0/t/23_is_blocked.t MediaWiki-Bot-3.0.0/t/99_pod_kwalitee.t MediaWiki-Bot-3.0.0/t/26_purge_page.t MediaWiki-Bot-3.0.0/Makefile.PL MediaWiki-Bot-3.0.0/INSTALL CPAN.pm: Going to build D/DC/DCOLLINS/MediaWiki-Bot-3.0.0.tar.gz >>> /Users/fly1200/bin/perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for MediaWiki::Bot >>> make cp lib/MediaWiki/Bot.pm blib/lib/MediaWiki/Bot.pm cp lib/PWP.pm blib/lib/PWP.pm Manifying blib/man3/MediaWiki::Bot.3 Manifying blib/man3/PWP.3 DCOLLINS/MediaWiki-Bot-3.0.0.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /Users/fly1200/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/*.t # Thanks for using MediaWiki::Bot. If any of these tests fail, # Or you need any other assistance with the module, please # either visit our web-based bug tracker at # http://perlwikipedia.googlecode.com/ or email me at # DCOLLINS@cpan.org --ST47 t/00_initialize.t .............. 1..6 ok 1 - use MediaWiki::Bot; ok 2 - use PWP; ok 3 - new() works ok 4 - Right class ok 5 - new() works ok 6 - Right class ok t/01_login.t ................... 1..4 ok 1 - Log in ok 2 - Double-check we're logged in ok 3 - Cookie log in ok 4 - Double-check we're cookie logged in ok t/02_edit.t .................... 1..1 ok 1 ok t/03_get_history.t ............. 1..1 ok 1 ok t/04_revert.t .................. 1..1 ok 1 # skip Skipping revert() for now ok t/05_get_last.t ................ 1..1 ok 1 - Find the last revision ok t/06_update_rc.t ............... 1..1 ok 1 ok t/07_what_links_here.t ......... 1..7 ok 1 - Something was returned ok 2 - A hash was returned isa HASH ok 3 - The hash contains a title ok 4 - The title looks valid ok 5 - Redirect status is defined ok 6 - We got a redirect when we asked for it ok 7 ok t/08_get_pages_in_category.t ... 1..5 ok 1 # skip wiki.xyrael.net is down ok 2 # skip wiki.xyrael.net is down ok 3 # skip wiki.xyrael.net is down ok 4 # skip wiki.xyrael.net is down ok 5 # skip wiki.xyrael.net is down ok t/09_linksearch.t .............. 1..6 ok 1 - Something was returned ok 2 - A hash was returned isa HASH ok 3 - The hash contains a URL ok 4 - The URL is one we requested ok 5 - The has contains a page title ok 6 - The title looks valid ok t/10_get_namespace_names.t ..... 1..1 ok 1 ok You should receive an error message below. This is an expected part of the test. Error code: 3 at t/11_get_pages_in_namespace.t line 36 apunknown_apnamespace: Unrecognized value for parameter 'apnamespace': non-existent at t/11_get_pages_in_namespace.t line 36 t/11_get_pages_in_namespace.t .. 1..4 ok 1 - Template namespace found ok 2 - Correct number of pages retrieved ok 3 - Error code received ok 4 - Error code in MediaWiki::Bot object ok t/12_get_text.t ................ 1..4 ok 1 - Main Page found ok 2 - Section load pass/fail ok 3 - Section loaded content correctly ok 4 - No page found ok t/13_count_contributions.t ..... 1..1 ok 1 - Count_contributions ok t/14_last_active.t ............. 1..1 ok 1 - last active ok t/15_was_blocked.t ............. 1..2 ok 1 - block history ok 2 - block history ok t/16_get_namespace_names.t ..... 1..1 ok 1 - namespace ok t/17_maxlag.t .................. 1..1 ok 1 - namespace ok t/18_get_pages.t ............... 1..8 ok 1 - Got the right number of pages returned ok 2 - Check that page exists ok 3 - Check that page does not exist ok 4 - Check for something not horribly wrong ok 5 - Should not return expanded names where an alias was requested ok 6 - Namespace aliases work as expected ok 7 - Got Main Page on multi-page get ok 8 - [[Wikipedia]] contains the string "Wikipedia" ok You should receive another error message here regarding a failed assertion. Assertion failed at t/19_assert_edit.t line 30 t/19_assert_edit.t ............. 1..1 ok 1 - Intentionally bad assertion ok t/20_get_allusers.t ............ 1..1 ok 1 # skip Mediawiki bug, limit is broken, off by one error ok t/21_unicode.t ................. 1..7 ok 1 - Is our string the same as what we load? ok 2 - Use unicode in edit summary correctly ok 3 - Successfully saved test string ok 4 - Loaded correct data ok 5 - Saved data from load correctly ok 6 - Saved data from load correctly to page with unicode title ok 7 - Loaded correct data from page with unicode title ok t/22_get_id.t .................. 1..2 ok 1 - Main Page found ok 2 - No page found ok t/23_is_blocked.t .............. 1..2 ok 1 - current blocks ok 2 - current blocks ok You will receive an error message below as part of this test Error code: 3 at t/24_api_error.t line 25 rvbaduser_rvexcludeuser: Invalid value for user parameter rvexcludeuser at t/24_api_error.t line 25 t/24_api_error.t ............... 1..5 ok 1 - The error data is there ok 2 - The error data is a hash ok 3 - The right error code is there ok 4 - The stacktrace includes "MediaWiki::Bot" ok 5 - The API error text was returned ok t/25_list_transclusions.t ...... 1..7 ok 1 - Something was returned ok 2 - A hash was returned isa HASH ok 3 - The hash contains a title ok 4 - The title looks valid ok 5 - Redirect status is defined ok 6 - We got a redirect when we asked for it ok 7 ok t/26_purge_page.t .............. 1..3 ok 1 - Purge a single page ok 2 - Fail to purge a non-existent page ok 3 - Purge some of an array of pages ok t/27_sitematrix.t .............. 1..10 ok 1 - Something was returned ok 2 - enwiktionary was found ok 3 - bat-smgwiki was found ok 4 - nonexistentwiki wasn't found ok 5 - meta was found ok 6 - Something was returned ok 7 - en.wiktionary.org was found ok 8 - bat-smg.wikipedia.org was found ok 9 - this.dont.exist wasn't found ok 10 - meta.wikimedia.org was found ok t/97_pod.t ..................... 1..2 ok 1 - POD test for blib/lib/PWP.pm ok 2 - POD test for blib/lib/MediaWiki/Bot.pm ok t/98_pod_coverage.t ............ 1..1 ok 1 - MediaWiki::Bot is documented ok t/99_pod_kwalitee.t ............ 1..13 ok 1 - extractable ok 2 - has_readme ok 3 - has_manifest ok 4 - has_meta_yml ok 5 - has_buildtool ok 6 - has_changelog ok 7 - no_symlinks ok 8 - has_tests ok 9 - proper_libs ok 10 - no_pod_errors ok 11 - use_strict ok 12 - has_test_pod ok 13 - has_test_pod_coverage ok All tests successful. Files=31, Tests=110, 57 wallclock secs ( 0.36 usr 0.54 sys + 20.86 cusr 3.84 csys = 25.60 CPU) Result: PASS DCOLLINS/MediaWiki-Bot-3.0.0.tar.gz make test TEST_VERBOSE=1 -- OK Dan Collins <EN.WP.ST47@gmail.com> a Wikipedia bot framework written in Perl >>> (cd /Users/fly1200/var/cpan/build/MediaWiki-Bot-3.0.0-8IGqHn && tar cvf - MediaWiki-Bot-3.0.0.ppd blib) | gzip -c >/Users/fly1200/var/REPO/D/DC/DCOLLINS/MediaWiki-Bot-3.0.0.tar.gz MediaWiki-Bot-3.0.0.ppd blib/ blib/lib/ blib/lib/MediaWiki/ blib/lib/MediaWiki/Bot.pm blib/lib/PWP.pm blib/man3/ blib/man3/MediaWiki::Bot.3 blib/man3/PWP.3 >>> mv /Users/fly1200/var/cpan/build/MediaWiki-Bot-3.0.0-8IGqHn/MediaWiki-Bot-3.0.0.ppd /Users/fly1200/var/REPO/D/DC/DCOLLINS Finished 2010-05-31T12:03:19