Front page | perl.cpan.testers |
Postings from July 2008
FAIL HTML-FromText-2.05 cygwin-thread-multi-64int 1.5.25(0.15642)
From:
pjacklam
Date:
July 2, 2008 09:29
Subject:
FAIL HTML-FromText-2.05 cygwin-thread-multi-64int 1.5.25(0.15642)
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 cpan-testers@perl.org to keep other
test volunteers informed and to prevent any duplicate effort.
--
Dear Casey West,
This is a computer-generated report for HTML-FromText-2.05
on perl 5.10.0, created by CPAN-Reporter-1.15.
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://cpantest.grango.org/wiki/CPANAuthorNotes
Sections of this report:
* Tester comments
* Program output
* Prerequisites
* Environment and other context
------------------------------
TESTER COMMENTS
------------------------------
Additional comments from tester:
none provided
------------------------------
PROGRAM OUTPUT
------------------------------
Output from '/usr/bin/make test':
/usr/bin/perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01_features....
# Failed test 'indented tables with normal para'
# at t/01_features.t line 286.
# got: '<table class="hft-tables">
# <tr><td>http://www.pm.org</td><td>Perl Mongers</td></tr>
# <tr><td>http://perl.com</td><td>O'Reilly Perl Center</td></tr>
# <tr><td>http://lists.perl.org</td><td>List of Mailing Lists</td></tr>
# <tr><td>http://use.perl.org</td><td>Perl News and Community Journals</td></tr>
# <tr><td>http://perl.apache.org</td><td>mod_perl</td></tr>
# <tr><td>http://theperlreview.com</td><td>The Perl Review</td></tr>
# </table>
# '
# expected: '<table class="hft-tables">
# <tr><td>http://www.pm.org</td><td>Perl Mongers</td></tr>
# <tr><td>http://perl.com</td><td>O'Reilly Perl Center</td></tr>
# <tr><td>http://lists.perl.org</td><td>List of Mailing Lists</td></tr>
# <tr><td>http://use.perl.org</td><td>Perl News and Community Journals</td></tr>
# <tr><td>http://perl.apache.org</td><td>mod_perl</td></tr>
# <tr><td>http://theperlreview.com</td><td>The Perl Review</td></tr>
# </table>
# '
# Looks like you failed 1 test of 28.
dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 28
Failed 1/28 tests, 96.43% okay
t/02_v2.01.......
# Failed test 'complex bullets'
# at t/02_v2.01.t line 78.
# got: '<ul class="hft-bullets">
# <li> Fast, powerful and extensible template processing system. </li>
# <ul class="hft-bullets">
# <li> Powerful presentation language supports all standard templating directives, e.g. variable substitution, includes, conditionals,
# loops. </li>
# <ul class="hft-bullets">
# <li> Many additional features such as output filtering, exception handling, macro definition, support for plugin objects, definition
# of template metadata, embedded Perl code (only enabled by EVAL_PERL option), definition of template blocks, a 'switch'
# statement, and more. </li>
# <li> Full support for complex Perl data types such as hashes, lists, objects and sub-routine references. </li>
# </ul>
# <li> Clear separation of concerns between user interface (templates), application code (Perl objects/sub-routines) and data
# (Perl data). </li>
# <ul class="hft-bullets">
# <li> Programmer-centric back end, allowing application logic and data structures to be built in Perl. </li>
# <li> Designer-centric front end, hiding underlying complexity behind simple variable access. </li>
# <li> Templates are compiled to Perl code for maximum runtime efficiency and performance. Compiled templates are cached
# and can be written to disk in "compiled form" (e.g. Perl code) to achieve cache persistance. </li>
# <ul class="hft-bullets">
# <li> Well suited to online dynamic web content generation (e.g. Apache/mod_perl). </li>
# <li> Also has excellent support for offline batch processing for generating static pages (e.g. HTML, POD, LaTeX, PostScript,
# plain text) from source templates. </li>
# <ul class="hft-bullets">
# <li> Comprehensive documentation including tutorial and reference manuals. </li>
# <li> Fully Open Source and Free </li>
# </ul>
# </ul>
# </ul>
# </ul>
# </ul>
# '
# expected: '<ul class="hft-bullets">
# <li> Fast, powerful and extensible template processing system. </li>
# <ul class="hft-bullets">
# <li> Powerful presentation language supports all standard templating directives, e.g. variable substitution, includes, conditionals,
# loops. </li>
# <ul class="hft-bullets">
# <li> Many additional features such as output filtering, exception handling, macro definition, support for plugin objects, definition
# of template metadata, embedded Perl code (only enabled by EVAL_PERL option), definition of template blocks, a 'switch'
# statement, and more. </li>
# <li> Full support for complex Perl data types such as hashes, lists, objects and sub-routine references. </li>
# </ul>
# <li> Clear separation of concerns between user interface (templates), application code (Perl objects/sub-routines) and data
# (Perl data). </li>
# <ul class="hft-bullets">
# <li> Programmer-centric back end, allowing application logic and data structures to be built in Perl. </li>
# <li> Designer-centric front end, hiding underlying complexity behind simple variable access. </li>
# <li> Templates are compiled to Perl code for maximum runtime efficiency and performance. Compiled templates are cached
# and can be written to disk in "compiled form" (e.g. Perl code) to achieve cache persistance. </li>
# <ul class="hft-bullets">
# <li> Well suited to online dynamic web content generation (e.g. Apache/mod_perl). </li>
# <li> Also has excellent support for offline batch processing for generating static pages (e.g. HTML, POD, LaTeX, PostScript,
# plain text) from source templates. </li>
# <ul class="hft-bullets">
# <li> Comprehensive documentation including tutorial and reference manuals. </li>
# <li> Fully Open Source and Free </li>
# </ul>
# </ul>
# </ul>
# </ul>
# </ul>
# '
# Looks like you failed 1 test of 6.
dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 6
Failed 1/6 tests, 83.33% okay
t/03_v2.02.......ok
t/04_v2.03.......ok
t/05_v2.04.......ok
t/06_v2.05.......ok
t/99_pod.........ok
Failed Test Stat Wstat Total Fail List of Failed
-------------------------------------------------------------------------------
t/01_features.t 1 256 28 1 28
t/02_v2.01.t 1 256 6 1 6
Failed 2/7 test scripts. 2/55 subtests failed.
Files=7, Tests=55, 6 wallclock secs ( 2.85 cusr + 2.89 csys = 5.74 CPU)
Failed 2/7 test programs. 2/55 subtests failed.
make: *** [test_dynamic] Error 255
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
--------------------- ------- ---------
Email::Find::addrspec 0.09 0.09
Exporter::Lite 0.01 0.02
HTML::Entities 1.26 1.35
Scalar::Util 1.12 1.19
Test::More 0.47 0.72
Text::Tabs 98.1128 2007.1117
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
COMSPEC = C:\WINNT\system32\cmd.exe
NUMBER_OF_PROCESSORS = 1
PATH = /usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/cygdrive/c/Perl/bin/:/cygdrive/c/WINNT/system32:/cygdrive/c/WINNT:/cygdrive/c/WINNT/System32/Wbem:/usr/bin:/cygdrive/h/apps/MATLAB701/bin/win32:/cygdrive/c/Program Files/GnuWin32/bin:/cygdrive/h/home/peter/bin/os/wincmd/scripts:/usr/lib/perl5/cpan/bin:/cygdrive/h/home/peter/bin/os/unix/scripts:/cygdrive/h/home/peter/bin/os/unix/links:/cygdrive/c/Programfiler/GnuWin32/bin:/cygdrive/c/Programfiler/Ghostgum/gsview:/cygdrive/c/Programfiler/Maple 7/BIN.WNT
PERL5LIB = /usr/local/lib/perl5:/usr/local/lib/perl5/5.10/i686-cygwin:/usr/local/lib/perl5/5.10:/usr/local/lib/perl5/site_perl/5.10/i686-cygwin:/usr/local/lib/perl5/site_perl/5.10:/usr/local/lib/perl5/vendor_perl/5.10/i686-cygwin:/usr/local/lib/perl5/vendor_perl/5.10
PERL5_CPANPLUS_IS_RUNNING = 4444
PERL5_CPAN_IS_RUNNING = 4444
PROCESSOR_IDENTIFIER = x86 Family 6 Model 3 Stepping 1, AuthenticAMD
TEMP = /cygdrive/c/DOCUME~1/ADMINI~1/LOCALS~1/Temp
TERM = cygwin
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /usr/bin/perl.exe
$UID/$EUID = 500 / 500
$GID = 513 0 513 544 545
$EGID = 513 0 513 544 545
Perl module toolchain versions installed:
Module Have
------------------- ---------
CPAN 1.9205
Cwd 3.2501
ExtUtils::CBuilder 0.21
ExtUtils::Command 1.13_01
ExtUtils::Install 1.45
ExtUtils::MakeMaker 6.42
ExtUtils::Manifest 1.51_01
ExtUtils::ParseXS 2.19
File::Spec 3.2502
Module::Build 0.2808_01
Module::Signature 0.55
Test::Harness 2.64
Test::More 0.72
YAML 0.66
YAML::Syck 1.05
version 0.7501
--
Summary of my perl5 (revision 5 version 10 subversion 0) configuration:
Platform:
osname=cygwin, osvers=1.5.25(0.15642), archname=cygwin-thread-multi-64int
uname='cygwin_nt-5.1 atgrzwn502840 1.5.25(0.15642) 2008-05-26 20:37 i686 cygwin '
config_args='-de -Dmksymlinks -Dusethreads -Dmad=y'
hint=recommended, useposix=true, d_sigaction=define
useithreads=define, usemultiplicity=define
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=undef, uselongdouble=undef
usemymalloc=y, bincompat5005=undef
Compiler:
cc='gcc', ccflags ='-DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -mms-bitfields -fno-strict-aliasing -pipe -I/usr/local/include',
optimize='-O3',
cppflags='-DPERL_USE_SAFE_PUTENV -U__STRICT_ANSI__ -mms-bitfields -fno-strict-aliasing -pipe -I/usr/local/include'
ccversion='', gccversion='3.4.4 (cygming special, gdc 0.12, using dmd 0.125)', 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='off_t', lseeksize=8
alignbytes=8, prototype=define
Linker and Libraries:
ld='g++', ldflags =' -Wl,--enable-auto-import -Wl,--export-all-symbols -Wl,--stack,8388608 -Wl,--enable-auto-image-base -L/usr/local/lib'
libpth=/usr/local/lib /usr/lib /lib
libs=-lgdbm -ldb -ldl -lcrypt -lgdbm_compat
perllibs=-ldl -lcrypt -lgdbm_compat
libc=/usr/lib/libc.a, so=dll, useshrplib=true, libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=dll, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags=' --shared -Wl,--enable-auto-import -Wl,--export-all-symbols -Wl,--stack,8388608 -Wl,--enable-auto-image-base -L/usr/local/lib'
-
FAIL HTML-FromText-2.05 cygwin-thread-multi-64int 1.5.25(0.15642)
by pjacklam