Start 2008-10-02T16:00:57 Going to read /home/fly818/var/cpan/Metadata Database was generated on Thu, 02 Oct 2008 09:27:02 GMT Running make for A/AG/AGRUNDMA/Catalyst-Plugin-PageCache-0.20.tar.gz Checksum for /net/nas/data/cpan/authors/id/A/AG/AGRUNDMA/Catalyst-Plugin-PageCache-0.20.tar.gz ok Catalyst-Plugin-PageCache-0.20/ Catalyst-Plugin-PageCache-0.20/Changes Catalyst-Plugin-PageCache-0.20/inc/ Catalyst-Plugin-PageCache-0.20/inc/Module/ Catalyst-Plugin-PageCache-0.20/inc/Module/AutoInstall.pm Catalyst-Plugin-PageCache-0.20/inc/Module/Install/ Catalyst-Plugin-PageCache-0.20/inc/Module/Install/AutoInstall.pm Catalyst-Plugin-PageCache-0.20/inc/Module/Install/Base.pm Catalyst-Plugin-PageCache-0.20/inc/Module/Install/Can.pm Catalyst-Plugin-PageCache-0.20/inc/Module/Install/Fetch.pm Catalyst-Plugin-PageCache-0.20/inc/Module/Install/Include.pm Catalyst-Plugin-PageCache-0.20/inc/Module/Install/Makefile.pm Catalyst-Plugin-PageCache-0.20/inc/Module/Install/Metadata.pm Catalyst-Plugin-PageCache-0.20/inc/Module/Install/Win32.pm Catalyst-Plugin-PageCache-0.20/inc/Module/Install/WriteAll.pm Catalyst-Plugin-PageCache-0.20/inc/Module/Install.pm Catalyst-Plugin-PageCache-0.20/lib/ Catalyst-Plugin-PageCache-0.20/lib/Catalyst/ Catalyst-Plugin-PageCache-0.20/lib/Catalyst/Plugin/ Catalyst-Plugin-PageCache-0.20/lib/Catalyst/Plugin/PageCache.pm Catalyst-Plugin-PageCache-0.20/Makefile.PL Catalyst-Plugin-PageCache-0.20/MANIFEST Catalyst-Plugin-PageCache-0.20/META.yml Catalyst-Plugin-PageCache-0.20/README Catalyst-Plugin-PageCache-0.20/t/ Catalyst-Plugin-PageCache-0.20/t/01use.t Catalyst-Plugin-PageCache-0.20/t/02pod.t Catalyst-Plugin-PageCache-0.20/t/03podcoverage.t Catalyst-Plugin-PageCache-0.20/t/04cache.t Catalyst-Plugin-PageCache-0.20/t/04critic.rc Catalyst-Plugin-PageCache-0.20/t/04critic.t Catalyst-Plugin-PageCache-0.20/t/05expires.t Catalyst-Plugin-PageCache-0.20/t/06auto_cache.t Catalyst-Plugin-PageCache-0.20/t/07set_http_headers.t Catalyst-Plugin-PageCache-0.20/t/08params.t Catalyst-Plugin-PageCache-0.20/t/09datetime.t Catalyst-Plugin-PageCache-0.20/t/10options.t Catalyst-Plugin-PageCache-0.20/t/11nocache.t Catalyst-Plugin-PageCache-0.20/t/12i18n.t Catalyst-Plugin-PageCache-0.20/t/13cachehook.t Catalyst-Plugin-PageCache-0.20/t/14keymaker.t Catalyst-Plugin-PageCache-0.20/t/15busy_lock.t Catalyst-Plugin-PageCache-0.20/t/lib/ Catalyst-Plugin-PageCache-0.20/t/lib/TestApp/ Catalyst-Plugin-PageCache-0.20/t/lib/TestApp/C/ Catalyst-Plugin-PageCache-0.20/t/lib/TestApp/C/Cache.pm Catalyst-Plugin-PageCache-0.20/t/lib/TestApp.pm Catalyst-Plugin-PageCache-0.20/t/lib/TestAppI18N/ Catalyst-Plugin-PageCache-0.20/t/lib/TestAppI18N/C/ Catalyst-Plugin-PageCache-0.20/t/lib/TestAppI18N/C/Cache.pm Catalyst-Plugin-PageCache-0.20/t/lib/TestAppI18N/I18N/ Catalyst-Plugin-PageCache-0.20/t/lib/TestAppI18N/I18N/en.pm Catalyst-Plugin-PageCache-0.20/t/lib/TestAppI18N/I18N/es.pm Catalyst-Plugin-PageCache-0.20/t/lib/TestAppI18N.pm CPAN.pm: Going to build A/AG/AGRUNDMA/Catalyst-Plugin-PageCache-0.20.tar.gz >>> /home/fly818/ap818/bin/perl-static Makefile.PL Cannot determine perl version info from lib/Catalyst/Plugin/PageCache.pm *** Module::AutoInstall version 1.03 *** Checking for Perl dependencies... [Core Features] - Catalyst::Runtime ...loaded. (5.7014) - Test::More ...loaded. (0.8) *** Module::AutoInstall configuration finished. Checking if your kit is complete... Looks good Writing Makefile for Catalyst::Plugin::PageCache >>> make cp lib/Catalyst/Plugin/PageCache.pm blib/lib/Catalyst/Plugin/PageCache.pm Manifying blib/man3/Catalyst::Plugin::PageCache.3 AGRUNDMA/Catalyst-Plugin-PageCache-0.20.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/01use.t t/02pod.t t/03podcoverage.t t/04cache.t t/04critic.t t/05expires.t t/06auto_cache.t t/07set_http_headers.t t/08params.t t/09datetime.t t/10options.t t/11nocache.t t/12i18n.t t/13cachehook.t t/14keymaker.t t/15busy_lock.t t/01use................. 1..1 ok 1 - use Catalyst::Plugin::PageCache; ok t/02pod................. 1..0 # Skip set TEST_POD to enable this test skipped: set TEST_POD to enable this test t/03podcoverage......... 1..0 # Skip set TEST_POD to enable this test skipped: set TEST_POD to enable this test t/04cache............... 1..20 ok 1 - request ok ok 2 - count is 1 ok 3 - request ok ok 4 - count is still 1 from cache ok 5 - request ok ok 6 - request ok ok 7 - count after clear_cache is 3 ok 8 - request ok ok 9 - count is still 3 from cache ok 10 - request ok ok 11 - request ok ok 12 - count after clear_cache_regex is 5 ok 13 - request ok ok 14 - count after expiration test is 6 ok 15 - request ok ok 16 - count is still 6 ok 17 - request ok ok 18 - count after cache expired is 7 ok 19 - request ok ok 20 - count after query string is 8 ok t/04critic.............. 1..0 # Skip Critic test only for developers. skipped: Critic test only for developers. t/05expires............. 1..6 ok 1 - request ok ok 2 - count is 1 ok 3 - request ok ok 4 - count is still 1 from cache ok 5 - request ok ok 6 - count after cache expired is 2 ok t/06auto_cache.......... 1..8 ok 1 - request ok ok 2 - count is 1 ok 3 - request ok ok 4 - count is still 1 from cache ok 5 - request ok ok 6 - count is 2 ok 7 - request ok ok 8 - count is still 2 from cache ok t/07set_http_headers.... 1..11 ok 1 - request ok ok 2 - count is 1 ok 3 - request ok ok 4 - count is still 1 from cache ok 5 - cache-control header ok ok 6 - last-modified header matches correct time ok 7 - expires header matches correct time ok 8 - request ok ok 9 - Bogus header returned ok 10 - request ok ok 11 - Bogus header returned from cache ok t/08params.............. 1..8 ok 1 - request ok ok 2 - count is 1 ok 3 - request ok ok 4 - count is still 1 from cache ok 5 - request ok ok 6 - count is 2 ok 7 - request ok ok 8 - count is still 2 from cache ok t/09datetime............ 1..7 ok 1 - request ok ok 2 - count is 1 ok 3 - request ok ok 4 - count is still 1 from cache ok 5 - cache-control header ok ok 6 - last-modified header matches correct time ok 7 - expires header matches correct time ok t/10options............. 1..7 ok 1 - request ok ok 2 - count is 1 ok 3 - request ok ok 4 - count is still 1 from cache ok 5 - cache-control header ok ok 6 - last-modified header matches correct time ok 7 - expires header matches correct time ok t/11nocache............. 1..7 ok 1 - request ok ok 2 - count is 1 ok 3 - request ok ok 4 - count is still 1 from cache ok 5 - cache-control header ok ok 6 - pragma header ok ok 7 - last-modified header not included ok t/12i18n................ 1..25 ok 1 - Request ok 2 - Response Successful 2xx ok 3 - Response Code ok 4 - content is "hello 1" ok 5 - Request ok 6 - Response Successful 2xx ok 7 - Response Code ok 8 - Content still "hello 1" from cache ok 9 - Request ok 10 - Response Successful 2xx ok 11 - Response Code ok 12 - Content is "hola 2" ok 13 - Request ok 14 - Response Successful 2xx ok 15 - Response Code ok 16 - Content still "hola 2" from cache ok 17 - request ok ok 18 - Request ok 19 - Response Successful 2xx ok 20 - Response Code ok 21 - content is "hello 4" ok 22 - Request ok 23 - Response Successful 2xx ok 24 - Response Code ok 25 - content is "hola 5" ok t/13cachehook........... 1..16 ok 1 ok 2 - request ok ok 3 - count is 1 ok 4 - request ok ok 5 - count is 2 ok 6 - cache-control header ok ok 7 - pragma header ok ok 8 - last-modified header not included ok 9 ok 10 - request ok ok 11 - count is 3 ok 12 - request ok ok 13 - count is still 3 ok 14 - cache-control header ok ok 15 - pragma header ok ok 16 - last-modified header not included ok t/14keymaker............ 1..8 ok 1 - request ok ok 2 - count is 1 ok 3 - request ok ok 4 - count is still 1 from cache ok 5 - request ok ok 6 - count is 2 from cache ok 7 - request ok ok 8 - count is still 2 from cache ok t/15busy_lock........... 1..4 ok 1 - request ok ok 2 - parent request ok ok 3 - slow parent response ok ok 4 - fast child response ok ok All tests successful. Files=16, Tests=128, 14 wallclock secs ( 0.00 usr 0.10 sys + 2.33 cusr 1.77 csys = 4.20 CPU) Result: PASS AGRUNDMA/Catalyst-Plugin-PageCache-0.20.tar.gz make test TEST_VERBOSE=1 -- OK DISTNAME-VERSION 'Catalyst-Plugin-PageCache-0.14' found in META.yml is bogus, ignoring at /home/fly818/lib/Fly/MakePPD.pm line 131. Andy Grundman <andy@hybridized.org> Cache the output of entire pages >>> (cd /home/fly818/var/cpan/build/Catalyst-Plugin-PageCache-0.20-7YZ54J && tar cvf - Catalyst-Plugin-PageCache-0.20.ppd blib) | gzip -c >/home/fly818/var/REPO/A/AG/AGRUNDMA/Catalyst-Plugin-PageCache-0.20.tar.gz Catalyst-Plugin-PageCache-0.20.ppd blib/ blib/lib/ blib/lib/Catalyst/ blib/lib/Catalyst/Plugin/ blib/lib/Catalyst/Plugin/PageCache.pm blib/man3/ blib/man3/Catalyst::Plugin::PageCache.3 >>> mv /home/fly818/var/cpan/build/Catalyst-Plugin-PageCache-0.20-7YZ54J/Catalyst-Plugin-PageCache-0.20.ppd /home/fly818/var/REPO/A/AG/AGRUNDMA Finished 2008-10-02T16:01:13