develooper Front page | perl.cpan.testers | Postings from June 2008

FAIL Text-Restructured-0.003037 i686-linux-64int 2.6.22-1-k7

From:
andreas.koenig.gmwojprw
Date:
June 18, 2008 00:56
Subject:
FAIL Text-Restructured-0.003037 i686-linux-64int 2.6.22-1-k7
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/


--
Dear Mark Nodine,
    
This is a computer-generated report for Text-Restructured-0.003037
on perl 5.8.8 patch 34066, 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':

make[3]: Entering directory `/home/sand/.cpan/build/Text-Restructured-0.003037-8fFcwu'
PERL_DL_NONLAZY=1 /home/src/perl/repoperls/installed-perls/maint-5.8/pxNYwJK/perl-5.8.8@34066/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/10_parse/substitutions.t t/10_parse/tables.t t/10_parse/interpreted.t t/10_parse/section_headers.t t/10_parse/definition_lists.t t/10_parse/enumerated_lists.t t/10_parse/doctest_blocks.t t/10_parse/outdenting.t t/10_parse/block_quotes.t t/10_parse/option_lists.t t/10_parse/footnotes.t t/10_parse/paragraphs.t t/10_parse/citations.t t/10_parse/targets.t t/10_parse/transitions.t t/10_parse/inline_markup.t t/10_parse/literal_blocks.t t/10_parse/line_blocks.t t/10_parse/comments.t t/10_parse/nested_inline.t t/10_parse/field_lists.t t/10_parse/bullet_lists.t t/20_directive/include.t t/20_directive/tables.t t/20_directive/topics.t t/20_directive/unknown.t t/20_directive/images.t t/20_directive/decorations.t t/20_directive/unicode.t t/20_directive/replace.t t/20_directive/figures.t t/20_directive/raw.t t/20!
 _directive/admonitions.t t/20_directive/meta.t t/20_directive/default_role.t t/20_directive/rubrics.t t/20_directive/test_directives.t t/20_directive/role.t t/20_directive/contents.t t/20_directive/compound.t t/20_directive/sidebars.t t/20_directive/line_blocks.t t/30_xform/doctitle.t t/30_xform/contents.t t/30_xform/footnotes.t t/30_xform/hyperlinks.t t/30_xform/final_checks.t t/30_xform/transitions.t t/30_xform/docinfo.t t/30_xform/messages.t t/30_xform/filter.t t/30_xform/sectnum.t t/30_xform/substitutions.t t/30_xform/class.t t/40_writers/xref.t t/40_writers/xml.t t/40_writers/html.t t/40_writers/latex.t t/40_writers/dom.t t/60_new/parse.t t/60_new/roles.t t/60_new/directives.t t/60_new/html.t t/70_plugins/code_block.t t/70_plugins/system.t t/70_plugins/perl.t t/70_plugins/include.t t/70_plugins/if.t t/80_misc/directive.t t/80_misc/coverage.t t/80_misc/html.t t/80_misc/cmdline.t t/80_misc/transforms.t t/80_misc/dom_reader.t t/80_misc/parse.t t/90_bugs/parse.t t/90_bugs/!
 html.t t/90_bugs/xform.t t/90_bugs/dom.t t/90_bugs/xml.t t/90_bugs/xref.t
t/10_parse/block_quotes.............ok
t/10_parse/bullet_lists.............ok
t/10_parse/citations................ok
t/10_parse/comments.................ok
t/10_parse/definition_lists.........ok
t/10_parse/doctest_blocks...........ok
t/10_parse/enumerated_lists.........ok
t/10_parse/field_lists..............ok
t/10_parse/footnotes................ok
t/10_parse/inline_markup............ok
t/10_parse/interpreted..............
#   Failed test 'interpreted21.ok'
#   at /home/src/perl/repoperls/installed-perls/maint-5.8/pxNYwJK/perl-5.8.8@34066/lib/site_perl/5.8.8/Slay/Makefile/Gress.pm line 247.
#          got: '3,5c3
# <         <problematic ids="id2" refid="id1">
# <             :restructuredtext-unimplemented-role:`interpreted`
# <     <system_message level="1" line="1" source="test data" type="INFO">
# ---
# >     <system_message level="4" line="1" source="test data" type="SEVERE">
# 7,11c5,6
# <             No role entry for "restructuredtext-unimplemented-role" in module "docutils.parsers.rst.languages.en".
# <             Trying "restructuredtext-unimplemented-role" as canonical role name.
# <     <system_message backrefs="id2" ids="id1" level="3" line="1" source="test data" type="ERROR">
# <         <paragraph>
# <             Unknown interpreted text role "restructuredtext-unimplemented-role".
# ---
# >             Error compiling "restructuredtext-unimplemented-role": Bareword "role" not allowed while "strict subs" in use at (eval 11) line 1.
# >             
# '
#     expected: ''
# Looks like you failed 1 test of 21.
 Dubious, test returned 1 (wstat 256, 0x100)
 Failed 1/21 subtests 
t/10_parse/line_blocks..............ok
t/10_parse/literal_blocks...........ok
t/10_parse/nested_inline............ok
t/10_parse/option_lists.............ok
t/10_parse/outdenting...............ok
t/10_parse/paragraphs...............ok
t/10_parse/section_headers..........ok
t/10_parse/substitutions............ok
t/10_parse/tables...................ok
t/10_parse/targets..................ok
t/10_parse/transitions..............ok
t/20_directive/admonitions..........ok
t/20_directive/compound.............ok
t/20_directive/contents.............ok
t/20_directive/decorations..........ok
t/20_directive/default_role.........ok
t/20_directive/figures..............ok
t/20_directive/images...............ok
t/20_directive/include..............ok
t/20_directive/line_blocks..........ok
t/20_directive/meta.................ok
t/20_directive/raw..................ok
t/20_directive/replace..............ok
t/20_directive/role.................ok
t/20_directive/rubrics..............ok
t/20_directive/sidebars.............ok
t/20_directive/tables...............ok
t/20_directive/test_directives......ok
t/20_directive/topics...............ok
t/20_directive/unicode..............ok
t/20_directive/unknown..............ok
t/30_xform/class....................ok
t/30_xform/contents.................ok
t/30_xform/docinfo..................ok
t/30_xform/doctitle.................ok
t/30_xform/filter...................ok
t/30_xform/final_checks.............ok
t/30_xform/footnotes................ok
t/30_xform/hyperlinks...............ok
t/30_xform/messages.................ok
t/30_xform/sectnum..................ok
t/30_xform/substitutions............ok
t/30_xform/transitions..............ok
t/40_writers/dom....................ok
t/40_writers/html...................ok
t/40_writers/latex..................ok
t/40_writers/xml....................ok
t/40_writers/xref...................ok
t/60_new/directives.................ok
t/60_new/html.......................ok
t/60_new/parse......................ok
t/60_new/roles......................ok
t/70_plugins/code_block.............skipped: no states executable on path at skip.pl line 8.
t/70_plugins/if.....................ok
t/70_plugins/include................ok
t/70_plugins/perl...................ok
t/70_plugins/system.................ok
t/80_misc/cmdline...................ok
t/80_misc/coverage..................ok
t/80_misc/directive.................ok
t/80_misc/dom_reader................ok
t/80_misc/html......................ok
t/80_misc/parse.....................ok
t/80_misc/transforms................ok
t/90_bugs/dom.......................ok
t/90_bugs/html......................ok
t/90_bugs/parse.....................ok
t/90_bugs/xform.....................ok
t/90_bugs/xml.......................ok
t/90_bugs/xref......................ok

Test Summary Report
-------------------
t/10_parse/interpreted.t        (Wstat: 256 Tests: 21 Failed: 1)
  Failed test:  21
  Non-zero exit status: 1
Files=81, Tests=1000, 355 wallclock secs ( 0.98 usr  0.16 sys + 283.15 cusr 46.63 csys = 330.92 CPU)
Result: FAIL
Failed 1/81 test programs. 1/1000 subtests failed.
make[3]: *** [test_dynamic] Error 255
make[3]: Leaving directory `/home/sand/.cpan/build/Text-Restructured-0.003037-8fFcwu'

