PATH=/opt/SUNWspro/bin:/usr/local/bin:/opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/sbin Start 2014-07-28T21:08:55 ActivePerl-818 CPAN-2.00 Reading '/export/home/fly818/var/cpan/Metadata' Database was generated on Tue, 29 Jul 2014 02:06:24 GMT Running make for T/TO/TOKUHIROM/HTTP-Session2-1.01.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/T/TO/TOKUHIROM/HTTP-Session2-1.01.tar.gz Fetching with LWP: http://cpan.nas1.activestate.com/authors/id/T/TO/TOKUHIROM/CHECKSUMS Checksum for /export/home/fly818/var/cpan/sources/authors/id/T/TO/TOKUHIROM/HTTP-Session2-1.01.tar.gz ok You have Archive::Tar 1.40, but 1.50 or later is recommended. Please upgrade. 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 >>> /export/home/fly818/bin/perl 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 # 1406606953%3Ac567415315625d03f1eda646217d9ed%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 # 1406606953%3Aa770807b277307207039d3c94969a2f%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 / fe2fbafa75e0029522d6443a732b1bb ok 1 - GET / # POST /wishlist 69ff2571d005d40a9cc883c588dc911 ok 2 - POST /wishlist?foo # GET /wishlist 69ff2571d005d40a9cc883c588dc911 ok 3 - GET /wishlist ok 4 - Content is "foo" # POST /wishlist 69ff2571d005d40a9cc883c588dc911 # XSRF detected ok 5 # POST /wishlist 69ff2571d005d40a9cc883c588dc911 ok 6 - POST /wishlist?bar # GET /wishlist 69ff2571d005d40a9cc883c588dc911 ok 7 - GET /wishlist ok 8 - Content is "foo,bar" # POST /account/login 69ff2571d005d40a9cc883c588dc911 ok 9 - POST /account/login?john # GET /wishlist 0501f3213189e455928bdc0b1647ff1 ok 10 - Wishlist is still available ok 11 - Content is "foo,bar" # POST /wishlist 0501f3213189e455928bdc0b1647ff1 # XSRF detected ok 12 - xsrf token was changed, too # POST /wishlist 0501f3213189e455928bdc0b1647ff1 ok 13 - POST /wishlist?baz # GET /wishlist 0501f3213189e455928bdc0b1647ff1 ok 14 - Wishlist is still available ok 15 - Content is "foo,bar,baz" # GET /my/name 0501f3213189e455928bdc0b1647ff1 ok 16 - GET /my/name ok 17 - Content is "john" ok 18 # POST /account/logout 0501f3213189e455928bdc0b1647ff1 ok 19 ok 20 # ------ factory # GET / a42e2902a0d10b08c690a6e7b9b8d25 ok 21 - GET / # POST /wishlist 34895b2515ca89977d8e2c606d94894 ok 22 - POST /wishlist?foo # GET /wishlist 34895b2515ca89977d8e2c606d94894 ok 23 - GET /wishlist ok 24 - Content is "foo" # POST /wishlist 34895b2515ca89977d8e2c606d94894 # XSRF detected ok 25 # POST /wishlist 34895b2515ca89977d8e2c606d94894 ok 26 - POST /wishlist?bar # GET /wishlist 34895b2515ca89977d8e2c606d94894 ok 27 - GET /wishlist ok 28 - Content is "foo,bar" # POST /account/login 34895b2515ca89977d8e2c606d94894 ok 29 - POST /account/login?john # GET /wishlist 8cad457c7fd385c2fc5416f7c2df6f6 ok 30 - Wishlist is still available ok 31 - Content is "foo,bar" # POST /wishlist 8cad457c7fd385c2fc5416f7c2df6f6 # XSRF detected ok 32 - xsrf token was changed, too # POST /wishlist 8cad457c7fd385c2fc5416f7c2df6f6 ok 33 - POST /wishlist?baz # GET /wishlist 8cad457c7fd385c2fc5416f7c2df6f6 ok 34 - Wishlist is still available ok 35 - Content is "foo,bar,baz" # GET /my/name 8cad457c7fd385c2fc5416f7c2df6f6 ok 36 - GET /my/name ok 37 - Content is "john" ok 38 # POST /account/logout 8cad457c7fd385c2fc5416f7c2df6f6 ok 39 ok 40 1..40 ok t/04_plack_response.t ..... # Client-Warning: Redirect loop detected (max_redirect = 0) # Set-Cookie: hss_session=1406606955%3A36a0491977a45cc21b75d20846f6320%3ABQkZAAAAAAEKA2JhcgIAAAADZm9v%3A62663730326234333639323262616638646163356138633537386430376166636164383732316636; path=/; HttpOnly # Set-Cookie: XSRF-TOKEN=36a0491977a45cc21b75d20846f6320; path=/ ok 1 # Client-Warning: Redirect loop detected (max_redirect = 0) # Set-Cookie: hss_session=; path=/; expires=Mon, 28-Jul-2014 04:09:15 GMT; HttpOnly # Set-Cookie: XSRF-TOKEN=; path=/; expires=Mon, 28-Jul-2014 04:09:15 GMT ok 2 1..2 ok t/05_keep_me_signed_in.t .. # $VAR1 = [ # 200, # [ # 'Set-Cookie', # 'hss_session=1406606955%3A85139ea9c85be9ba1496581e88082e5%3ABQkZAAAAAAEIgwIAAAABeA%3D%3D%3A35626434653565626138306665613562653630613961636637626636643438616661633230633834; path=/; expires=Thu, 28-Aug-2014 04:09:15 GMT; HttpOnly', # 'Set-Cookie', # 'XSRF-TOKEN=85139ea9c85be9ba1496581e88082e5; 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 # Failed test at t/07_client_store.t line 69. # Looks like you failed 1 test of 1. # Failed test 'good' # at t/07_client_store.t line 70. # Looks like you failed 1 test of 3. # Failed test 'validate_token' # at t/07_client_store.t line 71. # Looks like you failed 1 test of 3. 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 not ok 1 1..1 not ok 3 - good 1..3 not 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 Dubious, test returned 1 (wstat 256, 0x100) Failed 1/3 subtests t/08_expired.t ............ ok 1 ok 2 ok 3 1..3 ok Test Summary Report ------------------- t/07_client_store.t (Wstat: 256 Tests: 3 Failed: 1) Failed test: 2 Non-zero exit status: 1 Files=9, Tests=67, 6 wallclock secs ( 0.21 usr 0.16 sys + 4.19 cusr 0.55 csys = 5.11 CPU) Result: FAIL Failed 1/9 test programs. 1/67 subtests failed. TOKUHIROM/HTTP-Session2-1.01.tar.gz ./Build test verbose=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports TOKUHIROM/HTTP-Session2-1.01.tar.gz Finished 2014-07-28T21:09:17