IOC v0.29 Perl 5 v5.13.2 i686-linux-thread-multi
- Status
- Fail
- From
- Serguei Trouchelle (STRO)
- Dist
-
IOC v0.29
- Platform
- Perl 5 v5.13.2 i686-linux-thread-multi
- Date
- 2010-07-06 10:47:37
- ID
- e4ac6c7a-88eb-11df-b95a-7869d0696c16
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 Stevan Little,
This is a computer-generated report for IOC-0.29
on perl 5.13.2, created by CPAN-Reporter-1.1711.
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 '/usr/bin/make test':
PERL_DL_NONLAZY=1 /home/stro/perl/perl5132/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/010_IOC_test.t ......................................... ok
t/020_IOC_Container_test.t ............................... ok
t/021_IOC_Container_MethodResolution_test.t .............. ok
t/022_IOC_Container_SubContainers_test.t ................. ok
t/023_IOC_Container_Visitors_test.t ...................... ok
t/024_IOC_Container_Proxy_test.t ......................... ok
t/025_IOC_Container_cyclical_test.t ...................... ok
t/030_IOC_Service_test.t ................................. ok
t/031_IOC_Service_ConstructorInjection_test.t ............ ok
t/032_IOC_Service_SetterInjection_test.t ................. ok
t/033_IOC_Service_Prototype_test.t ....................... ok
t/034_IOC_Service_Prototype_ConstructorInjection_test.t .. ok
t/035_IOC_Service_Prototype_SetterInjection_test.t ....... ok
t/036_IOC_Service_Literal_test.t ......................... ok
t/040_IOC_Registry_test.t ................................ ok
t/041_IOC_Registry_aliasing_test.t ....................... ok
t/050_IOC_Proxy_test.t ................................... ok
t/051_IOC_Proxy_edge_case_test.t ......................... ok
t/055_IOC_Proxy_Interfaces_test.t ........................ ok
# Failed test '... we read the conf okay'
# at t/060_IOC_Config_XML_test.t line 96.
# died: IOC::OperationFailed : Could not compile 'sub { return $app; }'
# |--[ IOC::Config::XML::SAX::Handler::_compilePerl called in /home/stro/cpan/build/5.13.2/IOC-0.29-II6iQZ/blib/lib/IOC/Config/XML/SAX/Handler.pm line 229 ]
# |--[ IOC::Config::XML::SAX::Handler::__makeService called in /home/stro/cpan/build/5.13.2/IOC-0.29-II6iQZ/blib/lib/IOC/Config/XML/SAX/Handler.pm line 213 ]
# |--[ IOC::Config::XML::SAX::Handler::_finishService called in /home/stro/cpan/build/5.13.2/IOC-0.29-II6iQZ/blib/lib/IOC/Config/XML/SAX/Handler.pm line 66 ]
# |--[ IOC::Config::XML::SAX::Handler::end_element called in /home/stro/perl/perl5132/lib/site_perl/5.13.2/XML/SAX/Base.pm line 2201 ]
# |--[ XML::SAX::Base::__ANON__ called in /home/stro/perl/perl5132/lib/site_perl/5.13.2/XML/SAX/Base.pm line 2175 ]
# |--[ XML::SAX::Base::end_element called in /home/stro/perl/perl5132/lib/site_perl/5.13.2/XML/SAX/Expat.pm line 237 ]
# |--[ XML::SAX::Expat::_handle_end called in /home/stro/perl/perl5132/lib/site_perl/5.13.2/i686-linux/XML/Parser/Expat.pm line 474 ]
# |--[ XML::Parser::Expat::parse called in /home/stro/perl/perl5132/lib/site_perl/5.13.2/i686-linux/XML/Parser.pm line 187 ]
# |--[ XML::Parser::(eval) called in /home/stro/perl/perl5132/lib/site_perl/5.13.2/i686-linux/XML/Parser.pm line 186 ]
# |--[ XML::Parser::parse called in /home/stro/perl/perl5132/lib/site_perl/5.13.2/XML/SAX/Expat.pm line 60 ]
# |--[ XML::SAX::Expat::_parse_string called in /home/stro/perl/perl5132/lib/site_perl/5.13.2/XML/SAX/Base.pm line 2602 ]
# |--[ XML::SAX::Base::parse called in /home/stro/perl/perl5132/lib/site_perl/5.13.2/XML/SAX/Base.pm line 2655 ]
# |--[ XML::SAX::Base::parse_string called in /home/stro/cpan/build/5.13.2/IOC-0.29-II6iQZ/blib/lib/IOC/Config/XML.pm line 34 ]
# |--[ IOC::Config::XML::read called in t/060_IOC_Config_XML_test.t line 95 ]
# |--[ Test::Exception::lives_ok called in t/060_IOC_Config_XML_test.t line 96 ]
# + Global symbol "$app" requires explicit package name at (eval 33) line 1.
# Failed test '... the right service list'
# at t/060_IOC_Config_XML_test.t line 133.
# Structures begin differing at:
# $got->[0] = 'logger'
# $expected->[0] = 'app'
IOC::ServiceNotFound : There is no service found at the path '/Application/app'
|--[ IOC::Registry::locateService called in t/060_IOC_Config_XML_test.t line 149 ]
+ IOC::ServiceNotFound : Unknown Service 'app'
|--[ IOC::Container::get called in /home/stro/cpan/build/5.13.2/IOC-0.29-II6iQZ/blib/lib/IOC/Visitor/ServiceLocator.pm line 61 ]
|--[ IOC::Visitor::ServiceLocator::visit called in /home/stro/cpan/build/5.13.2/IOC-0.29-II6iQZ/blib/lib/IOC/Container.pm line 123 ]
|--[ IOC::Container::accept called in /home/stro/cpan/build/5.13.2/IOC-0.29-II6iQZ/blib/lib/IOC/Container.pm line 201 ]
|--[ IOC::Container::find called in /home/stro/cpan/build/5.13.2/IOC-0.29-II6iQZ/blib/lib/IOC/Registry.pm line 106 ]
|--[ IOC::Registry::(eval) called in /home/stro/cpan/build/5.13.2/IOC-0.29-II6iQZ/blib/lib/IOC/Registry.pm line 105 ]
|--[ IOC::Registry::locateService called in t/060_IOC_Config_XML_test.t line 149 ]
# Looks like you planned 39 tests but ran 24.
# Looks like you failed 2 tests of 24 run.
# Looks like your test exited with 255 just after 24.
t/060_IOC_Config_XML_test.t ..............................
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 17/39 subtests
# Failed test '... we read the conf okay'
# at t/061_IOC_Config_XML_edge_tests.t line 244.
# died: IOC::OperationFailed : Could not compile 'sub { return \%params; }'
# |--[ IOC::Config::XML::SAX::Handler::_compilePerl called in /home/stro/cpan/build/5.13.2/IOC-0.29-II6iQZ/blib/lib/IOC/Config/XML/SAX/Handler.pm line 241 ]
# |--[ IOC::Config::XML::SAX::Handler::__makeServiceParameterized called in /home/stro/cpan/build/5.13.2/IOC-0.29-II6iQZ/blib/lib/IOC/Config/XML/SAX/Handler.pm line 213 ]
# |--[ IOC::Config::XML::SAX::Handler::_finishService called in /home/stro/cpan/build/5.13.2/IOC-0.29-II6iQZ/blib/lib/IOC/Config/XML/SAX/Handler.pm line 66 ]
# |--[ IOC::Config::XML::SAX::Handler::end_element called in /home/stro/perl/perl5132/lib/site_perl/5.13.2/XML/SAX/Base.pm line 2202 ]
# |--[ XML::SAX::Base::end_element called in /home/stro/perl/perl5132/lib/site_perl/5.13.2/XML/SAX/Expat.pm line 237 ]
# |--[ XML::SAX::Expat::_handle_end called in /home/stro/perl/perl5132/lib/site_perl/5.13.2/i686-linux/XML/Parser/Expat.pm line 474 ]
# |--[ XML::Parser::Expat::parse called in /home/stro/perl/perl5132/lib/site_perl/5.13.2/i686-linux/XML/Parser.pm line 187 ]
# |--[ XML::Parser::(eval) called in /home/stro/perl/perl5132/lib/site_perl/5.13.2/i686-linux/XML/Parser.pm line 186 ]
# |--[ XML::Parser::parse called in /home/stro/perl/perl5132/lib/site_perl/5.13.2/XML/SAX/Expat.pm line 60 ]
# |--[ XML::SAX::Expat::_parse_string called in /home/stro/perl/perl5132/lib/site_perl/5.13.2/XML/SAX/Base.pm line 2602 ]
# |--[ XML::SAX::Base::parse called in /home/stro/perl/perl5132/lib/site_perl/5.13.2/XML/SAX/Base.pm line 2655 ]
# |--[ XML::SAX::Base::parse_string called in /home/stro/cpan/build/5.13.2/IOC-0.29-II6iQZ/blib/lib/IOC/Config/XML.pm line 34 ]
# |--[ IOC::Config::XML::read called in t/061_IOC_Config_XML_edge_tests.t line 243 ]
# |--[ Test::Exception::lives_ok called in t/061_IOC_Config_XML_edge_tests.t line 244 ]
# + Global symbol "%params" requires explicit package name at (eval 36) line 1.
IOC::ServiceNotFound : Unknown Service 'test_service'
|--[ IOC::Container::get called in t/061_IOC_Config_XML_edge_tests.t line 252 ]
# Looks like you planned 39 tests but ran 38.
# Looks like you failed 1 test of 38 run.
# Looks like your test exited with 2 just after 38.
t/061_IOC_Config_XML_edge_tests.t ........................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/39 subtests
t/062_IOC_Config_XML_error_test.t ........................ ok
404 File `/home/stro/cpan/build/5.13.2/IOC-0.29-II6iQZ/t/confs/t/conf/063b_IOC_Config_XML_include_test.xml' does not exist file:///home/stro/cpan/build/5.13.2/IOC-0.29-II6iQZ/t/confs/t/conf/063b_IOC_Config_XML_include_test.xml
Handler couldn't resolve external entity at line 7, column 8, byte 201
error in processing external entity reference at line 7, column 8, byte 201 at /home/stro/perl/perl5132/lib/site_perl/5.13.2/i686-linux/XML/Parser.pm line 187
# Looks like you planned 6 tests but ran 2.
# Looks like your test exited with 2 just after 2.
t/063_IOC_Config_XML_include_test.t ......................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 4/6 subtests
t/070_IOC_Parameterized.t ................................ ok
t/071_IOC_Parameterized_w_Registry.t ..................... ok
t/100_Test_IOC.t ......................................... ok
t/pod.t .................................................. ok
# Failed test 'Pod coverage on IOC::Service::Prototype::SetterInjection'
# at /home/stro/perl/perl5132/lib/site_perl/5.13.2/Test/Pod/Coverage.pm line 126.
# Coverage for IOC::Service::Prototype::SetterInjection is 0.0%, with 1 naked subroutine:
# instance
# Failed test 'Pod coverage on IOC::Service::Prototype::ConstructorInjection'
# at /home/stro/perl/perl5132/lib/site_perl/5.13.2/Test/Pod/Coverage.pm line 126.
# Coverage for IOC::Service::Prototype::ConstructorInjection is 0.0%, with 1 naked subroutine:
# instance
# Looks like you failed 2 tests of 22.
t/pod_coverage.t .........................................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/22 subtests
Test Summary Report
-------------------
t/060_IOC_Config_XML_test.t (Wstat: 65280 Tests: 24 Failed: 2)
Failed tests: 6, 19
Non-zero exit status: 255
Parse errors: Bad plan. You planned 39 tests but ran 24.
t/061_IOC_Config_XML_edge_tests.t (Wstat: 512 Tests: 38 Failed: 1)
Failed test: 36
Non-zero exit status: 2
Parse errors: Bad plan. You planned 39 tests but ran 38.
t/063_IOC_Config_XML_include_test.t (Wstat: 512 Tests: 2 Failed: 0)
Non-zero exit status: 2
Parse errors: Bad plan. You planned 6 tests but ran 2.
t/pod_coverage.t (Wstat: 512 Tests: 22 Failed: 2)
Failed tests: 20-21
Non-zero exit status: 2
Files=28, Tests=769, 3 wallclock secs ( 0.12 usr 0.18 sys + 1.86 cusr 0.80 csys = 2.96 CPU)
Result: FAIL
Failed 4/28 test programs. 5/769 subtests failed.
make: *** [test_dynamic] Error 2
------------------------------
PREREQUISITES
------------------------------
Prerequisite modules loaded:
requires:
Module Need Have
---------------------- ---- ----
Class::Interfaces 0.01 0.04
Class::StrongSingleton 0.01 0.02
Class::Throwable 0.04 0.11
Scalar::Util 1.1 1.23
Test::Exception 0.15 0.29
Test::More 0.47 0.94
XML::SAX 0.12 0.96
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
LANG = en_US.UTF-8
PATH = /usr/local/bin:/usr/bin:/bin:/usr/games
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 10522
PERL5_CPAN_IS_RUNNING = 10522
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 27736,10522
PERL_CR_SMOKER_CURRENT = MooseX-IOC-0.03
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_MM_USE_DEFAULT = 1
SHELL = /bin/bash
TERM = xterm
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /home/stro/perl/perl5132/bin/perl
$UID/$EUID = 1000 / 1000
$GID = 1000 20 24 25 29 44 46 1000
$EGID = 1000 20 24 25 29 44 46 1000
Perl module toolchain versions installed:
Module Have
------------------- -------
CPAN 1.94_58
Cwd 3.31
ExtUtils::CBuilder 0.2703
ExtUtils::Command 1.16
ExtUtils::Install 1.54
ExtUtils::MakeMaker 6.56
ExtUtils::Manifest 1.58
ExtUtils::ParseXS 2.2205
File::Spec 3.31
Module::Build 0.3607
Module::Signature 0.64
Test::Harness 3.21
Test::More 0.94
YAML 0.71
YAML::Syck 1.10
version 0.82
--
Summary of my perl5 (revision 5 version 13 subversion 2) configuration:
Platform:
osname=linux, osvers=2.6.26-2-686, archname=i686-linux
uname='linux debian5 2.6.26-2-686 #1 smp wed may 12 21:56:10 utc 2010 i686 gnulinux '
config_args=''
hint=recommended, useposix=true, d_sigaction=define
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 ='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
optimize='-O2',
cppflags='-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include'
ccversion='', gccversion='4.3.2', 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 =' -fstack-protector -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib
libs=-lnsl -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 -fstack-protector'
Characteristics of this binary (from libperl):
Compile-time options: PERL_DONT_CREATE_GVSV PERL_MALLOC_WRAP
USE_LARGE_FILES USE_PERLIO USE_PERL_ATOF
Built under linux
Compiled at Jun 23 2010 13:37:47
%ENV:
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="10522"
PERL5_CPAN_IS_RUNNING="10522"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="27736,10522"
PERL_CR_SMOKER_CURRENT="MooseX-IOC-0.03"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_MM_USE_DEFAULT="1"
@INC:
/home/stro/perl/perl5132/lib/site_perl/5.13.2/i686-linux
/home/stro/perl/perl5132/lib/site_perl/5.13.2
/home/stro/perl/perl5132/lib/5.13.2/i686-linux
/home/stro/perl/perl5132/lib/5.13.2
.