Subject: | Test failure on 5.8.8 |
Data::Printer's test suite failed:
Running make for G/GA/GARU/Data-Printer-0.3.tar.gz
Has already been unwrapped into directory /home/mike/.cpan/build/Data-
Printer-0.3-lSm9lB
CPAN.pm: Building G/GA/GARU/Data-Printer-0.3.tar.gz
cp lib/Data/Printer/Filter.pm blib/lib/Data/Printer/Filter.pm
cp lib/Data/Printer/Filter/DateTime.pm
blib/lib/Data/Printer/Filter/DateTime.pm
cp lib/DDP.pm blib/lib/DDP.pm
cp lib/Data/Printer.pm blib/lib/Data/Printer.pm
cp lib/Data/Printer/Filter/DB.pm blib/lib/Data/Printer/Filter/DB.pm
Manifying blib/man3/Data::Printer::Filter.3
Manifying blib/man3/Data::Printer::Filter::DateTime.3
Manifying blib/man3/Data::Printer::Filter::DB.3
Manifying blib/man3/Data::Printer.3
lib/Data/Printer.pm:882: Unknown command paragraph "=encoding utf8"
GARU/Data-Printer-0.3.tar.gz
/usr/bin/make -- OK
Running make test
PERL_DL_NONLAZY=1 /home/mike/perl5/perlbrew/perls/perl-5.8.8-
threads/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0,
'blib/lib', 'blib/arch')" t/*.t
t/00-load.t ................. # Beginning Data::Printer tests in linux
with Perl 5.008008, /home/mike/perl5/perlbrew/perls/perl-5.8.8-
threads/bin/perl
t/00-load.t ................. 1/2 # Trying to load Data::Printer with
Class::MOP 2.0603
# Testing Data::Printer 0.3
t/00-load.t ................. ok
t/01-p.t .................... ok
t/02-colors.t ............... ok
t/02.2-autocolor.t .......... skipped: IO::Pty::Easy required for auto-
colored tests
t/03-conf.t ................. 'escape_chars' is deprecated! at t/03-
conf.t line 22.
'escape_chars' is deprecated! at t/03-conf.t line 22.
'escape_chars' is deprecated! at t/03-conf.t line 22.
'escape_chars' is deprecated! at t/03-conf.t line 22.
t/03-conf.t ................. ok
t/03-conf_not_ref.t ......... ok
t/04-multiline.t ............ ok
t/05-obj.t .................. 1/?
# Failed test 'testing objects (inherited => "all")'
# at t/05-obj.t line 124.
# got: 'Foo {
# Parents Bar
# Linear @ISA Foo, Bar
# public methods (8) : bar (Bar), baz, borg, can (UNIVERSAL), foo,
isa (UNIVERSAL), new, VERSION (UNIVERSAL)
# private methods (2) : _moo (Bar), _other
# internals: {
# test 42
# }
# }'
# expected: 'Foo {
# Parents Bar
# Linear @ISA Foo, Bar
# public methods (9) : bar (Bar), baz, borg, can (UNIVERSAL), DOES
(UNIVERSAL), foo, isa (UNIVERSAL), new, VERSION (UNIVERSAL)
# private methods (2) : _moo (Bar), _other
# internals: {
# test 42
# }
# }'
t/05-obj.t .................. 11/?
# Failed test 'testing objects (inherited => "public")'
# at t/05-obj.t line 135.
# got: 'Foo {
# Parents Bar
# Linear @ISA Foo, Bar
# public methods (8) : bar (Bar), baz, borg, can (UNIVERSAL), foo,
isa (UNIVERSAL), new, VERSION (UNIVERSAL)
# private methods (1) : _other
# internals: {
# test 42
# }
# }'
# expected: 'Foo {
# Parents Bar
# Linear @ISA Foo, Bar
# public methods (9) : bar (Bar), baz, borg, can (UNIVERSAL), DOES
(UNIVERSAL), foo, isa (UNIVERSAL), new, VERSION (UNIVERSAL)
# private methods (1) : _other
# internals: {
# test 42
# }
# }'
# Looks like you failed 2 tests of 15.
t/05-obj.t .................. Dubious, test returned 2 (wstat 512,
0x200)
Failed 2/15 subtests
t/06-obj2.t ................. ok
t/07-sort.t ................. ok
t/08-deparse.t .............. ok
t/09-alias.t ................ ok
t/10-filter.t ............... ok
t/11-aliased_with_filter.t .. ok
t/12-filter_class.t ......... ok
t/13-filter_datetime.t ...... ok
t/13.2-filter_db.t .......... skipped: DBI not available
t/14-local_conf.t ........... ok
t/15-rc_file.t .............. ok
t/16-rc_file2.t ............. ok
t/16.2-rc_overwrite.t ....... ok
t/17-parallel.t ............. ok
t/18-class_method.t ......... ok
t/19-tied.t ................. ok
t/20-handles.t .............. ok
t/21-ddp.t .................. ok
t/22-class_method.t ......... ok
t/23-caller_info.t .......... ok
t/24-no_prototypes.t ........ ok
t/25-weak.t ................. ok
t/26-tainted.t .............. ok
t/27-pass_through.t ......... ok
t/27.2-pass_through.t ....... ok
t/27.3-pass_through-DDP.t ... ok
t/27.4-pass_through-DDP.t ... ok
t/28-void_return.t .......... ok
t/29-output.t ............... ok
t/30-escape_chars.t ......... 1/? 'escape_chars' is deprecated! at t/30-
escape_chars.t line 71.
'escape_chars' is deprecated! at t/30-escape_chars.t line 71.
'escape_chars' is deprecated! at t/30-escape_chars.t line 71.
'escape_chars' is deprecated! at t/30-escape_chars.t line 71.
'escape_chars' is deprecated! at t/30-escape_chars.t line 71.
'escape_chars' is deprecated! at t/30-escape_chars.t line 71.
'escape_chars' is deprecated! at t/30-escape_chars.t line 71.
'escape_chars' is deprecated! at t/30-escape_chars.t line 71.
'escape_chars' is deprecated! at t/30-escape_chars.t line 84.
'escape_chars' is deprecated! at t/30-escape_chars.t line 98.
'escape_chars' is deprecated! at t/30-escape_chars.t line 114.
'escape_chars' is deprecated! at t/30-escape_chars.t line 134.
t/30-escape_chars.t ......... ok
t/30.2-print_escapes.t ...... ok
t/31-bad_parameters.t ....... ok
t/32-quote_keys.t ........... ok
t/pod.t ..................... skipped: set TEST_POD to enable this test
(developer only!)
Test Summary Report
-------------------
t/05-obj.t (Wstat: 512 Tests: 15 Failed: 2)
Failed tests: 10-11
Non-zero exit status: 2
Files=42, Tests=336, 22 wallclock secs ( 0.92 usr 0.36 sys + 17.72 cusr
2.39 csys = 21.39 CPU)
Result: FAIL
Failed 1/42 test programs. 2/336 subtests failed.
make: *** [test_dynamic] Error 255
GARU/Data-Printer-0.3.tar.gz
/usr/bin/make test -- NOT OK
//hint// to see the cpan-testers results for installing this module,
try:
reports GARU/Data-Printer-0.3.tar.gz
Running make install
make test had returned bad status, won't install without force