Back
From: metabase:user:30ae4450-2aae-11df-837a-5e0a49663a4f
Subject: FAIL CatalystX-CMS-0.011 v5.18.1
Date: 2014-02-23T22:21:21Z
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.18.1, created by CPAN-Reporter-1.2010_01.
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:\strawberry181\c\bin\dmake.exe test':
C:\strawberry181\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.90053
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
Name "Template::Plugin::Handy::VMETHOD_PACKAGE" used only once: possible typo at C:/strawberry181/perl/site/lib/Template/Plugin/VMethods.pm line 184.
[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'
Use of uninitialized value $request in pattern match (m//) at C:/strawberry181/perl/site/lib/Catalyst/Utils.pm line 259.
Use of uninitialized value $request in concatenation (.) or string at C:/strawberry181/perl/site/lib/Catalyst/Utils.pm line 263.
# 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.90053</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.90053</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.05 usr + 0.07 sys = 0.12 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.33
Catalyst::Plugin::Static::Simple::ByClass 0 0.005
Catalyst::View::TT 0 0.41
CatalystX::CRUD 0.32 0.55
DateTime::Format::ISO8601 0 0.08
MRO::Compat 0 0.12
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 1.001002
XML::LibXML 0 2.0019
XML::Simple 0 2.20
YAML 0 0.88
build_requires:
Module Need Have
----------------------------------------- ---- --------
ExtUtils::MakeMaker 0 6.72
configure_requires:
Module Need Have
----------------------------------------- ---- --------
ExtUtils::MakeMaker 0 6.72
------------------------------
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:\strawberry181\c\bin;C:\strawberry181\perl\site\bin;C:\strawberry181\perl\bin
PERL5LIB = C:\strawberry181\cpan\build\Catalyst-Plugin-Static-Simple-ByClass-0.005-dB691w/blib/arch;C:\strawberry181\cpan\build\Catalyst-Plugin-Static-Simple-ByClass-0.005-dB691w/blib/lib;C:\strawberry181\cpan\build\Template-Provider-Encoding-0.10-vRn02B/blib/arch;C:\strawberry181\cpan\build\Template-Provider-Encoding-0.10-vRn02B/blib/lib;C:\strawberry181\cpan\build\Path-Class-File-Lockable-0.03-iLLlbK/blib/arch;C:\strawberry181\cpan\build\Path-Class-File-Lockable-0.03-iLLlbK/blib/lib
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 34364
PERL5_CPAN_IS_RUNNING = 34364
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 348,34364
PERL_CR_SMOKER_CURRENT = CatalystX-CMS-0.011
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_HASH_SEED = 0x11111111
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:\strawberry181\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 2.00
CPAN::Meta 2.132140
Cwd 3.40
ExtUtils::CBuilder 0.280210
ExtUtils::Command 1.17
ExtUtils::Install 1.59
ExtUtils::MakeMaker 6.72
ExtUtils::Manifest 1.63
ExtUtils::ParseXS 3.22
File::Spec 3.40
JSON 2.59
JSON::PP 2.27202
Module::Build 0.4204
Module::Signature n/a
Parse::CPAN::Meta 1.4405
Test::Harness 3.30
Test::More 1.001002
YAML 0.88
YAML::Syck 1.27
version 0.9902
--
Summary of my perl5 (revision 5 version 18 subversion 1) configuration:
Platform:
osname=MSWin32, osvers=4.0, archname=MSWin32-x86-multi-thread-64int
uname='Win32 strawberry-perl 5.18.1.1 #1 Tue Aug 13 19:20:13 2013 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=define, use64bitall=undef, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='gcc', ccflags =' -s -O2 -DWIN32 -DPERL_TEXTMODE_SCRIPTS -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -fno-strict-aliasing -mms-bitfields',
optimize='-s -O2',
cppflags='-DWIN32'
ccversion='', gccversion='4.7.3', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long long', ivsize=8, nvtype='double', nvsize=8, Off_t='long long', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='g++', ldflags ='-s -L"C:\strawberry181\perl\lib\CORE" -L"C:\strawberry181\c\lib"'
libpth=C:\strawberry181\c\lib C:\strawberry181\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=libperl518.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_win32.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags='-mdll -s -L"C:\strawberry181\perl\lib\CORE" -L"C:\strawberry181\c\lib"'
Characteristics of this binary (from libperl):
Compile-time options: HAS_TIMES HAVE_INTERP_INTERN MULTIPLICITY
PERLIO_LAYERS PERL_DONT_CREATE_GVSV
PERL_HASH_FUNC_ONE_AT_A_TIME_HARD
PERL_IMPLICIT_CONTEXT PERL_IMPLICIT_SYS
PERL_MALLOC_WRAP PERL_PRESERVE_IVUV PERL_SAWAMPERSAND
USE_64_BIT_INT USE_ITHREADS USE_LARGE_FILES
USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC USE_PERLIO USE_PERL_ATOF
Built under MSWin32
Compiled at Aug 13 2013 19:29:16
%ENV:
PERL5LIB="C:\strawberry181\cpan\build\Catalyst-Plugin-Static-Simple-ByClass-0.005-dB691w/blib/arch;C:\strawberry181\cpan\build\Catalyst-Plugin-Static-Simple-ByClass-0.005-dB691w/blib/lib;C:\strawberry181\cpan\build\Template-Provider-Encoding-0.10-vRn02B/blib/arch;C:\strawberry181\cpan\build\Template-Provider-Encoding-0.10-vRn02B/blib/lib;C:\strawberry181\cpan\build\Path-Class-File-Lockable-0.03-iLLlbK/blib/arch;C:\strawberry181\cpan\build\Path-Class-File-Lockable-0.03-iLLlbK/blib/lib"
PERL5_CPANPLUS_IS_RUNNING="34364"
PERL5_CPAN_IS_RUNNING="34364"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="348,34364"
PERL_CR_SMOKER_CURRENT="CatalystX-CMS-0.011"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_HASH_SEED="0x11111111"
PERL_MM_USE_DEFAULT="1"
@INC:
C:\strawberry181\cpan\build\Catalyst-Plugin-Static-Simple-ByClass-0.005-dB691w/blib/arch
C:\strawberry181\cpan\build\Catalyst-Plugin-Static-Simple-ByClass-0.005-dB691w/blib/lib
C:\strawberry181\cpan\build\Template-Provider-Encoding-0.10-vRn02B/blib/arch
C:\strawberry181\cpan\build\Template-Provider-Encoding-0.10-vRn02B/blib/lib
C:\strawberry181\cpan\build\Path-Class-File-Lockable-0.03-iLLlbK/blib/arch
C:\strawberry181\cpan\build\Path-Class-File-Lockable-0.03-iLLlbK/blib/lib
C:/strawberry181/perl/site/lib
C:/strawberry181/perl/vendor/lib
C:/strawberry181/perl/lib
.