------------------------------
PREREQUISITES
------------------------------

Prerequisite modules loaded:

requires:

    Module                Need Have
    --------------------- ---- ----
    Safe::World           0    0.14
    Slay::Makefile::Gress 0    0.05
    Text::ASCIIMathML     0.5  0.7 

------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------

Environment variables:

    LANG = en_US.utf8
    PATH = /usr/lib/ccache:/home/sand/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/usr/local/perl/bin:/usr/X11/bin:/sbin:/usr/sbin
    PERL5LIB = /home/sand/.cpan/build/parrot-0.6.3-LiSMRu/blib/arch:/home/sand/.cpan/build/parrot-0.6.3-LiSMRu/blib/lib
    PERL5OPT = 
    PERL5_CPANPLUS_IS_RUNNING = 31900
    PERL5_CPAN_IS_RUNNING = 31900
    SHELL = /usr/bin/zsh
    TERM = screen

Perl special variables (and OS-specific diagnostics, for MSWin32):

    $^X = /home/src/perl/repoperls/installed-perls/maint-5.8/pxNYwJK/perl-5.8.8@34066/bin/perl
    $UID/$EUID = 1005 / 1005
    $GID = 1005 1005
    $EGID = 1005 1005

Perl module toolchain versions installed:

    Module              Have   
    ------------------- -------
    CPAN                1.9205 
    Cwd                 3.2701 
    ExtUtils::CBuilder  0.23   
    ExtUtils::Command   1.14   
    ExtUtils::Install   1.50_01
    ExtUtils::MakeMaker 6.44   
    ExtUtils::Manifest  1.51_01
    ExtUtils::ParseXS   2.19   
    File::Spec          3.2701 
    Module::Build       0.2808 
    Module::Signature   0.55   
    Test::Harness       3.10   
    Test::More          0.80   
    YAML                0.66   
    YAML::Syck          1.05   
    version             0.7501 


--

Summary of my perl5 (revision 5 version 8 subversion 8 patch 34066) configuration:
  Platform:
    osname=linux, osvers=2.6.22-1-k7, archname=i686-linux-64int
    uname='linux k75 2.6.22-1-k7 #1 smp sun jul 29 15:15:55 utc 2007 i686 gnulinux '
    config_args='-Dprefix=/home/src/perl/repoperls/installed-perls/maint-5.8/pxNYwJK/perl-5.8.8@34066 -Dinstallusrbinperl=n -Uversiononly -Dusedevel -des -Ui_db -Duse64bitint'
    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=define 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='4.1.2 20061115 (prerelease) (Debian 4.1.1-21)', 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=4, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =' -L/usr/local/lib'
    libpth=/usr/local/lib /lib /usr/lib /usr/lib64
    libs=-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc
    perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
    libc=/lib/libc-2.7.so, so=so, useshrplib=false, libperl=libperl.a
    gnulibc_version='2.7'
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
    cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib'



Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About