Setting PATH to /opt/SUNWspro/bin:/usr/local/bin:/opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/sbin Start 2009-10-09T09:14:59 ActivePerl-818 CPAN-1.9402 Going to read '/export/home/fly818/var/cpan/Metadata' Database was generated on Fri, 09 Oct 2009 11:27:00 GMT Running make for F/FL/FLORA/Catalyst-Plugin-Session-0.27.tar.gz Checksum for /net/nas/data/cpan/authors/id/F/FL/FLORA/Catalyst-Plugin-Session-0.27.tar.gz ok Will not use Archive::Tar, need 1.00 Catalyst-Plugin-Session-0.27/ Catalyst-Plugin-Session-0.27/inc/ Catalyst-Plugin-Session-0.27/inc/Module/ Catalyst-Plugin-Session-0.27/inc/Module/Install/ Catalyst-Plugin-Session-0.27/inc/Module/Install/Can.pm Catalyst-Plugin-Session-0.27/inc/Module/Install/WriteAll.pm Catalyst-Plugin-Session-0.27/inc/Module/Install/Makefile.pm Catalyst-Plugin-Session-0.27/inc/Module/Install/Metadata.pm Catalyst-Plugin-Session-0.27/inc/Module/Install/Base.pm Catalyst-Plugin-Session-0.27/inc/Module/Install/Fetch.pm Catalyst-Plugin-Session-0.27/inc/Module/Install/Win32.pm Catalyst-Plugin-Session-0.27/inc/Module/Install.pm Catalyst-Plugin-Session-0.27/Changes Catalyst-Plugin-Session-0.27/t/ Catalyst-Plugin-Session-0.27/t/00_basic_sanity.t Catalyst-Plugin-Session-0.27/t/live_app.t Catalyst-Plugin-Session-0.27/t/03_flash.t Catalyst-Plugin-Session-0.27/t/live_verify_user_agent.t Catalyst-Plugin-Session-0.27/t/01_setup.t Catalyst-Plugin-Session-0.27/t/99_podcoverage.t Catalyst-Plugin-Session-0.27/t/99_pod.t Catalyst-Plugin-Session-0.27/t/live_session_fixation.t Catalyst-Plugin-Session-0.27/t/05_semi_persistent_flash.t Catalyst-Plugin-Session-0.27/t/lib/ Catalyst-Plugin-Session-0.27/t/lib/SessionTestApp.pm Catalyst-Plugin-Session-0.27/t/lib/FlashTestApp/ Catalyst-Plugin-Session-0.27/t/lib/FlashTestApp/Controller/ Catalyst-Plugin-Session-0.27/t/lib/FlashTestApp/Controller/Root.pm Catalyst-Plugin-Session-0.27/t/lib/FlashTestApp.pm Catalyst-Plugin-Session-0.27/t/lib/SessionTestApp/ Catalyst-Plugin-Session-0.27/t/lib/SessionTestApp/Controller/ Catalyst-Plugin-Session-0.27/t/lib/SessionTestApp/Controller/Root.pm Catalyst-Plugin-Session-0.27/Makefile.PL Catalyst-Plugin-Session-0.27/.gitignore Catalyst-Plugin-Session-0.27/META.yml Catalyst-Plugin-Session-0.27/MANIFEST Catalyst-Plugin-Session-0.27/lib/ Catalyst-Plugin-Session-0.27/lib/Catalyst/ Catalyst-Plugin-Session-0.27/lib/Catalyst/Plugin/ Catalyst-Plugin-Session-0.27/lib/Catalyst/Plugin/Session.pm Catalyst-Plugin-Session-0.27/lib/Catalyst/Plugin/Session/ Catalyst-Plugin-Session-0.27/lib/Catalyst/Plugin/Session/Tutorial.pod Catalyst-Plugin-Session-0.27/lib/Catalyst/Plugin/Session/Store/ Catalyst-Plugin-Session-0.27/lib/Catalyst/Plugin/Session/Store/Dummy.pm Catalyst-Plugin-Session-0.27/lib/Catalyst/Plugin/Session/Test/ Catalyst-Plugin-Session-0.27/lib/Catalyst/Plugin/Session/Test/Store.pm Catalyst-Plugin-Session-0.27/lib/Catalyst/Plugin/Session/State.pm Catalyst-Plugin-Session-0.27/lib/Catalyst/Plugin/Session/Store.pm Catalyst-Plugin-Session-0.27/README CPAN.pm: Going to build F/FL/FLORA/Catalyst-Plugin-Session-0.27.tar.gz >>> /export/home/fly818/bin/perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Catalyst::Plugin::Session >>> make cp lib/Catalyst/Plugin/Session/Store.pm blib/lib/Catalyst/Plugin/Session/Store.pm cp lib/Catalyst/Plugin/Session/Store/Dummy.pm blib/lib/Catalyst/Plugin/Session/Store/Dummy.pm cp lib/Catalyst/Plugin/Session/State.pm blib/lib/Catalyst/Plugin/Session/State.pm cp lib/Catalyst/Plugin/Session/Test/Store.pm blib/lib/Catalyst/Plugin/Session/Test/Store.pm cp lib/Catalyst/Plugin/Session.pm blib/lib/Catalyst/Plugin/Session.pm cp lib/Catalyst/Plugin/Session/Tutorial.pod blib/lib/Catalyst/Plugin/Session/Tutorial.pod Manifying blib/man3/Catalyst::Plugin::Session::Store.3 Manifying blib/man3/Catalyst::Plugin::Session::Store::Dummy.3 Manifying blib/man3/Catalyst::Plugin::Session::Test::Store.3 Manifying blib/man3/Catalyst::Plugin::Session::State.3 Manifying blib/man3/Catalyst::Plugin::Session.3 Manifying blib/man3/Catalyst::Plugin::Session::Tutorial.3 FLORA/Catalyst-Plugin-Session-0.27.tar.gz make -- OK Running make test >>> make test TEST_VERBOSE=1 PERL_DL_NONLAZY=1 /export/home/fly818/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/00_basic_sanity.t ........... 1..4 ok 1 - use Catalyst::Plugin::Session; ok 2 - Catalyst::Plugin::Session->can('sessionid') ok 3 - Catalyst::Plugin::Session->can('session') ok 4 - Catalyst::Plugin::Session->can('session_delete_reason') ok t/01_setup.t .................. 1..10 ok 1 - use Catalyst::Plugin::Session; ok 2 - Catalyst::Plugin::Session->can('setup') ok 3 - can't setup an object that doesn't use state/store plugins ok 4 - Fatal error logged ok 5 - can't setup an object that doesn't use state/store plugins ok 6 - can't setup an object that doesn't use state/store plugins ok 7 - setup() lives with state/store plugins in use ok 8 - no fatal error logged either ok 9 - default values for config were populated in successful setup ok 10 - user values are not overwritten in config ok t/03_flash.t .................. 1..12 ok 1 - use Catalyst::Plugin::Session; ok 2 - nothing in session ok 3 - nothing in flash ok 4 - one key in flash ok 5 - session has __flash with flash data ok 6 - two keys in flash ok 7 - session still has __flash with flash data ok 8 - one key in flash ok 9 - nothing in flash after clear_flash ok 10 - nothing in flash after finalize after clear_flash ok 11 - session has empty __flash after clear_flash + finalize ok 12 - flash copied to stash ok t/05_semi_persistent_flash.t .. 1..10 ok 1 - GET http://localhost/first ok 2 - not set ok 3 - GET http://localhost/second ok 4 - set first ok 5 - GET http://localhost/third ok 6 - set second ok 7 - GET http://localhost/fourth ok 8 - set third ok 9 - GET http://localhost/fifth ok 10 - flash has gone ok t/99_pod.t .................... skipped: set TEST_POD to enable this test t/99_podcoverage.t ............ skipped: set TEST_POD to enable this test # Testing against Catalyst 5.80002 # Testing Catalyst::Plugin::Session 0.27 t/live_app.t .................. 1..36 ok 1 - initial get ok 2 - initial get ok 3 - ua1 not logged in ok 4 - ua2 not logged in ok 5 - log ua1 in ok 6 - ua1 logged in ok 7 - get main page ok 8 - get main page ok 9 - ua1 logged in ok 10 - ua2 not logged in ok 11 - get main page ok 12 - log ua2 in ok 13 - get main page ok 14 - get main page ok 15 - ua1 logged in ok 16 - ua2 logged in ok 17 - get main page ok 18 - get main page ok 19 - ua1 logged in ok 20 - ua2 logged in ok 21 - expiry time updated ok 22 - expiry time updated ok 23 - log ua2 out ok 24 - ua2 logged out ok 25 - ua2 made 2 requests for page in the session ok 26 - get main page ok 27 - get main page ok 28 - ua1 logged in ok 29 - ua2 not logged in ok 30 - log ua1 out ok 31 - ua1 logged out ok 32 - ua1 made 4 request for page in the session ok 33 - get main page ok 34 - get main page ok 35 - ua1 not logged in ok 36 - ua2 not logged in ok # Failed test 'Content is "VAR_var1=set_before_change"' # at t/live_session_fixation.t line 45. # got: "VAR_var1=n.a." # length: 13 # expected: "VAR_var1=set_before_change" # length: 26 # strings begin to differ at char 10 # Failed test 'SID changed' # at t/live_session_fixation.t line 60. # got: 'SID=89c3a019866af6f5a305e10189fbb23df3f4772c' # expected: anything else # Failed test 'Content is "VAR_var1=set_before_change"' # at t/live_session_fixation.t line 71. # got: "VAR_var1=n.a." # length: 13 # expected: "VAR_var1=set_before_change" # length: 26 # strings begin to differ at char 10 # Failed test 'Content is "VAR_var2=set_after_change"' # at t/live_session_fixation.t line 73. # got: "VAR_var2=n.a." # length: 13 # expected: "VAR_var2=set_after_change" # length: 25 # strings begin to differ at char 10 # Looks like you failed 4 tests of 10. t/live_session_fixation.t ..... 1..10 ok 1 - Set-Cookie 1 ok 2 - Logging in generates us a new cookie not ok 3 - Content is "VAR_var1=set_before_change" ok 4 - Set-Cookie 2 ok 5 - Cookie changed not ok 6 - SID changed not ok 7 - Content is "VAR_var1=set_before_change" not ok 8 - Content is "VAR_var2=set_after_change" ok 9 - Content is "VAR_var1=n.a." ok 10 - Content is "VAR_var2=n.a." Dubious, test returned 4 (wstat 1024, 0x400) Failed 4/10 subtests [warn] Deleting session aed7bb35c0ee65729b34efb5d6b58de7484ace78 due to user agent mismatch (Initial user_agent != Changed user_agent) t/live_verify_user_agent.t .... 1..12 ok 1 - get initial user_agent ok 2 - test initial user_agent ok 3 - initial get main page ok 4 - ua not logged in ok 5 - log ua in ok 6 - ua logged in ok 7 - get main page ok 8 - ua logged in ok 9 - get changed user_agent ok 10 - test changed user_agent ok 11 - test deleted session ok 12 - ua not logged in ok Test Summary Report ------------------- t/live_session_fixation.t (Wstat: 1024 Tests: 10 Failed: 4) Failed tests: 3, 6-8 Non-zero exit status: 4 Files=9, Tests=94, 21 wallclock secs ( 0.19 usr 0.09 sys + 18.21 cusr 1.08 csys = 19.57 CPU) Result: FAIL Failed 1/9 test programs. 4/94 subtests failed. make: *** [test_dynamic] Error 29 FLORA/Catalyst-Plugin-Session-0.27.tar.gz make test TEST_VERBOSE=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports FLORA/Catalyst-Plugin-Session-0.27.tar.gz Finished 2009-10-09T09:15:30