PATH=/opt/SUNWspro/bin:/usr/local/bin:/opt/csw/bin:/usr/ccs/bin:/usr/bin:/usr/sbin Start 2013-06-24T20:00:56 ActivePerl-818 CPAN-2.00 Reading '/export/home/fly818/var/cpan/Metadata' Database was generated on Tue, 25 Jun 2013 01:41:02 GMT Running make for M/MI/MIYAGAWA/Plack-Middleware-Session-0.20.tar.gz Checksum for /net/nas/data/cpan/authors/id/M/MI/MIYAGAWA/Plack-Middleware-Session-0.20.tar.gz ok You have Archive::Tar 1.40, but 1.50 or later is recommended. Please upgrade. Plack-Middleware-Session-0.20/ Plack-Middleware-Session-0.20/Build.PL Plack-Middleware-Session-0.20/Changes Plack-Middleware-Session-0.20/cpanfile Plack-Middleware-Session-0.20/dist.ini Plack-Middleware-Session-0.20/examples/ Plack-Middleware-Session-0.20/lib/ Plack-Middleware-Session-0.20/LICENSE Plack-Middleware-Session-0.20/MANIFEST Plack-Middleware-Session-0.20/META.json Plack-Middleware-Session-0.20/META.yml Plack-Middleware-Session-0.20/README Plack-Middleware-Session-0.20/t/ Plack-Middleware-Session-0.20/t/000_load.t Plack-Middleware-Session-0.20/t/001_basic.t Plack-Middleware-Session-0.20/t/001a_basic.t Plack-Middleware-Session-0.20/t/002_basic_w_cookie.t Plack-Middleware-Session-0.20/t/002a_basic_w_cookie.t Plack-Middleware-Session-0.20/t/003_basic_w_file_store.t Plack-Middleware-Session-0.20/t/003a_basic_w_file_store.t Plack-Middleware-Session-0.20/t/004_basic_file_w_customs.t Plack-Middleware-Session-0.20/t/004a_basic_file_w_customs.t Plack-Middleware-Session-0.20/t/005_basic_w_cache_store.t Plack-Middleware-Session-0.20/t/005a_basic_w_cache_store.t Plack-Middleware-Session-0.20/t/006_basic_w_dbi_store.t Plack-Middleware-Session-0.20/t/010_middleware.t Plack-Middleware-Session-0.20/t/010a_middleware.t Plack-Middleware-Session-0.20/t/012_streaming.t Plack-Middleware-Session-0.20/t/013_cookiestore.t Plack-Middleware-Session-0.20/t/014_cookie_options.t Plack-Middleware-Session-0.20/t/015_cookie_options_mw.t Plack-Middleware-Session-0.20/t/016_cookiestore_w_customs.t Plack-Middleware-Session-0.20/t/lib/ Plack-Middleware-Session-0.20/t/release-pod-syntax.t Plack-Middleware-Session-0.20/t/lib/TestSession.pm Plack-Middleware-Session-0.20/t/lib/TestSessionHash.pm Plack-Middleware-Session-0.20/lib/Plack/ Plack-Middleware-Session-0.20/lib/Plack/Middleware/ Plack-Middleware-Session-0.20/lib/Plack/Session/ Plack-Middleware-Session-0.20/lib/Plack/Session.pm Plack-Middleware-Session-0.20/lib/Plack/Session/State/ Plack-Middleware-Session-0.20/lib/Plack/Session/State.pm Plack-Middleware-Session-0.20/lib/Plack/Session/Store/ Plack-Middleware-Session-0.20/lib/Plack/Session/Store.pm Plack-Middleware-Session-0.20/lib/Plack/Session/Store/Cache.pm Plack-Middleware-Session-0.20/lib/Plack/Session/Store/DBI.pm Plack-Middleware-Session-0.20/lib/Plack/Session/Store/File.pm Plack-Middleware-Session-0.20/lib/Plack/Session/Store/Null.pm Plack-Middleware-Session-0.20/lib/Plack/Session/State/Cookie.pm Plack-Middleware-Session-0.20/lib/Plack/Middleware/Session/ Plack-Middleware-Session-0.20/lib/Plack/Middleware/Session.pm Plack-Middleware-Session-0.20/lib/Plack/Middleware/Session/Cookie.pm Plack-Middleware-Session-0.20/examples/counter-raw.psgi CPAN.pm: Building M/MI/MIYAGAWA/Plack-Middleware-Session-0.20.tar.gz >>> /export/home/fly818/bin/perl Build.PL Creating new 'Build' script for 'Plack-Middleware-Session' version '0.20' Could not read metadata file. Falling back to other methods to determine prerequisites >>> ./Build cp lib/Plack/Session.pm blib/lib/Plack/Session.pm cp lib/Plack/Session/State.pm blib/lib/Plack/Session/State.pm cp lib/Plack/Session/Store.pm blib/lib/Plack/Session/Store.pm cp lib/Plack/Session/Store/File.pm blib/lib/Plack/Session/Store/File.pm cp lib/Plack/Middleware/Session.pm blib/lib/Plack/Middleware/Session.pm cp lib/Plack/Session/Store/DBI.pm blib/lib/Plack/Session/Store/DBI.pm cp lib/Plack/Session/Store/Null.pm blib/lib/Plack/Session/Store/Null.pm cp lib/Plack/Middleware/Session/Cookie.pm blib/lib/Plack/Middleware/Session/Cookie.pm cp lib/Plack/Session/State/Cookie.pm blib/lib/Plack/Session/State/Cookie.pm cp lib/Plack/Session/Store/Cache.pm blib/lib/Plack/Session/Store/Cache.pm MIYAGAWA/Plack-Middleware-Session-0.20.tar.gz ./Build -- OK Running Build test >>> ./Build test verbose=1 t/000_load.t ................... ok t/001_basic.t .................. ok t/001a_basic.t ................. ok # Failed test '... got a basic session id' # at t/lib/TestSession.pm line 98. # got: '939649525c1c1be54c2aa9b60e9cdb2ac5179198' # expected: 'baf194ab4de93376cfdfe6adaac2f55d5c470292' # Failed test '... got the value for foo back successfully from session' # at t/lib/TestSession.pm line 100. # got: undef # expected: 'bar' # Failed test '... got the session dump we expected' # at t/lib/TestSession.pm line 109. # Structures begin differing at: # $got->{bar} = Does not exist # $expected->{bar} = 'baz' # Failed test '... cookie value is as suspected' # at t/002_basic_w_cookie.t line 40. # 'plack_session=939649525c1c1be54c2aa9b60e9cdb2ac5179198; path=/' # doesn't match '(?-xism:plack_session=baf194ab4de93376cfdfe6adaac2f55d5c470292)' # Failed test '... got a basic session id' # at t/lib/TestSession.pm line 118. # got: 'f6075af4f343da6c2102045078c05cb62b1dfea2' # expected: '04383c73b3977f0743d2d43668d8de966ea1c1ba' # Failed test '... got the foo value back successfully from session' # at t/lib/TestSession.pm line 120. # got: undef # expected: 'baz' # Failed test '... got the session dump we expected' # at t/lib/TestSession.pm line 122. # Structures begin differing at: # $got->{foo} = Does not exist # $expected->{foo} = 'baz' # Failed test '... cookie value is as suspected' # at t/002_basic_w_cookie.t line 40. # 'plack_session=f6075af4f343da6c2102045078c05cb62b1dfea2; path=/' # doesn't match '(?-xism:plack_session=04383c73b3977f0743d2d43668d8de966ea1c1ba)' # Failed test '... got a basic session id' # at t/lib/TestSession.pm line 130. # got: 'e83858abcab17340dcb3bd0eddd554e178941882' # expected: 'baf194ab4de93376cfdfe6adaac2f55d5c470292' # Failed test '... got the session dump we expected' # at t/lib/TestSession.pm line 138. # Structures begin differing at: # $got->{bar} = Does not exist # $expected->{bar} = 'baz' # Failed test '... cookie value is as suspected' # at t/002_basic_w_cookie.t line 40. # 'plack_session=e83858abcab17340dcb3bd0eddd554e178941882; path=/' # doesn't match '(?-xism:plack_session=baf194ab4de93376cfdfe6adaac2f55d5c470292)' # Failed test '... got the bar value back successfully from session' # at t/lib/TestSession.pm line 146. # got: undef # expected: 'baz' # Failed test '... cookie value is as suspected' # at t/002_basic_w_cookie.t line 40. # 'plack_session=dd173489d53c2bc23289c8c6e1120543268cfa79; path=/; expires=Tue, 25-Jun-2013 03:01:11 GMT' # doesn't match '(?-xism:plack_session=baf194ab4de93376cfdfe6adaac2f55d5c470292)' # Failed test '... got a basic session id' # at t/lib/TestSession.pm line 173. # got: 'cabd850443686be425c84ba32e0b317ec60b1c7a' # expected: '04383c73b3977f0743d2d43668d8de966ea1c1ba' # Failed test '... got the foo value back successfully from session' # at t/lib/TestSession.pm line 175. # got: undef # expected: 'baz' # Failed test '... got the session dump we expected' # at t/lib/TestSession.pm line 177. # Structures begin differing at: # $got->{foo} = Does not exist # $expected->{foo} = 'baz' # Failed test '... cookie value is as suspected' # at t/002_basic_w_cookie.t line 40. # 'plack_session=cabd850443686be425c84ba32e0b317ec60b1c7a; path=/' # doesn't match '(?-xism:plack_session=04383c73b3977f0743d2d43668d8de966ea1c1ba)' # Looks like you failed 17 tests of 48. t/002_basic_w_cookie.t ......... Dubious, test returned 17 (wstat 4352, 0x1100) Failed 17/48 subtests # Failed test '... got a basic session id' # at t/lib/TestSessionHash.pm line 101. # got: '916668722be29d7fb54e36c2912d8c7660a6b0b6' # expected: 'ee2233ebd95587b16cfa79787d5b0e5c7a0339c3' # Failed test '... got the value for foo back successfully from session' # at t/lib/TestSessionHash.pm line 103. # got: undef # expected: 'bar' # Failed test '... got the session dump we expected' # at t/lib/TestSessionHash.pm line 112. # Structures begin differing at: # $got->{bar} = Does not exist # $expected->{bar} = 'baz' # Failed test '... cookie value is as suspected' # at t/002a_basic_w_cookie.t line 39. # 'plack_session=916668722be29d7fb54e36c2912d8c7660a6b0b6; path=/' # doesn't match '(?-xism:plack_session=ee2233ebd95587b16cfa79787d5b0e5c7a0339c3)' # Failed test '... got a basic session id' # at t/lib/TestSessionHash.pm line 121. # got: '3f9c9577f8b8cf81b7ece5fbd265e8cdc7b344be' # expected: '5598a26d5b4949a1e0f1fda3ec07c17758c8d204' # Failed test '... got the foo value back successfully from session' # at t/lib/TestSessionHash.pm line 123. # got: undef # expected: 'baz' # Failed test '... got the session dump we expected' # at t/lib/TestSessionHash.pm line 125. # Structures begin differing at: # $got->{foo} = Does not exist # $expected->{foo} = 'baz' # Failed test '... cookie value is as suspected' # at t/002a_basic_w_cookie.t line 39. # 'plack_session=3f9c9577f8b8cf81b7ece5fbd265e8cdc7b344be; path=/' # doesn't match '(?-xism:plack_session=5598a26d5b4949a1e0f1fda3ec07c17758c8d204)' # Failed test '... got a basic session id' # at t/lib/TestSessionHash.pm line 133. # got: '7b4f13869a7273980b8be82b904725db7d66866a' # expected: 'ee2233ebd95587b16cfa79787d5b0e5c7a0339c3' # Failed test '... got the session dump we expected' # at t/lib/TestSessionHash.pm line 141. # Structures begin differing at: # $got->{bar} = Does not exist # $expected->{bar} = 'baz' # Failed test '... cookie value is as suspected' # at t/002a_basic_w_cookie.t line 39. # 'plack_session=7b4f13869a7273980b8be82b904725db7d66866a; path=/' # doesn't match '(?-xism:plack_session=ee2233ebd95587b16cfa79787d5b0e5c7a0339c3)' # Failed test '... got the bar value back successfully from session' # at t/lib/TestSessionHash.pm line 149. # got: undef # expected: 'baz' # Failed test '... cookie value is as suspected' # at t/002a_basic_w_cookie.t line 39. # 'plack_session=35b9efdcf80c8328c7da94a22212845de286d2f7; path=/; expires=Tue, 25-Jun-2013 03:01:11 GMT' # doesn't match '(?-xism:plack_session=ee2233ebd95587b16cfa79787d5b0e5c7a0339c3)' # Failed test '... got a basic session id' # at t/lib/TestSessionHash.pm line 181. # got: 'e84f3a78fba96c6fd152dd377e2871137fbc0e1d' # expected: '5598a26d5b4949a1e0f1fda3ec07c17758c8d204' # Failed test '... got the foo value back successfully from session' # at t/lib/TestSessionHash.pm line 183. # got: undef # expected: 'baz' # Failed test '... got the session dump we expected' # at t/lib/TestSessionHash.pm line 185. # Structures begin differing at: # $got->{foo} = Does not exist # $expected->{foo} = 'baz' # Failed test '... cookie value is as suspected' # at t/002a_basic_w_cookie.t line 39. # 'plack_session=e84f3a78fba96c6fd152dd377e2871137fbc0e1d; path=/' # doesn't match '(?-xism:plack_session=5598a26d5b4949a1e0f1fda3ec07c17758c8d204)' # Looks like you failed 17 tests of 47. t/002a_basic_w_cookie.t ........ Dubious, test returned 17 (wstat 4352, 0x1100) Failed 17/47 subtests t/003_basic_w_file_store.t ..... ok t/003a_basic_w_file_store.t .... ok t/004_basic_file_w_customs.t ... ok t/004a_basic_file_w_customs.t .. ok t/005_basic_w_cache_store.t .... ok t/005a_basic_w_cache_store.t ... ok t/006_basic_w_dbi_store.t ...... ok # Failed test at t/010_middleware.t line 32. # got: 'Counter=0' # expected: 'Counter=1' # Looks like you failed 1 test of 3. t/010_middleware.t ............. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/3 subtests # Failed test at t/010a_middleware.t line 32. # got: 'Counter=0' # expected: 'Counter=1' # Looks like you failed 1 test of 2. t/010a_middleware.t ............ Dubious, test returned 1 (wstat 256, 0x100) Failed 1/2 subtests Plack::Server::Standalone: Accepting connections at http://127.0.0.1:50377/ t/012_streaming.t .............. ok Plack::Server::Standalone: Accepting connections at http://127.0.0.1:50269/ # Failed test at t/013_cookiestore.t line 38. # got: 'counter=0' # expected: 'counter=1' # Failed test at t/013_cookiestore.t line 42. # got: 'counter=0' # expected: 'counter=2' # Looks like you failed 2 tests of 7. t/013_cookiestore.t ............ Dubious, test returned 2 (wstat 512, 0x200) Failed 2/7 subtests t/014_cookie_options.t ......... ok # Failed test at t/015_cookie_options_mw.t line 27. # 'plack_session=79c7f42d722c352f282824fec49ae21e3deb8fca; domain=.example.com; path=/' # doesn't match '(?-xism:plack_session=\w+; domain=.example.com; HttpOnly)' # Failed test at t/015_cookie_options_mw.t line 30. # 'plack_session=199624682152266ceb8127e057ced06841333aa0; domain=.example.com; path=/foo' # doesn't match '(?-xism:plack_session=\w+; domain=.example.com; path=/foo; HttpOnly)' # Looks like you failed 2 tests of 2. t/015_cookie_options_mw.t ...... Dubious, test returned 2 (wstat 512, 0x200) Failed 2/2 subtests Plack::Server::Standalone: Accepting connections at http://127.0.0.1:50881/ # Failed test at t/016_cookiestore_w_customs.t line 44. # got: 'counter=0' # expected: 'counter=1' # Failed test at t/016_cookiestore_w_customs.t line 48. # got: 'counter=0' # expected: 'counter=2' # Looks like you failed 2 tests of 7. t/016_cookiestore_w_customs.t .. Dubious, test returned 2 (wstat 512, 0x200) Failed 2/7 subtests t/release-pod-syntax.t ......... skipped: these tests are for release candidate testing Test Summary Report ------------------- t/002_basic_w_cookie.t (Wstat: 4352 Tests: 48 Failed: 17) Failed tests: 15-16, 19-25, 28-30, 32, 39-42 Non-zero exit status: 17 t/002a_basic_w_cookie.t (Wstat: 4352 Tests: 47 Failed: 17) Failed tests: 15-16, 19-25, 28-30, 32, 38-41 Non-zero exit status: 17 t/010_middleware.t (Wstat: 256 Tests: 3 Failed: 1) Failed test: 3 Non-zero exit status: 1 t/010a_middleware.t (Wstat: 256 Tests: 2 Failed: 1) Failed test: 2 Non-zero exit status: 1 t/013_cookiestore.t (Wstat: 512 Tests: 7 Failed: 2) Failed tests: 4, 6 Non-zero exit status: 2 t/015_cookie_options_mw.t (Wstat: 512 Tests: 2 Failed: 2) Failed tests: 1-2 Non-zero exit status: 2 t/016_cookiestore_w_customs.t (Wstat: 512 Tests: 7 Failed: 2) Failed tests: 4, 6 Non-zero exit status: 2 Files=20, Tests=504, 11 wallclock secs ( 0.52 usr 0.24 sys + 8.41 cusr 1.01 csys = 10.18 CPU) Result: FAIL MIYAGAWA/Plack-Middleware-Session-0.20.tar.gz ./Build test verbose=1 -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports MIYAGAWA/Plack-Middleware-Session-0.20.tar.gz Finished 2013-06-24T20:01:20