Skip Menu |

This queue is for tickets about the Test-Dist-Zilla CPAN distribution.

Report information
The Basics
Id: 106781
Status: resolved
Priority: 0/
Queue: Test-Dist-Zilla

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.002
Fixed in: (no value)



Subject: Test suite fails with perl 5.23.2
See http://fast-matrix.cpantesters.org/?dist=Test-Dist-Zilla%200.002 for a fail/pass overview: everything looks good but the reports for perl 5.23.2. On my system t/test-dist-zilla-attributes.t and t/test-dist-zilla-messages.t fail like this: Attribute (expected) is required at /opt/perl-5.23.2/lib/site_perl/5.23.2/x86_64-linux/Moose/Object.pm line 24 Moose::Object::new('Moose::Meta::Class::__ANON__::SERIAL::13', 'HASH(0x1a066a8)') called at /opt/perl-5.23.2/lib/site_perl/5.23.2/Test/Routine/Compositor.pm line 70 Test::Routine::Compositor::__ANON__('Test::Routine::Runner=HASH(0x1a06720)') called at native delegation method Test::Routine::Runner::_build_test_instance (execute_method) of attribute _instance_builder (defined at /opt/perl-5.23.2/lib/site_perl/5.23.2/Test/Routine/Runner.pm line 63) line 3 Test::Routine::Runner::_build_test_instance('Test::Routine::Runner=HASH(0x1a06720)') called at reader Test::Routine::Runner::test_instance (defined at /opt/perl-5.23.2/lib/site_perl/5.23.2/Test/Routine/Runner.pm line 56) line 8 Test::Routine::Runner::test_instance('Test::Routine::Runner=HASH(0x1a06720)') called at /opt/perl-5.23.2/lib/site_perl/5.23.2/Test/Routine/Runner.pm line 90 Test::Routine::Runner::run('Test::Routine::Runner=HASH(0x1a06720)') called at /opt/perl-5.23.2/lib/site_perl/5.23.2/Test/Routine/Util.pm line 78 Test::Routine::Util::run_tests('Test::Routine::Util', undef, 'main', undef) called at /opt/perl-5.23.2/lib/site_perl/5.23.2/Test/Routine/Util.pm line 56 Test::Routine::Util::run_me('Test::Routine::Util', 'HASH(0x19f8740)') called at /opt/perl-5.23.2/lib/site_perl/5.23.2/Test/Routine/Util.pm line 42 Test::Routine::Util::__ANON__('HASH(0x19f8740)') called at t/test-dist-zilla-attributes.t line 72 # Looks like your test exited with 255 before it could output anything. t/test-dist-zilla-attributes.t .. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 1/1 subtests Attribute (expected) is required at /opt/perl-5.23.2/lib/site_perl/5.23.2/x86_64-linux/Moose/Object.pm line 24 Moose::Object::new('Moose::Meta::Class::__ANON__::SERIAL::13', 'HASH(0x338af18)') called at /opt/perl-5.23.2/lib/site_perl/5.23.2/Test/Routine/Compositor.pm line 70 Test::Routine::Compositor::__ANON__('Test::Routine::Runner=HASH(0x1f39b40)') called at native delegation method Test::Routine::Runner::_build_test_instance (execute_method) of attribute _instance_builder (defined at /opt/perl-5.23.2/lib/site_perl/5.23.2/Test/Routine/Runner.pm line 63) line 3 Test::Routine::Runner::_build_test_instance('Test::Routine::Runner=HASH(0x1f39b40)') called at reader Test::Routine::Runner::test_instance (defined at /opt/perl-5.23.2/lib/site_perl/5.23.2/Test/Routine/Runner.pm line 56) line 8 Test::Routine::Runner::test_instance('Test::Routine::Runner=HASH(0x1f39b40)') called at /opt/perl-5.23.2/lib/site_perl/5.23.2/Test/Routine/Runner.pm line 90 Test::Routine::Runner::run('Test::Routine::Runner=HASH(0x1f39b40)') called at /opt/perl-5.23.2/lib/site_perl/5.23.2/Test/Routine/Util.pm line 78 Test::Routine::Util::run_tests('Test::Routine::Util', undef, 'main', undef) called at /opt/perl-5.23.2/lib/site_perl/5.23.2/Test/Routine/Util.pm line 56 Test::Routine::Util::run_me('Test::Routine::Util', 'HASH(0x1f396d8)') called at /opt/perl-5.23.2/lib/site_perl/5.23.2/Test/Routine/Util.pm line 42 Test::Routine::Util::__ANON__('HASH(0x1f396d8)') called at t/test-dist-zilla-messages.t line 68 # Looks like your test exited with 255 before it could output anything. t/test-dist-zilla-messages.t .... Dubious, test returned 255 (wstat 65280, 0xff00) Failed 3/3 subtests
Hi, thanks for reporting. However, it seems this problem is out of my control, because both tests definitely set attribute "expected". For example, test-dist-zilla-attributes.t: run_me { expected => {}, }; The tests pass on other platforms, so the problem could be in Moose, Test::Routine, or even in Perl on that specific machine. I would like to look at logs, but cpantesters.org is down now, so I'll do it later.
On 2015-08-30 19:14:43, VDB wrote: Show quoted text
> Hi, thanks for reporting. However, it seems this problem is out of my > control, because both tests definitely set attribute "expected". For > example, test-dist-zilla-attributes.t: > > run_me { > expected => {}, > }; > > The tests pass on other platforms, so the problem could be in Moose, > Test::Routine, or even in Perl on that specific machine. I would like > to look at logs, but cpantesters.org is down now, so I'll do it later.
There are now more test results available for 5.23.2 from different testers, and it's always fail reports: http://fast-matrix.cpantesters.org/?dist=Test-Dist-Zilla%200.002 http://fast-matrix.cpantesters.org/?dist=Test-Dist-Zilla%200.002;os=linux;perl=5.23.2;reports=1
On 2015-09-01 16:00:14, ANDK wrote: Show quoted text
Fixed in perl 5.23.3.