Back
From: metabase:user:30ae4450-2aae-11df-837a-5e0a49663a4f
Subject: FAIL CatalystX-CMS-0.011 v5.14.3
Date: 2013-01-16T12:28:32Z
This distribution has been tested as part of the CPAN Testers
project, supporting the Perl programming language. See
http://wiki.cpantesters.org/ for more information or email
questions to cpan-testers-discuss@perl.org
--
Dear Peter Karman,
This is a computer-generated report for CatalystX-CMS-0.011
on perl 5.14.3, created by CPAN-Reporter-1.2009.
Thank you for uploading your work to CPAN. However, there was a problem
testing your distribution.
If you think this report is invalid, please consult the CPAN Testers Wiki
for suggestions on how to avoid getting FAIL reports for missing library
or binary dependencies, unsupported operating systems, and so on:
http://wiki.cpantesters.org/wiki/CPANAuthorNotes
Sections of this report:
* Tester comments
* Program output
* Prerequisites
* Environment and other context
------------------------------
TESTER COMMENTS
------------------------------
Additional comments from tester:
this report is from an automated smoke testing program
and was not reviewed by a human for accuracy
------------------------------
PROGRAM OUTPUT
------------------------------
Output from 'C:\strawberry5143\c\bin\dmake.exe test':
C:\strawberry5143\perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib\lib', 'blib\arch')" t/*.t
# Testing CatalystX::CMS 0.011
# Testing using Catalyst 5.90019
t/00-load.t ....... ok
Subroutine new redefined at lib/CatalystX/CMS/Action.pm line 63.
Subroutine execute redefined at lib/CatalystX/CMS/Action.pm line 77.
Subroutine do_cms redefined at lib/CatalystX/CMS/Action.pm line 153.
Subroutine get_http_method redefined at lib/CatalystX/CMS/Action.pm line 209.
[warn] Deprecated 'static' config key used, please use the key 'Plugin::Static::Simple::ByClass' instead
[warn] Deprecated 'static' config key used, please use the key 'Plugin::Static::Simple' instead
[error] Caught exception in MyCMS::Controller::CMS->_DISPATCH "/cms/mypage is not locked by anonymous. at lib/CatalystX/CMS/Action.pm line 163."
# Failed test 'redirect on save'
# at t/01-cms.t line 52.
# got: '500'
# expected: '302'
# Failed test 'content matches'
# at t/01-cms.t line 61.
# '<!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>MyCMS on Catalyst 5.90019</title>
# <style type="text/css">
# body {
# color: #000;
# background-color: #eee;
# }
# div#content {
# width: 640px;
# margin-left: auto;
# margin-right: auto;
# margin-top: 10px;
# margin-bottom: 10px;
# text-align: left;
# background-color: #ccc;
# border: 1px solid #aaa;
# }
# p, h1, h2 {
# margin-left: 20px;
# margin-right: 20px;
# font-family: verdana, tahoma, sans-serif;
# }
# a {
# font-family: verdana, tahoma, sans-serif;
# }
# :link, :visited {
# text-decoration: none;
# color: #b00;
# border-bottom: 1px dotted #bbb;
# }
# :link:hover, :visited:hover {
# color: #555;
# }
# div#topbar {
# margin: 0px;
# }
# pre {
# margin: 10px;
# padding: 8px;
# }
# div#answers {
# padding: 8px;
# margin: 10px;
# background-color: #fff;
# border: 1px solid #aaa;
# }
# h1 {
# font-size: 0.9em;
# font-weight: normal;
# text-align: center;
# }
# h2 {
# font-size: 1.0em;
# }
# p {
# font-size: 0.9em;
# }
# p img {
# float: right;
# margin-left: 10px;
# }
# span#appname {
# font-weight: bold;
# font-size: 1.6em;
# }
# </style>
# </head>
# <body>
# <div id="content">
# <div id="topbar">
# <h1><span id="appname">MyCMS</span> on <a href="http://catalyst.perl.org">Catalyst</a>
# 5.90019</h1>
# </div>
# <div id="answers">
# <p>
# <img src="http://localhost/static/images/catalyst_logo.png" alt="Catalyst Logo" />
# </p>
# <p>Welcome to the world of Catalyst.
# This <a href="http://en.wikipedia.org/wiki/MVC">MVC</a>
# framework will make web development something you had
# never expected it to be: Fun, rewarding, and quick.</p>
# <h2>What to do now?</h2>
# <p>That really depends on what <b>you</b> want to do.
# We do, however, provide you with a few starting points.</p>
# <p>If you want to jump right into web development with Catalyst
# you might want to start with a tutorial.</p>
# <pre>perldoc <a href="https://metacpan.org/module/Catalyst::Manual::Tutorial">Catalyst::Manual::Tutorial</a></code>
# </pre>
# <p>Afterwards you can go on to check out a more complete look at our features.</p>
# <pre>
# <code>perldoc <a href="https://metacpan.org/module/Catalyst::Manual::Intro">Catalyst::Manual::Intro</a>
# <!-- Something else should go here, but the Catalyst::Manual link seems unhelpful -->
# </code></pre>
# <h2>What to do next?</h2>
# <p>Next it's time to write an actual application. Use the
# helper scripts to generate <a href="https://metacpan.org/search?q=Catalyst%3A%3AController">controllers</a>,
# <a href="https://metacpan.org/search?q=Catalyst%3A%3AModel">models</a>, and
# <a href="https://metacpan.org/search?q=Catalyst%3A%3AView">views</a>;
# they can save you a lot of work.</p>
# <pre><code>script/mycms_create.pl --help</code></pre>
# <p>Also, be sure to check out the vast and growing
# collection of <a href="http://search.cpan.org/search?query=Catalyst">plugins for Catalyst on CPAN</a>;
# you are likely to find what you need there.
# </p>
#
# <h2>Need help?</h2>
# <p>Catalyst has a very active community. Here are the main places to
# get in touch with us.</p>
# <ul>
# <li>
# <a href="http://dev.catalyst.perl.org">Wiki</a>
# </li>
# <li>
# <a href="http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst">Mailing-List</a>
# </li>
# <li>
# <a href="irc://irc.perl.org/catalyst">IRC channel #catalyst on irc.perl.org</a>
# </li>
# </ul>
# <h2>In conclusion</h2>
# <p>The Catalyst team hopes you will enjoy using Catalyst as much
# as we enjoyed making it. Please contact us if you have ideas
# for improvement or other feedback.</p>
# </div>
# </div>
# </body>
# </html>
# '
# doesn't match '(?^:cxcms test mypage)'
# Looks like you failed 2 tests of 10.
t/01-cms.t ........
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/10 subtests
t/pod-coverage.t .. ok
t/pod.t ........... ok
Test Summary Report
-------------------
t/01-cms.t (Wstat: 512 Tests: 10 Failed: 2)
Failed tests: 8, 10
Non-zero exit status: 2
Files=4, Tests=37, 8 wallclock secs ( 0.04 usr + 0.06 sys = 0.10 CPU)
Result: FAIL
Failed 1/4 test programs. 2/37 subtests failed.
dmake.exe: Error code 255, while making 'test_dynamic'
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
----------------------------------------- ---- ------
Catalyst::Action::RenderView 0 0.16
Catalyst::Plugin::ConfigLoader 0 0.30
Catalyst::Plugin::Static::Simple::ByClass 0 0.005
Catalyst::View::TT 0 0.39
CatalystX::CRUD 0.32 0.54
DateTime::Format::ISO8601 0 0.08
MRO::Compat 0 0.11
Path::Class::File::Lockable 0 0.03
SVN::Class 0.15 0.17
Template::Plugin::Handy 0 0.003
Template::Provider::Encoding 0 0.10
Test::More 0 0.98
XML::LibXML 0 2.0014
XML::Simple 0 2.20
YAML 0 0.84
build_requires:
Module Need Have
----------------------------------------- ---- ------
ExtUtils::MakeMaker 0 6.62
configure_requires:
Module Need Have
----------------------------------------- ---- ------
ExtUtils::MakeMaker 0 6.62
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
COMSPEC = C:\WINDOWS\system32\cmd.exe
NUMBER_OF_PROCESSORS = 1
PATH = C:\Program Files\Far Manager\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\strawberry5143\c\bin;C:\strawberry5143\perl\site\bin;C:\strawberry5143\perl\bin
PERL5LIB = C:\strawberry5143\cpan\build\Catalyst-Plugin-Static-Simple-ByClass-0.005-Ba10DU/blib/arch;C:\strawberry5143\cpan\build\Catalyst-Plugin-Static-Simple-ByClass-0.005-Ba10DU/blib/lib;C:\strawberry5143\cpan\build\Path-Class-File-Lockable-0.03-5YAQvH/blib/arch;C:\strawberry5143\cpan\build\Path-Class-File-Lockable-0.03-5YAQvH/blib/lib;C:\strawberry5143\cpan\build\Template-Provider-Encoding-0.10-6yl7WP/blib/arch;C:\strawberry5143\cpan\build\Template-Provider-Encoding-0.10-6yl7WP/blib/lib
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 804
PERL5_CPAN_IS_RUNNING = 804
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 456,804
PERL_CR_SMOKER_CURRENT = CatalystX-CMS-0.011
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_MM_USE_DEFAULT = 1
PROCESSOR_IDENTIFIER = x86 Family 16 Model 5 Stepping 3, AuthenticAMD
TEMP = C:\DOCUME~1\c\LOCALS~1\Temp
TERM = dumb
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = C:\strawberry5143\perl\bin\perl.exe
$UID/$EUID = 0 / 0
$GID = 0
$EGID = 0
Win32::GetOSName = WinXP/.Net
Win32::GetOSVersion = Service Pack 3, 5, 1, 2600, 2, 3, 0, 256, 1
Win32::FsType = NTFS
Win32::IsAdminUser = 1
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 1.9800
CPAN::Meta 2.120921
Cwd 3.36
ExtUtils::CBuilder 0.280205
ExtUtils::Command 1.17
ExtUtils::Install 1.56
ExtUtils::MakeMaker 6.62
ExtUtils::Manifest 1.61
ExtUtils::ParseXS 3.15
File::Spec 3.33
JSON 2.53
JSON::PP 2.27200
Module::Build 0.4003
Module::Signature 0.68
Parse::CPAN::Meta 1.4404
Test::Harness 3.25
Test::More 0.98
YAML 0.84
YAML::Syck 1.22
version 0.9901
--
Summary of my perl5 (revision 5 version 14 subversion 3) configuration:
Platform:
osname=MSWin32, osvers=4.0, archname=MSWin32-x86-multi-thread
uname='Win32 strawberry-perl 5.14.3.1 #1 Wed Oct 17 22:51:55 2012 i386'
config_args='undef'
hint=recommended, useposix=true, d_sigaction=undef
useithreads=define, usemultiplicity=define
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=undef, use64bitall=undef, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='gcc', ccflags =' -s -O2 -DWIN32 -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -fno-strict-aliasing -mms-bitfields',
optimize='-s -O2',
cppflags='-DWIN32'
ccversion='', gccversion='4.6.3', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=undef, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='long long', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='g++', ldflags ='-s -L"C:\strawberry5143\perl\lib\CORE" -L"C:\strawberry5143\c\lib"'
libpth=C:\strawberry5143\c\lib C:\strawberry5143\c\i686-w64-mingw32\lib
libs=-lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32
perllibs=-lmoldname -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -lole32 -loleaut32 -lnetapi32 -luuid -lws2_32 -lmpr -lwinmm -lversion -lodbc32 -lodbccp32 -lcomctl32
libc=, so=dll, useshrplib=true, libperl=libperl514.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_win32.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags='-mdll -s -L"C:\strawberry5143\perl\lib\CORE" -L"C:\strawberry5143\c\lib"'
Characteristics of this binary (from libperl):
Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV
PERL_IMPLICIT_CONTEXT PERL_IMPLICIT_SYS
PERL_MALLOC_WRAP PERL_PRESERVE_IVUV PL_OP_SLAB_ALLOC
USE_ITHREADS USE_LARGE_FILES USE_PERLIO
USE_PERL_ATOF
Built under MSWin32
Compiled at Oct 17 2012 23:05:06
%ENV:
PERL5LIB="C:\strawberry5143\cpan\build\Catalyst-Plugin-Static-Simple-ByClass-0.005-Ba10DU/blib/arch;C:\strawberry5143\cpan\build\Catalyst-Plugin-Static-Simple-ByClass-0.005-Ba10DU/blib/lib;C:\strawberry5143\cpan\build\Path-Class-File-Lockable-0.03-5YAQvH/blib/arch;C:\strawberry5143\cpan\build\Path-Class-File-Lockable-0.03-5YAQvH/blib/lib;C:\strawberry5143\cpan\build\Template-Provider-Encoding-0.10-6yl7WP/blib/arch;C:\strawberry5143\cpan\build\Template-Provider-Encoding-0.10-6yl7WP/blib/lib"
PERL5_CPANPLUS_IS_RUNNING="804"
PERL5_CPAN_IS_RUNNING="804"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="456,804"
PERL_CR_SMOKER_CURRENT="CatalystX-CMS-0.011"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_MM_USE_DEFAULT="1"
@INC:
C:\strawberry5143\cpan\build\Catalyst-Plugin-Static-Simple-ByClass-0.005-Ba10DU/blib/arch
C:\strawberry5143\cpan\build\Catalyst-Plugin-Static-Simple-ByClass-0.005-Ba10DU/blib/lib
C:\strawberry5143\cpan\build\Path-Class-File-Lockable-0.03-5YAQvH/blib/arch
C:\strawberry5143\cpan\build\Path-Class-File-Lockable-0.03-5YAQvH/blib/lib
C:\strawberry5143\cpan\build\Template-Provider-Encoding-0.10-6yl7WP/blib/arch
C:\strawberry5143\cpan\build\Template-Provider-Encoding-0.10-6yl7WP/blib/lib
C:/strawberry5143/perl/site/lib
C:/strawberry5143/perl/vendor/lib
C:/strawberry5143/perl/lib
.