Back
From: metabase:user:9820532a-708b-1014-9a05-b18a96298da1
Subject: FAIL IOC-0.29 v5.15.1 GNU/Linux
Date: 2011-08-05T11:25:45Z
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.15.1, created by CPAN-Reporter-1.1902.
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/test/perl5/perlbrew/perls/perl-5.15.1/bin/perl5.15.1 "-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/test/.cpan/build/IOC-0.29-aYmHgJ/blib/lib/IOC/Config/XML/SAX/Handler.pm line 229 ]
# |--[ IOC::Config::XML::SAX::Handler::__makeService called in /home/test/.cpan/build/IOC-0.29-aYmHgJ/blib/lib/IOC/Config/XML/SAX/Handler.pm line 213 ]
# |--[ IOC::Config::XML::SAX::Handler::_finishService called in /home/test/.cpan/build/IOC-0.29-aYmHgJ/blib/lib/IOC/Config/XML/SAX/Handler.pm line 66 ]
# |--[ IOC::Config::XML::SAX::Handler::end_element called in /home/test/perl5/perlbrew/perls/perl-5.15.1/lib/site_perl/5.15.1/XML/SAX/Base.pm line 2201 ]
# |--[ XML::SAX::Base::__ANON__ called in /home/test/perl5/perlbrew/perls/perl-5.15.1/lib/site_perl/5.15.1/XML/SAX/Base.pm line 2175 ]
# |--[ XML::SAX::Base::end_element called in /home/test/perl5/perlbrew/perls/perl-5.15.1/lib/site_perl/5.15.1/XML/SAX/Expat.pm line 237 ]
# |--[ XML::SAX::Expat::_handle_end called in /home/test/perl5/perlbrew/perls/perl-5.15.1/lib/site_perl/5.15.1/x86_64-linux-ld/XML/Parser/Expat.pm line 475 ]
# |--[ XML::Parser::Expat::parse called in /home/test/perl5/perlbrew/perls/perl-5.15.1/lib/site_perl/5.15.1/x86_64-linux-ld/XML/Parser.pm line 187 ]
# |--[ XML::Parser::(eval) called in /home/test/perl5/perlbrew/perls/perl-5.15.1/lib/site_perl/5.15.1/x86_64-linux-ld/XML/Parser.pm line 186 ]
# |--[ XML::Parser::parse called in /home/test/perl5/perlbrew/perls/perl-5.15.1/lib/site_perl/5.15.1/XML/SAX/Expat.pm line 60 ]
# |--[ XML::SAX::Expat::_parse_string called in /home/test/perl5/perlbrew/perls/perl-5.15.1/lib/site_perl/5.15.1/XML/SAX/Base.pm line 2602 ]
# |--[ XML::SAX::Base::parse called in /home/test/perl5/perlbrew/perls/perl-5.15.1/lib/site_perl/5.15.1/XML/SAX/Base.pm line 2655 ]
# |--[ XML::SAX::Base::parse_string called in /home/test/.cpan/build/IOC-0.29-aYmHgJ/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/test/.cpan/build/IOC-0.29-aYmHgJ/blib/lib/IOC/Visitor/ServiceLocator.pm line 61 ]
|--[ IOC::Visitor::ServiceLocator::visit called in /home/test/.cpan/build/IOC-0.29-aYmHgJ/blib/lib/IOC/Container.pm line 123 ]
|--[ IOC::Container::accept called in /home/test/.cpan/build/IOC-0.29-aYmHgJ/blib/lib/IOC/Container.pm line 201 ]
|--[ IOC::Container::find called in /home/test/.cpan/build/IOC-0.29-aYmHgJ/blib/lib/IOC/Registry.pm line 106 ]
|--[ IOC::Registry::(eval) called in /home/test/.cpan/build/IOC-0.29-aYmHgJ/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/test/.cpan/build/IOC-0.29-aYmHgJ/blib/lib/IOC/Config/XML/SAX/Handler.pm line 241 ]
# |--[ IOC::Config::XML::SAX::Handler::__makeServiceParameterized called in /home/test/.cpan/build/IOC-0.29-aYmHgJ/blib/lib/IOC/Config/XML/SAX/Handler.pm line 213 ]
# |--[ IOC::Config::XML::SAX::Handler::_finishService called in /home/test/.cpan/build/IOC-0.29-aYmHgJ/blib/lib/IOC/Config/XML/SAX/Handler.pm line 66 ]
# |--[ IOC::Config::XML::SAX::Handler::end_element called in /home/test/perl5/perlbrew/perls/perl-5.15.1/lib/site_perl/5.15.1/XML/SAX/Base.pm line 2202 ]
# |--[ XML::SAX::Base::end_element called in /home/test/perl5/perlbrew/perls/perl-5.15.1/lib/site_perl/5.15.1/XML/SAX/Expat.pm line 237 ]
# |--[ XML::SAX::Expat::_handle_end called in /home/test/perl5/perlbrew/perls/perl-5.15.1/lib/site_perl/5.15.1/x86_64-linux-ld/XML/Parser/Expat.pm line 475 ]
# |--[ XML::Parser::Expat::parse called in /home/test/perl5/perlbrew/perls/perl-5.15.1/lib/site_perl/5.15.1/x86_64-linux-ld/XML/Parser.pm line 187 ]
# |--[ XML::Parser::(eval) called in /home/test/perl5/perlbrew/perls/perl-5.15.1/lib/site_perl/5.15.1/x86_64-linux-ld/XML/Parser.pm line 186 ]
# |--[ XML::Parser::parse called in /home/test/perl5/perlbrew/perls/perl-5.15.1/lib/site_perl/5.15.1/XML/SAX/Expat.pm line 60 ]
# |--[ XML::SAX::Expat::_parse_string called in /home/test/perl5/perlbrew/perls/perl-5.15.1/lib/site_perl/5.15.1/XML/SAX/Base.pm line 2602 ]
# |--[ XML::SAX::Base::parse called in /home/test/perl5/perlbrew/perls/perl-5.15.1/lib/site_perl/5.15.1/XML/SAX/Base.pm line 2655 ]
# |--[ XML::SAX::Base::parse_string called in /home/test/.cpan/build/IOC-0.29-aYmHgJ/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/test/.cpan/build/IOC-0.29-aYmHgJ/t/confs/t/conf/063b_IOC_Config_XML_include_test.xml' does not exist file:///home/test/.cpan/build/IOC-0.29-aYmHgJ/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/test/perl5/perlbrew/perls/perl-5.15.1/lib/site_perl/5.15.1/x86_64-linux-ld/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/test/perl5/perlbrew/perls/perl-5.15.1/lib/site_perl/5.15.1/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/test/perl5/perlbrew/perls/perl-5.15.1/lib/site_perl/5.15.1/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.18 usr 0.04 sys + 1.56 cusr 0.30 csys = 2.08 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.31
Test::More 0.47 0.98
XML::SAX 0.12 0.96
build_requires:
Module Need Have
---------------------- ---- ----
ExtUtils::MakeMaker 0 6.58
------------------------------
ENVIRONMENT AND OTHER CONTEXT
------------------------------
Environment variables:
AUTOMATED_TESTING = 1
LANG = C
LC_ALL = C
PATH = /home/test/bin:/home/test/perl5/perlbrew/bin:/home/test/perl5/perlbrew/perls/perl-5.15.1/bin:~/bin:/usr/bin:/bin
PATH_WITHOUT_PERLBREW = ~/bin:/usr/bin:/bin
PERL5LIB =
PERL5OPT =
PERL5_CPANPLUS_IS_RUNNING = 20936
PERL5_CPAN_IS_RUNNING = 20936
PERL5_CPAN_IS_RUNNING_IN_RECURSION = 5561,20936
PERLBREW_HOME = /home/test/.perlbrew
PERLBREW_PATH = /home/test/perl5/perlbrew/bin:/home/test/perl5/perlbrew/perls/perl-5.15.1/bin
PERLBREW_PERL = perl-5.15.1
PERLBREW_ROOT = /home/test/perl5/perlbrew
PERLBREW_VERSION = 0.25
PERL_CR_SMOKER_CURRENT = MooseX-IOC-0.03
PERL_EXTUTILS_AUTOINSTALL = --defaultdeps
PERL_MM_USE_DEFAULT = 1
SHELL = /bin/bash
TERM = linux
Perl special variables (and OS-specific diagnostics, for MSWin32):
$^X = /home/test/perl5/perlbrew/perls/perl-5.15.1/bin/perl5.15.1
$UID/$EUID = 1001 / 1001
$GID = 1001 1001
$EGID = 1001 1001
Perl module toolchain versions installed:
Module Have
------------------- --------
CPAN 1.9600
Cwd 3.37
ExtUtils::CBuilder 0.280204
ExtUtils::Command 1.17
ExtUtils::Install 1.54
ExtUtils::MakeMaker 6.58
ExtUtils::Manifest 1.58
ExtUtils::ParseXS 3.02
File::Spec 3.33
Module::Build 0.3800
Module::Signature 0.68
Test::Harness 3.23
Test::More 0.98
YAML 0.73
YAML::Syck n/a
version 0.93
--
Summary of my perl5 (revision 5 version 15 subversion 1) configuration:
Platform:
osname=linux, osvers=2.6.35-28-generic, archname=x86_64-linux-ld
uname='linux zippy 2.6.35-28-generic #50-ubuntu smp fri mar 18 18:42:20 utc 2011 x86_64 gnulinux '
config_args='-de -Dprefix=/home/test/perl5/perlbrew/perls/perl-5.15.1 -Duselongdouble -Dusedevel'
hint=recommended, useposix=true, d_sigaction=define
useithreads=undef, usemultiplicity=undef
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=define, use64bitall=define, uselongdouble=define
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.4.5', gccosandvers=''
intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=8, nvtype='long double', nvsize=16, Off_t='off_t', lseeksize=8
alignbytes=16, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -fstack-protector -L/usr/local/lib'
libpth=/usr/local/lib /lib/../lib /usr/lib/../lib /lib /usr/lib /usr/lib/x86_64-linux-gnu /lib64 /usr/lib64
libs=-lnsl -ldl -lm -lcrypt -lutil -lc
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
libc=/lib/libc-2.12.1.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.12.1'
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: HAS_TIMES PERLIO_LAYERS PERL_DONT_CREATE_GVSV
PERL_MALLOC_WRAP PERL_PRESERVE_IVUV PERL_USE_DEVEL
USE_64_BIT_ALL USE_64_BIT_INT USE_LARGE_FILES
USE_LOCALE USE_LOCALE_COLLATE USE_LOCALE_CTYPE
USE_LOCALE_NUMERIC USE_LONG_DOUBLE USE_PERLIO
USE_PERL_ATOF
Built under linux
Compiled at Jul 29 2011 20:16:04
%ENV:
PERL5LIB=""
PERL5OPT=""
PERL5_CPANPLUS_IS_RUNNING="20936"
PERL5_CPAN_IS_RUNNING="20936"
PERL5_CPAN_IS_RUNNING_IN_RECURSION="5561,20936"
PERLBREW_HOME="/home/test/.perlbrew"
PERLBREW_PATH="/home/test/perl5/perlbrew/bin:/home/test/perl5/perlbrew/perls/perl-5.15.1/bin"
PERLBREW_PERL="perl-5.15.1"
PERLBREW_ROOT="/home/test/perl5/perlbrew"
PERLBREW_VERSION="0.25"
PERL_CR_SMOKER_CURRENT="MooseX-IOC-0.03"
PERL_EXTUTILS_AUTOINSTALL="--defaultdeps"
PERL_MM_USE_DEFAULT="1"
@INC:
/home/test/perl5/perlbrew/perls/perl-5.15.1/lib/site_perl/5.15.1/x86_64-linux-ld
/home/test/perl5/perlbrew/perls/perl-5.15.1/lib/site_perl/5.15.1
/home/test/perl5/perlbrew/perls/perl-5.15.1/lib/5.15.1/x86_64-linux-ld
/home/test/perl5/perlbrew/perls/perl-5.15.1/lib/5.15.1
.