Skip Menu |

This queue is for tickets about the Moose CPAN distribution.

Report information
The Basics
Id: 105393
Status: resolved
Priority: 0/
Queue: Moose

People
Owner: Nobody in particular
Requestors: brandon.barker [...] cornell.edu
Cc:
AdminCc:

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



Subject: Moose test fails on Linux Mint 17
Date: Sat, 20 Jun 2015 19:02:29 -0400
To: bug-Moose [...] rt.cpan.org
From: Brandon Barker <brandon.barker [...] cornell.edu>
To produce the problem, I did: sudo cpanm -i Moose Indicative portion of build log: t/type_constraints/util_type_reloading.t ......................... ok t/type_constraints/with-specio.t ................................. skipped: Test requires module 'Specio::Library::Builtins' but it's not found t/zzz-check-breaks.t ............................................. ok Test Summary Report ------------------- t/examples/example_w_TestDeep.t (Wstat: 65280 Tests: 2 Failed: 2) Failed tests: 1-2 Non-zero exit status: 255 Parse errors: No plan found in TAP output Files=472, Tests=19150, 100 wallclock secs ( 3.15 usr 0.51 sys + 93.70 cusr 5.67 csys = 103.03 CPU) Result: FAIL Failed 1/472 test programs. 2/19150 subtests failed. make: *** [test_dynamic] Error 255 *** Full build log attached *** System information: brandon@brandon-OEM ~ $ cat /etc/issue Linux Mint 17 Qiana \n \l brandon@brandon-OEM ~ $ uname -a Linux brandon-OEM 4.0.5-custom #2 SMP Sat Jun 20 13:25:03 EDT 2015 x86_64 x86_64 x86_64 GNU/Linux brandon@brandon-OEM ~ $ perl -v This is perl 5, version 18, subversion 2 (v5.18.2) built for x86_64-linux-gnu-thread-multi (with 41 registered patches, see perl -V for more detail) I'm not familiar with the relevant test and haven't looked into it further as yet - please let me know if I can provide further information. Thanks, -- Brandon

Message body is not shown because sender requested not to inline it.

On 2015-06-20 19:02:58, brandon.barker@cornell.edu wrote: Show quoted text
> To produce the problem, I did: > > sudo cpanm -i Moose > > Indicative portion of build log: > > t/type_constraints/util_type_reloading.t ......................... ok > t/type_constraints/with-specio.t ................................. skipped: > Test requires module 'Specio::Library::Builtins' but it's not found > t/zzz-check-breaks.t ............................................. ok > > Test Summary Report > ------------------- > t/examples/example_w_TestDeep.t (Wstat: > 65280 Tests: 2 Failed: 2) > Failed tests: 1-2 > Non-zero exit status: 255 > Parse errors: No plan found in TAP output > Files=472, Tests=19150, 100 wallclock secs ( 3.15 usr 0.51 sys + 93.70 > cusr 5.67 csys = 103.03 CPU) > Result: FAIL > Failed 1/472 test programs. 2/19150 subtests failed. > make: *** [test_dynamic] Error 255 > > > *** Full build log attached *** > > System information: > > brandon@brandon-OEM ~ $ cat /etc/issue > Linux Mint 17 Qiana \n \l > brandon@brandon-OEM ~ $ uname -a > Linux brandon-OEM 4.0.5-custom #2 SMP Sat Jun 20 13:25:03 EDT 2015 x86_64 > x86_64 x86_64 GNU/Linux > brandon@brandon-OEM ~ $ perl -v > > This is perl 5, version 18, subversion 2 (v5.18.2) built for > x86_64-linux-gnu-thread-multi > (with 41 registered patches, see perl -V for more detail) > > > > I'm not familiar with the relevant test and haven't looked into it further > as yet - please let me know if I can provide further information. > > Thanks,
There are more systems with this error, see: http://analysis.cpantesters.org/solved?distv=Moose-2.1405 Unfortunately, analysis.cpantesters.org does not give any clue about possible reasons (specific perl configurations or dependencies).
On 2015-06-20 16:02:58, brandon.barker@cornell.edu wrote: Show quoted text
> To produce the problem, I did: > > sudo cpanm -i Moose > > Indicative portion of build log: > > t/type_constraints/util_type_reloading.t ......................... ok > t/type_constraints/with-specio.t ................................. skipped: > Test requires module 'Specio::Library::Builtins' but it's not found > t/zzz-check-breaks.t ............................................. ok
For what it's worth, that *isn't* the indicative portion of the build log. Those tests all pass or are skipped. This is the failing test: Show quoted text
> t/examples/example_w_TestDeep.t (Wstat: > 65280 Tests: 2 Failed: 2) > Failed tests: 1-2 > Non-zero exit status: 255 > Parse errors: No plan found in TAP output
...which was caused by Test::Deep 0.116. That's now been fixed; a re-install attempt now should succeed.