PATH=/usr/bin:/bin:/home/fly1200/var/megalib/bin Start 2013-10-31T09:04:36 ActivePerl-1200 CPAN-2.00 Reading '/home/fly1200/var/cpan/Metadata' Database was generated on Thu, 31 Oct 2013 14:29:03 GMT Running make for T/TO/TOKUHIROM/HTTP-Session2-0.03.tar.gz Checksum for /net/nas/data/cpan/authors/id/T/TO/TOKUHIROM/HTTP-Session2-0.03.tar.gz ok HTTP-Session2-0.03/Build.PL HTTP-Session2-0.03/Changes HTTP-Session2-0.03/LICENSE HTTP-Session2-0.03/META.json HTTP-Session2-0.03/README.md HTTP-Session2-0.03/cpanfile HTTP-Session2-0.03/eg/demo.psgi HTTP-Session2-0.03/js/xsrf-token.js HTTP-Session2-0.03/lib/HTTP/Session2.pm HTTP-Session2-0.03/lib/HTTP/Session2/Base.pm HTTP-Session2-0.03/lib/HTTP/Session2/ClientStore.pm HTTP-Session2-0.03/lib/HTTP/Session2/Expired.pm HTTP-Session2-0.03/lib/HTTP/Session2/ServerStore.pm HTTP-Session2-0.03/minil.toml HTTP-Session2-0.03/t/00_compile.t HTTP-Session2-0.03/t/01_server_side.t HTTP-Session2-0.03/t/02_client_side.t HTTP-Session2-0.03/t/03_mech.t HTTP-Session2-0.03/t/04_plack_response.t HTTP-Session2-0.03/t/05_keep_me_signed_in.t HTTP-Session2-0.03/t/06_base_abstract.t HTTP-Session2-0.03/t/07_client_store.t /bin/tar: Read 8704 bytes from - HTTP-Session2-0.03/t/08_expired.t HTTP-Session2-0.03/t/lib/Cache.pm HTTP-Session2-0.03/META.yml HTTP-Session2-0.03/MANIFEST CPAN.pm: Building T/TO/TOKUHIROM/HTTP-Session2-0.03.tar.gz >>> /home/fly1200/ap1200-292396/bin/perl-static Build.PL Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'HTTP-Session2' version '0.03' Merging cpanfile prereqs to MYMETA.yml Merging cpanfile prereqs to MYMETA.json >>> ./Build Building HTTP-Session2 TOKUHIROM/HTTP-Session2-0.03.tar.gz ./Build -- OK Running Build test >>> ./Build test verbose=1 t/00_compile.t ............ ok 1 - use HTTP::Session2; ok 2 - use HTTP::Session2::Base; ok 3 - use HTTP::Session2::ClientStore; ok 4 - use HTTP::Session2::ServerStore; 1..4 ok t/01_server_side.t ........ # Subtest: First request # client -> server: request without cookie # server -> client: response without cookie ok 1 1..1 ok 1 - First request # Subtest: Store something without login # client -> server: request without cookie # server -> store: save data # server -> client: response with session/xsrf cookie ok 1 ok 2 ok 3 ok 4 ok 5 - stored 1..5 ok 2 - Store something without login # Subtest: Login # client -> server: request without cookie # server -> server: regenerate_id # server -> store: save data # server -> client: response with session/xsrf cookie ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 1..7 ok 3 - Login # Subtest: In a login session # client -> server: request without cookie # server -> store: set more data # server -> client: response without session/xsrf cookie ok 1 ok 2 1..2 ok 4 - In a login session # Subtest: Logout # client -> server: request without cookie # server -> server: expire # server -> client: response with expiration session/xsrf cookie ok 1 ok 2 ok 3 ok 4 ok 5 1..5 ok 5 - Logout 1..5 ok Use of uninitialized value in subroutine entry at /home/fly1200/var/megalib/Digest/HMAC.pm line 59. t/02_client_side.t ........ # Subtest: First request # client -> server: request without cookie # server -> client: response without cookie ok 1 1..1 ok 1 - First request # Subtest: Store something without login # client -> server: request without cookie # server -> store: save data # server -> client: response with session/xsrf cookie ok 1 ok 2 ok 3 ok 4 # 1383235484%3A75574e86e824c5313f4e05fcfbd489a%3ABQkDAAAAAQoDYmFyAAAAA2Zvbw%3D%3D%3A62343563626434303633303330323837343561383030643531613666623237396233356132353138 1..4 ok 2 - Store something without login # Subtest: Login # client -> server: request without cookie # server -> server: regenerate_id # server -> store: save data # server -> client: response with session/xsrf cookie ok 1 ok 2 ok 3 ok 4 ok 5 # 1383235484%3Ac5a7751bbdcc42ace44edc51c17590b%3ABQkDAAAAAgoENTk2MwAAAAd1c2VyX2lkCgNiYXIAAAADZm9v%3A65656331333639306538383432376533353264633965616365363166323037343635643335626635 1..5 ok 3 - Login # Subtest: In a login session # client -> server: request without cookie # server -> store: set more data # server -> client: response without session/xsrf cookie ok 1 1..1 ok 4 - In a login session # Subtest: Logout # client -> server: request without cookie # server -> server: expire # server -> client: response with expiration session/xsrf cookie ok 1 ok 2 ok 3 ok 4 1..4 ok 5 - Logout 1..5 ok t/03_mech.t ............... # ------ factory # GET / eed1e3a6c8e06eaea9107d299688f66 ok 1 - GET / # POST /wishlist fc1668a73f8a4c6d23d2470cdc2a710 ok 2 - POST /wishlist?foo # GET /wishlist fc1668a73f8a4c6d23d2470cdc2a710 ok 3 - GET /wishlist ok 4 - Content is "foo" # POST /wishlist fc1668a73f8a4c6d23d2470cdc2a710 # XSRF detected ok 5 # POST /wishlist fc1668a73f8a4c6d23d2470cdc2a710 ok 6 - POST /wishlist?bar # GET /wishlist fc1668a73f8a4c6d23d2470cdc2a710 ok 7 - GET /wishlist ok 8 - Content is "foo,bar" # POST /account/login fc1668a73f8a4c6d23d2470cdc2a710 ok 9 - POST /account/login?john # GET /wishlist 876020bea3b841b8df5c3969bf052bd ok 10 - Wishlist is still available ok 11 - Content is "foo,bar" # POST /wishlist 876020bea3b841b8df5c3969bf052bd # XSRF detected ok 12 - xsrf token was changed, too # POST /wishlist 876020bea3b841b8df5c3969bf052bd ok 13 - POST /wishlist?baz # GET /wishlist 876020bea3b841b8df5c3969bf052bd ok 14 - Wishlist is still available ok 15 - Content is "foo,bar,baz" # GET /my/name 876020bea3b841b8df5c3969bf052bd ok 16 - GET /my/name ok 17 - Content is "john" ok 18 # POST /account/logout 876020bea3b841b8df5c3969bf052bd ok 19 ok 20 # ------ factory # GET / 5d0f4ed312d2eeae994b55cbc665ae2 ok 21 - GET / # POST /wishlist 1facf4092351e8ec0519432585012ef ok 22 - POST /wishlist?foo # GET /wishlist 1facf4092351e8ec0519432585012ef ok 23 - GET /wishlist ok 24 - Content is "foo" # POST /wishlist 1facf4092351e8ec0519432585012ef # XSRF detected ok 25 # POST /wishlist 1facf4092351e8ec0519432585012ef ok 26 - POST /wishlist?bar # GET /wishlist 1facf4092351e8ec0519432585012ef ok 27 - GET /wishlist ok 28 - Content is "foo,bar" # POST /account/login 1facf4092351e8ec0519432585012ef ok 29 - POST /account/login?john # GET /wishlist 6b306e31b0fd0feaa00b8a124ae8f8b ok 30 - Wishlist is still available ok 31 - Content is "foo,bar" # POST /wishlist 6b306e31b0fd0feaa00b8a124ae8f8b # XSRF detected ok 32 - xsrf token was changed, too # POST /wishlist 6b306e31b0fd0feaa00b8a124ae8f8b ok 33 - POST /wishlist?baz # GET /wishlist 6b306e31b0fd0feaa00b8a124ae8f8b ok 34 - Wishlist is still available ok 35 - Content is "foo,bar,baz" # GET /my/name 6b306e31b0fd0feaa00b8a124ae8f8b ok 36 - GET /my/name ok 37 - Content is "john" ok 38 # POST /account/logout 6b306e31b0fd0feaa00b8a124ae8f8b ok 39 ok 40 1..40 ok t/04_plack_response.t ..... # Client-Warning: Redirect loop detected (max_redirect = 0) # Set-Cookie: hss_session=1383235486%3Ab7f3376244109be560148a802bd2fe2%3ABQkDAAAAAQoDYmFyAAAAA2Zvbw%3D%3D%3A31393435326531346332323232333535373332316237343636636664623137346462386563313730; path=/; HttpOnly # Set-Cookie: XSRF-TOKEN=b7f3376244109be560148a802bd2fe2; path=/ ok 1 1..1 ok t/05_keep_me_signed_in.t .. # $VAR1 = [ # 200, # [ # 'Set-Cookie', # 'hss_session=1383235486%3A36d854fc59bd472e010d8ba0a2bf69b%3ABQkDAAAAAQiDAAAAAXg%3D%3A37653062343935366636616330633130636532636136393062666230313063656662636538623730; path=/; expires=Sat, 30-Nov-2013 16:04:46 GMT; HttpOnly', # 'Set-Cookie', # 'XSRF-TOKEN=36d854fc59bd472e010d8ba0a2bf69b; path=/' # ], # [] # ]; ok 1 ok 2 - Original configuration is not modified 1..2 ok t/06_base_abstract.t ...... ok 1 ok 2 ok 3 1..3 ok t/07_client_store.t ....... # Subtest: get/set/remove ok 1 ok 2 ok 3 1..3 ok 1 - get/set/remove # Subtest: validate_token ok 1 # Subtest: bad ok 1 1..1 ok 2 - bad # Subtest: good ok 1 1..1 ok 3 - good 1..3 ok 2 - validate_token # Subtest: ignore_old # Subtest: ignore_old disabled ok 1 1..1 ok 1 - ignore_old disabled # Subtest: ignore_old enabled ok 1 1..1 ok 2 - ignore_old enabled 1..2 ok 3 - ignore_old 1..3 ok t/08_expired.t ............ ok 1 ok 2 ok 3 1..3 ok All tests successful. Files=9, Tests=66, 2 wallclock secs ( 0.06 usr 0.03 sys + 1.11 cusr 0.23 csys = 1.43 CPU) Result: PASS TOKUHIROM/HTTP-Session2-0.03.tar.gz ./Build test verbose=1 -- OK Tokuhiro Matsuno <tokuhirom+cpan@gmail.com> HTTP session management >>> (cd /home/fly1200/var/cpan/build/HTTP-Session2-0.03-XDSOx7 && tar cvf - HTTP-Session2-0.03.ppd blib) | gzip -c >/home/fly1200/var/REPO/T/TO/TOKUHIROM/HTTP-Session2-0.03.tar.gz HTTP-Session2-0.03.ppd blib/ blib/lib/ blib/lib/HTTP/ blib/lib/HTTP/Session2/ blib/lib/HTTP/Session2/Expired.pm blib/lib/HTTP/Session2/ClientStore.pm blib/lib/HTTP/Session2/ServerStore.pm blib/lib/HTTP/Session2/Base.pm blib/lib/HTTP/Session2.pm >>> mv /home/fly1200/var/cpan/build/HTTP-Session2-0.03-XDSOx7/HTTP-Session2-0.03.ppd /home/fly1200/var/REPO/T/TO/TOKUHIROM VmSize: 239588 kB Finished 2013-10-31T09:04:48