yappo / p5-mousex-types

MouseX::Types
11 stars 3 forks source link

0.06: test suite is failing #6

Open kloczek opened 4 years ago

kloczek commented 4 years ago
+ cd MouseX-Types-0.06
+ /usr/bin/make -O -j48 V=1 VERBOSE=1 test
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/*/*.t xt/*.t
t/000_compile.t ........................................... ok
t/001-make_immutable.t .................................... ok
t/002-base.t .............................................. ok
t/003-isa_or.t ............................................ ok
t/004-parametarization.t .................................. ok
t/005-predicate.t ......................................... ok
Any::Moose is deprecated. Please use Moo instead at t/101-100_with_Any-Moose/10_moose-types.t line 8.
t/101-100_with_Any-Moose/10_moose-types.t ................. ok
Any::Moose is deprecated. Please use Moo instead at /home/tkloczko/rpmbuild/BUILD/MouseX-Types-0.06/t/101-100_with_Any-Moose/lib/SubExporterCompatibility.pm line 3.
t/101-100_with_Any-Moose/14_compatibility-sub-exporter.t .. ok
Any::Moose is deprecated. Please use Moo instead at t/101-100_with_Any-Moose/19_typelib_with_role.t line 8.
t/101-100_with_Any-Moose/19_typelib_with_role.t ........... ok
xt/01_podspell.t .......................................... ok

#   Failed test 'Test::Perl::Critic for "lib/MouseX/Types.pm"'
#   at /usr/share/perl5/vendor_perl/Test/Perl/Critic.pm line 121.
#
#   Private Member Data shouldn't be accessed directly at line 26, column 27.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
#   Stricture disabled at line 42, column 13.  See page 429 of PBP.  (Severity: 5)
#   Private Member Data shouldn't be accessed directly at line 58, column 23.  Accessing an objects data directly breaks encapsulation and should be avoided.  Example: $object->{ some_key }.  (Severity: 5)
xt/02_perlcritic.t ........................................
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/4 subtests
xt/03_pod.t ............................................... ok

Test Summary Report
-------------------
t/101-100_with_Any-Moose/10_moose-types.t               (Wstat: 0 Tests: 63 Failed: 0)
  TODO passed:   3, 6, 9, 12, 15, 18, 21, 24, 27, 30, 33
                36, 39, 42, 45, 48, 51, 54, 57, 60, 63
xt/02_perlcritic.t                                      (Wstat: 256 Tests: 4 Failed: 1)
  Failed test:  3
  Non-zero exit status: 1
Files=12, Tests=156,  3 wallclock secs ( 0.07 usr  0.07 sys +  1.93 cusr  4.21 csys =  6.28 CPU)
Result: FAIL
Failed 1/12 test programs. 1/156 subtests failed.
make: *** [Makefile:764: test_dynamic] Error 255