Front page | perl.cpan.testers |
Postings from April 2008
FAIL XML-Filter-NSNormalise-0.04 i386-freebsd 6.1-release-p23
From:
srezic
Date:
April 23, 2008 10:17
Subject:
FAIL XML-Filter-NSNormalise-0.04 i386-freebsd 6.1-release-p23
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 Grant McLean,
This is a computer-generated report for XML-Filter-NSNormalise-0.04
on perl 5.8.8 patch 33662, created by CPAN-Reporter-1.13.
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':
PERL_DL_NONLAZY=1 /usr/perl5.8.8@33662/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/1_basic......# Package Version
perl 5.8.8
XML::SAX 0.16
XML::SAX::Writer 0.50
XML::NamespaceSupport 1.09
XML::LibXML::SAX::Parser 1.66
XML::LibXML::SAX 1.66
XML::SAX::Expat 0.39
XML::SAX::ExpatXS 1.31
XML::SAX::RTF 0.1 (default parser)
ok
t/2_more.......Use of uninitialized value in exists at /usr/perl5.8.8@33662/lib/site_perl/5.8.8/XML/SAX/RTF.pm line 265.
"my" variable $p masks earlier declaration in same scope at t/2_more.t line 112.
"my" variable $p masks earlier declaration in same scope at t/2_more.t line 167.
"my" variable $p masks earlier declaration in same scope at t/2_more.t line 197.
"my" variable $p masks earlier declaration in same scope at t/2_more.t line 241.
"my" variable $p masks earlier declaration in same scope at t/2_more.t line 282.
Use of uninitialized value in exists at /usr/perl5.8.8@33662/lib/site_perl/5.8.8/XML/SAX/RTF.pm line 265.
# Failed test 'Default namespace declaration untouched'
# at t/2_more.t line 78.
# Failed test 'RDF namespace declaration untouched'
# at t/2_more.t line 81.
# Failed test 'DC namespace declaration mapped successfully'
# at t/2_more.t line 84.
# Failed test 'Got expected output'
# at t/2_more.t line 87.
# ''
# doesn't match '(?sx-im:
# ^\s* # optional leading whitespace
# <rdf:RDF\s+ATTR\s+ATTR\s+ATTR # root element with three ns attrs
# \s*> # end the tag
# \s+<dc:date>2002-10-08</dc:date> # date element with remapped prefix
# \s+</rdf:RDF>
# \s*$
# )'
Use of uninitialized value in exists at /usr/perl5.8.8@33662/lib/site_perl/5.8.8/XML/SAX/RTF.pm line 265.
# Failed test 'Company A namespace declaration mapped successfully'
# at t/2_more.t line 125.
# Failed test 'Company B namespace declaration mapped successfully'
# at t/2_more.t line 128.
# Failed test 'Company A bare attribute unscathed'
# at t/2_more.t line 131.
# Failed test 'Company A namespaced attribute mapped successfully'
# at t/2_more.t line 133.
# Failed test 'Company B bare attribute unscathed'
# at t/2_more.t line 136.
# Failed test 'Company B namespaced attribute mapped successfully'
# at t/2_more.t line 138.
# Failed test 'Namespaced attributes handled correctly'
# at t/2_more.t line 141.
# ''
# doesn't match '(?sx-im:
# ^\s* # optional leading whitespace
# <doc\s+ATTR\s+ATTR\s*> # root element with two ns attrs
# \s+<ignore>Does\snothing</ignore> # innocent bystander
# \s+<a:para\s+ATTR_A\s+ATTR_A\s*>paragraph\sone</a:para>
# \s+<b:para\s+ATTR_B\s+ATTR_B\s*>paragraph\stwo</b:para>
# \s+</doc\s*>
# \s*$
# )'
Use of uninitialized value in exists at /usr/perl5.8.8@33662/lib/site_perl/5.8.8/XML/SAX/RTF.pm line 265.
# Failed test 'Caught attempt to map to a used prefix'
# at t/2_more.t line 178.
# ''
# doesn't match '(?-xism:Cannot map 'companya\.com' to 'a' - prefix already occurs in document)'
Use of uninitialized value in exists at /usr/perl5.8.8@33662/lib/site_perl/5.8.8/XML/SAX/RTF.pm line 265.
# Failed test 'Original 'a' prefix declaration mapped successfully to itself'
# at t/2_more.t line 210.
# Failed test 'Original 'aa' prefix declaration survived unscathed'
# at t/2_more.t line 213.
# Failed test 'Resulting document unchanged'
# at t/2_more.t line 216.
# ''
# doesn't match '(?sx-im:
# ^\s* # optional leading whitespace
# <doc\s+ATTR\s+ATTR\s*> # root element with two ns attrs
# \s+<a:para\s*>paragraph\sone</a:para>
# \s+<aa:para\s*>paragraph\stwo</aa:para>
# \s+</doc\s*>
# \s*$
# )'
Use of uninitialized value in exists at /usr/perl5.8.8@33662/lib/site_perl/5.8.8/XML/SAX/RTF.pm line 265.
# Failed test 'Default namespace declaration mapped successfully'
# at t/2_more.t line 252.
# Failed test 'Explicit namespace prefix declaration added'
# at t/2_more.t line 255.
# Failed test 'Default namespaced mapped correctly'
# at t/2_more.t line 258.
# ''
# doesn't match '(?sx-im:
# ^\s* # optional leading whitespace
# <a:doc\s+ATTR\s+ATTR\s*> # root element with two ns attrs
# \s+<a:para\s*>paragraph\sone</a:para>
# \s+</a:doc\s*>
# \s*$
# )'
Use of uninitialized value in exists at /usr/perl5.8.8@33662/lib/site_perl/5.8.8/XML/SAX/RTF.pm line 265.
# Failed test 'Default namespace declaration mapped successfully'
# at t/2_more.t line 299.
# Failed test 'Explicit namespace prefix declaration added'
# at t/2_more.t line 302.
# Failed test 'Default namespace declaration mapped successfully'
# at t/2_more.t line 305.
# Failed test 'Explicit namespace prefix declaration added'
# at t/2_more.t line 308.
# Failed test 'Default namespace declaration mapped successfully'
# at t/2_more.t line 311.
# Failed test 'Nested default namespaces mapped correctly'
# at t/2_more.t line 314.
# ''
# doesn't match '(?sx-im:
# ^\s* # optional leading whitespace
# <a:doc\s+ATTR_A\s+ATTR_A\s*> # root element with two ns attrs
# \s+<a:para\s*>paragraph\sone</a:para>
# \s+<b:section\s+ATTR_B\s+ATTR_B\s*> # section with mapped default ns
# \s+<b:para\s*>paragraph\stwo</b:para>
# \s+</b:section\s*>
# \s+<section\s+ATTR_C\s*> # section with non-mapped default ns
# \s+<para\s*>paragraph\sthree</para>
# \s+</section\s*>
# \s+</a:doc\s*>
# \s*$
# )'
# Looks like you failed 24 tests of 32.
Dubious, test returned 24 (wstat 6144, 0x1800)
Failed 24/32 subtests
Test Summary Report
-------------------
t/2_more.t (Wstat: 6144 Tests: 32 Failed: 24)
Failed tests: 5-8, 10-17, 19-21, 23-25, 27-32
Non-zero exit status: 24
Files=2, Tests=38, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.18 cusr 0.02 csys = 0.22 CPU)
Result: FAIL
Failed 1/2 test programs. 24/38 subtests failed.
*** Error code 24
Stop in /var/tmp/CPAN-build/XML-Filter-NSNormalise-0.04-ZGOzqi.
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
--------------------- ---- ----
Test::Simple 0.41 0.80
XML::NamespaceSupport 1.08 1.09
XML::SAX 0.11 0.16
XML::SAX::Writer 0.44 0.50
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
PATH = /usr/local/bin:/usr/X11R6/bin:/usr/X11/bin:/usr/perl5.8.0/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/local/pilot/bin:/home/cpansand/bin/freebsd6.1:/home/cpansand/bin/sh:/home/cpansand/bin:/usr/X386/bin:/usr/games:/home/cpansand/devel:/usr/home/e/eserte/work/srezic-misc/scripts
PERL5LIB =
PERL5_CPANPLUS_IS_RUNNING = 45374
PERL5_CPAN_IS_RUNNING = 45374
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_HTML_DISPLAY_CLASS = HTML::Display::Mozilla
SHELL = /usr/local/bin/zsh
TERM = screen
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /usr/perl5.8.8@33662/bin/perl
$UID/$EUID = 1023 / 1023
$GID = 1023 1023 1023
$EGID = 1023 1023 1023
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
ExtUtils::MakeMaker 6.44
ExtUtils::Manifest 1.51
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.04
version 0.74
--
Summary of my perl5 (revision 5 version 8 subversion 8 patch 33662) configuration:
Platform:
osname=freebsd, osvers=6.1-release-p23, archname=i386-freebsd
uname='freebsd biokovo.herceg.de 6.1-release-p23 freebsd 6.1-release-p23 #0: wed feb 13 10:36:51 utc 2008 root@i386-builder.daemonology.net:usrobjusrsrcsysgeneric i386 '
config_args='-ds -e -Dprefix=/usr/perl5.8.8@33662'
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 ='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -I/usr/local/include',
optimize='-O',
cppflags='-DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -I/usr/local/include'
ccversion='', gccversion='3.4.4 [FreeBSD] 20050518', 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 ='-Wl,-E -L/usr/local/lib'
libpth=/usr/lib /usr/local/lib
libs=-lm -lcrypt -lutil -lc
perllibs=-lm -lcrypt -lutil -lc
libc=, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version=''
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
cccdlflags='-DPIC -fPIC', lddlflags='-shared -L/usr/local/lib'
-
FAIL XML-Filter-NSNormalise-0.04 i386-freebsd 6.1-release-p23
by srezic