This distribution has been tested as part of the cpan-testers effort to test as many new uploads to CPAN as possible. See http://testers.cpan.org/
Please cc any replies to [email protected] to keep other test volunteers informed and to prevent any duplicate effort. -- Dear Andy Grundman, This is a computer-generated error report created automatically by CPANPLUS, version 0.0562. Testers personal comments may appear at the end of this report. Thank you for uploading your work to CPAN. However, it appears that there were some problems testing your distribution. TEST RESULTS: Below is the error stack from stage 'make test': [CP_MSG] [Thu Feb 9 17:20:45 2006] Checking if source files are up to date [CP_MSG] [Thu Feb 9 17:20:45 2006] Retrieving /gscuser/thepler/.cpanplus/sourcefiles.2.13.stored [CP_MSG] [Thu Feb 9 17:20:47 2006] make[1]: Entering directory `/gscuser/thepler/.cpanplus/5.8.7/build/Catalyst-Plugin-Authentication-Store-DBIC-0.04' /usr/local/bin/perl Build --makefile_env_macros 1 make[1]: Leaving directory `/gscuser/thepler/.cpanplus/5.8.7/build/Catalyst-Plugin-Authentication-Store-DBIC-0.04' [CP_ERROR] [Thu Feb 9 17:21:17 2006] MAKE TEST failed: make[1]: Entering directory `/gscuser/thepler/.cpanplus/5.8.7/build/Catalyst-Plugin-Authentication-Store-DBIC-0.04' /usr/local/bin/perl Build --makefile_env_macros 1 test t/01use..............ok t/02pod..............skipped all skipped: set TEST_POD to enable this test t/03podcoverage......skipped all skipped: set TEST_POD to enable this test t/04auth-clear.......DBD::SQLite::db prepare failed: no such table: user(1) at dbdimp.c line 269 at /usr/local/lib/perl5/site_perl/5.8.7/DBIx/Class/Storage/DBI.pm line 417. DBD::SQLite::db prepare failed: no such table: user(1) at dbdimp.c line 269 at /usr/local/lib/perl5/site_perl/5.8.7/DBIx/Class/Storage/DBI.pm line 417. DBD::SQLite::db prepare failed: no such table: user(1) at dbdimp.c line 269 at /usr/local/lib/perl5/site_perl/5.8.7/DBIx/Class/Storage/DBI.pm line 417. DBD::SQLite::db prepare failed: no such table: user_role(1) at dbdimp.c line 269 at /usr/local/lib/perl5/site_perl/5.8.7/DBIx/Class/Storage/DBI.pm line 417. DBD::SQLite::db prepare failed: no such table: user_role(1) at dbdimp.c line 269 at /usr/local/lib/perl5/site_perl/5.8.7/DBIx/Class/Storage/DBI.pm line 417. DBD::SQLite::db prepare failed: no such table: role(1) at dbdimp.c line 269 at /usr/local/lib/perl5/site_perl/5.8.7/DBIx/Class/Storage/DBI.pm line 417. DBD::SQLite::db prepare failed: no such table: role(1) at dbdimp.c line 269 at /usr/local/lib/perl5/site_perl/5.8.7/DBIx/Class/Storage/DBI.pm line 417. DBD::SQLite::db prepare_cached failed: no such table: user(1) at dbdimp.c line 269 at /usr/local/lib/perl5/site_perl/5.8.7/DBIx/Class/Storage/DBI.pm line 394. [Thu Feb 9 17:20:53 2006] [catalyst] [error] Caught exception in TestApp->user_login "DBIx::Class::ResultSetProxy::search(): 'SELECT me.id, me.username, me.password FROM user me WHERE ( username = ? )' did not generate a statement. at /gscuser/thepler/.cpanplus/5.8.7/build/Catalyst-Plugin-Authentication-Store-DBIC-0.04/blib/lib/Catalyst/Plugin/Authentication/Store/DBIC/User.pm line 15" # Failed test 'user logged in ok' # in t/04auth-clear.t at line 65. # got: '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" # "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> # <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> # <head> # <meta http-equiv="Content-Language" content="en" /> # <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> # <title>TestApp</title> # <script type="text/javascript"> # <!-- # function toggleDump (dumpElement) { # var e = document.getElementById( dumpElement ); # if (e.style.display == "none") { # e.style.display = ""; # } # else { # e.style.display = "none"; # } # } # --> # </script> # <style type="text/css"> # body { # font-family: "Bitstream Vera Sans", "Trebuchet MS", Verdana, # Tahoma, Arial, helvetica, sans-serif; # color: #ddd; # background-color: #eee; # margin: 0px; # padding: 0px; # } # :link, :link:hover, :visited, :visited:hover { # color: #ddd; # } # div.box { # position: relative; # background-color: #ccc; # border: 1px solid #aaa; # padding: 4px; # margin: 10px; # -moz-border-radius: 10px; # } # div.error { # background-color: #977; # border: 1px solid #755; # padding: 8px; # margin: 4px; # margin-bottom: 10px; # -moz-border-radius: 10px; # } # div.infos { # background-color: #797; # border: 1px solid #575; # padding: 8px; # margin: 4px; # margin-bottom: 10px; # -moz-border-radius: 10px; # } # div.name { # background-color: #779; # border: 1px solid #557; # padding: 8px; # margin: 4px; # -moz-border-radius: 10px; # } # code.error { # display: block; # margin: 1em 0; # overflow: auto; # } # div.name h1, div.error p { # margin: 0; # } # h2 { # margin-top: 0; # margin-bottom: 10px; # font-size: medium; # font-weight: bold; # text-decoration: underline; # } # h1 { # font-size: medium; # font-weight: normal; # } # /* from http://users.tkk.fi/~tkarvine/linux/doc/pre-wrap/pre-wrap-css3-mozilla-opera-ie.html */ # /* Browser specific (not valid) styles to make preformatted text wrap */ # pre { # white-space: pre-wrap; /* css-3 */ # white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ # white-space: -pre-wrap; /* Opera 4-6 */ # white-space: -o-pre-wrap; /* Opera 7 */ # word-wrap: break-word; /* Internet Explorer 5.5+ */ # } # </style> # </head> # <body> # <div class="box"> # <div class="error"></div> # <div class="infos"><pre> # (en) Please come back later # (de) Bitte versuchen sie es spaeter nocheinmal # (at) Konnten's bitt'schoen spaeter nochmal reinschauen # (no) Vennligst prov igjen senere # (dk) Venligst prov igen senere # (pl) Prosze sprobowac pozniej # </pre> # </div> # <div class="name"></div> # </div> # </body> # </html> # ' # expected: 'logged in' DBD::SQLite::db prepare_cached failed: no such table: user(1) at dbdimp.c line 269 at /usr/local/lib/perl5/site_perl/5.8.7/DBIx/Class/Storage/DBI.pm line 394. [Thu Feb 9 17:20:53 2006] [catalyst] [error] Caught exception in TestApp->user_login "DBIx::Class::ResultSetProxy::search(): 'SELECT me.id, me.username, me.password FROM user me WHERE ( username = ? )' did not generate a statement. at /gscuser/thepler/.cpanplus/5.8.7/build/Catalyst-Plugin-Authentication-Store-DBIC-0.04/blib/lib/Catalyst/Plugin/Authentication/Store/DBIC/User.pm line 15" # Failed test 'user not logged in ok' # in t/04auth-clear.t at line 71. # got: '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" # "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> # <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> # <head> # <meta http-equiv="Content-Language" content="en" /> # <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> # <title>TestApp</title> # <script type="text/javascript"> # <!-- # function toggleDump (dumpElement) { # var e = document.getElementById( dumpElement ); # if (e.style.display == "none") { # e.style.display = ""; # } # else { # e.style.display = "none"; # } # } # --> # </script> # <style type="text/css"> # body { # font-family: "Bitstream Vera Sans", "Trebuchet MS", Verdana, # Tahoma, Arial, helvetica, sans-serif; # color: #ddd; # background-color: #eee; # margin: 0px; # padding: 0px; # } # :link, :link:hover, :visited, :visited:hover { # color: #ddd; # } # div.box { # position: relative; # background-color: #ccc; # border: 1px solid #aaa; # padding: 4px; # margin: 10px; # -moz-border-radius: 10px; # } # div.error { # background-color: #977; # border: 1px solid #755; # padding: 8px; # margin: 4px; # margin-bottom: 10px; # -moz-border-radius: 10px; # } # div.infos { # background-color: #797; # border: 1px solid #575; # padding: 8px; # margin: 4px; # margin-bottom: 10px; # -moz-border-radius: 10px; # } # div.name { # background-color: #779; # border: 1px solid #557; # padding: 8px; # margin: 4px; # -moz-border-radius: 10px; # } # code.error { # display: block; # margin: 1em 0; # overflow: auto; # } # div.name h1, div.error p { # margin: 0; # } # h2 { # margin-top: 0; # margin-bottom: 10px; # font-size: medium; # font-weight: bold; # text-decoration: underline; # } # h1 { # font-size: medium; # font-weight: normal; # } # /* from http://users.tkk.fi/~tkarvine/linux/doc/pre-wrap/pre-wrap-css3-mozilla-opera-ie.html */ # /* Browser specific (not valid) styles to make preformatted text wrap */ # pre { # white-space: pre-wrap; /* css-3 */ # white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ # white-space: -pre-wrap; /* Opera 4-6 */ # white-space: -o-pre-wrap; /* Opera 7 */ # word-wrap: break-word; /* Internet Explorer 5.5+ */ # } # </style> # </head> # <body> # <div class="box"> # <div class="error"></div> # <div class="infos"><pre> # (en) Please come back later # (de) Bitte versuchen sie es spaeter nocheinmal # (at) Konnten's bitt'schoen spaeter nochmal reinschauen # (no) Vennligst prov igjen senere # (dk) Venligst prov igen senere # (pl) Prosze sprobowac pozniej # </pre> # </div> # <div class="name"></div> # </div> # </body> # </html> # ' # expected: 'not logged in' # Looks like you failed 2 tests of 6. dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 2, 4 Failed 2/6 tests, 66.67% okay t/05auth-crypted.....DBD::SQLite::db prepare failed: no such table: user(1) at dbdimp.c line 269 at /usr/local/lib/perl5/site_perl/5.8.7/DBIx/Class/Storage/DBI.pm line 417. DBD::SQLite::db prepare failed: no such table: user(1) at dbdimp.c line 269 at /usr/local/lib/perl5/site_perl/5.8.7/DBIx/Class/Storage/DBI.pm line 417. DBD::SQLite::db prepare failed: no such table: user(1) at dbdimp.c line 269 at /usr/local/lib/perl5/site_perl/5.8.7/DBIx/Class/Storage/DBI.pm line 417. DBD::SQLite::db prepare failed: no such table: user_role(1) at dbdimp.c line 269 at /usr/local/lib/perl5/site_perl/5.8.7/DBIx/Class/Storage/DBI.pm line 417. DBD::SQLite::db prepare failed: no such table: user_role(1) at dbdimp.c line 269 at /usr/local/lib/perl5/site_perl/5.8.7/DBIx/Class/Storage/DBI.pm line 417. DBD::SQLite::db prepare failed: no such table: role(1) at dbdimp.c line 269 at /usr/local/lib/perl5/site_perl/5.8.7/DBIx/Class/Storage/DBI.pm line 417. DBD::SQLite::db prepare failed: no such table: role(1) at dbdimp.c line 269 at /usr/local/lib/perl5/site_perl/5.8.7/DBIx/Class/Storage/DBI.pm line 417. DBD::SQLite::db prepare_cached failed: no such table: user(1) at dbdimp.c line 269 at /usr/local/lib/perl5/site_perl/5.8.7/DBIx/Class/Storage/DBI.pm line 394. [Thu Feb 9 17:20:57 2006] [catalyst] [error] Caught exception in TestApp->user_login "DBIx::Class::ResultSetProxy::search(): 'SELECT me.id, me.username, me.password FROM user me WHERE ( username = ? )' did not generate a statement. at /gscuser/thepler/.cpanplus/5.8.7/build/Catalyst-Plugin-Authentication-Store-DBIC-0.04/blib/lib/Catalyst/Plugin/Authentication/Store/DBIC/User.pm line 15" # Failed test 'user logged in ok' # in t/05auth-crypted.t at line 65. # got: '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" # "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> # <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> # <head> # <meta http-equiv="Content-Language" content="en" /> # <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> # <title>TestApp</title> # <script type="text/javascript"> # <!-- # function toggleDump (dumpElement) { # var e = document.getElementById( dumpElement ); # if (e.style.display == "none") { # e.style.display = ""; # } # else { # e.style.display = "none"; # } # } # --> # </script> # <style type="text/css"> # body { # font-family: "Bitstream Vera Sans", "Trebuchet MS", Verdana, # Tahoma, Arial, helvetica, sans-serif; # color: #ddd; # background-color: #eee; # margin: 0px; # padding: 0px; # } # :link, :link:hover, :visited, :visited:hover { # color: #ddd; # } # div.box { # position: relative; # background-color: #ccc; # border: 1px solid #aaa; # padding: 4px; # margin: 10px; # -moz-border-radius: 10px; # } # div.error { # background-color: #977; # border: 1px solid #755; # padding: 8px; # margin: 4px; # margin-bottom: 10px; # -moz-border-radius: 10px; # } # div.infos { # background-color: #797; # border: 1px solid #575; # padding: 8px; # margin: 4px; # margin-bottom: 10px; # -moz-border-radius: 10px; # } # div.name { # background-color: #779; # border: 1px solid #557; # padding: 8px; # margin: 4px; # -moz-border-radius: 10px; # } # code.error { # display: block; # margin: 1em 0; # overflow: auto; # } # div.name h1, div.error p { # margin: 0; # } # h2 { # margin-top: 0; # margin-bottom: 10px; # font-size: medium; # font-weight: bold; # text-decoration: underline; # } # h1 { # font-size: medium; # font-weight: normal; # } # /* from http://users.tkk.fi/~tkarvine/linux/doc/pre-wrap/pre-wrap-css3-mozilla-opera-ie.html */ # /* Browser specific (not valid) styles to make preformatted text wrap */ # pre { # white-space: pre-wrap; /* css-3 */ # white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ # white-space: -pre-wrap; /* Opera 4-6 */ # white-space: -o-pre-wrap; /* Opera 7 */ # word-wrap: break-word; /* Internet Explorer 5.5+ */ # } # </style> # </head> # <body> # <div class="box"> # <div class="error"></div> # <div class="infos"><pre> # (en) Please come back later # (de) Bitte versuchen sie es spaeter nocheinmal # (at) Konnten's bitt'schoen spaeter nochmal reinschauen # (no) Vennligst prov igjen senere # (dk) Venligst prov igen senere # (pl) Prosze sprobowac pozniej # </pre> # </div> # <div class="name"></div> # </div> # </body> # </html> # ' # expected: 'logged in' # Looks like you failed 1 test of 2. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 2 Failed 1/2 tests, 50.00% okay t/06auth-hashed......DBD::SQLite::db prepare failed: no such table: user(1) at dbdimp.c line 269 at /usr/local/lib/perl5/site_perl/5.8.7/DBIx/Class/Storage/DBI.pm line 417. DBD::SQLite::db prepare failed: no such table: user(1) at dbdimp.c line 269 at /usr/local/lib/perl5/site_perl/5.8.7/DBIx/Class/Storage/DBI.pm line 417. DBD::SQLite::db prepare failed: no such table: user(1) at dbdimp.c line 269 at /usr/local/lib/perl5/site_perl/5.8.7/DBIx/Class/Storage/DBI.pm line 417. DBD::SQLite::db prepare failed: no such table: user_role(1) at dbdimp.c line 269 at /usr/local/lib/perl5/site_perl/5.8.7/DBIx/Class/Storage/DBI.pm line 417. DBD::SQLite::db prepare failed: no such table: user_role(1) at dbdimp.c line 269 at /usr/local/lib/perl5/site_perl/5.8.7/DBIx/Class/Storage/DBI.pm line 417. DBD::SQLite::db prepare failed: no such table: role(1) at dbdimp.c line 269 at /usr/local/lib/perl5/site_perl/5.8.7/DBIx/Class/Storage/DBI.pm line 417. DBD::SQLite::db prepare failed: no such table: role(1) at dbdimp.c line 269 at /usr/local/lib/perl5/site_perl/5.8.7/DBIx/Class/Storage/DBI.pm line 417. DBD::SQLite::db prepare_cached failed: no such table: user(1) at dbdimp.c line 269 at /usr/local/lib/perl5/site_perl/5.8.7/DBIx/Class/Storage/DBI.pm line 394. [Thu Feb 9 17:21:02 2006] [catalyst] [error] Caught exception in TestApp->user_login "DBIx::Class::ResultSetProxy::search(): 'SELECT me.id, me.username, me.password FROM user me WHERE ( username = ? )' did not generate a statement. at /gscuser/thepler/.cpanplus/5.8.7/build/Catalyst-Plugin-Authentication-Store-DBIC-0.04/blib/lib/Catalyst/Plugin/Authentication/Store/DBIC/User.pm line 15" # Failed test 'user logged in ok' # in t/06auth-hashed.t at line 66. # got: '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" # "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> # <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> # <head> # <meta http-equiv="Content-Language" content="en" /> # <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> # <title>TestApp</title> # <script type="text/javascript"> # <!-- # function toggleDump (dumpElement) { # var e = document.getElementById( dumpElement ); # if (e.style.display == "none") { # e.style.display = ""; # } # else { # e.style.display = "none"; # } # } # --> # </script> # <style type="text/css"> # body { # font-family: "Bitstream Vera Sans", "Trebuchet MS", Verdana, # Tahoma, Arial, helvetica, sans-serif; # color: #ddd; # background-color: #eee; # margin: 0px; # padding: 0px; # } # :link, :link:hover, :visited, :visited:hover { # color: #ddd; # } # div.box { # position: relative; # background-color: #ccc; # border: 1px solid #aaa; # padding: 4px; # margin: 10px; # -moz-border-radius: 10px; # } # div.error { # background-color: #977; # border: 1px solid #755; # padding: 8px; # margin: 4px; # margin-bottom: 10px; # -moz-border-radius: 10px; # } # div.infos { # background-color: #797; # border: 1px solid #575; # padding: 8px; # margin: 4px; # margin-bottom: 10px; # -moz-border-radius: 10px; # } # div.name { # background-color: #779; # border: 1px solid #557; # padding: 8px; # margin: 4px; # -moz-border-radius: 10px; # } # code.error { # display: block; # margin: 1em 0; # overflow: auto; # } # div.name h1, div.error p { # margin: 0; # } # h2 { # margin-top: 0; # margin-bottom: 10px; # font-size: medium; # font-weight: bold; # text-decoration: underline; # } # h1 { # font-size: medium; # font-weight: normal; # } # /* from http://users.tkk.fi/~tkarvine/linux/doc/pre-wrap/pre-wrap-css3-mozilla-opera-ie.html */ # /* Browser specific (not valid) styles to make preformatted text wrap */ # pre { # white-space: pre-wrap; /* css-3 */ # white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ # white-space: -pre-wrap; /* Opera 4-6 */ # white-space: -o-pre-wrap; /* Opera 7 */ # word-wrap: break-word; /* Internet Explorer 5.5+ */ # } # </style> # </head> # <body> # <div class="box"> # <div class="error"></div> # <div class="infos"><pre> # (en) Please come back later # (de) Bitte versuchen sie es spaeter nocheinmal # (at) Konnten's bitt'schoen spaeter nochmal reinschauen # (no) Vennligst prov igjen senere # (dk) Venligst prov igen senere # (pl) Prosze sprobowac pozniej # </pre> # </div> # <div class="name"></div> # </div> # </body> # </html> # ' # expected: 'logged in' # Looks like you failed 1 test of 2. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 2 Failed 1/2 tests, 50.00% okay t/07auth-sessions....DBD::SQLite::db prepare failed: no such table: user(1) at dbdimp.c line 269 at /usr/local/lib/perl5/site_perl/5.8.7/DBIx/Class/Storage/DBI.pm line 417. DBD::SQLite::db prepare failed: no such table: user(1) at dbdimp.c line 269 at /usr/local/lib/perl5/site_perl/5.8.7/DBIx/Class/Storage/DBI.pm line 417. DBD::SQLite::db prepare failed: no such table: user(1) at dbdimp.c line 269 at /usr/local/lib/perl5/site_perl/5.8.7/DBIx/Class/Storage/DBI.pm line 417. DBD::SQLite::db prepare failed: no such table: user_role(1) at dbdimp.c line 269 at /usr/local/lib/perl5/site_perl/5.8.7/DBIx/Class/Storage/DBI.pm line 417. DBD::SQLite::db prepare failed: no such table: user_role(1) at dbdimp.c line 269 at /usr/local/lib/perl5/site_perl/5.8.7/DBIx/Class/Storage/DBI.pm line 417. DBD::SQLite::db prepare failed: no such table: role(1) at dbdimp.c line 269 at /usr/local/lib/perl5/site_perl/5.8.7/DBIx/Class/Storage/DBI.pm line 417. DBD::SQLite::db prepare failed: no such table: role(1) at dbdimp.c line 269 at /usr/local/lib/perl5/site_perl/5.8.7/DBIx/Class/Storage/DBI.pm line 417. DBD::SQLite::db prepare_cached failed: no such table: user(1) at dbdimp.c line 269 at /usr/local/lib/perl5/site_perl/5.8.7/DBIx/Class/Storage/DBI.pm line 394. [Thu Feb 9 17:21:07 2006] [catalyst] [error] Caught exception in TestApp->user_login_session "DBIx::Class::ResultSetProxy::search(): 'SELECT me.id, me.username, me.password FROM user me WHERE ( username = ? )' did not generate a statement. at /gscuser/thepler/.cpanplus/5.8.7/build/Catalyst-Plugin-Authentication-Store-DBIC-0.04/blib/lib/Catalyst/Plugin/Authentication/Store/DBIC/User.pm line 15" # Failed test 'user logged in ok' # in t/07auth-sessions.t at line 72. # got: '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" # "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> # <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> # <head> # <meta http-equiv="Content-Language" content="en" /> # <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> # <title>TestApp</title> # <script type="text/javascript"> # <!-- # function toggleDump (dumpElement) { # var e = document.getElementById( dumpElement ); # if (e.style.display == "none") { # e.style.display = ""; # } # else { # e.style.display = "none"; # } # } # --> # </script> # <style type="text/css"> # body { # font-family: "Bitstream Vera Sans", "Trebuchet MS", Verdana, # Tahoma, Arial, helvetica, sans-serif; # color: #ddd; # background-color: #eee; # margin: 0px; # padding: 0px; # } # :link, :link:hover, :visited, :visited:hover { # color: #ddd; # } # div.box { # position: relative; # background-color: #ccc; # border: 1px solid #aaa; # padding: 4px; # margin: 10px; # -moz-border-radius: 10px; # } # div.error { # background-color: #977; # border: 1px solid #755; # padding: 8px; # margin: 4px; # margin-bottom: 10px; # -moz-border-radius: 10px; # } # div.infos { # background-color: #797; # border: 1px solid #575; # padding: 8px; # margin: 4px; # margin-bottom: 10px; # -moz-border-radius: 10px; # } # div.name { # background-color: #779; # border: 1px solid #557; # padding: 8px; # margin: 4px; # -moz-border-radius: 10px; # } # code.error { # display: block; # margin: 1em 0; # overflow: auto; # } # div.name h1, div.error p { # margin: 0; # } # h2 { # margin-top: 0; # margin-bottom: 10px; # font-size: medium; # font-weight: bold; # text-decoration: underline; # } # h1 { # font-size: medium; # font-weight: normal; # } # /* from http://users.tkk.fi/~tkarvine/linux/doc/pre-wrap/pre-wrap-css3-mozilla-opera-ie.html */ # /* Browser specific (not valid) styles to make preformatted text wrap */ # pre { # white-space: pre-wrap; /* css-3 */ # white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ # white-space: -pre-wrap; /* Opera 4-6 */ # white-space: -o-pre-wrap; /* Opera 7 */ # word-wrap: break-word; /* Internet Explorer 5.5+ */ # } # </style> # </head> # <body> # <div class="box"> # <div class="error"></div> # <div class="infos"><pre> # (en) Please come back later # (de) Bitte versuchen sie es spaeter nocheinmal # (at) Konnten's bitt'schoen spaeter nochmal reinschauen # (no) Vennligst prov igjen senere # (dk) Venligst prov igen senere # (pl) Prosze sprobowac pozniej # </pre> # </div> # <div class="name"></div> # </div> # </body> # </html> # ' # expected: 'andyg' # Looks like you failed 1 test of 6. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 2 Failed 1/6 tests, 83.33% okay t/08authz-dbic.......DBD::SQLite::db prepare failed: no such table: user(1) at dbdimp.c line 269 at /usr/local/lib/perl5/site_perl/5.8.7/DBIx/Class/Storage/DBI.pm line 417. DBD::SQLite::db prepare failed: no such table: user(1) at dbdimp.c line 269 at /usr/local/lib/perl5/site_perl/5.8.7/DBIx/Class/Storage/DBI.pm line 417. DBD::SQLite::db prepare failed: no such table: user(1) at dbdimp.c line 269 at /usr/local/lib/perl5/site_perl/5.8.7/DBIx/Class/Storage/DBI.pm line 417. DBD::SQLite::db prepare failed: no such table: user_role(1) at dbdimp.c line 269 at /usr/local/lib/perl5/site_perl/5.8.7/DBIx/Class/Storage/DBI.pm line 417. DBD::SQLite::db prepare failed: no such table: user_role(1) at dbdimp.c line 269 at /usr/local/lib/perl5/site_perl/5.8.7/DBIx/Class/Storage/DBI.pm line 417. DBD::SQLite::db prepare failed: no such table: role(1) at dbdimp.c line 269 at /usr/local/lib/perl5/site_perl/5.8.7/DBIx/Class/Storage/DBI.pm line 417. DBD::SQLite::db prepare failed: no such table: role(1) at dbdimp.c line 269 at /usr/local/lib/perl5/site_perl/5.8.7/DBIx/Class/Storage/DBI.pm line 417. DBD::SQLite::db prepare_cached failed: no such table: user(1) at dbdimp.c line 269 at /usr/local/lib/perl5/site_perl/5.8.7/DBIx/Class/Storage/DBI.pm line 394. [Thu Feb 9 17:21:12 2006] [catalyst] [error] Caught exception in TestApp->user_login "DBIx::Class::ResultSetProxy::search(): 'SELECT me.id, me.username, me.password FROM user me WHERE ( username = ? )' did not generate a statement. at /gscuser/thepler/.cpanplus/5.8.7/build/Catalyst-Plugin-Authentication-Store-DBIC-0.04/blib/lib/Catalyst/Plugin/Authentication/Store/DBIC/User.pm line 15" # Failed test 'user is an admin' # in t/08authz-dbic.t at line 93. # got: '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" # "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> # <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> # <head> # <meta http-equiv="Content-Language" content="en" /> # <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> # <title>TestApp</title> # <script type="text/javascript"> # <!-- # function toggleDump (dumpElement) { # var e = document.getElementById( dumpElement ); # if (e.style.display == "none") { # e.style.display = ""; # } # else { # e.style.display = "none"; # } # } # --> # </script> # <style type="text/css"> # body { # font-family: "Bitstream Vera Sans", "Trebuchet MS", Verdana, # Tahoma, Arial, helvetica, sans-serif; # color: #ddd; # background-color: #eee; # margin: 0px; # padding: 0px; # } # :link, :link:hover, :visited, :visited:hover { # color: #ddd; # } # div.box { # position: relative; # background-color: #ccc; # border: 1px solid #aaa; # padding: 4px; # margin: 10px; # -moz-border-radius: 10px; # } # div.error { # background-color: #977; # border: 1px solid #755; # padding: 8px; # margin: 4px; # margin-bottom: 10px; # -moz-border-radius: 10px; # } # div.infos { # background-color: #797; # border: 1px solid #575; # padding: 8px; # margin: 4px; # margin-bottom: 10px; # -moz-border-radius: 10px; # } # div.name { # background-color: #779; # border: 1px solid #557; # padding: 8px; # margin: 4px; # -moz-border-radius: 10px; # } # code.error { # display: block; # margin: 1em 0; # overflow: auto; # } # div.name h1, div.error p { # margin: 0; # } # h2 { # margin-top: 0; # margin-bottom: 10px; # font-size: medium; # font-weight: bold; # text-decoration: underline; # } # h1 { # font-size: medium; # font-weight: normal; # } # /* from http://users.tkk.fi/~tkarvine/linux/doc/pre-wrap/pre-wrap-css3-mozilla-opera-ie.html */ # /* Browser specific (not valid) styles to make preformatted text wrap */ # pre { # white-space: pre-wrap; /* css-3 */ # white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ # white-space: -pre-wrap; /* Opera 4-6 */ # white-space: -o-pre-wrap; /* Opera 7 */ # word-wrap: break-word; /* Internet Explorer 5.5+ */ # } # </style> # </head> # <body> # <div class="box"> # <div class="error"></div> # <div class="infos"><pre> # (en) Please come back later # (de) Bitte versuchen sie es spaeter nocheinmal # (at) Konnten's bitt'schoen spaeter nochmal reinschauen # (no) Vennligst prov igjen senere # (dk) Venligst prov igen senere # (pl) Prosze sprobowac pozniej # </pre> # </div> # <div class="name"></div> # </div> # </body> # </html> # ' # expected: 'ok' DBD::SQLite::db prepare_cached failed: no such table: user(1) at dbdimp.c line 269 at /usr/local/lib/perl5/site_perl/5.8.7/DBIx/Class/Storage/DBI.pm line 394. [Thu Feb 9 17:21:12 2006] [catalyst] [error] Caught exception in TestApp->user_login "DBIx::Class::ResultSetProxy::search(): 'SELECT me.id, me.username, me.password FROM user me WHERE ( username = ? )' did not generate a statement. at /gscuser/thepler/.cpanplus/5.8.7/build/Catalyst-Plugin-Authentication-Store-DBIC-0.04/blib/lib/Catalyst/Plugin/Authentication/Store/DBIC/User.pm line 15" # Failed test 'user is not an admin' # in t/08authz-dbic.t at line 99. # got: '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" # "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> # <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> # <head> # <meta http-equiv="Content-Language" content="en" /> # <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> # <title>TestApp</title> # <script type="text/javascript"> # <!-- # function toggleDump (dumpElement) { # var e = document.getElementById( dumpElement ); # if (e.style.display == "none") { # e.style.display = ""; # } # else { # e.style.display = "none"; # } # } # --> # </script> # <style type="text/css"> # body { # font-family: "Bitstream Vera Sans", "Trebuchet MS", Verdana, # Tahoma, Arial, helvetica, sans-serif; # color: #ddd; # background-color: #eee; # margin: 0px; # padding: 0px; # } # :link, :link:hover, :visited, :visited:hover { # color: #ddd; # } # div.box { # position: relative; # background-color: #ccc; # border: 1px solid #aaa; # padding: 4px; # margin: 10px; # -moz-border-radius: 10px; # } # div.error { # background-color: #977; # border: 1px solid #755; # padding: 8px; # margin: 4px; # margin-bottom: 10px; # -moz-border-radius: 10px; # } # div.infos { # background-color: #797; # border: 1px solid #575; # padding: 8px; # margin: 4px; # margin-bottom: 10px; # -moz-border-radius: 10px; # } # div.name { # background-color: #779; # border: 1px solid #557; # padding: 8px; # margin: 4px; # -moz-border-radius: 10px; # } # code.error { # display: block; # margin: 1em 0; # overflow: auto; # } # div.name h1, div.error p { # margin: 0; # } # h2 { # margin-top: 0; # margin-bottom: 10px; # font-size: medium; # font-weight: bold; # text-decoration: underline; # } # h1 { # font-size: medium; # font-weight: normal; # } # /* from http://users.tkk.fi/~tkarvine/linux/doc/pre-wrap/pre-wrap-css3-mozilla-opera-ie.html */ # /* Browser specific (not valid) styles to make preformatted text wrap */ # pre { # white-space: pre-wrap; /* css-3 */ # white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ # white-space: -pre-wrap; /* Opera 4-6 */ # white-space: -o-pre-wrap; /* Opera 7 */ # word-wrap: break-word; /* Internet Explorer 5.5+ */ # } # </style> # </head> # <body> # <div class="box"> # <div class="error"></div> # <div class="infos"><pre> # (en) Please come back later # (de) Bitte versuchen sie es spaeter nocheinmal # (at) Konnten's bitt'schoen spaeter nochmal reinschauen # (no) Vennligst prov igjen senere # (dk) Venligst prov igen senere # (pl) Prosze sprobowac pozniej # </pre> # </div> # <div class="name"></div> # </div> # </body> # </html> # ' # expected: '' DBD::SQLite::db prepare_cached failed: no such table: user(1) at dbdimp.c line 269 at /usr/local/lib/perl5/site_perl/5.8.7/DBIx/Class/Storage/DBI.pm line 394. [Thu Feb 9 17:21:12 2006] [catalyst] [error] Caught exception in TestApp->user_login "DBIx::Class::ResultSetProxy::search(): 'SELECT me.id, me.username, me.password FROM user me WHERE ( username = ? )' did not generate a statement. at /gscuser/thepler/.cpanplus/5.8.7/build/Catalyst-Plugin-Authentication-Store-DBIC-0.04/blib/lib/Catalyst/Plugin/Authentication/Store/DBIC/User.pm line 15" # Failed test 'user is an admin and a user' # in t/08authz-dbic.t at line 105. # got: '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" # "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> # <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> # <head> # <meta http-equiv="Content-Language" content="en" /> # <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> # <title>TestApp</title> # <script type="text/javascript"> # <!-- # function toggleDump (dumpElement) { # var e = document.getElementById( dumpElement ); # if (e.style.display == "none") { # e.style.display = ""; # } # else { # e.style.display = "none"; # } # } # --> # </script> # <style type="text/css"> # body { # font-family: "Bitstream Vera Sans", "Trebuchet MS", Verdana, # Tahoma, Arial, helvetica, sans-serif; # color: #ddd; # background-color: #eee; # margin: 0px; # padding: 0px; # } # :link, :link:hover, :visited, :visited:hover { # color: #ddd; # } # div.box { # position: relative; # background-color: #ccc; # border: 1px solid #aaa; # padding: 4px; # margin: 10px; # -moz-border-radius: 10px; # } # div.error { # background-color: #977; # border: 1px solid #755; # padding: 8px; # margin: 4px; # margin-bottom: 10px; # -moz-border-radius: 10px; # } # div.infos { # background-color: #797; # border: 1px solid #575; # padding: 8px; # margin: 4px; # margin-bottom: 10px; # -moz-border-radius: 10px; # } # div.name { # background-color: #779; # border: 1px solid #557; # padding: 8px; # margin: 4px; # -moz-border-radius: 10px; # } # code.error { # display: block; # margin: 1em 0; # overflow: auto; # } # div.name h1, div.error p { # margin: 0; # } # h2 { # margin-top: 0; # margin-bottom: 10px; # font-size: medium; # font-weight: bold; # text-decoration: underline; # } # h1 { # font-size: medium; # font-weight: normal; # } # /* from http://users.tkk.fi/~tkarvine/linux/doc/pre-wrap/pre-wrap-css3-mozilla-opera-ie.html */ # /* Browser specific (not valid) styles to make preformatted text wrap */ # pre { # white-space: pre-wrap; /* css-3 */ # white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ # white-space: -pre-wrap; /* Opera 4-6 */ # white-space: -o-pre-wrap; /* Opera 7 */ # word-wrap: break-word; /* Internet Explorer 5.5+ */ # } # </style> # </head> # <body> # <div class="box"> # <div class="error"></div> # <div class="infos"><pre> # (en) Please come back later # (de) Bitte versuchen sie es spaeter nocheinmal # (at) Konnten's bitt'schoen spaeter nochmal reinschauen # (no) Vennligst prov igjen senere # (dk) Venligst prov igen senere # (pl) Prosze sprobowac pozniej # </pre> # </div> # <div class="name"></div> # </div> # </body> # </html> # ' # expected: 'ok' DBD::SQLite::db prepare_cached failed: no such table: user(1) at dbdimp.c line 269 at /usr/local/lib/perl5/site_perl/5.8.7/DBIx/Class/Storage/DBI.pm line 394. [Thu Feb 9 17:21:12 2006] [catalyst] [error] Caught exception in TestApp->user_login "DBIx::Class::ResultSetProxy::search(): 'SELECT me.id, me.username, me.password FROM user me WHERE ( username = ? )' did not generate a statement. at /gscuser/thepler/.cpanplus/5.8.7/build/Catalyst-Plugin-Authentication-Store-DBIC-0.04/blib/lib/Catalyst/Plugin/Authentication/Store/DBIC/User.pm line 15" # Failed test 'user is not an admin and a user' # in t/08authz-dbic.t at line 111. # got: '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" # "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> # <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> # <head> # <meta http-equiv="Content-Language" content="en" /> # <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> # <title>TestApp</title> # <script type="text/javascript"> # <!-- # function toggleDump (dumpElement) { # var e = document.getElementById( dumpElement ); # if (e.style.display == "none") { # e.style.display = ""; # } # else { # e.style.display = "none"; # } # } # --> # </script> # <style type="text/css"> # body { # font-family: "Bitstream Vera Sans", "Trebuchet MS", Verdana, # Tahoma, Arial, helvetica, sans-serif; # color: #ddd; # background-color: #eee; # margin: 0px; # padding: 0px; # } # :link, :link:hover, :visited, :visited:hover { # color: #ddd; # } # div.box { # position: relative; # background-color: #ccc; # border: 1px solid #aaa; # padding: 4px; # margin: 10px; # -moz-border-radius: 10px; # } # div.error { # background-color: #977; # border: 1px solid #755; # padding: 8px; # margin: 4px; # margin-bottom: 10px; # -moz-border-radius: 10px; # } # div.infos { # background-color: #797; # border: 1px solid #575; # padding: 8px; # margin: 4px; # margin-bottom: 10px; # -moz-border-radius: 10px; # } # div.name { # background-color: #779; # border: 1px solid #557; # padding: 8px; # margin: 4px; # -moz-border-radius: 10px; # } # code.error { # display: block; # margin: 1em 0; # overflow: auto; # } # div.name h1, div.error p { # margin: 0; # } # h2 { # margin-top: 0; # margin-bottom: 10px; # font-size: medium; # font-weight: bold; # text-decoration: underline; # } # h1 { # font-size: medium; # font-weight: normal; # } # /* from http://users.tkk.fi/~tkarvine/linux/doc/pre-wrap/pre-wrap-css3-mozilla-opera-ie.html */ # /* Browser specific (not valid) styles to make preformatted text wrap */ # pre { # white-space: pre-wrap; /* css-3 */ # white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ # white-space: -pre-wrap; /* Opera 4-6 */ # white-space: -o-pre-wrap; /* Opera 7 */ # word-wrap: break-word; /* Internet Explorer 5.5+ */ # } # </style> # </head> # <body> # <div class="box"> # <div class="error"></div> # <div class="infos"><pre> # (en) Please come back later # (de) Bitte versuchen sie es spaeter nocheinmal # (at) Konnten's bitt'schoen spaeter nochmal reinschauen # (no) Vennligst prov igjen senere # (dk) Venligst prov igen senere # (pl) Prosze sprobowac pozniej # </pre> # </div> # <div class="name"></div> # </div> # </body> # </html> # ' # expected: '' # Looks like you failed 4 tests of 8. dubious Test returned status 4 (wstat 1024, 0x400) DIED. FAILED tests 2, 4, 6, 8 Failed 4/8 tests, 50.00% okay t/09authz-cdbi.......DBD::SQLite::db prepare failed: no such table: user(1) at dbdimp.c line 269 at /usr/local/lib/perl5/site_perl/5.8.7/DBIx/Class/Storage/DBI.pm line 417. DBD::SQLite::db prepare failed: no such table: user(1) at dbdimp.c line 269 at /usr/local/lib/perl5/site_perl/5.8.7/DBIx/Class/Storage/DBI.pm line 417. DBD::SQLite::db prepare failed: no such table: user(1) at dbdimp.c line 269 at /usr/local/lib/perl5/site_perl/5.8.7/DBIx/Class/Storage/DBI.pm line 417. DBD::SQLite::db prepare failed: no such table: user_role(1) at dbdimp.c line 269 at /usr/local/lib/perl5/site_perl/5.8.7/DBIx/Class/Storage/DBI.pm line 417. DBD::SQLite::db prepare failed: no such table: user_role(1) at dbdimp.c line 269 at /usr/local/lib/perl5/site_perl/5.8.7/DBIx/Class/Storage/DBI.pm line 417. DBD::SQLite::db prepare failed: no such table: role(1) at dbdimp.c line 269 at /usr/local/lib/perl5/site_perl/5.8.7/DBIx/Class/Storage/DBI.pm line 417. DBD::SQLite::db prepare failed: no such table: role(1) at dbdimp.c line 269 at /usr/local/lib/perl5/site_perl/5.8.7/DBIx/Class/Storage/DBI.pm line 417. ok Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/04auth-clear.t 2 512 6 2 33.33% 2 4 t/05auth-crypted.t 1 256 2 1 50.00% 2 t/06auth-hashed.t 1 256 2 1 50.00% 2 t/07auth-sessions.t 1 256 6 1 16.67% 2 t/08authz-dbic.t 4 1024 8 4 50.00% 2 4 6 8 2 tests skipped. Failed 5/9 test scripts, 44.44% okay. 9/33 subtests failed, 72.73% okay. make[1]: *** [test] Error 255 make[1]: Leaving directory `/gscuser/thepler/.cpanplus/5.8.7/build/Catalyst-Plugin-Authentication-Store-DBIC-0.04' PREREQUISITES: Here is a list of prerequisites you specified and versions we managed to load: Catalyst 5.63 Catalyst::Plugin::Authentication 0.05 Set::Object 1.14 ******************************** NOTE ******************************** The comments above are created mechanically, possibly without manual checking by the sender. As there are many people performing automatic tests on each upload to CPAN, it is likely that you will receive identical messages about the same problem. If you believe that the message is mistaken, please reply to the first one with correction and/or additional informations, and do not take it personally. We appreciate your patience. :) ********************************************************************** Additional comments: -- Summary of my perl5 (revision 5 version 8 subversion 7) configuration: Platform: osname=linux, osvers=2.6.11.10, archname=i686-linux uname='linux linus37 2.6.11.10 #1 smp wed may 18 14:54:55 cdt 2005 i686 gnulinux ' config_args='-de -Dusesitecustomize' hint=recommended, useposix=true, d_sigaction=define usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef useperlio=define d_sfio=undef uselargefiles=define usesocks=undef use64bitint=undef use64bitall=undef uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='cc', ccflags ='-fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64', optimize='-O2', cppflags='-fno-strict-aliasing -pipe -I/usr/local/include' ccversion='', gccversion='3.3.5 (Debian 1:3.3.5-13)', gccosandvers='' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=4, prototype=define Linker and Libraries: ld='cc', ldflags =' -L/usr/local/lib' libpth=/usr/local/lib /lib /usr/lib libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc libc=/lib/libc-2.3.2.so, so=so, useshrplib=false, libperl=libperl.a gnulibc_version='2.3.2' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E' cccdlflags='-fpic', lddlflags='-shared -L/usr/local/lib'
