PATH=/usr/bin:/bin:/Users/fly1800/var/megalib/bin Start 2014-07-28T10:05:07 ActivePerl-1800 CPAN-2.00 Reading '/Users/fly1800/var/cpan/Metadata' Database was generated on Mon, 28 Jul 2014 16:06:24 GMT Running make for T/TO/TOKUHIROM/HTTP-Session2-1.01.tar.gz Checksum for /data/cpan/authors/id/T/TO/TOKUHIROM/HTTP-Session2-1.01.tar.gz ok HTTP-Session2-1.01/Build.PL HTTP-Session2-1.01/Changes HTTP-Session2-1.01/LICENSE HTTP-Session2-1.01/META.json HTTP-Session2-1.01/README.md HTTP-Session2-1.01/cpanfile HTTP-Session2-1.01/eg/demo.psgi HTTP-Session2-1.01/js/xsrf-token.js HTTP-Session2-1.01/lib/HTTP/Session2.pm HTTP-Session2-1.01/lib/HTTP/Session2/Base.pm HTTP-Session2-1.01/lib/HTTP/Session2/ClientStore.pm HTTP-Session2-1.01/lib/HTTP/Session2/Expired.pm HTTP-Session2-1.01/lib/HTTP/Session2/ServerStore.pm HTTP-Session2-1.01/minil.toml HTTP-Session2-1.01/t/00_compile.t HTTP-Session2-1.01/t/01_server_side.t HTTP-Session2-1.01/t/02_client_side.t HTTP-Session2-1.01/t/03_mech.t HTTP-Session2-1.01/t/04_plack_response.t HTTP-Session2-1.01/t/05_keep_me_signed_in.t HTTP-Session2-1.01/t/06_base_abstract.t HTTP-Session2-1.01/t/07_client_store.t HTTP-Session2-1.01/t/08_expired.t HTTP-Session2-1.01/t/lib/Cache.pm HTTP-Session2-1.01/META.yml HTTP-Session2-1.01/MANIFEST CPAN.pm: Building T/TO/TOKUHIROM/HTTP-Session2-1.01.tar.gz >>> /Users/fly1800/ap1800-297214/bin/perl-dynamic Build.PL Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'HTTP-Session2' version '1.01' cp META.json MYMETA.json cp META.yml MYMETA.yml >>> ./Build Building HTTP-Session2 TOKUHIROM/HTTP-Session2-1.01.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 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 # 1406567133%3A63ad59413973753ba000c9b2de9f56a%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 # 1406567133%3A9ab2fc80607314997517c57ad355bd3%3ABQkDAAAAAgoDYmFyAAAAA2ZvbwoENTk2MwAAAAd1c2VyX2lk%3A39626163346565316438383662393338383163393065613362396331376130313965643237326131 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 / b9ca857a649931e08012230d7280f74 ok 1 - GET / # POST /wishlist 71b9537b3f496e86bc816c9faf9ac0b ok 2 - POST /wishlist?foo # GET /wishlist 71b9537b3f496e86bc816c9faf9ac0b ok 3 - GET /wishlist ok 4 - Content is "foo" # POST /wishlist 71b9537b3f496e86bc816c9faf9ac0b # XSRF detected ok 5 # POST /wishlist 71b9537b3f496e86bc816c9faf9ac0b ok 6 - POST /wishlist?bar # GET /wishlist 71b9537b3f496e86bc816c9faf9ac0b ok 7 - GET /wishlist ok 8 - Content is "foo,bar" # POST /account/login 71b9537b3f496e86bc816c9faf9ac0b ok 9 - POST /account/login?john # GET /wishlist 363774d65a5932de9495efe694ba185 ok 10 - Wishlist is still available ok 11 - Content is "foo,bar" # POST /wishlist 363774d65a5932de9495efe694ba185 # XSRF detected ok 12 - xsrf token was changed, too # POST /wishlist 363774d65a5932de9495efe694ba185 ok 13 - POST /wishlist?baz # GET /wishlist 363774d65a5932de9495efe694ba185 ok 14 - Wishlist is still available ok 15 - Content is "foo,bar,baz" # GET /my/name 363774d65a5932de9495efe694ba185 ok 16 - GET /my/name ok 17 - Content is "john" ok 18 # POST /account/logout 363774d65a5932de9495efe694ba185 ok 19 ok 20 # ------ factory # GET / 895704630a87e8176e63a10321ce7bb ok 21 - GET / # POST /wishlist a9a04afddd79ef7088a646f7e2fb7be ok 22 - POST /wishlist?foo # GET /wishlist a9a04afddd79ef7088a646f7e2fb7be ok 23 - GET /wishlist ok 24 - Content is "foo" # POST /wishlist a9a04afddd79ef7088a646f7e2fb7be # XSRF detected ok 25 # POST /wishlist a9a04afddd79ef7088a646f7e2fb7be ok 26 - POST /wishlist?bar # GET /wishlist a9a04afddd79ef7088a646f7e2fb7be ok 27 - GET /wishlist ok 28 - Content is "foo,bar" # POST /account/login a9a04afddd79ef7088a646f7e2fb7be ok 29 - POST /account/login?john # GET /wishlist 10f89451b5f2580ec9c3dcbe723f3c0 ok 30 - Wishlist is still available ok 31 - Content is "foo,bar" # POST /wishlist 10f89451b5f2580ec9c3dcbe723f3c0 # XSRF detected ok 32 - xsrf token was changed, too # POST /wishlist 10f89451b5f2580ec9c3dcbe723f3c0 ok 33 - POST /wishlist?baz # GET /wishlist 10f89451b5f2580ec9c3dcbe723f3c0 ok 34 - Wishlist is still available ok 35 - Content is "foo,bar,baz" # GET /my/name 10f89451b5f2580ec9c3dcbe723f3c0 ok 36 - GET /my/name ok 37 - Content is "john" ok 38 # POST /account/logout 10f89451b5f2580ec9c3dcbe723f3c0 ok 39 ok 40 1..40 ok t/04_plack_response.t ..... # Client-Warning: Redirect loop detected (max_redirect = 0) # Set-Cookie: hss_session=1406567134%3A7fa82bd2c0f3c9b396bb17ade87b810%3ABQkDAAAAAQoDYmFyAAAAA2Zvbw%3D%3D%3A31393435326531346332323232333535373332316237343636636664623137346462386563313730; path=/; HttpOnly # Set-Cookie: XSRF-TOKEN=7fa82bd2c0f3c9b396bb17ade87b810; path=/ ok 1 # Client-Warning: Redirect loop detected (max_redirect = 0) # Set-Cookie: hss_session=; path=/; expires=Sun, 27-Jul-2014 17:05:34 GMT; HttpOnly # Set-Cookie: XSRF-TOKEN=; path=/; expires=Sun, 27-Jul-2014 17:05:34 GMT ok 2 1..2 ok t/05_keep_me_signed_in.t .. # $VAR1 = [ # 200, # [ # 'Set-Cookie', # 'hss_session=1406567134%3Abeecc926727354dd4e5fa24e5147be7%3ABQkDAAAAAQiDAAAAAXg%3D%3A37653062343935366636616330633130636532636136393062666230313063656662636538623730; path=/; expires=Wed, 27-Aug-2014 17:05:34 GMT; HttpOnly', # 'Set-Cookie', # 'XSRF-TOKEN=beecc926727354dd4e5fa24e5147be7; 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=67, 3 wallclock secs ( 0.08 usr 0.05 sys + 1.17 cusr 0.19 csys = 1.49 CPU) Result: PASS TOKUHIROM/HTTP-Session2-1.01.tar.gz ./Build test verbose=1 -- OK Tokuhiro Matsuno <tokuhirom+cpan@gmail.com> HTTP session management >>> (cd /Users/fly1800/var/cpan/build/HTTP-Session2-1.01-q4BeFD && tar cvf - HTTP-Session2-1.01.ppd blib) | gzip -c >/Users/fly1800/var/REPO/T/TO/TOKUHIROM/HTTP-Session2-1.01.tar.gz HTTP-Session2-1.01.ppd blib/ blib/lib/ blib/lib/HTTP/ blib/lib/HTTP/Session2/ blib/lib/HTTP/Session2/Base.pm blib/lib/HTTP/Session2/ClientStore.pm blib/lib/HTTP/Session2/Expired.pm blib/lib/HTTP/Session2/ServerStore.pm blib/lib/HTTP/Session2.pm >>> mv /Users/fly1800/var/cpan/build/HTTP-Session2-1.01-q4BeFD/HTTP-Session2-1.01.ppd /Users/fly1800/var/REPO/T/TO/TOKUHIROM Finished 2014-07-28T10:05:35